Uses of Class
weka.core.ProtectedProperties

Packages that use ProtectedProperties
weka.core   
 

Uses of ProtectedProperties in weka.core
 

Methods in weka.core that return ProtectedProperties
 ProtectedProperties Attribute.getMetadata()
          Returns the properties supplied for this attribute.
 

Constructors in weka.core with parameters of type ProtectedProperties
Attribute(String attributeName, Instances header, ProtectedProperties metadata)
          Constructor for relation-valued attributes.
Attribute(String attributeName, List<String> attributeValues, ProtectedProperties metadata)
          Constructor for nominal attributes and string attributes, where metadata is supplied.
Attribute(String attributeName, ProtectedProperties metadata)
          Constructor for a numeric attribute, where metadata is supplied.
Attribute(String attributeName, String dateFormat, ProtectedProperties metadata)
          Constructor for a date attribute, where metadata is supplied.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.