Méthode | Description | |
---|---|---|
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 |
public AddTermWeight ( string term, double weight ) : void | ||
term | string | |
weight | double | |
Résultat | void |
public GetTermWeight ( string term ) : double | ||
term | string | |
Résultat | double |
public SubtractTermWeight ( string term, double weight ) : void | ||
term | string | |
weight | double | |
Résultat | void |