zoukankan
html css js c++ java
Scatter matrix(散布矩阵)
n
个
m
维的样本,
X
m
×
n
=
[
x
1
,
x
2
,
…
,
x
n
]
,样本均值定义为:
x
¯
=
1
n
∑
i
=
1
n
x
i
散列矩阵定义为如下的半正定矩阵:
S
=
∑
j
=
1
n
(
x
j
−
x
¯
)
(
x
j
−
x
¯
)
T
=
∑
j
=
1
n
(
x
j
−
x
¯
)
⊗
(
x
j
−
x
¯
)
=
∑
j
=
1
n
x
j
x
T
j
−
n
x
¯
x
¯
T
查看全文
相关阅读:
私有IP地址
Python随手记
Selenium+Python环境搭建
FTP- Download, upload, Delete & find files
初学Selenium遇上的问题
automate sap遇上的一些问题
LR常见问题
服务器资源监控指标
QTP场景恢复函数
导出excel用例
原文地址:https://www.cnblogs.com/mtcnn/p/9422602.html
最新文章
【Python】如何取到input中的value值?
locust监控界面的使用
Locust入门教程
Locust安装失败:Running setup.py install for geventhttpclient ... error
Python报错TypeError: 'set' object is not subscriptable
Python字典方法总结
Python list方法总结
Web前端之CSS_day1-2
Web前端之html_day2
Web前端之html_day1
热门文章
Python全栈开发day2
day4-迭代器、生成器yield
day4-递归
day3-python-文件操作(2)
day3-python的基础类源码解析——collection类
day3-python-文件操作(1)
day3-set集合
入门拾遗 day2
Python基础、判断、循环、列表、字典,day1
如何在Linux服务器上部署禅道
Copyright © 2011-2022 走看看