- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1261 - 1270 of 2,022 for = (0.8 sec)
-
DBFlute : Migration : 0.8.9.13
outputPackageAdjustm = map:{ ; flatDirectoryPackage = Aaa.Bbb.DBFlute...Aaa.Bbb.DBFlute ; omitDirectoryPackage = Aaa } 但し、今まで通りの書き方でも動作します。新規で利用さ...dbflute.seasar.org/ja/oldmigration/migrate-08912to08913.html -
buzzfeed_arrow.e86a786d9e5e2250e1ed3e0ec95ba42d...
PixelInterleaved width=559, height=559, bitDepth=8, colorType=RGBAlpha, ...compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB...www.buzzfeed.com/static-assets/img/buzzfeed_arrow.e86a786d9e5e2250e1ed3e0ec95ba42d.png -
Adjustment for chance in clustering performance...
randint ( low = 0 , high = n_classes , size = n_samples ) Another...labels_a = random_labels ( n_samples = n_samples , n_classes = n_classes...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html -
忘れられないApiFailureHook | LastaFlute
xxx = ... # info.xxx = ... # _/_/_/_/_/ # ========== # Sign...Sign up # ======= ... MaihamaのApplicationException 例外に対応する FailureType...dbflute.seasar.org/ja/lastaflute/howto/action/apifailure.html -
allcommon | DBFlute
CDef cdef = CDef.MemberStatus.Formalized; String code = cdef.code();...cdef.code(); String name = cdef.name(); String alias = cdef.alias(); Classification...dbflute.seasar.org/ja/manual/function/ormapper/runtime/allcommon/index.html -
ページング検索 (PagingSelect) | DBFlute
{81-100} @DisplaySql MemberCB cb = new MemberCB(); cb.query().se...PagingResultBean<Member> page = memberBhv .selectPage(cb); //...dbflute.seasar.org/ja/manual/function/genbafit/implfit/pagingselect/index.html -
compute_sample_weight — scikit-learn 1.7.1 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 -
MetaEstimatorMixin — scikit-learn 1.7.1 documen...
estimator = None ): ... self . estimator = estimator ......estimator_ = self . estimator ... return self >>> X , y = load_iris...scikit-learn.org/stable/modules/generated/sklearn.base.MetaEstimatorMixin.html -
median_absolute_error — scikit-learn 1.7.1 docu...
multioutput = 'uniform_average' , sample_weight = None ) [source]... >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...scikit-learn.org/stable/modules/generated/sklearn.metrics.median_absolute_error.html -
calibration_curve — scikit-learn 1.7.1 document...
pos_label = None , n_bins = 5 , strategy = 'uniform' ) [source]...prob_pred = calibration_curve ( y_true , y_pred , n_bins = 3 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html