Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 22 for test (0.09 sec)

  1. test.cpp

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.cpp
    Thu Mar 28 00:01:19 UTC 2024
      120 bytes
      6 views
      Similar Results (1)
     
  2. test.html

    Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/html/test.html
    Thu Mar 28 00:01:25 UTC 2024
      181 bytes
      7 views
      Similar Results (3)
     
  3. test.mm

    1"> <node TEXT="Lorem ipsum. (&#12525;&#12...
    raw.githubusercontent.com/codelibs/fess-testdata/master/xml/test.mm
    Thu Mar 28 00:00:35 UTC 2024
      196 bytes
      1 views
     
  4. test.js

    function foo() { var bar = "Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.js
    Thu Mar 28 00:00:36 UTC 2024
      99 bytes
      3 views
     
  5. test.java

    test.javapackage com.foo.bar; public class Test { public String...String test="Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; } 5...
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.java
    Thu Mar 28 00:00:37 UTC 2024
      136 bytes
     
  6. test.hpp

    // Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 typedef int & Integer;
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.hpp
    Thu Mar 28 00:01:12 UTC 2024
      92 bytes
      Similar Results (1)
     
  7. test.zip

    data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 data/file.txt Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.zip
    Thu Mar 28 00:01:29 UTC 2024
      595 bytes
      1 views
     
  8. test.tar.gz

    test.tar data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。...
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.tar.gz
    Thu Mar 28 00:01:28 UTC 2024
      403 bytes
      1 views
     
  9. plot_multi_metric_evaluation.ipynb

    1)[0][0]\n best_score = results[\"mean_test_%s\" % scorer][best_index]\n\n...etc...)\n\nThe ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation....
    Thu Mar 28 16:05:59 UTC 2024
      4.8K bytes
     
  10. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Thu Mar 28 16:05:58 UTC 2024
      4.9K bytes
      1 views
     
Back to top