%DeepSee.PMML.Definition.Models.ClusteringModel
class %DeepSee.PMML.Definition.Models.ClusteringModel extends %DeepSee.PMML.Definition.Models.AbstractModel
Property Inventory
- Clusters
- ComparisonMeasure
- Extension
- Fields
- LocalTransformations
- MiningSchema
- MissingValueWeights
- ModelExplanation
- ModelStats
- ModelVerification
- Output
- Targets
- modelClass
- numberOfClusters
Method Inventory
Properties
property Clusters as list of %DeepSee.PMML.Definition.Models.Clustering.Cluster (XMLNAME = "Cluster", XMLPROJECTION = "ELEMENT");
Property methods: ClustersBuildValueArray(), ClustersCollectionToDisplay(), ClustersCollectionToOdbc(), ClustersDisplayToCollection(), ClustersGet(), ClustersGetObject(), ClustersGetObjectId(), ClustersGetSwizzled(), ClustersIsValid(), ClustersOdbcToCollection(), ClustersSet(), ClustersSetObject(), ClustersSetObjectId()
property ComparisonMeasure as %DeepSee.PMML.Definition.Models.Clustering.ComparisonMeasure (XMLPROJECTION = "ELEMENT") [ Required ];
Property methods: ComparisonMeasureGet(), ComparisonMeasureGetSwizzled(), ComparisonMeasureIsValid(), ComparisonMeasureNewObject(), ComparisonMeasureSet()
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 Fields as list of %DeepSee.PMML.Definition.Models.Clustering.ClusteringField (XMLNAME = "ClusteringField", XMLPROJECTION = "ELEMENT");
Property methods: FieldsBuildValueArray(), FieldsCollectionToDisplay(), FieldsCollectionToOdbc(), FieldsDisplayToCollection(), FieldsGet(), FieldsGetObject(), FieldsGetObjectId(), FieldsGetSwizzled(), FieldsIsValid(), FieldsOdbcToCollection(), FieldsSet(), FieldsSetObject(), FieldsSetObjectId()
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 MissingValueWeights as %DeepSee.PMML.Definition.Util.AbstractArray (XMLPROJECTION = "WRAPPED", XMLTYPECONSTRAINT = "CHOICE");
Property methods: MissingValueWeightsGet(), MissingValueWeightsGetSwizzled(), MissingValueWeightsIsValid(), MissingValueWeightsNewObject(), MissingValueWeightsSet()
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 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 modelClass as %DeepSee.PMML.Datatype.String (VALUELIST = ",centerBased,distributionBased", XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: modelClassDisplayToLogical(), modelClassGet(), modelClassIsValid(), modelClassLogicalToDisplay(), modelClassLogicalToOdbc(), modelClassNormalize(), modelClassSet()
property numberOfClusters as %DeepSee.PMML.Datatype.IntNumber (MINVAL = 0, XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: numberOfClustersDisplayToLogical(), numberOfClustersGet(), numberOfClustersIsValid(), numberOfClustersLogicalToDisplay(), numberOfClustersNormalize(), numberOfClustersSet(), numberOfClustersXSDToLogical()
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()