Skip to content

christopherhelf/fastica-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastICA-Swift

This repository provides methods implementing the FastICA algorithm based on the libICA C library in Swift. I borrowed the matrix class from Surge as well as other functionality, such as matrix inversion, transposition, and basic arithmetic operations on matrices.

Usage is fairly simple, check out the Test.swift file. Below is an example of sample input and output, which should resemble Example 2 in the CRAN Documentation.

Here are two signals mixed with two different matrices.

Input

Here is the resulting output.

Output

About

FastICA Algorithm in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages