C# Class natix.SimilaritySearch.DocumentDB.Tvoc

Represents a vocabulary entry
Show file Open project: sadit/natix

Public Properties

Property Type Description
keyid System.Int32
weight float

Public Methods

Method Description
Tvoc ( Int32 k, float w ) : System

Method Details

Tvoc() public method

public Tvoc ( Int32 k, float w ) : System
k System.Int32
w float
return System

Property Details

keyid public property

Key identifier
public Int32,System keyid
return System.Int32

weight public property

Weight for this key
public float weight
return float