C# Class natix.SimilaritySearch.BNCInc

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

Méthodes publiques

Méthode Description
BNCInc ( ) : System
Build ( MetricDB db, int numPivots, int NUMBER_TASKS = -1 ) : void

Méthodes protégées

Méthode Description
AddPivot ( int sampleSize, List pivs, int>.List pairs ) : void
AvgDist ( List pivs, int>.List pairs ) : double
Lmax ( List pivs, object p, object q ) : double

Method Details

AddPivot() protected méthode

protected AddPivot ( int sampleSize, List pivs, int>.List pairs ) : void
sampleSize int
pivs List
pairs int>.List
Résultat void

AvgDist() protected méthode

protected AvgDist ( List pivs, int>.List pairs ) : double
pivs List
pairs int>.List
Résultat double

BNCInc() public méthode

public BNCInc ( ) : System
Résultat System

Build() public méthode

public Build ( MetricDB db, int numPivots, int NUMBER_TASKS = -1 ) : void
db MetricDB
numPivots int
NUMBER_TASKS int
Résultat void

Lmax() protected méthode

protected Lmax ( List pivs, object p, object q ) : double
pivs List
p object
q object
Résultat double