|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fu_berlin.ties.classify.PredictionDistribution
de.fu_berlin.ties.classify.winnow.WinnowDistribution
public class WinnowDistribution
A distribution over the classes predicted by a
Winnow classifier
.
Extends the superclass by also storing the
threshold and raw threshold used by Winnow for this instance.
Constructor Summary | |
---|---|
WinnowDistribution(float theta,
float rawTheta)
Creates a new instance. |
Method Summary | |
---|---|
float |
getRawThreshold()
Returns the raw threshold used by the Winnow classifier for this instance. |
float |
getThreshold()
Returns the threshold used by the Winnow classifier for this instance. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class de.fu_berlin.ties.classify.PredictionDistribution |
---|
add, best, iterator, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WinnowDistribution(float theta, float rawTheta)
theta
- the threshold
used by WinnowrawTheta
- the raw
threshold used by WinnowMethod Detail |
---|
public float getRawThreshold()
public float getThreshold()
public String toString()
toString
in class PredictionDistribution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |