public abstract class BayesianDistribution extends Object implements SpatialProbabilityDistributionGeneric
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmConfiguration |
config |
protected org.hibernate.SessionFactory |
dbConnection |
protected String |
featuresTable |
protected String |
featuresTableColumns |
protected static String |
FeaturesTableColumnsP |
protected static String |
FeaturesTableP |
protected String |
finalTableLabel |
protected static String |
FinalTableLabel |
protected String |
finalTableName |
protected static String |
FinalTableName |
protected static String |
FinalTableValue |
protected static String |
FinalTableValueType |
protected String |
groupingFactor |
protected static String |
GroupingFactor |
protected File |
modelFile |
protected String |
modelName |
protected static String |
ModelName |
protected float |
status |
protected String |
userName |
protected static String |
UserName |
| Constructor and Description |
|---|
BayesianDistribution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGeographicalID(Object geoInfo) |
List<Object> |
getGeographicalInfoObjects() |
String |
getGeographicalInfoType() |
List<StatisticalType> |
getInputParameters() |
float |
getInternalStatus() |
String |
getMainInfoID(Object mainInfo) |
List<Object> |
getMainInfoObjects() |
String |
getMainInfoType() |
StatisticalType |
getOutput() |
ALG_PROPS[] |
getProperties() |
void |
init(AlgorithmConfiguration config) |
void |
postProcess() |
void |
storeDistribution(Map<Object,Map<Object,Float>> distribution) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcProb, singleStepPostprocess, singleStepPreprocessgetDescription, getNameprotected static String FeaturesTableP
protected static String FeaturesTableColumnsP
protected static String FinalTableLabel
protected static String FinalTableName
protected static String FinalTableValue
protected static String FinalTableValueType
protected static String GroupingFactor
protected static String ModelName
protected static String UserName
protected float status
protected String featuresTable
protected String featuresTableColumns
protected String finalTableName
protected String finalTableLabel
protected String modelName
protected File modelFile
protected String userName
protected String groupingFactor
protected org.hibernate.SessionFactory dbConnection
protected AlgorithmConfiguration config
public String getMainInfoType()
getMainInfoType in interface SpatialProbabilityDistributionGenericpublic String getGeographicalInfoType()
getGeographicalInfoType in interface SpatialProbabilityDistributionGenericpublic List<Object> getMainInfoObjects()
getMainInfoObjects in interface SpatialProbabilityDistributionGenericpublic List<Object> getGeographicalInfoObjects()
getGeographicalInfoObjects in interface SpatialProbabilityDistributionGenericpublic void storeDistribution(Map<Object,Map<Object,Float>> distribution) throws Exception
storeDistribution in interface SpatialProbabilityDistributionGenericExceptionpublic float getInternalStatus()
getInternalStatus in interface SpatialProbabilityDistributionGenericpublic String getMainInfoID(Object mainInfo)
getMainInfoID in interface SpatialProbabilityDistributionGenericpublic String getGeographicalID(Object geoInfo)
getGeographicalID in interface SpatialProbabilityDistributionGenericpublic ALG_PROPS[] getProperties()
getProperties in interface GenericAlgorithmpublic void postProcess()
postProcess in interface SpatialProbabilityDistributionGenericpublic List<StatisticalType> getInputParameters()
getInputParameters in interface GenericAlgorithmpublic StatisticalType getOutput()
getOutput in interface GenericAlgorithmpublic void init(AlgorithmConfiguration config) throws Exception
init in interface SpatialProbabilityDistributionGenericExceptionCopyright © 2014. All Rights Reserved.