org.android.activityminer.pmml.model.transformation
Class NormDiscrete

Package class diagram package NormDiscrete
java.lang.Object
  extended by org.android.activityminer.pmml.model.transformation.NormDiscrete
All Implemented Interfaces:
Expression

public class NormDiscrete
extends Object
implements Expression

The discrete normalization dummy representation (without extensions and the method attribute)


Field Summary
private  String field
          The field name.
private  double mapMissingTo
          The value to map missing values to.
private  String value
          The value.
 
Constructor Summary
NormDiscrete()
           
 
Method Summary
 String getField()
          Getter for the field
 double getMapMissingTo()
          Getter for the mapMissingTo
 String getValue()
          Getter for the value
 void setField(String field)
          Setter for the field
 void setMapMissingTo(double mapMissingTo)
          Setter for the mapMissingTo
 void setValue(String value)
          Setter for the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

private String field
The field name.


value

private String value
The value.


mapMissingTo

private double mapMissingTo
The value to map missing values to. If the mapMissingTo attribute is not specified, then missing input values produce a missing result.

Constructor Detail

NormDiscrete

public NormDiscrete()
Method Detail

getMapMissingTo

public double getMapMissingTo()
Getter for the mapMissingTo

Returns:
the mapMissingTo

getField

public String getField()
Getter for the field

Returns:
the field

setMapMissingTo

public void setMapMissingTo(double mapMissingTo)
Setter for the mapMissingTo

Parameters:
mapMissingTo - the mapMissingTo to set

setField

public void setField(String field)
Setter for the field

Parameters:
field - the field to set

getValue

public String getValue()
Getter for the value

Returns:
the value

setValue

public void setValue(String value)
Setter for the value

Parameters:
value - the value to set