public class AttributeDataset extends Dataset<double[]>
| Constructor and Description |
|---|
AttributeDataset(java.lang.String name,
Attribute[] attributes)
Constructor.
|
AttributeDataset(java.lang.String name,
Attribute[] attributes,
Attribute response)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
attributes()
Returns the list of attributes in this dataset.
|
add, add, add, add, add, add, get, getDescription, getName, iterator, remove, response, setDescription, setName, size, toArray, toArray, toArray, toArray, toArraypublic AttributeDataset(java.lang.String name,
Attribute[] attributes)
name - the name of dataset.attributes - the list of attributes in this dataset.public Attribute[] attributes()