edu.ksu.cis.kdd.classifier.estimator
Class StandardEstimator

java.lang.Object
  extended byedu.ksu.cis.kdd.classifier.estimator.Estimator
      extended byedu.ksu.cis.kdd.classifier.estimator.StandardEstimator

public class StandardEstimator
extends Estimator

Author:
Roby Joehanes

Field Summary
 
Fields inherited from class edu.ksu.cis.kdd.classifier.estimator.Estimator
owner
 
Constructor Summary
StandardEstimator(Classifier o)
           
 
Method Summary
 double estimate(Tuple t, java.lang.Object classValue)
           
 
Methods inherited from class edu.ksu.cis.kdd.classifier.estimator.Estimator
getOwner, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardEstimator

public StandardEstimator(Classifier o)
Method Detail

estimate

public double estimate(Tuple t,
                       java.lang.Object classValue)
Specified by:
estimate in class Estimator
See Also:
edu.ksu.cis.kdd.data.estimator.Estimator#estimate(Tuple, Object)