|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.OptimizeClassifierMultiSearch
public class OptimizeClassifierMultiSearch
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 |
|---|
protected String classifier
protected List<String> searchParameters
protected Dataset dataset
protected String evaluation
| Constructor Detail |
|---|
public OptimizeClassifierMultiSearch()
| Method Detail |
|---|
public String getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
Stringpublic List<String> getSearchParameters()
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
public Dataset getDataset()
Datasetpublic void setDataset(Dataset value)
value - allowed object is
Datasetpublic String getEvaluation()
Stringpublic void setEvaluation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||