MiningModel.AlgorithmParameters Property

Definition

Gets the applicable set of algorithm parameters, independent of assigned algorithm.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Algorithm")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModel_AlgorithmParameters")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.AlgorithmParameterCollection AlgorithmParameters { get; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Algorithm")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModel_AlgorithmParameters")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.AlgorithmParameters : Microsoft.AnalysisServices.AlgorithmParameterCollection
Public ReadOnly Property AlgorithmParameters As AlgorithmParameterCollection

Property Value

AlgorithmParameterCollection

A collection of AlgorithmParameter objects.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to