- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2101 - 2110 of 5,607 for * (1.59 sec)
-
multilabel_confusion_matrix — scikit-learn 1.7....
"cat" ]) array([[[3, 1], [0, 2]], [[5, 0], [1, 0]], [[2, 1], [1, 2]]])...y_true = np . array ([[ 1 , 0 , 1 ], ... [ 0 , 1 , 0 ]]) >>> y_pred...scikit-learn.org/stable/modules/generated/sklearn.metrics.multilabel_confusion_matrix.html -
manhattan_distances — scikit-learn 1.7.2 docume...
manhattan_distances ([[ 1 , 2 ], [ 3 , 4 ]], [[ 1 , 2 ], [ 0 , 3 ]]) array([[0.,...array([[0., 2.], [4., 4.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html -
LastaFluteのタイプセーフProperties (Objective Typesafe...
createMessages(); if ( ... ) { // Formの値をチェックして // "errors.sea.land" というプロパティがあったら...(propertyKey.equals(DocksideConfig. JDBC_URL ) && "$$env$$" .equals(propertyValue))...dbflute.seasar.org/ja/lastaflute/howto/architecture/objsafeprop.html -
開拓の例外ハンドリング (Exception Handling) | LastaFlute
verifyOrClientError( " ... " , currentDate .isAfter( endDate )); だれがcatchする?...responseManager . new404 ( "memberId=" + memberId , op -> op .cause( cause...dbflute.seasar.org/ja/lastaflute/howto/architecture/exceptionhandling.html -
素早さのJSON API | LastaFlute
result . piari = "piary" ; result . bonvo = "yage" ; ... return...tern( "yyyy/MM/dd HH:mm:ss" )); return option; } } JS/APIひとまとめパターン...dbflute.seasar.org/ja/lastaflute/howto/action/lajsonapi.html -
where句の再利用 (ArrangeQuery) | DBFlute
cb.query().addOrderBy_...(); ... = purchaseBhv .selectList(cb);...cb.query(). arrangeTooPreferenti() ; cb.query().addOrderBy_...(); ......dbflute.seasar.org/ja/manual/function/genbafit/implfit/whererecycle/ -
SQLServerの取扱い | DBFlute
from ( select ... -- ELSE select count(*) /*END*/ from ... where...where ... /*IF pmb.isPaging()*/ order by ... ) plain ) ext where...dbflute.seasar.org/ja/manual/reference/dbway/sqlserver/ -
Action定義のテスト (ActionDefTest) | LastaFlute
こっちはLastaDocのメタデータ抽出 ... policeStoryOf...()だけを呼んでいる怪しいテストたちです。 e.g. ActionDefTest...テストクラス置き場 |-org.docksidestage |-app | |- ... // アプリのUnitTestクラスたち (Actionのテストとか)...dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html -
ActionやJSONの微調整 | LastaFlute
で URL にバージョンを入れるような場合 (e.g. /api/v1/...) 、このメソッドでバージョンを抜き出して filter...requestPath) { return ... // 先頭の要素を抜いたものを戻す } ... } JSON API...dbflute.seasar.org/ja/lastaflute/howto/action/adjustment.html -
additionalUniqueKeyMap | DBFlute
主な利用パターン プロパティ UQ-name (*) tableName (*) columnName (*) Example ad...UQ制約がない場合(かつ、このプロパティを利用しない場合)は、"one-to-oneの関連" を扱うことができません(DBFlu...dbflute.seasar.org/ja/manual/reference/dfprop/additionaluniquekey/