Package | Description |
---|---|
si.JDEXi |
Modifier and Type | Method and Description |
---|---|
Distribution |
Attribute.getDistr()
Get value distribution.
|
Distribution |
Model.getOutputDistr(int index)
Get the value distribution of the index-th aggregate (output) attribute.
|
Distribution |
Model.getOutputDistr(java.lang.String name)
Get the value distribution of some aggregate (output) attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Distribution.add(Distribution aDistr) |
void |
Model.setInputValue(int index,
Distribution distr)
Set input value distribution of an individual attribute.
|
void |
Model.setInputValue(java.lang.String name,
Distribution distr)
Set input value distribution of an individual attribute.
|
Constructor and Description |
---|
Distribution(Distribution aDistr)
Constructs Distribution from another Distribution.
|