Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Changed LDA Feature class to handle non-continuous sets of class labels #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vonclites
Copy link

Before, class labels were assumed to be {0,1,2,3,..., n}. Now, labels may be {1, 3, 7, ..., n}. I found myself needing to train and test on subsets of my subjects, as in just subjects 1, 3, 7, etc., and wanted to retain their original class labeling. Furthermore, my first class label was not 0, it was 1, as subject 1 is the first subject in the AT&T dataset. I wanted my class labels to directly reflect the subject's number.

…ls. Before, class labels had to be {0,1,2,3,..., n}. Now, labels may be {1, 3, 7, ..., n}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant