Public Attributes | List of all members
ML::HDBSCAN::Common::HDBSCANParams Class Reference

#include <hdbscan.hpp>

Inheritance diagram for ML::HDBSCAN::Common::HDBSCANParams:
Inheritance graph
Collaboration diagram for ML::HDBSCAN::Common::HDBSCANParams:
Collaboration graph

Public Attributes

CLUSTER_SELECTION_METHOD cluster_selection_method = CLUSTER_SELECTION_METHOD::EOM
 
- Public Attributes inherited from ML::HDBSCAN::Common::RobustSingleLinkageParams
int min_samples = 5
 
int min_cluster_size = 5
 
int max_cluster_size = 0
 
float cluster_selection_epsilon = 0.0
 
bool allow_single_cluster = false
 
float alpha = 1.0
 

Member Data Documentation

◆ cluster_selection_method

CLUSTER_SELECTION_METHOD ML::HDBSCAN::Common::HDBSCANParams::cluster_selection_method = CLUSTER_SELECTION_METHOD::EOM

The documentation for this class was generated from the following file: