Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/decomposition pca #24

Merged
merged 8 commits into from Jul 14, 2018
Merged

Feature/decomposition pca #24

merged 8 commits into from Jul 14, 2018

Commits on Jul 12, 2018

  1. feature/decomposition-pca

    1. extension subtract method for matrices subtraction
    2. wip: pca
    JasonShin committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    de2aa34 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. feature/decomposition-pca

    1. PCA implemented; using numeric.js and compute-covariance
    JasonShin committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    b1f6363 View commit details
    Browse the repository at this point in the history
  2. feature/decomposition-pca

    1. PCA documentation added
    JasonShin committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    ba77278 View commit details
    Browse the repository at this point in the history
  3. feature/decomposition-pca

    1. pca tests
    2. exception tests
    JasonShin committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    01c5fc4 View commit details
    Browse the repository at this point in the history
  4. feature/decomposition-pca

    1. adding tests for pca
    2. lint fix
    JasonShin committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    f881867 View commit details
    Browse the repository at this point in the history
  5. feature/decomposition-pca

    1. removing unncessary modules
    JasonShin committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    b95df30 View commit details
    Browse the repository at this point in the history
  6. feature/decomposition-pca

    1. removing ml-euclidean-distance depedency
    2. fixing the unit tests
    JasonShin committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    282c183 View commit details
    Browse the repository at this point in the history
  7. feature/decomposition-pca

    1. removing load() function from nighbors/classification.ts
    JasonShin committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    1ca90a7 View commit details
    Browse the repository at this point in the history