%DeepSee.PMML.Definition.Models.NeuralNetwork.Neuron
class %DeepSee.PMML.Definition.Models.NeuralNetwork.Neuron extends %DeepSee.PMML.Definition.extendableNode
Property Inventory
Properties
property Connections as list of Connection (XMLNAME = "Con", XMLPROJECTION = "ELEMENT");
Property methods: ConnectionsBuildValueArray(), ConnectionsCollectionToDisplay(), ConnectionsCollectionToOdbc(), ConnectionsDisplayToCollection(), ConnectionsGet(), ConnectionsGetObject(), ConnectionsGetObjectId(), ConnectionsGetSwizzled(), ConnectionsIsValid(), ConnectionsOdbcToCollection(), ConnectionsSet(), ConnectionsSetObject(), ConnectionsSetObjectId()
property altitude as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE");
Property methods: altitudeDisplayToLogical(), altitudeGet(), altitudeIsValid(), altitudeLogicalToDisplay(), altitudeLogicalToXSD(), altitudeNormalize(), altitudeOdbcToLogical(), altitudeSet(), altitudeXSDToLogical()
property bias as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE");
Property methods: biasDisplayToLogical(), biasGet(), biasIsValid(), biasLogicalToDisplay(), biasLogicalToXSD(), biasNormalize(), biasOdbcToLogical(), biasSet(), biasXSDToLogical()
property id as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: idDisplayToLogical(), idGet(), idIsValid(), idLogicalToDisplay(), idLogicalToOdbc(), idNormalize(), idSet()
property width as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE");
Property methods: widthDisplayToLogical(), widthGet(), widthIsValid(), widthLogicalToDisplay(), widthLogicalToXSD(), widthNormalize(), widthOdbcToLogical(), widthSet(), widthXSDToLogical()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- %ValidatePMML()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()