Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1021 - 1030 of 9,311 for c (0.24 seconds)

Filter
  1. LinearSVC — scikit-learn 1.8.0 documentation

    the parameter C of class i to class_weight[i]*C for SVC. If not...dual = 'auto' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Mon Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
  2. SVM: Separating hyperplane for unbalanced class...

    C = 1.0 ) clf . fit ( X , y ) #...scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = plt . cm . Paired...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html
    Mon Mar 23 20:39:21 UTC 2026
      15.5K bytes
      Cache
     
  3. Neighborhood Components Analysis Illustration —...

    c = cm . Set1 ( y [[ i ]]), alpha...[ 1 ]]) ax . plot ( * line , c = cm . Set1 ( y [ j ]), linewidth...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  4. 3.2. Tuning the hyper-parameters of an estimato...

    Typical examples include C , kernel and gamma for Support...param_grid : param_grid = [ { 'C' : [ 1 , 10 , 100 , 1000 ], 'kernel'...
    scikit-learn.org/stable/modules/grid_search.html
    Mon Mar 23 20:39:23 UTC 2026
      21.1K bytes
      Cache
     
  5. LogisticRegressionCV — scikit-learn 1.8.0 docum...

    validation for the penalty parameters C and l1_ratio , see LogisticRegression...folds, and the coefs and the C that corresponds to the best score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Mon Mar 23 20:39:23 UTC 2026
      22.3K bytes
      Cache
     
  6. Bisecting K-Means and Regular K-Means Performan...

    c = algo . labels_ ) axs [ j , i...centers [:, 0 ], centers [:, 1 ], c = "r" , s = 20 ) axs [ j , i ]...
    scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html
    Mon Mar 23 20:39:20 UTC 2026
      15.4K bytes
      Cache
     
  7. SVM: Weighted samples — scikit-learn 1.8.0 docu...

    sample weighting rescales the C parameter, which means that the...X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Mon Mar 23 20:39:20 UTC 2026
      15.8K bytes
      Cache
     
  8. Connecteur base de donnees

    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/fr/15.5/config/datastore/ds-database.html
    Mon Mar 23 02:54:08 UTC 2026
      53.4K bytes
      Cache
     
  9. pair_confusion_matrix — scikit-learn 1.8.0 docu...

    The pair confusion matrix \(C\) computes a 2 by 2 similarity...labels to evaluate. Returns : C ndarray of shape (2, 2), dtype=np.int64...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Mon Mar 23 20:39:20 UTC 2026
      13.8K bytes
      Cache
     
  10. Plot classification boundaries with different S...

    the C parameter is set to its default value ( C=1 ) in this...is applied with the parameter C=1 , which allows for a certain...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Mon Mar 23 20:39:21 UTC 2026
      20.2K bytes
      Cache
     
Back to Top