Displaying 5 results from an estimated 5 matches for "nweight".
Did you mean:
weight
2024 Aug 11
1
Printing
...2.level=",???? y2.level,
??? "\njoint12 =",???? joint12,
??? "\nmarg1 =",?????? marg1,
??? "\nmarg2 =",?????? marg2,
??? "\ncond12 =",????? cond12,
??? "\ncond21 =",????? cond21,
??? "\nCovariance matrix:",vb.method,
??? "\nWeighted =",??????? weighted,
??? "\nAt means =",??????? mean,
??? "\nProb x 100 =",????? times100,
??? "\ntesting ="????? ,?? testing,
??? "\nuse_bb_and_vbb = ",use_bb_and_vbb,
??? "\nsample size =",???? length(y1),"\n")
if (!resamplin...
2024 Aug 11
1
Printing
...??? "\njoint12 =",???? joint12,
> ??? "\nmarg1 =",?????? marg1,
> ??? "\nmarg2 =",?????? marg2,
> ??? "\ncond12 =",????? cond12,
> ??? "\ncond21 =",????? cond21,
> ??? "\nCovariance matrix:",vb.method,
> ??? "\nWeighted =",??????? weighted,
> ??? "\nAt means =",??????? mean,
> ??? "\nProb x 100 =",????? times100,
> ??? "\ntesting ="????? ,?? testing,
> ??? "\nuse_bb_and_vbb = ",use_bb_and_vbb,
> ??? "\nsample size =",???? length(y1),"...
2024 Aug 11
3
Printing
...uot;,???? joint12,
>> ???? "\nmarg1 =",?????? marg1,
>> ???? "\nmarg2 =",?????? marg2,
>> ???? "\ncond12 =",????? cond12,
>> ???? "\ncond21 =",????? cond21,
>> ???? "\nCovariance matrix:",vb.method,
>> ???? "\nWeighted =",??????? weighted,
>> ???? "\nAt means =",??????? mean,
>> ???? "\nProb x 100 =",????? times100,
>> ???? "\ntesting ="????? ,?? testing,
>> ???? "\nuse_bb_and_vbb = ",use_bb_and_vbb,
>> ???? "\nsample size =",?...
2012 Jul 13
1
LiblineaR: read/write model files?
How do I read/write liblinear models to files?
E.g., if I train a model using the command line interface, I might want
to load it into R to look the histogram of the weights.
Or I might want to train a model in R and then apply it using a command
line interface.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/
2010 Sep 24
0
kernlab:ksvm:eps-svr: bug?
...ust be a matrix or a vector")
172
173 if ((type(ret) != "one-svc") && ym != m) stop("x and y don't match.")
174
175 if(nu > 1|| nu <0) stop("nu must be between 0 an 1.")
176
177 weightlabels <- NULL
178 nweights <- 0
179 weight <- 0
180 wl <- 0
181 ## in case of classification: transform factors into integers
182 if (type(ret) == "one-svc") # one class classification --> set dummy
183 y <- 1
184 else
185 if (is.factor(y)) {
186 lev(r...