Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 420 for c (0.04 sec)

  1. DBFlute用語集 C | DBFlute

    SiteMap | Author's Blog DBFlute用語集 C "C" で始まる用語に関するページです。 CamelCase...(定数アノテーション) Java Tiger のアノテーションや C# の属性を代替する、言語のバージョンに依存せずに利用できる定数を使ったアノテーションを示します。...
    dbflute.seasar.org/ja/manual/reference/dictiona...
    Mon Mar 18 15:47:33 UTC 2024
      16.4K bytes
      Cache
     
  2. sklearn.svm.l1_min_c — scikit-learn 1.4.2 docum...

    l1_min_c l1_min_c Examples using sklearn.svm.l1_min_c sklearn.svm...for C. The lower bound for C is computed such that for C in (l1_min_C,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Tue May 07 15:05:50 UTC 2024
      19.4K bytes
      Cache
     
  3. Model selection: choosing estimators and their ...

    "c" , "c" , "c" , "c" , "c" ] >>> k_fold = KFold...True ) >>> svc = svm . SVC ( C = 1 , kernel = 'linear' ) >>>...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Mon May 06 15:51:00 UTC 2024
      49.6K bytes
      Cache
     
  4. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    C float, default=1.0 Penalty parameter C of the error...sklearn.svm. NuSVR ( * , nu = 0.5 , C = 1.0 , kernel = 'rbf' , degree...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Tue May 07 15:05:49 UTC 2024
      55.8K bytes
      Cache
     
  5. 1.8. Cross decomposition — scikit-learn 1.4.2 d...

    the cross-covariance matrix \(C = X_k^T Y_k\) . \(u_k\) and \(v_k\)...u_k\) and \(\omega_k = Y_k v_k\) c) Regress \(X_k\) on \(\xi_k\)...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Tue May 07 15:05:49 UTC 2024
      36.9K bytes
      Cache
     
  6. sklearn.metrics.confusion_matrix — scikit-learn...

    a confusion matrix \(C\) is such that \(C_{i, j}\) is equal to...negatives is \(C_{0,0}\) , false negatives is \(C_{1,0}\) , true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Tue May 07 15:05:49 UTC 2024
      25.5K bytes
      Cache
     
  7. grid_search.rst.txt

    = [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Tue May 07 15:05:49 UTC 2024
      33K bytes
      2 views
     
  8. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...><span>conda create -n sklearn-env -c conda-forge scikit-learn</span>...
    scikit-learn.org/stable/_sources/install.rst.txt
    Tue May 07 15:05:49 UTC 2024
      13.5K bytes
      1 views
     
  9. clustering.rst.txt

    \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Tue May 07 15:05:50 UTC 2024
      91.9K bytes
     
  10. sklearn.linear_model.LogisticRegressionCV — sci...

    the best C is the average of the C’s that correspond...folds, and the coefs and the C that corresponds to the best score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Tue May 07 15:05:49 UTC 2024
      79.5K bytes
      Cache
     
Back to top