weka4ws.core
Class RemoteTestTask

java.lang.Object
  extended byweka4ws.core.RemoteTask
      extended byweka4ws.core.RemoteTestTask
All Implemented Interfaces:
RemoteTaskConstants
Direct Known Subclasses:
RemoteClassifier, RemoteClusterer

public class RemoteTestTask
extends RemoteTask

Author:
Marco Lackovic

Field Summary
 
Fields inherited from interface weka4ws.core.RemoteTaskConstants
ASSOCIATOR, CLASSIFIER, CLUSTERER, CROSS_VALIDATION, DATASET_MAXSIZE, PERCENTAGE_SPLIT, TEMP_DIR, TEST_SET, TRAINING_SET
 
Constructor Summary
RemoteTestTask(ConnectionParameters connectionParameters, RemoteParameters parameters)
           
 
Method Summary
 void setTestOptions(int testMode, int percent, int numFolds)
           
 void setTestOptions(weka4ws.stubs.service.TestOptions testOptions)
           
 void setTestset(java.lang.String testsetFilePath)
           
 
Methods inherited from class weka4ws.core.RemoteTask
checkRemoteFile, getExecutionTime, getLocation, getResult, setAlgorithm, setDataset, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTestTask

public RemoteTestTask(ConnectionParameters connectionParameters,
                      RemoteParameters parameters)
               throws org.apache.axis.types.URI.MalformedURIException,
                      java.rmi.RemoteException,
                      javax.xml.rpc.ServiceException
Method Detail

setTestOptions

public void setTestOptions(int testMode,
                           int percent,
                           int numFolds)

setTestOptions

public void setTestOptions(weka4ws.stubs.service.TestOptions testOptions)

setTestset

public void setTestset(java.lang.String testsetFilePath)
                throws java.lang.Exception
Throws:
java.lang.Exception