Class TestClassifier


  • public class TestClassifier
    extends Object

    Java class for testClassifier complex type.

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

     <complexType name="testClassifier">
       <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="modelName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dataset

        protected Dataset dataset
      • modelName

        protected String modelName
    • Constructor Detail

      • TestClassifier

        public TestClassifier()
    • 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
      • getModelName

        public String getModelName()
        Gets the value of the modelName property.
        Returns:
        possible object is String
      • setModelName

        public void setModelName​(String value)
        Sets the value of the modelName property.
        Parameters:
        value - allowed object is String