C# Class natix.SimilaritySearch.PMI_Partial

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Build ( IList indexlist, int max_instances ) : void
Load ( BinaryReader Input ) : void
PMI_Partial ( ) : System
Save ( BinaryWriter Output ) : void

Méthodes protégées

Méthode Description
BuildOneClosure ( IList output, int i, MetricDB db, int numcenters, Random rand ) : System.Action
PartialSearchKNN ( object q, IResult res, int max, double>.Dictionary cache, Action on_intersection ) : IResult

Method Details

Build() public méthode

public Build ( IList indexlist, int max_instances ) : void
indexlist IList
max_instances int
Résultat void

BuildOneClosure() protected méthode

protected BuildOneClosure ( IList output, int i, MetricDB db, int numcenters, Random rand ) : System.Action
output IList
i int
db MetricDB
numcenters int
rand System.Random
Résultat System.Action

Load() public méthode

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

PMI_Partial() public méthode

public PMI_Partial ( ) : System
Résultat System

PartialSearchKNN() protected méthode

protected PartialSearchKNN ( object q, IResult res, int max, double>.Dictionary cache, Action on_intersection ) : IResult
q object
res IResult
max int
cache double>.Dictionary
on_intersection Action
Résultat IResult

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Property Details

LC_LIST public_oe property

public IList LC_LIST
Résultat IList