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

Additional show info for PCA #90

Merged
merged 13 commits into from
Mar 3, 2022
Merged

Additional show info for PCA #90

merged 13 commits into from
Mar 3, 2022

Commits on Apr 7, 2019

  1. Additional show info for PCA

    This arose from https://discourse.julialang.org/t/pca-output/22687/10.
    Main contribution is pattern matrix with features x components.
    This should probably be refined but not sure what to do without
    DataFrames dependency.
    Tokazama committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    923ca2f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Add show method

    Tokazama committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    5c9b6dd View commit details
    Browse the repository at this point in the history
  2. Added CoefTable for pretty printing.

    Zachary Christensen committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    6540e8f View commit details
    Browse the repository at this point in the history
  3. Fixed row orientation

    Zachary Christensen committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    78c24ae View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Update src/pca.jl

    Co-Authored-By: Milan Bouchet-Valat <[email protected]>
    Tokazama and nalimilan authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d313dd4 View commit details
    Browse the repository at this point in the history
  2. Update src/pca.jl

    Co-Authored-By: Milan Bouchet-Valat <[email protected]>
    Tokazama and nalimilan authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    2cb0251 View commit details
    Browse the repository at this point in the history
  3. Update src/pca.jl

    Co-Authored-By: Milan Bouchet-Valat <[email protected]>
    Tokazama and nalimilan authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e31458a View commit details
    Browse the repository at this point in the history
  4. Update src/pca.jl

    Co-Authored-By: Milan Bouchet-Valat <[email protected]>
    Tokazama and nalimilan authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    07331d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    03bdfd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Updated output tables

    wildart authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    63baa5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c9b75 View commit details
    Browse the repository at this point in the history
  3. Update src/pca.jl

    Co-authored-by: Milan Bouchet-Valat <[email protected]>
    Tokazama and nalimilan authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    15f96d4 View commit details
    Browse the repository at this point in the history
  4. Update src/pca.jl

    Co-authored-by: Milan Bouchet-Valat <[email protected]>
    Tokazama and nalimilan authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6807a4a View commit details
    Browse the repository at this point in the history