org.carrot2.mahout.math.function.DoubleDoubleFunction Maven / Gradle / Ivy
/* Imported from Mahout. */package org.carrot2.mahout.math.function;
public interface DoubleDoubleFunction {
double apply(double arg1, double arg2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy