Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected DerivedField |
BayesInput.derivedField |
protected DerivedField |
NeuralOutput.derivedField |
protected DerivedField |
NeuralInput.derivedField |
Modifier and Type | Field and Description |
---|---|
protected List<DerivedField> |
TransformationDictionary.derivedFields |
protected List<DerivedField> |
LocalTransformations.derivedFields |
Modifier and Type | Method and Description |
---|---|
DerivedField |
ObjectFactory.createDerivedField()
Create an instance of
DerivedField |
DerivedField |
BayesInput.getDerivedField()
Gets the value of the derivedField property.
|
DerivedField |
NeuralOutput.getDerivedField()
Gets the value of the derivedField property.
|
DerivedField |
NeuralInput.getDerivedField()
Gets the value of the derivedField property.
|
Modifier and Type | Method and Description |
---|---|
List<DerivedField> |
TransformationDictionary.getDerivedFields()
Gets the value of the derivedFields property.
|
List<DerivedField> |
LocalTransformations.getDerivedFields()
Gets the value of the derivedFields property.
|
Modifier and Type | Method and Description |
---|---|
void |
BayesInput.setDerivedField(DerivedField value)
Sets the value of the derivedField property.
|
void |
NeuralOutput.setDerivedField(DerivedField value)
Sets the value of the derivedField property.
|
void |
NeuralInput.setDerivedField(DerivedField value)
Sets the value of the derivedField property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.