Package com.groiss.ml.ds
Class BooleanAttribute
A nominal attribute which is able to represent the boolean values
true
and false
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.groiss.ml.ds.NominalAttribute
checkTypeCompatibility, getARFFValues, getIndexOf, getIndexOfValueAsString, getValueAt, getValues, hasValue
-
Constructor Details
-
BooleanAttribute
Creates a newBooleanAttribute
.- Parameters:
name
- the attribute's name
-