edu.stanford.nlp.math
Class Average

java.lang.Object
  |
  +--edu.stanford.nlp.math.Average
All Implemented Interfaces:
cern.colt.function.DoubleDoubleFunction

public class Average
extends Object
implements cern.colt.function.DoubleDoubleFunction

Implements standard average


Constructor Summary
Average()
           
 
Method Summary
 double apply(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Average

public Average()
Method Detail

apply

public double apply(double x,
                    double y)
Specified by:
apply in interface cern.colt.function.DoubleDoubleFunction


Stanford NLP Group