|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Model
Model is the interface for all objects which change a data set. For example, a model generated by a learner might add a predicted attribute. Other models can be created during preprocessing, e.g. a transformation model containing the parameters for a z-transformation. Models can be combined by using a CombinedModel. All models can be applied with a ModelApplier operator.
Method Summary | |
---|---|
void |
apply(ExampleSet testSet)
Applies the model on the given example set. |
void |
setParameter(java.lang.String key,
java.lang.Object value)
This method can be used to allow additional parameters. |
void |
writeModel(java.io.File file)
Writes the model data into a file. |
void |
writeModel(java.io.ObjectOutputStream out)
Writes the model data into a stream. |
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 |
Methods inherited from interface edu.udo.cs.yale.operator.Saveable |
---|
getExtension, getFileDescription, save |
Method Detail |
---|
void apply(ExampleSet testSet) throws OperatorException
OperatorException
void setParameter(java.lang.String key, java.lang.Object value) throws OperatorException
OperatorException
void writeModel(java.io.File file) throws java.io.IOException
java.io.IOException
void writeModel(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |