Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1671 - 1680 of over 10,000 for 2 (2.23 seconds)

Filter
  1. GaussianMixture — scikit-learn 1.8.0 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ], [ 10 , 4 ],...gm . means_ array([[10., 2.], [ 1., 2.]]) >>> gm . predict ([[...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Tue Mar 17 03:44:36 UTC 2026
      18.7K bytes
      Cache
     
  2. ROC Curve with Visualization API — scikit-learn...

    return_X_y = True ) y = y == 2 X_train , X_test , y_train , y_test...n_classes * (n_classes - 1) / 2). However, note that internally,...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Tue Mar 17 03:44:38 UTC 2026
      23.7K bytes
      Cache
     
  3. EllipticEnvelope — scikit-learn 1.8.0 documenta...

    (n_samples + n_features + 1) / 2 * n_samples . Range is (0, 1)....with n_samples > n_features ** 2 . References [ 1 ] Rousseeuw,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Tue Mar 17 03:44:39 UTC 2026
      18.5K bytes
      Cache
     
  4. SpectralCoclustering — scikit-learn 1.8.0 docum...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralCoclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Tue Mar 17 03:44:36 UTC 2026
      16.4K bytes
      Cache
     
  5. orthogonal_mp — scikit-learn 1.8.0 documentation

    n_nonzero_coefs : argmin ||y - Xgamma||^2 subject to ||gamma||_0 <= n_{nonzero...||gamma||_0 subject to ||y - Xgamma||^2 <= tol Read more in the User Guide...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html
    Tue Mar 17 03:44:39 UTC 2026
      14.4K bytes
      Cache
     
  6. Scheduler

    crawl configuration IDs are 1 and 2, and file system crawl configuration..."info" ) . webConfigIds ([ "1" , "2" ] as String []) . fileConfigIds...
    fess.codelibs.org/15.5/admin/scheduler-guide.html
    Mon Mar 23 02:47:56 UTC 2026
      34.7K bytes
      Cache
     
  7. StackingRegressor — scikit-learn 1.8.0 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...generalization.” Neural networks 5.2 (1992): 241-259. Examples >>>...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Tue Mar 17 03:44:39 UTC 2026
      19.5K bytes
      Cache
     
  8. 数据存储爬取

    2,タイトル 2,テスト2です。 3,タイトル 3,テスト3です。 4,タイトル...versionNo ) VALUES ( 'タイトル 2' , 'コンテンツ 2 です.' , '34.701909' , '135.494977'...
    fess.codelibs.org/zh-cn/15.5/admin/dataconfig-guide.html
    Mon Mar 23 03:00:19 UTC 2026
      55.8K bytes
      Cache
     
  9. completeness_score — scikit-learn 1.8.0 documen...

    2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Tue Mar 17 03:44:39 UTC 2026
      14.5K bytes
      Cache
     
  10. Plot the support vectors in LinearSVC — scikit-...

    centers = 2 , random_state = 0 ) plt . figure...support_vector_indices ] plt . subplot ( 1 , 2 , i + 1 ) plt . scatter ( X [:,...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Tue Mar 17 03:44:36 UTC 2026
      15.4K bytes
      Cache
     
Back to Top