C# 클래스 natix.SimilaritySearch.AcousticID

상속: MetricDB
파일 보기 프로젝트 열기: sadit/natix

보호된 프로퍼티들

프로퍼티 타입 설명
numdist long

공개 메소드들

메소드 설명
AcousticID ( ) : System
Add ( object a ) : int
Build ( string filename, int dim ) : void
Dist ( object a, object b ) : double

Distance wrapper for any P-norm

Load ( BinaryReader Input ) : void
Parse ( string s ) : object

Returns a vector from an string

ParseVector ( string vstring ) : int[]
Save ( BinaryWriter Output ) : void
this ( int index ) : object

메소드 상세

AcousticID() 공개 메소드

public AcousticID ( ) : System
리턴 System

Add() 공개 메소드

public Add ( object a ) : int
a object
리턴 int

Build() 공개 메소드

public Build ( string filename, int dim ) : void
filename string
dim int
리턴 void

Dist() 공개 메소드

Distance wrapper for any P-norm
public Dist ( object a, object b ) : double
a object
b object
리턴 double

Load() 공개 메소드

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

Parse() 공개 메소드

Returns a vector from an string
public Parse ( string s ) : object
s string
리턴 object

ParseVector() 공개 메소드

public ParseVector ( string vstring ) : int[]
vstring string
리턴 int[]

Save() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object

프로퍼티 상세

numdist 보호되어 있는 프로퍼티

protected long numdist
리턴 long