search for: albator

Displaying 3 results from an estimated 3 matches for "albator".

Did you mean: adpator
2005 May 27
7
Xen 3
Hello list Sorry if this is an FAQ but I have just joined the ML\after reading about Xen in a magazine article. I run almost exclusively x86_64 hardware these days and am wondering how x86_64 support is coming along. The article mentions support for x86_64 in V3, due it says this Summer. Are there any developer x86_64 versions available to try yet? Thanks Andrew Walrond
2013 Jul 15
0
Problem logon on WinXP : returning logon svr \\EASYBOURSE domain EB code 13 token=ffff
...rch informations about this "returning logon svr \\EASYBOURSE domain EB code 13 token=ffff" to fix the pronlem without success Here is my smb.conf : [global] # unix charset = LOCALE workgroup = EB netbios name = EASYBOURSE passdb backend = ldapsam:ldap://albator log level = 5 log file = /var/log/samba/log.%m max log size = 1000 syslog = 1 wins support = true name resolve order = wins bcast hosts time server = Yes server string = %h unix password sync = no smb ports =...
2008 Aug 11
1
question about knn
Hello all, am a newby in R, am trying the knn function, and am doing just a stupid test : > knn(c(1,2,3,4,5,6), c(3), k=4 ,prob=TRUE,factor(c(1:6))) the result is unstable !! i have each time different result : [1] 5 attr(,"prob") [1] 0.1666667 Levels: 1 2 3 4 5 6 [1] 4 attr(,"prob") [1] 0.1666667 Levels: 1 2 3 4 5 6 [1] 1 attr(,"prob") [1] 0.1666667 Levels: