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
XNANNI.Node
C# 클래스 natix.SimilaritySearch.XNANNI.Node
상속:
ILoadSave
파일 보기
프로젝트 열기: sadit/natix
공개 프로퍼티들
프로퍼티
타입
설명
cov
double
dists
List
objID
int
objects
List
공개 메소드들
메소드
설명
Add
(
int
obj
,
double
dist
) :
void
Get_cov
( ) :
void
Load
(
BinaryReader
Input
) :
void
Node
( ) :
System
Node
(
int
_objID
) :
System
Save
(
BinaryWriter
Output
) :
void
메소드 상세
Add()
공개
메소드
public
Add
(
int
obj
,
double
dist
) :
void
obj
int
dist
double
리턴
void
Get_cov()
공개
메소드
public
Get_cov
( ) :
void
리턴
void
Load()
공개
메소드
public
Load
(
BinaryReader
Input
) :
void
Input
System.IO.BinaryReader
리턴
void
Node()
공개
메소드
public
Node
( ) :
System
리턴
System
Node()
공개
메소드
public
Node
(
int
_objID
) :
System
_objID
int
리턴
System
Save()
공개
메소드
public
Save
(
BinaryWriter
Output
) :
void
Output
System.IO.BinaryWriter
리턴
void
프로퍼티 상세
cov
공개적으로 프로퍼티
public
double
cov
리턴
double
dists
공개적으로 프로퍼티
public
List
dists
리턴
List
objID
공개적으로 프로퍼티
public
int
objID
리턴
int
objects
공개적으로 프로퍼티
public
List
objects
리턴
List