public class ClassificationFeatureMetadata
extends java.lang.Object
Constructor and Description |
---|
ClassificationFeatureMetadata(java.lang.String attribute,
DataType<?> type)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the feature
|
boolean |
isNumeric()
Returns whether this is a numeric attribute
|
protected void |
updateMinMax(java.lang.String value)
Updates minimum and maximum for feature scaling
|
public ClassificationFeatureMetadata(java.lang.String attribute, DataType<?> type)
attribute
- type
- public java.lang.String getName()
public boolean isNumeric()
protected void updateMinMax(java.lang.String value)
value
-