Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1041 - 1050 of 2,024 for = (0.13 sec)

  1. Decision Boundaries of Multinomial and One-vs-R...

    n_samples = 1_000 , centers = centers , random_state = 40 ) transformation..., ax = plt . subplots ( figsize = ( 6 , 4 )) scatter = ax . scatter...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html
    Mon Aug 25 13:49:18 UTC 2025
      110.7K bytes
      Cache
     
  2. Perceptron — scikit-learn 1.7.1 documentation

    fit_intercept = True , max_iter = 1000 , tol = 0.001 , shuffle = True...verbose = 0 , eta0 = 1.0 , n_jobs = None , random_state = 0 , early_stopping...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Mon Aug 25 13:49:19 UTC 2025
      162K bytes
      Cache
     
  3. plot_multi_metric_evaluation.rst.txt

    py: ========== Demonstration of multi-metric...cross_val_score and GridSearchCV ========== Multiple metric parameter...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Sat Aug 23 16:32:03 UTC 2025
      6.6K bytes
     
  4. Multilabel classification — scikit-learn 1.7.1 ...

    if transform == "pca" : X = PCA ( n_components = 2 ) . fit_transform...elif transform == "cca" : X = CCA ( n_components = 2 ) . fit ( X...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html
    Mon Aug 25 13:49:23 UTC 2025
      106K bytes
      Cache
     
  5. Sum — scikit-learn 1.7.1 documentation

    y = make_friedman2 ( n_samples = 500 , noise = 0 , random_state...RBF(length_scale=1) __call__ ( X , Y = None , eval_gradient = False )...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html
    Mon Aug 25 13:49:18 UTC 2025
      122.1K bytes
      Cache
     
  6. silhouette_samples — scikit-learn 1.7.1 documen...

    y = make_blobs ( n_samples = 50 , random_state = 42 ) >>>...>>> kmeans = KMeans ( n_clusters = 3 , random_state = 42 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Mon Aug 25 13:49:18 UTC 2025
      112.3K bytes
      Cache
     
  7. dump_svmlight_file — scikit-learn 1.7.1 documen...

    zero_based = True , comment = None , query_id = None , multilabel...make_classification >>> X , y = make_classification ( random_state = 0 ) >>> output_file...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html
    Mon Aug 25 13:49:18 UTC 2025
      108.8K bytes
      Cache
     
  8. v_measure_score — scikit-learn 1.7.1 documentation

    beta = 1.0 ) [source] # V-measure cluster...homogeneity and completeness: v = ( 1 + beta ) * homogeneity * completeness...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Mon Aug 25 13:49:18 UTC 2025
      121.5K bytes
      Cache
     
  9. Oracleの配列・構造体パラメータ | DBFlute

    @Java // = = = = = = = = = = = = = = = = = = = = = = // NESTED_FOO_BEAN...CORGE_TABLE<CORGE_BEAN> // = = = = = = = = = =/ // ## Arrange ## SpStructNestedParame...
    dbflute.seasar.org/ja/manual/reference/dbway/oracle/oraclearraystruct.html
    Tue Aug 12 02:41:09 UTC 2025
      43.5K bytes
      Cache
     
  10. Eclipseエディターテンプレート | DBFlute

    sea = ... ifnu... // control+space, enter ↓↓↓ if (sea == null...if (xxx == null) {} を補完 ifNotNull 近くの変数で if (xxx != null) {}...
    dbflute.seasar.org/ja/manual/topic/friends/eclipse/coding/templates.html
    Tue Aug 12 02:41:09 UTC 2025
      18K bytes
      Cache
     
Back to top