search for: obtion

Displaying 2 results from an estimated 2 matches for "obtion".

2010 Mar 25
1
new TSSHARA SOHO II ups
...e *sdev, unsigned char *buf, int bufsize, int timeout); } usb_communication_subdriver_t; My question is: Can I add a new element called *set_interrupt at the bottom of usb_communication_subdriver_s struct ? I'm asking this because a change on that structure will affect all USB drivers. Another obtion would be to handle USB communication inside the driver itself... Thanks, Sergio. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20100325/6607892a/attachment.htm>
2012 Jul 12
1
Caret: Use timingSamps leads to error
I want to use the caret package and found out about the timingSamps obtion to obtain the time which is needed to predict results. But, as soon as I set a value for this option, the whole model generation fails. Check this example: ------------------------- library(caret) tc=trainControl(method='LGOCV', timingSamps=10) tcWithout=trainControl(method='LGOCV'...