Displaying 1 result from an estimated 1 matches for "alpha00".
Did you mean:
alpha0
2011 Feb 21
0
list of features from svmpath?
...he list of non-zero (beta) or features from svmpath.
Any help? Thanks.
----------------
> solution <- svmpath(as.matrix(iris[1:60,1:4]), buffer, type="class",
trace=FALSE)
> names(solution)
[1] "alpha" "alpha0" "lambda" "alpha00"
"Error" "SumEps"
[7] "Size.Elbow" "Elbow" "Moveto" "Movefrom"
"Obs.step" "Step"
[13] "kernel" "param.kernel" "x" "y" &...