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

java.lang.Objectorg.android.activityminer.pmml.model.miningschema.MiningField
public class MiningField
The minig field representation (without extensions)
| Field Summary | |
|---|---|
private Double |
highValue
Used in conjunction with, and are required for, outlierTreatmentMethod="asExtremeValues" as values for records with outliers in this field. |
private Double |
importance
States the relative importance of the field. |
private InvalidValueTreatmentMethod |
invalidValueTreatment
This field specifies how invalid input values are handled. returnInvalid is the default and specifies that, when an invalid input is encountered, the model should return a value indicating an invalid result has been returned. |
private Double |
lowValue
Used in conjunction with, and are required for, outlierTreatmentMethod="asExtremeValues" as values for records with outliers in this field. |
private String |
missingValueReplacement
If this attribute is specified then a missing input value is automatically replaced by the given value. |
private MissingValueTreatmentMethod |
missingValueTreatment
In a PMML consumer this field is for information only. |
private String |
name
The symbolic name of field, must refer to a field in the scope of the parent of the MiningSchema's model element (e.g. the datadictionary). |
private OpTypes |
optype
The attribute value overrides the corresponding value in the DataField. |
private OutlierTreatmentMethod |
outliers
The treatment method for outliers. |
private FieldUsageType |
usageType
The field FieldUsageType |
| Constructor Summary | |
|---|---|
MiningField()
|
|
| Method Summary | |
|---|---|
Double |
getHighValue()
Getter for the highValue |
Double |
getImportance()
Getter for the importance |
InvalidValueTreatmentMethod |
getInvalidValueTreatment()
Getter for the invalidValueTreatment |
Double |
getLowValue()
Getter for the lowValue |
String |
getMissingValueReplacement()
Getter for the missingValueReplacement |
MissingValueTreatmentMethod |
getMissingValueTreatment()
Getter for the missingValueTreatment |
String |
getName()
Getter for the name |
OpTypes |
getOptype()
Getter for the optype |
OutlierTreatmentMethod |
getOutliers()
Getter for the outliers |
FieldUsageType |
getUsageType()
Getter for the usage type |
void |
setHighValue(Double highValue)
Setter for the highValue |
void |
setImportance(Double importance)
Setter for the importance |
void |
setInvalidValueTreatment(InvalidValueTreatmentMethod invalidValueTreatment)
Setter for the invalidValueTreatment |
void |
setLowValue(Double lowValue)
Setter for the lowValue |
void |
setMissingValueReplacement(String missingValueReplacement)
Setter for the missingValueReplacement |
void |
setMissingValueTreatment(MissingValueTreatmentMethod missingValueTreatment)
Setter for the missingValueTreatment |
void |
setName(String name)
Setter for the name |
void |
setOptype(OpTypes optype)
Setter for the optype getOptype() |
void |
setOutliers(OutlierTreatmentMethod outliers)
Setter for the outliers |
void |
setUsageType(FieldUsageType usageType)
Setter for the usage type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String name
private OpTypes optype
private FieldUsageType usageType
private Double importance
private OutlierTreatmentMethod outliers
OutlierTreatmentMethodprivate Double lowValue
private Double highValue
private String missingValueReplacement
private MissingValueTreatmentMethod missingValueTreatment
private InvalidValueTreatmentMethod invalidValueTreatment
| Constructor Detail |
|---|
public MiningField()
| Method Detail |
|---|
public void setName(String name)
name - the name to setpublic String getName()
public void setOptype(OpTypes optype)
optype - the optype to setpublic OpTypes getOptype()
public void setUsageType(FieldUsageType usageType)
usageType - the usage type to setpublic FieldUsageType getUsageType()
public Double getImportance()
public void setImportance(Double importance)
importance - the importance to setpublic void setOutliers(OutlierTreatmentMethod outliers)
outliers - the outliers to setpublic OutlierTreatmentMethod getOutliers()
public Double getLowValue()
public Double getHighValue()
public String getMissingValueReplacement()
public void setLowValue(Double lowValue)
lowValue - the lowValue to setpublic void setHighValue(Double highValue)
highValue - the highValue to setpublic void setMissingValueReplacement(String missingValueReplacement)
missingValueReplacement - the missingValueReplacement to setpublic void setMissingValueTreatment(MissingValueTreatmentMethod missingValueTreatment)
missingValueTreatment - the missingValueTreatment to setpublic MissingValueTreatmentMethod getMissingValueTreatment()
public void setInvalidValueTreatment(InvalidValueTreatmentMethod invalidValueTreatment)
invalidValueTreatment - the invalidValueTreatment to setpublic InvalidValueTreatmentMethod getInvalidValueTreatment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||