Package weka.gui.beans
Interface TrainingSetListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractDataSink
,Appender
,Associator
,AttributeSummarizer
,ClassAssigner
,Classifier
,Clusterer
,CrossValidationFoldMaker
,DataVisualizer
,Filter
,FlowByExpression
,Join
,Saver
,ScatterPlotMatrix
,Sorter
,SubstringLabeler
,TestSetMaker
,TextViewer
,TrainTestSplitMaker
Interface to something that can accept and process training set events
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Accept and process a training set
-
Method Details
-
acceptTrainingSet
Accept and process a training set- Parameters:
e
- aTrainingSetEvent
value
-