- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1131 - 1140 of over 10,000 for 1 (4.78 seconds)
-
ResourceDatabasePopulator (Spring Framework 7.0...
1 See Also: populate(Connection)...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/datasource/init... -
clone — scikit-learn 1.7.2 documentation
>>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>>...>>> y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression...scikit-learn.org/stable/modules/generated/sklearn.base.clone.html -
_safe_indexing — scikit-learn 1.7.2 docum...
axis = 1 ) # select the first column array([1, 3, 5]) On...integer are supported. If axis=1 : to select a single column, indices...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
PLSSVD — scikit-learn 1.7.2 documentation
1 , - 0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9...np . array ([[ 0. , 0. , 1. ], ... [ 1. , 0. , 0. ], ... [ 2. ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html -
trustworthiness — scikit-learn 1.7.2 docu...
1]. It is defined as \[T(k) = 1 - \frac{2}{nk (2n...(2n - 3k - 1)} \sum^n_{i=1} \sum_{j \in \mathcal{N}_{i}^{k}}...scikit-learn.org/stable/modules/generated/sklearn.manifold.trustworthiness.html -
ridge_regression — scikit-learn 1.7.2 doc...
0 ] - 1.0 * X [:, 1 ] + 0.1 * rng . standard_normal...>>> coef array([ 1.97, -1., -2.69e-3, -9.27e-4 ]) >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html -
img_to_graph — scikit-learn 1.7.2 documen...
1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html -
label_ranking_loss — scikit-learn 1.7.2 d...
1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss...>>> y_true = [[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html -
dict_learning — scikit-learn 1.7.2 docume...
1 ( U , V ) with || V_k || _2 = 1 for all 0 <=...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html -
ContextConfigurationAttributes (Spring Framewor...
1 Author: Sam Brannen, Phillip Webb...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Context...