Property | Type | Description | |
---|---|---|---|
DATA | List |
||
LENS |
Method | Description | |
---|---|---|
Add ( object a ) : int | ||
BinH8Space ( ) : System |
Constructor
|
|
Build ( string filename, BitmapFromBitStream len_builder = null ) : void |
Read the database from a listing file (one filename per line)
|
|
Build ( string out_filename, IList |
||
Dist ( object _a, object _b ) : double |
The distance function
|
|
DistMin ( IList |
||
Load ( |
||
Parse ( string name ) : object |
Converts 'name' into an object
|
|
ParseAndLoadFromFile ( string name ) : IList |
||
ParseFromString ( string data ) : IList |
||
Save ( |
||
this ( int docid ) : object |
Indexer to retrieve an object
|
public Build ( string filename, BitmapFromBitStream len_builder = null ) : void | ||
filename | string | |
len_builder | BitmapFromBitStream | |
return | void |
public Build ( string out_filename, IList |
||
out_filename | string | |
data_list | IList |
|
len_builder | BitmapFromBitStream | |
return | void |
public Dist ( object _a, object _b ) : double | ||
_a | object | |
_b | object | |
return | double |
public Load ( |
||
Input | ||
return | void |
public static ParseAndLoadFromFile ( string name ) : IList |
||
name | string | |
return | IList |
public static ParseFromString ( string data ) : IList |
||
data | string | |
return | IList |
public Save ( |
||
Output | ||
return | void |