MiningModelAlgorithms.IsStandardMicrosoftAlgorithm(String) Method

Definition

Indicates whether the algorithm is a standard value.

public static bool IsStandardMicrosoftAlgorithm (string algorithm);
static member IsStandardMicrosoftAlgorithm : string -> bool
Public Shared Function IsStandardMicrosoftAlgorithm (algorithm As String) As Boolean

Parameters

algorithm
String

The algorithm.

Returns

True if the algorithm is a standard value; otherwise, false.

Applies to