- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 662 for c (0.09 sec)
-
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 -
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 -
DBFlute : Migration : 0.8.4
今回はJava版のみの話ではありますが、将来C#版も同じ挙動にする予定です。 Daoインターフェースを生成しないモード(Java版のみ)...余計なクラスが生成される分、自動生成処理、コンパイル処理が遅い C. Daoインターフェースが初期化されることで単体テストが遅い...dbflute.seasar.org/ja/oldmigration/migrate-083to084.html -
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 -
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 -
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 -
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 -
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 -
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 -
DBFlute : Migration : 0.8.8.6
NET(C#版) (DBFLUTE-436){C#}: 外だしSQLのエンコーディングがUTF-8になってない...dbflute.seasar.org/ja/oldmigration/migrate-0885to0886.html