|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.pmml.model.transformation.NormDiscrete
public class NormDiscrete
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 |
|---|
private String field
private String value
private double mapMissingTo
| Constructor Detail |
|---|
public NormDiscrete()
| Method Detail |
|---|
public double getMapMissingTo()
public String getField()
public void setMapMissingTo(double mapMissingTo)
mapMissingTo - the mapMissingTo to setpublic void setField(String field)
field - the field to setpublic String getValue()
public void setValue(String value)
value - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||