kNN: Apply kNN algorithm

Description Usage Arguments Value Examples

View source: R/kNN.R

Description

Apply kNN algorithm

Usage

1
kNN(train, test, kfold, split)

Arguments

train

Data frame with train data

test

A number.

Value

K-Nearest Neighbours model for x and y.

Examples

1
none

Richyrecarey/classifast documentation built on May 23, 2019, 1:09 p.m.