alchemist-full
Toggle table of contents
39.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist-full
alchemist-implementationbase
/
it.unibo.alchemist.util
/
StatUtil
Stat
Util
class
StatUtil
(
source
)
Utility to translate statistics names into a
UnivariateStatistic
.
Members
Functions
available
Statistics
Link copied to clipboard
open
fun
availableStatistics
(
)
:
Set
<
String
>
make
Univariate
Statistic
Link copied to clipboard
open
fun
makeUnivariateStatistic
(
name
:
String
)
:
Optional
<
UnivariateStatistic
>