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

java.lang.Object
  extended byedu.ksu.cis.kdd.classifier.estimator.Estimator
Direct Known Subclasses:
LaplaceEstimator, StandardEstimator

public abstract class Estimator
extends java.lang.Object

Author:
Roby Joehanes

Field Summary
protected  Classifier owner
           
 
Constructor Summary
Estimator(Classifier o)
           
 
Method Summary
abstract  double estimate(Tuple t, java.lang.Object classValue)
           
 Classifier getOwner()
          Returns the owner.
 void setOwner(Classifier owner)
          Sets the owner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected Classifier owner
Constructor Detail

Estimator

public Estimator(Classifier o)
Method Detail

getOwner

public Classifier getOwner()
Returns the owner.

Returns:
NaiveBayes

setOwner

public void setOwner(Classifier owner)
Sets the owner.

Parameters:
owner - The owner to set

estimate

public abstract double estimate(Tuple t,
                                java.lang.Object classValue)