Home
last modified time | relevance | path

Searched refs:approximate_predict (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/
H A D__init__.py4 from .prediction import (approximate_predict,
H A Dprediction.py331 def approximate_predict(clusterer, points_to_predict): function
/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/tests/
H A Dtest_hdbscan.py16 approximate_predict,
462 cluster, prob = approximate_predict(clusterer, np.array([[-1.5, -1.0]]))
464 cluster, prob = approximate_predict(clusterer, np.array([[1.5, -1.0]]))
466 cluster, prob = approximate_predict(clusterer, np.array([[0.0, 0.0]]))
H A Dtest_flat.py7 from hdbscan import HDBSCAN, approximate_predict
164 labels_base, proba_base = approximate_predict(clusterer, X_test)
/dports/math/py-hdbscan/hdbscan-0.8.27/notebooks/
H A DFlat clustering.ipynb11 …cluster_selection_epsilon are not fully integrated. Functions like approximate_predict, membership…
15 …icular flat clustering, so that later queries from methods such as approximate_predict produce thi…
16 …"3. Predictions using approximate_predict, membership_vector, and all_points_membership_vectors fo…
609 …hdbscan.flat.approximate_predict_flat. It works similar to hdbscan.approximate_predict, but also t…