- Sort Score
- Num 10 results
- Language All
- Labels All
Results 281 - 290 of 1,439 for d (0.47 seconds)
Filter
- File Type
- HTML 1397
- PDF 7
- Text 14
- ZIP Archive 5
- Others 16
-
Selecting the number of clusters with silhouett...
marker = "$ %d $" % i , alpha = 1 , s = 50 ,...sample data with n_clusters = %d " % n_clusters , fontsize = 14...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html -
BadWord API
"Content-Type: application/json" \ -d '{ "suggestWord": "blocked term"...fess.codelibs.org/de/15.5/api/admin/api-admin-badword.html -
preprocessing.rst.txt
"a" and "d" are considered infrequent and...+ ["b"] * 20 + ["c"] * 10 + ["d"] * 3 + [np.nan]], ... dtype=object).T...scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt -
enhanced-sastruts-blank.zip
of the Derivative Works; and (d) If the Work includes a "NOTICE"...le.layout.ConversionPattern=%d [%t]-%-5p (%C{1}#%M():%L) - %m%n...dbflute.seasar.org/download/misc/friends/enhanced-sastruts-blank.zip -
Unlock the power of Search AI at Elastic{ON} Sy...
www.elastic.co/events/elasticon/sydney -
RBF — scikit-learn 1.8.0 documentation
x_j) = \exp\left(- \frac{d(x_i, x_j)^2}{2l^2} \right)\] where...length scale of the kernel and \(d(\cdot,\cdot)\) is the Euclidean...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html -
FeatureHasher — scikit-learn 1.8.0 documentation
FeatureHasher ( n_features = 10 ) >>> D = [{ 'dog' : 1 , 'cat' : 2 , 'elephant'...5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html -
2021 Whistleblowing Policy EU & UK
d. a threat or serious prejudice...in return for the report, and d. make a disclosure in a manner...www.elastic.co/pdf/2021-whistleblowing-policy-eu-uk.pdf -
Unlock the power of Search AI at Elastic{ON} Lo...
www.elastic.co/events/elasticon/london -
Mastering data persistence with Quarkus
http://localhost:8080/fruits -d '{"name":"apple", "color":"red"}'...http://localhost:8080/fruits -d '{"name":"orange", "color":"orange"}'...developer.ibm.com/tutorials/quarkus-basics-03/