Displaying 2 results from an estimated 2 matches for "control4".
Did you mean:
control
2007 Jul 18
1
smbfs patch for 2.6 [PATCH]
...ests.
So instead of getting just smb_add_request timeout message or smb_lookup
failed. You will now see the SMB connection re-established (-5)
and smbiod_retry: successful, new pid=-815016760, generation=2.
If you see the later message, your mount will work again.
Craig
# Patch contributed by Control4 Inc.
# Created by Craig Matsuura and Tom Wheeler
# cmatsuura@control4.com and twheeler@control4.com
#
#
--- linux-2.6.21.4/fs/smbfs/request.c 2007-06-07 15:27:31.000000000 -0600
+++ linux-2.6.21.4.new/smbfs/request.c 2007-07-18 00:01:24.000000000 -0600
@@ -333,7 +333,7 @@
smbiod_wake_up();
ti...
2017 Dec 02
0
How can you find the optimal number of values to randomly sample to optimize random forest classification without trial and error?
I have data set up like the following:
control1 <- sample(1:75, 3947398, replace=TRUE)
control2 <- sample(1:75, 28793, replace=TRUE)
control3 <- sample(1:100, 392733, replace=TRUE)
control4 <- sample(1:75, 858383, replace=TRUE)
patient1 <- sample(1:100, 28048, replace=TRUE)
patient2 <- sample(1:50, 80400, replace=TRUE)
patient3 <- sample(1:100, 48239, replace=TRUE)
control <- list(control1, control2, control3, control4)
patient <- list(patient1, patient2, patient3)...