Package adams.data.instances
Interface InstanceGeneratorWithClassLabels
-
- All Known Implementing Classes:
AbstractFieldInstanceGeneratorWithClass
,AbstractSpectrumInstanceGeneratorWithClass
,FieldInstanceGeneratorWithClass
,SimpleInstanceGenerator
public interface InstanceGeneratorWithClassLabels
Instance generator with a support for class labels.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
classLabelsTipText()
Returns the tip text for this property.adams.core.base.BaseString[]
getClassLabels()
Returns the labels for a nominal class attribute.void
setClassLabels(adams.core.base.BaseString[] value)
Sets the labels for a nominal class attribute.
-
-
-
Method Detail
-
setClassLabels
void setClassLabels(adams.core.base.BaseString[] value)
Sets the labels for a nominal class attribute.- Parameters:
value
- the labels
-
getClassLabels
adams.core.base.BaseString[] getClassLabels()
Returns the labels for a nominal class attribute.- Returns:
- the labels
-
classLabelsTipText
String classLabelsTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-