- Sort Score
- Num 10 results
- Language All
- Labels All
Results 921 - 930 of 9,830 for 2 (0.15 seconds)
-
extract_patches_2d — scikit-learn 1.8.0 d...
( 2 , 2 )) >>> print ( 'Patches...shape )) Patches shape: (272214, 2, 2, 3) >>> # Here are...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html -
cohen_kappa_score — scikit-learn 1.8.0 do...
prior over the class labels [2] . Read more in the User Guide...Psychological Measurement 20(1):37-46. [ 2 ] R. Artstein and M. Poesio (2008)....scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html -
Zusätzliche Wörter
Ab Zeile 2 werden die zusätzlichen Wörter...1 ist die Kopfzeile. Ab Zeile 2 beschreiben Sie die zusätzlichen...fess.codelibs.org/de/15.3/admin/elevateword-guide.html -
Upgrade Procedure
Recommended Maintenance Time : Total 2 to 4 hours Step 1: Data Backup...ckup/snapshot_1" Method 2: Backup Entire Directory Stop...fess.codelibs.org/15.4/install/upgrade.html -
export_text — scikit-learn 1.8.0 document...
decimals = 2 , show_weights = False ) [source]...result. decimals int, default=2 Number of decimal digits to display....scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html -
test.tex
\begin{equation} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \end{equation} Einstein's...equation: \begin{equation} E = mc^2 \end{equation} \section{Lists...raw.githubusercontent.com/codelibs/fess-testdata/master/files/latex/test.tex -
Detection error tradeoff (DET) curve — sc...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...ax_det ] = plt . subplots ( 1 , 2 , figsize = ( 11 , 5 )) ax_roc...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html -
KMeans — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
ClassifierMixin — scikit-learn 1.8.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html -
accuracy_score — scikit-learn 1.8.0 docum...
2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html