IRandomSamplingAlgorithm.Seed Property
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.
An optional integer to use as the seed for random number generation
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="An optional integer to use as the seed for random number generation", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="seed")]
public int? Seed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="An optional integer to use as the seed for random number generation", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="seed")>]
member this.Seed : Nullable<int> with get, set
Public Property Seed As Nullable(Of Integer)
Property Value
- Attributes