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

java.lang.Objectorg.android.activityminer.pmml.model.transformation.NormContinuous
public class NormContinuous
The continuous normalization representation (without extensions)
| Field Summary | |
|---|---|
private String |
field
The field name. |
private List<LinearNorm> |
linearNormElements
The linear normalization points (minimum entry count is 2). |
private double |
mapMissingTo
The value to map missing values to. |
private OutlierTreatmentMethod |
outliers
The treatment method for outliers. |
| Constructor Summary | |
|---|---|
NormContinuous()
|
|
| Method Summary | |
|---|---|
String |
getField()
Getter for the field |
List<LinearNorm> |
getLinearNormElements()
Getter for the LinearNorm elements |
double |
getMapMissingTo()
Getter for the mapMissingTo |
OutlierTreatmentMethod |
getOutliers()
Getter for the outliers |
void |
setField(String field)
Setter for the field |
void |
setLinearNormElements(List<LinearNorm> linearNormElements)
Setter for the LinearNorm elements |
void |
setMapMissingTo(double mapMissingTo)
Setter for the mapMissingTo |
void |
setOutliers(OutlierTreatmentMethod outliers)
Setter for the outliers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double mapMissingTo
private String field
private OutlierTreatmentMethod outliers
OutlierTreatmentMethodprivate List<LinearNorm> linearNormElements
| Constructor Detail |
|---|
public NormContinuous()
| Method Detail |
|---|
public List<LinearNorm> getLinearNormElements()
public void setLinearNormElements(List<LinearNorm> linearNormElements)
linearNormElements - the LinearNorm elements to setpublic double getMapMissingTo()
public String getField()
public OutlierTreatmentMethod getOutliers()
public void setMapMissingTo(double mapMissingTo)
mapMissingTo - the mapMissingTo to setpublic void setField(String field)
field - the field to setpublic void setOutliers(OutlierTreatmentMethod outliers)
outliers - the outliers to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||