- Sort Score
- Num 10 results
- Language All
- Labels All
Results 981 - 990 of over 10,000 for 2 (1.12 seconds)
-
SVC — scikit-learn 1.8.0 documentation
[ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...>>> y = np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
Normal, Ledoit-Wolf and OAS Linear Discriminant...
centers = [[ - 2 ], [ 2 ]]) # add non-discriminative...features_samples_ratio , acc_clf1 , linewidth = 2 , label = "LDA" , color...scikit-learn.org/stable/auto_examples/classification/plot_lda.html -
manhattan_distances — scikit-learn 1.8.0 ...
2 ], [ 3 , 4 ]], [[ 1 , 2 ], [ 0 , 3 ]]) array([[0., 2.],...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html -
make_friedman1 — scikit-learn 1.8.0 docum...
2 ] - 0.5 ) ** 2 + 10 * X [:, 3 ] + 5 *...in Friedman [1] and Breiman [2]. Inputs X are independent features...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html -
Archiv
herunterladen Methode 2: Repository mit Git klonen Schritt 2: Überprüfung...Installation von OpenSearch Schritt 2: Installation von Fess Schritt...fess.codelibs.org/de/archives.html -
Outlier detection with Local Outlier Factor (LO...
2 ) X_inliers = np . r_ [ X_inliers + 2 , X_inliers...relative to this cluster, and 2) smaller than the maximum number...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html -
dcg_score — scikit-learn 1.8.0 documentation
log_base = 2 , sample_weight = None , ignore_ties...outputs. log_base float, default=2 Base of the logarithm used for...scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html -
harbor lastadoc
RootAction #index() HtmlResponse 0 7 3 2 /lido/auth/signin @author s.tadokoro...MemberAddAction #index() HtmlResponse 2 47 6 10 /member/add/register @author jflute...dbflute.seasar.org/ja/data/doc/harbor/lastadoc-harbor.html -
v_measure_score — scikit-learn 1.8.0 docu...
2 ], [ 0 , 0 , 1 , 1 ])) 0.8 >>>...% v_measure_score ([ 0 , 1 , 2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.67...scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html -
Linear and Quadratic Discriminant Analysis with...
[ 2.5 , 0.7 ]]) * 2.0 cov_class_2 = cov_class_1.... Ellipse ( mean , 2 * v [ 0 ] ** 0.5 , 2 * v [ 1 ] ** 0.5 ,...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html