- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1421 - 1430 of 2,365 for 2 (0.07 sec)
-
Hackers target dozens of VPN and AI extensions ...
collectively used by roughly 2.6 million people, include third-party...extensions, potentially affecting over 2.5 million users. Some of these...therecord.media/hackers-target-vpn-ai-extensions-google-chrome-malicious-updates -
Hierarchical clustering: structured vs unstruct...
2 import mpl_toolkits.mplot3d #...== l , 1 ], X [ label == l , 2 ], color = plt . cm . jet ( float...scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html -
Label Propagation digits: Demonstrating perform...
RandomState ( 2 ) indices = np . arange ( len...1.00 1.00 27 1 0.82 1.00 0.90 37 2 1.00 0.86 0.92 28 3 1.00 0.80...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html -
LinearSVR — scikit-learn 1.6.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...(n_features) if n_classes == 2 else (n_classes, n_features) Weights...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
Explicit feature map approximation for RBF kern...
n_samples // 2 ], digits . target [: n_samples // 2 ]) # Now predict...n_samples // 2 :], digits . target [ n_samples // 2 :]) # data_test...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html -
Incremental PCA — scikit-learn 1.6.1 documentation
target n_components = 2 ipca = IncrementalPCA ( n_components...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ): plt...scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html -
sklearn.datasets — scikit-learn 1.6.1 documenta...
make_friedman2 Generate the "Friedman #2" regression problem. make_friedman3...samples by quantile. make_hastie_10_2 Generate data for binary classification...scikit-learn.org/stable/api/sklearn.datasets.html -
safe_sqr — scikit-learn 1.6.0 documentation
Returns : X ** 2 element wise square Return the...safe_sqr >>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this...scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html -
SAFluteで非同期処理 (Async) | DBFlute
CallbackContextは選択式 スレッドはプールされている デフォルトでは、2+10スレッド スレッドが足りなければ待つ Primary,...は別のスレッドプールで管理されています。 デフォルトでは、2+10スレッド デフォルトでは、最大12スレッド (Primary...dbflute.seasar.org/ja/manual/function/helper/saflute/asynchronous.html -
databaseInfoMap | DBFlute
2) 。 ReplaceSchema - スキーマ初期化 Sql2Entity..."pattern:マッチさせる正規表現文字列" という形式で指定 @since 1.1.2 正規表現を除き、大文字小文字の区別なし (ただし実体と合わせることを推奨)...dbflute.seasar.org/ja/manual/reference/dfprop/databaseinfo/