PairwiseCouplingModelParameters 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 PairwiseCouplingTrainer.
public sealed class PairwiseCouplingModelParameters : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>
type PairwiseCouplingModelParameters = class
inherit ModelParametersBase<VBuffer<single>>
Public NotInheritable Class PairwiseCouplingModelParameters
Inherits ModelParametersBase(Of VBuffer(Of Single))
- Inheritance
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) | (Inherited from ModelParametersBase<TOutput>) |