C# Class natix.SimilaritySearch.SAT_Randomized

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

Méthodes publiques

Méthode Description
Build ( MetricDB db, Random rand ) : void
Build ( MetricDB db, Random rand, int arity ) : void
SAT_Randomized ( ) : System

Méthodes protégées

Méthode Description
BuildNodeRandom ( Node node, IList input_collection, int arity, int &count_step ) : void

Method Details

Build() public méthode

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

Build() public méthode

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

BuildNodeRandom() protected méthode

protected BuildNodeRandom ( Node node, IList input_collection, int arity, int &count_step ) : void
node Node
input_collection IList
arity int
count_step int
Résultat void

SAT_Randomized() public méthode

public SAT_Randomized ( ) : System
Résultat System