Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
natix
SimilaritySearch
ResultPushStats
C# 클래스 natix.SimilaritySearch.ResultPushStats
상속:
IResult
파일 보기
프로젝트 열기: sadit/natix
공개 프로퍼티들
프로퍼티
타입
설명
R
IResult
count_push
int
count_true_push
int
공개 메소드들
메소드
설명
GetEnumerator
( ) :
IEnumerator
Push
(
int
docid
,
double
dist
) :
bool
ResultPushStats
(
IResult
R
) :
System
비공개 메소드들
메소드
설명
IEnumerable
( ) :
IEnumerator
메소드 상세
GetEnumerator()
공개
메소드
public
GetEnumerator
( ) :
IEnumerator
리턴
IEnumerator
Push()
공개
메소드
public
Push
(
int
docid
,
double
dist
) :
bool
docid
int
dist
double
리턴
bool
ResultPushStats()
공개
메소드
public
ResultPushStats
(
IResult
R
) :
System
R
IResult
리턴
System
프로퍼티 상세
R
공개적으로 프로퍼티
public
IResult
R
리턴
IResult
count_push
공개적으로 프로퍼티
public
int
count_push
리턴
int
count_true_push
공개적으로 프로퍼티
public
int
count_true_push
리턴
int