nz.ac.waikato.adams.webservice.weka
Class OptimizeClassifierMultiSearch

java.lang.Object
  extended by nz.ac.waikato.adams.webservice.weka.OptimizeClassifierMultiSearch

public class OptimizeClassifierMultiSearch
extends Object

Java class for optimizeClassifierMultiSearch complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="optimizeClassifierMultiSearch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Classifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SearchParameters" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="dataset" type="{http://weka.webservice.adams.waikato.ac.nz/}Dataset"/>
         <element name="evaluation" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String classifier
           
protected  Dataset dataset
           
protected  String evaluation
           
protected  List<String> searchParameters
           
 
Constructor Summary
OptimizeClassifierMultiSearch()
           
 
Method Summary
 String getClassifier()
          Gets the value of the classifier property.
 Dataset getDataset()
          Gets the value of the dataset property.
 String getEvaluation()
          Gets the value of the evaluation property.
 List<String> getSearchParameters()
          Gets the value of the searchParameters property.
 void setClassifier(String value)
          Sets the value of the classifier property.
 void setDataset(Dataset value)
          Sets the value of the dataset property.
 void setEvaluation(String value)
          Sets the value of the evaluation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classifier

protected String classifier

searchParameters

protected List<String> searchParameters

dataset

protected Dataset dataset

evaluation

protected String evaluation
Constructor Detail

OptimizeClassifierMultiSearch

public OptimizeClassifierMultiSearch()
Method Detail

getClassifier

public String getClassifier()
Gets the value of the classifier property.

Returns:
possible object is String

setClassifier

public void setClassifier(String value)
Sets the value of the classifier property.

Parameters:
value - allowed object is String

getSearchParameters

public List<String> getSearchParameters()
Gets the value of the searchParameters property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the searchParameters property.

For example, to add a new item, do as follows:

    getSearchParameters().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getDataset

public Dataset getDataset()
Gets the value of the dataset property.

Returns:
possible object is Dataset

setDataset

public void setDataset(Dataset value)
Sets the value of the dataset property.

Parameters:
value - allowed object is Dataset

getEvaluation

public String getEvaluation()
Gets the value of the evaluation property.

Returns:
possible object is String

setEvaluation

public void setEvaluation(String value)
Sets the value of the evaluation property.

Parameters:
value - allowed object is String


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.