FieldAwareFactorizationMachineModelParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public sealed class FieldAwareFactorizationMachineModelParameters : Microsoft.ML.Trainers.ModelParametersBase<float>
type FieldAwareFactorizationMachineModelParameters = class
inherit ModelParametersBase<single>
Public NotInheritable Class FieldAwareFactorizationMachineModelParameters
Inherits ModelParametersBase(Of Single)
- 繼承
屬性
FeatureCount |
取得功能數目。 這是檔中的符號 |
FieldCount |
取得欄位數目。 這是檔中的符號 |
LatentDimension |
取得延遲維度。 這是檔中的 |
方法
GetLatentWeights() |
每個功能的延遲標記法。 請注意,其中一個特徵可能會有 FieldCount 晚期向量,而每個延遲向量都包含 LatentDimension 值。 在 f-th 欄位中,第 j 個特徵在檔中 https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdf 的延遲向量 |
GetLinearWeights() |
特徵的線性係數。 這是檔中的符號 |
明確介面實作
ICanSaveModel.Save(ModelSaveContext) |
的 FieldAwareFactorizationMachineTrainer 模型參數。 (繼承來源 ModelParametersBase<TOutput>) |