diff options
| author | ziejd2 | 2017-09-28 15:04:40 -0500 |
|---|---|---|
| committer | ziejd2 | 2017-09-28 15:04:40 -0500 |
| commit | 8070dc963753142bb86c4ed698d91fd623ed28e7 (patch) | |
| tree | d0f6dd8fc46a49b819aa55c1a90faa14d8448883 /sourcecodes/bnt-master/SLP/examples/UCI_DataSets/tae.names | |
| parent | 7cc31810d53176e805532b2789955f4eedbce6bb (diff) | |
| download | BNW-8070dc963753142bb86c4ed698d91fd623ed28e7.tar.gz | |
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
Diffstat (limited to 'sourcecodes/bnt-master/SLP/examples/UCI_DataSets/tae.names')
| -rw-r--r-- | sourcecodes/bnt-master/SLP/examples/UCI_DataSets/tae.names | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/SLP/examples/UCI_DataSets/tae.names b/sourcecodes/bnt-master/SLP/examples/UCI_DataSets/tae.names new file mode 100644 index 00000000..435034ae --- /dev/null +++ b/sourcecodes/bnt-master/SLP/examples/UCI_DataSets/tae.names @@ -0,0 +1,39 @@ +1. Title: Teaching Assistant Evaluation + +2. Sources: + (a) Collector: Wei-Yin Loh (Department of Statistics, UW-Madison) + (b) Donor: Tjen-Sien Lim (limt@stat.wisc.edu) + (b) Date: June 7, 1997 + +3. Past Usage: + 1. Loh, W.-Y. & Shih, Y.-S. (1997). Split Selection Methods for + Classification Trees, Statistica Sinica 7: 815-840. + 2. Lim, T.-S., Loh, W.-Y. & Shih, Y.-S. (1999). A Comparison of + Prediction Accuracy, Complexity, and Training Time of + Thirty-three Old and New Classification Algorithms. Machine + Learning. Forthcoming. + (ftp://ftp.stat.wisc.edu/pub/loh/treeprogs/quest1.7/mach1317.pdf or + (http://www.stat.wisc.edu/~limt/mach1317.pdf) + +4. Relevant Information: + The data consist of evaluations of teaching performance over three + regular semesters and two summer semesters of 151 teaching assistant + (TA) assignments at the Statistics Department of the University of + Wisconsin-Madison. The scores were divided into 3 roughly equal-sized + categories ("low", "medium", and "high") to form the class variable. + +5. Number of Instances: 151 + +6. Number of Attributes: 6 (including the class attribute) + +7. Attribute Information: + + 1. Whether of not the TA is a native English speaker (binary) + 1=English speaker, 2=non-English speaker + 2. Course instructor (categorical, 25 categories) + 3. Course (categorical, 26 categories) + 4. Summer or regular semester (binary) 1=Summer, 2=Regular + 5. Class size (numerical) + 6. Class attribute (categorical) 1=Low, 2=Medium, 3=High + +8. Missing Attribute Values: None |
