Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 16 for c (0.08 seconds)

  1. test.c

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); } 0
    raw.githubusercontent.com/codelibs/fess-testdata/master/files/source_code/test.c
    Mon Jan 05 00:11:13 GMT 2026
      120 bytes
     
  2. plot_classifier_comparison.rst.txt

    C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Dec 29 13:14:49 GMT 2025
      7.8K bytes
     
  3. clustering.rst.txt

    - \frac{H(C|K)}{H(C)} .. math:: c = 1 - \frac{H(K|C)}{H(K)} where...math:: H(C|K) = - \sum_{c=1}^{|C|} \sum_{k=1}^{|K|} \frac{n_{c,k}}{n}...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Fri Dec 05 17:52:54 GMT 2025
      92.8K bytes
     
  4. plot_release_highlights_1_8_0.rst.txt

    html#:~:text=C,-float%2C%20default%3D1.0"> C <span class="p...or with conda:: conda install -c conda-forge scikit-learn .. GENERATED...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_8_0.r...
    Mon Dec 15 15:02:33 GMT 2025
      63.4K bytes
     
  5. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...packages in the environment python -c "import sklearn; sklearn.show_versions()"...
    scikit-learn.org/stable/_sources/install.rst.txt
    Mon Dec 29 13:14:48 GMT 2025
      13.9K bytes
     
  6. 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
    Mon Dec 22 11:58:31 GMT 2025
      41.1K bytes
      1 views
     
  7. decomposition.rst.txt

    C. Sorensen, and C. Yang, (1998) .. _LSA:....org/Boutsidis_PRE_08.pdf>`_ C. Boutsidis, E. Gallopoulos, 2008...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Fri Dec 05 17:52:55 GMT 2025
      45.8K bytes
     
  8. linear_model.rst.txt

    ``C`` is given by ``alpha = 1 / C`` or ``alpha =...= 1 / (n_samples * C)``, depending on the estimator and the exact...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Fri Dec 05 17:52:55 GMT 2025
      79K bytes
      1 views
     
  9. neighbors.rst.txt

    :math:`C`, then we know that points :math:`A` and :math:`C` are...defined by a centroid :math:`C` and radius :math:`r`, such that...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Mon Dec 29 13:14:48 GMT 2025
      38K bytes
     
  10. plot_release_highlights_1_7_0.rst.txt

    or with conda:: conda install -c conda-forge scikit-learn .. GENERATED...d=False), LogisticRegression(C=2.0)) model .. raw:: html <div...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_7_0.r...
    Fri Dec 05 17:52:54 GMT 2025
      66.3K bytes
     
Back to Top