mlpack
|
#include <mlpack/prereqs.hpp>
#include "mse_gain.hpp"
#include <mlpack/core/util/sfinae_utility.hpp>
#include "best_binary_numeric_split_impl.hpp"
Go to the source code of this file.
Classes | |
struct | mlpack::tree::HasOptimizedBinarySplitForms< T, bool > |
class | mlpack::tree::BestBinaryNumericSplit< FitnessFunction > |
The BestBinaryNumericSplit is a splitting function for decision trees that will exhaustively search a numeric dimension for the best binary split. More... | |
class | mlpack::tree::BestBinaryNumericSplit< FitnessFunction >::AuxiliarySplitInfo |
Namespaces | |
mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors. | |
mlpack::tree | |
Trees and tree-building procedures. | |
Functions | |
mlpack::tree::HAS_MEM_FUNC (BinaryGains, HasBinaryGains) | |
A tree splitter that finds the best binary numeric split.
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.