|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProbDistribution
Implements the functionality of each probability distribution consisting in learning a probability distribution from a set of individuals and sampling it.
| Method Summary | |
|---|---|
void |
learn(Individual[] individuals)
Learns a probability distribution from a set of data |
Individual[] |
sample(int nIndividuals)
Samples some individuals from a probability distribution |
| Methods inherited from interface lio.core.LiOResource |
|---|
getDefinition |
| Method Detail |
|---|
void learn(Individual[] individuals)
individuals - Set of individiduals from which de distribution
is estimated.Individual[] sample(int nIndividuals)
Number - of individuals that will be sampled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||