Class Cluster
Represents the methods and properties of Cluster element and its attributes
Inheritance
System.Object
Cluster
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 Cluster
Constructors
Cluster()
Declaration
public Cluster()
Properties
Array
Gets the "Array" value
Declaration
public ClusteringArray Array { get; }
Property Value
Type |
---|
ClusteringArray |
Id
Gets the "id" value
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
KohonenMap
Gets the "KohonenMap" value
Declaration
public KohonenMap KohonenMap { get; }
Property Value
Type |
---|
KohonenMap |
Name
Gets the "name" value
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |
Size
Gets the "size" value
Declaration
public int Size { get; }
Property Value
Type |
---|
System.Int32 |