Public Attributes | |
bool | is_leaf |
int32 | index |
Node * | parent |
Clusterable * | node_total |
struct { | |
std::vector< Clusterable * > points | |
std::vector< int32 > point_indices | |
BaseFloat best_split | |
std::vector< Clusterable * > clusters | |
std::vector< int32 > assignments | |
} | leaf |
std::vector< Node * > | children |
Definition at line 1071 of file cluster-utils.cc.
std::vector<int32> assignments |
Definition at line 1081 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), and TreeClusterer::FindBestSplit().
BaseFloat best_split |
Definition at line 1079 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), and TreeClusterer::FindBestSplit().
std::vector<Node*> children |
Definition at line 1083 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit().
std::vector<Clusterable*> clusters |
Definition at line 1080 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), and TreeClusterer::FindBestSplit().
int32 index |
Definition at line 1073 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), and TreeClusterer::Init().
bool is_leaf |
Definition at line 1072 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), TreeClusterer::FindBestSplit(), and TreeClusterer::Init().
struct { ... } leaf |
Referenced by TreeClusterer::DoSplit(), TreeClusterer::FindBestSplit(), and TreeClusterer::Init().
Clusterable* node_total |
Definition at line 1075 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), and TreeClusterer::Init().
Node* parent |
Definition at line 1074 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), and TreeClusterer::Init().
std::vector<int32> point_indices |
Definition at line 1078 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), and TreeClusterer::Init().
std::vector<Clusterable*> points |
Definition at line 1077 of file cluster-utils.cc.
Referenced by TreeClusterer::DoSplit(), TreeClusterer::FindBestSplit(), and TreeClusterer::Init().