Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 2,023 for = (0.07 sec)

  1. LinearDiscriminantAnalysis — scikit-learn 1.7.1...

    LinearDiscriminantAn ( solver = 'svd' , shrinkage = None , priors = None , n_components...n_components = None , store_covariance = False , tol = 0.0001 , ...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Sat Aug 23 16:32:04 UTC 2025
      154.8K bytes
      Cache
     
  2. orthogonal_mp — scikit-learn 1.7.1 documentation

    n_nonzero_coefs = None , tol = None , precompute = False , copy_X = True...>>> X , y = make_regression ( noise = 4 , random_state = 0 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html
    Sat Aug 23 16:32:04 UTC 2025
      112.3K bytes
      1 views
      Cache
     
  3. PairwiseKernel — scikit-learn 1.7.1 documentation

    gamma = 1.0 , gamma_bounds = (1e-05, 100000.0) , metric = 'linear'...>>> X , y = load_iris ( return_X_y = True ) >>> kernel = PairwiseKernel...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.PairwiseKernel.html
    Sat Aug 23 16:32:04 UTC 2025
      123.8K bytes
      Cache
     
  4. Java - String | DBFlute

    一つ飛ばして3文字 int len = name.length(); String ... = name. substring...@Java String name = "jflute" ; int index = name. indexOf ( "u"...
    dbflute.seasar.org/ja/manual/topic/programming/java/string.html
    Tue Aug 12 02:41:09 UTC 2025
      19.8K bytes
      Cache
     
  5. GridSearchCV — scikit-learn 1.7.1 documentation

    scoring = None , n_jobs = None , refit = True , cv = None , verbose...verbose = 0 , pre_dispatch = '2*n_jobs' , error_score = nan , return_train_score...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Sat Aug 23 16:32:04 UTC 2025
      184.7K bytes
      Cache
     
  6. 12.1. Array API support (experimental) — scikit...

    y_np = make_classification ( random_state = 0 ) >>> X_cu = cupy...X_torch = torch . asarray ( X_np , device = "cuda" , dtype = torch...
    scikit-learn.org/stable/modules/array_api.html
    Sat Aug 23 16:32:03 UTC 2025
      76.9K bytes
      Cache
     
  7. robust_scale — scikit-learn 1.7.1 documentation

    axis = 0 , with_centering = True , with_scaling = True , quantile_range...quantile_range = (25.0, 75.0) , copy = True , unit_variance = False )...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Sat Aug 23 16:32:03 UTC 2025
      112.9K bytes
      Cache
     
  8. hinge_loss — scikit-learn 1.7.1 documentation

    hinge_loss >>> X = [[ 0 ], [ 1 ]] >>> y = [ - 1 , 1 ] >>> est = svm . LinearSVC...pred_decision , * , labels = None , sample_weight = None ) [source] #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Sat Aug 23 16:32:03 UTC 2025
      114.8K bytes
      Cache
     
  9. ハンズオンのコーディングポリシー | DBFlute

    prefix = "S" ; // ## Act ## List<Member> memberList = memberBhv...@author を付与しましょう。 (Eclipseなら @au => ctrl+space で補完) e.g. 最低限のJavaDoc,...
    dbflute.seasar.org/ja/tutorial/handson/review/codingpolicy.html
    Tue Aug 12 02:41:09 UTC 2025
      20.2K bytes
      Cache
     
  10. PLSSVD — scikit-learn 1.7.1 documentation

    ( n_components = 2 , * , scale = True , copy = True ) [source]...default=True Whether to scale X and y . copy bool, default=True...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html
    Sat Aug 23 16:32:04 UTC 2025
      128.8K bytes
      Cache
     
Back to top