We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c081f7 commit f6cc8feCopy full SHA for f6cc8fe
src/models/discriminant_analysis.jl
@@ -12,11 +12,11 @@
12
end
13
14
const ERR_LONE_TARGET_CLASS = ArgumentError(
15
- "The number of unique classes in "*
16
- "the training target has to be greater than one, even if "*
17
- "the complete pool contains more than one class. If "*
18
- "`cov_b=CovarianceEstimation.SimpleCovariance()` this "*
19
- "restriction on classes does not apply. "
+ "The number of unique classes in "*
+ "the training target has to be greater than one, even if "*
+ "the complete pool contains more than one class. If "*
+ "`cov_b=CovarianceEstimation.SimpleCovariance()` this "*
+ "restriction on classes does not apply. "
20
)
21
22
function _check_lda_data(model, X, y)
0 commit comments