C# 클래스 natix.SimilaritySearch.PMI_Partial

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

공개 프로퍼티들

프로퍼티 타입 설명
LC_LIST IList

공개 메소드들

메소드 설명
Build ( IList indexlist, int max_instances ) : void
Load ( BinaryReader Input ) : void
PMI_Partial ( ) : System
Save ( BinaryWriter Output ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

Build() 공개 메소드

public Build ( IList indexlist, int max_instances ) : void
indexlist IList
max_instances int
리턴 void

BuildOneClosure() 보호된 메소드

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
리턴 System.Action

Load() 공개 메소드

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

PMI_Partial() 공개 메소드

public PMI_Partial ( ) : System
리턴 System

PartialSearchKNN() 보호된 메소드

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
리턴 IResult

Save() 공개 메소드

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

프로퍼티 상세

LC_LIST 공개적으로 프로퍼티

public IList LC_LIST
리턴 IList