condense(value_idx *full_parents, value_idx *full_children, value_t *full_lambdas, value_idx *full_sizes, value_idx size=-1) | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | |
CondensedHierarchy(const raft::handle_t &handle_, size_t n_leaves_) | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | |
CondensedHierarchy(const raft::handle_t &handle_, size_t n_leaves_, int n_edges_, value_idx *parents_, value_idx *children_, value_t *lambdas_, value_idx *sizes_) | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | |
CondensedHierarchy(const raft::handle_t &handle_, size_t n_leaves_, int n_edges_, int n_clusters_, rmm::device_uvector< value_idx > &&parents_, rmm::device_uvector< value_idx > &&children_, rmm::device_uvector< value_t > &&lambdas_, rmm::device_uvector< value_idx > &&sizes_) | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | |
get_children() | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | inline |
get_cluster_tree_edges() | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | |
get_lambdas() | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | inline |
get_n_clusters() | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | inline |
get_n_edges() | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | inline |
get_n_leaves() const | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | inline |
get_parents() | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | inline |
get_sizes() | ML::HDBSCAN::Common::CondensedHierarchy< value_idx, value_t > | inline |