org.gcube.dataanalysis.ecoengine.utils
Class PresetConfigGenerator

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.utils.PresetConfigGenerator

public class PresetConfigGenerator
extends Object


Constructor Summary
PresetConfigGenerator()
           
 
Method Summary
static AlgorithmConfiguration configAbsenceTable(boolean random, String absenceTable, String hspecTable, int numberOfPoints, String speciesCode)
           
static AlgorithmConfiguration configAquamapsNative(String aquamapsNativeTable, String envelopeTable)
           
static AlgorithmConfiguration configAquamapsNNNative(String tableName, String username, String envelopeTable, String speciesID, String nnname)
           
static AlgorithmConfiguration configAquamapsNNSuitable(String tableName, String username, String envelopeTable, String speciesID, String nnname)
           
static AlgorithmConfiguration configAquamapsSuitable(String aquamapsSuitableTable, String envelopeTable)
           
static AlgorithmConfiguration configDiscrepancyAnalysis(String table1, String table2)
           
static AlgorithmConfiguration configHCAFfilter(String table, float x1, float y1, float x2, float y2)
           
static AlgorithmConfiguration configHRSAnalysis(String projectiontable, String absenceTable, String presenceTable)
           
static AlgorithmConfiguration configHSPENfilter(String table, String speciesList)
           
static AlgorithmConfiguration configNativeNeuralNetworkTraining(String presenceTable, String absenceTable, String username, String speciesID, String neuronsAndLayers, String nnname)
           
static AlgorithmConfiguration configPresenceTable(String presenceTable, int numberOfPoints, String speciesCode)
           
static AlgorithmConfiguration configQualityAnalysis(String presenceTable, String absenceTable, String table)
           
static AlgorithmConfiguration configSuitableNeuralNetworkTraining(String presenceTable, String absenceTable, String username, String speciesID, String neuronsAndLayers, String nnname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresetConfigGenerator

public PresetConfigGenerator()
Method Detail

configAquamapsSuitable

public static AlgorithmConfiguration configAquamapsSuitable(String aquamapsSuitableTable,
                                                            String envelopeTable)

configAquamapsNative

public static AlgorithmConfiguration configAquamapsNative(String aquamapsNativeTable,
                                                          String envelopeTable)

configAquamapsNNSuitable

public static AlgorithmConfiguration configAquamapsNNSuitable(String tableName,
                                                              String username,
                                                              String envelopeTable,
                                                              String speciesID,
                                                              String nnname)

configAquamapsNNNative

public static AlgorithmConfiguration configAquamapsNNNative(String tableName,
                                                            String username,
                                                            String envelopeTable,
                                                            String speciesID,
                                                            String nnname)

configSuitableNeuralNetworkTraining

public static AlgorithmConfiguration configSuitableNeuralNetworkTraining(String presenceTable,
                                                                         String absenceTable,
                                                                         String username,
                                                                         String speciesID,
                                                                         String neuronsAndLayers,
                                                                         String nnname)

configNativeNeuralNetworkTraining

public static AlgorithmConfiguration configNativeNeuralNetworkTraining(String presenceTable,
                                                                       String absenceTable,
                                                                       String username,
                                                                       String speciesID,
                                                                       String neuronsAndLayers,
                                                                       String nnname)

configQualityAnalysis

public static AlgorithmConfiguration configQualityAnalysis(String presenceTable,
                                                           String absenceTable,
                                                           String table)

configDiscrepancyAnalysis

public static AlgorithmConfiguration configDiscrepancyAnalysis(String table1,
                                                               String table2)

configHRSAnalysis

public static AlgorithmConfiguration configHRSAnalysis(String projectiontable,
                                                       String absenceTable,
                                                       String presenceTable)

configAbsenceTable

public static AlgorithmConfiguration configAbsenceTable(boolean random,
                                                        String absenceTable,
                                                        String hspecTable,
                                                        int numberOfPoints,
                                                        String speciesCode)

configPresenceTable

public static AlgorithmConfiguration configPresenceTable(String presenceTable,
                                                         int numberOfPoints,
                                                         String speciesCode)

configHCAFfilter

public static AlgorithmConfiguration configHCAFfilter(String table,
                                                      float x1,
                                                      float y1,
                                                      float x2,
                                                      float y2)

configHSPENfilter

public static AlgorithmConfiguration configHSPENfilter(String table,
                                                       String speciesList)


Copyright © 2013. All Rights Reserved.