public class ModelAquamapsNNNS extends Object implements Model
| Constructor and Description |
|---|
ModelAquamapsNNNS() |
| 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) |
static void |
save(String nomeFile,
NeuralNet nn) |
void |
setVersion(float version) |
void |
stop() |
void |
train(AlgorithmConfiguration Input,
Model previousModel) |
public ALG_PROPS[] getProperties()
getProperties in interface Modelpublic String getDescription()
getDescription in interface AlgorithmDescriptorpublic List<StatisticalType> getInputParameters()
getInputParameters in interface AlgorithmDescriptorpublic float getVersion()
getVersion in interface Modelpublic void setVersion(float version)
setVersion in interface Modelpublic void init(AlgorithmConfiguration Input, Model previousModel)
public String getResourceLoad()
getResourceLoad in interface Modelpublic String getResources()
getResources in interface Modelpublic void postprocess(AlgorithmConfiguration Input, Model previousModel)
postprocess in interface Modelpublic void train(AlgorithmConfiguration Input, Model previousModel)
public StatisticalType getOutput()
getOutput in interface AlgorithmDescriptorCopyright © 2020. All Rights Reserved.