- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1651 - 1660 of 8,717 for 2 (0.2 seconds)
-
ResolvableType (Spring Framework 7.0.0 API)
2 See Also: isAssignableFrom(Class)...against (as a Class ) Since: 4.2 See Also: isAssignableFrom(ResolvableType)...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/ResolvableType.... -
Elastic Common Schema (ECS) Reference [8.17] | ...
2 8.5.1 8.5.0 8.4.0 8.3.1 8.3.0 8.2.1 8.2.0 8.1.0 8.0.1...8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0 1.12 1.11 1.10 1.9 1.8...www.elastic.co/guide/en/ecs/8.17/index.html -
Jaxb2Marshaller (Spring Framework 7.0.1 API)
GenericMarshaller interface for JAXB 2.2. The typical usage will be to...method is public as of 5.2. Since: 5.2 See Also: createUnmarshaller()...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/oxm/jaxb/Jaxb2Marsha... -
TruncatedSVD — scikit-learn 1.8.0 documen...
TruncatedSVD ( n_components = 2 , * , algorithm = 'randomized'...Parameters : n_components int, default=2 Desired dimensionality of output...scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html -
RequestMapping (Spring Framework 7.0.0 API)
2") -- match this version only. Baseline version ("1.2+")...implementation class. Since: 2.5 Author: Juergen Hoeller, Arjen...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/bind/annotation/... -
fbeta_score — scikit-learn 1.8.0 document...
2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0...\frac{(1 + \beta^2) \text{tp}} {(1 + \beta^2) \text{tp} + \text{fp}...scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html -
HuberRegressor — scikit-learn 1.8.0 docum...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...penalty is equal to alpha * ||w||^2 . Must be in the range [0, inf)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
Early stopping in Gradient Boosting — sci...
axes [ 2 ] . bar ( labels , training_times ) axes [ 2 ] . set_ylabel...axes [ 2 ] . text ( bar . get_x () + bar . get_width () / 2 , height...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html -
PassiveAggressiveRegressor — scikit-learn...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...[1, n_features] if n_classes == 2 else [n_classes, n_features] Weights...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html -
Gaussian Mixture Model Selection — scikit...
convert to degrees v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...random . randn ( n_samples , 2 ), C ) # general component_2 =...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html