- Sort Score
- Num 10 results
- Language All
- Labels All
Results 521 - 530 of 5,053 for c (0.67 seconds)
Filter
-
Linux - Articles - IBM Developer
of code that you know to be C, C++, Java, or Python. Now, construct...programs. Examples are in Scheme and C. 14 October 2014 Article Develop...developer.ibm.com/technologies/linux/articles/ -
ROC Curve with Visualization API — scikit-learn...
for SVC i Fitted Parameters C C: float, default=1.0 Regularization...the parameter C of class i to class_weight[i]*C for SVC. If not...scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html -
注册为 Windows 服务
本文档假设已将 Fess 安装在 c:\opt\fess ,OpenSearch 安装在 c:\opt\opensearch...在命令提示符中以管理员身份执行 c:\opt\opensearch\bin\opensearch-service.bat 。 > cd c : \...fess.codelibs.org/zh-cn/15.5/config/setup-windows-service.html -
One-class SVM with non-linear kernel (RBF) — sc...
c = "blueviolet" , s = s , edgecolors = "k" ) c = ax ....X_train [:, 0 ], X_train [:, 1 ], c = "white" , s = s , edgecolors...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html -
SVC — scikit-learn 1.8.0 documentation
the parameter C of class i to class_weight[i]*C for SVC. If not...class sklearn.svm. SVC ( * , C = 1.0 , kernel = 'rbf' , degree...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
Displaying Pipelines — scikit-learn 1.8.0 docum...
'deprecated' C C: float, default=1.0 Inverse of...True order order: {'C', 'F'}, default='C' Order of output array...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.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 -
7.7. Kernel Approximation — scikit-learn 1.8.0 ...
\prod_i \frac{2\sqrt{x_i+c}\sqrt{y_i+c}}{x_i + y_i + 2c}\] It has...kernels” Li, F., Ionescu, C., and Sminchisescu, C. - Pattern Recognition,...scikit-learn.org/stable/modules/kernel_approximation.html -
Importance of Feature Scaling — scikit-learn 1....
) Optimal C for the unscaled PCA: 0.0004 Optimal C for the standardized..."proline" ], X_plot [ "hue" ], c = y , s = 20 , edgecolor = "k"...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
Feature transformations with ensembles of trees...
'deprecated' C C: float, default=1.0 Inverse of...`'penalty='elasticnet'`. 'deprecated' C C: float, default=1.0 Inverse of...scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html