Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1081 - 1090 of 1,745 for document (0.41 sec)

  1. make_spd_matrix — scikit-learn 1.7.2 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version make_spd_matrix # sklearn.datasets. make_spd_matrix (...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_spd_matrix.html
    Sat Oct 11 07:51:26 UTC 2025
      106.6K bytes
      Cache
     
  2. sklearn.discriminant_analysis — scikit-learn 1....

    Linear and quadratic discriminant analysis. User guide. See the Linear and Quadratic Discriminant Analysis section for further details.
    scikit-learn.org/stable/api/sklearn.discriminant_analysis.html
    Sat Oct 11 07:51:24 UTC 2025
      114.8K bytes
      Cache
     
  3. Segmenting the picture of greek coins in region...

    This example uses Spectral clustering on a graph created from voxel-to-voxel difference on an image to break this image into multiple partly-homogeneous regions. This procedure (spectral clustering...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html
    Sat Oct 11 07:51:27 UTC 2025
      95.4K bytes
      Cache
     
  4. cluster_optics_dbscan — scikit-learn 1.7.2 docu...

    Gallery examples: Demo of OPTICS clustering algorithm
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Sat Oct 11 07:51:25 UTC 2025
      112K bytes
      Cache
     
  5. clear_data_home — scikit-learn 1.7.2 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version clear_data_home # sklearn.datasets. clear_data_home (...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.clear_data_home.html
    Sat Oct 11 07:51:27 UTC 2025
      105.1K bytes
      Cache
     
  6. Online learning of a dictionary of parts of fac...

    This example uses a large dataset of faces to learn a set of 20 x 20 images patches that constitute faces. From the programming standpoint, it is interesting because it shows how to use the online ...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Sat Oct 11 07:51:27 UTC 2025
      98.7K bytes
      Cache
     
  7. calinski_harabasz_score — scikit-learn 1.7.2 do...

    Skip to main content Back to top Ctrl + K GitHub Choose version calinski_harabasz_score # sklearn.metrics. calinski_h...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html
    Sat Oct 11 07:51:26 UTC 2025
      107.6K bytes
      Cache
     
  8. Simple 1D Kernel Density Estimation — scikit-le...

    This example uses the KernelDensity class to demonstrate the principles of Kernel Density Estimation in one dimension. The first plot shows one of the problems with using histograms to visualize th...
    scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html
    Sat Oct 11 07:51:26 UTC 2025
      116.1K bytes
      Cache
     
  9. Dimensionality Reduction with Neighborhood Comp...

    Sample usage of Neighborhood Components Analysis for dimensionality reduction. This example compares different (linear) dimensionality reduction methods applied on the Digits data set. The data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Sat Oct 11 07:51:27 UTC 2025
      98.2K bytes
      Cache
     
  10. Using KBinsDiscretizer to discretize continuous...

    The example compares prediction result of linear regression (linear model) and decision tree (tree based model) with and without discretization of real-valued features. As is shown in the result be...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html
    Sat Oct 11 07:51:26 UTC 2025
      98.1K bytes
      Cache
     
Back to top