Package weka.core
Interface CustomDisplayStringProvider
- All Known Implementing Classes:
Range
,SingleIndex
public interface CustomDisplayStringProvider
For classes that do not implement the OptionHandler interface and want to
provide a custom display string in the GenericObjectEditor, which is more
descriptive than the class name.
- Version:
- $Revision: 8034 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
Method Summary
-
Method Details
-
toDisplay
String toDisplay()Returns the custom display string.- Returns:
- the string
-