摘要: 转自:https://www.jianshu.com/p/43318a3dc715?from=timeline&isappinstalled=0 https://blog.csdn.net/ericcchen/article/details/72357411 实际含义包括数据和假设的概率模型之间的差 阅读全文
posted @ 2018-11-19 20:04 lypbendlf 阅读(496) 评论(0) 推荐(0) 编辑
摘要: Suppose that all the keys in a binary tree are distinct positive integers. Given the preorder and inorder traversal sequences, you are supposed to out 阅读全文
posted @ 2018-11-19 18:47 lypbendlf 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Given any string of N (≥5) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d e l l 阅读全文
posted @ 2018-11-19 17:20 lypbendlf 阅读(103) 评论(0) 推荐(0) 编辑
摘要: A clique is a subset of vertices of an undirected graph such that every two distinct vertices in the clique are adjacent. A maximal clique is a clique 阅读全文
posted @ 2018-11-19 16:41 lypbendlf 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/wyuzl/p/7699818.html 1.在决策树算法中,就是根据信息论的方法找到最合适的特征来划分数据集。在这里,我们首先要计算所有类别的所有可能值的香农熵,根据香农熵来我们按照取最大信息增益(information gain)的方法划分我 阅读全文
posted @ 2018-11-19 15:37 lypbendlf 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/ohshit/p/5629581.html (1)条件概率公式 设A,B是两个事件,且P(B)>0,则在事件B发生的条件下,事件A发生的条件概率(conditional probability)为: P(A|B)=P(AB)/P(B) (2)乘法 阅读全文
posted @ 2018-11-19 14:21 lypbendlf 阅读(261) 评论(0) 推荐(0) 编辑