autoweka
Class WekaArgumentConverter.Arguments

java.lang.Object
  extended by autoweka.WekaArgumentConverter.Arguments
Enclosing class:
WekaArgumentConverter

public static class WekaArgumentConverter.Arguments
extends java.lang.Object


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

propertyMap

public java.util.Map<java.lang.String,java.lang.String> propertyMap
Contains a bunch of properties like the 'targetclass', 'attributeeval', 'attributesearch', and 'attributetime'


argMap

public 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