|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.CrossValidateClassifier
public class CrossValidateClassifier
Java class for crossValidateClassifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="crossValidateClassifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataset" type="{http://weka.webservice.adams.waikato.ac.nz/}Dataset"/>
<element name="seed" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="folds">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="2"/>
</restriction>
</simpleType>
</element>
<element name="classifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
classifier
|
protected Dataset |
dataset
|
protected int |
folds
|
protected int |
seed
|
| Constructor Summary | |
|---|---|
CrossValidateClassifier()
|
|
| Method Summary | |
|---|---|
String |
getClassifier()
Gets the value of the classifier property. |
Dataset |
getDataset()
Gets the value of the dataset property. |
int |
getFolds()
Gets the value of the folds property. |
int |
getSeed()
Gets the value of the seed property. |
void |
setClassifier(String value)
Sets the value of the classifier property. |
void |
setDataset(Dataset value)
Sets the value of the dataset property. |
void |
setFolds(int value)
Sets the value of the folds property. |
void |
setSeed(int value)
Sets the value of the seed property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Dataset dataset
protected int seed
protected int folds
protected String classifier
| Constructor Detail |
|---|
public CrossValidateClassifier()
| Method Detail |
|---|
public Dataset getDataset()
Datasetpublic void setDataset(Dataset value)
value - allowed object is
Datasetpublic int getSeed()
public void setSeed(int value)
public int getFolds()
public void setFolds(int value)
public String getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||