org.gcube.dataanalysis.ecoengine.interfaces
Interface Model
- All Known Implementing Classes:
- FeedForwardNN, ModelAquamapsNN, ModelAquamapsNNNS, ModelHSPEN
public interface Model
getProperties
ALG_PROPS[] getProperties()
getName
String getName()
getDescription
String getDescription()
getInputParameters
List<StatisticalType> getInputParameters()
getVersion
float getVersion()
setVersion
void setVersion(float version)
init
void init(AlgorithmConfiguration Input,
Model previousModel)
getResourceLoad
String getResourceLoad()
getResources
String getResources()
getStatus
float getStatus()
postprocess
void postprocess(AlgorithmConfiguration Input,
Model previousModel)
train
void train(AlgorithmConfiguration Input,
Model previousModel)
stop
void stop()
getOutput
StatisticalType getOutput()
Copyright © 2012. All Rights Reserved.