C# Class natix.SimilaritySearch.CoPhIR

Inheritance: MetricDB
Mostra file Open project: sadit/natix Class Usage Examples

Public Properties

Property Type Description
Items List

Public Methods

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

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

Add() public method

public Add ( XPathDocument doc ) : void
doc System.Xml.XPath.XPathDocument
return void

Add() public method

public Add ( string filename ) : void
filename string
return void

Build() public method

public Build ( IList filenames ) : void
filenames IList
return void

CoPhIR() public method

public CoPhIR ( ) : System
return System

Dist() public method

public Dist ( object _a, object _b ) : double
_a object
_b object
return double

Extend() public method

public Extend ( CoPhIR other ) : void
other CoPhIR
return void

Load() public method

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

Parse() public method

public Parse ( XPathDocument doc ) : CItem
doc System.Xml.XPath.XPathDocument
return CItem

Parse() public method

public Parse ( string filename ) : object
filename string
return object

Save() public method

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

this() public method

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

Property Details

Items public_oe property

public List Items
return List