Property ILKNearestNeighbor.TILKNearestNeighbor.K

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TILKNearestNeighbor

Contents

Syntax

Delphi:

property K : Integer read FK write SetK default 10;

C++ Builder:

__property int K = { read=FK, write=SetK, default=10 };

Summary

Specifies the K value for the K Nearest Neighbor.

Description

Specifies the K value for the K Nearest Neighbor.

The K is the number of neighbors used for the voting.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox