C# Class natix.SimilaritySearch.SAT_Forest

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

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, int seed ) : System.Action
Load ( BinaryReader Input ) : void
SAT_Forest ( ) : System
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult res ) : 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, int seed ) : System.Action
i int
seed int
Résultat System.Action

Load() public méthode

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

SAT_Forest() public méthode

public SAT_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

Property Details

forest public_oe property

public IList forest
Résultat IList