MiningModelAlgorithms.IsStandardMicrosoftAlgorithm(String) Method
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.
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.