Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
return None
metrics = {
- "braycurtis",
- "canberra",
+ # "braycurtis",
+ # "canberra",
"chebyshev",
"cityblock",
- "correlation",
- "cosine",
+ # "correlation",
+ # "cosine",
# "dice",
"euclidean",
# "hamming",
ideal_point_2d = ideal_point.reshape(1, -1)
if metric in {
- "braycurtis",
- "canberra",
+ # "braycurtis",
+ # "canberra",
"chebyshev",
"cityblock",
- "correlation",
- "cosine",
+ # "correlation",
+ # "cosine",
# "dice",
"euclidean",
# "hamming",