From 8070dc963753142bb86c4ed698d91fd623ed28e7 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 28 Sep 2017 15:04:40 -0500 Subject: BNW using Octave instead of Matlab. This version of BNW should perform the same as the original version. The only difference is that it uses Octave instead of Matlab when running BayesNet Toolbox during parameter learning. I am calling this BNW_1.02. It can be accessed at: compbio.uthsc.edu/BNW_1.02 --- sourcecodes/bnt-master/nethelp3.3/datread.htm | 57 +++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 sourcecodes/bnt-master/nethelp3.3/datread.htm (limited to 'sourcecodes/bnt-master/nethelp3.3/datread.htm') diff --git a/sourcecodes/bnt-master/nethelp3.3/datread.htm b/sourcecodes/bnt-master/nethelp3.3/datread.htm new file mode 100644 index 00000000..78f087eb --- /dev/null +++ b/sourcecodes/bnt-master/nethelp3.3/datread.htm @@ -0,0 +1,57 @@ + + + +Netlab Reference Manual datread + + + +

datread +

+

+Purpose +

+Read data from an ascii file. + +

+Synopsis +

+
+[x, t, nin, nout, ndata] = datread(filename)
+
+ + +

+Description +

+ +

[x, t, nin, nout, ndata] = datread(filename) reads from +the file filename and returns a matrix x of input vectors, +a matrix t of target vectors, and integers nin, nout +and ndata specifying the number of inputs, the number of outputs +and the number of data points respectively. + +

The format of the data file is as follows: the first row contains the +string nin followed by the number of inputs, the second row +contains the string nout followed by the number of outputs, and +the third row contains the string ndata followed by the number +of data vectors. Subsequent lines each contain one input vector +followed by one output vector, with individual values separated by +spaces. + +

+Example +

+For the XOR data set we have + +

+See Also +

+nin2nout1ndata40.000000e+000.000000e+001.000000e+000.000000e+001.000000e+000.000000e+001.000000e+000.000000e+000.000000e+001.000000e+001.000000e+001.000000e+00SeeAlsodatwrite
+Pages: +Index +
+

Copyright (c) Ian T Nabney (1996-9) + + + + \ No newline at end of file -- cgit 1.4.1