nikola-sur / CLDA

Code for my STAT 548 report with Daniel McDonald. See also https://github.com/nikola-sur/LDA-Compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLDA

CLDA: "Compressed LDA". Code for my STAT 548 report with Dr. Daniel McDonald. This package provides tools to replicate an analysis in the paper "Compressing Large Sample Data for Discriminant Analysis".

See also: https://github.com/nikola-sur/LDA-Compression

(README based on pre-built README file by ‘devtools’ in R.)

Installation

You can install this package by typing

# install.packages("devtools")
devtools::install_github("nikola-sur/CLDA")

If there are issues with permissions during installation, please let me know. You might need to install from source when asked by RStudio.

Simulation study

The simulation study files are in the "demo" folder.

About

Code for my STAT 548 report with Daniel McDonald. See also https://github.com/nikola-sur/LDA-Compression


Languages

Language:R 77.6%Language:C++ 22.4%