first_point_is_root.hpp

Go to the documentation of this file.
00001 
00023 #ifndef __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
00024 #define __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
00025 
00026 #include <mlpack/core.hpp>
00027 
00028 namespace mlpack {
00029 namespace tree {
00030 
00039 class FirstPointIsRoot
00040 {
00041  public:
00046   static size_t ChooseRoot(const arma::mat& /* dataset */) { return 0; }
00047 };
00048 
00049 }; // namespace tree
00050 }; // namespace mlpack
00051 
00052 #endif // __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP

Generated on 13 Aug 2014 for MLPACK by  doxygen 1.6.1