Displaying 2 results from an estimated 2 matches for "feature4".
Did you mean:
features
2006 Jun 18
1
GAM selection error msgs (mgcv & gam packages)
...r selection of appropriate predictors.
Thanks
Savrina
*mgcv package 1.3-12:
# I start with specifying the full model with 116 predictors including
isotropic smooth of 3D location variables (when I specify only the first
14 predictors I get no error message)
>
m0<-gam(label~s(x,y,z,k=50),s+(feature4)+s(feature5)+s(feature6)+...+s(feature116),data=k.data,
family=binomial)
Error in smooth.construct.tp.smooth.spec(object, data, knots):
A term has fewer unique covariate combinations than specified maximum
degrees of freedom
# I was going to follow this with backwards selection by hypothesis...
2015 Jun 03
1
default features
...d answer when outside labor time", "rerouting when Subscriber Absent", and so.
These are macro calls embedded in key points inside the dialplan.
Since not all customers need/want all features and they (the features) are
customized, I named them like [macro-feature1-ClientA],
[macro-feature4-ClientF], ...
Question: is there some built-in way to know if macro "feature1-ClientA" is defined? Something like
ExecIfMacro(feature1-ClientA)?macro(feature1-ClientA):Goto(...).
For the moment, we are using an external command like
"asterisk -rx 'dialplan show'| grep...