Class OptimizeClassifierMultiSearch


  • public class OptimizeClassifierMultiSearch
    extends Object

    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 Detail

      • classifier

        protected String classifier
      • searchParameters

        protected List<String> searchParameters
      • dataset

        protected Dataset dataset
      • evaluation

        protected String evaluation
    • Constructor Detail

      • OptimizeClassifierMultiSearch

        public OptimizeClassifierMultiSearch()
    • Method Detail

      • 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
      • getSearchParameters

        public List<String> getSearchParameters()
        Gets the value of the searchParameters property.

        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

      • 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
      • getEvaluation

        public String getEvaluation()
        Gets the value of the evaluation property.
        Returns:
        possible object is String
      • setEvaluation

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