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