Uses of Class
weka.core.ProtectedProperties
-
Uses of ProtectedProperties in weka.core
Modifier and TypeMethodDescriptionfinal ProtectedProperties
Attribute.getMetadata()
Returns the properties supplied for this attribute.ModifierConstructorDescriptionAttribute
(String attributeName, boolean createStringAttribute, ProtectedProperties metadata) Constructor for a numeric or string attribute, where metadata is supplied.Attribute
(String attributeName, String dateFormat, ProtectedProperties metadata) Constructor for a date attribute, where metadata is supplied.Attribute
(String attributeName, List<String> attributeValues, ProtectedProperties metadata) Constructor for nominal attributes and string attributes, where metadata is supplied.Attribute
(String attributeName, Instances header, ProtectedProperties metadata) Constructor for relation-valued attributes.Attribute
(String attributeName, ProtectedProperties metadata) Constructor for a numeric attribute, where metadata is supplied.AttributeMetaInfo
(ProtectedProperties metadata, Attribute att) Creates the meta info object based on the given meta data.