C# Class natix.SimilaritySearch.Vor.Node

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

Méthodes publiques

Свойство Type Description
bucket_near List
cov_radius double
refID int

Méthodes publiques

Méthode Description
Add ( int docID, double dist ) : void
Load ( BinaryReader Input ) : void
Node ( ) : System
Node ( int refID ) : System
Save ( BinaryWriter Output ) : void

Method Details

Add() public méthode

public Add ( int docID, double dist ) : void
docID int
dist double
Résultat void

Load() public méthode

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

Node() public méthode

public Node ( ) : System
Résultat System

Node() public méthode

public Node ( int refID ) : System
refID int
Résultat System

Save() public méthode

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

Property Details

bucket_near public_oe property

public List bucket_near
Résultat List

cov_radius public_oe property

public double cov_radius
Résultat double

refID public_oe property

public int refID
Résultat int