- Sort Score
- Num 10 results
- Language All
- Labels All
Results 851 - 860 of over 10,000 for 2 (1.64 seconds)
Filter
-
maihamadb properties
- info 2 The log level for logback production - info 2 The log...off 2 The log console level for logback production - off 2 The...dbflute.seasar.org/ja/data/doc/harbor/properties-maihamadb.html -
API de Scheduler
horas 0 0 2 * * MON Ejecutar cada lunes a las 2 AM 0 0 2 1 * ? Ejecutar...Descripcion 0 0 2 * * ? Ejecutar diariamente a las 2 AM 0 0 0/6 *...fess.codelibs.org/es/15.5/api/admin/api-admin-scheduler.html -
Manage your allocators capacity | Elastic Docs
instance size vCPU 1024 2 2048 2 4096 2 8192 2 16384 4 32768 8 This...formula: Math.min(16,Math.max(2,(16*instanceCapacity*1.0/1024/64).toInt))...www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/ece-manage-capacity -
RobustScaler — scikit-learn 1.8.0 documentation
- 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html -
ProxyCachingConfiguration (Spring Framework 7.0...
proxyBeanMethods =false) @Role (2) public class ProxyCachingConfigur...nternalCacheAdvisor") @Role (2) public BeanFactoryCacheOper...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cache/annotation/Pro... -
as_float_array — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html -
1.4. Support Vector Machines — scikit-learn 1.8...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> regr = svm...values: >>> clf . predict ([[ 2. , 2. ]]) array([1]) SVMs decision...scikit-learn.org/stable/modules/svm.html -
fbeta_score — scikit-learn 1.8.0 documentation
2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 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 -
SGD: convex loss functions — scikit-learn 1.8.0...
] = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return loss...linspace ( xmin , xmax , 100 ) lw = 2 plt . plot ([ xmin , 0 , 0 , xmax...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html -
Selecting the number of clusters with silhouett...
and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html