Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 662 for c (0.09 sec)

  1. PLSSVD — scikit-learn 1.7.2 documentation

    ) >>> X_c , y_c = pls . transform ( X , y ) >>> X_c . shape ,..., y_c . shape ((4, 2), (4, 2)) fit ( X , y ) [source] # Fit model...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html
    Sat Oct 11 07:51:26 UTC 2025
      128.8K bytes
      Cache
     
  2. Compare BIRCH and MiniBatchKMeans — scikit-lear...

    c = "w" , edgecolor = col , marker...this_centroid [ 1 ], marker = "+" , c = "k" , s = 25 ) ax . set_ylim...
    scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html
    Sat Oct 11 07:51:25 UTC 2025
      105K bytes
      Cache
     
  3. DBFlute : Migration : 0.8.4

    今回はJava版のみの話ではありますが、将来C#版も同じ挙動にする予定です。 Daoインターフェースを生成しないモード(Java版のみ)...余計なクラスが生成される分、自動生成処理、コンパイル処理が遅い C. Daoインターフェースが初期化されることで単体テストが遅い...
    dbflute.seasar.org/ja/oldmigration/migrate-083to084.html
    Mon Sep 15 10:51:18 UTC 2025
      6.7K bytes
      1 views
      Cache
     
  4. Release Highlights for scikit-learn 1.1 — sciki...

    or with conda: conda install - c conda - forge scikit - learn Quantile...Parameters score_func <function f_c...x7faad1943be0> k 7 LogisticRegression...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html
    Sat Oct 11 07:51:26 UTC 2025
      175.5K bytes
      Cache
     
  5. Support Vector Regression (SVR) using linear an...

    C = 100 , gamma = 0.1 , epsilon...svr_lin = SVR ( kernel = "linear" , C = 100 , gamma = "auto" ) svr_poly...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Sat Oct 11 07:51:26 UTC 2025
      97.7K bytes
      Cache
     
  6. 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
    Sat Oct 11 07:51:26 UTC 2025
      122.7K bytes
      Cache
     
  7. One-Class SVM versus One-Class SVM using Stocha...

    c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....[:, 1 ], c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Sat Oct 11 07:51:26 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  8. Plot multi-class SGD on the iris dataset — scik...

    x0 * coef [ c , 0 ]) - intercept [ c ]) / coef [ c , 1 ] plt ....X [ idx , 0 ], X [ idx , 1 ], c = color , label = iris . target_names...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html
    Sat Oct 11 07:51:27 UTC 2025
      94.9K bytes
      Cache
     
  9. MNIST classification using multinomial logistic...

    y_test ) # print('Best C % .4f' % clf.C_) print ( "Sparsity with...convergence clf = LogisticRegression ( C = 50.0 / train_samples , penalty...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Sat Oct 11 07:51:26 UTC 2025
      96.3K bytes
      Cache
     
  10. DBFlute : Migration : 0.8.8.6

    NET(C#版) (DBFLUTE-436){C#}: 外だしSQLのエンコーディングがUTF-8になってない...
    dbflute.seasar.org/ja/oldmigration/migrate-0885to0886.html
    Mon Sep 15 10:51:18 UTC 2025
      1.7K bytes
      Cache
     
Back to top