GATE
Version 3.1-2270

Uses of Class
gate.creole.ml.Attribute

Packages that use Attribute
gate.creole.ml   
 

Uses of Attribute in gate.creole.ml
 

Fields in gate.creole.ml declared as Attribute
protected  Attribute DatasetDefintion.classAttribute
           
 

Methods in gate.creole.ml that return Attribute
 Attribute DatasetDefintion.getClassAttribute()
           
 

Methods in gate.creole.ml with parameters of type Attribute
 String MachineLearningPR.Cache.getAttributeValue(int instanceIndex, Attribute attribute)
          Finds the value of a specified attribute for a particular instance.
protected  String MachineLearningPR.Cache.getValue(Attribute attribute, int instanceIndex, Map cache)
          Finds the value for a particular attribute and returns it.
 void DatasetDefintion.setClassAttribute(Attribute classAttribute)
           
 


GATE
Version 3.1-2270