Class TrainClusterer


  • public class TrainClusterer
    extends Object

    Java class for trainClusterer complex type.

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

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

      • dataset

        protected Dataset dataset
      • clusterer

        protected String clusterer
      • modelName

        protected String modelName
    • Constructor Detail

      • TrainClusterer

        public TrainClusterer()
    • 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
      • getClusterer

        public String getClusterer()
        Gets the value of the clusterer property.
        Returns:
        possible object is String
      • setClusterer

        public void setClusterer​(String value)
        Sets the value of the clusterer property.
        Parameters:
        value - allowed object is String
      • 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