MixtureOptimizer.features

class MixtureOptimizer(T)
final const
Matrix!(const(T))
features
()
if (
isFloatingPoint!T
)

Return Value

Type: Matrix!(const(T))

Range of range of features for each component. A matrix with k rows and n columns. This is internal representation, and can be discarded after any methods calls.

Meta