org.gcube.dataanalysis.ecoengine.models
Class ModelAquamapsNN
java.lang.Object
org.gcube.dataanalysis.ecoengine.models.ModelAquamapsNN
- All Implemented Interfaces:
- Model
- Direct Known Subclasses:
- FeedForwardNN
public class ModelAquamapsNN
- extends Object
- implements Model
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ModelAquamapsNN
public ModelAquamapsNN()
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.