public class NumericAttribute<T extends Number> extends Attribute<T>
Number
or a subclass of
it has to be used with it.Constructor and Description |
---|
NumericAttribute(String name,
Class<T> clazz)
Creates a new
NumericAttribute . |
Modifier and Type | Method and Description |
---|---|
String |
getARFFValues()
Returns the values supported by this attribute as ARFF string
|
public NumericAttribute(String name, Class<T> clazz)
NumericAttribute
.name
- the attribute's name@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.