C# Class natix.SimilaritySearch.ApproxGraphKNR

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

Méthodes publiques

Свойство Type Description
SampleSize int

Méthodes publiques

Méthode Description
ApproxGraphKNR ( ) : System
ApproxGraphKNR ( ApproxGraph ag, int sample_size ) : System
Build ( MetricDB db, short arity, short repeat_search, int sample_size ) : void
GetStartingPoints ( object q, int num_starting_points ) : Result
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult final_result ) : IResult

Method Details

ApproxGraphKNR() public méthode

public ApproxGraphKNR ( ) : System
Résultat System

ApproxGraphKNR() public méthode

public ApproxGraphKNR ( ApproxGraph ag, int sample_size ) : System
ag ApproxGraph
sample_size int
Résultat System

Build() public méthode

public Build ( MetricDB db, short arity, short repeat_search, int sample_size ) : void
db MetricDB
arity short
repeat_search short
sample_size int
Résultat void

GetStartingPoints() public méthode

public GetStartingPoints ( object q, int num_starting_points ) : Result
q object
num_starting_points int
Résultat Result

Load() public méthode

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

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 final_result ) : IResult
q object
K int
final_result IResult
Résultat IResult

Property Details

SampleSize public_oe property

public int SampleSize
Résultat int