This commit is contained in:
Gianpaolo Coro 2012-09-28 10:09:32 +00:00
parent e1311fe9eb
commit 07eb4a545f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class ModelAquamapsNN implements Model {
public List<StatisticalType> getInputParameters() {
List<StatisticalType> parameters = new ArrayList<StatisticalType>();
List<TableTemplates> templatesOccurrences = new ArrayList<TableTemplates>();
templatesOccurrences.add(TableTemplates.OCCURRENCE_AQUAMAPS);
templatesOccurrences.add(TableTemplates.HCAF);
InputTable p1 = new InputTable(templatesOccurrences,"AbsenceDataTable","A Table containing absence points");
InputTable p2 = new InputTable(templatesOccurrences,"PresenceDataTable","A Table containing positive occurrences");