Learn R Programming

LilRhino (version 1.2.2)

Nearest_Centroid: For performing the nearest centroid problem (with modifications) on MNST data specifically (general to come)

Description

For Chen's homework, I'll change this when I generalize it.

Usage

Nearest_Centroid(X_train, X_test, Y_train)

Arguments

X_train

Training data

X_test

data to be tested

Y_train

training labels