| Package | Description |
|---|---|
| weka.core |
| Modifier and Type | Method and Description |
|---|---|
ProtectedProperties |
Attribute.getMetadata()
Returns the properties supplied for this attribute.
|
| Constructor and Description |
|---|
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.
|
AttributeMetaInfo(ProtectedProperties metadata,
Attribute att)
Creates the meta info object based on the given meta data.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.