simrun ❭ modular_reduced_model_inference ❭ strategy ❭ RaisedCosineBasis ❭ visualize_w
RaisedCosineBasis.visualize_w¶
-
simrun.modular_reduced_model_inference.strategy.RaisedCosineBasis.visualize_w(x, ax=
None, plot_kwargs=None)¶ Visualize the superposition \(\mathbf{w}(\tau)\) of the basis functions \(\mathbf{f}\).
- Parameters:¶
x (array) – The (learnable) input weights for the basis functions.
ax (plt.axis) – The axis to plot on. Default is
None.plot_kwargs (dict) – The plot arguments. Default is
None.