org.android.activityminer.pmml.model.knn
Class InstanceField

Package class diagram package InstanceField
java.lang.Object
  extended by org.android.activityminer.pmml.model.knn.InstanceField

public class InstanceField
extends Object

The instance field representation (without extensions)


Field Summary
private  String column
          Defines the name of the tag or column used by element InlineTable.
private  String field
          Contains the name of a DataField or a DerivedField (in case isTransformed is set to "true").
 
Constructor Summary
InstanceField()
           
 
Method Summary
 String getColumn()
          Getter for the column
 String getField()
          Getter for the field
 void setColumn(String column)
          Setter for the column
 void setField(String field)
          Setter for the field
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

private String field
Contains the name of a DataField or a DerivedField (in case isTransformed is set to "true"). Can also contain the name of the case ID variable.


column

private String column
Defines the name of the tag or column used by element InlineTable. This attribute is required if element InlineTable is used to represent training data.

Constructor Detail

InstanceField

public InstanceField()
Method Detail

setField

public void setField(String field)
Setter for the field

Parameters:
field - the field to set

getField

public String getField()
Getter for the field

Returns:
the field

setColumn

public void setColumn(String column)
Setter for the column

Parameters:
column - the column to set

getColumn

public String getColumn()
Getter for the column

Returns:
the column