- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 2,023 for = (0.07 sec)
-
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... -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
ハンズオンのコーディングポリシー | 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 -
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