Nearest_Centroid {LilRhino}R Documentation

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

Note

Based on homework from Guangling Chen's M251 class at SJSU

Author(s)

Travis Barton


[Package LilRhino version 1.2.2 Index]