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

Packages that use DoubleDoubleProcedure
org.apache.mahout.math.function Core interfaces for functions, comparisons and procedures on objects and primitive data types. 
org.apache.mahout.math.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. 
 

Uses of DoubleDoubleProcedure in org.apache.mahout.math.function
 

Fields in org.apache.mahout.math.function declared as DoubleDoubleProcedure
static DoubleDoubleProcedure Functions.IS_EQUAL
          Function that returns a == b.
static DoubleDoubleProcedure Functions.IS_GREATER
          Function that returns a > b.
static DoubleDoubleProcedure Functions.IS_LESS
          Function that returns a < b.
 

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

Methods in org.apache.mahout.math.map with parameters of type DoubleDoubleProcedure
 boolean OpenDoubleDoubleHashMap.forEachPair(DoubleDoubleProcedure procedure)
          Applies a procedure to each (key,value) pair of the receiver, if any.
 boolean AbstractDoubleDoubleMap.forEachPair(DoubleDoubleProcedure procedure)
          Applies a procedure to each (key,value) pair of the receiver, if any.
 void OpenDoubleDoubleHashMap.pairsMatching(DoubleDoubleProcedure condition, DoubleArrayList keyList, DoubleArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractDoubleDoubleMap.pairsMatching(DoubleDoubleProcedure condition, DoubleArrayList keyList, DoubleArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 



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