weka4ws.core
Interface RemoteParameters

All Known Subinterfaces:
RemoteTestParameters
All Known Implementing Classes:
AssociationRulesParameters, ClassificationParameters, ClusteringParameters

public interface RemoteParameters


Method Summary
 weka4ws.stubs.service.Algorithm getAlgorithm()
           
 void setAlgorithm(weka4ws.stubs.service.Algorithm algorithm)
           
 void setDataset(weka4ws.stubs.service.Dataset dataset)
           
 void setLogging(boolean logging)
           
 void setTaskID(long taskID)
           
 

Method Detail

setTaskID

public void setTaskID(long taskID)

setAlgorithm

public void setAlgorithm(weka4ws.stubs.service.Algorithm algorithm)

getAlgorithm

public weka4ws.stubs.service.Algorithm getAlgorithm()

setDataset

public void setDataset(weka4ws.stubs.service.Dataset dataset)

setLogging

public void setLogging(boolean logging)