org.gcube.dataanalysis.ecoengine.models
Class ModelHSPEN

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.models.ModelHSPEN
All Implemented Interfaces:
Model

public class ModelHSPEN
extends Object
implements Model


Field Summary
protected  org.hibernate.SessionFactory connection
           
 
Constructor Summary
ModelHSPEN()
           
 
Method Summary
 void calcEnvelopes(String species)
           
 String getDescription()
           
 List<StatisticalType> getInputParameters()
           
 String getName()
           
 StatisticalType getOutput()
           
 ALG_PROPS[] getProperties()
           
 String getResourceLoad()
           
 String getResources()
           
 float getStatus()
           
 float getVersion()
           
 void init(AlgorithmConfiguration setup, Model previousModel)
           
 void initializeThreads(int numberOfThreadsToUse)
           
 void postprocess(AlgorithmConfiguration Input, Model previousModel)
           
 void setVersion(float version)
           
 void shutdownConnection()
           
 void stop()
           
 void train(AlgorithmConfiguration Input, Model previousModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected org.hibernate.SessionFactory connection
Constructor Detail

ModelHSPEN

public ModelHSPEN()
Method Detail

getVersion

public float getVersion()
Specified by:
getVersion in interface Model

getName

public String getName()
Specified by:
getName in interface Model

init

public void init(AlgorithmConfiguration setup,
                 Model previousModel)
Specified by:
init in interface Model

initializeThreads

public void initializeThreads(int numberOfThreadsToUse)

shutdownConnection

public void shutdownConnection()

train

public void train(AlgorithmConfiguration Input,
                  Model previousModel)
Specified by:
train in interface Model

calcEnvelopes

public void calcEnvelopes(String species)

getOutput

public StatisticalType getOutput()
Specified by:
getOutput in interface Model

setVersion

public void setVersion(float version)
Specified by:
setVersion in interface Model

postprocess

public void postprocess(AlgorithmConfiguration Input,
                        Model previousModel)
Specified by:
postprocess in interface Model

getResourceLoad

public String getResourceLoad()
Specified by:
getResourceLoad in interface Model

getResources

public String getResources()
Specified by:
getResources in interface Model

stop

public void stop()
Specified by:
stop in interface Model

getStatus

public float getStatus()
Specified by:
getStatus in interface Model

getProperties

public ALG_PROPS[] getProperties()
Specified by:
getProperties in interface Model

getDescription

public String getDescription()
Specified by:
getDescription in interface Model

getInputParameters

public List<StatisticalType> getInputParameters()
Specified by:
getInputParameters in interface Model


Copyright © 2012. All Rights Reserved.