C# Class natix.SimilaritySearch.PermTree.Node

Afficher le fichier Open project: sadit/natix

Méthodes publiques

Свойство Type Description
bag List
children Node>.Dictionary
refs int[]

Méthodes publiques

Méthode Description
Add ( int objID ) : void
Build ( MetricDB db, Random rand, int bucketSize ) : void
ComputeFingerprint ( object u, MetricDB db ) : long
Node ( MetricDB db, Random rand, int bucketSize ) : System
Search ( MetricDB db, object q, IResult res, int numCandidates ) : void
distL1 ( long a, long b ) : double
distL2 ( long a, long b ) : double

Method Details

Add() public méthode

public Add ( int objID ) : void
objID int
Résultat void

Build() public méthode

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

ComputeFingerprint() public méthode

public ComputeFingerprint ( object u, MetricDB db ) : long
u object
db MetricDB
Résultat long

Node() public méthode

public Node ( MetricDB db, Random rand, int bucketSize ) : System
db MetricDB
rand System.Random
bucketSize int
Résultat System

Search() public méthode

public Search ( MetricDB db, object q, IResult res, int numCandidates ) : void
db MetricDB
q object
res IResult
numCandidates int
Résultat void

distL1() public méthode

public distL1 ( long a, long b ) : double
a long
b long
Résultat double

distL2() public méthode

public distL2 ( long a, long b ) : double
a long
b long
Résultat double

Property Details

bag public_oe property

public List bag
Résultat List

children public_oe property

public Dictionary children
Résultat Node>.Dictionary

refs public_oe property

public int[] refs
Résultat int[]