Package adams.data.weka
Interface InstancesViewCreator
-
- All Known Implementing Classes:
WekaCrossValidationSplit
,WekaRandomSplit
public interface InstancesViewCreator
Interface for classes that generate Weka Instances views.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
createViewTipText()
Returns the tip text for this property.boolean
getCreateView()
Returns whether to create only a view.void
setCreateView(boolean value)
Sets whether to create a view only.
-
-
-
Method Detail
-
setCreateView
void setCreateView(boolean value)
Sets whether to create a view only.- Parameters:
value
- true if to create a view only
-
getCreateView
boolean getCreateView()
Returns whether to create only a view.- Returns:
- true if to create view only
-
createViewTipText
String createViewTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-