You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine.refine() currently calculates kernel_mean_row_sum with no option to use an already-calculated value. Add this as an optional argument to the refine(), taking a default value of None to indicate that it still needs to be calculated. Document that Refine.approximate_kernel_row_sum will be ignored if kernel_mean_row_sum is passed.
This is necessary for OOPing of kernel herding refine.
The text was updated successfully, but these errors were encountered:
Refine.refine()
currently calculateskernel_mean_row_sum
with no option to use an already-calculated value. Add this as an optional argument to therefine()
, taking a default value ofNone
to indicate that it still needs to be calculated. Document thatRefine.approximate_kernel_row_sum
will be ignored ifkernel_mean_row_sum
is passed.This is necessary for OOPing of kernel herding refine.
The text was updated successfully, but these errors were encountered: