Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 239 for c (0.04 sec)

  1. clustering.rst.txt

    \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Sat May 25 13:41:03 UTC 2024
      92.6K bytes
     
  2. grid_search.rst.txt

    = [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Fri May 24 12:15:00 UTC 2024
      32.8K bytes
      2 views
     
  3. 6.7. Kernel Approximation — scikit-learn 1.5.0 ...

    \prod_i \frac{2\sqrt{x_i+c}\sqrt{y_i+c}}{x_i + y_i + 2c}\] It has...kernels” Li, F., Ionescu, C., and Sminchisescu, C. - Pattern Recognition,...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Sat May 25 13:41:03 UTC 2024
      65.7K bytes
      Cache
     
  4. cross_validation.rst.txt

    "c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Fri May 24 12:15:00 UTC 2024
      39.9K bytes
      6 views
     
  5. 6.6. Random Projection — scikit-learn 1.5.0 doc...

    \[\begin{split}\left\{ \begin{array}{c c l} -\sqrt{\frac{s}{n_{\text{components}}}}...
    scikit-learn.org/stable/modules/random_projection.html
    Sat May 25 13:41:02 UTC 2024
      53K bytes
      Cache
     
  6. 7.4. Loading other datasets — scikit-learn 1.5....

    target ) array(['c-CS-m', 'c-CS-s', 'c-SC-m', 'c-SC-s', 't-CS-m',...2015 **Please cite**: Higuera C, Gardiner KJ, Cios KJ (2015) Self-Organizing...
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Sat May 25 13:41:01 UTC 2024
      65.9K bytes
      Cache
     
  7. linear_model.rst.txt

    ``C`` is given by ``alpha = 1 / C`` or ``alpha =...:func:`sklearn.svm.l1_min_c` allows to calculate the lower bound for C in order...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Thu May 23 20:54:14 UTC 2024
      78.3K bytes
      8 views
     
  8. 3.5. Validation curves: plotting scores to eval...

    param_name = "C" , param_range = np . logspace..."linear" ), X , y , param_name = "C" , param_range = np . logspace...
    scikit-learn.org/stable/modules/learning_curve.html
    Sat May 25 13:41:03 UTC 2024
      55.8K bytes
      Cache
     
  9. 4.1. Partial Dependence and Individual Conditio...

    \mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...p(x_C) dx_C,\end{split}\] where \(f(x_S, x_C)\) is the response function...
    scikit-learn.org/stable/modules/partial_dependence.html
    Sat May 25 13:41:02 UTC 2024
      64.9K bytes
      Cache
     
  10. 2.4. Biclustering — scikit-learn 1.5.0 document...

    as follows: \[A_n = R^{-1/2} A C^{-1/2}\] Where \(R\) is the diagonal...to \(\sum_{j} A_{ij}\) and \(C\) is the diagonal matrix with...
    scikit-learn.org/stable/modules/biclustering.html
    Sat May 25 13:41:02 UTC 2024
      55.5K bytes
      Cache
     
Back to top