- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 730 for = (0.06 sec)
-
theme.min.css
}[class^=ai-],[class*=" ai-"],[class^=bi-],[class*=" bi-"]{d...t([type=date]):not([type=datetime-local]):not([type=month]):...fess.codelibs.org/_static/assets/css/theme.min.css -
Fess Configuration Properties
he=hen hi=hin hr=hrn hu=hun hy=hyn id=idn it=itn ja=jan ko=kon...sv=svn ta=tan te=ten th=thn tl=tln tr=trn uk=ukn ur=urn vi=vin...fess.codelibs.org/15.0/config/properties.html -
dict-111.png
PixelInterleaved width=1015, height=5271, bitDepth=8, colorType=RGBAlpha,...red=8, green=8, blue=8, alpha=8 RGB 8 8 8 8 5271 1 1.0 1 8 8 8...fess.codelibs.org/ja/_images/dict-111.png -
Comparing different clustering algorithms on to...
) # ========== # Create cluster objects # ========== ms = cluster...) # ========== # Set up cluster parameters # ========== plt ....scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html -
Classification of text documents using sparse f...
name )) ========== Logistic Regression __________...dimensionality: 5316 density: 1.0 ========== Ridge Classifier __________...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
t-SNE: The effect of various perplexity values ...
factor = 0.5 , noise = 0.05 , random_state = 0 ) red = y == 0 green...green = y == 1 ax = subplots [ 0 ][ 0 ] ax . scatter ( X [ red...scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html -
Comparing Random Forests and Histogram Gradient...
fig = make_subplots ( rows = 1 , cols = 2 , shared_yaxes = True...), legend = dict ( x = 0.72 , y = 0.05 , traceorder = "normal"...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
Post-tuning the decision threshold for cost-sen...
mask_false_negative = ( y_true == 1 ) & ( y_pred == 0 ) fraudulent_refuse = mask_true_positive...mask_true_positive = ( y_true == 1 ) & ( y_pred == 1 ) mask_true_negative...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Comparison of Manifold Learning methods — sciki...
axs = plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 7...y , z = points . T fig , ax = plt . subplots ( figsize = ( 6 ,...scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html -
Approximate nearest neighbors in TSNE — scikit-...
n_samples = 20_000 )), ] n_iter = 500 perplexity = 30 metric = "euclidean"...n_neighbors = 5 , metric = "euclidean" , method = "sw-graph" ,...scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html