You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/PLSDA_class.R
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,14 @@ PLSDA<-setClass(
24
24
prototype=list(name='Partial least squares discriminant analysis',
25
25
type="classification",
26
26
predicted='pred',
27
-
params.number_components=entity(value=2,name='Number of PLS components',description='The number of PLS components to use',type='numeric'),
28
-
params.factor_name=entity(value='V1',name='Name of sample_meta column',description='The name of the sample_meta column to use for the PLS models',type='character')
27
+
params.number_components=entity(value=2,
28
+
name='Number of PLS components',
29
+
description='The number of PLS components to use',
30
+
type='numeric'),
31
+
params.factor_name=entity(value='V1',
32
+
name='Name of sample_meta column',
33
+
description='The name of the sample_meta column to use for the PLS models',
0 commit comments