public class RandomSamplesEx5 extends Object
Selects a pseudorandom sample from Fisher's iris data.
In this example, the getSamples()
method is used to generate
five pseudorandom samples from the set of 150 observations of Fisher's iris
data. The sampled indices are returned via getIndices()
.
Constructor and Description |
---|
RandomSamplesEx5() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.