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.models.testing   
org.gcube.dataanalysis.ecoengine.processing   
org.gcube.dataanalysis.ecoengine.processing.factories   
org.gcube.dataanalysis.ecoengine.spatialdistributions   
org.gcube.dataanalysis.ecoengine.transducers   
org.gcube.dataanalysis.ecoengine.transducers.simplequeryexecutors   
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> XMeansWrapper.getInputParameters()
           
 List<StatisticalType> KMeans.getInputParameters()
           
 List<StatisticalType> DBScan.getInputParameters()
           
 

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

Classes in org.gcube.dataanalysis.ecoengine.datatypes with type parameters of type StatisticalType
 class StatisticalTypeList<C extends StatisticalType>
           
 

Subclasses of StatisticalType in org.gcube.dataanalysis.ecoengine.datatypes
 class ColumnType
           
 class ColumnTypesList
           
 class DatabaseType
           
 class InputTable
           
 class OutputTable
           
 class PrimitiveType
           
 class PrimitiveTypesList
           
 class ServiceType
           
 class StatisticalTypeList<C extends StatisticalType>
           
 class TablesList
           
 

Methods in org.gcube.dataanalysis.ecoengine.datatypes that return types with arguments of type StatisticalType
static HashMap<String,StatisticalType> PrimitiveType.stringMap2StatisticalMap(HashMap<String,String> stringmap)
           
 

Method parameters in org.gcube.dataanalysis.ecoengine.datatypes with type arguments of type StatisticalType
static void DatabaseType.addDefaultDBPars(List<StatisticalType> parameters)
           
 

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

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

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

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

Methods in org.gcube.dataanalysis.ecoengine.interfaces that return StatisticalType
 StatisticalType Model.getOutput()
           
 StatisticalType GenericAlgorithm.getOutput()
           
 StatisticalType DataAnalysis.getOutput()
           
 StatisticalType ComputationalAgent.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.interfaces that return types with arguments of type StatisticalType
 List<StatisticalType> Model.getInputParameters()
           
 List<StatisticalType> GenericAlgorithm.getInputParameters()
           
 List<StatisticalType> ComputationalAgent.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 ModelHSPEN.getOutput()
           
 StatisticalType ModelAquamapsNNNS.getOutput()
           
 StatisticalType ModelAquamapsNN.getOutput()
           
 

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

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

Methods in org.gcube.dataanalysis.ecoengine.models.testing that return StatisticalType
 StatisticalType FeedForwardNNFile.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.models.testing that return types with arguments of type StatisticalType
 List<StatisticalType> FeedForwardNNFile.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> ClusterersFactory.getClustererParameters(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)
           
static List<StatisticalType> TransducerersFactory.getTransducerParameters(String configPath, String algorithmName)
           
 

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

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

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

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

Methods in org.gcube.dataanalysis.ecoengine.transducers that return StatisticalType
 StatisticalType TestTrans.getOutput()
           
 StatisticalType QueryExecutor.getOutput()
           
 StatisticalType OccurrencePointsMerger.getOutput()
           
 StatisticalType InterpolationTransducer.getOutput()
           
 StatisticalType BioClimateHSPECTransducer.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.transducers that return types with arguments of type StatisticalType
 List<StatisticalType> TestTrans.getInputParameters()
           
 List<StatisticalType> QueryExecutor.getInputParameters()
           
 List<StatisticalType> OccurrencePointsMerger.getInputParameters()
           
 List<StatisticalType> OccurrencePointsInSeaOnEarth.getInputParameters()
           
 List<StatisticalType> OccurrencePointsDuplicatesDeleter.getInputParameters()
           
 List<StatisticalType> InterpolationTransducer.getInputParameters()
           
 List<StatisticalType> BioClimateHSPENTransducer.getInputParameters()
           
 List<StatisticalType> BioClimateHSPECTransducer.getInputParameters()
           
 List<StatisticalType> BioClimateHCAFTransducer.getInputParameters()
           
 

Uses of StatisticalType in org.gcube.dataanalysis.ecoengine.transducers.simplequeryexecutors
 

Methods in org.gcube.dataanalysis.ecoengine.transducers.simplequeryexecutors that return StatisticalType
 StatisticalType MarinePresencePoints.getOutput()
           
 StatisticalType MarineAbsencePointsFromAquamapsDistribution.getOutput()
           
 StatisticalType HspenFilter.getOutput()
           
 StatisticalType HcafFilter.getOutput()
           
 

Methods in org.gcube.dataanalysis.ecoengine.transducers.simplequeryexecutors that return types with arguments of type StatisticalType
 List<StatisticalType> MarinePresencePoints.getInputParameters()
           
 List<StatisticalType> MarineAbsencePointsFromAquamapsDistribution.getInputParameters()
           
 List<StatisticalType> HspenFilter.getInputParameters()
           
 List<StatisticalType> HcafFilter.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 © 2013. All Rights Reserved.