Uses of Interface
org.apache.mahout.math.function.FloatFunction

Packages that use FloatFunction
org.apache.mahout.math.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. 
 

Uses of FloatFunction in org.apache.mahout.math.map
 

Methods in org.apache.mahout.math.map with parameters of type FloatFunction
 void AbstractShortFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 void AbstractObjectFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 void AbstractLongFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 void AbstractIntFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 void AbstractFloatFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 void AbstractDoubleFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 void AbstractCharFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 void AbstractByteFloatMap.assign(FloatFunction function)
          Assigns the result of a function to each value; v[i] = function(v[i]).
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.