Package | Description |
---|---|
smile.feature |
Feature generation, normalization and selection.
|
Modifier and Type | Method and Description |
---|---|
static NumericAttributeFeature.Scaling |
NumericAttributeFeature.Scaling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericAttributeFeature.Scaling[] |
NumericAttributeFeature.Scaling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NumericAttributeFeature(Attribute[] attributes,
NumericAttributeFeature.Scaling scaling)
Constructor.
|
NumericAttributeFeature(Attribute[] attributes,
NumericAttributeFeature.Scaling scaling,
double[][] data)
Constructor.
|
Copyright © 2015. All rights reserved.