public class NeuralLayer extends Object implements Serializable
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}Neuron" maxOccurs="unbounded"/>
</sequence>
<attribute name="numberOfNeurons" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="activationFunction" type="{http://www.dmg.org/PMML-4_2}ACTIVATION-FUNCTION" />
<attribute name="threshold" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="width" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="altitude" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="normalizationMethod" type="{http://www.dmg.org/PMML-4_2}NN-NORMALIZATION-METHOD" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ACTIVATIONFUNCTION |
activationFunction |
protected Double |
altitude |
protected List<Extension> |
extensions |
protected List<Neuron> |
neurons |
protected NNNORMALIZATIONMETHOD |
normalizationMethod |
protected BigInteger |
numberOfNeurons |
protected Double |
threshold |
protected Double |
width |
| Constructor and Description |
|---|
NeuralLayer() |
| Modifier and Type | Method and Description |
|---|---|
ACTIVATIONFUNCTION |
getActivationFunction()
Gets the value of the activationFunction property.
|
Double |
getAltitude()
Gets the value of the altitude property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
List<Neuron> |
getNeurons()
Gets the value of the neurons property.
|
NNNORMALIZATIONMETHOD |
getNormalizationMethod()
Gets the value of the normalizationMethod property.
|
BigInteger |
getNumberOfNeurons()
Gets the value of the numberOfNeurons property.
|
Double |
getThreshold()
Gets the value of the threshold property.
|
Double |
getWidth()
Gets the value of the width property.
|
void |
setActivationFunction(ACTIVATIONFUNCTION value)
Sets the value of the activationFunction property.
|
void |
setAltitude(Double value)
Sets the value of the altitude property.
|
void |
setNormalizationMethod(NNNORMALIZATIONMETHOD value)
Sets the value of the normalizationMethod property.
|
void |
setNumberOfNeurons(BigInteger value)
Sets the value of the numberOfNeurons property.
|
void |
setThreshold(Double value)
Sets the value of the threshold property.
|
void |
setWidth(Double value)
Sets the value of the width property.
|
protected BigInteger numberOfNeurons
protected ACTIVATIONFUNCTION activationFunction
protected Double threshold
protected Double width
protected Double altitude
protected NNNORMALIZATIONMETHOD normalizationMethod
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<Neuron> getNeurons()
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 neurons property.
For example, to add a new item, do as follows:
getNeurons().add(newItem);
Objects of the following type(s) are allowed in the list
Neuron
public BigInteger getNumberOfNeurons()
BigIntegerpublic void setNumberOfNeurons(BigInteger value)
value - allowed object is
BigIntegerpublic ACTIVATIONFUNCTION getActivationFunction()
ACTIVATIONFUNCTIONpublic void setActivationFunction(ACTIVATIONFUNCTION value)
value - allowed object is
ACTIVATIONFUNCTIONpublic Double getThreshold()
Doublepublic void setThreshold(Double value)
value - allowed object is
Doublepublic Double getWidth()
Doublepublic void setWidth(Double value)
value - allowed object is
Doublepublic Double getAltitude()
Doublepublic void setAltitude(Double value)
value - allowed object is
Doublepublic NNNORMALIZATIONMETHOD getNormalizationMethod()
NNNORMALIZATIONMETHODpublic void setNormalizationMethod(NNNORMALIZATIONMETHOD value)
value - allowed object is
NNNORMALIZATIONMETHODCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.