![JAR search and dependency download from the Maven repository](/logo.png)
com.github.wihoho.training.Metric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of face-recognition Show documentation
Show all versions of face-recognition Show documentation
Implement face recognition with pure Java
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