GithubHelp home page GithubHelp logo

tau_swp_pca's Introduction

tau_swp_pca

software project task 1. ended @23 of april 2020. project is done

tau_swp_pca's People

Contributors

exx8 avatar nezawr avatar

Stargazers

 avatar

Watchers

 avatar

tau_swp_pca's Issues

calculate mean once instead of 2n-1

in:

double rowMeanArr1 = rowMean(row1, rowLength);

we calc for each line the avg 2n-1 times. instead taking it out and calc it once.
So what we need to do is to extract the avg calc out of the func (and rename to something much more specific). and then pass the arr of results into the func.

fix ERROR: Covariance header states

Checking covariance matrix...
Input file:
        Size: 808
        Cols: 10
        Rows: 10
Expected covariance:
        Size: 808
        Cols: 10
        Rows: 10
ERROR: Covariance header states 1668180259 cols instead of 10

cov matrix isn't right

Checking covariance matrix...
Input file:
Size: 808
Cols: 10
Rows: 10
Expected covariance:
Size: 808
Cols: 10
Rows: 10
ERROR: Difference in row 0 col 0, value is 651135.600000 but should be 568782718760.255859

asymmetric matrix handling

Checking covariance matrix...
Input file:
        Size: 32016008
        Cols: 2000
        Rows: 2001
Expected covariance:
        Size: 32032016
        Cols: 2001
        Rows: 2001
ERROR: Covariance header states 2000 rows instead of 2001

check why asymmetric matrix doesn't pass the program

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.