|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoubleFunction
Interface that represents a function object: a function that takes a single argument and returns a single value.
org.apache.mahout.math.map
Method Summary | |
---|---|
double |
apply(double arg1)
Apply the function to the argument and return the result |
Method Detail |
---|
double apply(double arg1)
arg1
- double for the argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |