weka4ws.core
Class RemoteTestTask
java.lang.Object
weka4ws.core.RemoteTask
weka4ws.core.RemoteTestTask
- All Implemented Interfaces:
- RemoteTaskConstants
- Direct Known Subclasses:
- RemoteClassifier, RemoteClusterer
- public class RemoteTestTask
- extends RemoteTask
- Author:
- Marco Lackovic
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteTestTask
public RemoteTestTask(ConnectionParameters connectionParameters,
RemoteParameters parameters)
throws org.apache.axis.types.URI.MalformedURIException,
java.rmi.RemoteException,
javax.xml.rpc.ServiceException
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