nemos.basis.OrthExponentialEval.n_output_features#
- property OrthExponentialEval.n_output_features: int | None#
Number of features returned by the basis.
Notes
The number of output features can be determined only when the number of inputs provided to the basis is known. Therefore, before the first call to
compute_features
, this property will returnNone
. After that call, or after setting the input shape withset_input_shape
,n_output_features
will be available.