IClassification.TrainingSettingStackEnsembleSettingStackMetaLearnerType Property

Definition

The meta-learner is a model trained on the output of the individual heterogeneous models.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The meta-learner is a model trained on the output of the individual heterogeneous models.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StackMetaLearnerType) }, ReadOnly=false, Required=false, SerializedName="stackMetaLearnerType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StackMetaLearnerType? TrainingSettingStackEnsembleSettingStackMetaLearnerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The meta-learner is a model trained on the output of the individual heterogeneous models.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StackMetaLearnerType) }, ReadOnly=false, Required=false, SerializedName="stackMetaLearnerType")>]
member this.TrainingSettingStackEnsembleSettingStackMetaLearnerType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.StackMetaLearnerType> with get, set
Public Property TrainingSettingStackEnsembleSettingStackMetaLearnerType As Nullable(Of StackMetaLearnerType)

Property Value

Attributes

Applies to