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

java.lang.Object
  extended by nz.ac.waikato.adams.webservice.weka.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 Summary
protected  String clusterer
           
protected  Dataset dataset
           
protected  String modelName
           
 
Constructor Summary
TrainClusterer()
           
 
Method Summary
 String getClusterer()
          Gets the value of the clusterer property.
 Dataset getDataset()
          Gets the value of the dataset property.
 String getModelName()
          Gets the value of the modelName property.
 void setClusterer(String value)
          Sets the value of the clusterer property.
 void setDataset(Dataset value)
          Sets the value of the dataset property.
 void setModelName(String value)
          Sets the value of the modelName 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

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


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