C# Class natix.SimilaritySearch.DocumentDB

The document's space
Inheritance: MetricDB
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
DOCS List

Méthodes publiques

Méthode Description
Add ( object a ) : int
Build ( string name, IList filenames ) : void
Build ( string name, List docs ) : void
Dist ( object _v1, object _v2 ) : double

The distance function (angle between vectors)

DocumentDB ( ) : System

Constructor

Load ( BinaryReader Input ) : void
Parse ( string s ) : object

Parse an string into the document's vector

ParseFromFile ( string name ) : Tdoc

Parse document vector from file

ParseFromString ( string data ) : Tdoc

Load vectors from ascii string

Save ( BinaryWriter Output ) : void
this ( int docid ) : object

Indexer to retrieve an object by id

Method Details

Add() public méthode

public Add ( object a ) : int
a object
Résultat int

Build() public méthode

public Build ( string name, IList filenames ) : void
name string
filenames IList
Résultat void

Build() public méthode

public Build ( string name, List docs ) : void
name string
docs List
Résultat void

Dist() public méthode

The distance function (angle between vectors)
public Dist ( object _v1, object _v2 ) : double
_v1 object
_v2 object
Résultat double

DocumentDB() public méthode

Constructor
public DocumentDB ( ) : System
Résultat System

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Parse() public méthode

Parse an string into the document's vector
public Parse ( string s ) : object
s string
Résultat object

ParseFromFile() public méthode

Parse document vector from file
public ParseFromFile ( string name ) : Tdoc
name string
Résultat Tdoc

ParseFromString() public méthode

Load vectors from ascii string
public ParseFromString ( string data ) : Tdoc
data string
Résultat Tdoc

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

this() public méthode

Indexer to retrieve an object by id
public this ( int docid ) : object
docid int
Résultat object

Property Details

DOCS public_oe property

public List DOCS
Résultat List