public class NeuralOutputs extends PMMLObject implements Iterable<NeuralOutput>, 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}NeuralOutput" maxOccurs="unbounded"/>
</sequence>
<attribute name="numberOfOutputs" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NeuralOutputs() |
NeuralOutputs(List<NeuralOutput> neuralOutputs) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
NeuralOutputs |
addExtensions(Extension... extensions) |
NeuralOutputs |
addNeuralOutputs(NeuralOutput... neuralOutputs) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
List<NeuralOutput> |
getNeuralOutputs()
Gets the value of the neuralOutputs property.
|
Integer |
getNumberOfOutputs()
Gets the value of the numberOfOutputs property.
|
boolean |
hasExtensions() |
boolean |
hasNeuralOutputs() |
Iterator<NeuralOutput> |
iterator() |
NeuralOutputs |
setNumberOfOutputs(Integer numberOfOutputs)
Sets the value of the numberOfOutputs property.
|
getLocator, setLocatorpublic NeuralOutputs()
public NeuralOutputs(List<NeuralOutput> neuralOutputs)
public Integer getNumberOfOutputs()
Stringpublic NeuralOutputs setNumberOfOutputs(Integer numberOfOutputs)
numberOfOutputs - 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 List<NeuralOutput> getNeuralOutputs()
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 neuralOutputs property.
For example, to add a new item, do as follows:
getNeuralOutputs().add(newItem);
Objects of the following type(s) are allowed in the list
NeuralOutput
public Iterator<NeuralOutput> iterator()
iterator in interface Iterable<NeuralOutput>public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic NeuralOutputs addExtensions(Extension... extensions)
public boolean hasNeuralOutputs()
public NeuralOutputs addNeuralOutputs(NeuralOutput... neuralOutputs)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.