.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. .TH SIMSEARCH "1" "June 2012" "simsearch 1.0" "User Commands" .SH NAME simsearch \- simsearch .SH DESCRIPTION usage: simsearch [\-h] [\-k K_NEAREST] [\-t THRESHOLD] [\-q QUERIES] .IP [\-\-hex\-query HEX_QUERY] [\-\-query\-id QUERY_ID] [\-\-in FORMAT] [\-o FILENAME] [\-c] [\-b BATCH_SIZE] [\-\-scan] [\-\-memory] [\-\-times] target_filename .PP Search an FPS file for similar fingerprints .SS "positional arguments:" .TP target_filename target filename .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-k\fR K_NEAREST, \fB\-\-k\-nearest\fR K_NEAREST select the k nearest neighbors (use 'all' for all neighbors) .TP \fB\-t\fR THRESHOLD, \fB\-\-threshold\fR THRESHOLD minimum similarity score threshold .TP \fB\-q\fR QUERIES, \fB\-\-queries\fR QUERIES filename containing the query fingerprints .TP \fB\-\-hex\-query\fR HEX_QUERY query in hex .TP \fB\-\-query\-id\fR QUERY_ID id for the hex query .TP \fB\-\-in\fR FORMAT input query format (default uses the file extension, else 'fps') .TP \fB\-o\fR FILENAME, \fB\-\-output\fR FILENAME output filename (default is stdout) .TP \fB\-c\fR, \fB\-\-count\fR report counts .TP \fB\-b\fR BATCH_SIZE, \fB\-\-batch\-size\fR BATCH_SIZE batch size .TP \fB\-\-scan\fR scan the file to find matches (low memory overhead) .TP \fB\-\-memory\fR build and search an in\-memory data structure (faster for multiple queries) .TP \fB\-\-times\fR report load and execution times to stderr