C# Class natix.SimilaritySearch.SATSEQ_Forest

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

Méthodes publiques

Свойство Type Description
forest IList

Méthodes publiques

Méthode Description
Build ( IList _forest, int max_trees ) : void
Build ( MetricDB db, int num_trees, Random rand ) : void
ClosureBuildOne ( int i, Random rand ) : System.Action
Load ( BinaryReader Input ) : void
SATSEQ_Forest ( ) : System
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult res ) : IResult
SearchRange ( object q, double radius ) : IResult

Method Details

Build() public méthode

public Build ( IList _forest, int max_trees ) : void
_forest IList
max_trees int
Résultat void

Build() public méthode

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

ClosureBuildOne() public méthode

public ClosureBuildOne ( int i, Random rand ) : System.Action
i int
rand System.Random
Résultat System.Action

Load() public méthode

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

SATSEQ_Forest() public méthode

public SATSEQ_Forest ( ) : 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

SearchRange() public méthode

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

Property Details

forest public_oe property

public IList forest
Résultat IList