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

Packages that use IntIntFunction
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
org.apache.mahout.math.function Core interfaces for functions, comparisons and procedures on objects and primitive data types. 
 

Uses of IntIntFunction in org.apache.mahout.math
 

Methods in org.apache.mahout.math that return IntIntFunction
static IntIntFunction Matrices.gaussianGenerator(long seed)
          Generator for a matrix populated by random Gauissian values (Gaussian matrix view)
static IntIntFunction Matrices.uniformGenerator(int seed)
          Uniform [0,1) matrix generator function
static IntIntFunction Matrices.uniformSymmetricGenerator(int seed)
          Uniform [-1,1) matrix generator function.
 

Methods in org.apache.mahout.math with parameters of type IntIntFunction
static Matrix Matrices.functionalMatrixView(int rows, int columns, IntIntFunction gf)
          Shorter form of Matrices.functionalMatrixView(int, int, org.apache.mahout.math.function.IntIntFunction, boolean).
static Matrix Matrices.functionalMatrixView(int rows, int columns, IntIntFunction gf, boolean denseLike)
          Create a matrix view based on a function generator.
 

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

Methods in org.apache.mahout.math.function that return IntIntFunction
static IntIntFunction Functions.chain(DoubleFunction g, IntIntFunction h)
          Constructs the function g( h(a) ).
 

Methods in org.apache.mahout.math.function with parameters of type IntIntFunction
static IntIntFunction Functions.chain(DoubleFunction g, IntIntFunction h)
          Constructs the function g( h(a) ).
 



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