Skip to content

Commit

Permalink
cosmit : protect attributes in RBM for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Jul 24, 2013
1 parent e3d2ecf commit de6e1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sklearn/neural_network/rbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ class BernoulliRBM(BaseEstimator, TransformerMixin):
Attributes
----------
components_ : array-like, shape (n_components, n_features), optional
`components_` : array-like, shape (n_components, n_features), optional
Weight matrix, where n_features in the number of visible
units and n_components is the number of hidden units.
intercept_hidden_ : array-like, shape (n_components,), optional
`intercept_hidden_` : array-like, shape (n_components,), optional
Biases of the hidden units.
intercept_visible_ : array-like, shape (n_features,), optional
`intercept_visible_` : array-like, shape (n_features,), optional
Biases of the visible units.
Examples
Expand Down

0 comments on commit de6e1a3

Please sign in to comment.