C# 클래스 natix.SimilaritySearch.CoPhIR

상속: MetricDB
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items List

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

public Add ( string filename ) : void
filename string
리턴 void

Build() 공개 메소드

public Build ( IList filenames ) : void
filenames IList
리턴 void

CoPhIR() 공개 메소드

public CoPhIR ( ) : System
리턴 System

Dist() 공개 메소드

public Dist ( object _a, object _b ) : double
_a object
_b object
리턴 double

Extend() 공개 메소드

public Extend ( CoPhIR other ) : void
other CoPhIR
리턴 void

Load() 공개 메소드

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

Parse() 공개 메소드

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

Parse() 공개 메소드

public Parse ( string filename ) : object
filename string
리턴 object

Save() 공개 메소드

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

this() 공개 메소드

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

프로퍼티 상세

Items 공개적으로 프로퍼티

public List Items
리턴 List