MiningModel.Algorithm 屬性
Gets a provider-specific name that describes the algorithm used to generate the model.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property Algorithm As String
Get
'用途
Dim instance As MiningModel
Dim value As String
value = instance.Algorithm
public string Algorithm { get; }
public:
property String^ Algorithm {
String^ get ();
}
member Algorithm : string
function get Algorithm () : String
屬性值
型別:System.String
A provider-specific name that describes the algorithm.
備註
This is the same as SERVICE_NAME.