C# Class natix.SimilaritySearch.CoPhIR

Inheritance: MetricDB
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
Items List

Méthodes publiques

Méthode Description
Add ( object a ) : int
Add ( XPathDocument doc ) : void
Add ( string filename ) : void
Build ( IList filenames ) : void
CoPhIR ( ) : System
Dist ( object _a, object _b ) : double
Extend ( CoPhIR other ) : void
Load ( BinaryReader Input ) : void
Parse ( XPathDocument doc ) : CItem
Parse ( string filename ) : object
Save ( BinaryWriter Output ) : void
this ( int i ) : object

Method Details

Add() public méthode

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

Add() public méthode

public Add ( XPathDocument doc ) : void
doc System.Xml.XPath.XPathDocument
Résultat void

Add() public méthode

public Add ( string filename ) : void
filename string
Résultat void

Build() public méthode

public Build ( IList filenames ) : void
filenames IList
Résultat void

CoPhIR() public méthode

public CoPhIR ( ) : System
Résultat System

Dist() public méthode

public Dist ( object _a, object _b ) : double
_a object
_b object
Résultat double

Extend() public méthode

public Extend ( CoPhIR other ) : void
other CoPhIR
Résultat void

Load() public méthode

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

Parse() public méthode

public Parse ( XPathDocument doc ) : CItem
doc System.Xml.XPath.XPathDocument
Résultat CItem

Parse() public méthode

public Parse ( string filename ) : object
filename string
Résultat object

Save() public méthode

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

this() public méthode

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

Property Details

Items public_oe property

public List Items
Résultat List