mlpack  2.0.1
Functions
src/mlpack/methods/hoeffding_trees/CMakeLists.txt File Reference

Functions

 set (SOURCES binary_numeric_split.hpp binary_numeric_split_impl.hpp binary_numeric_split_info.hpp categorical_split_info.hpp gini_impurity.hpp hoeffding_categorical_split.hpp hoeffding_categorical_split_impl.hpp hoeffding_numeric_split.hpp hoeffding_numeric_split_impl.hpp hoeffding_tree.hpp hoeffding_tree_impl.hpp information_gain.hpp numeric_split_info.hpp typedef.hpp) set(DIR_SRCS) foreach(file $
 
 set (DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file}) endforeach() set(MLPACK_SRCS $
 

Function Documentation

◆ set() [1/2]

set ( SOURCES binary_numeric_split.hpp binary_numeric_split_impl.hpp binary_numeric_split_info.hpp categorical_split_info.hpp gini_impurity.hpp hoeffding_categorical_split.hpp hoeffding_categorical_split_impl.hpp hoeffding_numeric_split.hpp hoeffding_numeric_split_impl.hpp hoeffding_tree.hpp hoeffding_tree_impl.hpp information_gain.hpp numeric_split_info.hpp typedef.  hpp)

Definition at line 3 of file CMakeLists.txt.

◆ set() [2/2]

set ( DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file}  )

Definition at line 23 of file CMakeLists.txt.

References add_executable().