WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NearestNeighborModel - WindowsForms 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.ModelName
    Model.MiningFieldFunction
    Model.AlgorithmName
    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 NearestNeighborModel : Model

    Constructors

    NearestNeighborModel()

    Declaration
    public NearestNeighborModel()

    Properties

    CategoricalScoringMethod

    Gets and sets the "categoricalScoringMethod" value

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

    ComparisonMeasure

    Gets the "ComparisonMeasure" value

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

    ContinuousScoringMethod

    Gets and sets the "continuousScoringMethod" value

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

    InstanceIdVariable

    Gets and sets the "instanceIdVariable" value

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

    IsScorable

    Gets and sets the "isScorable" value

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

    KNNInputs

    Gets the "m_KNNInputs" value

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

    LocalTransformations

    Gets the "LocalTransformations" value

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

    MiningSchema

    Gets the "MiningSchema" value

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

    NumberOfNeighbors

    Gets and sets the "numberOfNeighbors" value

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

    Output

    Gets the "Output" value

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

    Targets

    Gets the "Targets" value

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

    Threshold

    Gets and sets the "threshold" value

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

    TrainingInstances

    Gets the "TrainingInstances" value

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