escape(@string); // 通过 URL-encoding 编码字符串 e(@string); // 对字符串转义 %(@string, values...); // 格式化字符串 unit(@dimension, [@unit: ""]); // 移除或替换属性值的单位 color(@ ...
分类:
其他好文 时间:
2017-02-03 11:10:25
阅读次数:
271
Dimension Objects 原文 A simple Dimension object is composed of basic information, attributes, and hierarchies. Basic information includes the name of t ...
分类:
其他好文 时间:
2016-12-16 11:53:02
阅读次数:
247
官方文档/Myselfcomponent/res/values/attrs.xml<?xmlversion="1.0"encoding="utf-8"?>
<resources>
<declare-styleablename="MyView"
>
<attrname="textColor"format="color"/>
<attrname="textSize"format="dimension"/>
<attrname="text"f..
分类:
移动开发 时间:
2016-12-16 02:13:06
阅读次数:
288
(1)定义VC Dimension: dichotomies数量的上限是成长函数,成长函数的上限是边界函数: 所以VC Bound可以改写成: 下面我们定义VC Dimension: 对于某个备选函数集H,VC Dimension就是它所能shatter的最大数据个数N。VC Dimension = ...
分类:
其他好文 时间:
2016-12-12 22:05:45
阅读次数:
180
维度表(dimension)存放着一些维度属性,例如时间维度:年月日时;地域维度:省份,城市;年龄维度:老年,中年,青年;职称维度:高,中,低。它定义了可以从哪些角度分析事实表。 事实表(fact)存放着一些业务产生的数据,例如:商品订购产生的订单信息,银行的流水信息,erp系统的办公信息。但它不仅 ...
分类:
其他好文 时间:
2016-12-04 13:53:58
阅读次数:
153
索引 escape(@string); // 通过 URL-encoding 编码字符串 e(@string); // 对字符串转义 %(@string, values...); // 格式化字符串 unit(@dimension, [@unit: ""]); // 移除或替换属性值的单位 colo ...
分类:
其他好文 时间:
2016-11-30 13:35:36
阅读次数:
249
package com.sun.test; import java.awt.AWTException;import java.awt.BorderLayout;import java.awt.Color;import java.awt.Dimension;import java.awt.EventQ ...
分类:
编程语言 时间:
2016-11-28 14:59:16
阅读次数:
215
1、Linear Algebra (线性代数) 和 Statistics (统计学) 是最重要和不可缺少的。 这代表了Machine Learning中最主流的两大类方法的基础。一种是以研究函数和变换为重点的代数方法,比如Dimension reduction,feature extraction, ...
分类:
其他好文 时间:
2016-11-26 17:17:54
阅读次数:
200
JFrame f=new JFrame(); f.setUndecorated(true); f.setBackground(new Color(0,0,0,0)); Toolkit kit = Toolkit.getDefaultToolkit(); Dimension screenSize = ...
分类:
其他好文 时间:
2016-11-26 02:46:22
阅读次数:
142
tracert 命令详解 How to Use the TRACERT Utility The TRACERT diagnostic utility determines the route to a destination by sending Internet Control Message P ...
分类:
其他好文 时间:
2016-11-23 10:10:51
阅读次数:
259