Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of 780 for v (0.05 seconds)

  1. homogeneity_score — scikit-learn 1.8.0 do...

    v_measure_score V-Measure (NMI with arithmetic mean...Rosenberg and Julia Hirschberg, 2007. V-Measure: A conditional entropy-based...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Mon Dec 15 15:02:31 GMT 2025
      114.7K bytes
      Cache
     
  2. The Johnson-Lindenstrauss bound for embedding w...

    \|u - v\|^2 < \|p(u) - p(v)\|^2 < (1 + eps) \|u - v\|^2\]...v\|^2\] Where u and v are any rows taken from a dataset of shape (n_samples,...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html
    Mon Dec 15 15:02:33 GMT 2025
      119.6K bytes
      Cache
     
  3. completeness_score — scikit-learn 1.8.0 d...

    v_measure_score V-Measure (NMI with arithmetic mean...Rosenberg and Julia Hirschberg, 2007. V-Measure: A conditional entropy-based...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Mon Dec 15 15:02:33 GMT 2025
      114.9K bytes
      Cache
     
  4. clustering.rst.txt

    for :math:`V`: .. math:: H(V) = - \sum_{j=1}^{|V|}P'(j)\log(P'(j))...\text{NMI}(U, V) = \frac{\text{MI}(U, V)}{\text{mean}(H(U), H(V))} This...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Fri Dec 05 17:52:54 GMT 2025
      92.8K bytes
     
  5. plot_kmeans_digits.rst.txt

    score compl completeness score v-meas V measure ARI adjusted Rand...init time inertia homo compl v-meas ARI AMI silhouette k-means++...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Fri Dec 05 17:52:55 GMT 2025
      10.5K bytes
     
  6. 2.3. Clustering — scikit-learn 1.8.0 docu...

    Likewise for \(V\) : \[H(V) = - \sum_{j=1}^{|V|}P'(j)\log(P'(j))\]...\[\text{NMI}(U, V) = \frac{\text{MI}(U, V)}{\text{mean}(H(U), H(V))}\] This...
    scikit-learn.org/stable/modules/clustering.html
    Mon Dec 15 15:02:30 GMT 2025
      236.2K bytes
      Cache
     
  7. Demo of affinity propagation clustering algorit...

    labels )) print ( "V-measure: %0.3f " % metrics...Homogeneity: 0.872 Completeness: 0.872 V-measure: 0.872 Adjusted Rand Index:...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Mon Dec 15 15:02:30 GMT 2025
      97K bytes
      Cache
     
  8. Docker Installation (Detailed Guide)

    add the -v option: $ docker compose -f compose.yaml...compose-opensearch3.yaml down -v Note : This command will delete...
    fess.codelibs.org/15.3/install/install-docker.html
    Mon Dec 15 02:38:52 GMT 2025
      48.3K bytes
      Cache
     
  9. Procédure de mise à niveau

    $ docker run --rm -v fess-es-data:/data -v $(pwd):/backup ubuntu.../data $ docker run --rm -v fess-data:/data -v $(pwd):/backup ubuntu...
    fess.codelibs.org/fr/15.3/install/upgrade.html
    Mon Dec 15 02:44:00 GMT 2025
      40.9K bytes
      Cache
     
  10. 1.2. Linear and Quadratic Discriminant Analysis...

    X_k^TX_k = \frac{1}{n - 1} V S^2 V^T\) where \(V\) comes from the SVD...(centered) matrix: \(X_k = U S V^T\) . It turns out that we can...
    scikit-learn.org/stable/modules/lda_qda.html
    Mon Dec 15 15:02:33 GMT 2025
      55.7K bytes
      Cache
     
Back to Top