menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Cluster - Xamarin.Android 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
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class Cluster : Object

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved