|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.clustering |
---|
Classes in org.gcube.dataanalysis.ecoengine.clustering that implement ComputationalAgent | |
---|---|
class |
DBScan
|
class |
KMeans
|
class |
XMeansWrapper
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.evaluation |
---|
Classes in org.gcube.dataanalysis.ecoengine.evaluation that implement ComputationalAgent | |
---|---|
class |
DiscrepancyAnalysis
|
class |
DistributionQualityAnalysis
|
class |
HabitatRepresentativeness
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.interfaces |
---|
Subinterfaces of ComputationalAgent in org.gcube.dataanalysis.ecoengine.interfaces | |
---|---|
interface |
Clusterer
|
interface |
Evaluator
|
interface |
Generator
|
interface |
Modeler
|
interface |
Transducerer
|
Classes in org.gcube.dataanalysis.ecoengine.interfaces that implement ComputationalAgent | |
---|---|
class |
DataAnalysis
Implements a mono-thread data analysis process Status is managed outside the class and analysis is simply conducted by initializing and applying procedure |
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.modeling |
---|
Classes in org.gcube.dataanalysis.ecoengine.modeling that implement ComputationalAgent | |
---|---|
class |
SimpleModeler
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.processing |
---|
Classes in org.gcube.dataanalysis.ecoengine.processing that implement ComputationalAgent | |
---|---|
class |
LocalSimpleSplitGenerator
|
class |
LocalSplitGenerator
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.processing.factories |
---|
Methods in org.gcube.dataanalysis.ecoengine.processing.factories that return ComputationalAgent | |
---|---|
static ComputationalAgent |
ProcessorsFactory.getProcessor(AlgorithmConfiguration config,
String file)
|
static ComputationalAgent |
ProcessorsFactory.getProcessor(AlgorithmConfiguration config,
String file,
String explicitAlgorithm)
|
Methods in org.gcube.dataanalysis.ecoengine.processing.factories that return types with arguments of type ComputationalAgent | |
---|---|
static List<ComputationalAgent> |
ClusterersFactory.getClusterers(AlgorithmConfiguration config)
|
static List<ComputationalAgent> |
EvaluatorsFactory.getEvaluators(AlgorithmConfiguration config)
|
static List<ComputationalAgent> |
GeneratorsFactory.getGenerators(AlgorithmConfiguration config)
|
static List<ComputationalAgent> |
ModelersFactory.getModelers(AlgorithmConfiguration config)
|
static List<ComputationalAgent> |
TransducerersFactory.getTransducerers(AlgorithmConfiguration config)
|
Methods in org.gcube.dataanalysis.ecoengine.processing.factories with parameters of type ComputationalAgent | |
---|---|
static void |
ProcessorsFactory.addAgent2List(List<ComputationalAgent> agents,
ComputationalAgent agent)
|
Method parameters in org.gcube.dataanalysis.ecoengine.processing.factories with type arguments of type ComputationalAgent | |
---|---|
static void |
ProcessorsFactory.addAgent2List(List<ComputationalAgent> agents,
ComputationalAgent agent)
|
static void |
GeneratorsFactory.addGenerator2List(List<ComputationalAgent> generators,
Generator generator)
|
static void |
ModelersFactory.addModeler2List(List<ComputationalAgent> modelers,
Modeler mod)
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.test.checks |
---|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.test.regression |
---|
Methods in org.gcube.dataanalysis.ecoengine.test.regression with parameters of type ComputationalAgent | |
---|---|
static void |
Regressor.process(ComputationalAgent agent)
|
Constructors in org.gcube.dataanalysis.ecoengine.test.regression with parameters of type ComputationalAgent | |
---|---|
Regressor.ThreadCalculator(ComputationalAgent dg)
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.transducers |
---|
Classes in org.gcube.dataanalysis.ecoengine.transducers that implement ComputationalAgent | |
---|---|
class |
BioClimateHCAFTransducer
|
class |
BioClimateHSPECTransducer
|
class |
BioClimateHSPENTransducer
|
class |
InterpolationTransducer
|
class |
OccurrencePointsDuplicatesDeleter
|
class |
OccurrencePointsInSeaOnEarth
|
class |
OccurrencePointsIntersector
|
class |
OccurrencePointsMerger
|
class |
OccurrencePointsSubtraction
|
class |
QueryExecutor
|
class |
TestTrans
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.transducers.simplequeryexecutors |
---|
Classes in org.gcube.dataanalysis.ecoengine.transducers.simplequeryexecutors that implement ComputationalAgent | |
---|---|
class |
HcafFilter
|
class |
HspenFilter
|
class |
MarineAbsencePointsFromAquamapsDistribution
|
class |
MarinePresencePoints
|
Uses of ComputationalAgent in org.gcube.dataanalysis.ecoengine.user |
---|
Constructors in org.gcube.dataanalysis.ecoengine.user with parameters of type ComputationalAgent | |
---|---|
EvaluatorT(ComputationalAgent dg,
AlgorithmConfiguration config)
|
|
GeneratorT(ComputationalAgent dg)
|
|
ModelerT(ComputationalAgent dg,
AlgorithmConfiguration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |