- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1461 - 1470 of over 10,000 for 2 (1.9 seconds)
Filter
-
AgglomerativeClustering — scikit-learn 1.8.0 do...
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...AgglomerativeCluster ( n_clusters = 2 , * , metric = 'euclidean' , memory...scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html -
plot_hgbt_regression.zip
2. :ref:`categorical_support_gbdt`,...showcasing all points except 2 and 6 in a real life setting....scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
PCA — scikit-learn 1.8.0 documentation
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>> pca . fit (...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
k_means — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
Groovy Scripting Guide
2 , 3 , 4 , 5 ] list . each { println...doubled = list . collect { it * 2 } def filtered = list . findAll...fess.codelibs.org/15.5/config/scripting-groovy.html -
plot_discretization_strategies.zip
[2, 4], [8, 8]]) centers_1 = np.array([[0,...form(-3, 3, size=(n_samples, 2)), make_blobs( n_samples=[ n_samples...scikit-learn.org/stable/_downloads/7b16734166ab4280e940d7fb89dd6113/plot_discretization_strategie... -
plot_release_highlights_1_8_0.zip
2, 2) x2, y2 = S_scaling.T ax2.scatter(x2,...n\nax2 = fig.add_subplot(1, 2, 2)\nx2, y2 = S_scaling.T\nax2.scatter(x2,...scikit-learn.org/stable/_downloads/195570df7730e31327589be9e4984333/plot_release_highlights_1_8_0... -
UriAssert (Spring Framework 7.0.3 API)
2 Author: Stephane Nicoll Field...is equal to "/orders/1/items/2" assertThat(uri).isEqualToTem...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/UriAssert.html -
Spring Boot Java applications for CICS, Part 4:...
2 feature Like 2 Save IBM web domains ibm.com,...Hargreaves , Tony Fitzgerald Like 2 Save On this page Accessing a...developer.ibm.com/tutorials/spring-boot-java-applications-for-cics-part-4-jdbc/ -
euclidean_distances — scikit-learn 1.8.0 docume...
x ) - 2 * dot ( x , y ) + dot ( y , y...dot-products of vectors in Y (e.g., (Y**2).sum(axis=1) ) May be ignored...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html