Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 20 for c (0.05 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 Feb 23 00:08:57 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 Feb 23 17:51:57 GMT 2026
      7.8K bytes
     
  3. 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 Feb 16 16:32:33 GMT 2026
      13.9K bytes
     
  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
    Mon Feb 23 17:51:57 GMT 2026
      41.1K bytes
      1 views
     
  5. 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
    Mon Feb 23 17:51:56 GMT 2026
      33.4K bytes
     
  6. 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 Feb 23 17:51:57 GMT 2026
      63.4K bytes
     
  7. 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
    Mon Feb 23 17:51:57 GMT 2026
      92.3K bytes
     
  8. linear_model.rst.txt

    ``C`` is given by ``alpha = 1 / C`` or ``alpha =...(scaled) dual variable :math:`v = c r`, current residual :math:`r...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon Jan 12 10:07:41 GMT 2026
      82.9K bytes
      1 views
     
  9. model_evaluation.rst.txt

    math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Mon Feb 23 17:51:57 GMT 2026
      133.3K bytes
     
  10. plot_pca_iris.rst.txt

    c=iris.target, s=40, ) ax.set( title="First...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Mon Feb 16 16:32:34 GMT 2026
      6.4K bytes
     
Back to Top