%DeepSee.PMML.Definition.Models.NeuralNetwork.NeuralLayer
class %DeepSee.PMML.Definition.Models.NeuralNetwork.NeuralLayer extends %DeepSee.PMML.Definition.extendableNode
Property Inventory
Properties
property Neurons as list of Neuron (XMLNAME = "Neuron", XMLPROJECTION = "ELEMENT");
Property methods: NeuronsBuildValueArray(), NeuronsCollectionToDisplay(), NeuronsCollectionToOdbc(), NeuronsDisplayToCollection(), NeuronsGet(), NeuronsGetObject(), NeuronsGetObjectId(), NeuronsGetSwizzled(), NeuronsIsValid(), NeuronsOdbcToCollection(), NeuronsSet(), NeuronsSetObject(), NeuronsSetObjectId()
property activationFunction as %DeepSee.PMML.Datatype.String (VALUELIST = ",threshold,logistic,tanh,identity,exponential,reciprocal,square,Gauss,sine,cosine,Elliot,arctan,radialBasis", XMLPROJECTION = "ATTRIBUTE");
Property methods: activationFunctionDisplayToLogical(), activationFunctionGet(), activationFunctionIsValid(), activationFunctionLogicalToDisplay(), activationFunctionLogicalToOdbc(), activationFunctionNormalize(), activationFunctionSet()
property altitude as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE");
Property methods: altitudeDisplayToLogical(), altitudeGet(), altitudeIsValid(), altitudeLogicalToDisplay(), altitudeLogicalToXSD(), altitudeNormalize(), altitudeOdbcToLogical(), altitudeSet(), altitudeXSDToLogical()
property normalizationMethod as %DeepSee.PMML.Datatype.String (VALUELIST = ",none,simplemax,softmax", XMLPROJECTION = "ATTRIBUTE");
Property methods: normalizationMethodDisplayToLogical(), normalizationMethodGet(), normalizationMethodIsValid(), normalizationMethodLogicalToDisplay(), normalizationMethodLogicalToOdbc(), normalizationMethodNormalize(), normalizationMethodSet()
property numberOfNeurons as %DeepSee.PMML.Datatype.IntNumber (MINVAL = 0, XMLPROJECTION = "ATTRIBUTE");
Property methods: numberOfNeuronsDisplayToLogical(), numberOfNeuronsGet(), numberOfNeuronsIsValid(), numberOfNeuronsLogicalToDisplay(), numberOfNeuronsNormalize(), numberOfNeuronsSet(), numberOfNeuronsXSDToLogical()
property threshold as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE");
Property methods: thresholdDisplayToLogical(), thresholdGet(), thresholdIsValid(), thresholdLogicalToDisplay(), thresholdLogicalToXSD(), thresholdNormalize(), thresholdOdbcToLogical(), thresholdSet(), thresholdXSDToLogical()
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()