Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1361 - 1370 of 2,013 for = (0.16 sec)

  1. paired_euclidean_distances — scikit-learn 1.7.0...

    ces >>> X = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html
    Tue Jul 01 15:59:32 UTC 2025
      106.7K bytes
      Cache
     
  2. nan_euclidean_distances — scikit-learn 1.7.0 do...

    Y = None , * , squared = False , missing_values = nan , copy...samples in X and Y, where Y=X is assumed if Y=None. When calculating...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html
    Tue Jul 01 15:59:32 UTC 2025
      110.9K bytes
      Cache
     
  3. 1.9. Naive Bayes — scikit-learn 1.7.0 documenta...

    random_state = 0 ) >>> gnb = GaussianNB () >>> y_pred = gnb . fit...\[P(x_i \mid y) = P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y))...
    scikit-learn.org/stable/modules/naive_bayes.html
    Tue Jul 01 15:59:32 UTC 2025
      56.6K bytes
      Cache
     
  4. BernoulliNB — scikit-learn 1.7.0 documentation

    alpha = 1.0 , force_alpha = True , binarize = 0.0 , fit_prior...fit_prior = True , class_prior = None ) [source] # Naive Bayes classifier...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Tue Jul 01 15:59:32 UTC 2025
      152.5K bytes
      Cache
     
  5. updateNonstrict(entity) | DBFlute

    memberId=3} @Java Member member = new Member(); member.setMemberId(...member = memberBhv.selectEntityWithDele(cb); Member member = new...
    dbflute.seasar.org/ja/manual/function/ormapper/behavior/update/updatenonstrict.html
    Fri Jun 13 09:55:28 UTC 2025
      17.3K bytes
      Cache
     
  6. Compare Stochastic learning strategies for MLPC...

    ) mlp = MLPClassifier ( random_state = 0 , max_iter = max_iter...make_circles ( noise = 0.2 , factor = 0.5 , random_state = 1 ), datasets...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Tue Jul 01 15:59:32 UTC 2025
      105.4K bytes
      Cache
     
  7. GenericUnivariateSelect — scikit-learn 1.7.0 do...

    score_func=<function f_classif> , * , mode='percentile' , param=1e-05...chi2 >>> X , y = load_breast_cancer ( return_X_y = True ) >>> X...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html
    Tue Jul 01 15:59:33 UTC 2025
      134.1K bytes
      Cache
     
  8. 1.2. Linear and Quadratic Discriminant Analysis...

    \mathcal{R}^d\) : \[P(y=k | x) = \frac{P(x | y=k) P(y=k)}{P(x)} = \frac{P(x...P(y=k | x) &= \log P(x | y=k) + \log P(y = k) + Cst \\ &= -\frac{1}{2}...
    scikit-learn.org/stable/modules/lda_qda.html
    Tue Jul 01 15:59:34 UTC 2025
      53.8K bytes
      Cache
     
  9. explained_variance_score — scikit-learn 1.7.0 d...

    sample_weight = None , multioutput = 'uniform_average' ,... >>> y_true = [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Tue Jul 01 15:59:32 UTC 2025
      114.9K bytes
      Cache
     
  10. mutual_info_classif — scikit-learn 1.7.0 docume...

    discrete_features = 'auto' , n_neighbors = 3 , copy = True , random_state...n_features = 10 , n_informative = 2 , n_clusters_per_class = 1 , ......
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Tue Jul 01 15:59:34 UTC 2025
      114.9K bytes
      Cache
     
Back to top