org.apache.mahout.math.function
Interface VectorFunction


public interface VectorFunction

Defines a function of a vector that returns a double.


Method Summary
 double apply(Vector f)
           
 

Method Detail

apply

double apply(Vector f)


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