All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rsf.util.RandomSelector

java.lang.Object
   |
   +----rsf.util.RandomSelector

public class RandomSelector
extends Object
This selects n samples from the input Rsf and returns a 1-D Rsf with those samples. Usually used when computing a histogram.


Constructor Index

 o RandomSelector()

Method Index

 o main(String[])
 o select(Rsf, int, Random)

Constructors

 o RandomSelector
 public RandomSelector()

Methods

 o main
 public static void main(String args[])
 o select
 public static Rsf select(Rsf input,
                          int samples,
                          Random hiky)

All Packages  Class Hierarchy  This Package  Previous  Next  Index