FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
PCA Struct Reference

Data Fields

int count
 
int n
 
double * covariance
 
double * mean
 
double * z
 

Detailed Description

Definition at line 30 of file pca.c.

Field Documentation

int PCA::count

Definition at line 31 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), and ff_pca_init().

int PCA::n

Definition at line 32 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), and ff_pca_init().

double* PCA::covariance

Definition at line 33 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), ff_pca_free(), and ff_pca_init().

double* PCA::mean

Definition at line 34 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), ff_pca_free(), and ff_pca_init().

double* PCA::z

Definition at line 35 of file pca.c.

Referenced by ff_pca(), ff_pca_free(), and ff_pca_init().


The documentation for this struct was generated from the following file: