C# Class natix.SimilaritySearch.PermutedIndex

Inheritance: BasicIndex
Show file Open project: sadit/natix

Public Properties

Property Type Description
IDX Index

Public Methods

Method 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 method

public Build ( Index idx ) : void
idx Index
return void

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

PermutedIndex() public method

public PermutedIndex ( ) : System
return System

PermutedIndex() public method

public PermutedIndex ( Index idx ) : System
idx Index
return System

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

SearchKNN() public method

public SearchKNN ( object q, int knn, IResult res ) : IResult
q object
knn int
res IResult
return IResult

SearchRange() public method

public SearchRange ( object q, double radius ) : IResult
q object
radius double
return IResult

Property Details

IDX public property

public Index IDX
return Index