WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Cluster - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Cluster

    Represents the methods and properties of Cluster element and its attributes

    Inheritance
    System.Object
    Cluster
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    ClusteringArray

    Id

    Gets the "id" value

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    KohonenMap

    Gets the "KohonenMap" value

    Declaration
    public KohonenMap KohonenMap { get; }
    Property Value
    Type Description
    KohonenMap

    Name

    Gets the "name" value

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    Size

    Gets the "size" value

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved