MiningModel.AlgorithmParameters Property
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.
Gets the applicable set of algorithm parameters, independent of assigned algorithm.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.AlgorithmParameterCollection AlgorithmParameters { get; }
[<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
A collection of AlgorithmParameter objects.
- Attributes