Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 2,485 for 2 (0.33 sec)

  1. SpectralClustering — scikit-learn 1.7.2 documen...

    ( - dist_matrix ** 2 / ( 2. * delta ** 2 )) where delta is a...normalized graph cuts [1] , [2] . When calling fit , an affinity...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Mon Nov 10 15:11:18 UTC 2025
      138.4K bytes
      Cache
     
  2. Various Agglomerative Clustering on a 2D embedd...

    SpectralEmbedding ( n_components = 2 ) . fit_transform ( X ) print...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html
    Mon Nov 10 15:11:19 UTC 2025
      95.2K bytes
      Cache
     
  3. BayesianGaussianMixture — scikit-learn 1.7.2 do...

    2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [ 12 , 4 ],...) >>> bgm . means_ array([[2.49 , 2.29], [8.45, 4.52 ]]) >>> bgm...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Mon Nov 10 15:11:19 UTC 2025
      152.9K bytes
      Cache
     
  4. ARDRegression — scikit-learn 1.7.2 documentation

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression() >>>...1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06 , lambda_2 = 1e-06 , compute_score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Mon Nov 10 15:11:15 UTC 2025
      141.2K bytes
      Cache
     
  5. オープンソース全文検索サーバー - ニュース一覧

    2.2 リリース 2017-06-30 Fess 11.2.1 リリース 2017-06-15...2016-11-07 Fess 10.2.2 リリース 2016-10-02 Fess 10.2.1 リリース 2016-08-30...
    fess.codelibs.org/ja/news.html
    Mon Nov 10 02:40:54 UTC 2025
      48.7K bytes
      12 views
      Cache
     
  6. Comparison of LDA and PCA 2D projection of Iris...

    the different samples on the 2 first principal components. Linear...target_names pca = PCA ( n_components = 2 ) X_r = pca . fit ( X ) . transform...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    Mon Nov 10 15:11:15 UTC 2025
      92.9K bytes
      Cache
     
  7. sort_graph_by_row_values — scikit-learn 1.7.2 d...

    2. ], ... [ 1. , 2. , 0. ]]) >>> X . data...data array([3., 1., 3., 2., 1., 2.]) >>> X_ = sort_graph_by_row_values...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html
    Sun Nov 09 07:16:24 UTC 2025
      108.1K bytes
      Cache
     
  8. BaggingRegressor — scikit-learn 1.7.2 documenta...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...the method is known as Bagging [2] . When random subsets of the...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Nov 10 15:11:19 UTC 2025
      147.5K bytes
      Cache
     
  9. homogeneity_completeness_v_measure — scikit-lea...

    2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>> homogen...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Mon Nov 10 15:11:15 UTC 2025
      110.4K bytes
      Cache
     
  10. mean_squared_log_error — scikit-learn 1.7.2 doc...

    2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ],...y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html
    Mon Nov 10 15:11:18 UTC 2025
      109.5K bytes
      Cache
     
Back to top