MiningModel.Algorithm Property

Definition

Gets or sets the algorithm associated with the MiningModel, which can be supplied by Microsoft or can be your own custom algorithm.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string Algorithm { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Algorithm : string with get, set
Public Property Algorithm As String

Property Value

The algorithm assigned to the MiningModel.

Attributes

Applies to