|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautoweka.WekaArgumentConverter.Arguments
public static class WekaArgumentConverter.Arguments
Field Summary | |
---|---|
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' |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |