| Package | Description |
|---|---|
| weka.core | |
| weka.core.xml |
| Modifier and Type | Method and Description |
|---|---|
ProtectedProperties |
Attribute.getMetadata()
Returns the properties supplied for this attribute.
|
| Constructor and Description |
|---|
Attribute(String attributeName,
FastVector 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.
|
Attribute(String attributeName,
String dateFormat,
ProtectedProperties metadata)
Constructor for a date attribute, where metadata is supplied.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtectedProperties |
XMLInstances.createMetadata(Element parent)
returns the metadata, if any available underneath this node, otherwise
just null
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.