public class RandomSamplesEx4 extends Object
Selects a pseudorandom sample from a million records.
In this example, the getPermutations() and getSampleIndices() methods are used to sample ten values from a hypothetical vector of 1,000,000 values.
getPermutations()
getSampleIndices()
RandomSamplesEx4()
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RandomSamplesEx4()
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.