FieldAwareFactorizationMachineModelParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model parameters for FieldAwareFactorizationMachineTrainer.
public sealed class FieldAwareFactorizationMachineModelParameters : Microsoft.ML.Trainers.ModelParametersBase<float>
type FieldAwareFactorizationMachineModelParameters = class
inherit ModelParametersBase<single>
Public NotInheritable Class FieldAwareFactorizationMachineModelParameters
Inherits ModelParametersBase(Of Single)
- Inheritance
Properties
FeatureCount |
Get the number of features. It's the symbol |
FieldCount |
Get the number of fields. It's the symbol |
LatentDimension |
Get the latent dimension. It's the length of |
Methods
GetLatentWeights() |
Latent representation of each feature. Note that one feature may have FieldCount latent vectors
and each latent vector contains LatentDimension values. In the f-th field, the j-th feature's latent vector, |
GetLinearWeights() |
The linear coefficients of the features. It's the symbol |
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) | (Inherited from ModelParametersBase<TOutput>) |