menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClusteringModel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ClusteringModel

    Represents the methods and properties of ClusteringModel element and its attributes

    Inheritance
    System.Object
    Model
    ClusteringModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.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"

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved