weka4ws.gui.kflow
Class TrainingSetEvent4WS
java.lang.Object
java.util.EventObject
weka.gui.beans.TrainingSetEvent
weka4ws.gui.kflow.TrainingSetEvent4WS
- All Implemented Interfaces:
- java.io.Serializable
- public class TrainingSetEvent4WS
- extends weka.gui.beans.TrainingSetEvent
Event encapsulating the source path from which the training set has been generated.
- Version:
- 1.0
- Author:
- Marco Lackovic
- See Also:
TrainingSetEvent
,
Serialized Form
Constructor Summary |
TrainingSetEvent4WS(java.lang.Object source,
weka.core.Instances trainSet)
Creates a new TrainingSetEvent |
Methods inherited from class weka.gui.beans.TrainingSetEvent |
getMaxSetNumber, getSetNumber, getTrainingSet, isStructureOnly |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TrainingSetEvent4WS
public TrainingSetEvent4WS(java.lang.Object source,
weka.core.Instances trainSet)
- Creates a new
TrainingSetEvent
- Parameters:
source
- the source of the eventtrainSet
- the training instances
getFilePath
public java.lang.String getFilePath()
setFilePath
public void setFilePath(java.lang.String filePath)
setMaxSetNumber
public void setMaxSetNumber(int setNumber)
setSetNumber
public void setSetNumber(int number)
getTestOptions
public weka4ws.stubs.service.TestOptions getTestOptions()
setTestOptions
public void setTestOptions(weka4ws.stubs.service.TestOptions testOptions)
setSeed
public void setSeed(int seed)
getSeed
public int getSeed()