码迷,mamicode.com
首页 >  
搜索关键字:analysis    ( 2083个结果
PCA和SVD
一、PCA(Principal Component Analysis)主成分分析,数据从原来的坐标系转换到新的坐标系,只保留新坐标系中的前面几个坐标轴,即对数据进行了降维处理1、算法描述(1)第一个新坐标轴:原数据集中方差最大的方向(2)第二个新坐标轴:与第一个新坐标轴正交且具有最大方差的方向(3)...
分类:其他好文   时间:2014-12-25 06:34:34    阅读次数:271
自制 python hadoop streaming 数据分析工具
https://github.com/zhuyi10/hadoop_data_analysis跟大家交流一下我写的数据分析工具用hadoop streaming执行python写的mapper, reducer目前只实现了一些简单的分析功能希望大家多提意见
分类:编程语言   时间:2014-12-24 09:52:18    阅读次数:144
计算机的一些经典书籍CS经典书单
c++: 《c++程序设计》 《c++primer》 《effective c++》 《more effective c++》 《深入探索c++对象模型》 《泛型编程与STL》 《STL源码剖析》 数据结构与算法: 《算法导论》 《introduction of the design and analysis of algorithm》 《数据结构与算法分析:c语言描...
分类:其他好文   时间:2014-12-24 00:04:18    阅读次数:162
Error #2044: 未处理的 ioError:。 text=Error #2032
1、错误描述 Error #2044: 未处理的 ioError:。 text=Error #2032: 流错误。 URL: http://127.0.0.1:8080/HBMB/analysis/asstes/data/config.xml at com.gwtjs.view::WorkInput/initApp()[D:\MyEclipse\HBMB\docs\src\com\gwtjs\...
分类:其他好文   时间:2014-12-23 22:43:38    阅读次数:400
LeetCode 4 :Majority Element
problem:Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times.problem analysis...
分类:其他好文   时间:2014-12-23 20:55:00    阅读次数:167
近期要看文章(20141213)
关注点:(1)主题模型的应用(2)文献计量学的实际应用,预测方法Time gap analysis by the topic model-based temporal technique使用LDA模型来确定不同资源类型的时间窗划分方法。Classification of individual art...
分类:其他好文   时间:2014-12-23 12:06:04    阅读次数:185
Leetcode-Single Number
Given an array of integers, every element appears twice except for one. Find that single one.Analysis:Use XOR operation.Solution: 1 public class Solut...
分类:其他好文   时间:2014-12-23 06:41:18    阅读次数:201
Lucene 4.3 - Facet demo
package com.fox.facet;import java.io.IOException;import java.util.ArrayList;import java.util.List;import org.apache.lucene.analysis.core.WhitespaceAna...
分类:Web程序   时间:2014-12-22 12:31:21    阅读次数:311
Solr中schema.xml的解释
接 Solr-4.10.2与Tomcat整合。schema.xml位于D:\solr\data\solr\collection1\conf\中。1、fieldType节点 name: FieldType的名称 class: 指向org.apache.solr.analysis包里面对应的class名...
分类:其他好文   时间:2014-12-21 17:56:30    阅读次数:174
(转)最小二乘法拟合圆公式推导及vc实现[r]
(下文内容为转载,不过已经不清楚原创的是哪里了,特此说明)转自:http://www.cnblogs.com/dotLive/archive/2006/10/09/524633.html该网址下面有更多的讨论。最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过...
分类:其他好文   时间:2014-12-20 12:54:35    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!