public interface SpatialProbabilityDistributionGeneric extends GenericAlgorithm
| Modifier and Type | Method and Description |
|---|---|
float |
calcProb(Object mainInfo,
Object area) |
String |
getGeographicalID(Object geoInfo) |
List<Object> |
getGeographicalInfoObjects() |
String |
getGeographicalInfoType() |
float |
getInternalStatus() |
String |
getMainInfoID(Object mainInfo) |
List<Object> |
getMainInfoObjects() |
String |
getMainInfoType() |
void |
init(AlgorithmConfiguration config) |
void |
postProcess() |
void |
singleStepPostprocess(Object mainInfo,
Object allAreasInformation) |
void |
singleStepPreprocess(Object mainInfo,
Object area) |
void |
storeDistribution(Map<Object,Map<Object,Float>> distribution) |
getDescription, getInputParameters, getName, getOutput, getPropertiesvoid init(AlgorithmConfiguration config) throws Exception
ExceptionString getMainInfoType()
String getGeographicalInfoType()
void postProcess()
void storeDistribution(Map<Object,Map<Object,Float>> distribution) throws Exception
Exceptionfloat getInternalStatus()
Copyright © 2017. All Rights Reserved.