vectorflow ~master (2020-05-21T03:08:59Z)
Dub
Repo
RotationPrior
vectorflow
regularizers
Undocumented in source.
class
RotationPrior :
AdditiveLinearPrior
{
float
_lambda
;
ulong
_num_draws
;
this
(float lambda, ulong num_draws);
mixin
opCallNew
;
void
accumulate_grad
();
AdditiveLinearPrior
dup
();
}
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
Source
See Implementation
vectorflow
regularizers
classes
AdditiveLinearPrior
L1Prior
L2Prior
LinearPrior
PositivePrior
ProxyLinearPrior
RotationPrior