org.gcube.dataanalysis.ecoengine.interfaces
Interface Model

All Known Implementing Classes:
FeedForwardNN, ModelAquamapsNN, ModelAquamapsNNNS, ModelHSPEN

public interface Model


Method Summary
 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)
           
 

Method Detail

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.