public class BayesInput extends PMMLObject 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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element ref="{http://www.dmg.org/PMML-4_3}TargetValueStats"/>
<sequence>
<element ref="{http://www.dmg.org/PMML-4_3}DerivedField" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}PairCounts" maxOccurs="unbounded"/>
</sequence>
</choice>
</sequence>
<attribute name="fieldName" use="required" type="{http://www.dmg.org/PMML-4_3}FIELD-NAME" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BayesInput() |
BayesInput(FieldName fieldName) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
BayesInput |
addExtensions(Extension... extensions) |
BayesInput |
addPairCounts(PairCounts... pairCounts) |
DerivedField |
getDerivedField()
Gets the value of the derivedField property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldName |
getFieldName()
Gets the value of the fieldName property.
|
List<PairCounts> |
getPairCounts()
Gets the value of the pairCounts property.
|
TargetValueStats |
getTargetValueStats()
Gets the value of the targetValueStats property.
|
boolean |
hasExtensions() |
boolean |
hasPairCounts() |
BayesInput |
setDerivedField(DerivedField derivedField)
Sets the value of the derivedField property.
|
BayesInput |
setFieldName(FieldName fieldName)
Sets the value of the fieldName property.
|
BayesInput |
setTargetValueStats(TargetValueStats targetValueStats)
Sets the value of the targetValueStats property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic BayesInput()
public BayesInput(FieldName fieldName)
public FieldName getFieldName()
Stringpublic BayesInput setFieldName(FieldName fieldName)
fieldName - allowed object is
Stringpublic 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 TargetValueStats getTargetValueStats()
TargetValueStatspublic BayesInput setTargetValueStats(TargetValueStats targetValueStats)
targetValueStats - allowed object is
TargetValueStatspublic DerivedField getDerivedField()
DerivedFieldpublic BayesInput setDerivedField(DerivedField derivedField)
derivedField - allowed object is
DerivedFieldpublic List<PairCounts> getPairCounts()
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 pairCounts property.
For example, to add a new item, do as follows:
getPairCounts().add(newItem);
Objects of the following type(s) are allowed in the list
PairCounts
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic BayesInput addExtensions(Extension... extensions)
public boolean hasPairCounts()
public BayesInput addPairCounts(PairCounts... pairCounts)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.