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

java.lang.Object
  extended by nz.ac.waikato.adams.webservice.weka.PredictClusterer

public class PredictClusterer
extends Object

Java class for predictClusterer complex type.

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

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


Field Summary
protected  Dataset dataset
           
protected  String modelName
           
 
Constructor Summary
PredictClusterer()
           
 
Method Summary
 Dataset getDataset()
          Gets the value of the dataset property.
 String getModelName()
          Gets the value of the modelName 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

modelName

protected String modelName
Constructor Detail

PredictClusterer

public PredictClusterer()
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


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