C# Class natix.SimilaritySearch.PermutedIndex

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

Méthodes publiques

Свойство Type Description
IDX Index

Méthodes publiques

Méthode Description
Build ( Index idx ) : void
Load ( BinaryReader Input ) : void
PermutedIndex ( ) : System
PermutedIndex ( Index idx ) : System
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int knn, IResult res ) : IResult
SearchRange ( object q, double radius ) : IResult

Method Details

Build() public méthode

public Build ( Index idx ) : void
idx Index
Résultat void

Load() public méthode

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

PermutedIndex() public méthode

public PermutedIndex ( ) : System
Résultat System

PermutedIndex() public méthode

public PermutedIndex ( Index idx ) : System
idx Index
Résultat System

Save() public méthode

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

SearchKNN() public méthode

public SearchKNN ( object q, int knn, IResult res ) : IResult
q object
knn int
res IResult
Résultat IResult

SearchRange() public méthode

public SearchRange ( object q, double radius ) : IResult
q object
radius double
Résultat IResult

Property Details

IDX public_oe property

public Index IDX
Résultat Index