⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 balance-scale.arff

📁 是UCI数据库中的一些有代表性的数据集
💻 ARFF
字号:
%1. Title: Balance Scale Weight & Distance Database%%2. Source Information: %    (a) Source: Generated to model psychological experiments reported%		by Siegler, R. S. (1976).  Three Aspects of Cognitive%		Development.  Cognitive Psychology, 8, 481-520.%    (b) Donor: Tim Hume (hume@ics.uci.edu)%    (c) Date: 22 April 1994%%3. Past Usage: (possibly different formats of this data)%   - Publications%	1. Klahr, D., & Siegler, R.S. (1978).  The Representation of%	   Children's Knowledge.  In H. W. Reese & L. P. Lipsitt (Eds.),%	   Advances in Child Development and Behavior, pp. 61-116.  New%	   York: Academic Press %	2. Langley,P. (1987).  A General Theory of Discrimination%	   Learning.  In D. Klahr, P. Langley, & R. Neches (Eds.),%	   Production System Models of Learning and Development, pp.%	   99-161. Cambridge, MA: MIT Press%	3. Newell, A. (1990).  Unified Theories of Cognition.%	   Cambridge, MA: Harvard University Press%	4. McClelland, J.L. (1988).  Parallel Distibuted Processing:%	   Implications for Cognition and Development.  Technical%	   Report AIP-47, Department of Psychology, Carnegie-Mellon%	   University %	5. Shultz, T., Mareschal, D., & Schmidt, W. (1994).  Modeling%	   Cognitive Development on Balance Scale Phenomena. Machine%	   Learning, Vol. 16, pp. 59-88.%%4. Relevant Information: %	This data set was generated to model psychological%	experimental results.  Each example is classified as having the%	balance scale tip to the right, tip to the left, or be%	balanced.  The attributes are the left weight, the left%	distance, the right weight, and the right distance.  The%	correct way to find the class is the greater of %	(left-distance * left-weight) and (right-distance *%	right-weight).  If they are equal, it is balanced.%%5. Number of Instances: 625 (49 balanced, 288 left, 288 right)%%6. Number of Attributes: 4 (numeric) + class name = 5%%7. Attribute Information:%	1. Class Name: 3 (L, B, R)%	2. Left-Weight: 5 (1, 2, 3, 4, 5)%	3. Left-Distance: 5 (1, 2, 3, 4, 5)%	4. Right-Weight: 5 (1, 2, 3, 4, 5)%	5. Right-Distance: 5 (1, 2, 3, 4, 5)%%8. Missing Attribute Values: %	none%%9. Class Distribution: %   1. 46.08 percent are L%   2. 07.84 percent are B%   3. 46.08 percent are R%@relation balance-scale@attribute left-weight real@attribute left-distance real@attribute right-weight real@attribute right-distance real@attribute class { L, B, R}@data1,1,1,1,B1,1,1,2,R1,1,1,3,R1,1,1,4,R1,1,1,5,R1,1,2,1,R1,1,2,2,R1,1,2,3,R1,1,2,4,R1,1,2,5,R1,1,3,1,R1,1,3,2,R1,1,3,3,R1,1,3,4,R1,1,3,5,R1,1,4,1,R1,1,4,2,R1,1,4,3,R1,1,4,4,R1,1,4,5,R1,1,5,1,R1,1,5,2,R1,1,5,3,R1,1,5,4,R1,1,5,5,R1,2,1,1,L1,2,1,2,B1,2,1,3,R1,2,1,4,R1,2,1,5,R1,2,2,1,B1,2,2,2,R1,2,2,3,R1,2,2,4,R1,2,2,5,R1,2,3,1,R1,2,3,2,R1,2,3,3,R1,2,3,4,R1,2,3,5,R1,2,4,1,R1,2,4,2,R1,2,4,3,R1,2,4,4,R1,2,4,5,R1,2,5,1,R1,2,5,2,R1,2,5,3,R1,2,5,4,R1,2,5,5,R1,3,1,1,L1,3,1,2,L1,3,1,3,B1,3,1,4,R1,3,1,5,R1,3,2,1,L1,3,2,2,R1,3,2,3,R1,3,2,4,R1,3,2,5,R1,3,3,1,B1,3,3,2,R1,3,3,3,R1,3,3,4,R1,3,3,5,R1,3,4,1,R1,3,4,2,R1,3,4,3,R1,3,4,4,R1,3,4,5,R1,3,5,1,R1,3,5,2,R1,3,5,3,R1,3,5,4,R1,3,5,5,R1,4,1,1,L1,4,1,2,L1,4,1,3,L1,4,1,4,B1,4,1,5,R1,4,2,1,L1,4,2,2,B1,4,2,3,R1,4,2,4,R1,4,2,5,R1,4,3,1,L1,4,3,2,R1,4,3,3,R1,4,3,4,R1,4,3,5,R1,4,4,1,B1,4,4,2,R1,4,4,3,R1,4,4,4,R1,4,4,5,R1,4,5,1,R1,4,5,2,R1,4,5,3,R1,4,5,4,R1,4,5,5,R1,5,1,1,L1,5,1,2,L1,5,1,3,L1,5,1,4,L1,5,1,5,B1,5,2,1,L1,5,2,2,L1,5,2,3,R1,5,2,4,R1,5,2,5,R1,5,3,1,L1,5,3,2,R1,5,3,3,R1,5,3,4,R1,5,3,5,R1,5,4,1,L1,5,4,2,R1,5,4,3,R1,5,4,4,R1,5,4,5,R1,5,5,1,B1,5,5,2,R1,5,5,3,R1,5,5,4,R1,5,5,5,R2,1,1,1,L2,1,1,2,B2,1,1,3,R2,1,1,4,R2,1,1,5,R2,1,2,1,B2,1,2,2,R2,1,2,3,R2,1,2,4,R2,1,2,5,R2,1,3,1,R2,1,3,2,R2,1,3,3,R2,1,3,4,R2,1,3,5,R2,1,4,1,R2,1,4,2,R2,1,4,3,R2,1,4,4,R2,1,4,5,R2,1,5,1,R2,1,5,2,R2,1,5,3,R2,1,5,4,R2,1,5,5,R2,2,1,1,L2,2,1,2,L2,2,1,3,L2,2,1,4,B2,2,1,5,R2,2,2,1,L2,2,2,2,B2,2,2,3,R2,2,2,4,R2,2,2,5,R2,2,3,1,L2,2,3,2,R2,2,3,3,R2,2,3,4,R2,2,3,5,R2,2,4,1,B2,2,4,2,R2,2,4,3,R2,2,4,4,R2,2,4,5,R2,2,5,1,R2,2,5,2,R2,2,5,3,R2,2,5,4,R2,2,5,5,R2,3,1,1,L2,3,1,2,L2,3,1,3,L2,3,1,4,L2,3,1,5,L2,3,2,1,L2,3,2,2,L2,3,2,3,B2,3,2,4,R2,3,2,5,R2,3,3,1,L2,3,3,2,B2,3,3,3,R2,3,3,4,R2,3,3,5,R2,3,4,1,L2,3,4,2,R2,3,4,3,R2,3,4,4,R2,3,4,5,R2,3,5,1,L2,3,5,2,R2,3,5,3,R2,3,5,4,R2,3,5,5,R2,4,1,1,L2,4,1,2,L2,4,1,3,L2,4,1,4,L2,4,1,5,L2,4,2,1,L2,4,2,2,L2,4,2,3,L2,4,2,4,B2,4,2,5,R2,4,3,1,L2,4,3,2,L2,4,3,3,R2,4,3,4,R2,4,3,5,R2,4,4,1,L2,4,4,2,B2,4,4,3,R2,4,4,4,R2,4,4,5,R2,4,5,1,L2,4,5,2,R2,4,5,3,R2,4,5,4,R2,4,5,5,R2,5,1,1,L2,5,1,2,L2,5,1,3,L2,5,1,4,L2,5,1,5,L2,5,2,1,L2,5,2,2,L2,5,2,3,L2,5,2,4,L2,5,2,5,B2,5,3,1,L2,5,3,2,L2,5,3,3,L2,5,3,4,R2,5,3,5,R2,5,4,1,L2,5,4,2,L2,5,4,3,R2,5,4,4,R2,5,4,5,R2,5,5,1,L2,5,5,2,B2,5,5,3,R2,5,5,4,R2,5,5,5,R3,1,1,1,L3,1,1,2,L3,1,1,3,B3,1,1,4,R3,1,1,5,R3,1,2,1,L3,1,2,2,R3,1,2,3,R3,1,2,4,R3,1,2,5,R3,1,3,1,B3,1,3,2,R3,1,3,3,R3,1,3,4,R3,1,3,5,R3,1,4,1,R3,1,4,2,R3,1,4,3,R3,1,4,4,R3,1,4,5,R3,1,5,1,R3,1,5,2,R3,1,5,3,R3,1,5,4,R3,1,5,5,R3,2,1,1,L3,2,1,2,L3,2,1,3,L3,2,1,4,L3,2,1,5,L3,2,2,1,L3,2,2,2,L3,2,2,3,B3,2,2,4,R3,2,2,5,R3,2,3,1,L3,2,3,2,B3,2,3,3,R3,2,3,4,R3,2,3,5,R3,2,4,1,L3,2,4,2,R3,2,4,3,R3,2,4,4,R3,2,4,5,R3,2,5,1,L3,2,5,2,R3,2,5,3,R3,2,5,4,R3,2,5,5,R3,3,1,1,L3,3,1,2,L3,3,1,3,L3,3,1,4,L3,3,1,5,L3,3,2,1,L3,3,2,2,L3,3,2,3,L3,3,2,4,L3,3,2,5,R3,3,3,1,L3,3,3,2,L3,3,3,3,B3,3,3,4,R3,3,3,5,R3,3,4,1,L3,3,4,2,L3,3,4,3,R3,3,4,4,R3,3,4,5,R3,3,5,1,L3,3,5,2,R3,3,5,3,R3,3,5,4,R3,3,5,5,R3,4,1,1,L3,4,1,2,L3,4,1,3,L3,4,1,4,L3,4,1,5,L3,4,2,1,L3,4,2,2,L3,4,2,3,L3,4,2,4,L3,4,2,5,L3,4,3,1,L3,4,3,2,L3,4,3,3,L3,4,3,4,B3,4,3,5,R3,4,4,1,L3,4,4,2,L3,4,4,3,B3,4,4,4,R3,4,4,5,R3,4,5,1,L3,4,5,2,L3,4,5,3,R3,4,5,4,R3,4,5,5,R3,5,1,1,L3,5,1,2,L3,5,1,3,L3,5,1,4,L3,5,1,5,L3,5,2,1,L3,5,2,2,L3,5,2,3,L3,5,2,4,L3,5,2,5,L3,5,3,1,L3,5,3,2,L3,5,3,3,L3,5,3,4,L3,5,3,5,B3,5,4,1,L3,5,4,2,L3,5,4,3,L3,5,4,4,R3,5,4,5,R3,5,5,1,L3,5,5,2,L3,5,5,3,B3,5,5,4,R3,5,5,5,R4,1,1,1,L4,1,1,2,L4,1,1,3,L4,1,1,4,B4,1,1,5,R4,1,2,1,L4,1,2,2,B4,1,2,3,R4,1,2,4,R4,1,2,5,R4,1,3,1,L4,1,3,2,R4,1,3,3,R4,1,3,4,R4,1,3,5,R4,1,4,1,B4,1,4,2,R4,1,4,3,R4,1,4,4,R4,1,4,5,R4,1,5,1,R4,1,5,2,R4,1,5,3,R4,1,5,4,R4,1,5,5,R4,2,1,1,L4,2,1,2,L4,2,1,3,L4,2,1,4,L4,2,1,5,L4,2,2,1,L4,2,2,2,L4,2,2,3,L4,2,2,4,B4,2,2,5,R4,2,3,1,L4,2,3,2,L4,2,3,3,R4,2,3,4,R4,2,3,5,R4,2,4,1,L4,2,4,2,B4,2,4,3,R4,2,4,4,R4,2,4,5,R4,2,5,1,L4,2,5,2,R4,2,5,3,R4,2,5,4,R4,2,5,5,R4,3,1,1,L4,3,1,2,L4,3,1,3,L4,3,1,4,L4,3,1,5,L4,3,2,1,L4,3,2,2,L4,3,2,3,L4,3,2,4,L4,3,2,5,L4,3,3,1,L4,3,3,2,L4,3,3,3,L4,3,3,4,B4,3,3,5,R4,3,4,1,L4,3,4,2,L4,3,4,3,B4,3,4,4,R4,3,4,5,R4,3,5,1,L4,3,5,2,L4,3,5,3,R4,3,5,4,R4,3,5,5,R4,4,1,1,L4,4,1,2,L4,4,1,3,L4,4,1,4,L4,4,1,5,L4,4,2,1,L4,4,2,2,L4,4,2,3,L4,4,2,4,L4,4,2,5,L4,4,3,1,L4,4,3,2,L4,4,3,3,L4,4,3,4,L4,4,3,5,L4,4,4,1,L4,4,4,2,L4,4,4,3,L4,4,4,4,B4,4,4,5,R4,4,5,1,L4,4,5,2,L4,4,5,3,L4,4,5,4,R4,4,5,5,R4,5,1,1,L4,5,1,2,L4,5,1,3,L4,5,1,4,L4,5,1,5,L4,5,2,1,L4,5,2,2,L4,5,2,3,L4,5,2,4,L4,5,2,5,L4,5,3,1,L4,5,3,2,L4,5,3,3,L4,5,3,4,L4,5,3,5,L4,5,4,1,L4,5,4,2,L4,5,4,3,L4,5,4,4,L4,5,4,5,B4,5,5,1,L4,5,5,2,L4,5,5,3,L4,5,5,4,B4,5,5,5,R5,1,1,1,L5,1,1,2,L5,1,1,3,L5,1,1,4,L5,1,1,5,B5,1,2,1,L5,1,2,2,L5,1,2,3,R5,1,2,4,R5,1,2,5,R5,1,3,1,L5,1,3,2,R5,1,3,3,R5,1,3,4,R5,1,3,5,R5,1,4,1,L5,1,4,2,R5,1,4,3,R5,1,4,4,R5,1,4,5,R5,1,5,1,B5,1,5,2,R5,1,5,3,R5,1,5,4,R5,1,5,5,R5,2,1,1,L5,2,1,2,L5,2,1,3,L5,2,1,4,L5,2,1,5,L5,2,2,1,L5,2,2,2,L5,2,2,3,L5,2,2,4,L5,2,2,5,B5,2,3,1,L5,2,3,2,L5,2,3,3,L5,2,3,4,R5,2,3,5,R5,2,4,1,L5,2,4,2,L5,2,4,3,R5,2,4,4,R5,2,4,5,R5,2,5,1,L5,2,5,2,B5,2,5,3,R5,2,5,4,R5,2,5,5,R5,3,1,1,L5,3,1,2,L5,3,1,3,L5,3,1,4,L5,3,1,5,L5,3,2,1,L5,3,2,2,L5,3,2,3,L5,3,2,4,L5,3,2,5,L5,3,3,1,L5,3,3,2,L5,3,3,3,L5,3,3,4,L5,3,3,5,B5,3,4,1,L5,3,4,2,L5,3,4,3,L5,3,4,4,R5,3,4,5,R5,3,5,1,L5,3,5,2,L5,3,5,3,B5,3,5,4,R5,3,5,5,R5,4,1,1,L5,4,1,2,L5,4,1,3,L5,4,1,4,L5,4,1,5,L5,4,2,1,L5,4,2,2,L5,4,2,3,L5,4,2,4,L5,4,2,5,L5,4,3,1,L5,4,3,2,L5,4,3,3,L5,4,3,4,L5,4,3,5,L5,4,4,1,L5,4,4,2,L5,4,4,3,L5,4,4,4,L5,4,4,5,B5,4,5,1,L5,4,5,2,L5,4,5,3,L5,4,5,4,B5,4,5,5,R5,5,1,1,L5,5,1,2,L5,5,1,3,L5,5,1,4,L5,5,1,5,L5,5,2,1,L5,5,2,2,L5,5,2,3,L5,5,2,4,L5,5,2,5,L5,5,3,1,L5,5,3,2,L5,5,3,3,L5,5,3,4,L5,5,3,5,L5,5,4,1,L5,5,4,2,L5,5,4,3,L5,5,4,4,L5,5,4,5,L5,5,5,1,L5,5,5,2,L5,5,5,3,L5,5,5,4,L5,5,5,5,B%%%

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -