|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ksu.cis.kdd.classifier.estimator.Estimator
edu.ksu.cis.kdd.classifier.estimator.LaplaceEstimator
Field Summary |
Fields inherited from class edu.ksu.cis.kdd.classifier.estimator.Estimator |
owner |
Constructor Summary | |
LaplaceEstimator(Classifier o)
|
Method Summary | |
double |
estimate(Tuple t,
java.lang.Object classValue)
|
double |
getM()
Returns the m. |
void |
setM(double m)
Sets the m. |
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 |
public LaplaceEstimator(Classifier o)
Method Detail |
public double estimate(Tuple t, java.lang.Object classValue)
estimate
in class Estimator
edu.ksu.cis.kdd.data.estimator.Estimator#estimate(Tuple, Object)
public double getM()
public void setM(double m)
m
- The m to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |