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

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

public class CrossValidateClassifier
extends Object

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

dataset

protected Dataset dataset

seed

protected int seed

folds

protected int folds

classifier

protected String classifier
Constructor Detail

CrossValidateClassifier

public CrossValidateClassifier()
Method Detail

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

getSeed

public int getSeed()
Gets the value of the seed property.


setSeed

public void setSeed(int value)
Sets the value of the seed property.


getFolds

public int getFolds()
Gets the value of the folds property.


setFolds

public void setFolds(int value)
Sets the value of the folds property.


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


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