C# Class natix.SimilaritySearch.AcousticID

Inheritance: MetricDB
Show file Open project: sadit/natix

Protected Properties

Property Type Description
numdist long

Public Methods

Method Description
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

Method Details

AcousticID() public method

public AcousticID ( ) : System
return System

Add() public method

public Add ( object a ) : int
a object
return int

Build() public method

public Build ( string filename, int dim ) : void
filename string
dim int
return void

Dist() public method

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

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

Parse() public method

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

ParseVector() public method

public ParseVector ( string vstring ) : int[]
vstring string
return int[]

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

this() public method

public this ( int index ) : object
index int
return object

Property Details

numdist protected property

protected long numdist
return long