MiningModel.Algorithm Property

 

Gets a provider-specific name that describes the algorithm used to generate the model.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string Algorithm { get; }
public:
property String^ Algorithm {
    String^ get();
}
member Algorithm : string with get
Public ReadOnly Property Algorithm As String

Property Value

Type: System.String

A provider-specific name that describes the algorithm.

Remarks

This is the same as SERVICE_NAME.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top