Class ClusteringArray
Represents the methods and properties of Array element and its attributes
Inheritance
System.Object
ClusteringArray
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 ClusteringArray
Constructors
ClusteringArray()
Declaration
public ClusteringArray()
Properties
ArrayElements
Gets the array elements
Declaration
public string ArrayElements { get; }
Property Value
Type |
---|
System.String |
NumberOfItems
Gets the "n" value
Declaration
public int NumberOfItems { get; }
Property Value
Type |
---|
System.Int32 |
Type
Gets the "type" value
Declaration
public string Type { get; }
Property Value
Type |
---|
System.String |