次の方法で共有


TextWeights.Weights プロパティ

定義

ドキュメント スコアリングを向上させるフィールドごとの重みのディクショナリ。 キーはフィールド名であり、値は各フィールドの重みになります。

public System.Collections.Generic.IDictionary<string,double> Weights { get; }
member this.Weights : System.Collections.Generic.IDictionary<string, double>
Public ReadOnly Property Weights As IDictionary(Of String, Double)

プロパティ値

適用対象