搜索资源列表
BitVector-3.0
- 非常清晰的二进制位串python库及按位(bitwise)计算和逻辑计算的库(这个主题的经典关键字:bitArray,bitString,bitMap,bitSet)。实际上各大主流语言都没有完整的支持这个基本数据结构。-the bitwise bitstring lib bitArray,bitString,bitMap,bitSet
python科学计算第二版(可编辑)
- 好书,讲解最流行的python计算库,包含numpy、scipy、matlab、opencv等(a good book about the processing massive data by python)
PCA
- Python实现PCA将数据转化成前K个主成分的伪码大致如下: ''' 减去平均数计算协方差矩阵计算协方差矩阵的特征值和特征向量将特征值从大到小排序保留最大的K个特征(Python PCA data into pseudo code before the K principal components are as follows: the characteristics of 'average minus the covariance matrix to calculate the covari
yichang
- BaseException:所有异常的基类 SystemExitb python:解释器请求退出 KeyboardInterruptc:用户中断执行(通常是输入^C) Exception:常规错误的基类 StopIteratione:迭代器没有更多的值 GeneratorExita:生成器(generator)发生异常来通知退出 SystemExith:Python 解释器请求退出 StandardErrorg:所有的内建标准异常的基类 ArithmeticErrord:所有