All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expleague.ml.Metric Maven / Gradle / Ivy

package com.expleague.ml;

public interface Metric {
  double distance(T a, T b);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy