RotationPrior

Undocumented in source.

Constructors

this
this(float lambda, ulong num_draws)
Undocumented in source.

Members

Functions

accumulate_grad
void accumulate_grad()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
AdditiveLinearPrior dup()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin opCallNew
Undocumented in source.

Variables

_lambda
float _lambda;
Undocumented in source.
_num_draws
ulong _num_draws;
Undocumented in source.

Mixed In Members

From mixin opCallNew

opCall
auto opCall(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AdditiveLinearPrior

accumulate_grad
void accumulate_grad()
Undocumented in source.
dup
AdditiveLinearPrior dup()
Undocumented in source.

Meta