pylspm.py 文件源码

python
阅读 33 收藏 0 点赞 0 评论 0

项目:pylspm 作者: lseman 项目源码 文件源码
def fornell(self):
        cor_ = pd.DataFrame.corr(self.fscores)**2
        AVE = self.comunalidades().apply(lambda column: column.sum() / (column != 0).sum())
        for i in range(len(cor_)):
            cor_.ix[i, i] = AVE[i]

        return(cor_)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号