Class ClusteringModel
Represents the methods and properties of ClusteringModel element and its attributes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class ClusteringModel : Model
Constructors
ClusteringModel()
Declaration
public ClusteringModel()
Properties
ComparisonMeasure
Gets the "ComparisonMeasure" value
Declaration
public ComparisonMeasure ComparisonMeasure { get; }
Property Value
Type |
---|
ComparisonMeasure |
LocalTransformations
Gets the "LocalTransformations" value
Declaration
public LocalTransformations LocalTransformations { get; }
Property Value
Type |
---|
LocalTransformations |
MiningSchema
Gets the "MiningSchema" value
Declaration
public MiningSchema MiningSchema { get; }
Property Value
Type |
---|
MiningSchema |
MissingValueWeights
Declaration
public MissingValueWeights MissingValueWeights { get; }
Property Value
Type |
---|
MissingValueWeights |
ModelClass
Gets the "modelClass" value
Declaration
public string ModelClass { get; }
Property Value
Type |
---|
System.String |
NumberOfClusters
Gets the "numberOfClusters" value
Declaration
public int NumberOfClusters { get; }
Property Value
Type |
---|
System.Int32 |
Output
Gets the "Output" value
Declaration
public Output Output { get; }
Property Value
Type |
---|
Output |
Methods
GetClusteringFields()
Returns list of "ClusteringField" value
Declaration
public List<ClusteringField> GetClusteringFields()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<ClusteringField> | Cloned list of "ClusteringField" |
GetClusters()
Returns list of "Cluster" value
Declaration
public List<Cluster> GetClusters()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Cluster> | Cloned list of "Cluster" |