Class 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://meka.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 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