- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 561 - 570 of 2,021 for = (0.45 sec)
-
playsql-createschema-ddl-1st.zip
UNIQUE (MEMBER_ACCOUNT) ) COMMENT='会員: 会員登録時にデータが登録される。 基本的に物理削除...(MEMBER_ID, VALID_BEGIN_DATE) ) COMMENT='会員住所情報: 会員の住所に関する情報。 同時に有効期間ごとに履歴管理されている。';...dbflute.seasar.org/download/patch/handson/20140601_payment/playsql-createschema-ddl-1st.zip -
roadmap.rst.txt
_roadmap: Roadmap ======= Purpose of this document ----------...t-learn/scikit-learn/issues?q=is%3Aissue+is%3Aopen+sort%3Aup...scikit-learn.org/stable/_sources/roadmap.rst.txt -
LastaFluteの環境切り替え | LastaFlute
:3306/maihamadb ; schema = ; user = integrationdb ; password = integrationdb...@EnvDispatch(dev = SeaLogicDev. class , real = SeaLogicReal. class...dbflute.seasar.org/ja/lastaflute/howto/structure/envswitch.html -
__sklearn_is_fitted__ as Developer API — scikit...
parameter = 1 ): self . parameter = parameter def fit...training data. """ self . classes_ = sorted ( set ( y )) # Custom attribute...scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html -
LastaFluteでMaster/SlaveDB | LastaFlute
<components namespace= "jdbc" > <include path= "plugin/selectable_datasource.xml"...<include path= "jdbc-master.xml" /> <include path= "jdbc-slave.xml"...dbflute.seasar.org/ja/lastaflute/howto/structure/masterslave.html -
カーソル検索 (CursorSelect) | DBFlute
= entity.getMemberId(); ... = entity.getMemberName();...memberId = cursor.getMemberId(); String memberName = cursor.getMemberName();...dbflute.seasar.org/ja/manual/function/genbafit/implfit/cursorselect/index.html -
Cross-cluster search | Elastic Docs
ccs_minimize_roundtrips=true case. GET /_async_search/FklQYndoTDJ2VEFlMEVB= Response:...2VEFlMEVB= Response: { "id": "FklQYndoTDJ2VEFlMEVB=", "is_partial":...www.elastic.co/docs/solutions/search/cross-cluster-search -
gen_batches — scikit-learn 1.7.1 documentation
min_batch_size = 0 ) [source] # Generator to create...batch. min_batch_size int, default=0 Minimum number of elements in...scikit-learn.org/stable/modules/generated/sklearn.utils.gen_batches.html -
fowlkes_mallows_score — scikit-learn 1.7.1 docu...
sparse = 'deprecated' ) [source] # Measure...the precision and recall: FMI = TP / sqrt (( TP + FP ) * ( TP...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html -
coverage_error — scikit-learn 1.7.1 documentation
y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score = [[ 1 ,..., y_score , * , sample_weight = None ) [source] # Coverage error...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html