ArmMachineLearningModelFactory.RandomSamplingAlgorithm 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.
Defines a Sampling Algorithm that generates values randomly.
public static Azure.ResourceManager.MachineLearning.Models.RandomSamplingAlgorithm RandomSamplingAlgorithm(Azure.ResourceManager.MachineLearning.Models.RandomSamplingAlgorithmRule? rule = default, int? seed = default);
static member RandomSamplingAlgorithm : Nullable<Azure.ResourceManager.MachineLearning.Models.RandomSamplingAlgorithmRule> * Nullable<int> -> Azure.ResourceManager.MachineLearning.Models.RandomSamplingAlgorithm
Public Shared Function RandomSamplingAlgorithm (Optional rule As Nullable(Of RandomSamplingAlgorithmRule) = Nothing, Optional seed As Nullable(Of Integer) = Nothing) As RandomSamplingAlgorithm
Parameters
The specific type of random algorithm.
Returns
A new RandomSamplingAlgorithm instance for mocking.