Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 951 - 960 of 8,176 for c (0.36 seconds)

  1. 2.3. Clustering — scikit-learn 1.8.0 docu...

    1 - \frac{H(C|K)}{H(C)}\] \[c = 1 - \frac{H(K|C)}{H(K)}\] where...\[H(C|K) = - \sum_{c=1}^{|C|} \sum_{k=1}^{|K|} \frac{n_{c,k}}{n}...
    scikit-learn.org/stable/modules/clustering.html
    Mon Feb 23 11:19:25 GMT 2026
      236.2K bytes
      Cache
     
  2. check_array — scikit-learn 1.8.0 document...

    C’} or None, default=None Whether...will be forced to be fortran or c-style. When order is None (default),...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Mon Feb 02 09:23:44 GMT 2026
      115.2K bytes
      Cache
     
  3. auto_examples_python.zip

    "P(C)", "P(w0|C)", "P(w1|C)", sep="\t") for k,...".join( f"{(c / n_rows * 100):.0f}% {name}" for name, c in counter.most_common(3)...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Jan 19 11:28:25 GMT 2026
      1.7M bytes
     
  4. Comparison between grid search and successive h...

    "C" : Cs } clf = SVC ( random_state...Cs ]) ax . set_xlabel ( "C" , fontsize = 15 ) ax . set_yticks...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Mon Feb 23 17:51:57 GMT 2026
      105.8K bytes
      Cache
     
  5. Empirical evaluation of the impact of k-means i...

    concatenate ([ c + noise for c in centers ]) y = np ....my_members , 1 ], "." , c = color ) cluster_center = km...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html
    Mon Feb 23 17:51:56 GMT 2026
      105.7K bytes
      Cache
     
  6. plot_release_highlights_1_7_0.zip

    or with conda:: conda install -c conda-forge scikit-learn """ #...d=False), LogisticRegression(C=2.0)) model # %% # Custom validation...
    scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0...
    Fri Dec 05 17:52:54 GMT 2025
      11.1K bytes
     
  7. Nearest Centroid Classification — scikit-...

    "c" , "darkblue" ])...scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = cmap_bold , edgecolor...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html
    Mon Feb 23 17:51:57 GMT 2026
      90.5K bytes
      Cache
     
  8. 데이터베이스 커넥터

    p JOIN categories c ON p . category_id = c . id WHERE p . active...p . description , p . price , c . name as category , p . updated_at...
    fess.codelibs.org/ko/15.5/config/datastore/ds-database.html
    Mon Feb 23 02:54:58 GMT 2026
      37.5K bytes
      Cache
     
  9. Bunch — scikit-learn 1.8.0 documentation

    c = 6 >>> b [ 'c' ] 6 clear (...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon Feb 23 17:51:57 GMT 2026
      119K bytes
      Cache
     
  10. ComplementNB — scikit-learn 1.8.0 documen...

    Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Mon Feb 23 17:51:57 GMT 2026
      153.6K bytes
      Cache
     
Back to Top