Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1871 - 1880 of 2,529 for = (0.07 sec)

  1. adjusted_mutual_info_score — scikit-learn 1.5.2...

    average_method = 'arithmetic' ) [source] # Adjusted...AMI is given as: AMI ( U , V ) = [ MI ( U , V ) - E ( MI ( U ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Mon Nov 25 18:22:51 UTC 2024
      115.3K bytes
      Cache
     
  2. LastaFluteのデプロイ環境 | LastaFlute

    DEVELOPMENT_PORT = 8091 ; private static final int PRODUCTION_PORT = 8080...System.getProperty( "lasta.env" ) == null ; } もっと、細かくデプロイ環境ごとに変更し...
    dbflute.seasar.org/ja/lastaflute/howto/structure/builddeploy.html
    Tue Nov 12 15:10:59 UTC 2024
      21.6K bytes
      Cache
     
  3. DBアクセス - カーソル検索 | DBFlute

    MemberCB cb = new MemberCB(); List<Member> memberList = memberBhv...JDBCでデータを一レコードずつ取得(フェッチ) @Java ResultSet rs = ps.executeQuery(); while (rs.next())...
    dbflute.seasar.org/ja/manual/topic/programming/dbaccess/cursorselect.html
    Tue Nov 12 15:10:59 UTC 2024
      16.6K bytes
      Cache
     
  4. compute_sample_weight — scikit-learn 1.5.2 docu...

    compute_sample_weight ( class_weight = "balanced" , y = y ) array([0.75, 0.75,...class_weight , y , * , indices = None ) [source] # Estimate sample...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_sample_weight.html
    Sat Nov 23 04:49:15 UTC 2024
      108.1K bytes
      Cache
     
  5. DensityMixin — scikit-learn 1.5.2 documentation

    y = None ): ... self . is_fitted_ = True ... return...return self >>> estimator = MyEstimator () >>> hasattr ( estimator...
    scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html
    Sat Nov 23 04:49:15 UTC 2024
      106.6K bytes
      Cache
     
  6. chi2 — scikit-learn 1.5.2 documentation

    feature_selection import chi2 >>> X = np . array ([[ 1 , 1 , 3 ], ......], ... [ 0 , 0 , 0 ]]) >>> y = np . array ([ 1 , 1 , 0 , 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Mon Nov 25 18:22:49 UTC 2024
      109.8K bytes
      Cache
     
  7. pair_confusion_matrix — scikit-learn 1.5.2 docu...

    dtype=integral Ground truth class labels...array-like of shape (n_samples,), dtype=integral Cluster labels to evaluate....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Mon Nov 25 18:22:50 UTC 2024
      108.6K bytes
      Cache
     
  8. (外だしSQL)selectEntity() | DBFlute

    MemberCountPmb pmb = new MemberCountPmb(); Integer count = memberBhv .outsideSql()....外だしSQLの一件検索の実装 @Java SimpleMemberPmb pmb = new SimpleMemberPmb(); pmb.setMemberId(...
    dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/select/selectentity.html
    Tue Nov 12 15:10:59 UTC 2024
      16.1K bytes
      Cache
     
  9. 排他制御(楽観的並行性制御) | DBFlute

    MEMBER_NAME = ... , VERSION_NO = 1 where MEMBER_ID = 3 and VERSION_NO...MEMBER_NAME = ... , VERSION_NO = VERSION_NO + 1 where MEMBER_ID = 3 バージョン番号...
    dbflute.seasar.org/ja/manual/function/genbafit/implfit/exclusivecontrol/index.html
    Tue Nov 12 15:10:59 UTC 2024
      19.7K bytes
      Cache
     
  10. アプリごとの外だしSQL | DBFlute

    applicationOutsideSq = map: { ; ../../web1 = map: { #; sqlDirectory = src/main/resources...sql2EntityOutputDire = src/main/java } ; ../../web2 = map: { #; sqlDirectory...
    dbflute.seasar.org/ja/manual/function/genbafit/projectfit/applicationoutsidesql/index.html
    Tue Nov 12 15:10:59 UTC 2024
      16.8K bytes
      Cache
     
Back to top