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

com.github.wihoho.training.Metric Maven / Gradle / Ivy

The newest version!
package com.github.wihoho.training;

import com.github.wihoho.jama.Matrix;

public interface Metric {
	double getDistance(Matrix a, Matrix b);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy