Package weka.core
Interface CustomDisplayStringProvider
-
- All Known Implementing Classes:
Range,SingleIndex
public interface CustomDisplayStringProviderFor 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoDisplay()Returns the custom display string.
-