org.gcube.dataanalysis.ecoengine.models
Class ModelAquamapsNN

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.models.ModelAquamapsNN
All Implemented Interfaces:
Model
Direct Known Subclasses:
FeedForwardNN, FeedForwardNNFile

public class ModelAquamapsNN
extends Object
implements Model


Field Summary
protected  String absenceTable
           
protected  org.hibernate.SessionFactory connection
           
protected  String fileName
           
protected  int[] layersNeurons
           
protected  String presenceTable
           
protected  float status
           
 
Constructor Summary
ModelAquamapsNN()
           
 
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)
           
static void save(String nomeFile, Neural_Network nn)
           
 void setVersion(float version)
           
 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

fileName

protected String fileName

presenceTable

protected String presenceTable

absenceTable

protected String absenceTable

status

protected float status

layersNeurons

protected int[] layersNeurons
Constructor Detail

ModelAquamapsNN

public ModelAquamapsNN()
Method Detail

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,
                        Neural_Network nn)


Copyright © 2012. All Rights Reserved.