package
Version:
v1.0.53
Opens a new window with list of versions in this module.
Published: Mar 15, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Implementation of Principal Component Analysis(PCA) with SVD
type PCA struct {
Num_components int
}
func NewPCA(num_components int) *PCA
Number of components. 0 - by default, use number of features as number of components
Fit PCA model and transform data
Need return is base.FixedDataGrid
Need return is base.FixedDataGrid
Source Files
¶
Click to show internal directories.
Click to hide internal directories.