C# 클래스 natix.SimilaritySearch.DocumentDB

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

공개 프로퍼티들

프로퍼티 타입 설명
DOCS List

공개 메소드들

메소드 설명
Add ( object a ) : int
Build ( string name, IList filenames ) : void
Build ( string name, List docs ) : void
Dist ( object _v1, object _v2 ) : double

The distance function (angle between vectors)

DocumentDB ( ) : System

Constructor

Load ( BinaryReader Input ) : void
Parse ( string s ) : object

Parse an string into the document's vector

ParseFromFile ( string name ) : Tdoc

Parse document vector from file

ParseFromString ( string data ) : Tdoc

Load vectors from ascii string

Save ( BinaryWriter Output ) : void
this ( int docid ) : object

Indexer to retrieve an object by id

메소드 상세

Add() 공개 메소드

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

Build() 공개 메소드

public Build ( string name, IList filenames ) : void
name string
filenames IList
리턴 void

Build() 공개 메소드

public Build ( string name, List docs ) : void
name string
docs List
리턴 void

Dist() 공개 메소드

The distance function (angle between vectors)
public Dist ( object _v1, object _v2 ) : double
_v1 object
_v2 object
리턴 double

DocumentDB() 공개 메소드

Constructor
public DocumentDB ( ) : System
리턴 System

Load() 공개 메소드

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

Parse() 공개 메소드

Parse an string into the document's vector
public Parse ( string s ) : object
s string
리턴 object

ParseFromFile() 공개 메소드

Parse document vector from file
public ParseFromFile ( string name ) : Tdoc
name string
리턴 Tdoc

ParseFromString() 공개 메소드

Load vectors from ascii string
public ParseFromString ( string data ) : Tdoc
data string
리턴 Tdoc

Save() 공개 메소드

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

this() 공개 메소드

Indexer to retrieve an object by id
public this ( int docid ) : object
docid int
리턴 object

프로퍼티 상세

DOCS 공개적으로 프로퍼티

public List DOCS
리턴 List