码迷,mamicode.com
首页 > 编程语言 > 详细

python in action

时间:2014-05-05 22:24:10      阅读:336      评论:0      收藏:0      [点我收藏+]

标签:blog   int   http   2014   com   cti   

1. introduction

 

from numpy import *

random.rand(4,4)

 

#array to matrix

randMat=mat(randon.rand(4,4))

 

#matrix inverse

IvrandMat=randMat.I

 

#indentity matrix

eye(4) # 4*4 identity matrix

 

randMat*IvrandMat

 

2. knn

bubuko.com,布布扣

bubuko.com,布布扣

 

 

 

 

python in action,布布扣,bubuko.com

python in action

标签:blog   int   http   2014   com   cti   

原文地址:http://www.cnblogs.com/jsquare/p/3704846.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!