File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ const ERR_LONE_TARGET_CLASS = ArgumentError(
2020)
2121
2222function _check_lda_data (model, X, y)
23- pool = MMI. classes (y[1 ]) # Class list containing entries in pool of y .
24- classes_seen = unique (y) # Class list of actual entries in seen in y .
25- nc = length (classes_seen) # Number of classes in pool of y .
23+ pool = MMI. classes (y[1 ]) # Class list containing entries in pool of `y` .
24+ classes_seen = unique (y) # Class list of actual entries in seen in `y` .
25+ nc = length (classes_seen) # Number of actual classes seen in `y` .
2626
27- Xm_t = _matrix_transpose (model, X) # Now p x n matrix
27+ Xm_t = _matrix_transpose (model, X) # Now ` p x n` matrix
2828 p, n = size (Xm_t)
2929
3030 # Check to make sure we have more than one class in training sample.
You can’t perform that action at this time.
0 commit comments