Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of 808 for v (3.98 seconds)

  1. 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
     
  2. Demo of DBSCAN clustering algorithm — sci...

    V-measure, Rand-Index, Adjusted....3f } " ) print ( f "V-measure: { metrics . v_measure_score...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Mon Dec 15 15:02:31 GMT 2025
      102.8K bytes
      Cache
     
  3. 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
     
  4. 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
     
  5. 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
     
  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. 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
     
  8. 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
     
  9. 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
     
  10. Linear and Quadratic Discriminant Analysis with...

    2 * v [ 0 ] ** 0.5 , 2 * v [ 1 ] ** 0.5 , angle...( mean , cov , color , ax ): v , w = np . linalg . eigh ( cov...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Mon Dec 15 15:02:31 GMT 2025
      118.4K bytes
      Cache
     
Back to Top