rkNN: Calculate the majority vote of kNN for a random subset of...

Description Usage Arguments Value

Description

Calculate the majority vote of kNN for a random subset of size mtry of features

Usage

1
2
rkNN(dat.train, y.train, n.train, dat.test, n.test, k = 5, mtry = NULL,
  distances = NULL, cores = 2, euclidean = FALSE)

Arguments

x

is an object

Value

y is the output


thomaswiemann/SMLpractical documentation built on May 28, 2019, 12:23 p.m.