org.apache.mahout.math.matrix.doublealgo
Interface Statistic.VectorVectorFunction

Enclosing class:
Statistic

Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.

@Deprecated
public static interface Statistic.VectorVectorFunction


Method Summary
 double apply(DoubleMatrix1D x, DoubleMatrix1D y)
          Deprecated. Applies a function to two argument vectors.
 

Method Detail

apply

double apply(DoubleMatrix1D x,
             DoubleMatrix1D y)
Deprecated. 
Applies a function to two argument vectors.

Parameters:
x - the first argument vector passed to the function.
y - the second argument vector passed to the function.
Returns:
the result of the function.


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.