C# Class natix.SimilaritySearch.DocumentDB.Tvoc

Represents a vocabulary entry
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Свойство Type Description
keyid System.Int32
weight float

Méthodes publiques

Méthode Description
Tvoc ( Int32 k, float w ) : System

Method Details

Tvoc() public méthode

public Tvoc ( Int32 k, float w ) : System
k System.Int32
w float
Résultat System

Property Details

keyid public_oe property

Key identifier
public Int32,System keyid
Résultat System.Int32

weight public_oe property

Weight for this key
public float weight
Résultat float