Uses of Interface
com.gregdennis.drej.Function

Packages that use Function
com.gregdennis.drej   
 

Uses of Function in com.gregdennis.drej
 

Classes in com.gregdennis.drej that implement Function
 class Representer
          A representer function with a kernel K(x1, x2), a set of training data points (d1, d2, …, dn), and a vector (c1, c2, …, cn) of coefficients.
 

Methods in com.gregdennis.drej with parameters of type Function
static GVector Matrices.mapCols(Function fun, GMatrix points)
          Maps the given function to each column in the points matrix and returns the vector of values.
static GVector Matrices.mapRows(Function fun, GMatrix points)
          Maps the given function to each row in the points matrix and returns the vector of values.