C# 클래스 natix.SimilaritySearch.ANNISetup

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

공개 프로퍼티들

프로퍼티 타입 설명
AlphaStop double
ExpectedK int
NumberQueries int
Selector PivotSelector
StepWidth int

공개 메소드들

메소드 설명
ANNISetup ( PivotSelector sel, int expectedK, double alphaStop, int step, int numQueries ) : System
ANNISetup ( int n, int expectedK ) : System
ToString ( ) : string

메소드 상세

ANNISetup() 공개 메소드

public ANNISetup ( PivotSelector sel, int expectedK, double alphaStop, int step, int numQueries ) : System
sel PivotSelector
expectedK int
alphaStop double
step int
numQueries int
리턴 System

ANNISetup() 공개 메소드

public ANNISetup ( int n, int expectedK ) : System
n int
expectedK int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AlphaStop 공개적으로 프로퍼티

public double AlphaStop
리턴 double

ExpectedK 공개적으로 프로퍼티

public int ExpectedK
리턴 int

NumberQueries 공개적으로 프로퍼티

public int NumberQueries
리턴 int

Selector 공개적으로 프로퍼티

public PivotSelector,natix.SimilaritySearch Selector
리턴 PivotSelector

StepWidth 공개적으로 프로퍼티

public int StepWidth
리턴 int