Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 243 for c (0.05 sec)

  1. Introducing Scalar Quantization in Lucene — Ela...

    documents each and segment C C C only 100 100 100 documents....1000 1000 1000 documents and C C C only has 100 100 100 . In the...
    www.elastic.co/search-labs/blog/scalar-quantization-in-lucene
    Thu May 23 01:06:28 UTC 2024
      163.3K bytes
      Cache
     
  2. 1.4. Support Vector Machines — scikit-learn 1.5...

    sets the parameter C of class class_label to C * value . The figure...sets the parameter C for the i-th example to C * sample_weight[i]...
    scikit-learn.org/stable/modules/svm.html
    Wed May 22 15:20:08 UTC 2024
      131K bytes
      Cache
     
  3. 2.3. Clustering — scikit-learn 1.5.0 documentation

    \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T\] with \(C_q\) the set of...\[\begin{split}C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...
    scikit-learn.org/stable/modules/clustering.html
    Wed May 22 15:20:05 UTC 2024
      248.7K bytes
      Cache
     
  4. confusion_matrix — scikit-learn 1.5.0 documenta...

    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
    Wed May 22 15:20:05 UTC 2024
      123.1K bytes
      Cache
     
  5. LogisticRegressionCV — scikit-learn 1.5.0 docum...

    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
    Wed May 22 15:20:10 UTC 2024
      172.2K bytes
      Cache
     
  6. make_multilabel_classification — scikit-learn 1...

    choose a class c: c ~ Multinomial(theta) pick the...a word: w ~ Multinomial(theta_c) In the above process, rejection...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html
    Wed May 22 15:20:05 UTC 2024
      120.6K bytes
      Cache
     
  7. SVC — scikit-learn 1.5.0 documentation

    the parameter C of class i to class_weight[i]*C for SVC. If not...class sklearn.svm. SVC ( * , C = 1.0 , kernel = 'rbf' , degree...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Wed May 22 15:20:05 UTC 2024
      184.5K bytes
      Cache
     
  8. 3.2. Tuning the hyper-parameters of an estimato...

    Typical examples include C , kernel and gamma for Support...param_grid : param_grid = [ { 'C' : [ 1 , 10 , 100 , 1000 ], 'kernel'...
    scikit-learn.org/stable/modules/grid_search.html
    Wed May 22 15:20:10 UTC 2024
      128.6K bytes
      Cache
     
  9. MultinomialNB — scikit-learn 1.5.0 documentation

    References C.D. Manning, P. Raghavan and H....The input samples. Returns : C ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Wed May 22 15:20:05 UTC 2024
      157.9K bytes
      Cache
     
  10. QuadraticDiscriminantAnalysis — scikit-learn 1....

    Returns : C ndarray of shape (n_samples,)...vectors X. The predicted class C for each sample in X is returned....
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Wed May 22 15:20:05 UTC 2024
      147K bytes
      Cache
     
Back to top