org.gcube.dataanalysis.ecoengine.spatialdistributions
Class FeedForwardNeuralNetworkDistribution

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.spatialdistributions.BayesianDistribution
      extended by org.gcube.dataanalysis.ecoengine.spatialdistributions.FeedForwardNeuralNetworkDistribution
All Implemented Interfaces:
GenericAlgorithm, SpatialProbabilityDistributionGeneric

public class FeedForwardNeuralNetworkDistribution
extends BayesianDistribution


Field Summary
 
Fields inherited from class org.gcube.dataanalysis.ecoengine.spatialdistributions.BayesianDistribution
config, dbConnection, featuresTable, featuresTableColumns, FeaturesTableColumnsP, FeaturesTableP, finalTableLabel, FinalTableLabel, finalTableName, FinalTableName, FinalTableValue, FinalTableValueType, groupingFactor, GroupingFactor, modelName, ModelName, status, userName, UserName
 
Constructor Summary
FeedForwardNeuralNetworkDistribution()
           
 
Method Summary
 float calcProb(Object mainInfo, Object area)
           
 String getDescription()
           
 String getName()
           
 void singleStepPostprocess(Object mainInfo, Object allAreasInformation)
           
 void singleStepPreprocess(Object mainInfo, Object area)
           
 
Methods inherited from class org.gcube.dataanalysis.ecoengine.spatialdistributions.BayesianDistribution
getGeographicalID, getGeographicalInfoObjects, getGeographicalInfoType, getInputParameters, getInternalStatus, getMainInfoID, getMainInfoObjects, getMainInfoType, getOutput, getProperties, init, postProcess, storeDistribution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedForwardNeuralNetworkDistribution

public FeedForwardNeuralNetworkDistribution()
Method Detail

calcProb

public float calcProb(Object mainInfo,
                      Object area)

singleStepPreprocess

public void singleStepPreprocess(Object mainInfo,
                                 Object area)

singleStepPostprocess

public void singleStepPostprocess(Object mainInfo,
                                  Object allAreasInformation)

getName

public String getName()

getDescription

public String getDescription()


Copyright © 2012. All Rights Reserved.