public class PresetConfigGenerator extends Object
| Constructor and Description |
|---|
PresetConfigGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static AlgorithmConfiguration configAquamapsSuitable(String aquamapsSuitableTable, String envelopeTable)
public static AlgorithmConfiguration configAquamapsNative(String aquamapsNativeTable, String envelopeTable)
public static AlgorithmConfiguration configAquamapsNNSuitable(String tableName, String username, String envelopeTable, String speciesID, String nnname)
public static AlgorithmConfiguration configAquamapsNNNative(String tableName, String username, String envelopeTable, String speciesID, String nnname)
public static AlgorithmConfiguration configSuitableNeuralNetworkTraining(String presenceTable, String absenceTable, String username, String speciesID, String neuronsAndLayers, String nnname)
public static AlgorithmConfiguration configNativeNeuralNetworkTraining(String presenceTable, String absenceTable, String username, String speciesID, String neuronsAndLayers, String nnname)
public static AlgorithmConfiguration configQualityAnalysis(String presenceTable, String absenceTable, String table)
public static AlgorithmConfiguration configDiscrepancyAnalysis(String table1, String table2)
public static AlgorithmConfiguration configHRSAnalysis(String projectiontable, String absenceTable, String presenceTable)
public static AlgorithmConfiguration configAbsenceTable(boolean random, String absenceTable, String hspecTable, int numberOfPoints, String speciesCode)
public static AlgorithmConfiguration configPresenceTable(String presenceTable, int numberOfPoints, String speciesCode)
public static AlgorithmConfiguration configHCAFfilter(String table, float x1, float y1, float x2, float y2)
public static AlgorithmConfiguration configHSPENfilter(String table, String speciesList)
Copyright © 2014. All Rights Reserved.