C# 클래스 natix.SimilaritySearch.VorFar.Node

상속: ILoadSave
파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
bucket List
ext_radius double
refID int

공개 메소드들

메소드 설명
Add ( int docID, double dist ) : void
Load ( BinaryReader Input ) : void
Node ( ) : System
Node ( int refID ) : System
Save ( BinaryWriter Output ) : void

메소드 상세

Add() 공개 메소드

public Add ( int docID, double dist ) : void
docID int
dist double
리턴 void

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Node() 공개 메소드

public Node ( ) : System
리턴 System

Node() 공개 메소드

public Node ( int refID ) : System
refID int
리턴 System

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

프로퍼티 상세

bucket 공개적으로 프로퍼티

public List bucket
리턴 List

ext_radius 공개적으로 프로퍼티

public double ext_radius
리턴 double

refID 공개적으로 프로퍼티

public int refID
리턴 int