Are there any implementations of confidence indicators based on subjective logic?

Subjective logic is a fundamental part of my next project, and I'm just wondering if there are any implementations already there. I read some things (not a lot) about operators, but I'm still not sure how to do this.

Preferably, I would like to implement a C / Java / Go / Python implementation

+3
source share
2 answers

The demo page contains a Java applet that can be used to visualize trust networks using subjective logic. Although it is impossible to get the source for the applet, the JAR file applet can be decompiled using a program such as JD (java decompiler) and reconstructed from there.

The code provides a library somewhat and is an example of only subjective logic in the code I saw.

0
source

Google. , Prolog. , (, CLIPS, ), .

, Java C.

+1

All Articles