C# Class natix.SimilaritySearch.VPTX

Inheritance: BasicIndex
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Méthode Description
Build ( MetricDB db, Random rand ) : void

Build the index

Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult res ) : IResult

KNN search.

VPTX ( ) : System

Method Details

Build() public méthode

Build the index
public Build ( MetricDB db, Random rand ) : void
db MetricDB
rand System.Random
Résultat void

Load() public méthode

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

Save() public méthode

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

SearchKNN() public méthode

KNN search.
public SearchKNN ( object q, int K, IResult res ) : IResult
q object
K int
res IResult
Résultat IResult

VPTX() public méthode

public VPTX ( ) : System
Résultat System