menu

UWP

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

    Show / Hide Table of Contents

    Class NearestNeighborModel

    Represents the methods and properties for NearestNeighborModel element

    Inheritance
    System.Object
    Model
    NearestNeighborModel
    Inherited Members
    Model.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.UWP.dll
    Syntax
    public class NearestNeighborModel : Model

    Constructors

    NearestNeighborModel()

    Declaration
    public NearestNeighborModel()

    Properties

    CategoricalScoringMethod

    Gets and sets the "categoricalScoringMethod" value

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

    ComparisonMeasure

    Gets the "ComparisonMeasure" value

    Declaration
    public ComparisonMeasure ComparisonMeasure { get; }
    Property Value
    Type
    ComparisonMeasure

    ContinuousScoringMethod

    Gets and sets the "continuousScoringMethod" value

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

    InstanceIdVariable

    Gets and sets the "instanceIdVariable" value

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

    IsScorable

    Gets and sets the "isScorable" value

    Declaration
    public bool IsScorable { get; }
    Property Value
    Type
    System.Boolean

    KNNInputs

    Gets the "m_KNNInputs" value

    Declaration
    public KNNInputs KNNInputs { get; }
    Property Value
    Type
    KNNInputs

    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

    NumberOfNeighbors

    Gets and sets the "numberOfNeighbors" value

    Declaration
    public int NumberOfNeighbors { get; }
    Property Value
    Type
    System.Int32

    Output

    Gets the "Output" value

    Declaration
    public Output Output { get; }
    Property Value
    Type
    Output

    Targets

    Gets the "Targets" value

    Declaration
    public Targets Targets { get; }
    Property Value
    Type
    Targets

    Threshold

    Gets and sets the "threshold" value

    Declaration
    public double Threshold { get; }
    Property Value
    Type
    System.Double

    TrainingInstances

    Gets the "TrainingInstances" value

    Declaration
    public TrainingInstances TrainingInstances { get; }
    Property Value
    Type
    TrainingInstances

    Extension Methods

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