public abstract class Attribute<T> extends Object
DataSet
.Constructor and Description |
---|
Attribute(String name,
Class<T> clazz)
Creates a new attribute with the given name and class .
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected abstract String |
getARFFValues()
Returns the values supported by this attribute as ARFF string
|
Class<? extends T> |
getClazz()
Returns the class of the values represented by this attribute.
|
String |
getName()
Returns the name of the attribute represented by this instance
|
int |
hashCode() |
String |
toARFFString()
Returns the ARFF representation of this attribute.
|
String |
toString() |
public String toARFFString()
protected abstract String getARFFValues()
public String getName()
public Class<? extends T> getClazz()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.