Uses of Class
org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType

Packages that use StatisticalType
org.gcube.dataanalysis.ecoengine.clustering   
org.gcube.dataanalysis.ecoengine.datatypes   
org.gcube.dataanalysis.ecoengine.evaluation   
org.gcube.dataanalysis.ecoengine.interfaces   
org.gcube.dataanalysis.ecoengine.modeling   
org.gcube.dataanalysis.ecoengine.models   
org.gcube.dataanalysis.ecoengine.processing   
org.gcube.dataanalysis.ecoengine.processing.factories   
org.gcube.dataanalysis.ecoengine.spatialdistributions   
org.gcube.dataanalysis.ecoengine.utils   
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.clustering
 

Methods in org.gcube.dataanalysis.ecoengine.clustering that return StatisticalType
 StatisticalType DBScan.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.clustering that return types with arguments of type StatisticalType
 List<StatisticalType> DBScan.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.datatypes
 

Subclasses of StatisticalType in org.gcube.dataanalysis.ecoengine.datatypes
 class DatabaseType
           
 class InputTable
           
 class OutputTable
           
 class PrimitiveType
           
 class ServiceType
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.evaluation
 

Methods in org.gcube.dataanalysis.ecoengine.evaluation that return StatisticalType
 StatisticalType DistributionQualityAnalysis.getOutput()
           
 StatisticalType DiscrepancyAnalysis.getOutput()
           
 StatisticalType HabitatRepresentativeness.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.evaluation that return types with arguments of type StatisticalType
 List<StatisticalType> DistributionQualityAnalysis.getInputParameters()
           
 List<StatisticalType> DiscrepancyAnalysis.getInputParameters()
           
 List<StatisticalType> HabitatRepresentativeness.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.interfaces
 

Methods in org.gcube.dataanalysis.ecoengine.interfaces that return StatisticalType
 StatisticalType Clusterer.getOutput()
           
 StatisticalType ComputationalAgent.getOutput()
           
 StatisticalType Model.getOutput()
           
 StatisticalType SpatialProbabilityDistribution.getOutput()
           
 StatisticalType DataAnalysis.process(AlgorithmConfiguration config)
          Processing skeleton : init-analyze-end
 StatisticalType Evaluator.process(AlgorithmConfiguration config)
           
 

Methods in org.gcube.dataanalysis.ecoengine.interfaces that return types with arguments of type StatisticalType
 List<StatisticalType> Clusterer.getInputParameters()
           
 List<StatisticalType> ComputationalAgent.getInputParameters()
           
abstract  List<StatisticalType> DataAnalysis.getInputParameters()
          establishes input parameters for this algorithm along with their type
 List<StatisticalType> Model.getInputParameters()
           
 List<StatisticalType> SpatialProbabilityDistribution.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.modeling
 

Methods in org.gcube.dataanalysis.ecoengine.modeling that return StatisticalType
 StatisticalType SimpleModeler.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.modeling that return types with arguments of type StatisticalType
 List<StatisticalType> SimpleModeler.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.models
 

Methods in org.gcube.dataanalysis.ecoengine.models that return StatisticalType
 StatisticalType ModelAquamapsNN.getOutput()
           
 StatisticalType ModelAquamapsNNNS.getOutput()
           
 StatisticalType ModelHSPEN.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.models that return types with arguments of type StatisticalType
 List<StatisticalType> ModelAquamapsNN.getInputParameters()
           
 List<StatisticalType> ModelAquamapsNNNS.getInputParameters()
           
 List<StatisticalType> ModelHSPEN.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.processing
 

Methods in org.gcube.dataanalysis.ecoengine.processing that return StatisticalType
 StatisticalType LocalSplitGenerator.getOutput()
           
 StatisticalType LocalSimpleSplitGenerator.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.processing that return types with arguments of type StatisticalType
 List<StatisticalType> LocalSplitGenerator.getInputParameters()
           
 List<StatisticalType> LocalSimpleSplitGenerator.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.processing.factories
 

Methods in org.gcube.dataanalysis.ecoengine.processing.factories that return types with arguments of type StatisticalType
static List<StatisticalType> GeneratorsFactory.getAlgorithmParameters(String configPath, String algorithmName)
           
static List<StatisticalType> ProcessorsFactory.getDefaultDatabaseConfiguration(String cfgPath)
           
static List<StatisticalType> EvaluatorsFactory.getEvaluatorParameters(String configPath, String algorithmName)
           
static List<StatisticalType> ModelersFactory.getModelParameters(String configPath, String algorithmName)
           
static List<StatisticalType> ProcessorsFactory.getParameters(String file, String algorithmName)
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.spatialdistributions
 

Methods in org.gcube.dataanalysis.ecoengine.spatialdistributions that return StatisticalType
 StatisticalType AquamapsSuitable.getOutput()
           
 StatisticalType DummyAlgorithm.getOutput()
           
 StatisticalType TestAlgorithm.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.spatialdistributions that return types with arguments of type StatisticalType
 List<StatisticalType> AquamapsSuitable.getInputParameters()
           
 List<StatisticalType> DummyAlgorithm.getInputParameters()
           
 List<StatisticalType> AquamapsNNNS.getInputParameters()
           
 List<StatisticalType> AquamapsNN.getInputParameters()
           
 List<StatisticalType> TestAlgorithm.getInputParameters()
           
 List<StatisticalType> AquamapsNNSuitable.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.utils
 

Methods in org.gcube.dataanalysis.ecoengine.utils that return types with arguments of type StatisticalType
static List<StatisticalType> DatabaseFactory.getDefaultDatabaseConfiguration(String configurationFile)
           
 



Copyright © 2012. All Rights Reserved.