gist-kernel

Description: Compute a square kernel matrix from a given matrix.

Usage: gist-kernel [options] -data <filename>

Input:

Output: A square, labeled tab-delimited kernel matrix, with dimension N by N, where N is the number of rows in the data file.

Options:

Kernel transformations:

The kernel transformations file specifies on transformation per line. The transformations are carried out on the kernel matrix in the order listed, and may be repeated. Some transformations include a required argument, which appears immediately after the transformation name.

Warning messages:

None

Bugs:


Gist