码迷,mamicode.com
首页 >  
搜索关键字:numerical analysis    ( 2231个结果
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
HBV检测数据分析
#一。总述:this program is used for HBV data analysis# need more data to improve it, a HBV expert's help is necessary#二.检查数据包括data include:#(1)HBsAg,(hepat...
分类:其他好文   时间:2014-12-20 12:52:41    阅读次数:309
survey on Time Series Analysis Lib
(1)I spent my 4th year Computing project on implementing time series forecasting for Java heap usage prediction using ARIMA, Holt Winters etc, so I mi...
分类:其他好文   时间:2014-12-18 22:10:07    阅读次数:303
MapReduce实例浅析
在文章《MapReduce原理与设计思想》中,详细剖析了MapReduce的原理,这篇文章则通过实例重点剖析MapReduce本文地址:http://www.cnblogs.com/archimedes/p/mapreduce-example-analysis.html,转载请注明源地址。1.Map...
分类:其他好文   时间:2014-12-18 18:19:34    阅读次数:276
a simple erlang process pool analysis
a simple erlang process pool analysis这是一个简单的erlang进程池分析,是learn you some erlang for Great Good里面的一个example,具体的内容可到官网查看!基本的流程图实现原理这个的样例的实现原理官网都有比較具体的说明,...
分类:其他好文   时间:2014-12-18 13:33:22    阅读次数:181
Lucene小例子
package org.itat.test;import java.io.File;import java.io.FileReader;import java.io.IOException;import org.apache.lucene.analysis.standard.StandardAnal...
分类:Web程序   时间:2014-12-17 09:03:45    阅读次数:157
Leetcode-One Edit Distance
Given two strings S and T, determine if they are both one edit distance apart.Analysis:Must be exactly one distance apart. Not the same.Solution: 1 pu...
分类:其他好文   时间:2014-12-15 06:31:20    阅读次数:149
Class responsibility Analysis of YARN NodeManager
When a container recieved a INIT_CONTAINER event, the state machine of containerImpl will execute the transaction RequestResourcesTransition, one of w...
分类:其他好文   时间:2014-12-14 19:59:40    阅读次数:145
【转】LDA-linear discriminant analysis
分类问题也可以用降维来理解,比如一个D维的数据点x,我们可以采用下面的映射进行线性的降维,y=θTx在计算出y后,就可以选择一个阈值h,来进行分类。正如我们在前面的PCA模型中看到的,降维会有信息的损失,可能会在降维过程中,丢失使数据可分的特征,导致分类的效果不理想。那采用什么样的降维方式,可以尽量...
分类:其他好文   时间:2014-12-13 23:16:17    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!