edu.stanford.nlp.math
Class Min

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

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

Implements minimum function


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

Min

public Min()
Method Detail

apply

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


Stanford NLP Group