Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 4 of 4 for c (0.02 sec)

  1. test.c

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.c
    Fri May 03 00:01:25 UTC 2024
      120 bytes
     
  2. plot_classifier_comparison.rst.txt

    C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Apr 29 15:57:10 UTC 2024
      7.7K bytes
     
  3. plot_discretization_strategies.rst.txt

    c_[xx.ravel(), yy.ravel()] ax.set_xlim(xx.min(),...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Thu May 02 15:42:32 UTC 2024
      5.6K bytes
     
  4. plot_pca_iris.rst.txt

    c=y, cmap=plt.cm.nipy_spectral,...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Thu May 02 15:42:34 UTC 2024
      3.6K bytes
     
Back to top