码迷,mamicode.com
首页 >  
搜索关键字:analysis    ( 2083个结果
用Python作GIS之三:入口程序 - stargui.py
"""gui start file for Space-Time Analysis of Regional Systems#STARS的图形用户界面入口(高级用户可以直接使用命令行方式进行操作)-----------------------------------------------------...
分类:编程语言   时间:2015-02-23 16:40:34    阅读次数:249
用Python作GIS之一:介入STARS
STARS的全称是Space-Time Analysis of Regional Systems,直译过来就是区域系统时空分析软件。这是针对区域多时相数据的分析包,源代码公开。该软件将最近几年发展起来的时空分析技术引入到友好的用户界面中,设计目标是要成为一款探索性数据分析软件。不得不说的是,探索性空...
分类:编程语言   时间:2015-02-23 16:37:41    阅读次数:419
Cracking The Vigenere Cipher
In order to crack “Vigenere Cipher” under the circumstance that the key length can be only 3, 4 or 5, I used frequency analysis to find possible keys and compared the Euclidean distance of all c...
分类:其他好文   时间:2015-02-17 23:52:05    阅读次数:416
Python数据分析 EPD
参考用书 《利用Python进行技术分析:Pythonfor Data Analysis》官方把epd (https://www.enthought.com/products/canopy/package-index/) 升级为Canopy(https://www.enthought.com/pro...
分类:编程语言   时间:2015-02-15 11:59:14    阅读次数:572
[LeetCode#29]Divide Two Integers
The problem:Divide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.My analysis:The idea behind ...
分类:其他好文   时间:2015-02-13 06:58:04    阅读次数:188
The Circle Method
The Circle MethodBy Andrew GranvilleA method of analysis that plays a prominent rolein Analytic Number Theoryis the so-called circle method, which goe...
分类:其他好文   时间:2015-02-12 19:49:20    阅读次数:192
Bash+R: howto pass parameters from bash script to R(转)
From original post @http://analyticsblog.mecglobal.it/analytics-tools/bashr/In the world of data analysis, the term automation runs hand in hand with ...
分类:其他好文   时间:2015-02-12 12:15:01    阅读次数:176
SGU 455 Sequence analysis(Cycle detection,floyd判圈算法)
题目链接:http://acm.sgu.ru/problem.php?contest=0&problem=455Due to the slow 'mod' and 'div' operations with int64 type, all Delphi solutions for the probl...
分类:编程语言   时间:2015-02-11 21:48:03    阅读次数:322
Lowest Common Ancestor in Binary Tree
The problem:Given node P and node Q in a binary tree T.Find out the lowest common ancestor of the two nodes.Analysis:The answer of this problem could ...
分类:其他好文   时间:2015-02-11 01:46:29    阅读次数:114
solr配置schema.xml学习
solr创建索引、添加数据的关键是配置schema.xml文件,该文件中主要是完成配置数据源、索引字段、数据类型等定义。同时,该文件的配置直接影响到solr搜索的效率和准确性。 一、搜索类型FileType        name:指的是FileType的名字        class:指向org.apache.solr.analysis包里面对应的class名称,用来定义这个类型的行为 ...
分类:其他好文   时间:2015-02-09 14:17:48    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!