%DeepSee.PMML.Definition.Models.NeuralNetwork
class %DeepSee.PMML.Definition.Models.NeuralNetwork extends %DeepSee.PMML.Definition.Models.AbstractModel
Property Inventory
- Extension
- Layers
- LocalTransformations
- MiningSchema
- ModelExplanation
- ModelStats
- ModelVerification
- NeuralInputs
- NeuralOutputs
- Output
- Targets
- activationFunction
- altitude
- normalizationMethod
- numberOfLayers
- threshold
- width
Method Inventory
Properties
property Extension as list of %DeepSee.PMML.Definition.Extension (XMLPROJECTION = "ELEMENT");
Property methods: ExtensionBuildValueArray(), ExtensionCollectionToDisplay(), ExtensionCollectionToOdbc(), ExtensionDisplayToCollection(), ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsValid(), ExtensionOdbcToCollection(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId()
property Layers as list of %DeepSee.PMML.Definition.Models.NeuralNetwork.NeuralLayer (XMLNAME = "NeuralLayer", XMLPROJECTION = "ELEMENT");
Property methods: LayersBuildValueArray(), LayersCollectionToDisplay(), LayersCollectionToOdbc(), LayersDisplayToCollection(), LayersGet(), LayersGetObject(), LayersGetObjectId(), LayersGetSwizzled(), LayersIsValid(), LayersOdbcToCollection(), LayersSet(), LayersSetObject(), LayersSetObjectId()
property LocalTransformations as %DeepSee.PMML.Definition.LocalTransformations (XMLPROJECTION = "ELEMENT");
Property methods: LocalTransformationsGet(), LocalTransformationsGetSwizzled(), LocalTransformationsIsValid(), LocalTransformationsNewObject(), LocalTransformationsSet()
property MiningSchema as %DeepSee.PMML.Definition.MiningSchema (XMLPROJECTION = "ELEMENT") [ Required ];
Property methods: MiningSchemaGet(), MiningSchemaGetSwizzled(), MiningSchemaIsValid(), MiningSchemaNewObject(), MiningSchemaSet()
property ModelExplanation as %DeepSee.PMML.Definition.ModelExplanation (XMLPROJECTION = "ELEMENT");
Property methods: ModelExplanationGet(), ModelExplanationGetSwizzled(), ModelExplanationIsValid(), ModelExplanationNewObject(), ModelExplanationSet()
property ModelStats as %DeepSee.PMML.Definition.ModelStats (XMLPROJECTION = "ELEMENT");
Property methods: ModelStatsGet(), ModelStatsGetSwizzled(), ModelStatsIsValid(), ModelStatsNewObject(), ModelStatsSet()
property ModelVerification as %DeepSee.PMML.Definition.ModelVerification (XMLPROJECTION = "ELEMENT");
Property methods: ModelVerificationGet(), ModelVerificationGetSwizzled(), ModelVerificationIsValid(), ModelVerificationNewObject(), ModelVerificationSet()
property NeuralInputs as %DeepSee.PMML.Definition.Models.NeuralNetwork.NeuralInputs (XMLPROJECTION = "ELEMENT");
Property methods: NeuralInputsGet(), NeuralInputsGetSwizzled(), NeuralInputsIsValid(), NeuralInputsNewObject(), NeuralInputsSet()
property NeuralOutputs as %DeepSee.PMML.Definition.Models.NeuralNetwork.NeuralOutputs (XMLPROJECTION = "ELEMENT");
Property methods: NeuralOutputsGet(), NeuralOutputsGetSwizzled(), NeuralOutputsIsValid(), NeuralOutputsNewObject(), NeuralOutputsSet()
property Output as %DeepSee.PMML.Definition.Output (XMLPROJECTION = "ELEMENT");
Property methods: OutputGet(), OutputGetSwizzled(), OutputIsValid(), OutputNewObject(), OutputSet()
property Targets as %DeepSee.PMML.Definition.Targets (XMLPROJECTION = "ELEMENT");
Property methods: TargetsGet(), TargetsGetSwizzled(), TargetsIsValid(), TargetsNewObject(), TargetsSet()
property activationFunction as %DeepSee.PMML.Datatype.String (VALUELIST = ",threshold,logistic,tanh,identity,exponential,reciprocal,square,Gauss,sine,cosine,Elliot,arctan,radialBasis", XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: activationFunctionDisplayToLogical(), activationFunctionGet(), activationFunctionIsValid(), activationFunctionLogicalToDisplay(), activationFunctionLogicalToOdbc(), activationFunctionNormalize(), activationFunctionSet()
property altitude as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 1 ];
Property methods: altitudeDisplayToLogical(), altitudeGet(), altitudeIsValid(), altitudeLogicalToDisplay(), altitudeLogicalToXSD(), altitudeNormalize(), altitudeOdbcToLogical(), altitudeSet(), altitudeXSDToLogical()
property normalizationMethod as %DeepSee.PMML.Datatype.String (VALUELIST = ",none,simplemax,softmax", XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "none" ];
Property methods: normalizationMethodDisplayToLogical(), normalizationMethodGet(), normalizationMethodIsValid(), normalizationMethodLogicalToDisplay(), normalizationMethodLogicalToOdbc(), normalizationMethodNormalize(), normalizationMethodSet()
property numberOfLayers as %DeepSee.PMML.Datatype.IntNumber (MINVAL = 0, XMLPROJECTION = "ATTRIBUTE");
Property methods: numberOfLayersDisplayToLogical(), numberOfLayersGet(), numberOfLayersIsValid(), numberOfLayersLogicalToDisplay(), numberOfLayersNormalize(), numberOfLayersSet(), numberOfLayersXSDToLogical()
property threshold as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 0 ];
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()
Methods
method %OnValidateNames(ByRef pDictionary) as %Status
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()
- %ValidateNames()
- %ValidateObject()
- %ValidatePMML()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()