public class IterationNotificationEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected MultiLabelClassifier |
m_Classifier
the classifier.
|
protected weka.core.Instances |
m_Dataset
the dataset.
|
source
Constructor and Description |
---|
IterationNotificationEvent(Experiment source,
MultiLabelClassifier classifier,
weka.core.Instances dataset)
Gets called when the experiment starts on a new evaluation.
|
Modifier and Type | Method and Description |
---|---|
MultiLabelClassifier |
getClassifier()
Returns the classifier.
|
weka.core.Instances |
getDataset()
Returns the dataset.
|
Experiment |
getExperiment()
Returns the associated experiment.
|
getSource, toString
protected MultiLabelClassifier m_Classifier
protected weka.core.Instances m_Dataset
public IterationNotificationEvent(Experiment source, MultiLabelClassifier classifier, weka.core.Instances dataset)
source
- the experiment that triggered the eventclassifier
- the classifierdataset
- the datasetpublic Experiment getExperiment()
public MultiLabelClassifier getClassifier()
public weka.core.Instances getDataset()
Copyright © 2017. All Rights Reserved.