public class NormContinuous extends Expression implements HasExtensions
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>
| Constructor and Description |
|---|
NormContinuous() |
NormContinuous(FieldName field,
List<LinearNorm> linearNorms) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
NormContinuous |
addExtensions(Extension... extensions) |
NormContinuous |
addLinearNorms(LinearNorm... linearNorms) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldName |
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.
|
OutlierTreatmentMethodType |
getOutliers()
Gets the value of the outliers property.
|
boolean |
hasExtensions() |
boolean |
hasLinearNorms() |
NormContinuous |
setField(FieldName field)
Sets the value of the field property.
|
NormContinuous |
setMapMissingTo(Double mapMissingTo)
Sets the value of the mapMissingTo property.
|
NormContinuous |
setOutliers(OutlierTreatmentMethodType outliers)
Sets the value of the outliers property.
|
getLocator, setLocatorpublic NormContinuous()
public NormContinuous(FieldName field, List<LinearNorm> linearNorms)
public Double getMapMissingTo()
Doublepublic NormContinuous setMapMissingTo(Double mapMissingTo)
mapMissingTo - allowed object is
Doublepublic FieldName getField()
Stringpublic NormContinuous setField(FieldName field)
field - allowed object is
Stringpublic OutlierTreatmentMethodType getOutliers()
OutlierTreatmentMethodTypepublic NormContinuous setOutliers(OutlierTreatmentMethodType outliers)
outliers - allowed object is
OutlierTreatmentMethodTypepublic 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
getExtensions in interface HasExtensionspublic 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 boolean hasExtensions()
hasExtensions in interface HasExtensionspublic NormContinuous addExtensions(Extension... extensions)
public boolean hasLinearNorms()
public NormContinuous addLinearNorms(LinearNorm... linearNorms)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.