Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 1,971 for = (0.07 sec)

  1. Demo of affinity propagation clustering algorit...

    ): class_members = labels == k cluster_center = X [ cluster_centers_indices...labels_true = make_blobs ( n_samples = 300 , centers = centers ,...
    scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html
    Sun Oct 12 02:56:16 UTC 2025
      97.5K bytes
      Cache
     
  2. map型プロパティ | DBFlute

    @mapprop map: {AAA= BBB ; CCC = DDD } # {AAA=BBB;CCC=DDD} と同じ 定義値の中の空白や改行...@mapprop map: {AAA= BB B ; CCC = DD D } # {AAA=BBB;CCC=DD D} と同じ # 値の中の改行は保持されない...
    dbflute.seasar.org/ja/manual/reference/dfprop/mapprop.html
    Mon Sep 15 10:51:18 UTC 2025
      18.1K bytes
      Cache
     
  3. AffinityPropagation — scikit-learn 1.7.2 docume...

    damping = 0.5 , max_iter = 200 , convergence_iter = 15 , copy...copy = True , preference = None , affinity = 'euclidean' , verbose...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Sun Oct 12 02:56:16 UTC 2025
      130.6K bytes
      1 views
      Cache
     
  4. AdditiveChi2Sampler — scikit-learn 1.7.2 docume...

    y = load_digits ( return_X_y = True ) >>> chi2sampler = AdditiveChi2Sampler...>>> clf = SGDClassifier ( max_iter = 5 , random_state = 0 , tol...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Sun Oct 12 02:56:14 UTC 2025
      129K bytes
      Cache
     
  5. InputTags — scikit-learn 1.7.2 documentation

    bool = False , sparse : bool = False , categorical : bool = False...bool = False , dict : bool = False , positive_only : bool = False...
    scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html
    Fri Oct 10 15:14:35 UTC 2025
      112K bytes
      Cache
     
  6. Factor Analysis (with rotation) to visualize pa...

    cmap = "RdBu_r" , vmin =- 1 , vmax = 1 ) ax . set_xticks...ncols = len ( methods ), figsize = ( 10 , 8 ), sharey = True )...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Sun Oct 12 02:56:14 UTC 2025
      96.1K bytes
      Cache
     
  7. resample — scikit-learn 1.7.2 documentation

    replace = True , n_samples = None , random_state = None , stratify...y , n_samples = 5 , replace = False , stratify = y , ... random_state...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Thu Oct 09 16:57:45 UTC 2025
      112.7K bytes
      Cache
     
  8. fetch_openml — scikit-learn 1.7.2 documentation

    n_retries : int = 3 , delay : float = 1.0 , parser : str = 'auto' ,...: str | None = None , * , version : str | int = 'active' , data_id...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html
    Sun Oct 12 02:56:17 UTC 2025
      152K bytes
      Cache
     
  9. Birch — scikit-learn 1.7.2 documentation

    threshold = 0.5 , branching_factor = 50 , n_clusters = 3 , compute_labels...compute_labels = True , copy = 'deprecated' ) [source] # Implements...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Sun Oct 12 02:56:14 UTC 2025
      138.5K bytes
      Cache
     
  10. An example of K-Means++ initialization — scikit...

    data n_samples = 4000 n_components = 4 X , y_true = make_blobs (...n_samples = n_samples , centers = n_components , cluster_std = 0.60...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html
    Sun Oct 12 02:56:14 UTC 2025
      88.2K bytes
      Cache
     
Back to top