搜索资源列表
GetTickerData_FEX
- This a simple algorithm that downloads trading data from yahoo database. It is basically a large scale application of sqq.m which was originally submitted by Michael Boldin, link at acknowledgements. Some of the functionalities of the package:
mrpxiangjinjiedu
- mrp前景广阔,可利用资源不多,详细资料数据不可缺少-mrp broad prospects for limited available resources, detailed information and data can not be missing
Segmentation
- Motion Segmentation with Missing Data using PowerFactorization and GPCA
C2
- The Impact of Missing Values Imputation Methods in cDNA Microarrays on Downstream Data Analysis
CRC-encoder
- 奇偶校验码作为一种检错码虽然简单,但是漏检率太高。在计算机网络和数据通信中用E得最广泛的检错码,是一种漏检率低得多也便于实现的循环冗余码CRC (Cyclic Redundancy .Code),CRC码又称为多项式码。-Parity error detection code as a simple, but the missing rate is too high. In computer networking and data communications using the most wi
em_covariances
- Using SAS/IML : This code uses the EM algorithm to estimate the maximum likelihood (ML) covariance matrix and mean vector in the presence of missing data. This implementation of the EM algorithm or any similar ML approach assumes that the data are
Machine-Learning_Cod.tar
- Build a decision tree (DT) classfier using the following three strategies for stopping growth of a tree: i) threshold on the decrease in impurity ii) threshold on the number of data vectors at a node iii) grow the tree as much as possible and the