.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2. .TH KNN-LANDSCAPE "1" "May 2013" "mlpy" "User Commands" .SH NAME knn-landscape \- Command line interface to knn-landscape in mlpy (version 2.2.0) .SH SYNOPSIS .B knn-landscape [\fIoptions\fR] .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-d\fR FILE, \fB\-\-data\fR=\fIFILE\fR data \- required .TP \fB\-s\fR, \fB\-\-standardize\fR standardize data .TP \fB\-n\fR, \fB\-\-normalize\fR normalize data .TP \fB\-k\fR K k for k\-fold cross validation .TP \fB\-c\fR SETS PAIRS sets and pairs for monte carlo cross validation .TP \fB\-S\fR, \fB\-\-stratified\fR for stratified cv .TP \fB\-K\fR K number of nearest neighbors [default 1] .TP \fB\-l\fR DIST, \fB\-\-distance\fR=\fIDIST\fR type of distance: 'se' (SQUARED EUCLIDEAN) or 'e' (EUCLIDEAN) [default se]