weka4ws.service.impl
Class ClassificationParameters

java.lang.Object
  extended byweka4ws.stubs.service.ClassificationParameters
      extended byweka4ws.service.impl.ClassificationParameters
All Implemented Interfaces:
java.io.Serializable, ServiceParameters, ServiceTestParameters

public class ClassificationParameters
extends weka4ws.stubs.service.ClassificationParameters
implements ServiceTestParameters

Author:
Marco Lackovic
See Also:
Serialized Form

Constructor Summary
ClassificationParameters()
           
 
Methods inherited from class weka4ws.stubs.service.ClassificationParameters
equals, getAlgorithm, getClassIndex, getDataset, getDeserializer, getEvalOptions, getSerializer, getTaskID, getTestOptions, getTestset, getTypeDesc, hashCode, isLogging, setAlgorithm, setClassIndex, setDataset, setEvalOptions, setLogging, setTaskID, setTestOptions, setTestset
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface weka4ws.service.impl.ServiceTestParameters
getTestOptions, getTestset
 
Methods inherited from interface weka4ws.service.impl.ServiceParameters
getAlgorithm, getDataset, getTaskID, isLogging
 

Constructor Detail

ClassificationParameters

public ClassificationParameters()