- Sort Score
- Num 10 results
- Language All
- Labels All
Results 951 - 960 of 9,311 for c (0.16 seconds)
Filter
-
NuSVR — scikit-learn 1.8.0 documentation
C float, default=1.0 Penalty parameter C of the error...sklearn.svm. NuSVR ( * , nu = 0.5 , C = 1.0 , kernel = 'rbf' , degree...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
Selecting the number of clusters with silhouett...
c in enumerate ( centers ): ax2 . scatter ( c [ 0 ], c [ 1...= 30 , lw = 0 , alpha = 0.7 , c = colors , edgecolor = "k" ) #...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html -
로그 설정
%-5p %c {1.} [ %F :%L] - %m%n" /> 추가되는 정보: %c{1.} : 축약된..." %d{ISO8601} [%t] %-5p %c - %m%n" /> < Policies...fess.codelibs.org/ko/15.4/config/admin-logging.html -
Compare BIRCH and MiniBatchKMeans — scikit-lear...
c = "w" , edgecolor = col , marker...this_centroid [ 1 ], marker = "+" , c = "k" , s = 25 ) ax . set_ylim...scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html -
IBM API Hub Notices
Z-SCHEMA MIT License (Copyright (c) 2014 Martin Zagora and other...POSIX-CHARACTER-CLASSES MIT License (Copyright (c) 2016-2017, Jon Schlinkert) Creative...developer.ibm.com/terms/ibm-api-hub-notices/ -
Swiss Roll And Swiss-Hole Reduction — scikit-le...
c = sr_color , s = 50 , alpha =...sr_lle [:, 0 ], sr_lle [:, 1 ], c = sr_color ) axs [ 0 ] . set_title...scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html -
plot_classifier_comparison.ipynb
C=0.025, random_state=42),\n SVC(gamma=2, C=1, random_state=42),\n...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors=\"k\")\n...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
Alternate data streams and cybersecurity vulner...
exe ): C:\> type C:\windows\system32\notepad.exe >C:\win...in the Command Prompt: C:\> start c:\notepad.txt::$DATA Detecting...developer.ibm.com/articles/alternate-data-streams/ -
Compare Stochastic learning strategies for MLPC...
plot_args = [ { "c" : "red" , "linestyle" : "-" }, { "c" : "green"..."-" }, { "c" : "blue" , "linestyle" : "-" }, { "c" : "red" ,...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html -
Feature discretization — scikit-learn 1.8.0 doc...
c = y_train , cmap = cm_bright ,...X_test [:, 0 ], X_test [:, 1 ], c = y_test , cmap = cm_bright ,...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html