public interface Model
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<StatisticalType> |
getInputParameters() |
String |
getName() |
StatisticalType |
getOutput() |
ALG_PROPS[] |
getProperties() |
String |
getResourceLoad() |
String |
getResources() |
float |
getStatus() |
float |
getVersion() |
void |
init(AlgorithmConfiguration Input,
Model previousModel) |
void |
postprocess(AlgorithmConfiguration Input,
Model previousModel) |
void |
setVersion(float version) |
void |
stop() |
void |
train(AlgorithmConfiguration Input,
Model previousModel) |
ALG_PROPS[] getProperties()
String getName()
String getDescription()
List<StatisticalType> getInputParameters()
float getVersion()
void setVersion(float version)
void init(AlgorithmConfiguration Input, Model previousModel)
String getResourceLoad()
String getResources()
float getStatus()
void postprocess(AlgorithmConfiguration Input, Model previousModel)
void train(AlgorithmConfiguration Input, Model previousModel)
void stop()
StatisticalType getOutput()
Copyright © 2014. All Rights Reserved.