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

Represents a vocabulary entry
파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
keyid System.Int32
weight float

공개 메소드들

메소드 설명
Tvoc ( Int32 k, float w ) : System

메소드 상세

Tvoc() 공개 메소드

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

프로퍼티 상세

keyid 공개적으로 프로퍼티

Key identifier
public Int32,System keyid
리턴 System.Int32

weight 공개적으로 프로퍼티

Weight for this key
public float weight
리턴 float