#include <genesis/tree/mass_tree/squash_clustering.hpp>
Definition at line 98 of file squash_clustering.hpp.
Public Attributes | |
| double | distance_a |
| Distance of the first data point to the cluster node. More... | |
| double | distance_b |
| Distance of the second data point to the cluster node. More... | |
| size_t | index_a |
| Index of the first data point in the cluster. More... | |
| size_t | index_b |
| Index of the second data point in the cluster. More... | |
| double distance_a |
Distance of the first data point to the cluster node.
Definition at line 108 of file squash_clustering.hpp.
| double distance_b |
Distance of the second data point to the cluster node.
Definition at line 118 of file squash_clustering.hpp.
| size_t index_a |
Index of the first data point in the cluster.
Definition at line 103 of file squash_clustering.hpp.
| size_t index_b |
Index of the second data point in the cluster.
Definition at line 113 of file squash_clustering.hpp.