public static class WekaArgumentConverter.Arguments
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
argMap
Contains up to three elements, 'attributesearch' for all params related to the search process, 'attributeeval' for the evaluators, and 'classifier' which has all the arguments for the classifier
|
java.util.Map<java.lang.String,java.lang.String> |
propertyMap
Contains a bunch of properties like the 'targetclass', 'attributeeval', 'attributesearch', and 'attributetime'
|
public java.util.Map<java.lang.String,java.lang.String> propertyMap
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> argMap