edu.stanford.nlp.math
Class Max

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

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

Implements maximum function


Constructor Summary
Max()
           
 
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

Max

public Max()
Method Detail

apply

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


Stanford NLP Group