C# Class natix.SimilaritySearch.Vor

Inheritance: BasicIndex
Afficher le fichier Open project: sadit/natix

Méthodes publiques

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

Build the index

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

KNN search.

Vor ( ) : System

Method Details

Build() public méthode

Build the index
public Build ( MetricDB db, int num_centers, Random rand ) : void
db MetricDB
num_centers int
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

Vor() public méthode

public Vor ( ) : System
Résultat System