atmosphere v0.1.6 (2015-08-11T11:29:13Z)
Home
Dub
Repo
MixtureOptimizer.weights
atmosphere
mixture
MixtureOptimizer
Set the mixture weights and calls
update
.
const
(
T
)[]
weights
()
void
weights
(Range _weights)
class
MixtureOptimizer
(T)
final @
property
void
weights
(
Range
)
(
Range
_weights
)
if
(
isInputRange
!
Range
)
if
(
isFloatingPoint
!
T
)
Parameters
_weights
Range
new mixture weights
Meta
Source
See Implementation
atmosphere
mixture
MixtureOptimizer
constructors
this
functions
eval
evaluate
features
length
maxLength
mixture
optimize
popFront
popFrontN
put
reset
update
updateMixture
updateMixtureBack
updateMixtureBackN
updateMixturePopBack
updateMixturePopBackN
weights
variables
_featuresT
_mixture
_weights
Set the mixture weights and calls update.