comparison lshlib.h @ 560:11ea54a02534 multiprobeLSH

Added a test program and lshlib functionality to inspect on-disk and in-core hashtable representations.
author mas01mc
date Sun, 22 Feb 2009 03:44:25 +0000
parents f6363bfdad80
children 37c2b9cce23a
comparison
equal deleted inserted replaced
559:f6363bfdad80 560:11ea54a02534
392 void serial_dump_tables(char* filename); 392 void serial_dump_tables(char* filename);
393 float get_mean_collision_rate(){ return (float) pointCount / bucketCount ; } 393 float get_mean_collision_rate(){ return (float) pointCount / bucketCount ; }
394 char* get_indexName(){return indexName;} 394 char* get_indexName(){return indexName;}
395 void dump_hashtables(); 395 void dump_hashtables();
396 void dump_core_row(Uns32T n); 396 void dump_core_row(Uns32T n);
397 void dump_disk_row(Uns32T n); 397 void dump_disk_row(char*, Uns32T n);
398 }; 398 };
399 399
400 typedef class G LSH; 400 typedef class G LSH;
401 401
402 402