C# 클래스 natix.SimilaritySearch.SAT_Forest

상속: BasicIndex
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
forest IList

공개 메소드들

메소드 설명
Build ( IList _forest, int max_trees ) : void
Build ( MetricDB db, int num_trees, Random rand ) : void
ClosureBuildOne ( int i, int seed ) : System.Action
Load ( BinaryReader Input ) : void
SAT_Forest ( ) : System
Save ( BinaryWriter Output ) : void
SearchKNN ( object q, int K, IResult res ) : IResult

메소드 상세

Build() 공개 메소드

public Build ( IList _forest, int max_trees ) : void
_forest IList
max_trees int
리턴 void

Build() 공개 메소드

public Build ( MetricDB db, int num_trees, Random rand ) : void
db MetricDB
num_trees int
rand System.Random
리턴 void

ClosureBuildOne() 공개 메소드

public ClosureBuildOne ( int i, int seed ) : System.Action
i int
seed int
리턴 System.Action

Load() 공개 메소드

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

SAT_Forest() 공개 메소드

public SAT_Forest ( ) : System
리턴 System

Save() 공개 메소드

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

SearchKNN() 공개 메소드

public SearchKNN ( object q, int K, IResult res ) : IResult
q object
K int
res IResult
리턴 IResult

프로퍼티 상세

forest 공개적으로 프로퍼티

public IList forest
리턴 IList