|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleFunction | |
---|---|
org.apache.mahout.math.map | Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. |
Uses of DoubleFunction in org.apache.mahout.math.map |
---|
Methods in org.apache.mahout.math.map with parameters of type DoubleFunction | |
---|---|
void |
AbstractShortDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
void |
AbstractObjectDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
void |
AbstractLongDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
void |
AbstractIntDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
void |
AbstractFloatDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
void |
AbstractDoubleDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
void |
AbstractCharDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
void |
AbstractByteDoubleMap.assign(DoubleFunction function)
Assigns the result of a function to each value; v[i] = function(v[i]). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |