RandomSamplingAlgorithm Class

Definition

Defines a Sampling Algorithm that generates values randomly.

public class RandomSamplingAlgorithm : Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithm
type RandomSamplingAlgorithm = class
    inherit SamplingAlgorithm
Public Class RandomSamplingAlgorithm
Inherits SamplingAlgorithm
Inheritance
RandomSamplingAlgorithm

Constructors

RandomSamplingAlgorithm()

Initializes a new instance of RandomSamplingAlgorithm.

Properties

Logbase

An optional positive number or e in string format to be used as base for log based random sampling.

Rule

The specific type of random algorithm.

Seed

An optional integer to use as the seed for random number generation.

Applies to