Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1361 - 1370 of 2,365 for 2 (0.07 sec)

  1. One-Class SVM versus One-Class SVM using Stocha...

    2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Thu Jan 09 16:28:38 UTC 2025
      122.4K bytes
      1 views
      Cache
     
  2. ハンズオンのコーディングポリシー | DBFlute

    レビューしやすいコード 2. エディター警告の解決 3. 最低限のクラスJavaDoc...(Reviewable Code) | jfluteの日記 2. エディター警告の解決 Eclipse や IntelliJ...
    dbflute.seasar.org/ja/tutorial/handson/review/codingpolicy.html
    Tue Nov 12 15:10:59 UTC 2024
      20.2K bytes
      Cache
     
  3. Displaying Pipelines — scikit-learn 1.6.1 docum...

    LogisticRegression ( C = 2.0 )), ] pipe = Pipeline ( steps...('classifier', LogisticRegression(C=2.0))]) In a Jupyter environment,...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Thu Jan 09 16:28:40 UTC 2025
      209.1K bytes
      Cache
     
  4. Demonstration of k-means assumptions — scikit-l...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Thu Jan 09 16:28:39 UTC 2025
      115.4K bytes
      Cache
     
  5. 値のコンバート設定 (convertValueMap.dataprop) | DBFlute

    2 変換処理された場合は 空文字を null として扱うデフォルトの挙動は無効になる...として扱うデフォルトの挙動は無効になる @since 0.9.8.2 変換前の値の前に "contain:" を付けると、値に含まれているその文字が置換される...
    dbflute.seasar.org/ja/manual/function/generator/task/replaceschema/convertvalue.html
    Tue Nov 12 15:10:59 UTC 2024
      18.5K bytes
      Cache
     
  6. k_means — scikit-learn 1.6.1 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
    Thu Jan 09 16:28:40 UTC 2025
      116.7K bytes
      Cache
     
  7. min_pos — scikit-learn 1.6.0 documentation

    2 , 3 , - 4 , 5 ]) >>> min_pos ( X ) 2.0 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.arrayfuncs.min_pos.html
    Thu Jan 02 18:14:33 UTC 2025
      106K bytes
      Cache
     
  8. DBFluteのライセンス | DBFlute

    Version 2.0 関連するプロダクトのライセンス DBFluteの仕組み...Apache Software License, Version 2.0 同梱する依存ライブラリのライセンス TODO jflute...
    dbflute.seasar.org/ja/environment/license.html
    Tue Nov 12 15:10:59 UTC 2024
      19.1K bytes
      Cache
     
  9. Vector Quantization Example — scikit-learn 1.6....

    subplots ( ncols = 2 , figsize = ( 12 , 4 )) ax [ 0...by a factor of approximately 2.5. We will later discuss about...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Thu Jan 09 16:28:39 UTC 2025
      111K bytes
      Cache
     
  10. Adjustment for chance in clustering performance...

    linspace ( 2 , n_samples , 10 ) . astype ( int ) plt . figure ( 2 ) plots...n_clusters_range = np . linspace ( 2 , 100 , 10 ) . astype ( int )...
    scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html
    Thu Jan 09 16:28:39 UTC 2025
      112.5K bytes
      Cache
     
Back to top