- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1291 - 1300 of 2,022 for = (0.41 sec)
-
chi2_kernel — scikit-learn 1.7.1 documentation
Y = None , gamma = 1.0 ) [source] # Compute...array. If None , uses Y=X . gamma float, default=1 Scaling parameter...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html -
replaceSchemaMap (replaceSchemaDefinitionMap) |...
conventionalTakeAsse = map: { ; emptyTableMap = map: { ; isFailure = true ;...filterVariablesMap = map :{ schemaA = FOO ; schemaB = BAR } e.g. スキーマ名を置換したい場合...dbflute.seasar.org/ja/manual/reference/dfprop/replaceschemadefinition/index.html -
Java Beginner's Hint (初心者向けJavaヒント) | DBFlute
equals() and "==" of Integer @Java if (Integer.valueOf(2) == Integer.valueOf(2))...い)であるため、"==" を使っても大丈夫だったりします。その方が見やすいということで実際に "==" で結ばれているコードは多く見かけます。...dbflute.seasar.org/ja/manual/topic/programming/java/beginners.html -
reconstruct_from_patches_2d — scikit-learn 1.7....
image_patches = image . extract_patches_2d ( image = one_image ,...image_reconstructed = image . reconstruct_from_patches_2d ( ... patches = image_patches...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.reconstruct_from_patch... -
LabelEncoder — scikit-learn 1.7.1 documentation
g import LabelEncoder >>> le = LabelEncoder () >>> le . fit ([...comparable) to numerical labels. >>> le = LabelEncoder () >>> le . fit ([...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html -
mutual_info_score — scikit-learn 1.7.1 document...
V)=\sum_{i=1}^{|U|} \sum_{j=1}^{|V|} \frac{|U_i\cap...labels_true = [ 0 , 1 , 1 , 0 , 1 , 0 ] >>> labels_pred = [ 0 , 1...scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html -
Version 0.15 — scikit-learn 1.7.1 documentation
matrix with precompute=True or precompute="auto" and n_samples...sample_weight != None and/or with bootstrap=True . By Gilles...scikit-learn.org/stable/whats_new/v0.15.html -
assert_all_finite — scikit-learn 1.7.1 document...
allow_nan = False , estimator_name = None , input_name = '' ) [source]...data. allow_nan bool, default=False If True, do not throw error...scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.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 -
linear_kernel — scikit-learn 1.7.1 documentation
Y = None , dense_output = True ) [source] # Compute...If None , uses Y=X . dense_output bool, default=True Whether to...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html