- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1271 - 1280 of over 10,000 for 2 (0.2 seconds)
-
Data Store Crawling
2 , Title 2 , This is test 2. 3 , Title 3 , This...VALUES ( 'タイトル 2' , 'コンテンツ 2 です.' , '34.701909'...fess.codelibs.org/15.3/admin/dataconfig-guide.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 -
murmurhash3_32 — scikit-learn 1.8.0 docum...
to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>>...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html -
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 -
plot_release_highlights_1_8_0.py
2, 2) x2, y2 = S_scaling.T ax2.scatter(x2,...complexity compared to # `O(n**2)` previously, which allows to...scikit-learn.org/stable/_downloads/2f7d0c4f8bbd7c7e4062e34c1bffe66a/plot_release_highlights_1_8_0.py -
PCA — scikit-learn 1.8.0 documentation
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
CCA — scikit-learn 1.8.0 documentation
[ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.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 -
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 -
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