kknn-validate

Description: Perform a kernel k-nearest neighbor cross-validation with multiple classes.

Usage: kknn [options] -examples <filename> -classes <filename>

Input:

Output: A six-column RDB file. The first column contains the class name. The second through fifth columns contain the number of true positives (TP), false negatives (FN), true negatives (TN), and false positives (FP), respectively. The sixth column contains a p-value computed for the class based on the number of errors and the class size. The file contains one row for each class in the classes file.

Options:

The following eight options modify the base kernel function. The operations occur in the order listed below.