價格:免費
更新日期:2019-01-07
檔案大小:23M
目前版本:1.0.1
版本需求:Android 4.1 以上版本
官方網站:mailto:aman.creativecoding@gmail.com
Visualization of one of the famous machine learning algorithm -> K- Nearest Neighbors.
A k-nearest-neighbor algorithm, often abbreviated as K-NN, is an approach to data classification that estimates how likely a data point is to be a member of one group or the other depending on what group the data points nearest to it are in.
The k-nearest-neighbor is an example of a "lazy learner" algorithm, meaning that it does not build a model using the training set until a query of the data set is performed.