Skip to content

Commit

Permalink
DOC document gamma in chi2_kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Jan 15, 2013
1 parent deca12c commit de87e91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sklearn/metrics/pairwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@ def chi2_kernel(X, Y=None, gamma=1.):
Y : array of shape (n_samples_Y, n_features)
gamma : float, default=1.
Scaling parameter of the chi2 kernel.
Returns
-------
kernel_matrix : array of shape (n_samples_X, n_samples_Y)
Expand Down

0 comments on commit de87e91

Please sign in to comment.