Discrimination and classification

Load the datasets,

load("_data/iris.train.rdata")
load("_data/iris.test.rdata")
source("_functions/CV.class.R")

Load the packages,

library(MASS)