- Sort Score
- Num 10 results
- Language All
- Labels All
Results 871 - 880 of over 10,000 for 2 (0.61 seconds)
-
k_means — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
SpectralClustering — scikit-learn 1.8.0 d...
( - dist_matrix ** 2 / ( 2. * delta ** 2 )) where delta is a...normalized graph cuts [1] , [2] . When calling fit , an affinity...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html -
제거 절차
2 단계 2: OpenSearch 삭제 OpenSearch 설치...rm -rf /path/to/opensearch-3.3.2 단계 3: 데이터 디렉터리 삭제(옵션) 기본적으로 데이터...fess.codelibs.org/ko/15.3/install/uninstall.html -
Species distribution modeling — scikit-le...
s = 2 ** 2 , c = "black" , marker...[ "dd lat" ], s = 2 ** 2 , c = "black" , marker...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
PolynomialCountSketch — scikit-learn 1.8....
degree = 2 , coef0 = 0 , n_components = 100...approximated. degree int, default=2 Degree of the polynomial kernel...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html -
enet_path — scikit-learn 1.8.0 documentation
is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...mono-output tasks it is: 1 / ( 2 * n_samples ) * || y - Xw ||^...scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.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 -
d2_brier_score — scikit-learn 1.8.0 docum...
labels = None ) [source] # \(D^2\) score function, fraction of...features. The null model gets a D^2 score of 0.0. Read more in the...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_brier_score.html -
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