https://github.com/dimchansky/ebsl-go
Evidence-based subjective logic (EBSL) implementation in Go
https://github.com/dimchansky/ebsl-go
ebsl golang
Last synced: 11 months ago
JSON representation
Evidence-based subjective logic (EBSL) implementation in Go
- Host: GitHub
- URL: https://github.com/dimchansky/ebsl-go
- Owner: dimchansky
- License: mit
- Created: 2019-05-31T09:12:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T12:04:55.000Z (almost 7 years ago)
- Last Synced: 2025-06-20T02:38:10.181Z (12 months ago)
- Topics: ebsl, golang
- Language: Go
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ebsl-go (Work In Progress!) [![GoDoc][1]][2] [![Build Status][3]][4] [![Go Report Card][5]][6] [![Coverage Status][7]][8]
[1]: https://godoc.org/github.com/dimchansky/ebsl-go?status.svg
[2]: https://godoc.org/github.com/dimchansky/ebsl-go
[3]: https://travis-ci.org/dimchansky/ebsl-go.svg?branch=master
[4]: https://travis-ci.org/dimchansky/ebsl-go
[5]: https://goreportcard.com/badge/github.com/dimchansky/ebsl-go
[6]: https://goreportcard.com/report/github.com/dimchansky/ebsl-go
[7]: https://codecov.io/gh/dimchansky/ebsl-go/branch/master/graph/badge.svg
[8]: https://codecov.io/gh/dimchansky/ebsl-go
Evidence-based subjective logic (EBSL) implementation in Go