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,
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.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.