文件名称:CMatrix
介绍说明--下载内容来自于网络,使用问题请自行百度
对称矩阵相关元算,主成分分析(PCA), fisher
discriminant analysis(FDA).,-Introduction
============
This is a class for symmetric matrix related computations. It can be used for
symmetric matrix diagonalization and inversion. If given the covariance matrix,
users can utilize the class for principal component analysis(PCA) and fisher
discriminant analysis(FDA). It can also be used for some elementary matrix and
vector computations.
Usage
=====
It s a C++ program for symmetric matrix diagonalization, inversion and principal
component anlaysis(PCA).
To use it, you need to define an instance of CMatrix class, initialize matrix,
call the public funtions, and finally, free the matrix. For example, for PCA,
CMarix theMat // define CMatrix instance
float** C // define n*n matrix
C = theMat.allocMat( n )
Calculate the matrix (e.g., covariance matrix from data)
float*phi,*lambda // eigenvectors and eigenvalues
int vecNum // number of eigenvectors (<=n)
phi = new float [n*vecNum]
lambda = new float [vecNum]
the
discriminant analysis(FDA).,-Introduction
============
This is a class for symmetric matrix related computations. It can be used for
symmetric matrix diagonalization and inversion. If given the covariance matrix,
users can utilize the class for principal component analysis(PCA) and fisher
discriminant analysis(FDA). It can also be used for some elementary matrix and
vector computations.
Usage
=====
It s a C++ program for symmetric matrix diagonalization, inversion and principal
component anlaysis(PCA).
To use it, you need to define an instance of CMatrix class, initialize matrix,
call the public funtions, and finally, free the matrix. For example, for PCA,
CMarix theMat // define CMatrix instance
float** C // define n*n matrix
C = theMat.allocMat( n )
Calculate the matrix (e.g., covariance matrix from data)
float*phi,*lambda // eigenvectors and eigenvalues
int vecNum // number of eigenvectors (<=n)
phi = new float [n*vecNum]
lambda = new float [vecNum]
the
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CMatrix/
CMatrix/cmatrix
CMatrix/cmatrix.pro
CMatrix/cmatrix.pro.user
CMatrix/example/
CMatrix/example.o
CMatrix/example/example.cpp
CMatrix/example/Makefile
CMatrix/Makefile
CMatrix/Matrix.cpp
CMatrix/Matrix.h
CMatrix/Matrix.o
CMatrix/README
CMatrix/cmatrix
CMatrix/cmatrix.pro
CMatrix/cmatrix.pro.user
CMatrix/example/
CMatrix/example.o
CMatrix/example/example.cpp
CMatrix/example/Makefile
CMatrix/Makefile
CMatrix/Matrix.cpp
CMatrix/Matrix.h
CMatrix/Matrix.o
CMatrix/README
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
