C# Class natix.SimilaritySearch.AcousticID

Inheritance: MetricDB
Afficher le fichier Open project: sadit/natix

Protected Properties

Свойство Type Description
numdist long

Méthodes publiques

Méthode 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 méthode

public AcousticID ( ) : System
Résultat System

Add() public méthode

public Add ( object a ) : int
a object
Résultat int

Build() public méthode

public Build ( string filename, int dim ) : void
filename string
dim int
Résultat void

Dist() public méthode

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

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Parse() public méthode

Returns a vector from an string
public Parse ( string s ) : object
s string
Résultat object

ParseVector() public méthode

public ParseVector ( string vstring ) : int[]
vstring string
Résultat int[]

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object

Property Details

numdist protected_oe property

protected long numdist
Résultat long