|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.math.function.TimesFunction
public class TimesFunction
Constructor Summary | |
---|---|
TimesFunction()
|
Method Summary | |
---|---|
double |
apply(double x,
double y)
Computes the product of two numbers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimesFunction()
Method Detail |
---|
public double apply(double x, double y)
apply
in interface DoubleDoubleFunction
x
- first argumenty
- second argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |