weka4ws.core
Class ClassificationParameters

java.lang.Object
  extended byweka4ws.stubs.service.ClassificationParameters
      extended byweka4ws.core.ClassificationParameters
All Implemented Interfaces:
RemoteParameters, RemoteTestParameters, java.io.Serializable

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

Dummy class useful to make it possible to use parameters inside the RemoteMining abstract class.

Author:
Marco Lackovic
See Also:
Serialized Form

Constructor Summary
ClassificationParameters(weka4ws.stubs.service.EvalOptions evalOptions, int classIndex)
           
 
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.core.RemoteTestParameters
setTestOptions, setTestset
 
Methods inherited from interface weka4ws.core.RemoteParameters
getAlgorithm, setAlgorithm, setDataset, setLogging, setTaskID
 

Constructor Detail

ClassificationParameters

public ClassificationParameters(weka4ws.stubs.service.EvalOptions evalOptions,
                                int classIndex)