C# 클래스 QACExperimenter.Data.IndexCore.TermWeightIndex

Maintains an index of term weights.
파일 보기 프로젝트 열기: stewhir/recent-robust-qac

공개 메소드들

메소드 설명
AddTermWeight ( string term, double weight ) : void

Add term weight

GetTermWeight ( string term ) : double

Get the term weight, returns 0 if none

SubtractTermWeight ( string term, double weight ) : void

Subtract term weight

TermWeightIndex ( ) : System

메소드 상세

AddTermWeight() 공개 메소드

Add term weight
public AddTermWeight ( string term, double weight ) : void
term string
weight double
리턴 void

GetTermWeight() 공개 메소드

Get the term weight, returns 0 if none
public GetTermWeight ( string term ) : double
term string
리턴 double

SubtractTermWeight() 공개 메소드

Subtract term weight
public SubtractTermWeight ( string term, double weight ) : void
term string
weight double
리턴 void

TermWeightIndex() 공개 메소드

public TermWeightIndex ( ) : System
리턴 System