Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 836 for c (0.46 sec)

  1. Varying regularization in Multi-layer Perceptro...

    c = y_train , cmap = cm_bright )...X_test [:, 0 ], X_test [:, 1 ], c = y_test , cmap = cm_bright ,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Fri Jul 11 17:08:41 UTC 2025
      109.1K bytes
      Cache
     
  2. Selecting the number of clusters with silhouett...

    c in enumerate ( centers ): ax2 . scatter ( c [ 0 ], c [ 1...= 30 , lw = 0 , alpha = 0.7 , c = colors , edgecolor = "k" ) #...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Fri Jul 11 17:08:41 UTC 2025
      104.3K bytes
      Cache
     
  3. Use OpenTelemetry with APM | Elastic Docs

    instrument C or C++ you could use the OpenTelemetry C++ client...
    www.elastic.co/docs/solutions/observability/apm/use-opentelemetry-with-apm
    Fri Jul 11 00:23:49 UTC 2025
      285.3K bytes
      Cache
     
  4. DBFlute : Migration : 0.8.4

    今回はJava版のみの話ではありますが、将来C#版も同じ挙動にする予定です。 Daoインターフェースを生成しないモード(Java版のみ)...余計なクラスが生成される分、自動生成処理、コンパイル処理が遅い C. Daoインターフェースが初期化されることで単体テストが遅い...
    dbflute.seasar.org/ja/oldmigration/migrate-083to084.html
    Fri Jun 13 09:55:28 UTC 2025
      6.7K bytes
      1 views
      Cache
     
  5. Neighborhood Components Analysis Illustration —...

    c = cm . Set1 ( y [[ i ]]), alpha...[ 1 ]]) ax . plot ( * line , c = cm . Set1 ( y [ j ]), linewidth...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html
    Fri Jul 11 17:08:38 UTC 2025
      100.4K bytes
      Cache
     
  6. k_means — scikit-learn 1.7.0 documentation

    the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. n_clusters int The...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Fri Jul 11 17:08:41 UTC 2025
      116.4K bytes
      Cache
     
  7. HuberRegressor — scikit-learn 1.7.0 documentation

    the samples where |(y - Xw - c) / sigma| < epsilon and the absolute...the samples where |(y - Xw - c) / sigma| > epsilon , where the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Fri Jul 11 17:08:41 UTC 2025
      146K bytes
      Cache
     
  8. SGD: Weighted samples — scikit-learn 1.7.0 docu...

    c = y , s = sample_weight , alpha...clf . decision_function ( np . c_ [ xx . ravel (), yy . ravel ()])...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html
    Fri Jul 11 17:08:41 UTC 2025
      93.4K bytes
      Cache
     
  9. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...packages in the environment python -c "import sklearn; sklearn.show_versions()"...
    scikit-learn.org/stable/_sources/install.rst.txt
    Fri Jul 11 17:08:39 UTC 2025
      13K bytes
      1 views
     
  10. PLSSVD — scikit-learn 1.7.0 documentation

    ) >>> X_c , y_c = pls . transform ( X , y ) >>> X_c . shape ,..., y_c . shape ((4, 2), (4, 2)) fit ( X , y ) [source] # Fit model...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html
    Fri Jul 11 17:08:41 UTC 2025
      128.8K bytes
      Cache
     
Back to top