Class NearestNeighborModel
Represents the methods and properties for NearestNeighborModel element
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |