{ "data_id": "19", "name": "bridges", "exact_name": "bridges", "version": 2, "version_label": "2", "description": "**Author**: \n**Source**: Unknown - \n**Please cite**: \n\n1. Title: Pittsburgh bridges\n\nThere are two versions of the database: \n V1 contains the original examples and \n V2 contains descriptions after discretizing numeric properties.\n \n 2. Sources:\n -- Yoram Reich & Steven J. Fenves\n Department of Civil Engineering\n and\n Engineering Design Research Center\n Carnegie Mellon University\n Pittsburgh, PA 15213\n \n Compiled from various sources.\n \n -- Donor: Yoram Reich (yoram.reich@cs.cmu.edu)\n -- Date: 1 August 1990\n \n 3. Past Usage:\n \n -- Reich & Fenves (1989). Incremental Learning for Capturing Design \n Expertise. Technical Report: EDRC 12-34-89, Engineering Design\n Research Center, Carnegie Mellon University, Pittsburgh, PA.\n -- Qualitative results and runs with original ordering of examples.\n using COBWEB.\n \n -- Reich (1989). Converging to ``Ideal'' Design Knowledge by Learning,\n Proceedings of the First International Workshop on Formal Methods in\n Engineering Design, pp: 330-349, Colorado Springs, CO, January 1990.\n -- Describes a new design method with Bridger (variant of COBWEB) using\n \t this domain. (Also an EDRC report: 12-35-89)\n \n -- Reich (1989) Combining Nominal and Continuous Properties in an \n Incremental Learning System for Design. Technical Report: EDRC 12-33-89.\n -- Comparison of performance of Bridger when running on both versions\n \t (V1 and V2) of the database\n \n -- Reich (1989) Incremental Concept Formation with Mixed Property Types\n Unpublished Manuscript.\n -- Results using 10 random 10-fold cross-validation test with Bridger\n \t (relative error rate):\n \t Version V1 of the database: \n \t MATERIAL 18.4%, REL-L 38.7%, SPAN 42.7%, T-OR-D 14.7%, TYPE 47.6%.\n \t Version V2 of the database:\n \t MATERIAL 24.2%, REL-L 41.7%, SPAN 39.9%, T-OR-D 14.7%, TYPE 56.5%.\n \n -- Quinlan (1989) Personal communication. \n -- Results of a 10-fold cross-validation test with C4.5, and with\n a separate decision tree for each design property obtained the \n \t following error rates on version V1 of the database:\n \t MATERIAL 15%, REL-L 32%, SPAN 32%, T-OR-D 15%, TYPE 44%.\n \n 4. Number of instances: 108\n \n 5. Relevant Information:\n \n There are no ``classes'' in the domain. Rather this is a DESIGN domain where\n 5 properties (design description) need to be predicted based on 7 \n specification properties.\n \n 6. Number of Attributes: 13: 7 specifications, 5 design description, and 1\n identifier (not used for the classification)\n \n 7. Attribute Information: \n \n The type field state whether a property is continuous\/integer (c) \n \t\t\t\t\t\t or nominal (n).\n For properties with c,n type, the range of continuous numbers is given \n first and the possible values of the nominal follow the semi-colon.\n \n \n name type possible values\t\tcomments\n ------------------------------------------------------------------------\n 1. IDENTIF\t-\t-\t\t\tidentifier of the examples\n 2. RIVER\tn\tA, M, O\n 3. LOCATION\tn 1 to 52\n 4. ERECTED\tc,n\t1818-1986 ; CRAFTS, EMERGING, MATURE, MODERN\n 5. PURPOSE\tn\tWALK, AQUEDUCT, RR, HIGHWAY\n 6. LENGTH\tc,n\t804-4558 ; SHORT, MEDIUM, LONG\n 7. LANES\tc,n\t1, 2, 4, 6 ; 1, 2, 4, 6\n 8. CLEAR-G\tn\tN, G\n 9. T-OR-D\tn\tTHROUGH, DECK\n 10. MATERIAL\tn\tWOOD, IRON, STEEL\n 11. SPAN\tn\tSHORT, MEDUIM, LONG\n 12. REL-L\tn\tS, S-F, F\n 13. TYPE\tn\tWOOD, SUSPEN, SIMPLE-T, ARCH, CANTILEV, CONT-T\n \n \n 8. More complicated attributes:\n \n One can use a hierarchical structure for the Type property. There are two\n options.\n \n \toption 1 (use examples without modification)\n --------\n \n \t\t\tType \n \t \/ \/\t \n \t \/ \/\t \t \n \twood\tsuspen\t\tarch\ttruss\n \t\t\t\t \/ | \n \t\t\t\t \/ | \n \t\t\t\tcantilev cont-t simple\n \n \n \toption 2 (requires changes in the Type property - specified bellow)\n \t--------\n \n \t\t\t\tType \n \n \t\t \/ \t\/ |\t \t \t\n \t \t\/ \/\t | \t\t \n \t wood suspen\tarch\t\t truss\n \t\t\t\t\/ \t \t \/ | \n \t\t\t \/\t \t \t \/ | \t\n \t\t\ttied-a not-tied cantilev cont-t simple arch-t\n \n \n \tChange the Type property of the following examples (in both V1 and V2):\n \t\tE28 -> arch-t\n \t\tE91,E90,E84,E83,E73 -> tied-a\n \t\tE97,E78,E77,E75,E66,E64,E43 -> not-tied\n \n \n 9. Missing Attribute Values:\n Attribute #: \t# instances with missing values:\n 2\t\t\t 1\n 6\t\t\t27\n 7\t\t\t16\n 8\t\t\t 2\n 9\t\t\t 6\n 10\t\t\t 2\n 11\t\t\t16\n 12\t\t\t 5\n 13\t\t\t 3\n\n Information about the dataset\n CLASSTYPE: nominal\n CLASSINDEX: no", "format": "ARFF", "uploader": "Jan van Rijn", "uploader_id": 1, "visibility": "public", "creator": null, "contributor": null, "date": "2014-04-06 23:20:40", "update_comment": null, "last_update": "2014-04-06 23:20:40", "licence": "Public", "status": "deactivated", "error_message": null, "url": "https:\/\/www.openml.org\/data\/download\/19\/dataset_19_bridges_version2.arff", "default_target_attribute": "TYPE", "row_id_attribute": "IDENTIF", "ignore_attribute": null, "runs": 46, "suggest": { "input": [ "bridges", "1. Title: Pittsburgh bridges There are two versions of the database: V1 contains the original examples and V2 contains descriptions after discretizing numeric properties. 2. Sources: -- Yoram Reich & Steven J. Fenves Department of Civil Engineering and Engineering Design Research Center Carnegie Mellon University Pittsburgh, PA 15213 Compiled from various sources. -- Donor: Yoram Reich (yoram.reich@cs.cmu.edu) -- Date: 1 August 1990 3. Past Usage: -- Reich & Fenves (1989). Incremental Learning f " ], "weight": 5 }, "qualities": { "NumberOfInstances": 107, "NumberOfFeatures": 12, "NumberOfClasses": 7, "NumberOfMissingValues": 73, "NumberOfInstancesWithMissingValues": 37, "NumberOfNumericFeatures": 0, "NumberOfSymbolicFeatures": 12, "Quartile2AttributeEntropy": 1.5001062202571016, "REPTreeDepth2ErrRate": 0.580952380952381, "CfsSubsetEval_kNN1NKappa": 0.47361477572559363, "kNN1NErrRate": 0.38095238095238093, "MajorityClassPercentage": 41.1214953271028, "MeanStdDevOfNumericAtts": null, "Quartile2KurtosisOfNumericAtts": null, "REPTreeDepth2Kappa": 0, "ClassEntropy": 2.3236526486373053, "kNN1NKappa": 0.4807121661721068, "MajorityClassSize": 44, "MinAttributeEntropy": 0.5847281182574744, "Quartile2MeansOfNumericAtts": null, "REPTreeDepth3AUC": 0.48998453256093166, "DecisionStumpAUC": 0.6675446142057514, "MaxAttributeEntropy": 5.574234715470477, "MinKurtosisOfNumericAtts": null, "Quartile2MutualInformation": 0.3574119645586, "REPTreeDepth3ErrRate": 0.580952380952381, "DecisionStumpErrRate": 0.42857142857142855, "MaxKurtosisOfNumericAtts": null, "MinMeansOfNumericAtts": null, "Quartile2SkewnessOfNumericAtts": null, "REPTreeDepth3Kappa": 0, "DecisionStumpKappa": 0.3105209397344228, "MaxMeansOfNumericAtts": null, "MinMutualInformation": 0.14862885098635, "PercentageOfBinaryFeatures": 16.666666666666664, "Quartile2StdDevOfNumericAtts": null, "RandomTreeDepth1AUC": 0.6544124675468093, "Dimensionality": 0.11214953271028037, "MaxMutualInformation": 1.54436220017699, "MinNominalAttDistinctValues": 2, "PercentageOfInstancesWithMissingValues": 34.57943925233645, "Quartile3AttributeEntropy": 1.5910363447165845, "RandomTreeDepth1ErrRate": 0.5142857142857142, "EquivalentNumberOfAtts": 4.973866798259092, "MaxNominalAttDistinctValues": 54, "MinSkewnessOfNumericAtts": null, "PercentageOfMissingValues": 5.685358255451713, "Quartile3KurtosisOfNumericAtts": null, "AutoCorrelation": 0.4811320754716981, "RandomTreeDepth1Kappa": 0.24349566377585055, "J48.00001.AUC": 0.8029644739741332, "MaxSkewnessOfNumericAtts": null, "MinStdDevOfNumericAtts": null, "PercentageOfNumericFeatures": 0, "Quartile3MeansOfNumericAtts": null, "CfsSubsetEval_DecisionStumpAUC": 0.8056078642919232, "RandomTreeDepth2AUC": 0.6544124675468093, "J48.00001.ErrRate": 0.34285714285714286, "MaxStdDevOfNumericAtts": null, "MinorityClassPercentage": 1.8691588785046727, "PercentageOfSymbolicFeatures": 100, "Quartile3MutualInformation": 0.55267684135075, "CfsSubsetEval_DecisionStumpErrRate": 0.3619047619047619, "RandomTreeDepth2ErrRate": 0.5142857142857142, "J48.00001.Kappa": 0.5267309377738826, "MeanAttributeEntropy": 1.6912323198964243, "MinorityClassSize": 2, "Quartile1AttributeEntropy": 1.1024597817074344, "Quartile3SkewnessOfNumericAtts": null, "CfsSubsetEval_DecisionStumpKappa": 0.47361477572559363, "RandomTreeDepth2Kappa": 0.24349566377585055, "J48.0001.AUC": 0.8029644739741332, "MeanKurtosisOfNumericAtts": null, "NaiveBayesAUC": 0.8595891153666395, "Quartile1KurtosisOfNumericAtts": null, "Quartile3StdDevOfNumericAtts": null, "CfsSubsetEval_NaiveBayesAUC": 0.8056078642919232, "RandomTreeDepth3AUC": 0.6544124675468093, "J48.0001.ErrRate": 0.34285714285714286, "MeanMeansOfNumericAtts": null, "NaiveBayesErrRate": 0.37142857142857144, "Quartile1MeansOfNumericAtts": null, "REPTreeDepth1AUC": 0.48998453256093166, "CfsSubsetEval_NaiveBayesErrRate": 0.3619047619047619, "RandomTreeDepth3ErrRate": 0.5142857142857142, "J48.0001.Kappa": 0.5267309377738826, "MeanMutualInformation": 0.46717227116950727, "NaiveBayesKappa": 0.49212451940964896, "Quartile1MutualInformation": 0.23380695589567, "REPTreeDepth1ErrRate": 0.580952380952381, "CfsSubsetEval_NaiveBayesKappa": 0.47361477572559363, "RandomTreeDepth3Kappa": 0.24349566377585055, "J48.001.AUC": 0.8029644739741332, "MeanNoiseToSignalRatio": 2.620147051242224, "NumberOfBinaryFeatures": 2, "Quartile1SkewnessOfNumericAtts": null, "REPTreeDepth1Kappa": 0, "CfsSubsetEval_kNN1NAUC": 0.8056078642919232, "StdvNominalAttDistinctValues": 14.63081016419139, "J48.001.ErrRate": 0.34285714285714286, "MeanNominalAttDistinctValues": 7.666666666666667, "Quartile1StdDevOfNumericAtts": null, "REPTreeDepth2AUC": 0.48998453256093166, "CfsSubsetEval_kNN1NErrRate": 0.3619047619047619, "kNN1NAUC": 0.7992103360500448, "J48.001.Kappa": 0.5267309377738826, "MeanSkewnessOfNumericAtts": null }, "tags": [ { "tag": "uci", "uploader": "1" } ], "features": [ { "name": "TYPE", "index": "12", "type": "nominal", "distinct": "6", "missing": "2", "target": "1", "distr": [ [ "WOOD", "SUSPEN", "SIMPLE-T", "ARCH", "CANTILEV", "CONT-T" ], [ [ "16", "0", "0", "0", "0", "0" ], [ "0", "11", "0", "0", "0", "0" ], [ "0", "0", "44", "0", "0", "0" ], [ "0", "0", "0", "13", "0", "0" ], [ "0", "0", "0", "0", "11", "0" ], [ "0", "0", "0", "0", "0", "10" ] ] ] }, { "name": "IDENTIF", "index": "0", "type": "nominal", "distinct": "107", "missing": "0", "identifier": "1", "distr": [ [ "E1", "E10", "E100", "E101", "E102", "E103", "E105", "E107", "E107N", "E108", "E109", "E11", "E12", "E13", "E14", "E15", "E16", "E17", "E18", "E19", "E2", "E20", "E21", "E22", "E23", "E24", "E25", "E26", "E27", "E28", "E29", "E3", "E30", "E31", "E32", "E33", "E34", "E35", "E36", "E37", "E38", "E39", "E4", "E40", "E41", "E42", "E43", "E44", "E45", "E46", "E47", "E48", "E49", "E5", "E50", "E51", "E52", "E53", "E54", "E55", "E56", "E57", "E58", "E59", "E6", "E60", "E61", "E62", "E63", "E64", "E65", "E66", "E67", "E68", "E69", "E7", "E70", "E71", "E72", "E73", "E74", "E75", "E76", "E77", "E78", "E79", "E8", "E80", "E81", "E82", "E83", "E84", "E85", "E86", "E87", "E88", "E89", "E9", "E90", "E91", "E92", "E93", "E94", "E95", "E96", "E97", "E98", "E99" ], [ [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "1", "0", "0", "0", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "1", "0", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ] ] ] }, { "name": "RIVER", "index": "1", "type": "nominal", "distinct": "4", "missing": "0", "distr": [ [ "A", "M", "O", "Y" ], [ [ "14", "7", "15", "5", "2", "5" ], [ "3", "3", "22", "4", "5", "4" ], [ "1", "1", "5", "3", "4", "1" ], [ "0", "0", "2", "1", "0", "0" ] ] ] }, { "name": "LOCATION", "index": "2", "type": "nominal", "distinct": "54", "missing": "1", "distr": [ [ "1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "3", "30", "31", "32", "33", "34", "35", "36", "37", "38", "38.5", "39", "39.5", "39.7", "4", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "5", "51", "52", "6", "7", "8", "9" ], [ [ "0", "1", "0", "1", "1", "0" ], [ "0", "0", "2", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "2", "0", "0", "0" ], [ "0", "0", "2", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "1", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "1" ], [ "1", "0", "2", "0", "0", "0" ], [ "1", "0", "1", "1", "0", "0" ], [ "1", "2", "1", "0", "0", "0" ], [ "0", "2", "0", "0", "0", "0" ], [ "2", "1", "1", "0", "0", "0" ], [ "2", "1", "2", "0", "0", "0" ], [ "3", "0", "0", "1", "0", "0" ], [ "1", "1", "0", "1", "0", "0" ], [ "0", "1", "1", "1", "0", "0" ], [ "0", "0", "2", "0", "0", "0" ], [ "1", "0", "0", "1", "0", "0" ], [ "1", "0", "1", "0", "0", "1" ], [ "0", "0", "0", "0", "2", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "2" ], [ "0", "0", "1", "1", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "3", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "2", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "2", "0", "0", "0" ], [ "0", "0", "1", "1", "0", "0" ], [ "1", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "0", "0", "2", "0", "0", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "0", "0", "1" ], [ "0", "1", "0", "0", "1", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "0", "0", "1", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "0", "1", "0", "0" ], [ "1", "1", "1", "0", "0", "0" ], [ "0", "0", "0", "2", "0", "0" ], [ "0", "0", "1", "0", "0", "0" ], [ "0", "0", "1", "0", "0", "1" ] ] ] }, { "name": "ERECTED", "index": "3", "type": "nominal", "distinct": "4", "missing": "0", "distr": [ [ "CRAFTS", "EMERGING", "MATURE", "MODERN" ], [ [ "13", "3", "2", "0", "0", "0" ], [ "2", "2", "10", "1", "0", "0" ], [ "1", "6", "28", "7", "9", "2" ], [ "2", "0", "4", "5", "2", "8" ] ] ] }, { "name": "PURPOSE", "index": "4", "type": "nominal", "distinct": "4", "missing": "0", "distr": [ [ "WALK", "AQUEDUCT", "RR", "HIGHWAY" ], [ [ "0", "1", "0", "0", "0", "0" ], [ "3", "1", "0", "0", "0", "0" ], [ "2", "0", "26", "0", "2", "1" ], [ "13", "9", "18", "13", "9", "9" ] ] ] }, { "name": "LENGTH", "index": "5", "type": "nominal", "distinct": "3", "missing": "26", "distr": [ [ "SHORT", "MEDIUM", "LONG" ], [ [ "1", "3", "3", "3", "0", "2" ], [ "8", "6", "16", "6", "8", "4" ], [ "0", "0", "11", "3", "3", "4" ] ] ] }, { "name": "LANES", "index": "6", "type": "nominal", "distinct": "4", "missing": "15", "distr": [ [ "1", "2", "4", "6" ], [ [ "3", "1", "0", "0", "0", "0" ], [ "12", "4", "34", "2", "6", "3" ], [ "1", "4", "2", "5", "4", "7" ], [ "0", "0", "0", "4", "0", "0" ] ] ] }, { "name": "CLEAR-G", "index": "7", "type": "nominal", "distinct": "2", "missing": "2", "distr": [ [ "N", "G" ], [ [ "15", "3", "2", "1", "1", "4" ], [ "3", "7", "41", "12", "10", "6" ] ] ] }, { "name": "T-OR-D", "index": "8", "type": "nominal", "distinct": "2", "missing": "5", "distr": [ [ "THROUGH", "DECK" ], [ [ "14", "11", "40", "12", "8", "2" ], [ "2", "0", "1", "1", "3", "8" ] ] ] }, { "name": "MATERIAL", "index": "9", "type": "nominal", "distinct": "3", "missing": "2", "distr": [ [ "WOOD", "IRON", "STEEL" ], [ [ "16", "0", "0", "0", "0", "0" ], [ "0", "3", "8", "0", "0", "0" ], [ "0", "8", "36", "13", "11", "10" ] ] ] }, { "name": "SPAN", "index": "10", "type": "nominal", "distinct": "3", "missing": "15", "distr": [ [ "SHORT", "MEDIUM", "LONG" ], [ [ "5", "2", "2", "0", "0", "0" ], [ "5", "5", "28", "7", "4", "4" ], [ "0", "3", "8", "6", "7", "6" ] ] ] }, { "name": "REL-L", "index": "11", "type": "nominal", "distinct": "3", "missing": "5", "distr": [ [ "S", "S-F", "F" ], [ [ "16", "2", "8", "4", "0", "0" ], [ "0", "4", "4", "0", "3", "4" ], [ "2", "4", "28", "9", "8", "6" ] ] ] } ], "nr_of_issues": 0, "nr_of_downvotes": 0, "nr_of_likes": 0, "nr_of_downloads": 0, "total_downloads": 0, "reach": 0, "reuse": 0, "impact_of_reuse": 0, "reach_of_reuse": 0, "impact": 0 }