适用情况: 1 exists some 'underlying pattern' to be learned --so 'performance measure' can be imporoved 例:小孩哭泣,没有内在模式 2 but no programmable(easy) definitio ...
分类:
其他好文 时间:
2016-09-26 08:37:28
阅读次数:
123
Loss Function Loss function is used to measure the degree of fit. So for machine learning a few elements are: Among all linear methods y=f(θTx)y=f(θTx ...
分类:
其他好文 时间:
2016-09-23 21:38:31
阅读次数:
132
??
原文:http://blog.csdn.net/luoshengyang/article/details/8372924
http://blog.csdn.net/feiduclea...
分类:
移动开发 时间:
2016-09-05 21:12:00
阅读次数:
510
(from:http://en.wikipedia.org/wiki/Mahalanobis_distance) Mahalanobis distance In statistics, Mahalanobis distance is a distance measure introduced by ...
分类:
其他好文 时间:
2016-08-28 17:56:32
阅读次数:
401
[POJ1007]DNA Sorting 试题描述 One measure of ``unsortedness'' in a sequence is the number of pairs of entries that are out of order with respect to each o ...
分类:
其他好文 时间:
2016-08-27 22:10:18
阅读次数:
332
前言
顾名思义,就是在Android手机屏幕中绘制我们需要的内容,根据绘制内容的大小(measure),布局(layout)来讲具体内容展示在屏幕中,通过绘制(draw)来实现我们需要的效果.
绘...
分类:
移动开发 时间:
2016-08-25 21:21:30
阅读次数:
210
【onMeasure】 直接继承view的自定义控件需要重写onMeasure方法并设置wrap_content时的自身大小,否则在布局中使用wrap_content就相当于match_parent。 //LinearLayout 通过measure调用onMeasure ViewGroup是一个抽 ...
分类:
移动开发 时间:
2016-08-15 19:11:53
阅读次数:
157
效果 主要步骤: 1. 在xml布局里摆放内容. include 2. 在自定义ViewGroup里, 进行measure测量, layout布局 3. 响应用户的触摸事件 4. int scrollX = (int) (downX - moveX); 5. getScrollX()获取当前滚动到的 ...
分类:
其他好文 时间:
2016-08-06 23:32:38
阅读次数:
402
History Grading History Grading Description Background Many problems in Computer Science involve maximizing some measure according to constraints. Con ...
分类:
其他好文 时间:
2016-07-31 17:30:34
阅读次数:
222
转载自:http://blog.csdn.net/yechaodechuntian/article/details/37394967 https://www.zhihu.com/question/19645541 http://peghoty.blog.163.com/blog/static/493 ...
分类:
其他好文 时间:
2016-07-24 17:54:52
阅读次数:
123