- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 2,000 for = (0.38 sec)
-
make_biclusters — scikit-learn 1.7.0 documentation
noise = 0.0 , minval = 10 , maxval = 100 , shuffle = True ,..., rows , cols = make_biclusters ( ... shape = ( 10 , 20 ), n_clusters...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html -
Normalizer — scikit-learn 1.7.0 documentation
Normalizer ( norm = 'l2' , * , copy = True ) [source] # Normalize...norm {‘l1’, ‘l2’, ‘max’}, default=’l2’ The norm to use to normalize...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Normalizer.html -
scale — scikit-learn 1.7.0 documentation
axis = 0 , with_mean = True , with_std = True , copy = True )...and scale. axis {0, 1}, default=0 Axis used to compute the means...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html -
Confusion matrix — scikit-learn 1.7.0 documenta...
with iris = datasets . load_iris () X = iris . data y = iris . target...classifier = svm . SVC ( kernel = "linear" , C = 0.01 ) . fit...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
make_checkerboard — scikit-learn 1.7.0 document...
noise = 0.0 , minval = 10 , maxval = 100 , shuffle = True ,...rows , columns = make_checkerboard ( shape = ( 300 , 300 ), n_clusters...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_checkerboard.html -
dcg_score — scikit-learn 1.7.0 documentation
k = None , log_base = 2 , sample_weight = None , ignore_ties.../ 2 = 7.5 >>> dcg_score ( true_relevance , scores , k = 1 ) 7.5...scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html -
make_moons — scikit-learn 1.7.0 documentation
( n_samples = 100 , * , shuffle = True , noise = None , random_state...>>> X , y = make_moons ( n_samples = 200 , noise = 0.2 , random_state...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html -
grid_search_cross_validation.png
PixelInterleaved width=885, height=613, bitDepth=8, colorType=RGBAlpha, ...red=8, green=8, blue=8, alpha=8 RGB 8 8 8 8 613 1 1.0 1 8 8 8...scikit-learn.org/stable/_images/grid_search_cross_validation.png -
Binarizer — scikit-learn 1.7.0 documentation
threshold = 0.0 , copy = True ) [source] # Binarize...Parameters : threshold float, default=0.0 Feature values below or equal...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Binarizer.html -
selectEntity(cb) (一件検索) | DBFlute
member = entity . get (); ... = member .getMemberId(); ... = member...Member member = memberBhv .selectEntity(cb); if (member != null) {...dbflute.seasar.org/ja/manual/function/ormapper/behavior/select/selectentity.html