- Sort Score
- Num 10 results
- Language All
- Labels All
Results 11 - 20 of over 10,000 for 2 (2.77 seconds)
-
2.1. Gaussian mixture models — scikit-lea...
2.1.2. Variational Bayesian Gaussian...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...scikit-learn.org/stable/modules/mixture.html -
2.5. Decomposing signals in components (matrix ...
o)}{2} ||H||_{\mathrm{Fro}} ^ 2) * n\_samples\] 2.5.7.2. NMF...2009 2.5.2. Kernel Principal Component Analysis (kPCA) # 2.5.2.1....scikit-learn.org/stable/modules/decomposition.html -
移行 1.2.5 to 1.2.6 | DBFlute
2.5 to 1.2.6 お約束の注意点 環境上の注意点 schema...|-schema | |-schemadiff // since 1.2.6 | | |-2022 | | | |-diffpiec...dbflute.seasar.org/ja/environment/upgrade/migration/migrate125to126.html -
移行 1.2.0 to 1.2.1 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate120to121.html -
1.2. Linear and Quadratic Discriminant Analysis...
\frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^t...naive_bayes.GaussianNB . 1.2.2.2. LDA # LDA is a special case...scikit-learn.org/stable/modules/lda_qda.html -
2. Unsupervised learning — scikit-learn 1...
Mixture 2.2. Manifold learning 2.2.1. Introduction 2.2.2. Isomap...Isomap 2.2.3. Locally Linear Embedding 2.2.4. Modified Locally Linear...scikit-learn.org/stable/unsupervised_learning.html -
Version 1.2 — scikit-learn 1.7.2 document...
2.2 # March 2023 Changelog # sklearn.base...GitHub Choose version Version 1.2 # For a short description of the...scikit-learn.org/stable/whats_new/v1.2.html -
confusion_matrix — scikit-learn 1.7.2 doc...
>>> y_true = [ 2 , 0 , 2 , 2 , 0 , 1 ] >>> y_pred...y_pred = [ 0 , 0 , 2 , 2 , 0 , 2 ] >>> confusion_matrix...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
BaseEstimator — scikit-learn 1.7.2 docume...
{'param': 2} >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...y ) . predict ( X ) array([2, 2, 2]) >>> estimator ....scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html -
kmeans_plusplus — scikit-learn 1.7.2 docu...
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...array([[10, 2], [ 1, 0]]) >>> indices array([3, 2]) Gallery...scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html