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
NullSpace
C# 클래스 natix.SimilaritySearch.NullSpace
A Generic permuted space
상속:
MetricDB
파일 보기
프로젝트 열기: sadit/natix
공개 메소드들
메소드
설명
Add
(
object
a
) :
int
Dist
(
object
a
,
object
b
) :
double
Load
(
BinaryReader
I
) :
void
NullSpace
( ) :
System
Parse
(
string
s
) :
object
Save
(
BinaryWriter
O
) :
void
this
(
int
docid
) :
object
메소드 상세
Add()
공개
메소드
public
Add
(
object
a
) :
int
a
object
리턴
int
Dist()
공개
메소드
public
Dist
(
object
a
,
object
b
) :
double
a
object
b
object
리턴
double
Load()
공개
메소드
public
Load
(
BinaryReader
I
) :
void
I
System.IO.BinaryReader
리턴
void
NullSpace()
공개
메소드
public
NullSpace
( ) :
System
리턴
System
Parse()
공개
메소드
public
Parse
(
string
s
) :
object
s
string
리턴
object
Save()
공개
메소드
public
Save
(
BinaryWriter
O
) :
void
O
System.IO.BinaryWriter
리턴
void
this()
공개
메소드
public
this
(
int
docid
) :
object
docid
int
리턴
object