|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.MiningField
public class MiningField
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="usageType" type="{http://www.dmg.org/PMML-4_1}FIELD-USAGE-TYPE" default="active" />
<attribute name="optype" type="{http://www.dmg.org/PMML-4_1}OPTYPE" />
<attribute name="importance" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="outliers" type="{http://www.dmg.org/PMML-4_1}OUTLIER-TREATMENT-METHOD" default="asIs" />
<attribute name="lowValue" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="highValue" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="missingValueReplacement" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="missingValueTreatment" type="{http://www.dmg.org/PMML-4_1}MISSING-VALUE-TREATMENT-METHOD" />
<attribute name="invalidValueTreatment" type="{http://www.dmg.org/PMML-4_1}INVALID-VALUE-TREATMENT-METHOD" default="returnInvalid" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Extension> |
extensions
|
protected Double |
highValue
|
protected BigDecimal |
importance
|
protected INVALIDVALUETREATMENTMETHOD |
invalidValueTreatment
|
protected Double |
lowValue
|
protected String |
missingValueReplacement
|
protected MISSINGVALUETREATMENTMETHOD |
missingValueTreatment
|
protected String |
name
|
protected OPTYPE |
optype
|
protected OUTLIERTREATMENTMETHOD |
outliers
|
protected FIELDUSAGETYPE |
usageType
|
| Constructor Summary | |
|---|---|
MiningField()
|
|
| Method Summary | |
|---|---|
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
Double |
getHighValue()
Gets the value of the highValue property. |
BigDecimal |
getImportance()
Gets the value of the importance property. |
INVALIDVALUETREATMENTMETHOD |
getInvalidValueTreatment()
Gets the value of the invalidValueTreatment property. |
Double |
getLowValue()
Gets the value of the lowValue property. |
String |
getMissingValueReplacement()
Gets the value of the missingValueReplacement property. |
MISSINGVALUETREATMENTMETHOD |
getMissingValueTreatment()
Gets the value of the missingValueTreatment property. |
String |
getName()
Gets the value of the name property. |
OPTYPE |
getOptype()
Gets the value of the optype property. |
OUTLIERTREATMENTMETHOD |
getOutliers()
Gets the value of the outliers property. |
FIELDUSAGETYPE |
getUsageType()
Gets the value of the usageType property. |
void |
setHighValue(Double value)
Sets the value of the highValue property. |
void |
setImportance(BigDecimal value)
Sets the value of the importance property. |
void |
setInvalidValueTreatment(INVALIDVALUETREATMENTMETHOD value)
Sets the value of the invalidValueTreatment property. |
void |
setLowValue(Double value)
Sets the value of the lowValue property. |
void |
setMissingValueReplacement(String value)
Sets the value of the missingValueReplacement property. |
void |
setMissingValueTreatment(MISSINGVALUETREATMENTMETHOD value)
Sets the value of the missingValueTreatment property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOptype(OPTYPE value)
Sets the value of the optype property. |
void |
setOutliers(OUTLIERTREATMENTMETHOD value)
Sets the value of the outliers property. |
void |
setUsageType(FIELDUSAGETYPE value)
Sets the value of the usageType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Extension> extensions
protected String name
protected FIELDUSAGETYPE usageType
protected OPTYPE optype
protected BigDecimal importance
protected OUTLIERTREATMENTMETHOD outliers
protected Double lowValue
protected Double highValue
protected String missingValueReplacement
protected MISSINGVALUETREATMENTMETHOD missingValueTreatment
protected INVALIDVALUETREATMENTMETHOD invalidValueTreatment
| Constructor Detail |
|---|
public MiningField()
| Method Detail |
|---|
public List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic FIELDUSAGETYPE getUsageType()
FIELDUSAGETYPEpublic void setUsageType(FIELDUSAGETYPE value)
value - allowed object is
FIELDUSAGETYPEpublic OPTYPE getOptype()
OPTYPEpublic void setOptype(OPTYPE value)
value - allowed object is
OPTYPEpublic BigDecimal getImportance()
BigDecimalpublic void setImportance(BigDecimal value)
value - allowed object is
BigDecimalpublic OUTLIERTREATMENTMETHOD getOutliers()
OUTLIERTREATMENTMETHODpublic void setOutliers(OUTLIERTREATMENTMETHOD value)
value - allowed object is
OUTLIERTREATMENTMETHODpublic Double getLowValue()
Doublepublic void setLowValue(Double value)
value - allowed object is
Doublepublic Double getHighValue()
Doublepublic void setHighValue(Double value)
value - allowed object is
Doublepublic String getMissingValueReplacement()
Stringpublic void setMissingValueReplacement(String value)
value - allowed object is
Stringpublic MISSINGVALUETREATMENTMETHOD getMissingValueTreatment()
MISSINGVALUETREATMENTMETHODpublic void setMissingValueTreatment(MISSINGVALUETREATMENTMETHOD value)
value - allowed object is
MISSINGVALUETREATMENTMETHODpublic INVALIDVALUETREATMENTMETHOD getInvalidValueTreatment()
INVALIDVALUETREATMENTMETHODpublic void setInvalidValueTreatment(INVALIDVALUETREATMENTMETHOD value)
value - allowed object is
INVALIDVALUETREATMENTMETHOD
|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||