C# Class natix.SimilaritySearch.SAT

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

Méthodes publiques

Свойство Type Description
root Node

Méthodes publiques

Méthode Description
Build ( MetricDB db, Random rand ) : void
Load ( BinaryReader Input ) : void
SAT ( ) : System
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult res ) : IResult

Méthodes protégées

Méthode Description
BuildNode ( Node node, List items, int depth ) : void
SearchKNNNode ( Node node, object q, IResult res ) : void
SortItems ( List items ) : void

Method Details

Build() public méthode

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

BuildNode() protected méthode

protected BuildNode ( Node node, List items, int depth ) : void
node Node
items List
depth int
Résultat void

Load() public méthode

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

SAT() public méthode

public SAT ( ) : System
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 K, IResult res ) : IResult
q object
K int
res IResult
Résultat IResult

SearchKNNNode() protected méthode

protected SearchKNNNode ( Node node, object q, IResult res ) : void
node Node
q object
res IResult
Résultat void

SortItems() protected méthode

protected SortItems ( List items ) : void
items List
Résultat void

Property Details

root public_oe property

public Node root
Résultat Node