|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.operator.AbstractModel
edu.udo.cs.yale.operator.IOModel
edu.udo.cs.yale.operator.learner.PredictionModel
edu.udo.cs.yale.operator.learner.igss.hypothesis.GSSModel
public class GSSModel
Wrapper class for rules found by the Iterating GSS algorithm. Needed because IGSS rules need to be small in order to keep many in main memory
Field Summary | |
---|---|
protected double[] |
confidences
The confidence values for all predictions. |
protected boolean |
crisp
crisp only crisp ... |
protected Hypothesis |
hypothesis
The all hypothesis of the model. |
protected static Attribute[] |
regularAttributes
The regular attributes used by all rules. |
Constructor Summary | |
---|---|
GSSModel(Attribute label)
Creates a new GSSModel. |
|
GSSModel(Attribute label,
Hypothesis hypothesis,
double[] confidences)
Creates a new GSSModel. |
Method Summary | |
---|---|
boolean |
applicable(Example example)
Returns true if the model is applicable to the current example. |
boolean |
equals(java.lang.Object o)
Returns true if the hypothesis contained in the model are equal. |
Hypothesis |
getHypothesis()
Returns the hypothesis stored in this model. |
int |
getPredictionIndex()
Returns the most probable label index for this model. |
void |
performPrediction(ExampleSet exampleSet,
Attribute predictedLabel)
Iterates over all examples and applies the model to them. |
void |
readPredictionModelData(java.io.ObjectInputStream in)
Reads the model data from the input stream. |
java.lang.String |
toString()
Returns a String representation of the hypothesis stored in this model. |
void |
writePredictionModelData(java.io.ObjectOutputStream out)
Writes the model data into the output stream. |
Methods inherited from class edu.udo.cs.yale.operator.learner.PredictionModel |
---|
apply, createPredictedLabel, getLabel, readData, removePredictedLabel, setLabel, writeData |
Methods inherited from class edu.udo.cs.yale.operator.AbstractModel |
---|
getExtension, getFileDescription, readModel, readModel, save, setParameter, writeModel, writeModel |
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter |
---|
addAction, getActions, getName, getVisualisationComponent, toHTML, toResultString |
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject |
---|
copy, read, read, read, write, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.udo.cs.yale.operator.ResultObject |
---|
getActions, getName, getVisualisationComponent, toResultString |
Methods inherited from interface edu.udo.cs.yale.operator.IOObject |
---|
copy, write, write |
Field Detail |
---|
protected Hypothesis hypothesis
protected double[] confidences
protected static Attribute[] regularAttributes
protected boolean crisp
Constructor Detail |
---|
public GSSModel(Attribute label)
public GSSModel(Attribute label, Hypothesis hypothesis, double[] confidences)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class AbstractModel
public int getPredictionIndex()
public void performPrediction(ExampleSet exampleSet, Attribute predictedLabel) throws OperatorException
performPrediction
in class PredictionModel
OperatorException
public boolean applicable(Example example)
public void readPredictionModelData(java.io.ObjectInputStream in) throws java.io.IOException
readPredictionModelData
in class PredictionModel
java.io.IOException
public void writePredictionModelData(java.io.ObjectOutputStream out) throws java.io.IOException
writePredictionModelData
in class PredictionModel
java.io.IOException
public java.lang.String toString()
toString
in class PredictionModel
public Hypothesis getHypothesis()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |