public class AttributeDataset extends Dataset<double[]>
| Constructor and Description |
|---|
AttributeDataset(String name,
Attribute[] attributes)
Constructor.
|
AttributeDataset(String name,
Attribute[] attributes,
Attribute response)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
attributes()
Returns the list of attributes in this dataset.
|
public AttributeDataset(String name, Attribute[] attributes)
name - the name of dataset.attributes - the list of attributes in this dataset.public Attribute[] attributes()
Copyright © 2015. All rights reserved.