- Sort Score
- Num 10 results
- Language All
- Labels All
Results 71 - 80 of 1,686 for d (0.36 seconds)
-
neighbors.rst.txt
:math:`D` dimensions, this approach scales as :math:`O[D N^2]`....refers to the dimension :math:`d \le D` of a manifold on which the...scikit-learn.org/stable/_sources/modules/neighbors.rst.txt -
Rank Fusion Settings
Formula: score ( d ) = Σ 1 / ( k + rank ( d )) k : Constant parameter...(default: 60) rank(d) : Rank of document d in each search result...fess.codelibs.org/15.5/config/rank-fusion.html -
Chat API
quot; \ -d "sessionId=abc123def456" \ -d "clear=true"...st:8080/api/v1/chat" \ -d "message=Que es Fess?"...fess.codelibs.org/es/15.5/api/api-chat.html -
TweedieRegressor — scikit-learn 1.8.0 doc...
D^2 is defined as \(D^2 = 1-\frac{D(y_{true},y_{pred})}{D_{null}}\)...Compute D^2, the percentage of deviance explained. D^2 is a generalization...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
Prediction Latency — scikit-learn 1.8.0 d...
cls_infos = [ " %s \n ( %d %s )" % ( estimator_conf..."Prediction Time per Instance - %s , %d feats." % ( pred_type . capitalize...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html -
Index-Verwaltung
'Content-Type: application/json' - d ' { "type" : "fs"...'Content-Type: application/json' - d ' { "indices" :...fess.codelibs.org/de/15.4/config/admin-index-backup.html -
Storage API
"Content-Type: application/json" \ -d '{ "maxNumSegments":..."Content-Type: application/json" \ -d '{ "index": &qu...fess.codelibs.org/zh-cn/15.5/api/admin/api-admin-storage.html -
Búsqueda por rango de valores
d (día), h (hora), m (minuto), s...la unidad después de /. now-1d/d representa las 00:00 del día anterior...fess.codelibs.org/es/15.5/user/search-range.html -
Sparse inverse covariance estimation — sc...
prec ) d = np . sqrt ( np . diag ( cov )) cov /= d cov /= d [:,...[:, np . newaxis ] prec *= d prec *= d [:, np . newaxis ] X = prng...scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html -
FeatureHasher and DictVectorizer Comparison ...
fit_transform ( token_freqs ( d ) for d in raw_data ) duration = time...transform ( token_freqs ( d ) for d in raw_data ) duration = time...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html