BayesNetwork 贝叶斯网络有向图的定义有向图是一种图论中的数据结构,由一组顶点(节点)和一组有方向的边组成,用于表示节点之间的单向关系。其数学定义为:$$G = (V, E)$$ $ V $:顶点的有限集合(如 ({A, B, C}))。 $E $:有向边的集合,每条边是一个有序顶点对(如 $ (A \to B) $)表示从$A$指向$B$的边)。 关键特性 方向性 边 $ (u \to 2025-06-16 #机器学习
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2025-06-15