.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/core/tree/enumerate_tree.hpp" 3 "Sun Aug 30 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/core/tree/enumerate_tree.hpp
.SH SYNOPSIS
.br
.PP
.SS "Namespaces"

.in +1c
.ti -1c
.RI " \fBmlpack\fP"
.br
.RI "strip_type\&.hpp "
.ti -1c
.RI " \fBmlpack::tree\fP"
.br
.RI "Trees and tree-building procedures\&. "
.ti -1c
.RI " \fBmlpack::tree::enumerate\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "template<class TreeType , class Walker > void \fBEnumerateTree\fP (TreeType *tree, Walker &walker)"
.br
.RI "Traverses all nodes of the tree, including the inner ones\&. "
.ti -1c
.RI "template<class TreeType , class Walker > void \fBEnumerateTreeImpl\fP (TreeType *tree, Walker &walker, bool root)"
.br
.in -1c
.SH "Detailed Description"
.PP 

.PP
\fBAuthor:\fP
.RS 4
Ivan (Jonan) Georgiev
.RE
.PP
This file contains function that performs a simple depth-first walk on the tree calling \fCEnter\fP and \fCLeave\fP methods of a provided walker\&.
.PP
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license\&. You should have received a copy of the 3-clause BSD license along with mlpack\&. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information\&. 
.PP
Definition in file \fBenumerate_tree\&.hpp\fP\&.
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
