Uses of Class
weka.core.ProtectedProperties

Packages that use ProtectedProperties
weka.core   
 

Uses of ProtectedProperties in weka.core
 

Fields in weka.core declared as ProtectedProperties
private  ProtectedProperties Attribute.m_Metadata
          The attribute's metadata.
 

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

Methods in weka.core with parameters of type ProtectedProperties
private  void Attribute.setMetadata(ProtectedProperties metadata)
          Sets the metadata for the attribute.
 

Constructors in weka.core with parameters of type ProtectedProperties
Attribute(java.lang.String attributeName, ProtectedProperties metadata)
          Constructor for a numeric attribute, where metadata is supplied.
Attribute(java.lang.String attributeName, java.lang.String dateFormat, ProtectedProperties metadata)
          Constructor for a date attribute, where metadata is supplied.
Attribute(java.lang.String attributeName, FastVector attributeValues, ProtectedProperties metadata)
          Constructor for nominal attributes and string attributes, where metadata is supplied.