Click or drag to resize
Accord.NET (logo)

ClassesRandom Method

Overload List
  NameDescription
Public methodStatic memberCode exampleRandom(Int32, Double)
Returns a random group assignment for a sample into two mutually exclusive groups.
Public methodStatic memberCode exampleRandom(Int32, Double)
Returns a random group assignment for a sample.
Public methodStatic memberCode exampleRandom(Int32, Int32)
Returns a random group assignment for a sample.
Public methodStatic memberCode exampleRandom(Int32, Double)
Returns a random group assignment for a sample, making sure different class labels are distributed evenly among the groups.
Public methodStatic memberCode exampleRandom(Int32, Int32)
Returns a random group assignment for a sample, making sure different class labels are distributed evenly among the groups.
Public methodStatic memberCode exampleRandom(Int32, Int32, Int32)
Returns a random group assignment for a sample, making sure different class labels are distributed evenly among the groups.
Top
See Also