GATE
Version 3.1-2270

gate.creole.ml.weka
Class StringToNominalFilter.AttributeData

java.lang.Object
  extended by gate.creole.ml.weka.StringToNominalFilter.AttributeData
All Implemented Interfaces:
Serializable
Enclosing class:
StringToNominalFilter

protected static class StringToNominalFilter.AttributeData
extends Object
implements Serializable

Stores data about one attribute to be converted.

See Also:
Serialized Form

Constructor Summary
StringToNominalFilter.AttributeData(int index, int count, String method)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringToNominalFilter.AttributeData

public StringToNominalFilter.AttributeData(int index,
                                           int count,
                                           String method)

GATE
Version 3.1-2270