EdanToledo / PCA

Answering PCA Question Assignment 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions on how to use program

Driver file : RunPCA.cpp - makefile creates executable called RunPCA

  • to run type in terminal ./RunPCA

DEFAULT:

Output will be to console if no outputfile is specified

PARAMETERS:

<Output file> this is the name of the file you want the output text to write to. if you want it to write to console just leave it blank.

NOTES:

I put in extra methods for transforming dataset etc... that aren't necessary for this assignment. i wrote them after reading the PCA tutorial reading material on vula before reading the assignment properly so just ignore them.

Examples on how to run:

  • ./RunPCA OUTPUT.txt

About

Answering PCA Question Assignment 5


Languages

Language:C++ 81.5%Language:Fortran 11.8%Language:CMake 2.9%Language:C 2.3%Language:Cuda 1.2%Language:Shell 0.2%Language:Python 0.1%Language:JavaScript 0.1%Language:CSS 0.0%Language:Makefile 0.0%