{"id":37535591,"url":"https://github.com/kflu/nbc4it","last_synced_at":"2026-01-16T08:38:54.955Z","repository":{"id":28665904,"uuid":"32185501","full_name":"kflu/nbc4it","owner":"kflu","description":"Naive Bayesian Classifier for Internet Traffic","archived":false,"fork":false,"pushed_at":"2018-04-05T06:07:38.000Z","size":631,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-09T12:21:32.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://code.google.com/archive/p/nbc4it/","language":"PostScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kflu.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-13T23:05:42.000Z","updated_at":"2018-04-05T06:07:39.000Z","dependencies_parsed_at":"2022-08-24T06:10:51.056Z","dependency_job_id":null,"html_url":"https://github.com/kflu/nbc4it","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kflu/nbc4it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kflu%2Fnbc4it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kflu%2Fnbc4it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kflu%2Fnbc4it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kflu%2Fnbc4it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kflu","download_url":"https://codeload.github.com/kflu/nbc4it/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kflu%2Fnbc4it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T08:38:54.766Z","updated_at":"2026-01-16T08:38:54.932Z","avatar_url":"https://github.com/kflu.png","language":"PostScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Migrated from https://code.google.com/archive/p/nbc4it/\n\n\n=================================\nFiles:\n\ncommon.h\n----\nCommonly included header files.\n\ndateset.h \u0026 dataset.cpp\n----\nContains date structure and member function description for the Data set, instances, attribute, etc.\n\ndataset_test.cpp\n----\nTest on read in from a arff format file to a Dataset structure.\n\n\n\n=================================\nTo Compile:\n\n`make' to compile and `make clean' to clean.\n`make doc' will make the Doxygen documetation.\n`make backup' will backup the project into a tarball in ../.\n\nNOTE: To make the test work. One needs a TSH format data named `test.dat' i n current dir.\n\n\n=================================\nTSH (time sequenced headers) format \n\n     0                   1                   2                   3\n     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 0  |                    timestamp (seconds)                        | Time\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 1  |  interface #  |          timestamp (microseconds)             |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 2  |Version|  IHL  |Type of Service|          Total Length         | IP\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 3  |         Identification        |Flags|      Fragment Offset    |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 4  |  Time to Live |    Protocol   |         Header Checksum       |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 5  |                       Source Address                          |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 6  |                    Destination Address                        |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 7  |          Source Port          |       Destination Port        | TCP\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 8  |                        Sequence Number                        |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n 9  |                    Acknowledgment Number                      |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n    |  Data |           |U|A|P|R|S|F|                               |\n 10 | Offset| Reserved  |R|C|S|S|Y|I|            Window             |\n    |       |           |G|K|H|T|N|N|                               |\n    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n\n\n===============================\nReference\n\nData set from A. Moore (.arff)\thttp://www.cl.cam.ac.uk/research/srg/netos/nprobe/data/papers/sigmetrics/index.html\nData set from MIT (DARPA)\thttp://www.ll.mit.edu/mission/communications/ist/corpora/ideval/tools.html\nNLANR trace website\t\thttp://pma.nlanr.net/Traces/\nTCP reference\t\t\thttp://www.freesoft.org/CIE/Course/Section4/index.htm\ntcptrace manual\t\t\thttp://www.tcptrace.org/manual.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkflu%2Fnbc4it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkflu%2Fnbc4it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkflu%2Fnbc4it/lists"}