Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 107 for cms (0.04 sec)

  1. Iso-probability lines for Gaussian Processes cl...

    as np from matplotlib import cm from matplotlib import pyplot...plt . imshow ( y_prob , cmap = cm . gray_r , alpha = 0.8 , extent...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Tue May 07 15:05:50 UTC 2024
      42.5K bytes
      Cache
     
  2. Vector Quantization Example — scikit-learn 1.4....

    cm . gray ) ax [ 0 ] . axis ( "off"...compressed_raccoon_uniform , cmap = plt . cm . gray ) ax [ 0 ] . axis ( "off"...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Tue May 07 15:05:50 UTC 2024
      49K bytes
      Cache
     
  3. Two-class AdaBoost — scikit-learn 1.4.2 documen...

    cm . Paired , response_method =...idx , 1 ], c = c , cmap = plt . cm . Paired , s = 20 , edgecolor...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Tue May 07 15:05:50 UTC 2024
      40K bytes
      Cache
     
  4. Segmenting the picture of greek coins in region...

    cm . gray ) plt . xticks (()) plt...n_regions ): colors = [ plt . cm . nipy_spectral (( l + 4 ) /...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html
    Tue May 07 15:05:50 UTC 2024
      32.9K bytes
      Cache
     
  5. SVM with custom kernel — scikit-learn 1.4.2 doc...

    cm . Paired , ax = ax , response_method...[:, 1 ], c = Y , cmap = plt . cm . Paired , edgecolors = "k" )...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Tue May 07 15:05:50 UTC 2024
      26.1K bytes
      Cache
     
  6. Non-linear SVM — scikit-learn 1.4.2 documentation

    cm . PuOr_r , ) contours = plt ....s = 30 , c = Y , cmap = plt . cm . Paired , edgecolors = "k" )...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_nonlinear.html
    Tue May 07 15:05:50 UTC 2024
      27.9K bytes
      Cache
     
  7. Empirical evaluation of the impact of k-means i...

    cm as cm import matplotlib.pyplot as...my_members = km . labels_ == k color = cm . nipy_spectral ( float ( k )...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html
    Tue May 07 15:05:50 UTC 2024
      43.3K bytes
      Cache
     
  8. Feature agglomeration vs. univariate selection ...

    cm . RdBu_r ) plt . title ( "True...interpolation = "nearest" , cmap = plt . cm . RdBu_r ) plt . title ( "Feature...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Tue May 07 15:05:50 UTC 2024
      49.4K bytes
      Cache
     
  9. Selecting the number of clusters with silhouett...

    cm as cm import matplotlib.pyplot as...y_lower + size_cluster_i color = cm . nipy_spectral ( float ( i )...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Tue May 07 15:05:50 UTC 2024
      41.6K bytes
      Cache
     
  10. Visualizing the stock market structure — scikit...

    cm . nipy_spectral ) # Plot the...segments , zorder = 0 , cmap = plt . cm . hot_r , norm = plt . Normalize...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Tue May 07 15:05:50 UTC 2024
      74.3K bytes
      Cache
     
Back to top