C# Class natix.SimilaritySearch.DocumentDB.Tdoc

A document vector representation
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Свойство Type Description
doc Tvoc[]

Méthodes publiques

Méthode Description
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

Method Details

Load() public static méthode

Load a document's vector from stream
public static Load ( BinaryReader b ) : Tdoc
b System.IO.BinaryReader
Résultat Tdoc

Save() public méthode

Save this document's vector
public Save ( BinaryWriter b ) : void
b System.IO.BinaryWriter
Résultat void

Tdoc() public méthode

Builds the Tdoc from two vectors
public Tdoc ( IList keywords, IList weigths ) : System
keywords IList
weigths IList
Résultat System

Tdoc() public méthode

Constructor
public Tdoc ( Tvoc d ) : System
d Tvoc
Résultat System

Property Details

doc public_oe property

The document vector
public Tvoc[] doc
Résultat Tvoc[]