C# 클래스 natix.SimilaritySearch.DocumentDB.Tdoc

A document vector representation
파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
doc Tvoc[]

공개 메소드들

메소드 설명
Load ( BinaryReader b ) : Tdoc

Load a document's vector from stream

Save ( BinaryWriter b ) : void

Save this document's vector

Tdoc ( IList keywords, IList weigths ) : System

Builds the Tdoc from two vectors

Tdoc ( Tvoc d ) : System

Constructor

메소드 상세

Load() 공개 정적인 메소드

Load a document's vector from stream
public static Load ( BinaryReader b ) : Tdoc
b System.IO.BinaryReader
리턴 Tdoc

Save() 공개 메소드

Save this document's vector
public Save ( BinaryWriter b ) : void
b System.IO.BinaryWriter
리턴 void

Tdoc() 공개 메소드

Builds the Tdoc from two vectors
public Tdoc ( IList keywords, IList weigths ) : System
keywords IList
weigths IList
리턴 System

Tdoc() 공개 메소드

Constructor
public Tdoc ( Tvoc d ) : System
d Tvoc
리턴 System

프로퍼티 상세

doc 공개적으로 프로퍼티

The document vector
public Tvoc[] doc
리턴 Tvoc[]