|
statcpp
C++17 Header-Only Statistics Library
|
Dendrogram node. More...
#include <clustering.hpp>
Public Attributes | |
| std::size_t | left |
| Left child (cluster or data point) | |
| std::size_t | right |
| Right child. | |
| double | distance |
| Merge distance. | |
| std::size_t | count |
| Number of data points in cluster. | |
Dendrogram node.
Definition at line 283 of file clustering.hpp.
| std::size_t statcpp::dendrogram_node::count |
Number of data points in cluster.
Definition at line 287 of file clustering.hpp.
| double statcpp::dendrogram_node::distance |
Merge distance.
Definition at line 286 of file clustering.hpp.
| std::size_t statcpp::dendrogram_node::left |
Left child (cluster or data point)
Definition at line 284 of file clustering.hpp.
| std::size_t statcpp::dendrogram_node::right |
Right child.
Definition at line 285 of file clustering.hpp.