- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 327 for v (0.6 seconds)
-
v_measure_score — scikit-learn 1.8.0 docu...
0 ) [source] # V-measure cluster labeling given...'arithmetic' option for averaging. The V-measure is the harmonic mean between...scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html -
dict_learning_online — scikit-learn 1.8.0...
V ^* ) = argmin 0.5 || X - U V || _Fro ^ 2 + alpha...alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 = 1 for all...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning_online.html -
adjusted_mutual_info_score — scikit-learn...
V ) - E ( MI ( U , V ))] / [ avg ( H ( U ), H ( V )) - E...\(U\) and \(V\) , the AMI is given as: AMI ( U , V ) = [ MI (...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html -
pydata-sphinx-theme.js
v=i&&n(o,a,">");g||v?m.innerText="an unstable...e/i.test(e.key)&&v():(e.preventDefault(),v())}),!0),document...scikit-learn.org/stable/_static/scripts/pydata-sphinx-theme.js -
ward_tree — scikit-learn 1.8.0 documentation
\sqrt{\frac{|v|+|s|} {T}d(v,s)^2 + \frac{|v|+|t|} {T}d(v,t)^2 - \frac{|v|} {T}d(s,t)^2}\]...\(d(u,v)\) is computed as follows, \[d(u,v) = \sqrt{\frac{|v|+|s|}...scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html -
dict_learning — scikit-learn 1.8.0 docume...
V ^* ) = argmin 0.5 || X - U V || _Fro ^ 2 + alpha...alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 = 1 for all...scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html -
DistanceMetric — scikit-learn 1.8.0 docum...
SEuclideanDistance V sqrt(sum((x - y)^2 / V)) “mahalanobis” MahalanobisDistance...MahalanobisDistance V or VI sqrt((x - y)' V^-1 (x - y)) Metrics...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html -
Gaussian Mixture Model Ellipsoids — sciki...
color_iter )): v , w = linalg . eigh ( covar ) v = 2.0 * np . sqrt...patches . Ellipse ( mean , v [ 0 ], v [ 1 ], angle = 180.0 + angle...scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html -
GMM covariances — scikit-learn 1.8.0 docu...
degrees v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v ) ell = mpl...gmm . means_ [ n , : 2 ], v [ 0 ], v [ 1 ], angle = 180 + angle...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
Biclustering documents with the Spectral Co-clu...
V-measure: 0.4415 MiniBatchKMeans... Done in 2.22s. V-measure:...the biclusters achieve a better V-measure than clusters found by...scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html