Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 8 of 8 for c (0.05 sec)

  1. test.c

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.c
    Sat Jun 01 00:01:18 UTC 2024
      120 bytes
     
  2. cross_validation.rst.txt

    "c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Fri May 31 14:06:06 UTC 2024
      39.9K bytes
      6 views
     
  3. linear_model.rst.txt

    ``C`` is given by ``alpha = 1 / C`` or ``alpha =...:func:`sklearn.svm.l1_min_c` allows to calculate the lower bound for C in order...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Fri May 31 14:06:06 UTC 2024
      78.3K bytes
      8 views
     
  4. 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
    Fri May 31 14:06:06 UTC 2024
      92.6K bytes
     
  5. preprocessing.rst.txt

    "b" and "c" are their own categories, unknown...... [["a"] * 5 + ["b"] * 20 + ["c"] * 10 + ["d"] * 3 + [np.nan]],...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri May 31 14:06:06 UTC 2024
      53K bytes
     
  6. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...packages in the environment python -c "import sklearn; sklearn.show_versions()"...
    scikit-learn.org/stable/_sources/install.rst.txt
    Fri May 31 14:06:04 UTC 2024
      12.6K bytes
      1 views
     
  7. related_projects.rst.txt

    trained scikit-learn models to C, Java, Javascript and others....estimators into a native code of C, Java, Go, R, PHP, Dart, Haskell,...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Fri May 31 14:06:06 UTC 2024
      17.4K bytes
     
  8. neighbors.rst.txt

    :math:`C`, then we know that points :math:`A` and :math:`C` are...p_{i}=\sum\limits_{j \in C_i}{p_{i j}} where :math:`C_i` is the set of...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Fri May 31 14:06:04 UTC 2024
      37.9K bytes
     
Back to top