| Modifier and Type | Class and Description |
|---|---|
class |
DBScan |
class |
KMeans |
class |
LOF |
class |
XMeansWrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ClimateImpactAnalysis |
class |
DiscrepancyAnalysis |
class |
DistributionQualityAnalysis |
class |
HabitatRepresentativeness |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Clusterer |
interface |
Evaluator |
interface |
Generator |
interface |
Modeler |
interface |
Transducerer |
| Modifier and Type | Class and Description |
|---|---|
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
|
class |
StandardLocalExternalAlgorithm |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleModeler |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSimpleSplitGenerator |
class |
LocalSplitGenerator |
| Modifier and Type | Method and Description |
|---|---|
static ComputationalAgent |
ProcessorsFactory.getProcessor(AlgorithmConfiguration config,
String file) |
static ComputationalAgent |
ProcessorsFactory.getProcessor(AlgorithmConfiguration config,
String file,
String explicitAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessorsFactory.addAgent2List(List<ComputationalAgent> agents,
ComputationalAgent agent) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
RegressionComplexGeneration.ThreadCalculator(ComputationalAgent dg) |
RegressionSimpleGeneration.ThreadCalculator(ComputationalAgent dg) |
TestClusterer.ThreadCalculator(ComputationalAgent dg) |
TestEvaluation.ThreadCalculator(ComputationalAgent dg,
AlgorithmConfiguration config) |
TestsHSPENTraining.ThreadCalculator(ComputationalAgent dg,
AlgorithmConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Regressor.process(ComputationalAgent agent) |
| Constructor and Description |
|---|
Regressor.ThreadCalculator(ComputationalAgent dg) |
| Modifier and Type | Class and Description |
|---|---|
class |
BioClimateHCAFTransducer |
class |
BioClimateHSPECTransducer |
class |
BioClimateHSPENTransducer |
class |
InterpolationTransducer |
class |
OccurrencePointsDuplicatesDeleter |
class |
OccurrencePointsInSeaOnEarth |
class |
OccurrencePointsIntersector |
class |
OccurrencePointsMerger |
class |
OccurrencePointsSubtraction |
class |
QueryExecutor |
class |
TestTrans |
class |
TimeSeriesAnalysis |
| Modifier and Type | Class and Description |
|---|---|
class |
HcafFilter |
class |
HspenFilter |
class |
MarineAbsencePointsFromAquamapsDistribution |
class |
MarinePresencePoints |
| Constructor and Description |
|---|
EvaluatorT(ComputationalAgent dg,
AlgorithmConfiguration config) |
GeneratorT(ComputationalAgent dg) |
ModelerT(ComputationalAgent dg,
AlgorithmConfiguration config) |
Copyright © 2015. All Rights Reserved.