|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.indiana.iucbrf.domain.WeightsGenerator
public class WeightsGenerator
Generator for arrays or ArrayLists of weights, for any purpose.
| Constructor Summary | |
|---|---|
WeightsGenerator(Distribution[] weightDistributions)
Creates new WeightsGenerator |
|
| Method Summary | |
|---|---|
double[] |
generateWeightsArray()
Generate a double array of weights. |
java.util.ArrayList |
generateWeightsArrayList()
Generate a ArrayList of Double objects (weights). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeightsGenerator(Distribution[] weightDistributions)
| Method Detail |
|---|
public java.util.ArrayList generateWeightsArrayList()
public double[] generateWeightsArray()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||