- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1051 - 1060 of 9,311 for c (0.27 seconds)
Filter
-
Density Estimation for a Gaussian mixture — sci...
centered stretched Gaussian data C = np . array ([[ 0.0 , - 0.7 ],...random . randn ( n_samples , 2 ), C ) # concatenate the two datasets...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html -
clustering.rst.txt
- \frac{H(C|K)}{H(C)} .. math:: c = 1 - \frac{H(K|C)}{H(K)} where...math:: H(C|K) = - \sum_{c=1}^{|C|} \sum_{k=1}^{|K|} \frac{n_{c,k}}{n}...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
k_means — scikit-learn 1.8.0 documentation
the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. n_clusters int The...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
3.1. Cross-validation: evaluating estimator per...
"c" , "c" , "c" , "d" , "d" , "d" ] >>>..."a" , "b" , "b" , "b" , "c" , "c" , "c" , "a" ] >>> groups = [...scikit-learn.org/stable/modules/cross_validation.html -
Database Connector
p JOIN categories c ON p . category_id = c . id WHERE p . active...p . description , p . price , c . name as category , p . updated_at...fess.codelibs.org/15.5/config/datastore/ds-database.html -
Post-hoc tuning the cut-off point of decision f...
'deprecated' C C: float, default=1.0 Inverse of...`'penalty='elasticnet'`. 'deprecated' C C: float, default=1.0 Inverse of...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html -
Mobile development - IBM Developer
2024 Tutorial Reuse existing C code with the Android NDK Learn...application in Java that uses C code to perform basic image processing...developer.ibm.com/technologies/mobile -
Install Red Hat OpenShift Virtualization on IBM...
allowing host binaries: chroot /host c. List available disks: lsblk d....enable openshift-data-foundation -c <cluster-name> --version 4 . 17...developer.ibm.com/tutorials/openshift-virtualization-ibm-cloud/ -
Linear and Quadratic Discriminant Analysis with...
c = y_right , s = 20 , cmap = cmap...X_wrong [:, 0 ], X_wrong [:, 1 ], c = y_wrong , s = 30 , cmap = cmap...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html -
Advanced Java stream techniques with gatherers ...
forEachOrdered(c -> { if (( char )c != '\n' ) { downstr...> 0 ; i--) { var c = buffer.charAt(i); if (c == SPACE.charValue())...developer.ibm.com/articles/j-java-streams-6-nathan-good/