Fix problem with tensors way

This commit is contained in:
2023-07-30 19:00:02 +02:00
parent 53697648e7
commit 43bb017d5d
10 changed files with 95 additions and 40 deletions

12
TAN_iris.dot Normal file
View File

@@ -0,0 +1,12 @@
digraph BayesNet {
label=<BayesNet >
fontsize=30
fontcolor=blue
labelloc=t
layout=circo
class [shape=circle, fontcolor=red, fillcolor=lightblue, style=filled ]
class -> sepallength class -> sepalwidth class -> petallength class -> petalwidth petallength [shape=circle]
petallength -> sepallength petalwidth [shape=circle]
sepallength [shape=circle]
sepallength -> sepalwidth sepalwidth [shape=circle]
sepalwidth -> petalwidth }