- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 2,023 for = (0.24 sec)
-
emecha-EMSql-newsql.png
35273367 width=594, height=612, bitDepth=8, colorType=RGB, compr...compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB...dbflute.seasar.org/ja/data/model/emecha/emecha-EMSql-newsql.png -
genba-implfit-PagingNavigation-mapping.png
35273367 width=1015, height=491, bitDepth=8, colorType=RGB, compr...compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB...dbflute.seasar.org/ja/data/model/genba/genba-implfit-PagingNavigation-mapping.png -
commonColumnMap | DBFlute
REGISTER_USER=VARCHAR ; UPDATE_DATETIME=TIMESTAMP ; UPDATE_USER=VARCHAR...commonColumnMap = map: { ; [column-name1] = [JDBC-type1] ; [column-name2]...dbflute.seasar.org/ja/manual/reference/dfprop/commoncolumn/index.html -
sample_without_replacement — scikit-learn 1.7.1...
default=’auto’ If method == “auto”, the ratio of...n_samples , method = 'auto' , random_state = None ) # Sample integers...scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html -
LastaFlute の Action | LastaFlute
an/ (sea=mystic, land=oneman) @Execute( urlPattern = "{}/piari/{}"...ow/ (sea=mystic, land=oneman) @Execute( urlPattern = "{}/@word/{}/@word"...dbflute.seasar.org/ja/lastaflute/howto/action/index.html -
normalize — scikit-learn 1.7.1 documentation
norm = 'l2' , * , axis = 1 , copy = True , return_norm = False...even with copy=False. return_norm bool, default=False Whether...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html -
LabelBinarizer — scikit-learn 1.7.1 documentation
neg_label = 0 , pos_label = 1 , sparse_output = False ) [source]...Parameters : neg_label int, default=0 Value with which negative labels...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html -
accuracy_score — scikit-learn 1.7.1 documentation
normalize == True and the number of samples with normalize == False...y_pred , * , normalize = True , sample_weight = None ) [source] #...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html -
kmeans_plusplus — scikit-learn 1.7.1 documentation
sample_weight = None , x_squared_norms = None , random_state = None ,...centers , indices = kmeans_plusplus ( X , n_clusters = 2 , random_state...scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html -
BaseEstimator — scikit-learn 1.7.1 documentation
param = 1 ): ... self . param = param ... def fit...self , X , y = None ): ... self . is_fitted_ = True ... return...scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html