Home
last modified time | relevance | path

Searched refs:approximate_predict_scores (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/
H A D__init__.py7 approximate_predict_scores)
H A Dprediction.py413 def approximate_predict_scores(clusterer, points_to_predict): function
/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/tests/
H A Dtest_hdbscan.py17 approximate_predict_scores,
473 assert_raises(ValueError, approximate_predict_scores, clusterer, X)
476 assert_raises(ValueError, approximate_predict_scores, clusterer, np.array([[1, 2, 3]]))
479 approximate_predict_scores(clusterer, np.array([[1.5, -1.0]]))
483 scores = approximate_predict_scores(clusterer, X)