上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 106 下一页
摘要: Given two sets of integers, the similarity of the sets is defined to be N​c​​/N​t​​×100%, where N​c​​ is the number of distinct common numbers shared 阅读全文
posted @ 2018-11-13 16:30 lypbendlf 阅读(147) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/mfrbuaa/p/5319365.html 麻省理工学院线性代数课笔记。 1.一维投影 2.三维投影 最后还涉及到了最小二乘法的几何意义。也就是投影得到的公式啊! 阅读全文
posted @ 2018-11-12 19:42 lypbendlf 阅读(846) 评论(0) 推荐(0)
摘要: The basic task is simple: given N real numbers, you are supposed to calculate their average. But what makes it complicated is that some of the input n 阅读全文
posted @ 2018-11-12 16:58 lypbendlf 阅读(323) 评论(0) 推荐(0)
摘要: 全文转自:https://www.cnblogs.com/gatherstars/p/6084696.html#commentform 这篇真的讲的清楚明白!要多复习!加深记忆! 1.概述 AUC(Area Under roc Curve)是一种用来度量分类模型好坏的一个标准。这样的标准其实有很多, 阅读全文
posted @ 2018-11-11 21:10 lypbendlf 阅读(209) 评论(0) 推荐(0)
摘要: On a broken keyboard, some of the keys are worn out. So when you type some sentences, the characters corresponding to those keys will not appear on sc 阅读全文
posted @ 2018-11-11 19:23 lypbendlf 阅读(147) 评论(0) 推荐(0)
摘要: The string APPAPT contains two PAT's as substrings. The first one is formed by the 2nd, the 4th, and the 6th characters, and the second one is formed 阅读全文
posted @ 2018-11-11 11:28 lypbendlf 阅读(148) 评论(0) 推荐(0)
摘要: Given a tree, you are supposed to tell if it is a complete binary tree. Input Specification: Each input file contains one test case. For each case, th 阅读全文
posted @ 2018-11-10 16:38 lypbendlf 阅读(223) 评论(0) 推荐(1)
摘要: Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the 阅读全文
posted @ 2018-11-10 15:17 lypbendlf 阅读(276) 评论(0) 推荐(0)
摘要: Given any positive integer N, you are supposed to find all of its prime factors, and write them in the format N = p​1​​​k​1​​​​×p​2​​​k​2​​​​×⋯×p​m​​​ 阅读全文
posted @ 2018-11-10 12:26 lypbendlf 阅读(207) 评论(0) 推荐(0)
摘要: 1.CreateSeuratObject 转自:https://cloud.tencent.com/developer/article/1055892 # Initialize the Seurat object with the raw (non-normalized data). Keep al 阅读全文
posted @ 2018-11-09 03:38 lypbendlf 阅读(1770) 评论(0) 推荐(0)
上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 106 下一页