Displaying 6 results from an estimated 6 matches for "nnetwork".
Did you mean:
network
2003 Jul 11
2
Nonliner Rgression using Neural Nnetworks
Hi,
I am an old hand at chemistry but a complete beginner at statistics
including R computations.
My question is whether you can carry out nonlinear
multivariate regression analysis in R using neural networks, where the
output variable can range from -Inf to + Inf., unlike discriminant
analysis where the output is confined to one or zero. The library nnet
seems to work only in the latter
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi,
I'm trying to get the so-called "single instance store" (I think cyrus
has got the name for the first time) with dovecot --version = 2.0.19
binary package installed from ubuntu 12.04 lts official repo.
I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot
-a|grep hard" shows "yes") then I have installed and enabled the lmtp
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
...send_log "Unexpected end of file."
- exit 2
+ send_log "Unexpected end of file."
+ exit 2
}
}
@@ -639,11 +637,11 @@ expect {
-exact "64 bytes from '"${ipaddress}"'" { send_log "\n\nGot ping response!\n"; send_log "\n\nNetworking verified!\n"; exit }
timeout {
- send_log "\nMarker not found.\n\n"
- exit 1
+ send_log "\nMarker not found.\n\n"
+ exit 1
} eof {
- send_log "Unexpected end of file."
- exit 2
+ send_log "Unexpected end of file.&quo...
1997 Sep 16
9
browsing problem
I have managed to get it set up so that I can now use net commands to
mount shares from my linux box onto my windows box. But I still don't see
an icon for my linux box on the network niehborhood. I have waited and
waited and tried what seems like everything but can't get that stupid icon
to come up. Any ideas???
Scott
2015 Mar 04
3
supermin on arm
...ge: {'install_script':
'#version=DEVEL\n# Keyboard layouts\nkeyboard \'us\'\n# Reboot after
installation\nreboot\n# Root password\nrootpw --plaintext qweqwe\n#
System timezone\ntimezone Etc/UTC --isUtc --nontp\n# Firewall
configuration\nfirewall --disabled\n# Network information\nnetwork
- --bootproto=dhcp --device=link --activate\ncmdline\n\n# System
bootloader configuration\nbootloader --location=none\n# Clear the
Master Boot Record\nzerombr\n# Partition clearing
information\nclearpart --all\n# Disk partitioning information\npart /
- --fstype="ext4" --size=3000\n\n%post...
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...n"
+
+exit 3
+'
+
+ expect -c '
+set timeout 3
+log_file stateful-pxe.log
+
+spawn ping -c 3 '"${ipaddress}"'
+
+expect {
+ -exact "64 bytes from '"${ipaddress}"'" { send_log "\n\nGot ping response!\n"; send_log "\n\nNetworking verified!\n"; exit }
+
+ timeout {
+send_log "\nMarker not found.\n\n"
+exit 1
+ } eof {
+send_log "Unexpected end of file."
+exit 2
+ }
+}
+
+send_log "\n\nUnexpected end of interaction.\n\n"
+
+exit 3'
+
+result=$?
+ fi
+
+ destroy_node $no...