git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@59194 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e1311fe9eb
commit
07eb4a545f
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue