org.gcube.dataanalysis.ecoengine.models
Class ModelAquamapsNNNS
java.lang.Object
org.gcube.dataanalysis.ecoengine.models.ModelAquamapsNNNS
- All Implemented Interfaces:
- Model
public class ModelAquamapsNNNS
- extends Object
- implements Model
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelAquamapsNNNS
public ModelAquamapsNNNS()
getProperties
public ALG_PROPS[] getProperties()
- Specified by:
getProperties
in interface Model
getName
public String getName()
- Specified by:
getName
in interface Model
getDescription
public String getDescription()
- Specified by:
getDescription
in interface Model
getInputParameters
public List<StatisticalType> getInputParameters()
- Specified by:
getInputParameters
in interface Model
getVersion
public float getVersion()
- Specified by:
getVersion
in interface Model
setVersion
public void setVersion(float version)
- Specified by:
setVersion
in interface Model
init
public void init(AlgorithmConfiguration Input,
Model previousModel)
- Specified by:
init
in interface Model
getResourceLoad
public String getResourceLoad()
- Specified by:
getResourceLoad
in interface Model
getResources
public String getResources()
- Specified by:
getResources
in interface Model
getStatus
public float getStatus()
- Specified by:
getStatus
in interface Model
postprocess
public void postprocess(AlgorithmConfiguration Input,
Model previousModel)
- Specified by:
postprocess
in interface Model
train
public void train(AlgorithmConfiguration Input,
Model previousModel)
- Specified by:
train
in interface Model
getOutput
public StatisticalType getOutput()
- Specified by:
getOutput
in interface Model
stop
public void stop()
- Specified by:
stop
in interface Model
save
public static void save(String nomeFile,
NeuralNet nn)
Copyright © 2012. All Rights Reserved.