|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_2.descr.NormContinuous
public class NormContinuous
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_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}LinearNorm" maxOccurs="unbounded" minOccurs="2"/>
</sequence>
<attribute name="mapMissingTo" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="field" use="required" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="outliers" type="{http://www.dmg.org/PMML-4_2}OUTLIER-TREATMENT-METHOD" default="asIs" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Extension> |
extensions
|
protected String |
field
|
protected List<LinearNorm> |
linearNorms
|
protected Double |
mapMissingTo
|
protected OUTLIERTREATMENTMETHOD |
outliers
|
| Constructor Summary | |
|---|---|
NormContinuous()
|
|
| Method Summary | |
|---|---|
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
String |
getField()
Gets the value of the field property. |
List<LinearNorm> |
getLinearNorms()
Gets the value of the linearNorms property. |
Double |
getMapMissingTo()
Gets the value of the mapMissingTo property. |
OUTLIERTREATMENTMETHOD |
getOutliers()
Gets the value of the outliers property. |
void |
setField(String value)
Sets the value of the field property. |
void |
setMapMissingTo(Double value)
Sets the value of the mapMissingTo property. |
void |
setOutliers(OUTLIERTREATMENTMETHOD value)
Sets the value of the outliers 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 List<LinearNorm> linearNorms
protected Double mapMissingTo
protected String field
protected OUTLIERTREATMENTMETHOD outliers
| Constructor Detail |
|---|
public NormContinuous()
| 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 List<LinearNorm> getLinearNorms()
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 linearNorms property.
For example, to add a new item, do as follows:
getLinearNorms().add(newItem);
Objects of the following type(s) are allowed in the list
LinearNorm
public Double getMapMissingTo()
Doublepublic void setMapMissingTo(Double value)
value - allowed object is
Doublepublic String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic OUTLIERTREATMENTMETHOD getOutliers()
OUTLIERTREATMENTMETHODpublic void setOutliers(OUTLIERTREATMENTMETHOD value)
value - allowed object is
OUTLIERTREATMENTMETHOD
|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||