{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# USDA Nutrients Visualization\n", "This notebook will visualize USDA nutrient data taken from the [Nutrient Explorer](http://bl.ocks.org/syntagmatic/raw/3150059/) using [Clustergrammer-widget](http://clustergrammer.readthedocs.io/clustergrammer_widget.html).\n", "\n", "Below we will use Clustergrammer's ``Network`` to load the data, swap in zero for missing data, normalize the nutrient columns (so that they can be more easily compared), and finally filter the foods (rows) to only show the top 4000 foods (out of ~7,000) based on their sum across nutrients. This row filtering makes our visualization easier to work with and will tend to remove foods with a large amount of missing nutrient data. " ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true }, "outputs": [], "source": [ "# import clustergrammer_widget and instantiate network instance \n", "from clustergrammer_widget import *\n", "net = Network(clustergrammer_widget)\n", "\n", "# load matrix file \n", "net.load_file('USDA_nutrients_clean.txt')\n", "\n", "# swap missing values for zero\n", "net.swap_nan_for_zero()\n", "\n", "# normalize nutrient columns so they can be more easily compared\n", "net.normalize(axis='col', norm_type='zscore', keep_orig=True)\n", "\n", "# set the maximum absolute value of any matrix cell to 10\n", "# since we do not care about extreme outliers (this also improves the look of the visualization)\n", "net.clip(-10, 10)\n", "\n", "# filter down the foods to only keep those with the highest sum across all nutrients (e.g. most nutritious)\n", "# keep top 4,000 foods out of ~7,000\n", "net.filter_N_top('row', 4000, 'sum')\n", "\n", "# cluster the data\n", "net.cluster()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Visualizing as Interactive Heatmap with Clustergrammer\n", "Once we have loaded and pre-processed the data, we can visualize it with Clustergrammer (you can increase the opacity with the slider to improve visibility). We can see some broad trends:\n", "\n", "- Nutrients (columns) cluster into two large clusters: 1) fiber, sugar, carbs etc. and 2) fat, calories, etc.\n", "- Foods (rows) with the same category tend to cluster together\n", "- foods with low water content tend to have high sugars or fats" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "401923069e714e02adcfa0f8f8a78439" } }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# generate the widget visualization \n", "net.widget()" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true }, "source": [ "Clustergrammer allows us to interactively explore the dataset:\n", "\n", "- We can also rows based on nutrients to see which foods and which food categories are highest/lowest in particular nutrients\n", "- we can filter food-rows using the sliders to reduce the dimensionality of our dataset and find foods of particular interest (e.g. foods with the highest total nutrient levels)\n", "- mousing over tiles shows the normalized and non-normalized nutrient values\n" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true }, "source": [ "# Fast Foods\n", "Here we are viewing the nutritional data of only 'Fast Foods'. Again, we see the same two clusters of foods characterized in part by high and low water content. " ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "c7793eca793d47e4940a5e1490319525" } }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net.filter_cat('row', 1, 'Fast Foods')\n", "net.cluster(enrichrgram=False)\n", "net.widget()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "We can double-click the saturated [fat] (g) nutrient column to find the fast food with the greatest level of saturated fat per serving, which is nachos with cinnamon and sugar." ] } ], "metadata": { "anaconda-cloud": {}, "kernelspec": { "display_name": "Python [Root]", "language": "python", "name": "Python [Root]" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.12" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": { "401923069e714e02adcfa0f8f8a78439": { "model_module": "clustergrammer_widget", "model_module_version": "*", "model_name": "hello_model", "state": { "_dom_classes": [], "_model_module_version": "*", "_view_module_version": "*", "layout": "IPY_MODEL_b7182b85439445b0a669ff67ebe1bba2", "mat_string": "", "msg_throttle": 1, "network": "{\"mat\": [[1.0258164426970524, 5.4460309176735855, -0.11243070098803262, 1.967290500578671, 8.892738184694313, 10.0, 1.1488141787619932, 0.07512965367688018, -0.33435159599797337, -1.5752156381732298, 0.3548721547675348, -0.48389975550276343, -0.21525349111849673, -0.3205783677478126], [0.9568575819379644, 3.4319709629322412, -0.2566394589399181, 5.659583568787356, 10.0, 6.7661604065279555, 1.603269025246119, -0.4540947616892366, -0.41311076868280705, -1.7485409301843369, 0.5431425793947592, -0.41079724249218724, -0.45978580078875503, -0.11718312622797782], [0.645125745629759, 0.2736644750122126, -0.13084032966274142, 4.5145053387732705, 10.0, 7.2949305874843295, 1.767678038617324, 2.5137841123790694, -0.44387607051282024, -1.7485409301843369, 0.5607929317035614, -0.43291228844496654, -0.5002136453266622, -0.07068162048184845], [0.645125745629759, 0.2736644750122126, -0.13084032966274142, 4.5145053387732705, 10.0, 7.2949305874843295, 1.767678038617324, 2.347082061321516, -0.44387607051282024, -1.7485409301843369, 0.5607929317035614, -0.43291228844496654, -0.5002136453266622, -0.07068162048184845], [1.1250038451587543, 10.0, -0.25050291604834846, 8.347012067800007, -0.13019346945052226, 5.935235836453654, 0.9866420227155661, -0.3296141908121995, -0.37803832459659203, -1.4754718380536305, 0.08423341936589986, -0.17029611775571146, -0.35478570455835706, -0.28736300650057733], [0.021662073013348285, 2.3807526031827186, 1.1394240488921643, 6.03348666430216, 1.2362409584699803, 10.0, 1.5812732615524654, 2.159269270173706, -0.49925361380684397, -1.5196207331885352, 0.5902101855515652, -0.416326003980382, -0.4717176299058457, -0.1824415418548989], [0.15013337524945713, 8.906678969238389, -0.24948015889975353, 8.954604598011562, 0.6765927855410464, 3.1453436435981197, 1.4642110615557342, -0.15636053076111864, -0.1952924317263139, -1.5640966571762909, 0.30780454861072876, -0.42031899838852277, -0.396617293698275, 0.47600414875205904], [-0.7057122117057979, 6.0600168623060515, -0.2453891303053738, 0.4249402315801058, 10.0, 7.199248364263652, 2.4089104717204384, -0.2648260574317533, -0.6284678814928992, -1.7550815072413597, -0.009901792947712302, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.41003928817710594, 9.567179000585435, -0.3036862877752849, 10.0, 0.6542706361934536, 1.9593876663102534, 1.7687964672797134, -0.4540947616892366, -0.26482201386214366, -1.5196207331885352, 0.3136879993803295, -0.0009010088257416732, -0.5285692862872777, -0.38466447650718416], [0.6536275229836191, 6.339101382593536, -0.30164077347809504, 4.093864356319116, -0.12700459097229475, 1.1234271897506534, 0.25518967751306043, -0.23643575179313078, 1.9287440066177948, -1.6193645333081343, 1.8022010440893217, 0.1921449131370616, 0.3111507346355037, 5.197274673329665], [1.4697981489541934, 4.95298159849903, 0.134053771823346, 5.776428286135732, 1.8501000655287825, 6.068687358314073, 1.0943839838590543, 0.07512965367688018, -0.2912801734359549, -1.6213267064252412, 0.43135701477234467, -0.38269270492719676, -0.47620961263227984, 0.41953803463175915], [1.9109459294267148, 0.4690236392134516, 0.07166558575905513, 7.178564894316247, 2.2327654829160877, 10.0, 0.7864432921479079, -0.4540947616892366, -0.3085087424607623, -1.7485409301843369, 0.30780454861072876, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.04162893617649948, 7.3345028382855615, -0.316982130707019, 8.954604598011562, 0.3736493301094297, 2.0072287779205924, 1.4705488239759392, -0.3296141908121995, 0.15604731517243642, -1.5536317338850543, 0.5666763824731622, 0.578083180354663, -0.26606904571128287, -0.040787795359336715], [0.4467509407063557, 5.213460484100682, -0.23822983026520925, 8.837759880663185, 0.19188325685045968, 3.5784316013338167, 1.1558975602904578, -0.4540947616892366, 0.28649219493169215, -1.5258342813927068, 0.743179905561185, -0.427844257080788, 0.862541614305294, -0.05446470881408066], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.476075660416794, 1.9700961052917108, 9.755789927795817], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.5239000707832373, 2.671968406297044, 9.990251301305713], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.7795137670810037, 3.5248836264787253, 9.80444066279912], [0.06228167592623564, 9.204369124211707, 0.6617964604983309, -0.46307962026755267, -0.1285990302114085, 5.076613780710209, 1.94476257682894, 4.892746133584668, -0.5952413555164849, -1.6991595734038138, 0.7078792009435804, -0.4490378427855349, -0.5076534917173188, -0.380561402470761], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.2628196671740364, 3.6124772896441915, 9.013328911681146], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.20949908114167326, 4.667531732515409, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.4869501383306933, 3.342396828217339, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.854459200587645, 4.332598270475664, 8.452184691080795], [-0.5847980448953424, 5.60417881250316, -0.27709460191181673, 9.492090297814093, 0.832847830974196, 1.7176641550159113, 1.5946944055011354, -0.4540947616892366, 0.3080279062127015, -1.5094828387501495, 0.6608115947867743, 0.6304528377845087, -0.10548066324126253, 0.0723398173591881], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.9019144033613176, 2.6695820404736263, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.8771264991956857, 4.103787900347925, 7.547945327244297], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.5116139341428045, 4.399978011372176, 7.600699136284023], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.8406372968671578, 2.6617210707023657, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.6792281767534694, 5.0442967836950725, 7.762868252961702], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.928051912076723, 3.6241283698408804, 6.878558105873544], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.008495082689606, 1.8149899866302543, 2.4807783915031916, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.8543056238796396, 2.517696874536072, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.0495636739312788, 5.844431206841152, 7.4502530882818405], [-0.19560557047418892, 7.0786753613553675, -0.30266353062669, 9.468721354344417, -0.1062768808638157, 2.485639894023978, 1.775879848808178, -0.15636053076111864, -0.3651168978279865, -1.4892070498733785, 0.27250384399312416, -0.26336360280699134, -0.4280611727833139, -0.11718312622797782], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.3178001286399743, 4.927785981728187, 7.041704144940846], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 4.0891538787744, 4.221842821377022, 5.841652681526028], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.7867318723572583, 5.507532502358592, 6.961791893469557], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.278330914682583, 5.123187230328072, 6.8146673815920975], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.5701266598928663, 4.602819106362717, 7.0381872243381975], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.4949361271469748, 5.956730775002007, 6.7273305199596605], [1.1457859675793012, 5.911171784819392, -0.24334361600818394, 2.177610991805748, 0.6542706361934536, 10.0, 1.036971312523078, -0.4540947616892366, -0.3884985272187965, -1.578485926701741, 0.1077672224443029, -0.4756066132704712, -0.3321854164659853, -0.03297241624234017], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.2141358507363207, 5.35719145548325, 6.578447547780878], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.6295313775364761, 8.353765057395423, 5.113845501255726], [0.839721982840336, 7.9484887829180275, -0.11549897243381742, 2.7150966916082777, 0.6542706361934536, 7.642408134969947, 1.287499332898248, -0.4540947616892366, -0.3601944495351844, -1.5752156381732298, 0.20190243475791506, -0.4656241272501194, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.1731308696988756, 5.202077676961071, 6.656601338950843], [-0.18521450926391544, 8.441538102092581, -0.27198081616884207, 8.18342946351228, 0.6542706361934536, 1.3626327478023461, 1.5902206908515786, -0.3296141908121995, -0.17129549629890364, -1.5591912243835238, 0.3372218024587325, -0.08229666406861019, -0.46259328999277627, -0.15215694777653732], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.7048754869903735, 6.2140371605505615, 6.069470982786478], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.3856810335783663, 1.5910850627488302, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.5239000707832373, 4.988146999614645, 6.453792250864782], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.0938852883680825, 5.956730775002007, 5.867638817090042], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.5717244811496809, 2.2368075796737372, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 4.171317417557296, 3.2185865543199985, 6.296898515091076], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.337856623211923, 5.7180941926601925, 4.714870397333054], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.5122863637777275, -1.8074061236975427, 4.008495082689606, 4.013594138435737, 5.493495056338486, 4.128716963558314], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.7310455815280537, 7.688530490502567, 5.303563829320818], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.4659721835107119, 7.8938983257767275, 5.340100726692777], [-1.0457833058602037, -0.3449728782917107, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.522746566399932, -1.8139467007545658, 3.9143598703759945, 3.334785089051815, 5.252893231553858, 5.105053199749105], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 2.5503152645601683, 3.5474839145710972, 7.4940192113370205], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.8820114854973741, 7.5196600148806825, 5.274060773154155], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.008495082689606, 4.981127398869836, 5.1846712438961395, 3.3667174996511515], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.5122863637777275, -1.8074061236975427, 4.008495082689606, 4.075024821637903, 5.746169084700407, 3.6988711121235043], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.340928157372031, 5.438749016860069, 4.820378015412507], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.8959869659258665, 2.671968406297044, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.738907461990815, 6.70071541406766, 4.109178515765822], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.689887023782603, 8.055328955007955, 4.772899587276752], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.6679255545378292, 8.187702070977561, 4.614833544635498], [0.8368880570557158, 6.57167181616644, 0.023595999775093288, 6.500865533695665, -0.14294898336343245, 4.157560847143179, 1.1465773214372148, -0.4540947616892366, -0.2574383414229405, -1.4444040970327718, 0.39017285938513935, -0.2593706083988506, -0.4990906496450537, 0.25170276809425846], [-0.9928833578806294, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.499980243045722, -1.8132926430488634, 4.002611631920006, 1.1764180347437492, 6.080260299978945, 6.06321867949288], [-1.0457833058602037, -0.3496242869631688, 0.2291701866426747, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.437834333349096, -1.8139467007545658, 3.943777124223998, 6.377139674639033, 5.334871916311281, 1.0924421766051604], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.6393602868488223, 2.6621421940829695, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.0802790155323614, 2.2087326876335243, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.1748188870523235, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.49382718267972, -1.8139467007545658, 3.9908447303808043, 5.488544842119717, 5.770594240775391, 1.7927001454880498], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.9420599783274903, 2.3069948097742703, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.008495082689606, 5.687580255694732, 5.704056746640086, 1.745026332874371], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 5.518645876888779, 5.802318868780833, 1.803641676251845], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 4.170703110725275, 6.626738073541698, 2.390576647938285], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 6.762617211732618, 5.170633797876032, 1.1393344513071397], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 7.069770627743442, 4.665285741152192, 1.4324111681945098], [-0.17671273191005532, -0.037979905975478075, 0.07371110005624494, 1.7569700093515939, -0.13178790868963605, 0.30005647940429986, -0.3084983683310723, -0.1650960094191563, 4.000479431850882, -1.7769924403823862, 2.920056690313466, 0.6100271356197886, 5.222572348150427, 4.223283050873972], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.67572538082383, 7.0797264566105405, 2.3702566622340933], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 2.9705011376629766, 6.0284621241647525, 4.019497040398287], [0.541215133527024, 0.2178475709547157, -0.30777731636966466, 7.458992215952349, -0.14294898336343245, 5.630563494093077, 1.0597126953249907, -0.34271740879925605, 0.8304227312863249, -1.7158380448992223, 1.5315623086876866, 1.4396485122650264, 0.5073942299965949, -0.2344138129829258], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.5122863637777275, -1.8074061236975427, 3.902592968836793, 4.597185628856304, 6.3918916016253124, 2.1357952887241973], [1.3252679339385711, 6.348404199936451, 0.3396279586909273, -0.20602124210112518, -0.14294898336343245, 6.116528469924411, 1.3687718156985265, 3.5918877700918874, -0.44387607051282024, -1.7027568907851764, 0.8255482163355956, -0.22865526679776818, -0.3911426897504333, -0.3674706424497918], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.7577679287209953, 9.283605481767289, 3.0150254393863074], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 6.793332553333701, 5.170633797876032, 1.0807191079296656], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.5122863637777275, -1.8074061236975427, 4.008495082689606, 3.752513734826536, 7.430662607113208, 1.7645647806668625], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.49837686889985394, 9.577128478047719, 2.9560193270529838], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.008495082689606, 0.5407640403093479, 9.681426701977111, 2.6994795075375726], [-1.0457833058602037, -0.3449728782917107, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.6190261072153478, 9.713291704442753, 1.6713663846966789], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.4300026480151704, 7.613149405374594, 1.959949258591776], [0.6819667808298197, 0.836484924258639, -0.29754974488371533, 5.916641946953784, -0.13338234792874984, 1.3601147945596965, 0.28315039407278925, -0.3412614956895831, 1.9656623688138102, -1.5863346191701686, 1.8551521010157284, 0.06099040450043958, 0.5280292756461518, 5.228731574275575], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 7.146558981746149, 5.339083150117312, 0.3968734351924691], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 8.666968390999731, 4.0897504543278185, 0.2014889572675558], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 2.768087036511843, 7.411571680525861, 2.6641149170331633], [0.556329404378331, 4.250618889108862, -0.316982130707019, 2.808572465486979, -0.14294898336343245, 0.5090465985441999, 0.16608819407605793, -0.4540947616892366, 2.325001094188364, -1.706027179313688, 2.037539074873352, 0.530781554288996, 2.015998553777459, 3.7260295545550677], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 6.6551135161288295, 5.647906962559659, 0.6313348087023651], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 7.668719788964552, 4.903922323494006, 0.3577965396074864], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.273785667619181, 9.375410378738787, 2.2502905927881964], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 9.557713297431123, 3.626514735664298, -0.2869722375447275], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.4734648563807022, 7.7721936687824025, 1.6287725685090477], [-0.14837347406385476, -0.014722862618187707, 0.06348352857029561, 1.7336010658819188, -0.13178790868963605, 0.38063098316908056, -0.2883666524080675, -0.15854440042562806, 3.9414100523372553, -1.7773194692352376, 2.890639436465462, 0.4633613794746198, 5.6418708607710135, 3.6347850033641325], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.052174477967371, 9.448545472503541, 2.358142824602749], [-1.0193333318704167, -0.33101865227733646, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.6743914255010175, -0.7935235982538347, -0.4540947616892366, 5.492596570606519, -1.8060980082861382, 3.8672922642191883, 9.008522989603769, 3.504669704209772, 0.3370857849474456], [0.6611846584092728, 7.869414835503239, -0.16459131556637419, 2.294455709154124, 0.12970012652502255, 2.8381533479948935, 0.748043908072547, -0.40532167251519285, 0.9264104729959659, -1.6164212736324741, 1.0197020917324207, -0.16522808639153286, 1.7075958647157157, 0.3421657813734934], [0.6290668328502456, 4.185499167708449, -0.316982130707019, 2.294455709154124, -0.14294898336343245, 0.49142092584565406, 0.08071480618035268, -0.4322560650441424, 2.4277572023006084, -1.6605701687673788, 2.084606681030158, 0.566872080670268, 2.1047152126245336, 3.8694417613519545], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.2771643551953, 7.77977388963326, 3.7633479898387256], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.29946244621057, 8.06908565210766, 1.4314342458048852], [0.42974738599863527, 2.585414584726873, -0.30880007351825955, 8.347012067800007, -0.14294898336343245, -0.2841086728903607, 0.8412462966049763, -0.4540947616892366, 1.26359818105291, -1.6537025628575046, 1.596280267153295, -0.013801452298196253, -0.23167730296202146, 4.174632315870668], [-1.0221672576550367, 3.3715026502032868, -0.3139138592612342, 0.05103713606530231, 10.0, 5.653225073276922, 2.599043344326594, -0.4540947616892366, -0.618622984907295, -1.7707788921782146, 0.048932714748295296, -0.5000253098433318, -0.5232350567996372, -0.3780214042577371], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.6565608781454287, 10.0, 2.1201645304902046], [-0.17671273191005532, -0.037979905975478075, -0.32720970219296835, 1.7569700093515939, -0.13178790868963605, 0.30005647940429986, -0.3084983683310723, -0.1650960094191563, 4.000479431850882, -1.7769924403823862, 2.920056690313466, 0.6100271356197886, 5.222572348150427, 4.223283050873972], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 3.8632425412984386, 7.853891604619424, 1.0015883943700759], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.9727753199285727, 1.7314595229498972, 10.0], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.008495082689606, 6.394033112519629, 4.875847431453792, 1.3347189292320532], [0.12273875933146325, 2.9482244611006028, -0.29243595914074066, 9.328507693526365, 0.19188325685045968, 2.503265566722524, 1.2565561399054817, -0.4540947616892366, 0.4649309455457685, -1.5241991371284511, 0.46665771938994927, -0.3495201359980277, 1.3777158832432088, -0.04274164013858585], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.3838381130823016, 9.441246000573086, 0.6704117042873479], [-0.14837347406385476, -0.014722862618187707, -0.32720970219296835, 1.7336010658819188, -0.13178790868963605, 0.38063098316908056, -0.2883666524080675, -0.15854440042562806, 3.9414100523372553, -1.7773194692352376, 2.890639436465462, 0.4633613794746198, 5.6418708607710135, 3.6347850033641325], [1.0239271588406391, 3.1575378513162153, 0.06348352857029561, 1.1026395922006873, 7.6682088490549365, 0.19682039645567456, 1.0817084590186439, 1.635868507246281, 0.03544733199878476, -1.3561063067629624, 0.9844013871148162, 0.228389016226339, 0.021698597700903977, -0.010112432325125358], [-0.34580363705905154, -0.2658989308769235, -0.011177743277134377, 9.679041845571493, -0.14294898336343245, 0.46624139341916004, 1.1100419851325025, -0.4540947616892366, 1.4684950912407977, -1.6504322743289932, 1.8963362564029338, -0.008579844226012264, 1.6570610590433317, 2.4327796951700655], [-1.0457833058602037, -0.3449728782917107, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.6769093787436669, -0.7935235982538347, -0.4540947616892366, 5.49382718267972, -1.8126385853431612, 3.890826067297591, 10.0, 2.23708832859414, 0.24974892331500936], [0.22570472950599185, 1.1853405746179944, 1.349089264354125, 7.669312707179424, -0.13178790868963605, 4.223027631452063, 1.0593398857708611, 0.06930600123818845, 0.25018913877227666, -1.4623906839395846, 0.3725225070763371, -0.12345522181406074, -0.0778268945816523, 1.179583653759672], [3.4828300979626348, 9.576481817928352, -0.3220959164499937, -0.18265229863145, -0.13178790868963605, -0.6366221268612765, -0.3167001785219261, -0.4540947616892366, 1.2383706335522995, -1.6249240238066038, 1.4903781533004814, 0.17233351780436348, 0.4120799715200707, 2.9618808613907315], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 2.738907461990815, 9.817028430531343, -0.30651068533721887], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.6349065623166656, 10.0, 1.6082571983269318], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.482751674020915, -1.8057709794332872, 3.973194378072002, 1.7621595990763923, 7.124646283874882, 3.14397919481675], [-0.8795263264958275, -0.3449728782917107, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.6089246411921331, -0.7935235982538347, -0.4540947616892366, 5.165253759135179, -1.6801918999384473, 3.755506699596774, 6.444713426161414, 4.6961681223964264, 1.037734522786185], [-0.1795466576946753, -0.024025679961103854, -0.3282324593415633, 1.780338952821269, -0.12541015173318096, 0.34537963777198893, -0.2768095562300463, -0.1650960094191563, 3.799889663919195, -1.6988325445509627, 2.7788538718430478, 0.44754297855006236, 5.198849064376447, 3.8383756293618925], [1.3158215146565042, 6.218164757135625, 0.34576450158249694, 1.7336010658819188, -0.05366038597306123, 4.953234071820389, 1.122717509972913, 1.9437941299421095, -0.4684883119768308, -1.3953497691051, 0.6490446932475729, -0.2142190562452594, -0.4589435540275486, -0.37274602335376444], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 0.4510752428341868, 1.4865060898990357, 10.0], [0.3929063507985747, 0.10621376283972207, -0.32618694504437346, 1.1026395922006873, -0.12222127325495342, 0.4234361882941204, -0.28240169954199207, -0.2640981008769168, 3.383942783177417, -1.6808459576441497, 2.5611661933678196, 0.4392498363177702, 0.7253957666888516, 8.832402885122677], [-0.39586965925400575, -0.22868766150525893, -0.2903904448435508, 3.3460581652895094, -0.11903239477672588, 0.6802674190443588, 0.088170997262947, 0.08095330611557199, 3.3421019726885994, -1.7158380448992223, 2.596466897985424, 8.2857910017303, -0.14324139303534944, -0.24672303509219537], [0.6621293003374792, 4.115728037636577, -0.31595937355842413, 0.8222122705645847, -0.14294898336343245, 0.7784675955076857, 0.10308337942813577, -0.4540947616892366, 2.5015939266926397, -1.7616220842983825, 2.161091541034968, 0.5925193909071717, 2.1678837197150136, 3.9716278433066834], [0.8217737862044088, 2.855196287671441, -0.31084558781544946, 8.417118898209033, 0.19188325685045968, 2.714773639105073, 1.0667960768534552, -0.4075055421797023, 0.26926362590688485, -1.4911692229904856, 0.6725784963259759, -0.4063435179600302, 0.4715987426453229, 0.2546335352631322], [4.178086557122754, -0.3403214696202526, 2.4853724564430952, -0.46307962026755267, 7.66980328829405, 4.311155994944793, 0.44793221699812424, -0.4540947616892366, -0.6284678814928992, -1.5948373693442983, 0.743179905561185, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3099072437871976, -0.024025679961103854, -0.0572018149639063, 1.4064358573064655, -0.13178790868963605, 0.22703583536746724, -0.3152089403054072, -0.15272074798693627, 4.052780444961903, -1.7612950554455316, 2.9259401410830668, 1.3332198536172757, 7.792126842130954, -0.09197852857566396], [-0.2985715406487174, 0.04574545011076719, -0.32311867359858865, 1.5466495181245168, -0.1238157124940672, 0.23962560158071425, -0.2783007944465652, -0.12141861612896783, 4.033705957827295, -1.76947077676681, 2.9377070426222684, 1.3507275983298925, 7.7362578069709285, -0.09119699066396439], [-1.039170812362757, -0.3449728782917107, -0.30061801632950014, -0.46307962026755267, -0.14294898336343245, -0.6492118930745234, -0.7935235982538347, -0.4540947616892366, 5.49382718267972, -1.8057709794332872, 3.996728181150405, 4.41151138887776, 5.287846472143923, 1.673710998431778], [-0.25228408616658987, 10.0, 0.3416734729881172, 1.6634942354728928, 3.0459294948641116, 0.08351250053645153, 1.9839075800125603, 0.7251948571458516, -0.49925361380684397, -1.7266299970433099, 0.5902101855515652, -0.40941505212013846, -0.4864569482269577, -0.2283568941672535], [-1.036336886578137, 10.0, -0.23618431596801942, 0.05103713606530231, -0.14294898336343245, 10.0, 0.9549532106145401, -0.4540947616892366, -0.6038556400288887, -1.6111888119868556, -0.7159158852998035, -0.4903499772389908, -0.5277270395260714, -0.3610229546782696], [-0.9040870166292013, -0.3403214696202526, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, -0.6466939398318741, -0.7935235982538347, -0.4540947616892366, 5.155408862549575, -1.6831351596141078, 3.7378563472879716, 7.530500751759679, 3.896033699250346, 0.23470431851479104], [0.5799454525834981, -0.08449399269005878, 0.29871767274713, 2.2243488787450985, -0.12062683401583965, 0.5493338504265903, -0.02590872630074649, -0.4540947616892366, 2.8664704063965956, -1.7812438154694512, 2.355245416431793, 0.4126810658328337, 0.993230236752487, 6.943621137022539], [0.9596915077225846, 1.0039356364311296, 0.01848221403211862, 1.990659444048346, -0.14294898336343245, 1.0730681248976655, -0.13439630655249427, -0.12287452923864081, 2.766175522430753, -1.7223786219562451, 2.284644007196584, 0.1446897103633893, 4.355479307488437, 2.256738280559719], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 1.0125516873019744, 10.0, 0.35740577065163665], [-0.9418726937574686, -0.2658989308769235, 0.25269360106035804, -0.46307962026755267, -0.14294898336343245, -0.6013707814641849, -0.692865018638811, -0.4191528470570859, 4.257062049113191, -1.3135925558923136, 2.9318235918526674, 0.8191986119231603, 1.2962986963265901, 10.0], [-0.4808874327926072, 2.6551857147987437, -0.07970247223299483, 7.529099046361374, 1.1453579218404952, 2.087803281685373, 1.4884436825741658, -0.28084110163815573, 0.6064513339638291, -1.5896049076986802, 0.6137439886299683, 0.3335890612100464, -0.32207845533150853, 1.0002207030246013], [-0.3099072437871976, -0.024025679961103854, -0.32414143074718355, 1.4064358573064655, -0.13178790868963605, 0.22703583536746724, -0.29470441482827275, -0.15272074798693627, 4.052780444961903, -1.7612950554455316, 2.9377070426222684, 1.3332198536172757, 7.792126842130954, -0.09197852857566396], [0.9341861756610043, 1.2644145220327816, -0.10833967239365291, 1.9439215571089958, -0.14294898336343245, 1.1964478337874858, -0.09189601738170647, -0.1316100078966785, 2.7864806216385616, -1.760313968886978, 2.325828162583789, 0.1360894147150862, 4.025880074936333, 2.2751044214846607], [0.2899403806240463, 0.7155482988007291, -0.25868497323710793, 7.692681650649099, -0.1285990302114085, 5.053952201526364, 1.2192751844925098, 0.2986123160116778, 0.16466159968484012, -1.4463662701498785, 0.3725225070763371, -0.17290692179180345, -0.29063457624646954, 1.1326913790576927], [0.30694393533176656, 0.39460110047012237, -0.3251641878957785, 1.2895911399580893, -0.13178790868963605, 0.9723499951916894, -0.3360862753366714, -0.2844808844123381, 3.4590101196426497, -1.7001406599623674, 2.5729330949070213, 1.823129552154541, 2.917342962728509, 3.635761925753757], [-0.025570023396985872, 0.3248299703982513, -0.3251641878957785, -0.46307962026755267, -0.13338234792874984, 0.5896211023089807, -0.6451453957102071, -0.4540947616892366, 4.266291639662194, -1.7233597085147985, 2.943590493391869, 4.287574985517393, 4.697431492538236, 1.1012344781117818], [0.9341861756610043, 1.2644145220327816, -0.3210731593013988, 1.9439215571089958, -0.14294898336343245, 1.1964478337874858, -0.09189601738170647, -0.1316100078966785, 2.7864806216385616, -1.760313968886978, 2.325828162583789, 0.1360894147150862, 4.025880074936333, 2.2751044214846607], [-0.7699478628238523, -0.3403214696202526, -0.316982130707019, -0.46307962026755267, -0.1413545441243187, -0.5233142309420535, -0.7935235982538347, -0.4540947616892366, 4.828681357114835, -1.5624615129120352, 3.49075141496474, 4.445144687930946, 5.360139319147473, 1.6375648700156684], [0.9596915077225846, 1.0039356364311296, -0.32720970219296835, 1.990659444048346, -0.14294898336343245, 1.0730681248976655, -0.13439630655249427, -0.12287452923864081, 2.766175522430753, -1.7223786219562451, 2.284644007196584, 0.1446897103633893, 4.355479307488437, 2.256738280559719], [0.37401351223444096, 0.22249897962617385, -0.3282324593415633, 1.7336010658819188, -0.08236029227710913, 1.2140735064860315, -0.13737878298553194, -0.0981240063742007, 3.211041786892743, -1.7315354298360772, 2.5140985872110138, 0.19122345288902923, 6.014003554764042, 1.268874360171357], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 10.0, 1.0716995600048835, -0.07204931182732283], [0.8860094373224633, -0.0705397666756846, -0.28016287335760154, 2.2477178222147733, -0.14294898336343245, 0.24466150806601306, -0.3562179912596761, -0.4191528470570859, 3.137820368537312, -1.6913108809353863, 2.4258468256670023, 0.889076014065623, 2.829749299563043, 4.595881250276781], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.784923953444778, 10.0, 1.0716995600048835, -0.07204931182732283], [1.2969286760923706, -0.014722862618187707, 0.12893998608037133, 1.3596979703671148, -0.14294898336343245, 1.3727045607729438, -0.2630156027272468, -0.2109572723738542, 2.7489469534059454, -1.7508301321542947, 2.5376323902894167, 1.0679928788919284, 3.2611200157609215, 2.7934594414194556], [0.9436325949430708, 0.8923018283161359, 0.01848221403211862, 2.084135217927047, -0.14294898336343245, 1.1058015170521076, -0.0031673434988337495, -0.0952121801548548, 2.5742000390114708, -1.731208400983226, 2.2140425979613747, 0.11735305633842591, 4.017176858403867, 2.154356814127064], [0.5799454525834981, -0.08449399269005878, -0.3251641878957785, 2.2243488787450985, -0.12062683401583965, 0.5493338504265903, -0.02590872630074649, -0.4540947616892366, 2.8664704063965956, -1.7812438154694512, 2.355245416431793, 0.4126810658328337, 0.993230236752487, 6.943621137022539], [-0.5687391321158288, -0.3217158349344203, 1.1281737202576199, -0.46307962026755267, -0.14294898336343245, -0.5207962776994042, -0.7935235982538347, -0.4540947616892366, 4.32474571313922, -1.454214962618306, 3.114210565710291, 4.010522604275629, 4.797237733741195, 1.4519496159870011], [0.463754495414076, 6.7019112589672645, -0.30777731636966466, 4.46776745183392, 0.19188325685045968, 2.2993113540679224, 1.2632667118798164, -0.4540947616892366, 0.2661870957238835, -1.562134484059184, 0.5078418747771546, -0.3894500800794349, 0.7923543842047606, -0.1873261538030217], [0.28710645483942615, 0.1620306668972189, 1.8144437669648197, 2.4113004265025, 0.4820711983691662, 7.942044570845225, 1.2852624755734696, 2.2822939279410703, -0.44572198862262097, -1.3377926910032982, 0.23131968860591887, -0.4361373993130802, -0.46020692416935816, -0.16681078362090582], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.008495082689606, 1.7237654220750391, 7.0783227120085295, 1.72548788508188], [-0.9607655323216022, -0.3170644262629622, 0.25269360106035804, -0.46307962026755267, -0.14294898336343245, -0.6567657528024716, -0.675715779148844, -0.3754754537668974, 4.256446743076591, -1.321441248360741, 2.9377070426222684, 1.3236980977209398, 2.2224893847332283, 7.895729697950643], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 10.0, 0.4119395970598696, 0.18195050947506444], [0.04716740507492869, -0.31241301759150414, -0.25459394464272816, 2.0373973309876963, -0.11106019858115701, 0.894293444669558, -0.07400115878348001, -0.4540947616892366, 3.1236683296955055, -1.62099967757239, 2.4140799241278006, 0.9385277140433659, 2.691901579645595, 4.630464302869491], [0.24837613578295212, 0.34343560508408355, -0.3282324593415633, 2.1075041613967223, -0.11106019858115701, 0.9698320419490397, -0.15974735623331504, -0.20003792405130708, 3.1341285323177104, -1.6245969949537526, 2.4140799241278006, 0.2154885727538843, 6.236356699722531, 0.701282451799484], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.2024623272543025, 1.8028574266978266, 1.0123211633398321, 8.46976929409404], [1.4405142491797864, 3.892460421406591, 0.051210442787156474, -0.46307962026755267, -0.005827208799648065, 2.661896621009436, 0.6388107087125398, 2.342714321992498, 1.0150145422664039, -1.733170574100333, 1.6315809717708996, 2.069620168503228, 0.5837579363459753, -0.25473379868711676], [1.4405142491797864, 3.892460421406591, 0.051210442787156474, -0.46307962026755267, -0.005827208799648065, 2.661896621009436, 0.6388107087125398, 2.342714321992498, 1.0150145422664039, -1.733170574100333, 1.6315809717708996, 2.069620168503228, 0.5837579363459753, -0.25473379868711676], [0.5601079720911576, 1.6318758070779689, -0.21061538725314613, 1.7102321224122434, -0.14294898336343245, 0.35545145074258655, -0.0035401530529633927, -0.41842489050224935, 2.6794173712701155, -1.7142029006349666, 2.2140425979613747, 0.6547179576493637, 2.321313004714779, 4.219375361315474], [-1.0457833058602037, -0.3170644262629622, 0.16882751487557365, -0.46307962026755267, -0.14294898336343245, -0.6517298463171729, -0.7823393116299431, -0.4322560650441424, 4.158613083257149, -1.1042940900675804, 2.7612035195342455, 1.154610142206981, 2.001820733297152, 8.512949263715443], [0.9436325949430708, 0.8923018283161359, -0.3251641878957785, 2.084135217927047, -0.14294898336343245, 1.1058015170521076, -0.0031673434988337495, -0.0952121801548548, 2.5742000390114708, -1.731208400983226, 2.2140425979613747, 0.11735305633842591, 4.017176858403867, 2.154356814127064], [0.3664563768087875, 0.1806363015830512, -0.3282324593415633, 1.803707896290944, -0.04249931129926482, 1.025227013287327, -0.1709316428572066, -0.13816161689020678, 3.1095162908537, -1.6402943798906076, 2.4081964733582, 0.18400534761277476, 5.879805570811822, 1.1627805886581293], [-0.9607655323216022, -0.21008202681942667, 0.6362275317834576, -0.46307962026755267, -0.1397601048852049, -0.5812271555229898, -0.7599707383821601, -0.4540947616892366, 4.32474571313922, -1.3005114017782677, 2.943590493391869, 2.063169946767, 4.988146999614645, 3.6988711121235043], [-1.0306690350088967, -0.33567006094879454, 0.4398581592532305, -0.46307962026755267, -0.1397601048852049, -0.6416580333465752, -0.7674269294647544, -0.4540947616892366, 4.337667139907825, -1.2736950358444739, 2.9318235918526674, 1.8311155409708224, 4.928768602949594, 4.36356910602406], [-1.0306690350088967, -0.33567006094879454, 0.4398581592532305, -0.46307962026755267, -0.1397601048852049, -0.6416580333465752, -0.7674269294647544, -0.4540947616892366, 4.337667139907825, -1.2736950358444739, 2.9318235918526674, 1.8311155409708224, 4.928768602949594, 4.36356910602406], [0.8491684021224025, 0.05504826745368327, 0.0910979715823588, 2.0140283875180214, -0.12541015173318096, 0.5291902244853951, 0.05983747114908854, -0.2277002731350931, 2.528052086266451, -1.7635842574154894, 2.1963922456525724, 0.5839190952588685, 0.6032699863139235, 6.3158508094497945], [0.7802095413633147, -0.024025679961103854, -0.3251641878957785, 2.130873104866397, -0.12062683401583965, 1.4532790645377245, 0.1038289985363952, -0.2553626222188791, 2.435756180776411, -1.7747032384124284, 2.137557737956565, 0.29995576215686104, 0.805689957923862, 6.040358695575666], [0.0887316499160227, 0.33878419641262564, -0.29754974488371533, 5.893273003484109, 1.0752025953194893, 4.384176638981625, 1.3176969067827553, 0.2986123160116778, 0.43416564371575533, -1.550688474209394, 0.5843267347819644, -0.0009010088257416732, -0.14253952073434412, 1.2507036037243402], [-1.0306690350088967, -0.33567006094879454, 0.3406507158395223, -0.46307962026755267, -0.14294898336343245, -0.6416580333465752, -0.7674269294647544, -0.4540947616892366, 4.337667139907825, -1.2736950358444739, 2.9318235918526674, 1.8311155409708224, 4.928768602949594, 4.36356910602406], [1.1051663646664138, 4.948330189827572, -0.2648215161286775, 1.2662221964884142, 0.6542706361934536, 6.91723760108692, 1.0787259825856061, -0.4540947616892366, -0.18298631099430862, -1.5608263686477792, 0.44900736708114697, -0.21268328916520526, -0.4620317921519721, 0.3378673228591453], [0.7802095413633147, -0.024025679961103854, 0.0910979715823588, 1.6401252920032177, -0.12062683401583965, 1.4532790645377245, 0.1038289985363952, -0.2553626222188791, 2.435756180776411, -1.7747032384124284, 2.137557737956565, 0.29995576215686104, 0.805689957923862, 6.040358695575666], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 10.0, 0.30455313500605347, -0.060912396585602824], [-1.0250011834396566, -0.33567006094879454, 0.3437189872853071, -0.46307962026755267, -0.1413545441243187, -0.6441759865892247, -0.7655628816941059, -0.4540947616892366, 4.304440613931411, -1.2557084489376609, 2.9082897887742645, 1.6829140177455995, 4.58597417113859, 4.840111847682923], [-1.0250011834396566, -0.33567006094879454, 0.3437189872853071, -0.46307962026755267, -0.1413545441243187, -0.6441759865892247, -0.7655628816941059, -0.4540947616892366, 4.304440613931411, -1.2557084489376609, 2.9082897887742645, 1.6829140177455995, 4.58597417113859, 4.840111847682923], [-0.9513191130395354, 10.0, 10.0, -0.46307962026755267, -0.14294898336343245, 0.04826115513935991, -0.055360681076994135, -0.4540947616892366, -0.6223148211268966, -1.6013779464013214, -0.7924007453046134, -0.495264431895164, -0.5232350567996372, -0.3832967851617098], [-1.0457833058602037, -0.3403214696202526, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8113304699317567, 3.9143598703759945, 10.0, 0.26889802211498254, -0.10135698351605985], [1.602048018903129, -0.06588835800422652, -0.0009501717911850469, 1.7336010658819188, -0.13019346945052226, 1.141052862449199, -0.22461621865188588, -0.14980892176759036, 2.6018888106584828, -1.7665275170911496, 2.2375764010397776, 0.8324062088116259, 3.117797691895632, 2.60315495992059], [0.09723342726988284, -0.09844821870443297, -0.31595937355842413, 3.7666991477436635, -0.14294898336343245, 2.2489522892149343, 0.5560469876957426, -0.4540947616892366, 2.3065419130903564, -1.7845141039979628, 1.4903781533004814, 3.382393868533492, 0.7670869813685686, 1.7059494372893884], [0.556329404378331, 0.2597102489978384, 0.2731487440322567, 3.48627182610756, -0.14294898336343245, 0.3353078248013915, 0.17727248069994947, -0.4191528470570859, 2.325001094188364, -1.6504322743289932, 2.0493059764125534, 0.530781554288996, 2.015998553777459, 3.7260295545550677], [-1.0070529868037297, -0.3496242869631688, 0.40201614475521824, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.741703070229804, -0.4540947616892366, 4.313670204480415, -1.2887383630756264, 3.008308451857477, 1.2873004179236571, 5.825059531333405, 3.785621820322166], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.784923953444778, 10.0, 0.28560258287890944, -0.03297241624234017], [-1.0287797511524834, -0.33567006094879454, 0.5779303743135463, -0.46307962026755267, -0.14294898336343245, -0.6416580333465752, -0.7670541199106247, -0.4540947616892366, 4.293980411309207, -1.2524381604091492, 2.914173239543865, 2.004964374432949, 4.729857992844683, 3.996246287525222], [-1.0457833058602037, 4.790182294997997, 2.4608262848768163, -0.46307962026755267, 10.0, -0.684463238471615, 2.6102276309504853, -0.4540947616892366, -0.6284678814928992, -1.782551930880856, 0.04304926397869454, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.2270251734050759, -0.06588835800422652, -0.32618694504437346, 1.1260085356703624, -0.11584351629849833, 0.6299083541913711, -0.4240693301112847, -0.3740195406572244, 3.0018377344486535, -1.6648215438544436, 2.3493619656621925, 0.015685275638842942, 1.5776091145695281, 6.468836855665], [0.9587468657943778, 0.8783476023017617, -0.32720970219296835, 2.387931483032825, -0.14294898336343245, 1.0881758443535616, 0.01435470554526306, -0.1709196618578481, 2.412374551385602, -1.6602431399145274, 2.0963735825693597, 0.07143362064480763, 3.807457414863473, 1.9736261720465198], [-1.0457833058602037, -0.3449728782917107, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8123115564903103, 3.9143598703759945, 10.0, 0.23029504555968927, -0.22171382191780642], [-0.8663013395009339, -0.04263131464693615, 0.5707710742733819, -0.46307962026755267, -0.1365712264069774, -0.450293586905221, -0.7935235982538347, -0.4540947616892366, 4.306286532041212, -1.2972411132497563, 2.914173239543865, 2.6378539881232532, 6.025795009420931, 1.425572711467138], [0.24743149385474544, -0.2752017482198396, -0.32618694504437346, 0.4015712881104307, -0.13019346945052226, 0.8162368941474265, -0.3058887014521643, -0.19275835850294235, 3.578379490743101, -1.7393841223045046, 2.672951757990234, 0.2508112155951292, 2.1054170849255387, 6.2722800708725375], [0.5374365658141974, 0.15272784955430282, 0.1003027859197132, 1.6401252920032177, -0.1349767871678636, 0.7759496422650362, 0.004661657137890348, -0.14252935621922558, 2.8375510226763834, -1.7475598436257833, 2.3434785148925914, 0.8383957004238368, 3.920599229785533, 2.213753695416238], [0.975750420502098, 0.7481081595009357, -0.30880007351825955, 1.8504457832302947, -0.14294898336343245, 0.9723499951916894, -0.09748816069365217, -0.11705087679994901, 2.6031194227316834, -1.6664566881186993, 2.184625344113371, 0.10552764982200916, 4.162043301331368, 2.0318507464681437], [0.8491684021224025, 0.05504826745368327, -0.3251641878957785, 2.0140283875180214, -0.12541015173318096, 0.5291902244853951, 0.05983747114908854, -0.2277002731350931, 2.528052086266451, -1.7635842574154894, 2.1963922456525724, 0.5839190952588685, 0.6032699863139235, 6.3158508094497945], [0.6706310776913397, 0.8736961936303036, -0.19527403002422214, 2.738465635077953, -0.13178790868963605, 0.723072624169399, 0.2466150577680769, -0.4540947616892366, 2.441909241142414, -1.758351795769871, 2.208159147191774, 0.22485675194221458, 4.019843973147688, 1.6614017763225086], [-1.0457833058602037, -0.3403214696202526, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8113304699317567, 3.9143598703759945, 10.0, 0.27226700915980817, -0.38466447650718416], [0.541215133527024, 0.2178475709547157, -0.30777731636966466, 6.500865533695665, -0.14294898336343245, 3.276277212215889, 1.1223447004187832, -0.3412614956895831, 0.8304227312863249, -1.7158380448992223, 1.572746464074892, 1.4396485122650264, 0.5073942299965949, -0.2344138129829258], [0.1558012268186973, -0.06588835800422652, -0.32720970219296835, 1.032532761791662, -0.11106019858115701, 0.4108464220808734, -0.11314616196710037, -0.4540947616892366, 3.3322570761029953, -1.7272840547490125, 2.578816545676622, 0.5793117940187061, 4.04918223532971, 3.891520207357469], [0.17280478152641757, 0.12016798885409624, -0.3036862877752849, 3.416164995698535, -0.14294898336343245, 1.4029199996847366, 0.31894011126924215, -0.38785071519911746, 2.5901979959630776, -1.7701248344725122, 1.6609982256189033, 4.466799003759709, 1.7321613952509025, -0.08084161333394395], [-1.0457833058602037, -0.3449728782917107, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8126385853431612, 3.9143598703759945, 10.0, 0.1640383003447857, -0.38466447650718416], [2.370041906535162, 5.4971964130596245, 0.21894261515672536, -0.46307962026755267, -0.034527115103695966, 3.830226925598757, 1.1443404641124364, 3.3298234103507567, -0.581089316674679, -1.710605583253604, 0.8431985686443979, -0.4249262996286851, -0.5003540197868632, -0.3788029421694368], [2.370041906535162, 5.4971964130596245, 0.21894261515672536, -0.46307962026755267, -0.034527115103695966, 3.830226925598757, 1.1443404641124364, 3.3298234103507567, -0.581089316674679, -1.710605583253604, 0.8431985686443979, -0.4249262996286851, -0.5004943942470643, -0.3788029421694368], [0.6498489552707924, 0.30622433571241897, -0.32720970219296835, 1.7102321224122434, -0.14294898336343245, 0.46875934666180946, -0.12656730591577017, -0.4540947616892366, 2.8443193890789864, -1.7158380448992223, 2.284644007196584, 0.7123092231513933, 2.4632315839780583, 4.448561353921397], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 10.0, 0.1452281226778427, -0.38466447650718416], [-0.16726631262798836, 9.14390081148275, -0.12879481536555154, 1.4064358573064655, 1.8086446453118243, 0.03567138892611291, 2.069653777462395, 1.140130093402642, -0.4008046479508018, -1.7191083334277337, 0.790247511717991, -0.378699710519056, -0.3741573800661043, -0.13066465520479684], [1.306375095374437, -0.10309962737589107, -0.32720970219296835, 0.6352607228071829, -0.09192692771179176, 0.37307712344113253, -0.34428808552752516, -0.4540947616892366, 2.8775459150554004, -1.7047190639022831, 2.314061261044588, -0.30098989626831735, 0.9348344613088434, 7.966263494481537], [-0.9654887419626357, -0.2379904788481751, 0.5175877025464456, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, -0.7912867409290564, -0.4497270223602178, 4.3622793813718355, -1.2949519112797983, 2.9318235918526674, 7.252373333561878, 2.7598428183829116, 0.20383357100265476], [1.5085284680106674, -0.09844821870443297, 0.46133605937372424, 1.6167563485335426, -0.14294898336343245, 0.8540061927871675, -0.18584402502239525, -0.4540947616892366, 2.5243602500468496, -1.744616583950123, 2.17874189334377, 0.7107734560713392, 2.709167638250327, 3.087708465174376], [-0.28062334401279043, 0.636474351385942, -0.04697424347795697, 5.0519910385758005, 0.08983914554717826, 5.708620044615208, 2.1729220239563265, 2.3718325841859564, -0.53678728203946, -1.6831351596141078, 0.7196461024827819, -0.4622454396740004, -0.5179008273119966, -0.24203380762199744], [1.0976092292407604, 3.348245606845997, 3.468242076242824, -0.20602124210112518, -0.12700459097229475, 0.6198365412207735, 0.4613533609467941, 1.3752600606148233, 0.9368706756181705, -1.6801918999384473, 1.3491753348300632, 1.3490382545418331, 0.6561911578097257, 0.33044271269799863], [0.556329404378331, 0.2597102489978384, -0.28834493054636096, 3.48627182610756, -0.14294898336343245, 0.3353078248013915, 0.17727248069994947, -0.4191528470570859, 2.325001094188364, -1.6504322743289932, 2.0493059764125534, 0.530781554288996, 2.015998553777459, 3.7260295545550677], [-1.0306690350088967, -0.33567006094879454, -0.32618694504437346, -0.46307962026755267, -0.1397601048852049, -0.6416580333465752, -0.7674269294647544, -0.4540947616892366, 4.337667139907825, -1.2736950358444739, 2.9318235918526674, 1.8311155409708224, 4.928768602949594, 4.36356910602406], [-1.0306690350088967, -0.33567006094879454, -0.32618694504437346, -0.46307962026755267, -0.1397601048852049, -0.6416580333465752, -0.7674269294647544, -0.4540947616892366, 4.337667139907825, -1.2736950358444739, 2.9318235918526674, 1.8311155409708224, 4.928768602949594, 4.36356910602406], [0.9332415337327974, 0.1480764408828447, 0.1095076002570676, 1.8504457832302947, -0.09511580619001929, 1.8485977236336804, 0.2749485838819355, 0.10934361175419452, 2.1293337745494805, -1.7554085360942109, 2.031655624103751, 0.33635344195414396, 2.7949364334331785, 2.2428659826270505], [0.15013337524945713, 1.8737490579937883, -0.2750490876146268, 7.295409611664622, 0.03881708989553756, 3.198220661693758, 1.3743639590104721, -0.2531787525543697, 0.22126975505206434, -1.5026152328402758, 0.6255108901691697, -0.15800998111527845, 0.2506493422888439, 0.1149336335468192], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 10.0, -0.21974547384493082, -0.18927999858227085], [-1.0250011834396566, -0.33567006094879454, -0.2995952591809052, -0.46307962026755267, -0.1413545441243187, -0.6441759865892247, -0.7655628816941059, -0.4540947616892366, 4.304440613931411, -1.2557084489376609, 2.9082897887742645, 1.6829140177455995, 4.58597417113859, 4.840111847682923], [2.194338507888719, 5.157643580043186, 0.20053298648201656, -0.46307962026755267, -0.052065946733947446, 3.3216003705835777, 1.0332432169817807, 3.1128923570094873, -0.27282099233794704, -1.7168191314577756, 0.9902848378844169, 0.05100791848008778, -0.29428431221169726, -0.3426568137533278], [1.6001587350467161, 0.11551658018263823, 0.11462138600004226, 1.6167563485335426, -0.14294898336343245, 1.2669505245816688, -0.1429709262974778, -0.4540947616892366, 2.3889929219947916, -1.7557355649470618, 2.1199073856477626, 0.6587109520575044, 2.5699161737308684, 2.9384347240397415], [-0.9418726937574686, -0.2658989308769235, -0.29754974488371533, -0.46307962026755267, -0.14294898336343245, -0.6013707814641849, -0.692865018638811, -0.4540947616892366, 4.257062049113191, -1.2678085164931532, 2.9318235918526674, 1.31064407754048, 2.6579309602769374, 6.8640996545071005], [1.2270251734050759, -0.14031089674755562, 0.16882751487557365, 1.4064358573064655, -0.14294898336343245, 1.1888939740595377, 0.010626610003965833, 0.1581167009282383, 2.444370465288815, -1.7766654115295353, 2.17874189334377, 0.7394923004683512, 2.919167830711123, 2.506635027825683], [-1.0457833058602037, 10.0, 10.0, -0.41634173332820223, -0.14294898336343245, -0.6366221268612765, 0.23915886668548259, -0.4540947616892366, -0.6284678814928992, -1.6504322743289932, -0.9747877191622369, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9607655323216022, -0.21938484416234283, -0.2995952591809052, -0.46307962026755267, -0.1413545441243187, -0.5938169217362367, -0.7711550250060516, -0.4540947616892366, 4.337051833871225, -1.2972411132497563, 2.9377070426222684, 3.630266675254228, 3.9398305308330785, 3.1783668629315356], [0.5374365658141974, 0.15272784955430282, -0.316982130707019, 1.8504457832302947, -0.1349767871678636, 0.7759496422650362, 0.004661657137890348, -0.4540947616892366, 2.8375510226763834, -1.7475598436257833, 2.3434785148925914, 0.8383957004238368, 3.920599229785533, 2.213753695416238], [-0.7057122117057979, 10.0, -0.318004887855614, -0.43971067679787745, 6.139141618744828, -0.6592837060451211, 2.3268923698119, -0.4540947616892366, -0.6100087003948913, -1.7550815072413597, 0.666695045556375, -0.4955715853111748, -0.5271655416852671, -0.36707987349394194], [-0.47427493929516046, 10.0, 0.3856520303776992, 0.12114396647432794, 3.0459294948641116, -0.450293586905221, 2.395862137325898, 0.34665744863088516, -0.5294036096002569, -1.7302273144246725, 0.9079165271100063, -0.440130393721221, -0.4985291518042494, -0.3127629886308161], [0.869005882614743, 0.13877362353992853, -0.32720970219296835, 1.9439215571089958, -0.05366038597306123, 1.8939208820013689, 0.23207548515701804, 0.10351995931550272, 2.1644062186356954, -1.6860784192897682, 2.01988872256455, 0.35171111275468514, 2.8151503557021322, 2.3006997880928246], [-0.9654887419626357, -0.2379904788481751, 0.40201614475521824, -0.46307962026755267, -0.14294898336343245, -0.626550313890679, -0.7912867409290564, -0.4497270223602178, 4.3622793813718355, -1.2949519112797983, 2.9318235918526674, 7.387367259898636, 2.4222422415993465, 0.20989048981832711], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 3.9143598703759945, 10.0, -0.34032713515764723, -0.30983222146194234], [2.2812455652837342, 0.2922701096980449, -0.16152304412058938, 3.6732233738649622, -0.10787132010292946, 3.0144100749803515, 0.4572524558513672, -0.1483530086579174, 0.9344094514717693, -1.7501760744485924, 1.4844947025308808, 0.06267974828849907, 0.25893143544070685, 2.416953552458148], [2.269909862145254, 5.376259787601714, 0.23326121523705431, -0.46307962026755267, -0.05366038597306123, 3.6061290870029605, 1.1521694647491605, 3.3451104980023225, -0.5841658468576802, -1.6844432750255123, 0.8196647655659949, -0.4293800241608421, -0.501898138849075, -0.3788029421694368], [2.269909862145254, 5.376259787601714, 0.23326121523705431, -0.46307962026755267, -0.05366038597306123, 3.6061290870029605, 1.1521694647491605, 3.3451104980023225, -0.5841658468576802, -1.6844432750255123, 0.8196647655659949, -0.4298407542848583, -0.5023192622296783, -0.37919371112528655], [-0.04635214581753296, -0.14031089674755562, -0.2351615588194245, 6.243807155529237, 0.3577049377182919, 4.0215913720401115, 1.8109239468963714, 2.534894852469327, -0.2709750742281463, -1.580121070965997, 0.619627439399569, -0.37670321331498563, -0.46287403891317846, 0.2169243310236239], [1.191128780133222, -0.09844821870443297, 0.5032691024661163, 1.4064358573064655, -0.14294898336343245, 0.9698320419490397, 0.008389752679187576, -0.14980892176759036, 2.4271418962640077, -1.7632572285626384, 2.155208090265367, 0.5570431713579214, 2.930257413067007, 2.6816995200464055], [1.2657554924615497, -0.14031089674755562, 0.03586908555823254, 0.9624259313826361, -0.14294898336343245, 1.2770223375522665, -0.15974735623331504, -0.2277002731350931, 2.7046449187707267, -1.7815708443223024, 2.2905274579661845, 0.9867508003570653, 4.6111011995145805, 0.9732576450709635], [-1.0457833058602037, -0.3449728782917107, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8126385853431612, 3.9143598703759945, 10.0, -0.3501533473717219, -0.3774352508239624], [2.2170099141656796, 0.6085658993571936, -0.3149366164098292, 1.780338952821269, -0.14294898336343245, 5.645671213548973, 0.5183932227286409, 0.09187265443811912, 0.6421390840866442, -1.645199812683375, 1.278573925594854, -0.0428274501112192, 0.11167862668978777, 1.8929323826635305], [1.0654914036817333, 6.604231676866646, 0.012345671140549025, 1.990659444048346, 2.666452955955034, -0.6869811917142645, 1.1626081322647928, 1.1961827481250507, -0.07530775458926255, -1.3561063067629624, 0.7314130040219835, 0.24282522677884769, -0.5285692862872777, -0.38466447650718416], [0.31639035461383336, 2.166787804295647, -0.15436374408042486, -0.46307962026755267, 1.0879581092323996, 1.153642628662446, 1.135765844367453, 3.332735236570103, 1.1146941201956464, -1.7403652088630581, 1.7727837902413177, 1.0143946077980395, 0.9442395501423149, 0.9165961464727386], [0.6366239682758988, 1.6039673550492204, -0.2525484303455383, 1.7102321224122434, -0.14294898336343245, 0.35545145074258655, 0.18286462401189532, -0.4540947616892366, 2.325001094188364, -1.7158380448992223, 2.0669563287213557, 0.530781554288996, 2.015998553777459, 3.7260295545550677], [0.9332415337327974, 0.1480764408828447, -0.3220959164499937, 1.8504457832302947, -0.09511580619001929, 1.8485977236336804, 0.3017908717792751, 0.10934361175419452, 2.1293337745494805, -1.753446362977104, 2.0493059764125534, 0.33635344195414396, 2.7949364334331785, 2.2428659826270505], [0.4278581021422219, 3.929671690778256, -0.1533409869318299, -0.46307962026755267, 0.7658813829314176, 0.7482521565958927, 1.335218955826852, 3.6224619453950195, 0.6636747953676536, -1.7158380448992223, 1.5374457594572875, 0.866039507864811, 0.5663515032810429, 0.4359503307774518], [0.4278581021422219, 3.929671690778256, -0.1533409869318299, -0.46307962026755267, 0.7658813829314176, 0.7482521565958927, 1.335218955826852, 3.6224619453950195, 0.6636747953676536, -1.7158380448992223, 1.5374457594572875, 0.866039507864811, 0.5663515032810429, 0.4359503307774518], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8139467007545658, 4.020261984228808, 10.0, -0.5285692862872777, -0.38466447650718416], [0.4174670409319485, 2.329587107796679, 0.567702802827597, 1.2895911399580893, -0.14294898336343245, 6.116528469924411, 1.888095524601223, 2.286661667270089, -0.44387607051282024, -1.7027568907851764, 0.9314503301884093, -0.22865526679776818, -0.3911426897504333, -0.3674706424497918], [1.4244553364002726, 0.1434250322113866, -0.3057318020724748, 1.7569700093515939, -0.14294898336343245, 1.1863760208168885, -0.2037388836206217, -0.4540947616892366, 2.423450060044406, -1.604975263782684, 2.0669563287213557, 0.6720721256539752, 2.605711661082141, 2.9767300817130247], [0.021662073013348285, 1.58071031169193, 0.1575771862410294, 10.0, 0.2556608264150106, 1.9568697130676043, 2.0771099685449896, -0.42716036916028705, -0.41311076868280705, -1.7158380448992223, -0.1569880621877313, -0.40941505212013846, -0.430307164146531, 0.04518137492762518], [1.4159535590464125, -0.14031089674755562, 0.04609665704418181, 0.8689501575039352, -0.14294898336343245, 1.1863760208168885, -0.1340234969983645, 0.34228970930186625, 2.5385122888886555, -1.7655464305325965, 2.2022756964221735, 0.7227524392957614, 2.8917948109719145, 2.4773273561369464], [-0.6093587350287161, 1.2690659307042393, -0.29243595914074066, 8.837759880663185, -0.1397601048852049, 1.3953661399567887, 2.520007718851094, 3.118716009448179, -0.5884729891138821, -1.6968703714338558, 0.0195154609002915, -0.48773917320289883, -0.5009155176276675, -0.3424614292754029], [0.6640185841938929, 0.16668207556867698, -0.30880007351825955, 6.500865533695665, -0.14294898336343245, 5.630563494093077, 1.3799561023224178, -0.32597440803801714, 0.1775830264534456, -1.7256489104847565, 0.007748559361089978, 0.690194177198614, 0.08767459399540532, -0.3026029957787206], [-1.0457833058602037, -0.3449728782917107, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.7935235982538347, -0.4540947616892366, 5.524592484509733, -1.8123115564903103, 3.9143598703759945, 10.0, -0.4924930500156035, -0.38466447650718416], [1.3838357334873852, -0.14961371409047178, 0.10132554306830813, 0.8455812140342598, -0.14294898336343245, 0.9924936211328846, -0.0945056842606145, 0.30807575122455205, 2.4979020904730382, -1.7658734593854475, 2.190508794882972, 1.053403091631414, 2.9572093094256116, 2.320824389319091], [-1.02122261572683, -0.3496242869631688, -0.2678897875744623, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.022180630759449264, -0.4540947616892366, 4.213375320514572, -1.8103493833732032, 3.3730823995727244, 1.2799287359393974, 7.302921848330236, 1.5340110967154648], [0.5865579460809448, -0.0519341319898523, 0.010300156843359215, 0.8689501575039352, -0.09989912390736061, 0.7633598760517893, 0.07586828197666638, 0.3131714471084073, 2.768021440540554, -1.793670911877795, 2.3434785148925914, 0.21687076312593306, 4.949544023059352, 1.531080329546591], [0.17563870731103753, 3.3528970155174544, 0.7753225039923684, -0.46307962026755267, -0.11903239477672588, 4.550361552996485, 1.9824163417960412, 4.96626974562315, -0.5626301355766711, -1.7096244966950505, 0.790247511717991, -0.39651460864768384, -0.48687807160756086, -0.3780214042577371], [1.3243232920103643, -0.14961371409047178, 0.14121307186351045, 0.9390569879129609, -0.14294898336343245, 0.9471704627651953, -0.06430811037610742, 0.21708118186999276, 2.472059236935827, -1.7547544783885085, 2.1728584425741695, 1.112530124213498, 2.870738641941754, 2.382175115387513], [1.6001587350467161, 0.11551658018263823, -0.3220959164499937, 1.6167563485335426, -0.14294898336343245, 1.2669505245816688, -0.1429709262974778, -0.4540947616892366, 2.3889929219947916, -1.7557355649470618, 2.1199073856477626, 0.6587109520575044, 2.5699161737308684, 2.9384347240397415], [-1.0457833058602037, -0.3449728782917107, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, 5.49382718267972, -1.8116574987846077, 3.890826067297591, 10.0, -0.49108930541359286, -0.38466447650718416], [0.5884472299373582, -0.024025679961103854, 0.35599207306844627, 1.6401252920032177, -0.1365712264069774, 0.8162368941474265, 0.15154862146499906, -0.11632292024511255, 2.5372816768154554, -1.7567166515056154, 2.208159147191774, 0.5579646316059539, 3.878486891725213, 1.719235581788282], [1.2270251734050759, -0.14031089674755562, -0.31084558781544946, 1.4064358573064655, -0.14294898336343245, 1.1888939740595377, 0.010626610003965833, 0.1581167009282383, 2.444370465288815, -1.7766654115295353, 2.17874189334377, 0.7394923004683512, 2.919167830711123, 2.506635027825683], [-0.6688711765057371, 4.311087201837816, -0.318004887855614, 10.0, -0.08236029227710913, 0.3982566558676264, 2.2109485984775583, -0.2961281892897217, -0.5521699329544666, -1.467950174438054, 0.1666017301403105, -0.4485771126615186, -0.49403716907781525, -0.37137833200829], [0.6366239682758988, 3.980837186164294, -0.1564092583776147, 1.990659444048346, -0.020177161951672008, 3.8151192061428607, 0.8557858692160353, -0.2903045368510299, 0.741818662015887, -1.5503614453565426, 0.9196834286492077, -0.26582083013507796, 1.4422881349356995, 0.2560012266086066], [0.1926422620187578, -0.2472932961910912, -0.2351615588194245, 0.752105440155559, -0.1413545441243187, 0.11876384593354314, -0.01845253521815217, -0.4540947616892366, 3.2048887265267405, -1.7485409301843369, 2.5199820379806144, 0.9374526770873277, 3.082142579004561, 4.360052185421411], [4.262159688733148, 7.092629587369743, 0.10132554306830813, -0.46307962026755267, -0.14294898336343245, 1.8309720509351342, -0.7935235982538347, -0.4540947616892366, 0.47292992402157186, -1.260613881730428, 0.9844013871148162, 0.049779304816044416, 0.4343995106920403, 0.17882435782826583], [2.5249631827610584, 0.6085658993571936, -0.3149366164098292, 1.780338952821269, -0.14294898336343245, 5.645671213548973, 0.3968573080823531, -0.4540947616892366, 0.6421390840866442, -1.645199812683375, 1.2668070240556526, -0.0428274501112192, 0.11167862668978777, 1.8929323826635305], [-1.0164994060857966, -0.3031102002485881, 0.31917281571902867, -0.46307962026755267, -0.1413545441243187, -0.6315862203759777, -0.7648172625858465, -0.4540947616892366, 4.313670204480415, -1.2557084489376609, 2.914173239543865, 1.6789210233374587, 3.723653862123436, 4.337778354937972], [1.5085284680106674, -0.09844821870443297, -0.3220959164499937, 1.6167563485335426, -0.14294898336343245, 0.8540061927871675, -0.18584402502239525, -0.4540947616892366, 2.5243602500468496, -1.744616583950123, 2.17874189334377, 0.7107734560713392, 2.709167638250327, 3.087708465174376], [2.2812455652837342, 0.2922701096980449, -0.32414143074718355, 3.6732233738649622, -0.10787132010292946, 3.0144100749803515, 0.4572524558513672, -0.4540947616892366, 0.9344094514717693, -1.7501760744485924, 1.4844947025308808, 0.06267974828849907, 0.25893143544070685, 2.416953552458148], [1.1741252254255017, 3.7436153439199327, 0.4695181165624837, -0.08917652475274906, -0.1238157124940672, 4.8525159421144135, 1.1786389430923705, 3.280322364621876, -0.4684883119768308, -1.3953497691051, 0.6490446932475729, -0.18534663514024186, -0.48196496550052353, -0.37294140783168933], [1.3913928689130388, 0.07830531081097364, -0.3098228306668545, 1.5232805746548415, -0.14294898336343245, 1.0881758443535616, -0.1921817874426005, -0.1650960094191563, 2.401299042726797, -1.6013779464013214, 2.0493059764125534, 0.547982145585602, 2.9006384019645823, 2.6553226155265426], [0.27671539362915265, 2.3481927424825115, -0.08277074367877962, -0.46307962026755267, 0.8137145601048307, 0.6978930917429049, 1.1749108475510732, 3.2584836679767823, 1.0943890209878377, -1.7485409301843369, 1.766900339471717, 2.078527617567542, 0.11715323063762934, 0.8853346300047524], [1.3980053624104858, 0.0503968587822252, 0.11462138600004226, 1.6167563485335426, -0.14294898336343245, 0.9547243224931435, -0.05312382375221588, -0.4540947616892366, 2.36315006845758, -1.7429814396858672, 2.114023934878162, 0.47288313537095544, 3.0119553489040274, 2.4814304301733694], [-0.38453395611552554, -0.05658554066131037, 0.36724240170299055, 9.585566071692794, 0.17593886445932194, 1.8309720509351342, 2.1889528347839047, 1.511387936369244, -0.4961770836238426, -1.7158380448992223, 0.1842520824491128, -0.440130393721221, -0.4583820561867443, -0.13066465520479684], [0.5865579460809448, -0.0519341319898523, -0.3251641878957785, 0.8689501575039352, -0.09989912390736061, 0.7633598760517893, 0.07586828197666638, 0.3131714471084073, 2.768021440540554, -1.793670911877795, 2.3434785148925914, 0.21687076312593306, 4.949544023059352, 1.531080329546591], [0.42030096671656847, 0.1434250322113866, -0.015268771871514108, 0.8222122705645847, -0.1349767871678636, 0.6827853722870085, 0.03672327879304603, -0.13524979067086088, 2.827706126090779, -1.7109326121064552, 2.33171161335339, 0.8939904687217961, 4.123019201395471, 1.8522924112551489], [-0.9654887419626357, -0.2379904788481751, -0.316982130707019, -0.46307962026755267, -0.14294898336343245, -0.626550313890679, -0.7912867409290564, -0.4497270223602178, 4.3622793813718355, -1.2272569387396113, 2.9318235918526674, 7.387367259898636, 2.4222422415993465, 0.20989048981832711], [0.917182620953284, 0.01318558941056067, -0.3190276450042089, 1.5466495181245168, -0.12062683401583965, 0.9370986497945978, -0.047904489994399814, -0.26337014432208034, 2.5378969828520552, -1.6592620533559739, 2.1493246394957666, 0.18262315724072614, 2.072288712318087, 4.135946189241535], [1.2213573218358358, -0.15891653143338794, -0.12061275817679208, 1.0792706487310122, -0.14294898336343245, 1.1939298805448364, 0.020319658411338412, 0.22217687775384795, 2.441909241142414, -1.7779735269409398, 2.184625344113371, 0.6834368020463758, 2.781741234174278, 2.4216427799283458], [0.05000133085954868, 2.6226258540985374, -0.15743201552620967, 1.3363290268974395, -0.14294898336343245, 0.08603045377910093, 1.0817084590186439, 1.814945819736054, 1.420501220385977, -1.7420003531273138, 1.7492499871629148, 0.21441353579784647, 1.2360780529003326, 2.4661904408952258], [1.3337697112924312, 0.06435108479659948, -0.318004887855614, 1.5232805746548415, -0.14294898336343245, 1.0504065457138205, -0.1768965957232821, -0.16655192252882925, 2.371149046933384, -1.5879697634344245, 2.0257721733341505, 0.4753403626990422, 3.0213604377374996, 2.489050424812441], [3.659478138537285, 0.9760271844023809, -0.3190276450042089, 3.2759513348804834, -0.14294898336343245, 4.575541085422978, 0.3483920660454898, 0.607265895262343, -0.08084550891866492, -1.6631863995901879, 0.9020330763404055, -0.30344712359640397, -0.3236225743937202, 0.43888109794632546], [1.7730282079085389, -0.10775103604734912, -0.06640662930126069, 1.055901705261337, -0.11424907705938457, 1.2971659634934618, -0.2451207441290203, -0.36018836611533145, 2.3896082280313915, -1.7475598436257833, 2.0904901317997586, 0.8105983162748573, 1.6800824705163069, 3.4948897171698943], [-0.49694634557212086, 5.064615406614025, -0.3210731593013988, 1.570018461594192, 0.5362821324990344, -0.6869811917142645, 1.5548037832092556, 2.398766976714906, 1.1743788057458722, -1.7910546810549857, 1.8845693548637323, 1.9100539688856042, -0.5285692862872777, -0.38466447650718416], [1.4433481749644066, 0.059699676125141404, -0.3220959164499937, 1.149377479140038, -0.14294898336343245, 1.0302629197726256, -0.08816792184040924, -0.15126483487726328, 2.404990878946398, -1.7501760744485924, 2.1316742871869643, 0.5493643359576508, 2.9052707591512172, 2.659425689562965], [1.3243232920103643, -0.14961371409047178, -0.31084558781544946, 0.9390569879129609, -0.14294898336343245, 0.9471704627651953, -0.06430811037610742, 0.21708118186999276, 2.472059236935827, -1.7547544783885085, 2.1728584425741695, 1.079050401868318, 2.8001302884606183, 2.3247320788775894], [1.191128780133222, -0.09844821870443297, -0.3220959164499937, 1.4064358573064655, -0.14294898336343245, 0.9698320419490397, 0.008389752679187576, -0.14980892176759036, 2.4271418962640077, -1.7632572285626384, 2.155208090265367, 0.5570431713579214, 2.930257413067007, 2.6816995200464055], [1.8098692431085996, -0.13565948807609757, -0.3210731593013988, 0.9390569879129609, -0.1126546378202708, 1.3500429815890993, -0.3942445657809073, -0.35218084401213023, 2.3896082280313915, -1.6429106107134168, 2.0022383702557476, 0.8282596376954795, 1.7513926962984487, 3.7137203324457975], [0.2597118389214324, -0.22868766150525893, 0.18825990069887738, 0.752105440155559, -0.1413545441243187, 0.11372793944824434, 0.08928942592533619, -0.4540947616892366, 2.9218479496906196, -1.7321894875417796, 2.3728957687405954, 0.8347098594317071, 2.776547379146839, 4.053298555079298], [-0.5451230839106617, -0.22868766150525893, -0.2903904448435508, -0.46307962026755267, -0.11903239477672588, 0.7004110449855544, 0.00876256223331722, -0.4540947616892366, 3.622066219341719, -1.7593328823284244, 2.7376697164558426, 8.906087325364158, -0.11600874775634255, -0.23695381119594972], [-0.4941124197875008, 0.506234908585116, -0.31186834496404436, 4.397660621424895, -0.09511580619001929, 0.19430244321302503, 1.0440546940515425, 1.6198534630398784, 1.6057083374026566, -1.6102077254283023, 1.8022010440893217, 3.4822187287370108, -0.07656352443984271, -0.3162799092334645], [1.3980053624104858, 0.0503968587822252, -0.3220959164499937, 1.6167563485335426, -0.14294898336343245, 0.9547243224931435, -0.05312382375221588, -0.4540947616892366, 2.36315006845758, -1.7429814396858672, 2.114023934878162, 0.47288313537095544, 3.0119553489040274, 2.4814304301733694], [-1.036336886578137, -0.3217158349344203, 0.3447417444339019, -0.46307962026755267, -0.13338234792874984, -0.626550313890679, -0.6667683498497308, -0.4540947616892366, 3.690980495440949, -1.0225368768547942, 2.4258468256670023, 1.4335054439448096, 2.377182039874804, 6.199792429562395], [0.1350191043981502, 2.1156223089096082, -0.14413617259447553, -0.46307962026755267, 0.8137145601048307, 0.8237907538753747, 1.230832280670531, 3.4040749789440774, 1.0328584173278115, -1.7158380448992223, 1.7139492825453102, 1.2446060930981524, 0.9200951429877313, 0.6313348087023651], [2.3360347971197215, 1.976080048765866, 0.40508441620100305, 0.004299249125951819, 2.057377166613573, 3.6061290870029605, 0.7349955736780068, 2.384935802173013, -0.314661802826765, -1.5719453496447184, 0.8196647655659949, -0.16952823421568441, -0.3616640531082093, -0.18400461767829815], [1.7730282079085389, -0.10775103604734912, -0.3098228306668545, 1.055901705261337, -0.11424907705938457, 1.2971659634934618, -0.2451207441290203, -0.36018836611533145, 2.3896082280313915, -1.7475598436257833, 2.0904901317997586, 0.8105983162748573, 1.6800824705163069, 3.4948897171698943], [0.1350191043981502, 2.1156223089096082, -0.1533409869318299, -0.46307962026755267, 0.8137145601048307, 0.8237907538753747, 1.1823670386336678, 3.4040749789440774, 1.0328584173278115, -1.699486602256665, 1.7139492825453102, 1.2446060930981524, 0.9200951429877313, 0.6313348087023651], [-0.020846813755952556, 1.6504814417638012, -0.1686823441607539, -0.46307962026755267, 0.8456033448871062, 0.7734316890223867, 1.307258239267123, 3.695257600878667, 1.0943890209878377, -1.7420003531273138, 1.7786672410109186, 1.3444309533016705, 0.9355363336098486, 0.6430578773778599], [2.2415706042990533, 0.5248405432709483, -0.31595937355842413, 1.803707896290944, -0.14294898336343245, 4.452161376533158, 0.46172617050092396, 0.09988017654132036, 0.7165911145152761, -1.6893487078182794, 1.307991179442858, -0.015951526210272064, 0.14929898202367364, 2.0265753655641707], [3.765278034496433, 0.5248405432709483, -0.3098228306668545, 1.9205526136393203, -0.14294898336343245, 5.78415864189469, 0.4583708845137564, 0.9872592168869825, -0.21621283697072283, -1.7256489104847565, 0.8843827240316032, -0.35274524686614134, -0.3208150851896989, 0.354279619004838], [-0.582908761038929, 1.7109497544927559, 0.2792852869238263, 0.6352607228071829, 2.2503043145463395, 2.3169370267664684, 2.3604452296835747, 4.682366689236926, -0.4192638290488097, -1.7321894875417796, 1.0020517394236184, -0.19993642240075604, -0.3950731746360632, -0.32116452118158734], [-0.09358424222786713, 6.683305624281431, 3.0734578168851807, 1.897183670169645, -0.14294898336343245, 0.7482521565958927, 1.9809251035795226, -0.4031378028506834, -0.44387607051282024, -1.5915670808157871, 0.8608489209532002, -0.2592170316908452, -0.3671386570560509, -0.35926449437694546], [0.144465523680217, 2.162136395624189, -0.09708934375910866, -0.46307962026755267, 0.595276384346244, 0.710482857956152, 1.2036171832190616, 3.4018911092795676, 1.0999267753172404, -1.7321894875417796, 1.7551334379325154, 0.9062766053622291, 0.9843866457598197, 0.901746926150445], [0.144465523680217, 2.162136395624189, -0.09708934375910866, -0.46307962026755267, 0.595276384346244, 0.710482857956152, 1.2036171832190616, 3.4018911092795676, 1.0999267753172404, -1.7321894875417796, 1.7551334379325154, 0.9062766053622291, 0.9843866457598197, 0.901746926150445], [0.42030096671656847, 0.1434250322113866, -0.316982130707019, 0.8222122705645847, -0.1349767871678636, 0.6827853722870085, 0.03672327879304603, -0.4540947616892366, 2.827706126090779, -1.7109326121064552, 2.33171161335339, 0.8939904687217961, 4.123019201395471, 1.8522924112551489], [-0.016123604114919074, 1.6504814417638012, -0.1686823441607539, -0.46307962026755267, 0.8456033448871062, 0.7482521565958927, 1.3053941914964744, 3.5329232891501334, 1.0943890209878377, -1.7420003531273138, 1.7786672410109186, 1.3260017483410211, 0.9313250998038167, 0.6899501520798391], [1.4178428429028258, 0.8876504196446778, -0.3149366164098292, 2.387931483032825, -0.029743797386354638, 1.1712683013609917, 0.25369843929654157, 0.04018773904472945, 1.6014011951464548, -1.6416024953020123, 1.7021823810061087, -0.19609700470062072, 2.6323828085203433, 1.5863741367993411], [-0.3099072437871976, -0.010071453946729697, -0.30777731636966466, 2.084135217927047, -0.14294898336343245, 1.1133553767800555, 0.9176722552015683, 1.292273013363465, 1.994581752534023, -1.769143747913959, 2.231692950270177, 3.2593789254211574, 1.2655566895425563, -0.1390661877555681], [3.3949783986394135, 0.7713652028582261, -0.30777731636966466, 3.6264854869256116, -0.14294898336343245, 5.3158193387619015, 0.636946660941891, 0.9202872138420267, -0.553400545027667, -1.5768507824374856, 0.6549281440171736, -0.4806746446346498, -0.49937139856545576, -0.28052454977320535], [3.253282109408411, 0.9760271844023809, -0.3190276450042089, 3.2759513348804834, -0.14294898336343245, 4.575541085422978, 0.5087001743212684, 0.3124434905535708, -0.08084550891866492, -1.6631863995901879, 0.9196834286492077, -0.30344712359640397, -0.3236225743937202, 0.43888109794632546], [0.5884472299373582, -0.024025679961103854, -0.31595937355842413, 1.6401252920032177, -0.1365712264069774, 0.8162368941474265, 0.15154862146499906, -0.4540947616892366, 2.5372816768154554, -1.7567166515056154, 2.208159147191774, 0.5579646316059539, 3.878486891725213, 1.719235581788282], [-0.5309534549875614, 8.106636677747602, 0.11973517174301687, 1.6634942354728928, -0.14294898336343245, 0.7331444371399963, 2.053250157080688, 2.060995135270782, -0.5164821828316513, -1.5277964545098137, 0.5313756778555576, -0.4559487946457784, -0.4917911777145982, -0.20608306368381335], [0.005603160233834679, 1.6783898937925494, -0.16663682986356404, -0.46307962026755267, 0.5761431134768787, 0.7155187644414508, 1.2766878558284862, 3.598439379085416, 1.1030033055002415, -1.7420003531273138, 1.7727837902413177, 2.309660563115687, -0.12232559846539055, 0.8403962000820223], [0.5978936492194248, 0.30622433571241897, -0.29243595914074066, 0.6352607228071829, -0.07598253532065403, 0.46875934666180946, 0.0080169431250578, -0.4540947616892366, 2.6332694185250958, -1.7158380448992223, 2.1963922456525724, 0.6384388266007898, 2.281165909097274, 4.154507714644402], [0.29560823219328625, 1.8365377886221237, -0.09299831516472892, -0.46307962026755267, 0.8137145601048307, 0.6978930917429049, 1.2569289494596112, 3.549666289911372, 0.9097972100077588, -1.7321894875417796, 1.6668816763885042, 1.1862469440560959, 0.8077955748268778, 0.5785809996626384], [-0.025570023396985872, 1.5109391816200592, -0.18606921568686774, -0.46307962026755267, 0.8456033448871062, 0.723072624169399, 1.3016660959551773, 3.6224619453950195, 1.0328584173278115, -1.706027179313688, 1.7727837902413177, 1.2645710651388562, 0.91728765378371, 0.6313348087023651], [0.1737494234546242, 0.42250955249887084, -0.1911830014298424, 3.3927960522288596, 1.7177616086823395, 4.165114706871126, 1.9906181519868953, 2.7416345140428855, -0.6013944158824877, -1.7138758717821152, 0.4901915224683523, -0.49203932102705034, -0.5193045719140074, -0.34969065495862467], [0.8057148734248953, 0.24575602298346416, -0.3067545592210697, 7.295409611664622, -0.14294898336343245, 3.1503795500834193, 1.3650437201572292, -0.3267023645928536, 0.21450138864946136, -1.7158380448992223, 0.05481616551789606, 0.7378029566802918, 0.11294199683159742, -0.2986953062202223], [2.4012150901659832, 0.9388159150307164, -0.32618694504437346, 1.7102321224122434, -0.04728262901660613, 3.837780785326705, 0.3308700170013931, 0.07949739300589906, 0.5984523554880258, -1.5346640604196877, 1.3374084332908618, -0.0586458510357767, 0.08963983643822028, 1.8143878225377152], [-0.025570023396985872, 1.5109391816200592, -0.18606921568686774, -0.46307962026755267, 0.8456033448871062, 0.723072624169399, 1.3016660959551773, 3.6224619453950195, 1.0328584173278115, -1.706027179313688, 1.719832733314911, 1.2645710651388562, 0.8751753157233899, 0.6508732564948564], [2.032804738165377, 0.11551658018263823, -0.30266353062669, 0.8222122705645847, 0.0005505481568070398, 2.712255685862424, 0.022929325290246445, -0.4540947616892366, 1.604477725329456, -1.6618782841787834, 1.690415479466907, 0.9879794140211086, 0.44268160384390315, 3.1455422706401492], [-1.02122261572683, -0.3170644262629622, 0.3876975446748891, -0.46307962026755267, -0.14294898336343245, -0.5711553425523922, -0.7364837364719878, -0.4540947616892366, 3.692211107514149, -0.9561500197260118, 2.4081964733582, 1.5918430298983897, 4.169483147722024, 3.571480432516461], [2.5306310343302987, 5.478590778373792, 1.4063636646754412, -0.46307962026755267, -0.14294898336343245, -0.4427397271772729, -0.666395540295601, -0.3885786717539539, 1.0537788225722207, -0.9963745686267026, 1.1550214594332382, 2.1660663411306267, 0.6974612491088394, -0.2555153365988164], [-0.025570023396985872, 1.5109391816200592, -0.18606921568686774, -0.46307962026755267, 0.8456033448871062, 0.723072624169399, 1.3016660959551773, 3.6224619453950195, 1.0328584173278115, -1.706027179313688, 1.719832733314911, 1.2217231636053458, 0.8609974952430821, 0.6391501878193617], [0.15674586874690394, 1.496984955605685, -0.11959000102819718, -0.46307962026755267, 0.8312533917350823, 0.6978930917429049, 1.2953283335349721, 3.624645815059529, 0.9694818955579844, -1.7158380448992223, 1.7080658317757094, 1.1788752620718361, 0.7757901979010347, 0.6164855883800716], [-0.025570023396985872, 1.5109391816200592, -0.18606921568686774, -0.46307962026755267, 0.8456033448871062, 0.723072624169399, 1.3016660959551773, 3.6224619453950195, 1.0328584173278115, -1.706027179313688, 1.719832733314911, 1.2184980527372324, 0.8232367654489954, 0.6313348087023651], [-0.017068246043125738, 1.5574532683346396, -0.19936505861860188, -0.46307962026755267, 0.6112207767373817, 0.7029289982282038, 1.2468630914981087, 3.530011462930787, 1.1479206461720608, -1.7403652088630581, 1.7845506917805194, 1.01470176121405, 0.9440991756821137, 0.8650146443005614], [-0.017068246043125738, 1.5574532683346396, -0.19936505861860188, -0.46307962026755267, 0.6112207767373817, 0.7029289982282038, 1.2468630914981087, 3.530011462930787, 1.1479206461720608, -1.7403652088630581, 1.7845506917805194, 1.01470176121405, 0.9440991756821137, 0.8650146443005614], [-0.020846813755952556, 1.5574532683346396, -0.19936505861860188, -0.46307962026755267, 0.6112207767373817, 0.7029289982282038, 1.2487271392687576, 3.527827593266278, 1.1479206461720608, -1.7403652088630581, 1.7845506917805194, 1.01470176121405, 0.9440991756821137, 0.8650146443005614], [-0.9324262744754018, -0.2472932961910912, 0.7998686755586467, -0.46307962026755267, -0.13338234792874984, -0.24382142100797025, -0.6630402543084336, -0.2757454057543004, 3.149511183232717, -0.7707246601594124, 2.031655624103751, 1.11514092824959, 1.554587703096553, 6.057552529633059], [0.26726897434708585, 1.8365377886221237, -0.09299831516472892, -0.46307962026755267, 0.8137145601048307, 0.6978930917429049, 1.1078051278077243, 3.2584836679767823, 0.9713278136677852, -1.7158380448992223, 1.619814070231698, 1.2184980527372324, 0.8190255316429632, 0.6313348087023651], [2.8839271154795982, 6.050714044963134, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, -0.4175601947507789, -0.6555840632258393, -0.3922184545281363, 1.2168349222712902, -1.0879426474250231, 1.3668256871388655, 2.4242287872877246, 0.6956363811262255, -0.25590610555466625], [0.7065274709631936, -0.09379681003297492, 2.270593455238159, 3.8368059781526886, -0.13816566564609115, 1.627017838280533, 1.2103277551933964, -0.4540947616892366, 0.5652258295116114, -1.6667837169715505, 1.3374084332908618, 0.06206544145647741, 0.318169457645557, 1.343315846260749], [2.189615298247686, 0.9713757757309228, -0.19016024428124748, -0.46307962026755267, -0.14294898336343245, -0.0726006005078112, -0.6593121587671363, -0.19203040194810586, 2.8049398027365693, -1.7174731891634778, 2.6317676026030288, 2.1328937722014576, 2.4374026833010616, 1.1578959767100063], [4.888457287134179, 0.39460110047012237, 6.858682023835024, -0.46307962026755267, -0.08714360999445044, 2.984194636068559, -0.7935235982538347, -0.4540947616892366, -0.4826403508186368, -1.2861221322528174, 0.41959011323314316, -0.43060863782488534, -0.48056122089851283, -0.22757535625555383], [0.011271011803074658, -0.25659611353400735, -0.28016287335760154, 0.752105440155559, -0.1413545441243187, -0.02979539538277138, 0.24698786732220668, -0.4540947616892366, 2.848011225298588, -1.7125677563707107, 2.355245416431793, 0.8010765603785219, 2.7731783921020132, 3.887807902276895], [0.4014081281524349, 1.8225835626077498, 2.3207085555193108, 0.004299249125951819, -0.14294898336343245, -0.047421068081317186, 0.5679768934278935, -0.06099822207754046, 1.6081695615490577, -1.7469057859200812, 1.8610355517853292, 1.522579934587949, 1.3902092102011039, 1.2975958784263193], [-0.30612867607437083, 0.5015834999136579, -0.2893676876949559, 4.46776745183392, 0.2700107795670345, 5.670850745975467, 1.6271288367104209, -0.22042070758672835, -0.02054551733183909, -1.4424419239156647, 0.7961309624875919, -0.022401747946499354, -0.2955476823535069, 0.041273685369126914], [0.23892971650088532, 1.7574638412073365, -0.17379612990372856, -0.46307962026755267, 0.5267154970643518, 0.6424981204046182, 1.1525422743032905, 3.3458384545571596, 1.045164538059817, -1.7485409301843369, 1.7021823810061087, 1.3981828011035649, 0.9846673946802219, 0.36365807394523386], [0.23892971650088532, 1.7574638412073365, -0.17379612990372856, -0.46307962026755267, 0.5267154970643518, 0.6424981204046182, 1.1525422743032905, 3.3458384545571596, 1.045164538059817, -1.7485409301843369, 1.7021823810061087, 1.3981828011035649, 0.9846673946802219, 0.36365807394523386], [0.1350191043981502, 2.097016674223776, -0.12368102962257689, -0.46307962026755267, 0.8153089993439445, 0.7759496422650362, 1.2792975227073944, 2.7765764286750367, 0.9467155722037748, -1.7321894875417796, 1.6727651271581048, 1.18778271113615, 0.608463841341363, 0.7876423910422957], [0.5279901465321304, 0.5201891345994902, 10.0, -0.46307962026755267, -0.12541015173318096, 0.09106636026439972, -0.12209359126621352, 0.8096378175068827, 0.2255768973082662, -1.7397111511573558, 0.2842707455323257, 0.025207031535178483, 0.22383782039044017, 0.4906579845964276], [1.0258164426970524, -0.09844821870443297, 0.15859994338962438, 0.8689501575039352, -0.14294898336343245, 0.8036471279341798, 0.10047371254922774, 0.01907699895447169, 2.4197582238248048, -1.7632572285626384, 2.1728584425741695, 0.9603356065801344, 2.3808317758400315, 1.8292370428600087], [0.1350191043981502, 2.097016674223776, -0.14413617259447553, -0.46307962026755267, 0.8153089993439445, 0.7759496422650362, 1.2830256182486914, 2.7765764286750367, 0.9405625118377721, -1.7321894875417796, 1.6668816763885042, 1.18778271113615, 0.608463841341363, 0.7876423910422957], [-0.42609820095661965, -0.2379904788481751, 0.20871504367077603, 0.5651538923981573, 0.1536167151117291, 3.447498032716048, 1.1007217462792598, -0.42716036916028705, 1.6112460917320588, -1.7393841223045046, 1.9022197071725344, 0.11489582901033916, 1.7172817024695894, 2.7410964013355787], [-1.0174440480140032, -0.25659611353400735, 0.27519425832944655, -0.46307962026755267, -0.1413545441243187, -0.6240323606480296, -0.7748831205473488, -0.4540947616892366, 3.6786743747089434, -0.898265912771359, 2.419963374897401, 1.5410091395485985, 5.072371675735285, 2.3507182144416023], [-1.003274419090903, 4.52040059205343, 0.08496142869078921, -0.43971067679787745, 8.78591075567369, 0.5669595231251361, 2.444327379362761, -0.4540947616892366, -0.6260066573464982, -1.753773391829955, -0.009901792947712302, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.3243232920103643, -0.061236949332768444, -0.32720970219296835, 1.570018461594192, -0.14294898336343245, 0.14897928484533596, -0.013978820568595523, -0.4540947616892366, 2.299158240651153, -1.674632409439978, 2.0669563287213557, 0.6240026160482811, 2.4774094044583657, 2.8391794092538856], [-1.0457833058602037, -0.3496242869631688, 0.5554297170444581, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 3.7402049783689697, -0.898265912771359, 2.4081964733582, 3.010584658452389, 4.699396734981051, 1.0830637216647647], [-0.4175964236027594, -0.26124752220546543, -0.2965269877351204, -0.46307962026755267, -0.14294898336343245, -0.4805090258170138, -0.7935235982538347, -0.4540947616892366, 3.716208042941559, -1.0768236664280844, 2.625884151833428, 4.449751989171109, 3.557731250165775, 0.6606424803911021], [1.6029926608313356, -0.13565948807609757, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, 0.9094011641254544, -0.18845369190130326, -0.15199279143209973, 2.627116358159093, -1.7956330849949016, 2.478797882593409, 0.7738934830615637, 3.08593268942999, 2.346615140405179], [0.27671539362915265, 2.3947068291970925, -0.15129547263464005, -0.46307962026755267, 1.1166580155364474, -0.6869811917142645, 1.2420165672944226, 3.2584836679767823, 0.9713278136677852, -1.7321894875417796, 1.7021823810061087, 1.1570673695350677, 0.7488383015424298, 0.7681039432498045], [-0.34580363705905154, 0.4364637785132449, -0.2566394589399181, 0.8689501575039352, -0.14294898336343245, 0.35293349749993713, 1.2662491883128542, 3.2402847541058706, 1.4131175479467741, -1.7348057183645886, 1.9434038625597398, 2.284013252878783, 1.3994739245743741, -0.1287108104255477], [-1.0457833058602037, 1.8132807452648336, -0.23107053022504476, -0.43971067679787745, 5.64486545461956, -0.6693555190157187, 2.8898347965477735, 5.438713549712023, -0.6284678814928992, -1.8041358351690315, 1.037352444041223, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, 0.2199653723053203, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7715278345601814, -0.4540947616892366, 3.5734570424502987, -0.8485575271379849, 2.2787605564269833, 2.061327026270935, 2.9454178547687224, 4.264313791238203], [-1.033502960793517, -0.3496242869631688, 0.41735750198414223, -0.46307962026755267, -0.14294898336343245, -0.5082065114861571, -0.7875586453877592, -0.4540947616892366, 3.7371284481859686, -0.9028443167112751, 2.272877105657382, 2.5438650428239407, 3.0276772884465473, 3.2268222134569142], [3.677426335173212, 5.2320661187865145, -0.0725431721928303, 0.004299249125951819, 0.5267154970643518, 1.4280995321112306, 0.026657420831543672, -0.16291213975464688, 0.10989936242741667, -1.4215120773331915, 1.0432358948108238, -0.33462319532150264, 0.660963889456562, -0.14258310835821653], [-0.19560557047418892, 0.6922912554434387, -0.2525484303455383, 0.9857948748523112, -0.1397601048852049, 0.4309900480220686, 1.1972794207988564, 2.7416345140428855, 1.488184884412006, -1.764892372826894, 1.8080844948589223, 2.2169002314804183, 1.150309257717481, 0.2052012623481291], [-0.4431017556643399, -0.33101865227733646, -0.30266353062669, -0.46307962026755267, -0.14294898336343245, -0.3143241118021534, -0.7935235982538347, -0.4540947616892366, 3.654677439281533, -1.0882696762778745, 2.56704964413742, 3.3777865672933305, 4.0883467097258075, 1.1999036394638627], [0.10101199498270966, 7.246126073527859, -0.23413880167082957, -0.46307962026755267, 0.3465438630444955, 4.676259215128955, 1.378464864105899, -0.4540947616892366, -0.3454271046567781, -1.6144591005153672, 0.5843267347819644, -0.3630348863025039, -0.31997283842849245, 0.010598322334915516], [-0.2702322828025168, 4.627382991496965, -0.28732217339776606, 1.3596979703671148, 0.4613434882606872, -0.6869811917142645, 1.5201324946751917, 2.090841354019078, 0.9854798525095914, -1.7518112187128483, 1.7551334379325154, 1.649587872108425, -0.5285692862872777, -0.38466447650718416], [2.5873095500226997, 4.80878792968383, 1.2355632208600877, -0.46307962026755267, -0.14294898336343245, -0.37223703638308964, -0.6421629192771694, -0.3885786717539539, 1.1319226892204537, -1.132418571412779, 1.2491566717468503, 2.155469548278253, 0.6470668178966564, -0.15547848390126082], [0.08778700798781604, 1.1899919832894523, -0.20754711580736132, -0.46307962026755267, 0.5474432071728308, 0.4234361882941204, 1.294209904872583, 3.6224619453950195, 1.0943890209878377, -1.7485409301843369, 1.7963175933197209, 1.458231293933681, 1.0339388302107961, 0.38729959577414835], [0.08778700798781604, 1.1899919832894523, -0.20754711580736132, -0.46307962026755267, 0.5474432071728308, 0.4234361882941204, 1.294209904872583, 3.6224619453950195, 1.0943890209878377, -1.7485409301843369, 1.7963175933197209, 1.458231293933681, 1.0339388302107961, 0.38729959577414835], [-0.44593568144895995, 4.23201325442303, -0.32005040215280384, 1.6634942354728928, 0.4023492364134776, -0.6869811917142645, 1.4571276800272694, 2.384207845618177, 1.1362298314766557, -1.7191083334277337, 1.8022010440893217, 1.5056864967073535, -0.5285692862872777, -0.38466447650718416], [-0.12381278393048101, 0.6736856207576065, -0.2525484303455383, 0.3782023446407554, -0.11424907705938457, 0.4989747855736024, 1.1078051278077243, 2.7918635163266026, 1.570020587279841, -1.7750302672652796, 1.9492873133293407, 2.169137875290735, 1.4900154514040624, 0.08816596007110607], [-0.46766244579771366, -0.061236949332768444, -0.318004887855614, 1.4064358573064655, -0.14294898336343245, 0.7406982968679447, 1.1607440844941441, 2.2182337511154606, 1.7287695447227092, -1.7730680941481727, 2.1199073856477626, 2.8818873771438533, 1.0888252441494135, -0.14610002896086502], [0.031108492295415083, 0.9899814104167555, -0.20243333006438666, -0.46307962026755267, 0.5936819451071302, 0.3478975910146385, 1.2546920921348328, 3.358941672544216, 1.1380757495864564, -1.7403652088630581, 1.7963175933197209, 1.3742248346547206, 0.20727363408671437, 1.732326341809252], [-1.036336886578137, 10.0, 7.744389714518235, -0.41634173332820223, -0.14294898336343245, -0.6743914255010175, 0.10494742719878439, -0.4540947616892366, -0.6284678814928992, -1.6831351596141078, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.863338031045503, 0.19924193626888348, -0.25459394464272816, 1.5232805746548415, -0.14294898336343245, 10.0, 1.3933772462710876, -0.051534786864666296, -0.6284678814928992, -1.6474890146533328, 0.5666763824731622, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.863338031045503, 0.19924193626888348, -0.25459394464272816, 1.5232805746548415, -0.14294898336343245, 10.0, 1.3933772462710876, -0.051534786864666296, -0.6284678814928992, -1.6474890146533328, 0.5666763824731622, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4157071397463461, 1.1992948006323683, 0.03177805696385281, 10.0, 0.17593886445932194, 0.8237907538753747, 2.3130984163091006, -0.4540947616892366, -0.42357097130501153, -1.7096244966950505, -0.10992045603092522, -0.4433555045893346, -0.4668045237988083, -0.11776927966175259], [-0.45349281687461346, -0.26124752220546543, -0.2944814734379305, -0.46307962026755267, -0.14294898336343245, -0.40497042853753185, -0.7935235982538347, -0.4540947616892366, 3.609144792573114, -0.9937583378038936, 2.525865488750215, 4.927836281191957, 3.398406237837565, 0.1710089787112693], [0.275770751700946, 2.1342279435954405, -0.09913485805629856, -0.46307962026755267, 0.5873041881506752, 0.818754847390076, 1.1417307972335284, 2.0340607427418327, 1.106079835683243, -1.764892372826894, 1.7551334379325154, 1.6918214668099134, -0.20907701486964977, 1.3497635340322716], [-0.8407960074393536, -0.1263566707331814, 0.9082809333097096, -0.3462349029191766, -0.13816566564609115, -0.6139605476774319, -0.6704964453910279, -0.24953896978018733, 2.9310775402396234, -0.6922377354751377, 1.9022197071725344, 0.8482246097361833, 1.367047424267928, 6.0350833146716925], [-0.28062334401279043, -0.014722862618187707, 0.3109907585302692, 0.752105440155559, 0.4517768528260045, 2.6644145742520853, 1.12644560551421, -0.4540947616892366, 1.457419582581993, -1.7550815072413597, 1.837501748706926, 0.86373585724473, 0.33052241014325084, 3.0189331289448065], [-0.0028986171200256236, -0.024025679961103854, -0.27198081616884207, -0.46307962026755267, -0.14294898336343245, -0.32439592477275103, -0.7935235982538347, -0.4540947616892366, 3.1931979118313354, -0.9705392892514622, 2.284644007196584, 3.247707095612746, 3.202162742476473, 1.8276739670366096], [0.6130079200707318, -0.04263131464693615, -0.3220959164499937, 9.188294032708313, -0.14294898336343245, 2.5460707718475635, 1.4250660583721138, -0.4540947616892366, -0.31096996660716336, -1.4306688852130236, -0.10992045603092522, -0.3833070117592184, -0.41626971812642427, 0.14678130344858012], [0.42313489250118863, -0.010071453946729697, -0.32618694504437346, 9.538828184753442, -0.14294898336343245, 2.2892395410973245, 1.6114708354369727, -0.42424854294094116, -0.36696281593778735, -1.4905151652847832, -0.01578524371731306, -0.4048077508799761, -0.43915075513919816, 0.047525988662724054], [-0.1559306094895082, -0.22403625283380085, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, -0.23626756128002213, -0.7935235982538347, -0.4540947616892366, 3.4571642015328488, -1.0290774539118173, 2.472914431823808, 4.835383102972698, 3.1740878504362597, 0.07077674153578878], [1.6303872767493293, -0.09844821870443297, -0.22697950163066502, -0.46307962026755267, -0.14294898336343245, 0.944652509522546, -0.22275217088123728, -0.4540947616892366, 2.2862368138825473, -1.6487971300647375, 1.990471468716546, 1.0002655506615414, 0.5111843404220238, 5.104467046315331], [0.5128758756808235, 1.6969955284783818, -0.06231560070688097, -0.46307962026755267, 0.4629379274998009, 0.7986112214488807, 1.2494727583770167, 3.4768706344277245, 0.7252053990276799, -1.7158380448992223, 1.5550961117660898, 2.4449616428684555, -0.43269352996994914, -0.07029085152599862], [-0.35619469826932504, 0.2550588403263803, -0.05617905781531137, 0.23798868382270408, -0.12700459097229475, 0.09106636026439972, 1.294209904872583, 3.4040749789440774, 1.420501220385977, -1.7420003531273138, 1.9492873133293407, 0.26048654819947015, 1.4814526093317975, 2.0617445715906553], [-0.6934318666391109, -0.3170644262629622, -0.2955042305865255, -0.46307962026755267, -0.14294898336343245, -0.525832184184703, -0.7935235982538347, -0.4540947616892366, 3.5525366372058893, -0.8685062871619048, 2.4140799241278006, 2.6083672601862142, 3.724776857805045, 2.389795110026585], [2.147106411478385, 0.2550588403263803, -0.32720970219296835, 3.229213447941133, -0.14294898336343245, 2.7323993118036194, 0.3722518775097917, -0.4540947616892366, 0.7190523386616772, -1.5588641955306726, 1.231506319438048, -0.03468788458693235, 0.9967395982575137, 0.967591495211141], [0.6130079200707318, -0.14961371409047178, 0.29974042989572497, 0.004299249125951819, -0.14294898336343245, 0.6878212787723074, 0.2343123424817963, -0.089388527716163, 2.411759245349001, -1.7171461603106268, 2.166974991804569, 0.9978083233334549, 3.5594157436881884, 1.2475774520775416], [-0.1559306094895082, -0.33101865227733646, -0.26993530187165216, -0.46307962026755267, -0.14294898336343245, -0.25137528073591847, -0.7935235982538347, -0.4540947616892366, 3.4780846067772573, -1.1059292343318363, 2.4905647841326104, 4.47278849537192, 3.39910811013857, 0.24642738719028587], [-0.29006976329485723, 0.2736644750122126, 4.741574726243514, 0.23798868382270408, 0.1217279303294537, 0.34034373128669015, 1.1488141787619932, 0.82055716582943, 0.8544196667137353, -1.7191083334277337, 1.3374084332908618, 0.4245064723492506, 0.9776486716701687, 0.8443038896405206], [3.504556862311389, 0.6829884381005227, 0.2322384580884594, -0.46307962026755267, -0.14294898336343245, 0.6097647282501759, -0.7047949243709619, -0.4540947616892366, 2.075802149365258, -1.7527923052714018, 2.33171161335339, 1.5253443153320465, 1.936967732684259, 0.7315670458778455], [-0.2702322828025168, -0.22868766150525893, -0.30164077347809504, -0.46307962026755267, -0.14294898336343245, -0.4452576804199222, -0.7935235982538347, -0.4540947616892366, 3.7334366119663667, -1.1530213891424013, 2.6788352087598346, 4.021272973836008, 3.814616512333728, 0.11551978698059395], [0.11234769812118978, 0.9760271844023809, -0.21368365869893094, 0.3782023446407554, -0.1126546378202708, 0.8388984733312711, 0.6436572329162259, 0.6065379387075064, 2.03396133887644, -1.708316381283646, 2.2022756964221735, 2.8633045954751988, 1.0074080572327948, 0.4660395403778885], [1.3158215146565042, 2.5575061326981245, -0.08481625797596946, 2.4580383134418504, 1.0528804459718966, -0.2136059820961775, 1.0891646501012384, 1.638780333465627, 0.14066466425742982, -1.5196207331885352, 1.1550214594332382, 0.45829334811044126, -0.15727883905545612, 0.18038743365166515], [-0.03973965232008615, -0.26124752220546543, -0.30470904492387985, -0.46307962026755267, -0.14294898336343245, -0.437703820691974, -0.7935235982538347, -0.4540947616892366, 3.6989794739167516, -1.206327092157138, 2.714135913377439, 3.875375101230866, 3.745833026835205, 0.1350582347730853], [2.3313115874786883, 5.157643580043186, 1.3102244927075177, -0.46307962026755267, -0.14294898336343245, -0.4553294933905198, -0.6734789218240657, -0.39585823730231867, 0.9608676110455806, -0.8603305658406262, 1.0197020917324207, 2.018632701445431, 0.5263447821237389, -0.27349070856790847], [0.19547618780337797, 1.4597736862340203, -0.06231560070688097, 6.384020816347289, 0.17593886445932194, 1.8813311157881223, 1.9742145316051873, 0.6880690728491916, -0.3269679235587702, -1.744616583950123, 0.24308659014512038, -0.4048077508799761, -0.434518397952563, 0.027596771914382923], [-0.5932998222492025, -0.2472932961910912, -0.14311341544588058, -0.46307962026755267, -0.14294898336343245, 1.3575968413170474, 1.2524552348100546, 3.5409308112533346, 1.5546379363648344, -1.7416733242744626, 1.9198700594813367, 4.49352135095265, -0.39268680881264506, -0.38192909381623535], [0.06889416942368244, -0.3031102002485881, 0.3723561874459652, -0.46307962026755267, -0.14294898336343245, -0.336985690985998, -0.7413302606756743, -0.4540947616892366, 3.211041786892743, -1.1010238015390692, 2.33171161335339, 3.039303502849401, 3.479823424754183, 1.0455499019031813], [-0.8568549202188671, 0.22249897962617385, 10.0, -0.15928335516177475, -0.05047150749483369, -0.21612393533882693, -0.10009782757256021, -0.3063195810574323, 0.6575217350016509, -1.0912129359535347, 0.30780454861072876, -0.05465285662763594, 1.5718537617012842, 0.014701396371338677], [-0.4771088650797805, -0.3170644262629622, -0.30164077347809504, -0.46307962026755267, -0.14294898336343245, -0.4175601947507789, -0.7935235982538347, -0.4540947616892366, 3.545152964766686, -1.003896232242279, 2.4670309810542075, 4.554184150614789, 3.4636803618310608, 0.25619661108653147], [3.272174947972545, 1.976080048765866, 0.008254642546169293, 1.1961153660793884, 0.3353827883706991, 2.1557880192369065, -0.10382592311385742, -0.03843156887760978, 0.426166665239952, -1.3234034214778478, 1.131487656354835, -0.2630564493909805, 1.1706635544466355, -0.038833950580087574], [-0.392091091541179, -0.24264188751963314, -0.3057318020724748, -0.46307962026755267, -0.14294898336343245, -0.5585655763391452, -0.7935235982538347, -0.4540947616892366, 3.5328468440346805, -0.9780609528670385, 2.478797882593409, 4.918160948587616, 3.111340466726383, 0.16827359602032055], [0.6167864877835587, 2.6551857147987437, -0.31186834496404436, 2.94878612630503, 0.19188325685045968, 2.9413894309435187, 1.071269791503012, -0.4540947616892366, 0.34986871670151937, -1.5019611751345732, 0.6961122994043789, -0.4115651260322143, 0.8442929344791551, 0.23079662895629277], [-0.46010531037206015, -0.3449728782917107, -0.2893676876949559, -0.46307962026755267, 0.1041890986992022, 1.8737772560601742, 0.45538840808071873, -0.4540947616892366, 2.4480623015084166, -1.59810765787281, 2.1022570333389603, 0.3767441161595672, 2.5445083964344755, 3.5404143005264], [-0.8606334879316939, -0.2658989308769235, 0.5094056453576861, -0.3462349029191766, -0.14294898336343245, 1.6018383058540389, 1.4410968691996915, 3.8408489118459617, 1.1620726850138667, -1.6124969273982603, 1.7080658317757094, 3.357514441836616, -0.28923083164445884, -0.2721230172224341], [-0.564960564403002, -0.08449399269005878, -0.30470904492387985, 1.2194843095490635, -0.14294898336343245, 0.7432162501105939, 1.4422152978620808, 2.9046967823262557, 1.3528175563599485, -1.7812438154694512, 1.9492873133293407, 2.4153213382234107, 0.8472407981433776, -0.1683738594443051], [-0.32691079849491783, 3.5296505450328612, -0.30470904492387985, 5.682952512257032, 0.5984652628244715, 0.6450160736472675, 2.001429629056657, -0.4540947616892366, -0.11407203489507918, -1.6360430048035428, 0.5549094809339606, -0.15140618267104577, -0.2983551715575282, 0.06276597794086736], [2.3294223036222745, -0.3031102002485881, 1.9146739675271227, -0.46307962026755267, -0.14294898336343245, 0.6701956060737615, -0.7431943084463227, -0.4540947616892366, 2.03396133887644, -1.404506576984932, 1.937520411790139, 1.6772316795493993, 2.1476697974460603, 0.5647087017299697], [0.4184116828601551, 0.01318558941056067, -0.1686823441607539, 0.49504706198913145, -0.14294898336343245, 0.3378257780440409, 0.9735936883210259, 2.619337812830358, 1.445113461849988, -1.7616220842983825, 1.7845506917805194, 0.21687076312593306, 1.8186320627347596, 1.6961802133931425], [2.5759738468842195, -0.29380738290567193, 2.1550218974469315, -0.46307962026755267, -0.14294898336343245, 0.8011291746915301, -0.737602165134377, -0.4540947616892366, 1.8512154460061614, -1.4175877310989777, 1.8492686502461277, 1.5396269491765495, 1.9948020102870982, 0.4842102968249054], [2.4531703962173506, -0.29845879157713, 2.03433655391273, -0.46307962026755267, -0.14294898336343245, 0.7356623903826457, -0.7402118320132851, -0.4540947616892366, 1.9422807394230006, -1.411047154041955, 1.8963362564029338, 1.6084293143629746, 2.0711657166364787, 0.5039441290953216], [-0.5847980448953424, -0.08914540136151688, -0.3036862877752849, 1.172746422609713, -0.14294898336343245, 0.7205546709267493, 1.486952444357647, 3.032817135977475, 1.296209400992724, -1.7822249020280048, 1.9257535102509376, 2.3425259786288457, 0.8106030640308991, -0.1713046266131788], [-0.2759001343717569, 1.0597525404886263, -0.2187974444419056, 0.4249402315801058, -0.1349767871678636, 0.906883210882805, 1.3050213819423446, 2.028965046857977, 1.3011318492855262, -1.7635842574154894, 1.890452805633333, 3.95492783597767, -0.46076842201016244, -0.3270260555193347], [3.427096224198441, 0.7248511161436454, 0.20666952937358618, -0.46307962026755267, -0.14294898336343245, 0.5543697569118891, -0.6089828689596246, -0.2298841427996025, 1.8912103383851788, -1.7125677563707107, 2.208159147191774, 1.4530096858614971, 1.6243538098164831, 0.7493470333690126], [0.4004634862242282, -0.14031089674755562, 0.3263321157591932, 0.23798868382270408, -0.14294898336343245, 0.7356623903826457, 0.4251908341962115, -0.089388527716163, 2.223475598149321, -1.758351795769871, 2.0904901317997586, 0.9047408382821751, 3.306039843025262, 1.1463682925124368], [0.12084947547504991, 0.10156235416826394, -0.23720707311661432, 5.7997972296054074, -0.040904872060151046, 4.9079109134526995, 1.1126516520114107, -0.4540947616892366, 0.346792186518518, -1.3286358831234661, 0.743179905561185, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.14742883213564809, 3.55755899706161, -0.3190276450042089, 1.967290500578671, 0.2923329289146273, -0.6869811917142645, 1.0787259825856061, 1.5055642839305523, 1.6524715961842764, -1.764892372826894, 2.084606681030158, 1.302197358600182, -0.5285692862872777, -0.38466447650718416], [0.5449937012398507, -0.14961371409047178, -0.013223257574324241, 0.3080955142317297, -0.13816566564609115, 0.9043652576401555, 0.3308700170013931, -0.089388527716163, 2.310849055346558, -1.7374219491873977, 2.1316742871869643, 0.8004622535465, 3.110357845504976, 1.285091271839125], [-0.5347320227003881, 0.15272784955430282, -0.2862994162491711, 0.7988433270949096, -0.14294898336343245, 0.3378257780440409, 1.5238605902164888, 3.4805104172019066, 1.2008369653196835, -1.7789546134994934, 1.8963362564029338, 3.86354969471445, -0.5285692862872777, -0.38466447650718416], [-1.0325583188653102, -0.3496242869631688, 0.3324686586507627, -0.46307962026755267, -0.14294898336343245, -0.6164785009200814, -0.7883042644960186, -0.4540947616892366, 3.3482550330546017, -0.7036837453249275, 2.1434411887261655, 2.0616341796869464, 3.1502241922020784, 3.097477689070621], [-0.32407687271029784, -0.31241301759150414, 0.3099680013816743, -0.46307962026755267, -0.14294898336343245, -0.2740368599197631, -0.7935235982538347, -0.4540947616892366, 3.177815260916329, -0.8691603448676071, 2.190508794882972, 2.9830944277194207, 3.6391484370823943, 0.9009653882387455], [-0.35713934019753174, -0.33101865227733646, 0.7538446038718748, 1.4298048007761406, -0.13816566564609115, -0.22871370155207393, 0.8863562526546721, -0.4206087601667588, 2.051189907901247, -1.7747032384124284, 2.1434411887261655, 0.5458320716735263, 0.8483637938249861, 4.146496951049481], [-0.8946405973471345, 0.4364637785132449, -0.32414143074718355, 5.168835755924177, 6.649362175261236, 0.3932207493823276, 0.6313545176299453, -0.2662819705414262, -0.6075474762484903, 0.10440455007025225, -0.3334915852757541, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.24283766688452307, -0.014722862618187707, 0.48281395949421774, 0.752105440155559, 0.7196426449971183, 3.1604513630540167, 1.357587529074635, -0.4540947616892366, 1.045164538059817, -1.7550815072413597, 1.6315809717708996, 0.8191986119231603, 0.5551215464649576, 1.4832111324549873], [-0.5186731099208746, 0.15737925822576082, -0.28834493054636096, 0.541784948928482, -0.12700459097229475, 0.08351250053645153, 1.3516225762085594, 3.310168583370172, 1.4943379447780087, -1.7727410652953215, 2.0257721733341505, 2.662119107988109, 0.713744686492163, -0.09940313873681071], [-0.17198952226902184, 0.3899496917986643, -0.29243595914074066, 10.0, -0.14294898336343245, 1.2115555532433822, 1.9283589564472325, -0.4540947616892366, -0.5835505408210799, -1.3299439985348709, 0.3842894086155386, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.41192857203351935, 0.8225306982442647, -0.24641188745396872, 4.257446960606843, 0.19188325685045968, 0.4788311596324071, 1.0891646501012384, -0.4540947616892366, 1.363893065018753, -1.54676412797518, 1.5080285056092837, 0.9589534162080856, 1.039413434158638, 0.47307338158318524], [0.10667984655194963, 2.2784216124106402, -0.14004514400009582, -0.46307962026755267, 0.5267154970643518, 0.9144370706107532, 1.5264702570953967, 2.7707527762363444, 0.5590727691456089, -1.7321894875417796, 1.4844947025308808, 0.8099840094428356, 0.34596360076536825, 0.45744262334919217], [4.445420222805246, 1.3388370607761104, -0.3251641878957785, 0.8222122705645847, -0.14294898336343245, 4.857551848599711, 0.3588307335611219, 1.001818347983712, -0.600163803809287, -1.6242699661009017, 0.6608115947867743, -0.49357508810710443, -0.5174797039313934, -0.34539219644427654], [2.1376599921963186, 0.27831588368367066, 0.060415257124510874, 3.509640769577236, 1.0050472687984835, 2.1104648608692176, 0.9885060704862145, 0.03363613005120119, -0.03162102599064392, -1.7158380448992223, 0.766713708639588, -0.1944076609125612, -0.20570802782482417, 0.6704117042873479], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, -1.8139467007545658, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.02972439308069, -0.2519447048625493, 0.4746319023054584, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.761461976598679, -0.4540947616892366, 3.051677523413275, -0.5849722717399619, 1.8492686502461277, 1.3545670160300276, 2.187255395222761, 4.788530345510745], [-0.2418930249563164, 0.8178792895728066, -0.2249339873334752, -0.06580758128307386, -0.10787132010292946, 0.415882328566172, 1.369144625252656, 3.473958808208379, 1.2525226723941054, -1.7832059885865583, 1.837501748706926, 2.3150357478958767, 0.5817926939031605, -0.24984918673899398], [0.19169762009055116, 0.1341222148684705, -0.2862994162491711, 0.6352607228071829, -0.14294898336343245, 0.5770313360957338, 1.0593398857708611, 2.2822939279410703, 1.4328073411179825, -1.7518112187128483, 1.766900339471717, 1.7406588599556345, 1.285068739510505, 0.4613503129076905], [-0.46010531037206015, 7.669404262630542, 0.013368428289143957, 1.2428532530187386, -0.14294898336343245, -0.0826724134784088, 2.1442156882883388, 1.5769040263045266, -0.5054066741728466, -1.6831351596141078, 0.6843453978651773, -0.42477272292067975, -0.472419502206851, -0.18927999858227085], [0.021662073013348285, 1.245808887346949, -0.18709197283546267, -0.46307962026755267, 0.5920875058680165, 0.7054469514708529, 1.3434207660177058, 2.4067744988181072, 0.9774808740337879, -1.7321894875417796, 1.7080658317757094, 1.2891433384197222, 0.6646136254217898, 0.7641962536913062], [-1.0457833058602037, 1.441168051548188, -0.31084558781544946, -0.3696038463888518, 3.5370167805111534, -0.2085700756108787, 2.8950541303055894, 6.265672196006258, -0.6284678814928992, -1.8093682968146498, 0.9844013871148162, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3184090211410577, -0.11705385339026526, 0.43883540210463573, 0.5651538923981573, 0.3975659186961363, 2.488157847266627, 1.1749108475510732, -0.4540947616892366, 1.3651236770919535, -1.7518112187128483, 1.6021637179228958, 0.7347314225201836, 0.3894796834276989, 2.8137794271236474], [0.6829114227580265, 0.1620306668972189, -0.0725431721928303, 0.7053675532162086, -0.13816566564609115, 0.584585195823682, 0.9542075915062808, 2.3339788433344597, 1.2051441075758853, -1.7266299970433099, 1.8257348471677246, 1.5133653321076241, 1.272294663632208, 0.016459856672662875], [0.5449937012398507, -0.14961371409047178, -0.3149366164098292, 0.3080955142317297, -0.13816566564609115, 0.9043652576401555, 0.3200585399316313, -0.089388527716163, 2.310849055346558, -1.7001406599623674, 2.125790836417363, 0.8004622535465, 3.110357845504976, 1.285091271839125], [0.9851968397841651, -0.03332849730402, 1.2376087351572775, -0.46307962026755267, -0.034527115103695966, -0.03986720835336898, -0.5922064390237872, -0.4540947616892366, 2.423450060044406, -1.1893215918088782, 1.9492873133293407, 2.692834449589191, 2.3448959140285583, 0.4789349159209327], [-0.4780535070079872, -0.07984258401860074, -0.24334361600818394, 4.981884208166775, -0.14294898336343245, 5.4643785800782165, 2.1300489252314097, -0.11705087679994901, -0.4734107602696329, -1.5526506473265007, 0.8314316671051963, -0.4089543219961222, -0.47859597845569796, -0.14531849104916533], [4.4236934584564915, -0.14961371409047178, 2.39946085596112, -0.46307962026755267, -0.11903239477672588, -0.2337496080373727, -0.7338740695930799, -0.4540947616892366, 1.328205314895938, -1.7452706416558252, 1.8786859040941315, 1.273785667619181, 1.5812588505347556, 0.2894119723337668], [-0.38453395611552554, -0.2379904788481751, 0.2792852869238263, 0.658629666276858, 0.35292162000095056, 2.5234091926637188, 1.1786389430923705, -0.4540947616892366, 1.5004910051440115, -1.7518112187128483, 1.86691900255493, 0.33236044754600313, 1.998170997331924, 1.4050573412850218], [-1.02972439308069, -0.2519447048625493, 0.30076318704431987, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.761461976598679, -0.4540947616892366, 3.051677523413275, -0.5849722717399619, 1.8492686502461277, 1.3545670160300276, 2.187395769682962, 4.788530345510745], [1.8372638590265933, 3.813386473991803, 0.025641514072283208, -0.46307962026755267, -0.14294898336343245, -0.5661194360670934, -0.7126239250076859, -0.2961281892897217, 1.5614063027674376, -0.8652359986333933, 1.3727091379084664, 3.277808130381807, 0.6108502071647813, -0.2195645926606324], [0.39007242501395456, 1.3248828347617363, -0.29243595914074066, 1.967290500578671, 1.7384893187908186, 5.356106590644292, 1.9894997233245062, -0.4540947616892366, -0.49925361380684397, -1.7485409301843369, 0.6019770870907667, -0.4587131753898759, -0.5244984269414468, -0.1578230976363598], [-0.6556461895108436, 0.017836998082018746, -0.07663420078721, 2.084135217927047, 0.04997816456933395, 2.500747613479874, 1.3676533870361371, 0.25566287927632586, 1.2057594136124854, -1.665475601560146, 1.7551334379325154, -0.21176182891717282, 1.63446077095096, 0.9693499555124651], [0.46280985348586934, -0.0705397666756846, 10.0, -0.46307962026755267, -0.14294898336343245, 0.4360259545073674, 0.088170997262947, 0.762320641442512, -0.08146081495526517, -1.7070082658722412, 0.11365067321390365, 0.1618903016599955, -0.020975238200220292, -0.3197968298361129], [-0.412873213961726, -0.2658989308769235, -0.0725431721928303, 0.3314644577014049, 0.6112207767373817, 2.427726969443042, 1.1935513252575591, -0.4380797174828342, 1.488184884412006, -1.7420003531273138, 1.7845506917805194, 0.8622000901646759, 0.33613738855129355, 3.1127176783487642], [0.21531366829571824, -0.08449399269005878, -0.32311867359858865, 4.4443985083642445, -0.14294898336343245, 3.052179373620093, 1.0589670762167311, -0.3885786717539539, 0.6544452048186498, -1.6134780139568137, 0.5725598332427629, 0.13900737216718906, 0.5311175137705751, 1.0727083443347443], [1.2487519377538296, 4.138985080993868, 0.14428134330929532, 0.12114396647432794, 2.1594212779168545, -0.6869811917142645, 0.9676287354549505, 1.9379704775034179, 0.1788136385266461, -1.3920794805765884, 1.0432358948108238, 0.22454959852620365, -0.5285692862872777, -0.38466447650718416], [-0.582908761038929, -0.27055033954838154, -0.20345608721298158, -0.46307962026755267, -0.14294898336343245, -0.2690009534344643, 1.1652177991437007, 3.3705889774215994, 1.8278338166153516, -1.7658734593854475, 2.108140484108561, 5.138236371159372, -0.4443446101666376, -0.2973276148747479], [2.6931094459818476, 0.30157292704096106, -0.32618694504437346, 1.4298048007761406, -0.06960477836419894, 2.7475070312595156, 0.4263092628586007, -0.4540947616892366, 0.70182376963687, -1.7877843925264743, 1.3668256871388655, -0.021326710990461517, 0.1418591356330171, 2.000393845522233], [0.6130079200707318, -0.14961371409047178, -0.3128911021126393, 0.004299249125951819, -0.14294898336343245, 0.6878212787723074, 0.2343123424817963, -0.4540947616892366, 2.411759245349001, -1.7171461603106268, 2.166974991804569, 0.9978083233334549, 3.5594157436881884, 1.2475774520775416], [6.253464873392836, 0.04574545011076719, 2.586625414153993, -0.46307962026755267, -0.14294898336343245, 3.6438983856427014, -0.7935235982538347, -0.4540947616892366, -0.132531215993087, -1.6017049752541725, 0.960867584036413, -0.374245985986899, -0.3561894491603677, -0.044890869395759876], [-0.3231322307820911, 0.5294919519424063, -0.24743464460256365, 0.3314644577014049, -0.14294898336343245, 0.249697414551312, 1.420965153276687, 3.294881495718606, 1.1965298230634815, -1.764892372826894, 1.8610355517853292, 2.3409902115487915, 0.480161584717588, -0.11581543488250345], [-0.884249536136861, 3.2319603900595446, -0.3139138592612342, 3.1824755610017825, -0.13816566564609115, 1.2442889453978245, 2.262769126501589, 3.2366449713316885, -0.5860117649674811, -1.4332851160358326, 0.7196461024827819, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4912784940028807, 0.576006038656987, -0.23618431596801942, -0.41634173332820223, -0.1349767871678636, 0.03315343568346365, 1.4150002004106115, 3.8408489118459617, 1.3460491899573457, -1.771432949883917, 1.8845693548637323, 2.4796699788776784, 0.7484171781618268, -0.18674000036924698], [0.07456202099292242, -0.06588835800422652, -0.28425390195198125, 4.5846121691822965, -0.11106019858115701, 5.383804076313436, 1.1230903195270425, -0.4540947616892366, -0.1239169314806834, -1.0738804067524241, 0.3666390563067363, -0.3756281763589478, -0.45950505186835283, 0.49671490341209984], [0.556329404378331, 0.36204123976991587, -0.28834493054636096, -0.46307962026755267, -0.14294898336343245, 0.3353078248013915, 0.17727248069994947, -0.4540947616892366, 2.325001094188364, -1.6504322743289932, 2.0493059764125534, 0.530781554288996, 2.015998553777459, 3.7260295545550677], [0.6479596714143792, -0.1263566707331814, 8.271109646044625, 0.16788185341367842, -0.07917141379888158, 0.9647961354637409, 1.019822073033111, -0.08283691872263474, -0.235287324105331, -1.6514133608875468, 0.619627439399569, -0.18365729135218237, -0.1481544991423868, -0.12480312086704942], [-0.6773729538595973, -0.2379904788481751, -0.31186834496404436, 0.8222122705645847, -0.14294898336343245, 0.04322524865406111, 1.4582461086896585, 3.2934255826089327, 1.475878763680001, -1.7975952581120085, 1.696298930236508, 2.582259219825294, 1.0464321571686914, -0.19123384336151997], [0.4004634862242282, -0.14031089674755562, -0.31186834496404436, 0.23798868382270408, -0.14294898336343245, 0.7356623903826457, 0.4251908341962115, -0.089388527716163, 2.223475598149321, -1.758351795769871, 2.0904901317997586, 0.9047408382821751, 3.306039843025262, 1.1463682925124368], [-0.07846997137656017, 0.01318558941056067, 0.03689184270682747, 0.3782023446407554, -0.13816566564609115, 0.17667677051447922, 1.270350093408281, 2.9796763074744126, 1.2500614482477044, -1.766854545944001, 1.743366536393314, 1.1463169999746887, 1.3103361423466968, 0.6899501520798391], [-0.5092266906388078, -0.3263672436058784, 0.18825990069887738, -0.46307962026755267, -0.14294898336343245, -0.42259610123607766, -0.7901683122666673, -0.4540947616892366, 3.150126489269317, -0.7981950837989087, 2.1199073856477626, 2.9569863873585, 3.6082660558381594, 0.8911961643424998], [-0.8285156623726667, -0.2658989308769235, -0.3220959164499937, 1.3363290268974395, -0.04249931129926482, 0.6626417463458133, 1.383684197863715, 2.118503703102864, 1.4389604014839852, -1.6733242940285735, 1.766900339471717, 3.9475561539934096, -0.2548390888951975, -0.2615722554144888], [0.7008596193939532, 4.083168176936372, 0.09928002877111827, 0.19125079688335359, 2.1578268386777406, -0.6869811917142645, 1.3415567182470571, 1.9510736954904744, 0.1825054747462477, -1.5526506473265007, 1.1962056148204434, 0.23468566125456083, -0.5285692862872777, -0.38466447650718416], [-0.38453395611552554, -0.2379904788481751, -0.32005040215280384, 0.658629666276858, 0.35292162000095056, 2.5234091926637188, 1.1786389430923705, -0.4380797174828342, 1.5004910051440115, -1.7518112187128483, 1.86691900255493, 1.1816396428159337, 0.8527154020912192, 1.9931646198390107], [2.5523577986790524, 0.5248405432709483, -0.31595937355842413, -0.46307962026755267, -0.14294898336343245, 4.452161376533158, 0.3390718271922468, -0.4540947616892366, 0.7165911145152761, -1.6893487078182794, 1.2962242779036564, -0.015951526210272064, 0.14929898202367364, 2.0265753655641707], [1.958178025837049, 4.5994745394682175, 0.8990761189723551, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, -0.6581937301047472, -0.400953933186174, 1.02916658110821, -0.8031005165916758, 0.9902848378844169, 2.126904280589246, 0.5716857327686835, -0.26880148109771057], [3.4828300979626348, 1.3434884694475686, -0.3220959164499937, 1.2194843095490635, -0.13178790868963605, -0.6366221268612765, -0.2507128874409661, -0.4540947616892366, 1.2383706335522995, -1.6249240238066038, 1.5374457594572875, 0.17233351780436348, 0.4120799715200707, 2.9618808613907315], [-0.09547352608428045, -0.18217357479067822, -0.2003878157671968, -0.46307962026755267, -0.14294898336343245, -0.14813919778729315, -0.7815936925216838, -0.4540947616892366, 3.0892111916458913, -0.889109104891527, 2.155208090265367, 2.7822160936483407, 2.966754772719284, 1.27414974107533], [-0.9891047901678028, -0.2519447048625493, 0.4746319023054584, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.7935235982538347, -0.4540947616892366, 3.0122979370708585, -0.5489990979263359, 1.8610355517853292, 1.0406562248669649, 2.323278247157594, 4.438596745547226], [-0.0803592552329735, 0.1620306668972189, -0.2862994162491711, 0.4249402315801058, -0.1285990302114085, 0.3050923858895985, 1.23232351888705, 2.983316090248595, 1.4149634660565749, -1.7992304023762642, 1.8786859040941315, 1.6684778071930908, 0.6229224107420729, 0.4683841541129875], [1.7701942821239187, 4.3529498798809385, 0.01541394258633388, -0.46307962026755267, -0.14294898336343245, -0.48302697905966313, -0.7801024543051649, -0.42788832571512353, 1.3614318408723523, -0.7285379381416147, 1.1432545578940367, 2.403035201582978, 0.8812114175120357, -0.04606317626330935], [0.49965088868592983, 1.766766658550253, 0.2107605579679659, 4.210709073667492, -0.14294898336343245, 1.7201821082585604, 1.7822176112283832, 0.8693302550034736, -0.3485036348397795, -1.6808459576441497, 0.6372777917083713, -0.5015610769233859, -0.3699461462600723, 0.18253666290883921], [-0.3344679339205713, 0.371344057112832, -0.2822083876547914, 0.8455812140342598, -0.13338234792874984, 0.2723589937351565, 1.4619742042309558, 3.1289074012158897, 1.0796216761094317, -1.7315354298360772, 1.7845506917805194, 0.9474351631076797, 1.0562583693827658, 0.34861346914501556], [-0.6490336960133968, -0.2007792094765105, -0.316982130707019, 0.9156880444432857, -0.14294898336343245, 0.23207174185276605, 1.5887294526350597, 3.5132684621695485, 1.2174502283078903, -1.7910546810549857, 1.5374457594572875, 2.2244254901726834, 0.8704025840765538, -0.1959230708317179], [1.4008392881951055, -0.1868249834621363, 0.22405640089970003, 0.752105440155559, -0.14294898336343245, 0.9975295276181834, 0.5355424622186079, 0.2214489211990115, 1.4635726429479956, -1.7747032384124284, 1.7727837902413177, 0.3830407611877892, 1.7393204927211567, 1.40935579979937], [-1.0344476027217235, -0.2519447048625493, 0.4746319023054584, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.7677997390188841, -0.4540947616892366, 3.0873652735360904, -0.6055750894695839, 1.8728024533245307, 1.1699678130075222, 3.6354987011171667, 2.881773225441517], [-1.0344476027217235, -0.2519447048625493, 0.4746319023054584, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.7677997390188841, -0.4540947616892366, 3.0873652735360904, -0.6055750894695839, 1.8728024533245307, 1.1699678130075222, 3.6354987011171667, 2.881773225441517], [0.10290127883912298, -0.24264188751963314, -0.26891254472305726, -0.46307962026755267, -0.14294898336343245, -0.19849826264028117, -0.7935235982538347, -0.4540947616892366, 3.0129132431074583, -0.9590932794016721, 2.161091541034968, 3.6480815733828558, 2.896567542618751, 0.4906579845964276], [-0.9891047901678028, -0.2519447048625493, 0.3876975446748891, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.7935235982538347, -0.4540947616892366, 3.0122979370708585, -0.5489990979263359, 1.8080844948589223, 1.0406562248669649, 2.323278247157594, 4.438596745547226], [1.7031247052212442, -0.2845045655627558, 1.1240826916632403, -0.46307962026755267, -0.14294898336343245, 0.28243080670575405, -0.7636988339234573, -0.39585823730231867, 2.0911848002802644, -1.107564378596092, 1.7551334379325154, 1.9556662511632117, 2.545631392116084, 0.4554887785699431], [0.3286706996805203, 1.766766658550253, 0.09928002877111827, 3.790068091213338, -0.10787132010292946, 1.2040016935154336, 1.9417801003959023, 1.663530856330067, -0.3485036348397795, -1.6939271117581955, 0.743179905561185, -0.5015610769233859, -0.3935290555738514, 0.22298124983929624], [-1.0457833058602037, 1.976080048765866, -0.2515256731969434, -0.41634173332820223, 2.727041647041357, 0.16408700430123221, 2.44619142713341, 4.277622844747846, -0.1669883540427018, -1.6919649386410887, 1.1550214594332382, -0.3181904875649236, -0.40995286741737624, 0.2681150642399513], [-1.0457833058602037, -0.3496242869631688, 7.923372215522347, 3.93028175203139, 0.5745486742377649, -0.6869811917142645, 1.3050213819423446, 0.9115517351839892, -0.6284678814928992, -1.6275402546294129, -0.18052186526613434, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, 0.2261019151968899, -0.46307962026755267, -0.14294898336343245, -0.6114425944347825, -0.1709316428572066, 0.7615926848876754, 2.5711235088284696, -0.83286014220113, 1.8551521010157284, 0.7808044349218072, 1.8577965371308571, 4.265486098105753], [-0.7737264305366789, -0.2798531568912977, -0.0602700864096911, 0.5885228358678325, -0.13178790868963605, 0.16156905105858296, 0.9836595462825284, 2.688493685539823, 1.555253242401435, -1.4035254904263785, 1.6609982256189033, 4.331190770590931, -0.31660385138366687, -0.3088552990723178], [-0.08130389716118017, -0.14031089674755562, 0.5032691024661163, 3.48627182610756, 3.678921872792279, 0.8993293511548568, 2.180378215038921, 0.7958066429649898, -0.4217250531952108, -1.731208400983226, 0.5372591286251583, -0.4350623623570424, -0.4663834004182051, -0.11444774353702904], [0.02544064072617494, 0.17133348424013498, -0.1451589297430705, 0.2613576272923793, -0.13019346945052226, 0.27487694697780585, 1.2636395214339462, 3.0422805711903496, 1.2082206377588864, -1.7599869400341268, 1.7786672410109186, 2.2628196671740364, 0.46247440273225354, -0.029064726683841902], [0.6753542873323729, -0.17752216611922014, -0.31595937355842413, 0.3080955142317297, -0.1349767871678636, 0.9748679484343388, 0.3319884456637823, -0.023872437780880284, 2.069649088999255, -1.6438916972719702, 1.9669376656381428, 0.6937264414827384, 2.8119217431175074, 1.1481267528137609], [-0.5460677258388683, 0.9109074630019681, -0.004018443236969846, -0.019069694343723426, -0.13338234792874984, 1.9140645079425642, 1.9667583405225935, 3.782612387459044, 0.3480227985917185, -1.758351795769871, 1.4197767440652724, 0.25618640037531865, 0.7255361411490526, -0.17892462125225045], [-0.38453395611552554, -0.2379904788481751, -0.32005040215280384, 0.658629666276858, 0.35292162000095056, 2.5234091926637188, 1.1786389430923705, -0.4540947616892366, 1.5004910051440115, -1.7518112187128483, 1.86691900255493, 0.33236044754600313, 1.998170997331924, 1.4050573412850218], [-1.02972439308069, -0.2519447048625493, -0.32618694504437346, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.761461976598679, -0.4540947616892366, 3.051677523413275, -0.5849722717399619, 1.9022197071725344, 1.3545670160300276, 2.187395769682962, 4.788530345510745], [0.019772789156934794, -0.03332849730402, -0.1840237013896779, 0.4483091750497811, -0.1349767871678636, 0.22955378861011666, 1.1749108475510732, 2.473746501863063, 1.3460491899573457, -1.764892372826894, 1.7551334379325154, 0.8591285560045675, 1.2443601460521956, 1.1959959499053645], [-0.7057122117057979, -0.1868249834621363, 0.005186371100384551, 0.752105440155559, -0.14294898336343245, -0.0826724134784088, 1.6707475545435972, 4.16114979597401, 0.9959400551317955, -1.7485409301843369, 1.543329210226888, 0.6388995567248063, 1.51865184128508, 0.20168434174548078], [-0.4704963715823337, 2.724956844870615, -0.24948015889975353, 4.5846121691822965, 0.4820711983691662, 1.9417619936117079, 1.8951789061296875, -0.4540947616892366, -0.09376693568727049, -1.537280291242497, 0.26073694245392265, -0.10994047150958444, -0.4359221425545736, 0.07644289139561125], [-1.02972439308069, -0.2519447048625493, -0.32618694504437346, -0.46307962026755267, -0.1413545441243187, -0.6114425944347825, -0.761461976598679, -0.4540947616892366, 3.051677523413275, -0.5849722717399619, 1.8492686502461277, 1.3545670160300276, 2.187395769682962, 4.788530345510745], [0.9143486951686638, 3.77152379594868, 0.06655180001608046, 0.541784948928482, 0.9412696992339326, 0.3504155442572879, 1.1633537513730523, 0.7761518159844049, 0.12159017712282164, -1.5071936367801915, 1.084420050198029, 0.3466430813905065, -0.11685099451754886, 0.14560899658103058], [-0.32407687271029784, 0.5201891345994902, -0.24027534456239916, 0.3080955142317297, -0.13338234792874984, 0.24466150806601306, 1.4310310112381892, 3.2628514073058015, 1.1786859480020742, -1.7642383151211916, 1.719832733314911, 1.9387728132826165, 0.6842660498499392, -0.23226458372575176], [0.1539119429622838, 0.0038827720676445233, 0.09825727162252339, 6.2204382120595625, -0.14294898336343245, 1.6975205290747162, 2.1218471150405556, 1.3221192321117605, -0.49925361380684397, -1.7223786219562451, 0.4019397609243409, -0.4554880645217622, -0.4842109568637406, -0.1695461663118546], [1.9770708644011823, 0.12016798885409624, 1.4820476936714666, 1.9205526136393203, -0.1126546378202708, -0.32187797153010167, 0.27271172655715725, -0.4540947616892366, 0.9651747533017825, -1.5523236184736495, 1.5139119563788843, 0.12119247403856113, 0.3452617284643628, 2.2624044304195414], [-0.4912784940028807, 0.6039144906857354, -0.23822983026520925, -0.46307962026755267, -0.1349767871678636, 0.04322524865406111, 1.5902206908515786, 4.085442314271017, 1.0328584173278115, -1.751484189859997, 1.7845506917805194, 3.2002518928390735, -0.45473232022151655, -0.28228301007452955], [2.602423820874006, -0.29845879157713, 1.7919431096957308, -0.46307962026755267, -0.14294898336343245, 0.5669595231251361, -0.7543785950702143, -0.4540947616892366, 1.6647777169162818, -1.2746761224030274, 1.6845320286973064, 1.3570242433581146, 1.7645878955573486, 0.4695564609805368], [-0.6735943861467706, 0.0503968587822252, -0.07765695793580496, 0.004299249125951819, -0.13019346945052226, -0.15821101075789076, 1.5697161653744442, 3.9151004804392824, 1.2408318576987005, -1.7858222194093674, 1.8316182979373254, 1.897307102121155, 0.7067259634821099, 0.11356594220134478], [-0.6235283639518164, 4.692502712897379, -0.07663420078721, 0.14451290994400318, -0.1413545441243187, 0.015527762984917698, 1.902262287658152, 2.368920757966611, 0.17266057816064348, -1.6537025628575046, 1.184438713281242, 0.22040302741005763, 0.13259442125974671, 0.15244745330840248], [-0.12759135164330765, -0.22403625283380085, -0.29243595914074066, -0.46307962026755267, -0.14294898336343245, -0.4679192596037668, -0.7935235982538347, -0.4540947616892366, 3.0873652735360904, -0.9597473371073744, 2.161091541034968, 4.337640992327158, 2.7210994673674174, 0.10770440786359742], [-0.02934859110981269, 1.4318652342052716, -0.3098228306668545, 6.0802245512415105, 0.19188325685045968, 2.1306084868104125, 1.7591034188723405, -0.4540947616892366, -0.21621283697072283, -1.5431668105938174, 0.5431425793947592, -0.39712891547970547, -0.4064435059123496, -0.3006491509994714], [-0.9163673616958883, -0.17752216611922014, 0.7364577323457608, -0.3696038463888518, -0.13178790868963605, -0.4654013063611173, -0.6212855842459052, -0.20076588060614356, 2.515745965534446, -0.5153151260826679, 1.5139119563788843, 0.7692861818214014, 1.335463170722688, 4.997200967934553], [-0.17671273191005532, 0.30157292704096106, 10.0, -0.46307962026755267, -0.12700459097229475, 0.015527762984917698, 0.9769489743081935, -0.4540947616892366, -0.03592816824684567, -1.724340795073352, 0.5549094809339606, -0.19041466650442052, 0.1288043108343179, -0.3397260465844541], [4.744871714046764, -0.21008202681942667, 1.5311400368040233, -0.46307962026755267, -0.1349767871678636, -0.36720112989779086, -0.7935235982538347, -0.4540947616892366, 1.297440013065925, -1.7550815072413597, 1.913986608711736, 1.2446060930981524, 1.5461652354844888, 0.32653502313950034], [2.4531703962173506, -0.29845879157713, 0.7252074037112167, -0.46307962026755267, -0.14294898336343245, 0.7356623903826457, -0.7402118320132851, -0.4540947616892366, 1.9422807394230006, -1.411047154041955, 1.8963362564029338, 1.6084293143629746, 2.0711657166364787, 0.5039441290953216], [-0.9484851872549155, -0.2054306181479686, 0.7906638612212924, -0.29949701597982614, -0.08873804923356421, -0.5308680906700017, -0.5441140065410537, -0.2757454057543004, 2.5335898405958535, -0.5653505405688932, 1.5609795625356904, 0.7299705445720158, 1.070857313243677, 5.150382398627685], [-0.16726631262798836, 0.1759848929115931, 0.5809986457593312, 1.8504457832302947, -0.1349767871678636, -0.02979539538277138, 1.1301737010555073, -0.4540947616892366, 1.4143481600199748, -1.7321894875417796, 1.8080844948589223, 0.4828656213913073, 0.8330629776630698, 2.6183949491987333], [-0.13420384514075448, 1.5109391816200592, 0.2854218298153959, -0.46307962026755267, -0.14294898336343245, 2.860814927178738, 0.7965091501094101, -0.4540947616892366, 1.1873002325144777, -1.3744199225226266, 1.455077448682877, 2.4409686484603146, 0.5774410856369273, -0.20139383621361548], [0.7065274709631936, -0.09379681003297492, -0.3098228306668545, 3.8368059781526886, -0.13816566564609115, 1.627017838280533, 1.2103277551933964, -0.4540947616892366, 0.5652258295116114, -1.6667837169715505, 1.3374084332908618, 0.06206544145647741, 0.318169457645557, 1.343315846260749], [4.852560893862326, 3.4180167369178673, -0.12368102962257689, -0.46307962026755267, -0.14294898336343245, 2.0324083103470865, -0.7935235982538347, -0.4540947616892366, 0.19850343169785453, -1.1405942927340575, 0.8961496255708047, -0.06386745910796068, 0.08627084939339467, 0.03736599581062864], [-0.3391911435616047, 0.31552715305533524, 7.885530201024336, 1.0792706487310122, -0.08873804923356421, 1.1284630962359519, 1.6323481704682363, -0.11559496369027603, -0.6075474762484903, -1.6900027655239818, 0.43724046554194546, -0.4878927499109042, -0.5191641974538062, -0.35262142212749836], [-0.750110382331512, -0.29845879157713, -0.0367466719920077, 1.8504457832302947, -0.14294898336343245, 0.22199992888216843, 1.1394939399087503, 2.2211455773348066, 1.0937737149512377, -1.3083600942466953, 1.3962429409868693, 3.5522497075874786, -0.3352736545904088, -0.3412891224078534], [-0.016123604114919074, 0.4411151871847031, 1.1936301777676956, 0.19125079688335359, -0.14294898336343245, -0.24130346776532094, 0.9400408284493514, -0.4402635871473436, 1.629705272830067, -1.7485409301843369, 1.8963362564029338, 0.4936159909516862, 1.0029160745063608, 3.0189331289448065], [-0.14553954827923477, -0.024025679961103854, -0.05822457211250123, 0.3080955142317297, -0.13338234792874984, 0.05581501486730812, 1.2766878558284862, 2.481754023966264, 1.2999012372123258, -1.7616220842983825, 1.9022197071725344, 1.488639482118753, 0.9902823730882647, 0.5297348801814101], [2.5542470825354657, 0.5992630820142774, -0.318004887855614, 3.6264854869256116, -0.14294898336343245, 4.102165875804892, 0.6350826131712425, -0.4540947616892366, -0.44572198862262097, -1.569329118821909, 0.5549094809339606, -0.43644455272909105, -0.4376066360769864, -0.060912396585602824], [-0.750110382331512, -0.3496242869631688, -0.004018443236969846, -0.15928335516177475, -0.1349767871678636, -0.3017343455889065, 1.5074569698347813, 3.905637045226408, 1.3515869442867476, -1.762603170856936, 1.8610355517853292, 2.3826094994182583, 0.7755094489806325, -0.1345723447632951], [-0.5545695031927285, -0.15426512276192983, -0.17277337275513363, 0.9857948748523112, -0.1349767871678636, -0.047421068081317186, 1.2643851405422057, 2.040612351735361, 1.3528175563599485, -1.6144591005153672, 1.837501748706926, 2.9877017289595824, 0.16909178091202404, 0.22102740506004714], [-0.2003287801152224, 0.8457877416015551, -0.3067545592210697, 1.6868631789425679, 1.0528804459718966, 3.39713896786306, 2.311234368538452, 2.2691907099540134, -0.600163803809287, -1.6854243615840658, 0.766713708639588, -0.48958209369896377, -0.5195853208344094, -0.3494952704806998], [2.7743486518076224, -0.21008202681942667, -0.2760718447632218, 5.823166173075083, -0.13816566564609115, 1.7176641550159113, 0.7431973838688606, -0.4540947616892366, -0.16021998764009887, -1.6478160435061842, 0.6255108901691697, -0.34783079220996815, 0.07630426271911898, -0.38134294038246064], [-0.9447066195420887, -0.19147639213359438, -0.19016024428124748, -0.46307962026755267, -0.1397601048852049, -0.5585655763391452, 1.6192998360736965, 4.1662454918578655, 1.3866593883729628, -1.795960113847753, 2.008121821025348, 2.6567439232079195, 0.7297473749550848, -0.14590464448294008], [-0.17860201576646864, -0.0007686366038135502, -0.09708934375910866, 0.2613576272923793, -0.13816566564609115, -0.022241535654823178, 1.2252401373585853, 2.176012270934945, 1.3817369400801607, -1.7544274495356573, 1.86691900255493, 1.9185006878259019, 1.2004229400092616, 0.2810104397829955], [-0.14553954827923477, -0.024025679961103854, -0.05822457211250123, 0.3080955142317297, -0.13338234792874984, 0.05581501486730812, 1.2710957125165405, 2.481754023966264, 1.2999012372123258, -1.7616220842983825, 1.7786672410109186, 1.5271872358281113, 0.9902823730882647, 0.5297348801814101], [-0.29951618257692403, 2.576111767383957, -0.043905972032172176, -0.46307962026755267, -0.14294898336343245, 8.110747438102734, 1.5689705462661847, -0.4540947616892366, -0.5841658468576802, -1.1703539183435119, 0.30780454861072876, -0.468081354578206, -0.5118647255233507, -0.32116452118158734], [-0.4591606684438535, 0.3806468744557482, -0.25868497323710793, 0.12114396647432794, -0.1413545441243187, 0.06085092135260692, 0.8796456806803372, 2.3347067998892967, 1.4488052980695891, -1.3734388359640732, 1.7139492825453102, 2.3377651006806777, 1.2452023928134017, -0.18674000036924698], [-0.37508753683345875, -0.2519447048625493, 0.1749640577671433, 0.9156880444432857, 0.266821901088807, 3.704329263466287, 1.7005723188739752, -0.4380797174828342, 0.6513686746356484, -1.7812438154694512, 1.4844947025308808, 0.1373180283791295, 0.1452281226778427, 1.7528417119913673], [1.2563090731794833, 0.5574004039711549, -0.316982130707019, 5.355787303681578, -0.07119921760331273, 3.0647691398333397, 1.4358775354418756, -0.4540947616892366, -0.6130852305778927, -1.42968779865447, 0.6549281440171736, -0.49603231543519105, -0.5259021715434574, -0.35770141855354615], [-0.08602710680221365, 0.059699676125141404, -0.11038518669084278, 0.4716781185194563, -0.1349767871678636, 0.14394337836003715, 1.3273899551901278, 2.9782203943647394, 1.1756094178190726, -1.7485409301843369, 1.8257348471677246, 2.3373043705566614, 0.09581631268706729, -0.27876608947188114], [0.9483558045841044, 0.45506941319907734, -0.31595937355842413, 5.355787303681578, -0.14294898336343245, 3.195702708451108, 1.5272158762036563, -0.4540947616892366, -0.5558617691740682, -1.4309959140658748, 0.6902288486347782, -0.4548737576897406, -0.5142510913467689, -0.2856045461992531], [-0.12003421621765419, 0.30622433571241897, 4.993172984797867, 0.541784948928482, -0.1285990302114085, 0.446097767477965, 1.484342777478739, 1.2857214043699368, -0.04515775879584964, -1.6618782841787834, 0.8843827240316032, 0.24789325814302635, -0.01493913641157446, -0.20139383621361548], [-0.10114137765352059, -0.10775103604734912, 0.40815268764678775, 3.6264854869256116, 3.1575402416020752, 0.7986112214488807, 2.151671879370933, 0.7834313815327697, -0.5054066741728466, -1.7158380448992223, 0.5843267347819644, -0.440130393721221, -0.4583820561867443, -0.16974155078977948], [-0.38453395611552554, 0.1620306668972189, 0.4439491878476104, 0.3314644577014049, -0.007421648038761827, 0.2723589937351565, 1.0928927456425357, -0.4540947616892366, 1.6481644539280746, -1.7518112187128483, 1.9551707640989413, 0.9681680186884104, 0.4737043595483389, 3.2612098815716988], [0.961580791578998, 0.39460110047012237, -0.3190276450042089, 5.355787303681578, -0.14294898336343245, 3.0899486722598337, 1.5644968316166281, -0.2903045368510299, -0.5730903381988754, -1.454214962618306, 0.7078792009435804, -0.46593128066613027, -0.5176200783915945, -0.3090506835502427], [0.13124053668532354, -0.028677088632561926, -0.12981757251414652, 0.23798868382270408, -0.14294898336343245, 0.21696402239686965, 1.4381143927666538, 3.422273892814989, 0.8956451711659528, -1.7812438154694512, 1.6374644225405004, 2.020168468525485, 0.09750080620948003, -0.017341658008347135], [1.688955076298144, -0.2845045655627558, 1.8185347955591993, -0.46307962026755267, -0.14294898336343245, 0.4863850193603554, -0.7543785950702143, -0.4540947616892366, 1.629705272830067, -0.9332580000264316, 1.4138932932956716, 1.4596134843057298, 1.773571861010217, 0.7192578237685762], [-0.06430034245345989, 1.7109497544927559, -0.30777731636966466, 5.449263077560279, -0.14294898336343245, 2.659378667766786, 1.5905935004057083, -0.4075055421797023, -0.4278781135612134, -1.4064687501020388, 0.19013553321871354, -0.28778229937985195, -0.4248325601986893, -0.18967076753812065], [-0.6868193731416642, -0.19612780080505246, -0.3251641878957785, 0.6118917793375076, 2.7748748242147703, 2.1079469076265682, 1.8422399494432677, 4.357698065779858, -0.5546311571008676, -1.084672358896512, 0.3431052532283333, -0.46009536576192456, -0.4825264633413278, -0.31413067997629046], [1.3913928689130388, -0.08914540136151688, -0.3220959164499937, 6.664448137983391, -0.07279365684242649, 1.7176641550159113, 1.4463162029575076, -0.3063195810574323, -0.5632454416132713, -1.4738366937893748, 0.790247511717991, -0.47760311047454157, -0.5020385133092761, -0.28384608589792887], [0.3220582061830735, -0.233339070176717, -0.32414143074718355, 4.327553791015869, -0.14294898336343245, 1.2644325713390199, 1.6770853169638027, 1.0979086132221265, 0.026217741449780903, -1.6059563503412375, 1.178555262511641, -0.19840065532070192, -0.00216506053327736, 0.5029672067056971], [1.181682360851155, 0.31552715305533524, -0.3036862877752849, 5.355787303681578, -0.07119921760331273, 2.8532610674507897, 1.4437065360785997, -0.2917604499607029, -0.5773974804550773, -1.42968779865447, 0.6725784963259759, -0.4831318719627364, -0.5195853208344094, -0.29537377009549876], [0.4826473339782096, 0.01318558941056067, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, 1.0428526859858727, 0.48484036285696636, -0.4540947616892366, 1.737383829235113, -1.6301564854522224, 1.7551334379325154, 0.06390836195254236, 0.15196609676749392, 5.1296716439676455], [-0.4204303493873795, 0.38529828312720626, -0.1277720582169566, 0.05103713606530231, -0.13019346945052226, 0.13135361214679014, 1.5909663099598381, 3.3698610208667628, 1.0070155637906002, -1.7756843249709817, 1.7257161840845117, 1.9433801145227787, 0.34877108996938955, -0.2732953240899836], [-0.5734623417568622, 0.8132278809013487, -0.09811210090770359, 4.794932660409373, -0.1238157124940672, 0.4385439077500168, 1.8079414704633336, 1.3657966254019491, -0.01316184489263598, -1.420203961921787, 0.7725971594091887, 0.02013900017099982, -0.03417043745912061, 0.07136289496956355], [2.317141958555588, 0.4457665958561612, 0.2608756582491176, -0.46307962026755267, -0.14294898336343245, 0.25221536779396125, 0.10010090299509797, -0.2750174491994639, 1.4943379447780087, -1.7230326796619475, 1.9787045671773444, 1.0810468990723885, 1.400877669176385, 1.0914652542155359], [-0.8379620816547334, -0.19147639213359438, -0.23720707311661432, -0.46307962026755267, -0.1413545441243187, -0.525832184184703, 1.708028509956569, 4.430493721263505, 1.1589961548308656, -1.78941953679073, 1.8845693548637323, 3.199637586007052, -0.2097788871706551, -0.1812692349873494], [-0.14176098056640793, 0.12481939752555431, -0.27709460191181673, 0.4015712881104307, -0.14294898336343245, 0.18674858348507697, 1.4612285851226963, 3.2402847541058706, 0.9793267921435885, -1.732843545247482, 1.743366536393314, 1.0601604667836524, 0.6064985988985482, 0.29058427920131635], [-0.37508753683345875, -0.2519447048625493, -0.32005040215280384, 0.9624259313826361, 0.266821901088807, 3.704329263466287, 1.7341251787456493, -0.4380797174828342, 0.6513686746356484, -1.7812438154694512, 1.5786299148444927, 0.1373180283791295, 0.1452281226778427, 1.7528417119913673], [0.8340541312710956, 0.9760271844023809, 0.06552904286748554, -0.3696038463888518, 1.0831747915150582, 1.6975205290747162, 1.6744756500848947, 4.335859369134764, -0.5423250363688623, -1.5719453496447184, 0.813781314796394, -0.41555812044035495, -0.48449170578414275, -0.33034759164405825], [-0.45632674265923345, 0.2922701096980449, -0.26277600183148764, -0.019069694343723426, -0.12222127325495342, 0.05329706162465871, 1.579036404227687, 3.473958808208379, 1.0845441244022338, -1.7779735269409398, 1.7727837902413177, 2.261283900093982, 0.1606693132999601, -0.28501839276547836], [-0.752944308116132, -0.26124752220546543, 0.6945246892533687, -0.22939018557080043, -0.14294898336343245, -0.2916625326183089, -0.4729073817022777, 0.15156509193471004, 2.1527154039402907, -0.5319935975780763, 1.3197580809820595, 0.45061451271017067, 1.1418867901054168, 4.51948591940814], [-0.6206944381671964, -0.18217357479067822, 0.2414432724258139, -0.46307962026755267, -0.14294898336343245, 2.294275447582624, 1.6547167437160197, 2.584395898198207, 0.7639696793334965, -1.735459776070291, 1.5609795625356904, 0.2658617329796596, 1.436813530987858, 0.08797057559318117], [-0.15687525141771488, 1.3993053735050653, -0.0633383578554759, -0.019069694343723426, 1.881988850311058, 0.8011291746915301, 2.3227914647164734, 4.159693882864338, -0.5466321786250642, -1.7125677563707107, 0.9020330763404055, -0.39728249218771094, -0.4804208464383118, -0.3516444997378738], [-0.940928051829262, -0.21473343549088475, 0.3958796018636485, -0.46307962026755267, -0.14294898336343245, -0.49058083878761133, -0.6634130638625633, -0.20294975027065296, 2.57296942693827, -0.461355365362229, 1.4668443502220785, 0.7107734560713392, 1.028744975183357, 5.1208793424610235], [0.7310881610965672, 0.5155377259280323, -0.3098228306668545, 5.425894134090604, -0.06960477836419894, 2.626645275612344, 1.5965584532717838, -0.4540947616892366, -0.504176062099646, -1.4617366262338825, 0.7314130040219835, -0.4676206244541898, -0.5091976107795305, -0.14883541165181377], [1.861824549159967, 0.3899496917986643, -0.2862994162491711, -0.46307962026755267, -0.14294898336343245, 0.37811302992643114, 0.19889543483947317, -0.4540947616892366, 1.6543175142940774, -1.7845141039979628, 1.8080844948589223, 0.29642349787273675, 1.4380769011296677, 2.7924825190298312], [0.463754495414076, 0.09225953682534786, -0.11754448673100729, 4.280815904076518, 0.8376311486915373, 0.4360259545073674, 1.6588176488114466, -0.34053353913474665, 0.08528712096340611, -1.6690729189415086, 1.2491566717468503, -0.29883982235624157, -0.2506278550891655, 1.246795914165842], [-0.6159712285261629, 1.766766658550253, -0.18913748713265255, 0.5885228358678325, 0.2923329289146273, 0.01804571622756724, 2.5722010564292543, 5.502045769982796, -0.4887934111846395, -1.7779735269409398, 1.0667696978892267, -0.1524812196270836, -0.5285692862872777, -0.38466447650718416], [4.1969793956868875, 1.166734939932162, 0.48997325953438237, -0.46307962026755267, -0.13019346945052226, 1.1863760208168885, 0.01920122974894935, 1.1328505278542773, 0.171429966087443, -1.6877135635540237, 1.32564153175166, 0.076808805424997, 0.22117070564661986, -0.055832400159555026], [0.5893918718655646, -0.09844821870443297, 0.09416624302814361, 2.621620917729577, -0.13816566564609115, 0.1389074718747382, 1.1309193201637666, -0.23570779523829433, 0.945484960130574, -1.7305543432775239, 1.690415479466907, 0.07972676287709987, 0.8555228912952405, 1.694812522047668], [-0.12948063549972116, 0.06435108479659948, -0.2914132019921457, 1.803707896290944, -0.13816566564609115, 0.5770313360957338, 1.1823670386336678, 2.676118424107603, 1.4635726429479956, -1.7518112187128483, 1.7257161840845117, 1.3567170899421035, -0.5285692862872777, -0.38466447650718416], [1.3158215146565042, 2.9296188264147704, 0.3570148302170412, -0.46307962026755267, -0.14294898336343245, -0.5484937633685476, -0.756242642840863, -0.38129910620558916, 1.340511435627943, -0.5712370599202138, 1.0079351901932192, 0.391487480128087, 1.4545007129731926, 1.6893417566657707], [1.306375095374437, 3.0040413651580997, 0.3068997299358895, -0.46307962026755267, -0.14294898336343245, -0.4402217739346234, -0.7458039753252308, -0.4162410208377399, 1.410656323800373, -0.612115666526607, 1.084420050198029, 2.7376788483267713, 0.7896872694609403, -0.20061229830191576], [-0.19560557047418892, -0.0705397666756846, 0.18314611495590272, 0.658629666276858, -0.14294898336343245, 3.986340026643019, 1.868336618232348, 2.09229726712875, 0.18435139285604857, -1.7125677563707107, 0.22543623783631808, 1.245527553346185, -0.39465205125546, -0.3164752937113894], [-0.19560557047418892, -0.0705397666756846, 0.18314611495590272, 0.658629666276858, -0.14294898336343245, 3.986340026643019, 1.868336618232348, 2.09229726712875, 0.18435139285604857, -1.7125677563707107, 0.22543623783631808, 1.245527553346185, -0.39465205125546, -0.3164752937113894], [0.9889754074969916, 2.729608253542074, 1.521935222466669, -0.46307962026755267, -0.14294898336343245, -0.45784744663316923, -0.7189616874278912, -0.4540947616892366, 1.2568298146503072, -0.5261070782267556, 0.8843827240316032, 2.456787049384872, 0.660963889456562, -0.12675696564629857], [0.3570099575267207, 0.01318558941056067, -0.30266353062669, 1.6401252920032177, -0.1238157124940672, 0.672713559316411, 1.1916872774869107, 1.001818347983712, 0.851958442567334, -1.6373511202149473, 1.5903968163836941, 0.12165320416257738, 0.8087781960482855, 1.4163896410046668], [0.4835919759064164, 2.757516705570821, -0.0694749007470455, 0.7287364966858837, 1.3972793216204713, 0.04070729541141171, 1.451162727161194, 1.3657966254019491, -0.07961489684546441, -1.458466337705371, 0.9844013871148162, 0.32161007798562435, -0.1877400969190876, -0.16348924749618227], [1.3536071917847714, 3.1435836253018405, -0.22186571588769036, 1.1961153660793884, -0.09352136695090552, 2.661896621009436, 1.3538594335333378, -0.4540947616892366, -0.22851895770272812, -1.640621408743459, 0.913799977879607, -0.35412743723819007, -0.3557683257797645, 0.28530889829734357], [-0.49033385207467406, 3.7017526658768096, -0.0541335435181215, 0.14451290994400318, -0.13816566564609115, -0.6869811917142645, 1.6181814074113072, 2.770024819681508, 0.6501380625624479, -1.585026503758764, 1.4374270963740747, 1.097326030120962, -0.5285692862872777, -0.38466447650718416], [0.144465523680217, 2.441220915911673, -0.30266353062669, 2.387931483032825, 0.7866090930398966, 0.6122826814928253, 2.0808380640862865, 1.1619687900477362, -0.33312098392477285, -1.758351795769871, 1.0785365994284284, -0.40342556050792744, -0.3493111006105154, -0.020077040699295924], [-0.4223196332437929, -0.0519341319898523, 0.40815268764678775, -0.18265229863145, 0.008522744352375879, 0.5619236166398373, 1.1189894144316157, -0.4540947616892366, 1.6481644539280746, -1.7485409301843369, 1.9316369610205384, 0.9528103478878692, 0.4708968703443176, 3.2846560189226883], [-0.5451230839106617, -0.22403625283380085, -0.2903904448435508, -0.46307962026755267, -0.11903239477672588, 0.7079649047135023, 0.8617508220821106, -0.4540947616892366, 2.263470490528338, -1.7812438154694512, 2.1963922456525724, 5.899208959326191, -0.24796074034534524, -0.2842368548537787], [-0.19560557047418892, 0.45041800452761915, -0.3190276450042089, 0.658629666276858, -0.1413545441243187, 0.10365612647764673, 0.9888788800403444, 2.1847477495929826, 1.078391064036231, -1.3534900759401534, 1.4080098425260708, -0.0978079115771569, 1.999855490854337, 0.7526685694937364], [1.3687214626360782, 0.31552715305533524, 1.4564787649565933, 3.8835438650920397, -0.14294898336343245, 1.8309720509351342, 1.4384872023207835, -0.4540947616892366, -0.4284934195978137, -1.699813631109516, 0.8961496255708047, -0.3350839254455189, -0.4538900734603102, -0.16036309584938369], [-0.7340514695519983, -0.14961371409047178, -0.2791401162090066, 0.3548334011710802, -0.13816566564609115, -0.14058533805934495, 1.4280485348051517, 3.6071748577434533, 0.9651747533017825, -1.4751448092007793, 1.5668630133052912, -0.1600064783193488, 1.5325489128449854, 1.1350359927927915], [-1.0023297771626962, 1.6504814417638012, -0.32005040215280384, 0.3080955142317297, 4.0153485522452845, -0.4351858674493246, 1.9891269137703762, 2.39585515049556, -0.2266730395929273, -1.2387029485894012, 0.8255482163355956, 0.28106582707219546, -0.4228673177558744, -0.3381629707610548], [1.3469946982873244, 0.2597102489978384, -0.3149366164098292, 5.355787303681578, -0.07119921760331273, 2.7021838728918257, 1.3810745309848071, -0.4540947616892366, -0.6007791098458874, -1.424782365861703, 0.6490446932475729, -0.49157859090303413, -0.5236561801802403, -0.3360137415038807], [1.9109459294267148, -0.3077616089200461, 1.9760393964428187, -0.46307962026755267, -0.14294898336343245, 0.3504155442572879, -0.7413302606756743, -0.4540947616892366, 1.488184884412006, -0.9571311062845652, 1.355058785599664, 1.7022646829542813, 1.8367403681006973, -0.0759570013858211], [3.8852475593786826, 0.30157292704096106, -0.14413617259447553, 3.229213447941133, -0.14294898336343245, 2.56117849130346, 0.5001255545762849, 0.14428552638634531, -0.5946260494798847, -1.5588641955306726, 0.6372777917083713, -0.4918857443190449, -0.49698503274203765, -0.35672449616392155], [1.044709281261186, 2.506340637312086, 1.1322647488519997, -0.43971067679787745, -0.1062768808638157, -0.2790727664050619, -0.7290275453893935, -0.4089614552893752, 1.2912869526999222, -0.5359179438122902, 0.9196834286492077, 2.518217732587037, 0.7259572645296561, -0.1916246123173698], [-0.28062334401279043, 0.43181236984178695, -0.15436374408042486, 0.004299249125951819, -0.13178790868963605, 0.13135361214679014, 1.5439923061394938, 3.3385588890087945, 0.7867360026877062, -1.6667837169715505, 1.4609608994524776, 0.614634436859951, 0.9724548166427291, 0.39296574563397085], [-0.7340514695519983, -0.1263566707331814, 0.1320082575261561, -0.46307962026755267, -0.14294898336343245, -0.5082065114861571, -0.7935235982538347, -0.4540947616892366, 2.761868380174551, -0.4371552302512442, 1.7080658317757094, 4.769345118530371, 1.7071747413351126, 0.01509216532718846], [0.5884472299373582, -0.0705397666756846, 10.0, -0.46307962026755267, -0.14294898336343245, 0.3277539650734431, -0.19330021610498957, 0.6021701993784877, -0.3823454668527939, -1.706027179313688, -0.286423979118948, -0.19594342799261533, -0.2941439377514962, -0.353402960039198], [1.0636021198253196, 0.33413278774116745, -0.32311867359858865, 5.238942586333202, -0.14294898336343245, 2.296793400825273, 1.4712944430841988, -0.17164761841268458, -0.5361719760028597, -1.41824178880468, 0.6961122994043789, -0.4754530365624658, -0.4941775435380163, -0.10897697815513145], [-0.6556461895108436, -0.0519341319898523, -0.18300094424108296, 0.7053675532162086, -0.13178790868963605, -0.047421068081317186, 1.4250660583721138, 3.0648472243902805, 1.0285512750716095, -1.5457830414166267, 1.5315623086876866, 2.1998532168918175, 0.20980037437033341, -0.15411079255578644], [-0.5016695552131543, 2.822636426971235, -0.2750490876146268, 2.995524013244381, 0.2301497985891902, 0.9824218081622867, 1.7893009927568477, 0.11079952486386743, 0.14681772462343243, -1.537280291242497, 0.7255295532523827, 0.5012948263519568, -0.37387663114570213, -0.23226458372575176], [1.1297270547997877, 0.24110461431200608, -0.3220959164499937, 5.309049416742228, -0.14294898336343245, 2.666932527494734, 1.4451977742951183, -0.4540947616892366, -0.5527852389910668, -1.4087579520719968, 0.6843453978651773, -0.4530308371936756, -0.5136895935059647, -0.28169685664075483], [1.4216214106156528, 0.12947080619701246, -0.3149366164098292, 5.379156247151253, -0.12062683401583965, 1.987085151979397, 1.3795832927682883, -0.03915952543244624, -0.534326057893059, -1.4548690203240082, 0.7196461024827819, -0.4625525930900112, -0.4860358248463545, -0.2621584088482635], [-0.6367533509467099, 0.13877362353992853, -0.26584427327727245, 0.19125079688335359, -0.1349767871678636, -0.02979539538277138, 1.8605076175956237, 4.181532579509431, 0.671673773843457, -1.758351795769871, 1.6080471686924964, 1.5072222637874078, 0.19899154093485127, -0.20471537233833903], [-0.3373018597051914, -0.33101865227733646, 0.3017859441929148, -0.46307962026755267, -0.14294898336343245, -0.24885732749326914, -0.7238082116315775, -0.4220646732764317, 2.632654112488496, -0.648088840340233, 1.743366536393314, 2.1757416737349677, 2.826661061438619, 0.9636838056526427], [-0.3165197372846444, 5.2739287968296376, -0.06231560070688097, 0.752105440155559, 0.5346876932599207, -0.6869811917142645, 1.133156177488545, 1.5135718060337535, 0.2446513844428743, -1.0650506277254432, 0.7549468071003865, 0.162811761908028, -0.5285692862872777, -0.38466447650718416], [0.3333939093215536, 0.5341433606138645, 10.0, -0.46307962026755267, -0.12700459097229475, 0.25473332103661067, 0.08257885395100129, -0.4540947616892366, -0.33927404429077546, -1.7321894875417796, -0.12168735757012675, -0.3172690273168911, -0.2590503227012295, -0.06814162226882456], [-0.22772339603321612, -0.06588835800422652, 0.009277399694764283, 0.21461974035302883, -0.1365712264069774, 0.028117529198164702, 1.5029832551852247, 3.409898631382769, 0.8125788562249173, -1.6798648710855961, 1.502145054839683, 0.7623752299611579, 0.7263783879102591, 0.4613503129076905], [1.6369997702467762, 4.1203794463080365, -0.3139138592612342, -0.46307962026755267, -0.14294898336343245, -0.40748838178018126, -0.6667683498497308, -0.3587324530056585, 1.057470658791822, -0.5777776369772368, 0.913799977879607, 2.223504029924651, 0.4899877969316627, -0.19553230187586806], [-0.8663013395009339, -0.3449728782917107, -0.09402107231332389, -0.46307962026755267, -0.14294898336343245, 1.5842126331554933, 1.9428985290582914, 4.8891063508104855, 0.337562595969514, -1.6111888119868556, 1.2491566717468503, 0.082030413497181, 1.08573700602499, -0.3459783498780513], [-0.20221806397163572, -0.18217357479067822, 7.258535740988596e-05, 0.3782023446407554, -0.14294898336343245, -0.03986720835336898, 1.5887294526350597, 3.445568502569756, 0.7996574294563118, -1.7596599111812758, 1.6256975210012987, 0.7325813486081078, 0.6090253391821673, 0.44396109437237335], [-0.21733233482294265, -0.3217158349344203, 0.36417413025720574, -0.46307962026755267, -0.14294898336343245, -0.1959803093976317, -0.7189616874278912, -0.4337119781538153, 2.5446653492546583, -0.6539753596915536, 1.696298930236508, 2.1166146411528834, 2.812062117577709, 0.8794730956670049], [-0.006677184832852275, -0.09844821870443297, 0.38667478752629425, 2.5748830307902266, 3.2053734187754888, 0.3202001053454951, 2.0771099685449896, 1.001818347983712, -0.41311076868280705, -1.7158380448992223, 0.7725971594091887, -0.378699710519056, -0.2899327039454642, -0.18927999858227085], [0.9795289882149251, 2.813333609628319, 0.8285058757193048, -0.46307962026755267, -0.14294898336343245, -0.4679192596037668, -0.6209127746917755, -0.11705087679994901, 1.21621961623469, -0.5692748868031068, 0.9079165271100063, 2.4214644065436275, 0.6685441103074194, -0.2086230618968373], [0.9814182720713384, 0.02713981542493489, -0.3098228306668545, 3.97701963897074, -0.14294898336343245, 3.653970198613299, 1.5693433558203145, 0.16466830992176656, -0.5860117649674811, -1.481358357404951, 0.7019957501739796, -0.4768352269345145, -0.5198660697548115, -0.324290672828386], [-0.19277164468956892, -0.06588835800422652, -0.2852766591005762, -0.46307962026755267, -0.14294898336343245, -0.3697190831404402, -0.7935235982538347, -0.4540947616892366, 2.6388071728544986, -0.6824268698896031, 1.7610168887021163, 2.392284832022599, 2.487797114513245, 1.4034942654616227], [1.1986859155588756, 2.836590652985609, 0.28951285840977564, -0.46307962026755267, -0.14294898336343245, -0.36720112989779086, -0.6977115428424973, -0.4162410208377399, 1.3472798020305459, -0.5646964828631907, 1.0314689932716221, 2.603452805530041, 0.7741057043786218, -0.19846306904474179], [1.0966645873125536, -0.2472932961910912, 1.3623851072858595, -0.46307962026755267, -0.13178790868963605, 0.015527762984917698, -0.7935235982538347, -0.4540947616892366, 2.0776480674750584, -0.8093140647958476, 1.619814070231698, 1.7805888040370417, 1.8810986975242343, 0.2847227448635689], [1.7881424787598457, 0.5806574473284452, 0.1320082575261561, 0.004299249125951819, 1.7703781035730939, -0.057492881051914795, 0.8841193953298938, 1.511387936369244, 0.23296056974746931, -1.585026503758764, 1.1962056148204434, 0.1893805323929642, 0.008784147362405887, 0.5539625554440993], [-0.49505706171570746, -0.07984258401860074, 0.6024765458798249, -0.019069694343723426, -0.14294898336343245, -0.21108802885352818, 1.1592528462776253, -0.24517123045116848, 1.6549328203306775, -1.7557355649470618, 2.037539074873352, 0.3673759369712371, 0.9471874138065371, 3.3450298226014867], [0.06228167592623564, -0.13565948807609757, 6.54674109351357, 0.23798868382270408, 0.4198880680437291, 0.8363805200886217, 1.4396056309831726, -0.1796551405158858, -0.31527710886336524, -1.6919649386410887, 0.6255108901691697, -0.14526311435082928, -0.2604540673032402, -0.2869722375447275], [-0.6254176478082297, -0.22403625283380085, 0.06859731431327028, 0.2613576272923793, -0.012204965756103142, 1.2040016935154336, 1.1458317023289555, -0.37110771443787854, 1.7349226050887114, -1.7308813721303749, 2.0022383702557476, 0.9561890354639884, 0.4607899092098407, 2.271392116404088], [2.0904278957859845, -0.25659611353400735, 1.8001251668844904, -0.04243863781339862, -0.14294898336343245, 0.8162368941474265, -0.3834330887111455, 0.20106613766359027, 0.9467155722037748, -1.0500073004942905, 1.1256042055852344, 1.164746204935338, 1.058363986285782, -0.1871307693250968], [-0.4591606684438535, 5.264625979486722, -0.06231560070688097, 0.6118917793375076, 0.5330932540208069, -0.6869811917142645, 1.36392529149484, 1.9772801314645874, -0.058079185564455224, -1.1566187065237639, 0.6255108901691697, 0.0927807830575599, -0.5285692862872777, -0.38466447650718416], [1.5803212545543757, 0.0503968587822252, 3.3536932756001923, 0.23798868382270408, -0.14294898336343245, 5.859697239174173, -0.35360832438076806, -0.4540947616892366, -0.6284678814928992, -0.6039399452053283, -0.35702538835415715, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.2862911955820306, 0.19924193626888348, -0.02242807191167864, -0.019069694343723426, -0.1285990302114085, 0.07595864080850333, 1.5637512125083686, 3.1027009652417767, 0.8285768131765241, -1.7145299294878178, 1.619814070231698, 2.1153860274888405, 0.0020461732727546154, -0.22249535982950608], [2.82347003207437, 1.8737490579937883, -0.29243595914074066, 0.23798868382270408, -0.10468244162470194, 3.7748319542604696, 0.7178463341880398, -0.4540947616892366, -0.246978138800736, -1.6079185234583444, 0.8255482163355956, -0.25768126461079105, -0.36952502287946903, 0.19328280919470947], [1.0324289361944992, 0.42250955249887084, -0.31595937355842413, 5.4025251906209295, -0.14294898336343245, 1.936726087126409, 1.4694303953135504, -0.4540947616892366, -0.4684883119768308, -1.4509446740897944, 0.743179905561185, -0.39851110585175425, -0.4968446582818366, -0.16622463018713107], [1.3148768727282973, 3.0505554518726803, 0.658728189052546, -0.46307962026755267, -0.14294898336343245, -0.2136059820961775, -0.7402118320132851, -0.3499969743476208, 1.0820829002558328, -0.454814788305206, 0.813781314796394, 2.19708883614772, 0.6119732028463898, -0.25473379868711676], [-0.3373018597051914, 0.11551658018263823, -0.30266353062669, 1.2895911399580893, -0.14294898336343245, 0.17415881727182997, 1.4414696787538215, 2.639720596365779, 1.2174502283078903, -1.7658734593854475, 1.890452805633333, 1.8020895431577995, -0.5285692862872777, -0.38466447650718416], [-0.15781989334592156, -0.3217158349344203, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, -0.23123165479472324, -0.7935235982538347, -0.4540947616892366, 2.654189823769505, -0.6317373976976757, 1.7786672410109186, 2.7860555113484757, 3.178720207622895, 0.17511205274769254], [1.2903161825949236, 3.2412632074024605, 1.0729448342334937, -0.46307962026755267, -0.14294898336343245, -0.14310329130199428, -0.715233591886594, -0.3645561054443503, 0.9104125160443592, -0.4302876243413701, 0.6784619470955766, 1.9625772030234556, 0.4605091602894387, -0.26313533123788807], [-0.9210905713369215, -0.26124752220546543, -0.20141057291579173, 2.4346693699721755, -0.10787132010292946, 0.9245088835813507, 2.6933641615214126, 5.451816767699079, -0.5927801313700839, -1.7158380448992223, 0.7490633563307857, -0.4869712896628717, -0.525200299242452, -0.351253730782024], [1.2733126278872036, -0.09379681003297492, -0.3128911021126393, 5.49600096449963, -0.11424907705938457, 1.7831309393247958, 1.4571276800272694, 0.12827048217994283, -0.5570923812472687, -1.4453851835913252, 0.7196461024827819, -0.4768352269345145, -0.49459866691861953, -0.28794915993435205], [-0.43082141059765305, 0.23180179696908992, -0.27300357331743696, -0.22939018557080043, -0.14294898336343245, -0.10533399266225334, 1.6144533118700104, 3.0895977472547203, 0.9707125076311848, -1.760640997739829, 1.7610168887021163, 2.255601561897782, 0.29177905912775637, -0.20979536876438673], [-0.10114137765352059, 0.11551658018263823, -0.3149366164098292, 0.12114396647432794, -0.14294898336343245, -0.04490311483866779, 1.7512744182356168, 4.095633706038727, 0.47477584213137275, -1.7387300645988024, 1.502145054839683, -0.2023936497288426, 1.1668734440212065, 0.37811652531167744], [-0.1634877449151617, -0.3263672436058784, -0.2955042305865255, -0.46307962026755267, -0.13816566564609115, -0.2211598418241257, -0.7935235982538347, -0.4540947616892366, 2.6332694185250958, -0.6124426953794581, 1.7610168887021163, 2.4670766888212348, 2.938679880679071, 0.7192578237685762], [-0.29006976329485723, -0.0705397666756846, -0.012200500425729309, 2.5047762003812006, 0.3513271807618369, 0.446097767477965, 1.8832490003975364, 1.8753662137874811, 0.2268075093814667, -1.7158380448992223, 1.0785365994284284, 0.4352568419096294, 0.1311906766577361, 0.2014889572675558], [-0.46104995230026685, 0.6411257600574001, -0.20345608721298158, -0.18265229863145, -0.11584351629849833, 0.17164086402918055, 1.5853741666478924, 3.689433948439975, 0.6753656100630586, -1.5918941096686383, 1.431543645604474, 1.4519346489054594, 0.21401160817636544, -0.2615722554144888], [-0.5016695552131543, -0.07984258401860074, 0.5881579457994957, 0.05103713606530231, -0.14294898336343245, -0.19094440291233297, 1.2233760895879366, -0.2531787525543697, 1.571866505389642, -1.764892372826894, 1.9963549194861467, 0.344953737602447, 0.9365189548312562, 3.2590606523145245], [3.5924085616346106, 1.9946856834516984, -0.2903904448435508, -0.46307962026755267, -0.10308800238558814, 4.019073418797461, 0.6391835182666694, -0.4540947616892366, -0.3349669020345737, -1.7747032384124284, 0.8726158224924017, -0.31619399036085316, -0.4077068760541592, 0.05455982986802103], [0.37212422837802767, 0.08760812815388978, 0.30894524423307934, -0.41634173332820223, -0.13178790868963605, 2.76765065720071, -0.22014250400232924, -0.002033741135786067, 1.2482155301379034, -0.7105513512348016, 1.0432358948108238, 1.1232804937738767, 1.3412185235909315, 0.21457971728852493], [-0.216387692894736, 0.296921518369503, 5.149654828532892, 0.0977750230046527, -0.12062683401583965, -0.0952621796916558, 1.576426737348779, 1.3461417984213644, -0.097458771906872, -1.6690729189415086, 0.8726158224924017, 0.1572830004198331, 0.016223993753062417, -0.2959599235292735], [-0.2560626538794167, -0.15426512276192983, -0.3210731593013988, 10.0, -0.14294898336343245, -0.5761912490376909, 2.3992174233130656, -0.4540947616892366, -0.571859726125675, -1.6599161110616765, 0.03128236243949302, -0.4815961048826823, -0.4944582924584185, -0.30240761130079563], [-0.1398716967099946, 4.2831787498090685, -0.30061801632950014, 2.177610991805748, 0.04838372533022019, 1.0352988262579244, 1.651734267282982, -0.2298841427996025, -0.16514243593290098, -1.5094828387501495, 0.519608776316356, 0.0037062924144207355, -0.3592776872847912, -0.0064001272445519805], [0.8435005505531625, 4.80878792968383, 1.2355632208600877, -0.46307962026755267, -0.14294898336343245, -0.37223703638308964, -0.7424486893380634, -0.4540947616892366, 0.6021441917076272, -0.15918070532777068, 0.27250384399312416, 1.5436199435846905, 0.32743417201882735, -0.2943968477058742], [-0.9683226677472557, -0.2658989308769235, -0.3139138592612342, 1.3596979703671148, 2.7254472078022434, 0.09862021999234794, 2.0625703959339305, 4.54332698726316, -0.4906393292944402, -1.1896486206617294, 0.6549281440171736, -0.446119885333432, -0.5157952104089806, -0.2561014900325912], [-0.7340514695519983, -0.1263566707331814, -0.2914132019921457, -0.46307962026755267, -0.14294898336343245, -0.5082065114861571, -0.7935235982538347, -0.4540947616892366, 2.761868380174551, -0.4011820564376181, 1.6492313240797019, 4.769345118530371, 1.7071747413351126, 0.01509216532718846], [6.576532412839522, 0.4783264565563677, -0.27709460191181673, 0.8455812140342598, -0.14294898336343245, 3.31656446409828, -0.4125122339332634, -0.4540947616892366, -0.5958566615530853, -1.6510863320346953, 0.6313943409387706, -0.48973567040696914, -0.5121454744437529, -0.32624451760763507], [-0.03501644267905284, 0.7341539334865615, -0.07152041504423537, 2.200979935275423, 0.9731584840162081, 1.1284630962359519, 2.1143909239579615, 1.5841835918528915, -0.3269679235587702, -1.640621408743459, 0.913799977879607, -0.3479843689179736, -0.2899327039454642, 0.04518137492762518], [-0.4846660005054339, 0.39460110047012237, -0.2637987589800826, 0.0977750230046527, -0.13019346945052226, -0.6869811917142645, 1.4351319163336163, 3.5824243348790135, 1.3232828666031355, -1.7612950554455316, 1.9257535102509376, 2.4532547851007473, -0.5285692862872777, -0.38466447650718416], [-0.006677184832852275, 4.725062573597585, 0.33144590150216785, 0.4716781185194563, 0.7339925981491422, -0.2690009534344643, 2.151671879370933, 1.2930009699183016, -0.49310055344084125, -1.7213975353976918, 0.8608489209532002, -0.42477272292067975, -0.41430447568360934, -0.26723840527431125], [1.0465985651175993, 2.2179532996816858, 0.9543050049964814, -0.46307962026755267, -0.14294898336343245, -0.26144709370651614, -0.7338740695930799, -0.41696897739257643, 1.2943634828829234, -0.533301712989481, 0.9196834286492077, 2.5229786105352052, 0.727922506972471, -0.19123384336151997], [-1.036336886578137, -0.3496242869631688, 0.03280081411244768, -0.46307962026755267, -0.14294898336343245, -0.6618016592877705, -0.2044845027288811, -0.017320828787352024, 2.3065419130903564, -0.6824268698896031, 1.549212660996489, 0.6502642331172068, 0.9453625458239233, 5.007947114220424], [-0.3344679339205713, 0.08295671948243177, -0.08379350082737456, 0.07440607953497745, -0.1349767871678636, 0.1263177056614912, 1.4996279691980572, 3.219901970570449, 0.8390370157987287, -1.6324456874221802, 1.6021637179228958, 0.8912260879776986, 0.576879587796123, 0.20422433995850456], [-0.1701002384126085, -0.2472932961910912, -0.2453891303053738, -0.46307962026755267, -0.14294898336343245, -0.2060521223682293, -0.7935235982538347, -0.4540947616892366, 2.591428608036278, -0.5607721366289771, 1.7021823810061087, 2.3377651006806777, 2.494815837523298, 1.086971411223263], [-0.216387692894736, -0.010071453946729697, -0.09811210090770359, 0.2613576272923793, -0.1365712264069774, 0.18674858348507697, 1.5432466870312342, 2.9811322205840853, 0.847035994274532, -1.7387300645988024, 1.549212660996489, 0.5197240313126062, 0.9593999918440299, 0.27768890365827203], [1.2667001343897566, 3.1203265819445507, 0.2199653723053203, -0.46307962026755267, -0.14294898336343245, -0.48302697905966313, -0.7681725485730139, -0.4176969339474129, 1.2346787973326978, -0.4728013752120191, 0.9079165271100063, 2.426532437907806, 0.6998476149322574, -0.20901383085268707], [1.1656234480716416, 2.9854357304722674, 0.314059029976054, -0.46307962026755267, -0.14294898336343245, -0.34957545719924504, -0.7517689281913063, -0.37256362754755146, 1.2199114524542913, -0.44794718239533193, 0.8784992732620025, 2.4337505431840603, 0.694232636524215, -0.2555153365988164], [1.160900238430608, 0.7667137941867679, -0.31186834496404436, 3.0889997871230817, -0.14294898336343245, 3.8327448788414062, 1.4533995844859724, -0.3004959286187405, -0.5761668683818768, -1.4437500393270695, 0.6725784963259759, -0.4679277778702006, -0.5181815762323988, -0.31354452654251574], [-0.23150196374604295, 0.08760812815388978, -0.2740263304660319, 3.018892956714056, 0.6000597020635854, 4.376622779253677, 2.166211451981992, -0.4540947616892366, -0.525096467344055, -1.6013779464013214, 0.8726158224924017, -0.43183725148892865, -0.4985291518042494, -0.20959998428646184], [-0.38453395611552554, 0.2597102489978384, 0.45213124503636987, 0.752105440155559, -0.11584351629849833, -0.09274422644900633, 1.3016660959551773, -0.4540947616892366, 1.3835828581899616, -1.7747032384124284, 1.79043414255012, 0.18339104078075316, 0.8021805964188352, 2.7747025315386646], [1.25441978932307, 2.920316009071854, -0.3067545592210697, -0.46307962026755267, -0.14294898336343245, -0.40497042853753185, -0.7223169734150586, -0.41842489050224935, 1.378660409897159, -0.5391882323408016, 1.0550027963500253, 2.687919994933018, 0.7613316285003248, -0.1947507639641684], [-0.582908761038929, 2.9714815044578935, 0.40610717334959784, 1.6167563485335426, 0.17593886445932194, -0.3092882053168547, 2.0920223507101783, 1.1546892244993716, -0.0008557241606307584, -1.7276110836018634, 0.9549841332668123, -0.3479843689179736, 0.4259770430799762, 0.02564292713513383], [1.7031247052212442, -0.14031089674755562, -0.32414143074718355, 3.0656308436534063, -0.04728262901660613, 1.6975205290747162, 1.0556117902295639, 0.11371135108321334, 0.029909577669382403, -1.6308105431579245, 0.960867584036413, -0.2205157012734813, -0.31800759598567757, 0.908780767355742], [7.078137276717271, 0.5806574473284452, -0.28732217339776606, -0.46307962026755267, -0.14294898336343245, 3.3417439965247735, -0.7935235982538347, -0.4540947616892366, -0.3823454668527939, -1.6504322743289932, 0.9491006824972116, -0.440130393721221, -0.430307164146531, -0.052510864034831524], [1.0192039491996057, 0.46437223054199334, -0.3139138592612342, 4.257446960606843, -0.05844370369040254, 2.805419955840451, 1.5316895908532129, -0.28957658029619343, -0.5583229933204692, -1.4640258282038403, 0.7078792009435804, -0.4468877688734591, -0.5211294398966212, -0.29146608053700046], [-0.3467482789872582, -0.21938484416234283, -0.27198081616884207, 0.7053675532162086, -0.14294898336343245, 8.00751135515411, 2.1337770207727065, -0.12505839890315026, -0.6173923728340945, -1.6733242940285735, 0.743179905561185, -0.4943429716471315, -0.5268847927648649, -0.3618044925899693], [1.0040896783482987, -0.3031102002485881, 1.604778551502858, -0.46307962026755267, -0.14294898336343245, 0.16912291078653116, -0.7487864517582686, -0.3667399751088597, 1.6481644539280746, -0.6824268698896031, 1.2138559671292457, 1.510293797947516, 2.026245889372137, 0.3187196440225038], [1.2308037411179027, -0.31241301759150414, 0.9348726191731779, -0.46307962026755267, -0.14294898336343245, 0.31516419886019614, -0.7241810211857073, -0.4540947616892366, 1.7263083205763083, -0.772359804423668, 1.3903594902172685, 1.706871984194444, 2.0543207814123505, 0.2913658171130159], [-0.13892705478178796, 0.15272784955430282, -0.13084032966274142, 0.4249402315801058, -0.13338234792874984, 0.16660495754388163, 1.2233760895879366, 1.266066577389352, 1.2912869526999222, -1.7092974678421993, 1.86691900255493, 2.119225445188976, 0.3924275470919213, -0.012261661582299386], [0.9020683501019771, 0.02713981542493489, -0.3149366164098292, 4.350922734485544, -0.14294898336343245, 2.845707207722842, 1.54883883034318, 0.15156509193471004, -0.5712444200890747, -1.4192228753632334, 0.6843453978651773, -0.4679277778702006, -0.516777831630388, -0.3026029957787206], [1.024871800768846, 3.0133441825010157, 1.259086635277771, -0.46307962026755267, -0.14294898336343245, 0.028117529198164702, -0.6257592988954619, -0.4540947616892366, 0.8568808908601363, -0.38581170035361434, 0.6137439886299683, 1.8768813999564353, 0.42611741754017735, -0.26743378975223614], [-0.701933643992971, -0.19147639213359438, -0.3251641878957785, 0.4716781185194563, -0.1413545441243187, 0.3126462456175469, 2.092395160264308, 4.597923728875895, 0.3307942295669112, -1.7619491131512337, 1.2197394178988465, 0.8201200721711929, 0.17947949096690297, -0.15762771315843488], [1.3706107464924917, 3.1668406686591317, 0.567702802827597, -0.46307962026755267, -0.14294898336343245, -0.3395036442286474, -0.7137423536700751, -0.41332919461839407, 1.0094767879370017, -0.4747635483291258, 0.7784806101787896, 2.121221942393046, 0.5092190979792088, -0.2344138129829258], [-0.10114137765352059, 0.7201997074721873, 6.401509578413089, 0.658629666276858, -0.031338236625468426, -0.02727744214012198, 1.6170629787489181, -0.216780924812546, -0.3823454668527939, -1.7047190639022831, 0.643161242477972, -0.1391200460306128, -0.3446787434238802, -0.35731064959769626], [-0.14837347406385476, 0.01318558941056067, -0.3036862877752849, 0.541784948928482, -0.12062683401583965, 0.433508001264718, 1.468311966651161, 2.556005592559585, 0.6636747953676536, -1.6144591005153672, 1.47861125176128, 0.21364565225781942, 0.7971271158515967, 0.75520856770676], [0.7018042613221601, -0.04263131464693615, 4.223036851905884, -0.46307962026755267, -0.14294898336343245, 0.622354494463423, -0.7935235982538347, -0.4540947616892366, 0.9159502703737615, -0.40772263349464116, 0.5078418747771546, 0.5962052318993015, 0.6393462225855978, 0.8286731314065275], [-0.19560557047418892, -0.3031102002485881, 0.5758848600163566, 1.8738147266999698, -0.13816566564609115, -0.12044171211814975, 1.3389470513681492, -0.4540947616892366, 1.1005420813538405, -1.7223786219562451, 1.6551147748493027, 0.24942902522308044, 0.6182900535554378, 2.2373952172451523], [1.1618448803588148, 2.6412314887843698, 0.3876975446748891, -0.46307962026755267, -0.14294898336343245, -0.4477756336625716, -0.6153206313798297, -0.4540947616892366, 1.2543685905039061, -0.582683069770004, 0.9902848378844169, 2.48934531148202, 0.6886176581161721, -0.21467998071250954], [-0.5555141451209351, -0.17752216611922014, -0.32414143074718355, 1.3129600834277644, -0.14294898336343245, -0.6869811917142645, 1.420965153276687, 2.91416021753913, 1.368200207274955, -1.7596599111812758, 1.7727837902413177, 2.4484939071525798, -0.5285692862872777, -0.38466447650718416], [-0.016123604114919074, 0.7341539334865615, -0.091975558016134, 2.2477178222147733, 0.9731584840162081, 0.8363805200886217, 2.0771099685449896, 1.511387936369244, -0.3208148631927676, -1.6373511202149473, 0.9255668794188086, -0.3479843689179736, -0.2758952579253575, 0.04518137492762518], [1.3725000303489052, 2.20865048233877, 0.48997325953438237, -0.46307962026755267, -0.14294898336343245, -0.525832184184703, -0.7357381173637284, -0.3412614956895831, 1.2875951164803203, -0.5738532907430229, 1.0020517394236184, 2.4464974099485093, 0.6908636494793894, -0.0614985500193775], [1.310153663087264, 2.9063617830574793, 0.5094056453576861, -0.46307962026755267, -0.14294898336343245, -0.38230884935368725, -0.7107598772370375, -0.2924884065155393, 1.0599318829382234, -0.45808507683371746, 0.8078978640267933, 2.2035390578839475, 0.5589116568903866, -0.2562968745105161], [-0.6320301413056766, -0.08449399269005878, -0.28834493054636096, 0.12114396647432794, -0.1397601048852049, -0.22619574830942452, 1.7389717029493361, 4.1589659263095005, 0.5363064457913991, -1.5634425994705887, 1.425660194834873, 0.4949981813237348, 0.01889110849688264, 1.0863852577894881], [3.6018549809166776, 0.7853194288726002, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, 5.582722382482739, 0.5444898915177212, -0.4540947616892366, -0.48140973874543624, -1.586988676875871, 0.6961122994043789, -0.46040251917793534, -0.4711561320650414, -0.18048769707564974], [0.8066595153531019, 2.320284290453763, 1.3040879498159479, -0.46307962026755267, -0.14294898336343245, 0.015527762984917698, -0.5217454332932707, 0.08677695855426378, 0.8851849685437484, -0.402817200701874, 0.643161242477972, 1.870124024804197, 0.4829690739216094, -0.24340149896747185], [0.06133703399802897, 0.18528771025450927, 3.8548442784117087, 0.4249402315801058, -0.1285990302114085, 0.08351250053645153, 1.352368195316819, 0.09915221998648384, 0.2735707681630867, -1.6425835818605656, 1.1197207548156336, 0.2557256702513024, 0.20839662976832277, 0.4902672156405776], [-0.5659052063312087, 0.3248299703982513, -0.13595411540571609, -0.25275912904047565, -0.1285990302114085, -0.2136059820961775, 1.7397173220575954, 4.199731493380344, 0.6593676531114517, -1.6635134284430388, 1.502145054839683, 1.7317514108913206, -0.23322142202423324, -0.3328875898570821], [1.3328250693642245, 2.780773748928112, 0.37746997318893977, -0.46307962026755267, -0.14294898336343245, -0.45281154014787034, -0.6794438746901412, -0.4540947616892366, 1.1682257453798695, -0.5293773667552671, 0.9255668794188086, 2.352508464649197, 0.6330293718765498, -0.22249535982950608], [-0.24000374109990308, 0.18993911892596727, 4.839759412508628, 0.28472657076205454, -0.1126546378202708, 0.237107648338065, 1.4351319163336163, 0.2178091384248292, 0.1006697718784127, -1.6337538028335847, 0.9491006824972116, 0.39931989223636305, 0.2418057512961766, -0.2871676220226524], [0.975750420502098, 2.106319491566692, 1.098513762948367, -0.46307962026755267, -0.14294898336343245, -0.042385161596018385, -0.7062861625874808, -0.4176969339474129, 1.1399216676962574, -0.42701733581285883, 0.790247511717991, 2.3655624848296575, 0.5632632651566194, -0.2283568941672535], [1.4981374068003939, 3.3296399721601637, -0.13186308681133635, -0.46307962026755267, -0.14294898336343245, -0.49309879203026075, -0.5929520581320468, -0.358004496450822, 1.0820829002558328, -0.6000155989711147, 0.9491006824972116, 2.22887921470484, 0.4925145372152819, -0.1947507639641684], [1.0465985651175993, 2.5156434546550024, 0.3365596872451425, -0.46307962026755267, -0.14294898336343245, -0.2790727664050619, -0.7338740695930799, -0.41696897739257643, 1.2943634828829234, -0.533301712989481, 0.9196834286492077, 2.5229786105352052, 0.727922506972471, -0.19123384336151997], [0.990864691353405, 2.6784427581560344, 0.3028087013415097, -0.46307962026755267, -0.14294898336343245, -0.5560476230964958, -0.5862414861577119, -0.04935091720015692, 1.197760435136682, -0.5342827995480343, 0.913799977879607, 2.392284832022599, 0.6566122811903289, -0.2103815221981615], [1.1495645352921278, 2.7854251575995708, 0.24451154387159868, -0.46307962026755267, -0.14294898336343245, -0.3445395507139462, -0.6895097326516435, -0.41696897739257643, 1.197760435136682, -0.4695310866835076, 0.8961496255708047, 2.3801522720901716, 0.6783703225214942, -0.2314830458140521], [-0.8285156623726667, -0.0705397666756846, 0.02155048547790348, 1.2194843095490635, -0.06322702140774386, 1.2140735064860315, 1.745309465369541, -0.17601535774170343, 0.9036441496417561, -1.7485409301843369, 1.643347873310101, 0.4859371555514155, 0.093289572403448, 2.131887599165699], [1.0872181680304867, -0.28915597423421385, 1.983198696482983, -0.46307962026755267, -0.14294898336343245, 0.2648051340072081, -0.7338740695930799, -0.4540947616892366, 1.4463440739231883, -0.6307563111391222, 1.1079538532764321, 1.3244659812609672, 1.7174220769297905, 0.3460734709319917], [7.297294204061221, 0.4783264565563677, -0.27709460191181673, 0.004299249125951819, -0.14294898336343245, 3.31656446409828, -0.6969659237342378, -0.4540947616892366, -0.5958566615530853, -1.6510863320346953, 0.6019770870907667, -0.4914250141950287, -0.5143914658069699, -0.33425528120255654], [-0.6112480188851296, -0.2519447048625493, -0.17993267279529818, 0.4015712881104307, -0.1365712264069774, 0.12128179917619254, 1.3907675793921799, 2.908336565100438, 1.008246175863801, -1.5179855889242795, 1.572746464074892, 2.659047573828, -0.4738232468088616, -0.35731064959769626], [-1.0457833058602037, -0.3217158349344203, 0.2659894439920922, -0.46307962026755267, -0.14294898336343245, -0.6718734722583681, -0.7935235982538347, -0.4540947616892366, 2.632654112488496, -0.35212772850994634, 1.4491939979132762, 2.244390462213387, 2.3870082520888785, 1.7938724523555993], [1.286537614882097, 4.980890050527778, 0.46542708796810384, -0.46307962026755267, -0.14294898336343245, -0.45281154014787034, -0.666395540295601, -0.41332919461839407, 0.5652258295116114, -0.2376676300120455, 0.3725225070763371, 1.2768572017792892, 0.17611050392207736, -0.23812611806349918], [0.1652476461007641, 0.5434461779567806, -0.26277600183148764, 0.4249402315801058, -0.14294898336343245, -0.6869811917142645, 0.9269924940548112, 2.3456261482118435, 1.737999135271713, -1.8139467007545658, 2.108140484108561, 2.058101915402822, -0.5285692862872777, -0.38466447650718416], [-0.5819641191107223, 0.1434250322113866, -0.12572654391976676, -0.20602124210112518, -0.13338234792874984, -0.21864188858147623, 1.6222823125067343, 3.058295615396752, 0.900567619458755, -1.6756134959985312, 1.6668816763885042, 2.4102533068592322, -0.10913039920649023, -0.2619630243703386], [-0.22488947024859612, -0.25659611353400735, 0.4603133022251292, 1.8504457832302947, -0.14294898336343245, -0.13554943157404623, 1.2826528086945617, -0.414785107728067, 1.2174502283078903, -1.7282651413075658, 1.8198513963981238, 0.4667400670507389, 1.466151793169881, 0.7997562286736404], [-0.7340514695519983, -0.17752216611922014, -0.11345345813662759, 0.658629666276858, -0.13178790868963605, 0.8011291746915301, 2.595315248785297, 5.652004820279109, -0.43772301014681764, -1.7845141039979628, 1.0961869517372305, -0.21990139444145965, -0.38693145594440137, -0.36688448901601706], [0.31639035461383336, 0.30622433571241897, -0.2903904448435508, -0.46307962026755267, -0.14294898336343245, 8.213983521051361, 1.8385118539019702, -0.4540947616892366, -0.5977025796628861, -1.7125677563707107, 0.7725971594091887, -0.47130646544631966, -0.5228139334190339, -0.34636911883390115], [4.383073855543604, 0.20854475361179958, 0.7436170323859255, 0.3782023446407554, 0.018089379787058508, 2.7449890780168666, 0.09749123611618993, -0.22842822968992957, -0.153451621237496, -1.6608971976202298, 0.41959011323314316, -0.0945828007090432, -0.4338165256515576, 0.021735237576635563], [-0.006677184832852275, -0.16821934877630404, -0.043905972032172176, 0.541784948928482, -0.14294898336343245, 0.08099454729380212, 1.5812732615524654, 2.0180456985354303, 0.688287036831664, -1.7387300645988024, 1.5315623086876866, -0.11454777274974677, 0.2799876044708668, 1.936503121240786], [0.20114403937261796, 0.9620729583880068, -0.30880007351825955, 2.060766274457372, 0.8774921296693816, 0.5166004582721481, 1.890705191480131, 2.0245973075289583, -0.3023556820947597, -1.6079185234583444, 0.9785179363452153, -0.39620745523167306, -0.31660385138366687, -0.13848003432179337], [-0.5734623417568622, 0.11551658018263823, -0.1748188870523235, -0.019069694343723426, -0.1349767871678636, 0.08099454729380212, 1.704300414415272, 3.549666289911372, 0.9713278136677852, -1.7926898253192414, 1.6551147748493027, 1.9556662511632117, -0.5285692862872777, -0.38466447650718416], [-0.6783175957878039, -0.2472932961910912, -0.3251641878957785, 1.8504457832302947, -0.031338236625468426, 3.0672870930759886, 2.4976391456033107, 2.9891397426872865, -0.5170974888682516, -1.7158380448992223, 0.7490633563307857, -0.39436453473560806, -0.5070919938765145, -0.31881990744648836], [3.2003821614288372, 0.7853194288726002, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, 5.582722382482739, 0.7029339520228511, -0.4540947616892366, -0.48140973874543624, -1.586988676875871, 0.7078792009435804, -0.46040251917793534, -0.4711561320650414, -0.18048769707564974], [-0.5356766646285948, -0.1310080794046395, -0.09299831516472892, 0.004299249125951819, -0.14294898336343245, -0.06001083429456419, 1.6222823125067343, 3.4768706344277245, 0.7005931575636695, -1.5853535326116153, 1.4138932932956716, 1.3567170899421035, 0.2514915890500503, 0.13075977625873716], [1.0324289361944992, -0.024025679961103854, -0.07356592934142522, 4.070495412849441, -0.14294898336343245, 0.9144370706107532, 1.5551765927633852, 0.6378400705654748, -0.29004956136275445, -1.6504322743289932, 0.8431985686443979, -0.3479843689179736, -0.31800759598567757, 0.2014889572675558], [-0.9730458773882892, -0.2379904788481751, 0.5267925168837998, -0.46307962026755267, -0.08554917075533666, -0.5182783244567548, -0.21268631291973492, 0.7069959432749398, 2.12871846851288, -0.6183292147307786, 1.4021263917564701, 0.365840169891183, 0.6552085365883183, 3.724075709775818], [-0.5328427388439748, 4.548309044082178, -0.0725431721928303, -0.06580758128307386, -0.10468244162470194, -0.2337496080373727, 1.765068371738416, 2.6033227686239555, -0.3023556820947597, -1.3561063067629624, 0.7372964547915842, -0.43199082819693413, -0.09242583844256332, -0.08357699602489274], [1.1268931290151676, 0.4690236392134516, -0.25970773038570283, 5.285680473272553, -0.09511580619001929, 1.2518428051257726, 1.3818201500930667, -0.4540947616892366, -0.23405671203213047, -1.5248531948341533, 0.6137439886299683, -0.2773390832354839, -0.5285692862872777, -0.38466447650718416], [-0.6367533509467099, -0.2752017482198396, 0.030755299815257875, 0.16788185341367842, -0.14294898336343245, -0.3420215974712969, 1.7490375609108384, 2.894505390558545, 0.8802625202509462, -1.7599869400341268, 1.6374644225405004, 0.336046288538133, 1.7280905359050716, 0.09813056844527668], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6668375657730693, -0.7003212097214053, -0.27210562298011803, 2.4542153618744194, -0.2638299382401373, 1.355058785599664, 0.8959869659258665, 1.5489727246885105, 4.3241014414832275], [-0.9513191130395354, -0.21938484416234283, 0.2925811298555604, -0.46307962026755267, -0.1413545441243187, -0.5938169217362367, -0.756242642840863, -0.4540947616892366, 2.4480623015084166, -0.30961397763929754, 1.3609422363692647, 2.0584090688188326, 2.239895817798161, 1.8229847395664116], [0.3041100095471464, 1.0364954971313358, 0.08598418583938419, -0.43971067679787745, -0.09671024542913308, 1.2216273662139798, 1.861253236703883, 3.0124343524420536, -0.04269653464944864, -1.7485409301843369, 1.231506319438048, 0.22977120659838765, -0.2257815756335767, -0.10546005755248301], [0.5223222949628904, 0.12016798885409624, -0.061292843558286035, 3.3226892218198336, -0.14294898336343245, 0.5367440842133433, 1.704300414415272, 1.2202053144346543, -0.11776387111468069, -1.699486602256665, 0.9549841332668123, -0.3940573813195973, 0.04696600053709595, 0.29918119623001244], [1.2903161825949236, 3.2412632074024605, 0.36826515885158534, -0.46307962026755267, -0.14294898336343245, -0.14310329130199428, -0.715233591886594, -0.4540947616892366, 0.9104125160443592, -0.4302876243413701, 0.6784619470955766, 1.9625772030234556, 0.4605091602894387, -0.26313533123788807], [1.2695340601743768, 2.724956844870615, 1.5209124653180737, -0.46307962026755267, -0.14294898336343245, -0.39489861556693423, -0.7174704492113724, -0.41405715117323055, 0.8698023176287418, -0.4348660282812861, 0.6255108901691697, 1.6052042034948608, 0.37235399928316865, -0.14160618596859198], [1.0891074518869004, 2.724956844870615, 0.3416734729881172, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, -0.6865272562186058, -0.24517123045116848, 1.1103869779394449, -0.4351930571341375, 0.8078978640267933, 2.253451487985706, 0.599760624808897, -0.2185876702710078], [0.6923578420400931, 2.3016786557679305, 0.9655553336310256, -0.46307962026755267, -0.14294898336343245, 0.04574320189671065, -0.5016137173702659, 0.08677695855426378, 0.9208727186665636, -0.40085502758476704, 0.6549281440171736, 1.785963988817231, 0.4840920696032178, -0.16817847496638022], [-0.6584801152954637, 0.0503968587822252, -0.2914132019921457, 0.2613576272923793, -0.1397601048852049, 0.6072467750075266, 1.7564937519934327, 4.075250922503306, 0.28218505267549043, -1.447674385561283, 1.0079351901932192, 1.0759788677082098, -0.0886357280171345, -0.27309993961205864], [-0.4223196332437929, 0.22715038829763187, -0.3128911021126393, 0.5651538923981573, -0.11106019858115701, -0.2211598418241257, 1.3464032424507433, -0.35145288745729375, 1.4266542807519798, -1.7812438154694512, 1.990471468716546, 0.16557614265212525, 0.7404158339303657, 2.9550424046633594], [1.4622410135285402, -0.11705385339026526, -0.316982130707019, 1.9205526136393203, -0.14294898336343245, 1.7403257341997562, 1.3728727207939533, 1.3548772770794022, -0.1497597850178944, -1.7027568907851764, 0.9020330763404055, -0.2926967540360251, -0.38257984767816827, 0.5609963966493963], [0.3607885252395475, 1.70164693714984, -0.32618694504437346, 1.8270768397606196, -0.14294898336343245, 1.1712683013609917, 0.063192757136256, -0.4540947616892366, 2.6320388064518956, -1.6203456198666877, 2.4081964733582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6887086569980776, 4.0366540902217904, 0.020527728329308544, 0.0977750230046527, -0.1397601048852049, -0.6869811917142645, 1.9283589564472325, 2.2983089721474728, 0.1068228322444153, -1.5523236184736495, 1.1550214594332382, 0.543067690929429, -0.5285692862872777, -0.38466447650718416], [-0.83040494622908, -0.3077616089200461, -0.12163551532538705, 0.3548334011710802, 0.3688660123920883, 1.2921300570081629, 1.5864925953102815, -0.387122758644281, 1.1922226808072798, -1.7455976705086764, 1.837501748706926, 0.7788079377177369, 0.26201967356513034, 1.9089539098533737], [-0.5432338000542483, -0.10775103604734912, 0.659750946201141, 0.6352607228071829, -0.06482146064685763, 1.4230636256259317, 1.4593645373520479, -0.16000031353530098, 0.8051951837857142, -1.607591494605493, 1.4962616040700822, -0.23095891741784938, 1.5161251010014605, 0.9052638467530937], [-0.3467482789872582, -0.3031102002485881, -0.0694749007470455, -0.11254546822242431, -0.14294898336343245, -0.5308680906700017, 0.910216064118974, -0.39949802007650104, 1.740460359418114, -1.5719453496447184, 1.9963549194861467, 0.3434179705223929, 0.7106564483677396, 3.9583416988077897], [0.08495308220319606, 0.5946116733428194, -0.2750490876146268, 0.5651538923981573, -0.14294898336343245, -0.6869811917142645, 0.9553260201686696, 2.2488079264185927, 1.6561634324038783, -1.8139467007545658, 2.0669563287213557, 1.8374121859990442, -0.5285692862872777, -0.38466447650718416], [-0.23339124760245628, 0.28296729235512874, 0.16882751487557365, 0.541784948928482, -0.1397601048852049, 0.11876384593354314, 1.4481802507281563, 2.020957524754776, 0.6021441917076272, -1.5281234833626647, 1.3903594902172685, 0.3689117040512912, 0.8037247154810468, 0.3271211765732751], [-0.9513191130395354, -0.31241301759150414, 0.3692879160001804, -0.08917652475274906, -0.13816566564609115, -0.3520934104418944, 2.257549792743773, 5.408867330963728, 0.07051977608499979, -1.692946025199642, 1.2668070240556526, 1.2436846328501203, -0.5285692862872777, -0.38466447650718416], [-0.8663013395009339, -0.19147639213359438, 0.5584979884902428, -0.43971067679787745, -0.1397601048852049, -0.5409399036405994, -0.5191357664143627, 0.03145226038669175, 2.037653175096041, -0.3413357763658586, 1.2256228686684474, 0.4165204835329691, 0.7941792521873744, 4.141416954623433], [-1.0457833058602037, -0.3217158349344203, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7920323600373158, -0.4511829354698907, -0.6284678814928992, 1.2856327665685892, -1.1807084960982634, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.5780561687270848, 4.1203794463080365, -0.31186834496404436, 0.4483091750497811, -0.14294898336343245, -0.3193600182874523, -0.40207356641763137, -0.4540947616892366, 0.6132197003664319, -0.1617969361505798, 0.30780454861072876, -0.05342424296359264, 0.09693930836867583, 1.8407647270575789], [-0.7812835659623326, 0.022488406753476818, 0.48997325953438237, 0.4015712881104307, -0.14294898336343245, -0.6869811917142645, 2.002548057719046, 4.277622844747846, 0.29449117340749564, -1.677248640262787, 1.0667696978892267, 1.8020895431577995, -0.5285692862872777, -0.38466447650718416], [-0.3202983049974711, 0.5992630820142774, 2.946635930459409, -0.22939018557080043, -0.1285990302114085, 0.3907027961396782, 1.4627198233392154, 0.292788663572986, 0.49938808359538317, -1.690329794376833, 1.2903408271340557, 0.7946263386422944, 0.4355225063736487, -0.19260153470699437], [-0.6263622897364364, -0.19147639213359438, -0.32618694504437346, 1.1026395922006873, -0.14294898336343245, -0.6869811917142645, 1.6655282207857813, 3.4091706748279327, 0.980557404216789, -1.7724140364424703, 1.7551334379325154, 1.8969999487051443, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4550337123454822, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4553607411983334, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.456341827756887, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, 0.31087574438387705, -0.2852766591005762, -0.46307962026755267, 1.8006724491162556, -0.6743914255010175, 2.848825745593505, 6.476051640353999, -0.6223148211268966, -1.7681626613554056, 0.960867584036413, -0.4928072045670774, -0.5275866650658702, -0.3825152472500101], [0.7518702835171144, -0.2007792094765105, -0.2832311448033863, -0.46307962026755267, -0.14294898336343245, -0.29669843910360766, -0.7935235982538347, -0.4540947616892366, 2.106567451195271, -0.6520131865744466, 1.549212660996489, 1.2783929688593432, 2.130122989920927, 1.6043495087684336], [-1.0457833058602037, -0.3449728782917107, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.456341827756887, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4978909875003275, -0.07984258401860074, -0.06538387215266576, 0.2613576272923793, -0.14294898336343245, -0.16072896400054015, 1.6856599367087863, 2.5712926802111506, 0.7990421234197115, -1.728919199013268, 1.5609795625356904, 1.5532952761890315, 0.5504891892783225, -0.18185538842112411], [-1.0457833058602037, -0.33567006094879454, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4556877700511848, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4530715392283757, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.456341827756887, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7924051695914455, -0.4540947616892366, -0.6284678814928992, 1.4553607411983334, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.200575199415289, 2.673791349484577, 0.21791985800813043, -0.46307962026755267, -0.14294898336343245, -0.3445395507139462, -0.7722734536684408, -0.41260123806355753, 1.1066951417198432, -0.3276005645461105, 0.7843640609483903, 2.0617877563949514, 0.7822474230702836, -0.24222919209992233], [-1.0457833058602037, -0.33567006094879454, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4530715392283757, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4530715392283757, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4157071397463461, 0.2690130663407545, 0.18723714355028245, 0.4015712881104307, -0.1397601048852049, 1.1058015170521076, 2.3280107984742897, 4.3176604552638524, -0.3823454668527939, -1.764892372826894, 1.0550027963500253, -0.13650924199452077, -0.3425731265208643, -0.362390646023744], [-1.0457833058602037, -0.33101865227733646, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.456341827756887, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7605014435417855, -0.3263672436058784, -0.12368102962257689, 0.7287364966858837, -0.14294898336343245, -0.3772729428683884, 1.4891893016824251, 2.833357039952281, 0.7590472310406944, -1.4378635199757488, 1.4197767440652724, 2.5853307539854025, -0.3025664053635602, -0.22640304938800435], [-1.0457833058602037, -0.3449728782917107, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6769093787436669, -0.787931454941889, -0.4540947616892366, -0.6284678814928992, 1.4514363949641196, -1.2807271591814764, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.33101865227733646, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4498012506998639, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.33101865227733646, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4498012506998639, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.2965269877351204, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7551242141784738, -0.4540947616892366, -0.6284678814928992, 1.4023820670364477, -1.2748437084118758, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.31241301759150414, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4553607411983334, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33101865227733646, -0.31186834496404436, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7897955027125374, -0.4540947616892366, -0.6284678814928992, 1.4498012506998639, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0221672576550367, -0.3403214696202526, -0.3139138592612342, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.7674269294647544, -0.4540947616892366, -0.6235454332000971, 1.4023820670364477, -1.2807271591814764, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3403214696202526, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6643196125304199, -0.7860674071712404, -0.4540947616892366, -0.6284678814928992, 1.4465309621713527, -1.2807271591814764, -0.5012539235073751, -0.5285692862872777, -0.3836875541175596], [-1.0457833058602037, -0.3403214696202526, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6643196125304199, -0.7860674071712404, -0.4540947616892366, -0.6284678814928992, 1.4465309621713527, -1.2807271591814764, -0.5012539235073751, -0.5285692862872777, -0.3836875541175596], [-1.0457833058602037, -0.33101865227733646, -0.31186834496404436, -0.46307962026755267, -0.14294898336343245, -0.6769093787436669, -0.7897955027125374, -0.4540947616892366, -0.6284678814928992, 1.4498012506998639, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3263672436058784, -0.3067545592210697, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4530715392283757, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3031102002485881, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4556877700511848, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0344476027217235, -0.33567006094879454, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6693555190157187, -0.787931454941889, -0.4540947616892366, -0.6284678814928992, 1.447839077582757, -1.2807271591814764, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.634104173618627, -0.7823393116299431, -0.4540947616892366, -0.6284678814928992, 1.4465309621713527, -1.2807271591814764, -0.5012539235073751, -0.5285692862872777, -0.3838829385954845], [-1.0353922446499302, -0.33567006094879454, -0.32005040215280384, -0.46307962026755267, -0.14294898336343245, -0.6668375657730693, -0.782712121184073, -0.4540947616892366, -0.6266219633830985, 1.4412985005257344, -1.2748437084118758, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.2845045655627558, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4530715392283757, -1.2866106099510772, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0438940220037904, -0.33567006094879454, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.6517298463171729, -0.777119977872127, -0.45336680513440014, -0.6284678814928992, 1.4370471254386692, -1.2748437084118758, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0250011834396566, -0.3403214696202526, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6517298463171729, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4494742218470131, -1.2807271591814764, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.0796610326048333, -0.3496242869631688, -0.002995686088374913, 2.1075041613967223, 2.6696418344332615, -0.6869811917142645, 1.230832280670531, 1.457519151311345, -0.14422203068849204, -1.503269290545978, 0.93733378095801, 0.18661615164886683, -0.5285692862872777, -0.38466447650718416], [-1.0401154542909636, -0.33567006094879454, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6416580333465752, -0.7871858358336294, -0.4526388485795637, -0.6284678814928992, 1.4439147313485436, -1.2807271591814764, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.33101865227733646, 0.3324686586507627, -0.46307962026755267, -0.14294898336343245, -0.5963348749788862, -0.761461976598679, -0.4540947616892366, 2.296081710468152, -0.1899214174957785, 1.207972516359645, 0.8486853398601996, 1.7758178523734343, 3.5689404343034368], [-0.016123604114919074, 0.4411151871847031, -0.2985725020323102, -0.46307962026755267, -0.14294898336343245, -0.24130346776532094, 0.9400408284493514, -0.4540947616892366, 1.629705272830067, -1.7485409301843369, 1.8963362564029338, 0.4936159909516862, 1.0029160745063608, 3.0189331289448065], [1.0513217747586328, 2.5156434546550024, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, -0.2790727664050619, -0.7338740695930799, -0.42133671672159523, 1.290671646663322, -0.41426321055166415, 0.9255668794188086, 2.516374812090972, 0.7252553922286507, -0.1916246123173698], [-0.5942444641774092, 0.18993911892596727, -0.25868497323710793, 0.16788185341367842, -0.13338234792874984, -0.6869811917142645, 1.7564937519934327, 4.098545532258074, 0.8088870200053156, -1.764892372826894, 1.6668816763885042, 1.720079581082909, -0.5285692862872777, -0.38466447650718416], [-1.0420047381473772, -0.3217158349344203, -0.32005040215280384, -0.46307962026755267, -0.1349767871678636, -0.588781015250938, -0.7834577402923323, -0.4540947616892366, -0.6284678814928992, 1.2754948721302035, -1.1748250453286628, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5640159224747954, -0.21008202681942667, 0.3590603445142311, -0.11254546822242431, -0.14294898336343245, -0.26396504694916545, 1.234560376211828, 1.1546892244993716, 1.2851338923339195, -1.5752156381732298, 1.690415479466907, 0.5323173213690501, 1.5390061380142348, 1.122336001727672], [-0.5942444641774092, 0.18993911892596727, -0.25868497323710793, 0.16788185341367842, -0.13338234792874984, -0.6869811917142645, 1.7564937519934327, 4.098545532258074, 0.8088870200053156, -1.7750302672652796, 1.6668816763885042, 1.720079581082909, -0.5285692862872777, -0.38466447650718416], [1.7503568016315785, -0.3077616089200461, 2.008767625197857, -0.46307962026755267, -0.14294898336343245, 0.30761033913224806, -0.6779526364736222, -0.4540947616892366, 1.088235960621835, -0.7478326404598322, 0.960867584036413, 0.7722041392735043, 1.0013719554441491, 0.9453176647277008], [0.29088502255225296, 1.9946856834516984, -0.17890991564670325, 0.8689501575039352, 1.328718434338579, 0.224517882124818, 1.8023493271513877, 1.7348705987040416, -0.4371077041102174, -1.4924773384018901, 0.8490820194139986, -0.29883982235624157, -0.38117610307615757, -0.26958301900941023], [-1.036336886578137, -0.33101865227733646, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6114425944347825, -0.7808480734134243, -0.4540947616892366, -0.6284678814928992, 1.4265822021474328, -1.2748437084118758, -0.5012539235073751, -0.5285692862872777, -0.38427370755133433], [-1.0457833058602037, -0.3496242869631688, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.5938169217362367, -0.7823393116299431, -0.4540947616892366, -0.6284678814928992, 1.4465309621713527, -1.2807271591814764, -0.5012539235073751, -0.5285692862872777, -0.3838829385954845], [-1.0457833058602037, -0.3496242869631688, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.5938169217362367, -0.7823393116299431, -0.4540947616892366, -0.6284678814928992, 1.4465309621713527, -1.2807271591814764, -0.5012539235073751, -0.5285692862872777, -0.3838829385954845], [-0.36658575947959854, 3.064509677887055, 0.4408809164018256, 0.0977750230046527, -0.14294898336343245, -0.39238066232428487, 1.6252647889397718, 0.30370801189553315, 0.5713788898776141, -1.6674377746772526, 1.1962056148204434, 0.9385277140433659, 0.4979891411631234, -0.13535388267499476], [-0.24283766688452307, 1.3109286087473622, 0.5380428455183441, 2.0373973309876963, 0.19826101380691474, 0.03315343568346365, 1.9037535258746707, 0.07658556678655316, 0.11605242279341928, -1.7158380448992223, 1.2550401225164511, -0.17904999011201994, -0.03725867558354405, 0.7368424267818183], [1.4197321267592393, 0.30157292704096106, -0.15947752982339952, 4.117233299788792, -0.14294898336343245, 1.6446435109790785, 1.3687718156985265, 0.41945310411453257, -0.5054066741728466, -1.7420003531273138, 0.3842894086155386, -0.440130393721221, -0.472419502206851, -0.16974155078977948], [-1.02972439308069, -0.33101865227733646, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6441759865892247, -0.7663085008023653, -0.4540947616892366, -0.6284678814928992, 1.3059085554453602, -1.1277574391718568, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.22948329721881852, 0.4411151871847031, 0.4971325595745469, 0.5651538923981573, -0.14294898336343245, 0.06085092135260692, 1.212191802964045, -0.4540947616892366, 1.0143992362298038, -1.7027568907851764, 1.6256975210012987, 0.2051989333175218, 1.1230766124384735, 1.3468327668633977], [-1.0344476027217235, -0.33101865227733646, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.5963348749788862, -0.7774927874262568, -0.4540947616892366, -0.6284678814928992, 1.4213497405018145, -1.2748437084118758, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.7773756155786948, 0.13877362353992853, -0.3036862877752849, 3.6031165434559362, -0.07917141379888158, 1.5162278956039592, 1.4675663475429015, 0.32481875198579085, -0.2568230353863402, -1.4368824334171952, 0.8549654701835994, -0.4054220577119978, -0.337940769334229, 0.1417013070225323], [-1.0372815285063437, -0.33101865227733646, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, -0.5988528282215355, -0.7655628816941059, -0.4540947616892366, -0.6284678814928992, 1.4216767693546655, -1.268960257642275, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.3403214696202526, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.551011716611197, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.4334498080573066, -1.2866106099510772, -0.5012539235073751, -0.5285692862872777, -0.38427370755133433], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7211985447526694, -0.4540947616892366, -0.6284678814928992, 1.035782722990314, -0.8100510976134156, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7040493052627026, -0.4540947616892366, -0.6284678814928992, 1.0599828581012987, -0.851235253000621, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0344476027217235, -0.3403214696202526, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.563601482824444, -0.7935235982538347, -0.4540947616892366, -0.6272372694196987, 1.436393067732967, -1.2807271591814764, -0.5012539235073751, -0.5264636693842617, -0.38466447650718416], [-1.0221672576550367, -0.28915597423421385, -0.28834493054636096, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.7674269294647544, -0.4540947616892366, -0.6235454332000971, 1.4023820670364477, -1.2571933561030735, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.582908761038929, 1.3062772000759042, 0.14837237190367505, 0.658629666276858, 0.42148250728284287, -0.28914457937565946, 2.1889528347839047, 2.122871442431882, 0.07913406059740351, -1.7779735269409398, 1.3197580809820595, -0.21897993419342715, 0.10171204001551207, 0.5199656562851644], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7170976396572426, -0.4540947616892366, -0.6284678814928992, 1.0364367806960162, -0.8100510976134156, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3306893662077446, -0.22403625283380085, 0.12689447178318145, 0.12114396647432794, -0.14294898336343245, -0.26396504694916545, 1.862371665366272, 3.282506234286386, 0.5393829759744004, -1.7910546810549857, 1.572746464074892, 0.1348608010510429, 0.6034103607741247, 0.5058979738745707], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7018124479379242, -0.4540947616892366, -0.6284678814928992, 1.0318583767561003, -0.8159345483830164, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7047949243709619, -0.4540947616892366, -0.6284678814928992, 1.047228732840104, -0.827701449922218, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0221672576550367, -0.28915597423421385, -0.2750490876146268, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.7674269294647544, -0.4540947616892366, -0.6235454332000971, 1.4023820670364477, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7167248301031129, -0.4540947616892366, -0.6284678814928992, 1.030550261344696, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.702185257492054, -0.4540947616892366, -0.6284678814928992, 1.0177961360835013, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4157071397463461, 1.1992948006323683, 0.1320082575261561, 0.3080955142317297, 0.17593886445932194, -0.1833905431843847, 2.039829013132018, 2.7001409904172062, 0.08959426321960798, -1.7452706416558252, 1.2609235732860518, -0.24508797455434728, 0.40772836325383754, 0.2659658349827772], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7088958294663888, -0.4540947616892366, -0.6284678814928992, 1.030550261344696, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.70740459124987, -0.4540947616892366, -0.6284678814928992, 1.0292421459332912, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.33101865227733646, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, -0.7610891670445492, -0.4540947616892366, -0.6284678814928992, 1.3026382669168486, -1.121873988402256, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6973387332883676, -0.4540947616892366, -0.6284678814928992, 1.0158339629663942, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.696593114180108, -0.4540947616892366, -0.6284678814928992, 1.0168150495249477, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.696593114180108, -0.4540947616892366, -0.6284678814928992, 1.0321854056089514, -0.8100510976134156, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6936106377470704, -0.4540947616892366, -0.6284678814928992, 1.0056960685280087, -0.7865172945350126, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6958474950718487, -0.4540947616892366, -0.6284678814928992, 1.004060924263753, -0.7806338437654119, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6951018759635893, -0.4540947616892366, -0.6284678814928992, 0.9922878855611118, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6813079224607899, -0.4540947616892366, -0.6284678814928992, 1.0109285301736268, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6895097326516435, -0.4540947616892366, -0.6284678814928992, 1.007985270497967, -0.7865172945350126, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6869000657727355, -0.4540947616892366, -0.6284678814928992, 0.9890175970326002, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6772070173653628, -0.4540947616892366, -0.6284678814928992, 1.0161609918192456, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.663785873416693, -0.4540947616892366, -0.6284678814928992, 1.0403611269302302, -0.8394683514614194, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6701236358368983, -0.4540947616892366, -0.6284678814928992, 1.024009684287673, -0.8159345483830164, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0231118995832433, -0.33101865227733646, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.634104173618627, -0.732382831376561, -0.4475431526957084, -0.6284678814928992, 1.2889030550971003, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3403214696202526, -0.19322851572703226, -0.46307962026755267, -0.13816566564609115, -0.6643196125304199, -0.7860674071712404, -0.4540947616892366, -0.6284678814928992, 1.4465309621713527, -1.2807271591814764, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6540928250093203, -0.4540947616892366, -0.6284678814928992, 1.0168150495249477, -0.8159345483830164, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.29560823219328625, 0.15737925822576082, -0.20447884436157654, -0.46307962026755267, -0.12222127325495342, 0.944652509522546, 0.8803912997885965, -0.4540947616892366, 1.3343583752619403, -1.59810765787281, 1.5609795625356904, 0.4352568419096294, 1.372100904835166, 1.8212262792650873], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.655956872779969, -0.4540947616892366, -0.6284678814928992, 0.9860743373569402, -0.7806338437654119, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.05000133085954868, -0.3217158349344203, 0.523724245438015, -0.46307962026755267, -0.14294898336343245, -0.1632469172431895, -0.7689181676812733, -0.4540947616892366, 2.142870507354686, -0.49929071229296174, 1.4080098425260708, 1.8010145062017615, 2.2855175173635076, 0.5572840915688231], [0.6432364617733456, 1.6690870764496335, 0.16882751487557365, 0.9156880444432857, 0.16477778978552557, 0.06840478108055512, 1.4276757252510217, 1.5332266330143383, -0.060540409710856224, -1.5055584925159358, 1.0255855425020215, 0.21825295349798182, -0.1779138847050129, -0.13691695849839405], [-1.0344476027217235, -0.3263672436058784, -0.30061801632950014, -0.46307962026755267, -0.14294898336343245, -0.5761912490376909, -0.7935235982538347, -0.4540947616892366, -0.616161760760894, 1.4445687890542458, -1.2748437084118758, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4157071397463461, 1.1992948006323683, 0.34883277302828175, 0.4716781185194563, 0.17593886445932194, -0.14058533805934495, 2.034609679374202, 2.4577314576566605, 0.08959426321960798, -1.7266299970433099, 1.2609235732860518, -0.24508797455434728, 0.1733030147180561, 0.2659658349827772], [-0.19560557047418892, -0.3031102002485881, -0.3251641878957785, 1.8738147266999698, -0.13816566564609115, -0.12044171211814975, 1.3724999112398237, -0.414785107728067, 1.1005420813538405, -1.7223786219562451, 1.6551147748493027, 0.27400129850394644, 0.6351349887795656, 2.256933665037644], [-1.0221672576550367, -0.33567006094879454, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, -0.7241810211857073, -0.4540947616892366, -0.6284678814928992, 1.2928274013313144, -1.1042236360934536, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [4.445420222805246, 1.3388370607761104, 0.5922489743938756, 0.8222122705645847, -0.14294898336343245, 0.446097767477965, 0.3588307335611219, 1.001818347983712, -0.600163803809287, -1.6242699661009017, 0.6608115947867743, -0.49357508810710443, -0.5174797039313934, -0.34539219644427654], [-0.7151586309878647, -0.019374271289645844, -0.29243595914074066, 0.3548334011710802, -0.14294898336343245, 1.6421255577364293, 1.6234007411691234, 0.05547482669629541, 0.8913380289097509, -1.6831351596141078, 1.6315809717708996, -0.16261728235544087, 0.7516457907464511, 2.006450764337905], [-1.0429493800755838, -0.21938484416234283, -0.32414143074718355, -0.46307962026755267, -0.09192692771179176, -0.684463238471615, -0.7681725485730139, -0.4540947616892366, -0.6284678814928992, 1.4269092310002838, -1.268960257642275, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3170644262629622, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.5031706050008583, -0.758852309719771, -0.4249764994957776, -0.6284678814928992, 1.2539109678420282, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5985442014439925, -0.4540947616892366, -0.6284678814928992, 0.9883635393268979, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.29243595914074066, -0.46307962026755267, -0.04249931129926482, -0.6618016592877705, -0.6816807320149194, -0.4540947616892366, -0.6284678814928992, 1.3516925948445204, -1.2218926514854689, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.16726631262798836, 0.12947080619701246, -0.044928729180767166, -0.3462349029191766, -0.14294898336343245, 7.861470067080444, 1.9727232933886687, -0.4540947616892366, -0.616161760760894, -1.6798648710855961, 0.7784806101787896, -0.4906571306550016, -0.5264636693842617, -0.3709875630524402], [-0.9673780258190491, -0.33567006094879454, -0.2791401162090066, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.6361979664110939, -0.4540947616892366, -0.6284678814928992, 1.2843246511571844, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0117761964447631, -0.33101865227733646, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6038887347068344, -0.6827991606773086, -0.4540947616892366, -0.6284678814928992, 1.2198999671455089, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0023297771626962, -0.33101865227733646, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6189964541627307, -0.661176206537785, -0.4540947616892366, -0.6284678814928992, 1.193410630064566, -1.0336222268582445, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.752944308116132, 0.2690130663407545, -0.14413617259447553, -0.18265229863145, -0.1349767871678636, 1.4054379529273857, 2.410401709936957, 4.58045277155982, -0.2863577251431529, -1.771432949883917, 1.1020704025068313, 0.023978417871135114, -0.3034086521247666, -0.33757681732728], [1.2600876408923098, 2.9063617830574793, 0.44190367355042054, -0.46307962026755267, -0.14294898336343245, -0.5233142309420535, -0.7234354020774478, -0.4540947616892366, 0.9700972015945847, -0.4123010374345572, 0.7137626517131812, 2.0746881998674063, 0.47314286170753467, -0.24379226792332162], [1.2081323348409423, 0.2643616576692965, -0.3128911021126393, 3.3460581652895094, -0.06641589988597141, 2.4503885486268864, 1.5410098297064558, 0.026356564502836407, -0.5577076872838689, -1.5179855889242795, 0.7549468071003865, -0.4481163825375024, -0.5059689981949059, -0.30963683698401745], [0.37117958644982096, -0.3496242869631688, 0.08087040009640953, 1.8738147266999698, -0.14294898336343245, 0.685303325529658, 1.5469747825725315, 1.001818347983712, 0.29449117340749564, -1.724340795073352, 1.3374084332908618, -0.28102492422761377, 0.584880932027584, 0.593430219984932], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 0.36406545923406153, 0.07246651782669834, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.2759001343717569, 0.33878419641262564, 0.30076318704431987, 0.6118917793375076, -0.14294898336343245, -0.08770831996370754, 1.5082025889430408, -0.17819922740621286, 0.9756349559239871, -1.764892372826894, 1.7374830856237133, 0.10291684578591717, 0.46345702395366106, 2.2772536507418346], [0.031108492295415083, -0.024025679961103854, 0.3846292732291044, -0.46307962026755267, -0.11106019858115701, -0.3395036442286474, -0.6194215364752566, -0.4540947616892366, 2.069033782962655, -0.6026318297939237, 1.431543645604474, 1.7176223537548225, 3.0664206394620415, -0.220541515050257], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 0.36406545923406153, 0.07246651782669834, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 0.36406545923406153, 0.07246651782669834, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.29560823219328625, 0.15737925822576082, -0.30061801632950014, -0.46307962026755267, -0.12222127325495342, 0.944652509522546, 0.8803912997885965, -0.4540947616892366, 1.3343583752619403, -1.59810765787281, 1.5609795625356904, 0.4352568419096294, 1.372100904835166, 1.8212262792650873], [-0.5224516776337013, -0.21008202681942667, -0.3220959164499937, 1.055901705261337, -0.14294898336343245, 0.5770313360957338, 1.4616013946768263, 3.0080666131130354, 1.3651236770919535, -1.7845141039979628, 1.984588017946945, -0.5015610769233859, 0.1929554391462054, -0.2986953062202223], [-1.036336886578137, -0.33101865227733646, -0.32311867359858865, -0.3696038463888518, -0.14294898336343245, -0.5837451087656392, -0.7450583562169714, -0.4482711092505448, -0.6260066573464982, 1.4030361247421503, -1.2513099053334726, -0.5000253098433318, -0.5277270395260714, -0.38075678694868587], [2.7327844069665286, 3.3715026502032868, 0.8479382615426084, -0.46307962026755267, -0.14294898336343245, 0.8237907538753747, 0.697714618265035, -0.34490127846376545, -0.3208148631927676, -1.5327018873025808, 0.890266174801204, -0.023937515026553512, -0.32558781683653515, -0.3483229636131503], [-0.9985512094498696, -0.3403214696202526, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, -0.5623816746934099, -0.4540947616892366, -0.6223148211268966, 1.2339622078181083, -1.145407791480659, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [6.738066182562866, 0.06435108479659948, 0.9379408906189626, -0.46307962026755267, -0.14294898336343245, 2.123054627082464, -0.626877727557851, -0.1286981816773326, -0.6260066573464982, -1.5346640604196877, 0.9255668794188086, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.7575381350863544, -0.2845045655627558, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, -0.37223703638308964, -0.4453194746966786, -0.4540947616892366, 1.9915052223510215, -0.8806063547173972, 1.6668816763885042, 1.2906791054997764, 1.999574741933935, 1.4597649951039975], [-0.9815476547421493, -0.3263672436058784, -0.1277720582169566, -0.18265229863145, -0.14294898336343245, -0.4603653998758186, 2.018206058992494, 3.7687812129171507, 0.6925941790878659, -1.7642383151211916, 1.643347873310101, 2.487502390985955, -0.44181786988301847, -0.339921431062379], [-1.036336886578137, -0.3403214696202526, -0.3139138592612342, -0.46307962026755267, -0.1397601048852049, -0.39741656880958365, -0.7935235982538347, -0.4540947616892366, -0.6173923728340945, 1.384395480129635, -1.2866106099510772, -0.48743201978688794, -0.5285692862872777, -0.3666891045380921], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7897955027125374, -0.4540947616892366, -0.6284678814928992, 0.2757676689642524, 0.1842520824491128, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.031108492295415083, -0.024025679961103854, 0.3846292732291044, -0.46307962026755267, -0.14294898336343245, -0.3395036442286474, -0.6194215364752566, -0.4540947616892366, 2.069033782962655, -0.6026318297939237, 1.431543645604474, 1.7176223537548225, 3.0664206394620415, -0.220541515050257], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.7897955027125374, -0.4468151961408719, -0.6284678814928992, 0.2757676689642524, 0.1842520824491128, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 0.21690247545104638, 0.26073694245392265, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0344476027217235, -0.3403214696202526, -0.3139138592612342, -0.46307962026755267, -0.1397601048852049, -0.39741656880958365, -0.7935235982538347, -0.4540947616892366, -0.6173923728340945, 1.384395480129635, -1.2748437084118758, -0.48743201978688794, -0.5285692862872777, -0.3666891045380921], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 0.21690247545104638, 0.26073694245392265, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.19560557047418892, -0.3496242869631688, -0.3036862877752849, -0.46307962026755267, -0.14294898336343245, -0.1682828237284883, -0.40207356641763137, -0.4540947616892366, 2.048113377718246, -0.7020486010606719, 1.47861125176128, 0.8191986119231603, 1.6612722928493637, 2.9954869915938165], [-1.0457833058602037, -0.3496242869631688, -0.08890728657034923, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7458039753252308, -0.3922184545281363, -0.6284678814928992, 1.3974766342436808, -1.2571933561030735, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3449728782917107, -0.3149366164098292, -0.46307962026755267, -0.0026383303214205125, -0.6466939398318741, -0.7480408326500092, -0.3652840619991868, -0.6284678814928992, 1.4164443077090472, -1.2571933561030735, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [3.661367422393698, 1.855143423307956, -0.29243595914074066, -0.46307962026755267, -0.10468244162470194, 3.7471344685913266, 0.5523188921544453, -0.4540947616892366, -0.5417097303322621, -1.5882967922872757, 0.666695045556375, -0.45395229744170806, -0.49754653058284193, -0.27192763274450915], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 0.15803728193784009, 0.3313383516891318, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.318004887855614, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.40580166195892853, -0.4540947616892366, -0.6223148211268966, 1.109691243734673, -1.0453891283974461, -0.4908107073630071, -0.5285692862872777, -0.38466447650718416], [6.615262731895996, -0.061236949332768444, 0.9808966908599497, -0.46307962026755267, -0.14294898336343245, 2.145716206266309, -0.502732146032655, -0.06099822207754046, -0.6284678814928992, -1.6242699661009017, 0.960867584036413, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0259458253678633, -0.33101865227733646, -0.06231560070688097, -0.46307962026755267, -0.14294898336343245, -0.6718734722583681, -0.7842033594005917, -0.4395356305925071, -0.6235454332000971, 1.4135010480333867, -1.268960257642275, -0.4954180086031694, -0.5239369291006425, -0.38407832307340944], [-1.0259458253678633, -0.33101865227733646, -0.06231560070688097, -0.46307962026755267, -0.14294898336343245, -0.6718734722583681, -0.7842033594005917, -0.4395356305925071, -0.6235454332000971, 1.4135010480333867, -1.268960257642275, -0.4954180086031694, -0.5239369291006425, -0.38407832307340944], [-1.0457833058602037, -0.33567006094879454, -0.3128911021126393, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.3759768976285512, -0.4540947616892366, -0.6284678814928992, 1.0900695125636042, -1.0336222268582445, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 0.06646920313951951, 0.44900736708114697, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.6073400685014918, 0.05504826745368327, -0.1339086011085262, 3.0889997871230817, -0.14294898336343245, 0.7381803436252954, 1.7378532742869468, 1.3366783632084902, -0.2715903802647465, -1.6831351596141078, 0.9314503301884093, -0.4293800241608421, -0.07515977983783208, 0.02564292713513383], [-0.6490336960133968, -0.2519447048625493, 0.25576187250614296, -0.11254546822242431, -0.14294898336343245, -0.4654013063611173, 1.6371946946719231, 2.336890669553806, 0.9036441496417561, -1.6765945825570847, 1.619814070231698, 0.29642349787273675, 1.0674883261988513, 0.965051496998117], [-0.7434978888340651, -0.10309962737589107, -0.1564092583776147, 0.21461974035302883, -0.1397601048852049, -0.1934623561549823, 1.8616260462580128, 3.7542220818204215, 0.44831768255756144, -1.578485926701741, 1.3197580809820595, 1.2605780707307155, 0.1226278345854709, -0.2842368548537787], [1.9232262744934012, -0.11705385339026526, -0.3220959164499937, 2.3178246526237993, -0.04728262901660613, 2.0752135154721256, 1.04740998003871, -0.4540947616892366, -0.04023531050304753, -1.6576269090917184, 0.8667323717228009, -0.2466237416344014, -0.3531012110359443, 0.7837347014837975], [-1.0353922446499302, -0.19147639213359438, -0.32414143074718355, -0.46307962026755267, 0.04678928609110643, -0.6567657528024716, -0.7793568351969055, -0.4540947616892366, -0.6204689030170958, 1.3883198263638488, -1.268960257642275, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3263672436058784, -0.31595937355842413, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.3349678466742822, -0.4540947616892366, -0.6284678814928992, 1.0508260502214666, -1.0042049730102407, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5640159224747954, -0.0705397666756846, -0.1339086011085262, 0.658629666276858, -0.11903239477672588, 0.869113912243064, 2.4476826653499284, 4.399191589405538, -0.33558220807117395, -1.771432949883917, 1.131487656354835, -0.13589493516249912, -0.36475229123263275, -0.25395226077541716], [0.9096254855276303, -0.25659611353400735, 1.5393220939927823, -0.46307962026755267, -0.14294898336343245, 0.15401519133063463, -0.7487864517582686, -0.4395356305925071, 1.420501220385977, -0.5352638861065877, 0.9961682886540176, 1.3475024874617787, 1.8227029220805906, 0.14482745866933094], [-0.010455752545678928, -0.15891653143338794, 0.5186104596950404, -0.11254546822242431, -0.14294898336343245, -0.25892914046386667, 0.046789136754548384, -0.4540947616892366, 1.6241675185006643, -0.9316228557621758, 1.4433105471436753, 0.6565608781454287, 1.130095335448527, 2.397219720187732], [-0.006677184832852275, -0.11240244471880723, -0.0725431721928303, 2.5047762003812006, -0.14294898336343245, -0.002097909713627969, 1.4806146819374417, 0.9872592168869825, 0.3990931996295403, -1.6831351596141078, 1.1256042055852344, -0.010115611306066355, 0.608463841341363, 0.6704117042873479], [-0.9985512094498696, -0.3263672436058784, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.6240323606480296, -0.607118821188976, -0.4540947616892366, -0.6284678814928992, 0.7499595055984133, -0.49822820682457536, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.000440493306283, -0.2752017482198396, -0.3190276450042089, -0.46307962026755267, -0.13338234792874984, -0.5787092022803404, -0.5418771492162754, -0.4540947616892366, -0.6260066573464982, 1.2140134477941884, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0429493800755838, -0.3449728782917107, -0.32414143074718355, -0.46307962026755267, -0.1349767871678636, -0.6718734722583681, -0.29023070017871616, -0.4540947616892366, -0.6272372694196987, 1.0115825878793296, -0.9747877191622369, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0079976287319363, -0.2798531568912977, -0.318004887855614, -0.46307962026755267, -0.09830468466824684, -0.6869811917142645, -0.46917928616098054, -0.4540947616892366, -0.6223148211268966, 1.1522049946053219, -1.068922931475849, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3184090211410577, -0.028677088632561926, -0.13084032966274142, -0.019069694343723426, -0.14294898336343245, -0.03483130186807018, 1.6483789812958145, 2.909064521655275, 0.7867360026877062, -1.7387300645988024, 1.431543645604474, 0.9727753199285727, 0.2477014786246215, 0.14404592075763137], [-1.008942270660143, -0.3263672436058784, 0.005186371100384551, -0.46307962026755267, -0.14294898336343245, -0.6618016592877705, -0.7704094058977922, -0.4540947616892366, -0.6210842090536961, 1.372295412574143, -1.2571933561030735, -0.4969537756832236, -0.5215505632772244, -0.3768490973901876], [-1.0457833058602037, -0.33101865227733646, -0.3220959164499937, -0.46307962026755267, -0.11903239477672588, -0.6718734722583681, -0.6596849683212661, -0.1993099674964706, -0.6260066573464982, 1.3340330367905588, -1.2042422991766666, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9985512094498696, -0.3077616089200461, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, -0.4654013063611173, -0.7525145472995657, -0.3740195406572244, -0.6284678814928992, 1.3974766342436808, -1.2513099053334726, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.7084167548196069, -0.3496242869631688, -0.028564614803248237, 2.200979935275423, -0.14294898336343245, 0.35796940398523597, 1.1920600870410403, 0.7936227733004804, 0.33817790200611436, -1.508501752191596, 1.2373897702076488, -0.3152725301128207, 0.8030228431800417, 0.4322380256968784], [-0.9503744711113288, -0.3496242869631688, -0.28016287335760154, -0.46307962026755267, -0.14294898336343245, -0.49309879203026075, -0.7808480734134243, -0.4293442388247965, -0.6075474762484903, 1.3974766342436808, -1.2277761022550695, -0.4757601899784766, -0.5285692862872777, -0.38466447650718416], [-0.10114137765352059, 1.3713969214763169, 0.3253093586105983, 1.2428532530187386, 0.9731584840162081, -0.03483130186807018, 2.1889528347839047, 1.8105780804070348, -0.3823454668527939, -1.7462517282143788, 0.8726158224924017, -0.5015610769233859, -0.1725796552173724, -0.13613542058669442], [-1.0457833058602037, -0.3496242869631688, -0.318004887855614, -0.46307962026755267, 0.022872697504399825, -0.6592837060451211, -0.60189948743116, -0.3434453653540925, -0.6284678814928992, 1.2611056026047531, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4761642231515738, 0.4132067351559546, 0.2291701866426747, 0.7754743836252342, -0.14294898336343245, -0.3470575039565956, 1.5555494023175147, -0.3696518013282056, 1.1196165684884487, -1.8031547486104782, 1.7610168887021163, 0.053157992392163525, 0.5822138172837634, 2.3526720592208514], [-1.039170812362757, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.29433160527414304, -0.4540947616892366, -0.6284678814928992, 0.72902965901594, -0.6276641237557921, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3077616089200461, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, -0.4654013063611173, -0.7499048804206577, -0.3703797578830421, -0.6284678814928992, 1.2022404090915473, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0098869125883496, -0.3170644262629622, -0.32720970219296835, -0.46307962026755267, -0.04728262901660613, -0.5912989684935873, -0.538521863229108, -0.4540947616892366, -0.6149311486876934, 1.204529611061505, -1.121873988402256, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.979658370885736, -0.2798531568912977, -0.3282324593415633, -0.46307962026755267, -0.10787132010292946, -0.6869811917142645, -0.40580166195892853, -0.4540947616892366, -0.6284678814928992, 1.0867992240350928, -1.0277387760886438, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9324262744754018, -0.33101865227733646, -0.27709460191181673, -0.46307962026755267, -0.12700459097229475, -0.48302697905966313, -0.7003212097214053, -0.4540947616892366, -0.616161760760894, 1.276475958688757, -1.1924753976374651, -0.48620340612284463, -0.5173393294711923, -0.382710631727935], [-1.039170812362757, -0.3077616089200461, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.5082065114861571, -0.696593114180108, -0.3842109324249351, -0.6284678814928992, 1.026625915110482, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8322942300854934, -0.14031089674755562, -0.24129810171099406, -0.06580758128307386, -0.1397601048852049, -0.3168420650448029, 1.8660997609075696, 4.2091949285932175, 0.4470870704843609, -1.5582101378249702, 1.378592588678067, 1.1369488207863585, 0.20207977905927477, -0.2652845604950621], [-1.0457833058602037, -0.3496242869631688, 0.08087040009640953, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7458039753252308, -0.3922184545281363, -0.6284678814928992, 1.377854903072612, -1.2571933561030735, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.29845879157713, -0.3139138592612342, -0.46307962026755267, 0.2556608264150106, -0.6869811917142645, -0.7823393116299431, -0.4540947616892366, -0.6284678814928992, 1.4465309621713527, -1.2807271591814764, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0146101222293833, -0.3496242869631688, -0.3098228306668545, -0.18265229863145, -0.12700459097229475, -0.6290682671333283, -0.7092686390205186, -0.37693136687657036, -0.616161760760894, 1.2627407468690088, -1.2218926514854689, -0.49357508810710443, -0.5281481629066744, -0.3688383337952662], [-0.38453395611552554, 0.2597102489978384, 0.45213124503636987, -0.46307962026755267, -0.11584351629849833, -0.09274422644900633, 1.3016660959551773, -0.4540947616892366, 1.3835828581899616, -1.7747032384124284, 1.79043414255012, 0.18339104078075316, 0.8021805964188352, 2.7747025315386646], [-1.0457833058602037, -0.3496242869631688, -0.318004887855614, -0.46307962026755267, 0.022872697504399825, -0.6592837060451211, -0.572820342209042, -0.3434453653540925, -0.6284678814928992, 1.2611056026047531, -1.145407791480659, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.06241105859704657, 1.43651664287673, -0.25357118749413327, 3.0889997871230817, 0.2301497985891902, 1.7932027522953935, 2.1561455940204897, 0.02854043416734585, -0.5644760536864718, -1.6376781490677985, 0.7196461024827819, -0.4679277778702006, -0.5002136453266622, -0.32409528835046103], [-0.10114137765352059, 1.3434884694475686, -0.09299831516472892, 2.341193596093474, 0.7339925981491422, -0.13303147833139675, 2.039829013132018, 0.8562270370164171, -0.19775365587271496, -1.7158380448992223, 0.8726158224924017, -0.42477272292067975, -0.21974547384493082, 0.33825809181499517], [1.4008392881951055, -0.29380738290567193, 1.6927356662820225, -0.46307962026755267, -0.14294898336343245, 0.20941016266892157, -0.7338740695930799, -0.4395356305925071, 1.1374604435498563, -0.5630613385989351, 0.8784992732620025, 1.2008367313166102, 1.5785917357909354, 0.17335359244636833], [-0.19560557047418892, -0.14496230541901367, 0.5789531314621414, 4.421029564894569, -0.1413545441243187, 0.4561695804485625, 1.9578109112234798, -0.4540947616892366, -0.06238632782065708, -1.6831351596141078, 0.9549841332668123, -0.30390785372042023, -0.0695448014297894, 0.3202827198459031], [-1.039170812362757, -0.31241301759150414, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.437703820691974, -0.6921193995305516, -0.39658619385715516, -0.6284678814928992, 1.0174691072306499, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.994643259066232, 0.22249897962617385, -0.32311867359858865, 3.0889997871230817, -0.14294898336343245, 3.047143467134794, 1.531316781299083, -0.29976797206390404, -0.5410944242956618, -1.453560904912604, 0.7196461024827819, -0.44535200179340495, -0.5113032276825464, -0.26547994497298705], [-0.9607655323216022, -0.33567006094879454, -0.32720970219296835, -0.43971067679787745, -0.14294898336343245, -0.6366221268612765, -0.3685207065459568, -0.4526388485795637, -0.6223148211268966, 1.0475557616929554, -0.9806711699318377, -0.4974145058072397, -0.5242176780210446, -0.3793890956032115], [-1.0193333318704167, -0.3217158349344203, 0.08189315724500447, -0.46307962026755267, -0.14294898336343245, -0.6718734722583681, -0.7823393116299431, -0.43298402159897886, -0.6143158426510931, 1.4000928650664899, -1.263076806872674, -0.4928072045670774, -0.5160759593293828, -0.3702060251407406], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, 0.027668192595627063, -0.14294898336343245, -0.6869811917142645, -0.715233591886594, -0.4540947616892366, -0.6284678814928992, 1.354962883373032, -1.2218926514854689, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8861388199932744, -0.3496242869631688, 0.0706428286104602, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6284678814928992, 1.384395480129635, -1.2395430037942712, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3449728782917107, -0.30777731636966466, -0.46307962026755267, -0.1174379555376121, -0.6743914255010175, -0.30514308234390486, -0.4540947616892366, -0.6284678814928992, 0.5602827709447487, -0.409976445280564, -0.5007931933833588, -0.5285692862872777, -0.3823198627720852], [-1.0457833058602037, -0.3403214696202526, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.6011538683229005, -0.07846917939361586, -0.6284678814928992, 1.2856327665685892, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5167838260644612, 1.3713969214763169, 0.31508178712464896, 0.9857948748523112, 0.7435592335838247, 0.04574320189671065, 2.315708083188009, 2.0573553524965997, -0.314661802826765, -1.7420003531273138, 0.9491006824972116, -0.3326266981174323, -0.30397014996557087, 0.02564292713513383], [2.7233379876844617, -0.24264188751963314, 0.3805382446347245, -0.46307962026755267, -0.14294898336343245, 1.0755860781403146, -0.7935235982538347, -0.4540947616892366, 1.2174502283078903, -1.042158608025863, 1.2432732209772495, 0.5688685778743381, 1.8437590911107504, -0.3162799092334645], [-1.0457833058602037, -0.3496242869631688, -0.3149366164098292, -0.46307962026755267, 0.2588497048932381, -0.6492118930745234, -0.7465495944334902, -0.3929464110829728, -0.6284678814928992, 1.4170983654147493, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6150265865979563, -0.21473343549088475, 0.0921207287309538, 0.28472657076205454, 0.04838372533022019, 1.2266632726992786, 1.6260104080480318, -0.40823349873453874, 0.9799420981801888, -1.7413462954216117, 1.6668816763885042, 0.5364638924851961, 0.11055563100817924, 1.9992215386546828], [-1.0457833058602037, -0.3496242869631688, -0.3139138592612342, -0.46307962026755267, 0.2508775086976692, -0.6038887347068344, -0.7476680230958794, -0.42424854294094116, -0.6284678814928992, 1.4138280768862381, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9947726417370428, -0.33101865227733646, 0.09007521443376387, -0.46307962026755267, -0.14294898336343245, -0.6114425944347825, -0.7883042644960186, -0.4431754133666895, -0.6180076788706947, 1.3942063457151692, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9192012874805082, -0.10775103604734912, -0.02549634335746338, 0.4015712881104307, -0.14294898336343245, 1.498602222905414, 1.7874369449861993, -0.20950135926418126, 0.9657900593383828, -1.7223786219562451, 1.743366536393314, 0.8328669389356421, 0.5162378209892621, 0.9658330349098169], [-1.0457833058602037, -0.3031102002485881, -0.2249339873334752, -0.46307962026755267, -0.14294898336343245, -0.49309879203026075, -0.702185257492054, -0.2757454057543004, -0.6284678814928992, 1.339919556141879, -1.2277761022550695, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.31241301759150414, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.36720112989779086, -0.6999484001672757, -0.4089614552893752, -0.6284678814928992, 1.0177961360835013, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7312175437673782, -0.2845045655627558, -0.30777731636966466, 1.6401252920032177, -0.09033248847267798, 0.20941016266892157, -0.225734647314275, -0.0005778280261130843, 1.4321920350813824, -0.2772381212070341, 0.7961309624875919, 4.059359997421351, -0.32853568050075754, -0.31315375758666586], [-0.9418726937574686, -0.21473343549088475, -0.316982130707019, -0.46307962026755267, -0.09192692771179176, -0.4679192596037668, -0.7103870676829077, -0.4540947616892366, -0.6180076788706947, 1.3363222387605165, -1.216009200715868, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.3128911021126393, -0.46307962026755267, 0.2588497048932381, -0.6013707814641849, -0.7465495944334902, -0.4235205863861047, -0.6284678814928992, 1.4170983654147493, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0420047381473772, -0.29845879157713, -0.32311867359858865, -0.46307962026755267, 0.2572552656541243, -0.6038887347068344, -0.7599707383821601, -0.4519108920247272, -0.6284678814928992, 1.4193875673847076, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.2832311448033863, -0.43971067679787745, -0.1174379555376121, -0.6592837060451211, -0.2939587957200133, -0.4540947616892366, -0.6284678814928992, 0.7009051776707416, -0.5864799683685867, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.31241301759150414, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.36720112989779086, -0.6962203046259785, -0.4089614552893752, -0.6284678814928992, 1.0145258475549894, -0.7865172945350126, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0410600962191703, -0.3496242869631688, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.4402217739346234, -0.7036764957085728, -0.4540947616892366, -0.6284678814928992, 0.2940812847239164, 0.1077672224443029, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.28732217339776606, -0.46307962026755267, -0.12222127325495342, -0.6592837060451211, -0.20821259827017835, -0.4540947616892366, -0.6284678814928992, 0.6256885415149778, -0.5511792637509823, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.809622823808533, 0.0038827720676445233, -0.12061275817679208, -0.22939018557080043, -0.13178790868963605, -0.2765548131624125, 1.8523058074047698, 3.323999757912065, 0.5609186872554095, -1.6144591005153672, 1.4668443502220785, 1.3260017483410211, 0.3191520788669644, -0.11347082114740445], [1.1457859675793012, -0.31241301759150414, 1.72750940933425, -0.46307962026755267, -0.14294898336343245, 0.2648051340072081, -0.651855967684542, -0.4540947616892366, 1.2205267584908919, -0.5990345124125612, 0.9785179363452153, 1.12819494843005, 1.556552945539368, 0.1586997566019998], [-1.0457833058602037, -0.31241301759150414, -0.3149366164098292, -0.46307962026755267, 0.2588497048932381, -0.6492118930745234, -0.7465495944334902, -0.3929464110829728, -0.6284678814928992, 1.4170983654147493, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.31241301759150414, -0.3139138592612342, -0.46307962026755267, 0.2572552656541243, -0.626550313890679, -0.7525145472995657, -0.40823349873453874, -0.6284678814928992, 1.4164443077090472, -1.263076806872674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5545695031927285, 0.4969320912421999, 0.06450628571889061, 4.4443985083642445, -0.14294898336343245, 0.2975385261616505, 2.382813802931358, 1.3366783632084902, -0.49310055344084125, -1.6635134284430388, 0.5431425793947592, -0.440130393721221, -0.472419502206851, -0.24789534195974483], [-0.6584801152954637, -0.25659611353400735, 0.24451154387159868, -0.11254546822242431, -0.14294898336343245, -0.4704372128464162, 1.5887294526350597, 2.280838014831397, 0.872878847811743, -1.6144591005153672, 1.5609795625356904, 0.2804515202401737, 1.0354829492730084, 0.9378930545665541], [-0.4978909875003275, 1.455122277562562, 0.1432585861607004, 0.6352607228071829, 0.19188325685045968, -0.3092882053168547, 2.15539997491223, 2.0791940491416936, -0.0070087845266333685, -1.735459776070291, 1.2491566717468503, -0.24508797455434728, 0.02029485309889334, 0.4105503486472131], [-1.039170812362757, -0.3170644262629622, -0.32311867359858865, -0.46307962026755267, -0.06641589988597141, -0.5207962776994042, -0.4043104237424097, -0.4540947616892366, -0.6180076788706947, 1.1015155224133946, -1.0395056776278453, -0.49833596605527225, -0.5256214226230553, -0.3764583284343378], [-0.48844456821826066, 0.34808701375554163, 0.5155421882492556, 0.0977750230046527, -0.14294898336343245, 0.14394337836003715, 1.9279861468931025, 2.3339788433344597, 0.3314095356035114, -1.7125677563707107, 1.231506319438048, -0.0002867019937200232, 0.3571935575814535, 0.6008548301460785], [-0.9664333838908424, -0.3403214696202526, -0.09402107231332389, -0.43971067679787745, -0.14294898336343245, -0.6542477995598223, -0.6567024918882283, -0.43152810848930595, -0.5946260494798847, 1.2653569776918179, -1.1512912422502597, -0.4828247185467256, -0.499792521946059, -0.35437988242882257], [-0.8568549202188671, -0.33101865227733646, -0.29754974488371533, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, -0.7487864517582686, -0.44463132647636244, -0.5915495192968835, 1.325530286616429, -1.1924753976374651, -0.4740708461904171, -0.4901066841921854, -0.3600460322886451], [-0.12003421621765419, 0.5992630820142774, 0.6055448173256096, 0.2613576272923793, -0.11903239477672588, 0.08351250053645153, 1.3762280067811208, -0.4540947616892366, 0.9097972100077588, -1.7092974678421993, 1.6374644225405004, 0.1325571504309616, 0.9244467512539642, 1.4062296481525713], [-0.9012530908445813, -0.33101865227733646, -0.3251641878957785, -0.3696038463888518, -0.14294898336343245, -0.6517298463171729, -0.37374004030377284, -0.4540947616892366, -0.6241607392366973, 1.0308772901975467, -0.9865546207014384, -0.5000253098433318, -0.522954307879235, -0.38036601799283604], [-0.9173120036240949, -0.31241301759150414, -0.091975558016134, -0.46307962026755267, -0.1365712264069774, -0.47295516608906557, -0.7793568351969055, -0.4380797174828342, -0.6284678814928992, 1.3686980951927799, -1.2454264545638718, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4317660525258597, 0.5434461779567806, 0.14428134330929532, 5.2623115298028775, -0.14294898336343245, 0.19178448997037564, 2.3716295163074665, 0.36121657972761456, -0.4561821912448255, -1.7256489104847565, 0.4843080716987515, -0.42477272292067975, -0.4583820561867443, -0.18927999858227085], [-1.0164994060857966, -0.3496242869631688, -0.3282324593415633, -0.11254546822242431, -0.14294898336343245, -0.6869811917142645, -0.6734789218240657, -0.3070475376122688, -0.6192382909438953, 1.3323978925263027, -1.1924753976374651, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.01555476415759, -0.3077616089200461, 0.025641514072283208, -0.392972789858527, -0.1413545441243187, -0.6089246411921331, -0.6902553517599029, -0.4395356305925071, -0.6278525754562989, 1.3189897095594059, -1.216009200715868, -0.5009467700913642, -0.5281481629066744, -0.3832967851617098], [0.9918093332816118, -0.29380738290567193, -0.27709460191181673, -0.46307962026755267, -0.14294898336343245, -0.12295966536079922, -0.7935235982538347, -0.4540947616892366, 1.9545868601550056, -0.645799638370275, 1.4844947025308808, 2.232104325572954, 2.1217005223088625, -0.08572622528206678], [-0.970211951603669, -0.33567006094879454, -0.1850464585382728, -0.3696038463888518, -0.14294898336343245, -0.6441759865892247, -0.46917928616098054, -0.4409915437021801, -0.616161760760894, 1.1345454365513599, -1.0512725791670468, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.36564111755139184, 1.776069475893169, 0.3539465587712564, 0.6118917793375076, 0.3305994706533578, -0.19094440291233297, 2.3119799876467115, 2.6615592930108734, -0.40695770831680445, -1.758351795769871, 1.0314689932716221, -0.39113942386749445, -0.3292375528017629, -0.13066465520479684], [0.9776397043585118, 0.1759848929115931, -0.31595937355842413, 3.159106617532107, -0.04249931129926482, 2.820527675296348, 1.5384001628275477, -0.3004959286187405, -0.5527852389910668, -1.4434230104742183, 0.7549468071003865, -0.465470550542114, -0.49642353490123337, -0.30514299399174444], [-0.9730458773882892, -0.2379904788481751, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.5182783244567548, -0.21268631291973492, 0.7069959432749398, 2.12871846851288, -0.6183292147307786, 1.4138932932956716, 0.365840169891183, 0.6552085365883183, 3.724075709775818], [-0.83607279779832, -0.33101865227733646, -0.05822457211250123, -0.46307962026755267, -0.1365712264069774, -0.525832184184703, -0.7663085008023653, -0.4540947616892366, -0.6284678814928992, 1.333378979084856, -1.216009200715868, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3449728782917107, -0.28834493054636096, -0.46307962026755267, -0.1365712264069774, -0.6492118930745234, -0.5538070549484264, -0.07264552695492406, -0.6284678814928992, 1.2398487271694285, -1.1336408899414574, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0079976287319363, -0.28915597423421385, -0.10833967239365291, -0.46307962026755267, -0.12700459097229475, -0.3118061585595041, -0.7897955027125374, -0.4540947616892366, -0.6272372694196987, 1.3811251916011236, -1.2748437084118758, -0.5012539235073751, -0.5282885373668756, -0.3834921696396347], [-0.9012530908445813, -0.33101865227733646, -0.27198081616884207, -0.3696038463888518, -0.14294898336343245, -0.6517298463171729, -0.37448565941203227, -0.4540947616892366, -0.6241607392366973, 1.0269529439633334, -0.9865546207014384, -0.5000253098433318, -0.522954307879235, -0.38036601799283604], [-0.9380941260446418, -0.3217158349344203, 0.05223319993575146, -0.46307962026755267, -0.14294898336343245, -0.551011716611197, -0.7920323600373158, -0.4540947616892366, -0.6149311486876934, 1.3762197588083562, -1.2454264545638718, -0.48466763904279053, -0.5159355848691817, -0.382710631727935], [-0.6830408054288374, -0.22403625283380085, -0.22288847303628528, -0.08917652475274906, -0.14294898336343245, -0.39238066232428487, 1.8400030921184893, 2.6724786413334205, 0.8015033475661124, -1.7596599111812758, 1.6668816763885042, 1.325848171633016, 0.5518929338803331, 0.1332997744717611], [-0.9116441520548547, -0.33567006094879454, -0.32618694504437346, -0.392972789858527, -0.14294898336343245, -0.634104173618627, -0.3137177020888884, -0.4468151961408719, -0.6167770667974942, 0.9772445583299589, -0.9394870145446323, -0.4977216592232506, -0.5218313121976265, -0.3684475648394164], [-0.9116441520548547, -0.33567006094879454, -0.32618694504437346, -0.392972789858527, -0.14294898336343245, -0.634104173618627, -0.3137177020888884, -0.4468151961408719, -0.6167770667974942, 0.9772445583299589, -0.9394870145446323, -0.4977216592232506, -0.5218313121976265, -0.3684475648394164], [-0.5158391841362545, -0.2472932961910912, 0.1862143864016875, 0.19125079688335359, -0.14294898336343245, -0.14562124454464376, 1.8411215207808784, 2.531255069695144, 0.5886074589024215, -1.7420003531273138, 1.472727800991679, 0.47749043661111784, 0.665034748802393, 0.3097319580379577], [0.5289347884603373, 0.12947080619701246, 7.258535740988596e-05, 1.3363290268974395, -0.1365712264069774, 0.3932207493823276, 1.5708345940368333, 2.6258894218238864, -0.15529753934729676, -1.5120990695729586, 1.0079351901932192, -0.005969040189920268, -0.1694914170929489, -0.1447323376153906], [-0.7907299852443992, -0.3496242869631688, -0.13186308681133635, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5586535791521127, -0.4540947616892366, -0.5977025796628861, 1.1129615322631843, -1.0512725791670468, -0.482978295254731, -0.5049863769734985, -0.3637583373692184], [-0.25417337002300316, -0.25659611353400735, 0.12075792889161185, 0.4483091750497811, -0.14294898336343245, -0.38482680259633667, 1.3516225762085594, -0.4351678912634883, 1.2642134870895108, -1.7900735944964323, 1.8139679456285231, 0.17171921097234175, 0.5507699381987246, 3.0015439104094885], [-1.0268904672960701, -0.3077616089200461, -0.32618694504437346, -0.43971067679787745, -0.14294898336343245, -0.5333860439126512, -0.18957212056369246, -0.4540947616892366, -0.6284678814928992, 0.9167442205524973, -0.9100697606966286, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.5236427388619747, 3.859900560706384, 0.4132664733897624, -0.46307962026755267, -0.14294898336343245, -0.45281154014787034, -0.7189616874278912, -0.4118732815087211, 0.49754216548558255, -0.2376676300120455, 0.3725225070763371, 1.2768572017792892, 0.17611050392207736, -0.23812611806349918], [-0.9532083968959487, -0.3496242869631688, -0.029587371951843168, -0.29949701597982614, -0.14294898336343245, -0.6869811917142645, -0.6712420644992874, -0.430072195379633, -0.5983178856994863, 1.2601245160461998, -1.1630581437894612, -0.47637449681049826, -0.5285692862872777, -0.38466447650718416], [-0.43459997831047975, 1.5574532683346396, -0.00197292893977998, -0.3696038463888518, 0.10259465946008844, -0.047421068081317186, 1.8925692392507794, 2.892321520894036, 0.04713814669418984, -1.5297586276269206, 1.1432545578940367, 0.8981370398379421, -0.36208517648881255, -0.3379675862831299], [-0.8663013395009339, -0.3077616089200461, -0.3282324593415633, -0.46307962026755267, 0.03243933293908248, -0.6869811917142645, -0.3759768976285512, -0.4540947616892366, -0.5853964589308808, 0.978879702594215, -0.9747877191622369, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7623907273981988, -0.1310080794046395, -0.2852766591005762, -0.25275912904047565, -0.1413545441243187, -0.4276320077213764, 1.9880084851079871, 4.714396777649731, 0.21388608261286113, -1.5526506473265007, 1.2726904748252534, 0.08633056132133261, -0.18409036095385986, 0.9076084604881925], [-0.8568549202188671, -0.2845045655627558, -0.27811735906041163, -0.46307962026755267, -0.13019346945052226, -0.5711553425523922, -0.5064602415739523, -0.4540947616892366, -0.5730903381988754, 1.0933398010921158, -1.0042049730102407, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9513191130395354, -0.3217158349344203, -0.16663682986356404, -0.3696038463888518, -0.031338236625468426, -0.48554493230231255, -0.778611216088646, -0.4540947616892366, -0.6223148211268966, 1.384395480129635, -1.2454264545638718, -0.49710735239122894, -0.5222524355782296, -0.380561402470761], [-0.9607655323216022, -0.33567006094879454, -0.15129547263464005, -0.43971067679787745, -0.14294898336343245, -0.6366221268612765, -0.36479261100465965, -0.4526388485795637, -0.6223148211268966, 1.0475557616929554, -0.9806711699318377, -0.49848954276327767, -0.5242176780210446, -0.3793890956032115], [0.6356793263476923, 0.2876187010265867, -0.07867971508439989, 3.018892956714056, -0.14294898336343245, 0.12128179917619254, 1.7564937519934327, 1.0673344379189946, -0.13622305221268863, -1.6831351596141078, 0.8784992732620025, -0.3479843689179736, -0.023221229563437362, 0.0842582705126078], [-0.2258341121768028, -0.15426512276192983, 0.14939512905226998, 1.3596979703671148, -0.1285990302114085, -0.03986720835336898, 1.6480061717416845, 0.18796291967653375, 0.7344349895766837, -1.7472328147729321, 1.6315809717708996, -0.12238018485802284, 1.253905609345868, 0.8878746282177763], [-1.036336886578137, -0.3403214696202526, -0.2944814734379305, -0.46307962026755267, -0.09989912390736061, -0.6693555190157187, 0.004288847583760573, -0.4540947616892366, -0.6223148211268966, 0.7434189285413904, -0.7924007453046134, -0.5003324632593426, -0.5282885373668756, -0.38075678694868587], [-1.008942270660143, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.0440937505383786, -0.6869811917142645, 0.010626610003965833, -0.4540947616892366, -0.609393394358291, 0.6659130904156687, -0.751216589917408, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8474085009368003, -0.2845045655627558, -0.2750490876146268, -0.46307962026755267, -0.13019346945052226, -0.5686373893097428, -0.4952759549500607, -0.4540947616892366, -0.579243398564878, 1.0835289355065811, -1.0042049730102407, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8861388199932744, -0.3496242869631688, 0.08802970013657406, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.4540947616892366, -0.5761668683818768, 1.1456644175482988, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.47899814893619386, 0.5806574473284452, 0.134053771823346, 3.43953393916821, 0.04838372533022019, -0.02475948889747258, 2.2821552233163342, 1.111011831209183, -0.26543731989874386, -1.7223786219562451, 0.7843640609483903, -0.3172690273168911, -0.20570802782482417, 0.06471982272011645], [-1.0457833058602037, -0.27055033954838154, -0.32005040215280384, -0.46307962026755267, 0.05954480000401658, -0.6869811917142645, -0.6257592988954619, -0.12651431201282318, -0.6284678814928992, 1.2745137855716502, -1.1807084960982634, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9532083968959487, -0.3170644262629622, -0.039814943437792495, -0.392972789858527, -0.1365712264069774, -0.6869811917142645, -0.6712420644992874, -0.3827550193152622, -0.5780127864916776, 1.2405027848751313, -1.145407791480659, -0.45118791669761066, -0.5285692862872777, -0.38466447650718416], [-0.9258137809779551, -0.3217158349344203, -0.15129547263464005, -0.41634173332820223, -0.14294898336343245, -0.6315862203759777, -0.683544779785568, -0.4344399347086518, -0.5700138080158742, 1.254237996694879, -1.1395243407110582, -0.46132397942596787, -0.46989276192323176, -0.33308297433500705], [1.008812887989332, 2.441220915911673, -0.32414143074718355, 1.8504457832302947, -0.14294898336343245, 1.9065106482146161, 1.463092632893345, -0.4540947616892366, -0.2851271130699523, -1.5696561476747604, 0.9432172317276108, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9532083968959487, -0.3170644262629622, -0.016291529020109042, -0.392972789858527, -0.14294898336343245, -0.6869811917142645, -0.6712420644992874, -0.33470988669605484, -0.6081627822850905, 1.2601245160461998, -1.168941594559062, -0.47637449681049826, -0.5285692862872777, -0.38466447650718416], [-0.10114137765352059, -0.14961371409047178, 0.09314348587954872, -0.46307962026755267, -0.14294898336343245, 0.05329706162465871, 1.1003489367251298, -0.4540947616892366, 1.4635726429479956, -1.692946025199642, 1.8610355517853292, 0.2566471304993349, 1.6319340306673404, 1.9650292550178234], [-0.03407180075084601, 1.3109286087473622, 0.25269360106035804, 1.1961153660793884, 0.19826101380691474, 0.3478975910146385, 2.08941268383127, 1.885557605555192, -0.2986638458751581, -1.7420003531273138, 1.0255855425020215, -0.5015610769233859, -0.2772990025273682, -0.03492626102158931], [-0.8861388199932744, -0.3496242869631688, 0.19132817214466216, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.4540947616892366, -0.6284678814928992, 1.1652861487193675, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9692673096754624, -0.3170644262629622, -0.3128911021126393, -0.46307962026755267, -0.14294898336343245, -0.6164785009200814, -0.46992490526923997, -0.2648260574317533, -0.5897036011870825, 1.1191750804673561, -1.0277387760886438, -0.4900428238229799, -0.5096187341601337, -0.3551614203405222], [-0.8861388199932744, -0.3496242869631688, 0.19132817214466216, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.4540947616892366, -0.6284678814928992, 1.1162318207916957, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9135334359112681, -0.2845045655627558, -0.1850464585382728, -0.27612807251015087, -0.13816566564609115, -0.6189964541627307, -0.7137423536700751, -0.3565485833411491, -0.6247760452732976, 1.32880057514494, -1.216009200715868, -0.4991038495952993, -0.5274462906056692, -0.38075678694868587], [-0.9513191130395354, -0.27055033954838154, -0.2893676876949559, -0.46307962026755267, -0.09033248847267798, -0.40497042853753185, -0.4952759549500607, -0.4540947616892366, -0.6284678814928992, 1.1489347060768103, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9220352132651282, -0.3496242869631688, -0.08379350082737456, -0.29949701597982614, -0.13019346945052226, -0.6869811917142645, -0.6589393492130067, -0.4060496290700293, -0.5878576830772818, 1.2437730734036425, -1.1336408899414574, -0.47637449681049826, -0.5285692862872777, -0.38466447650718416], [-1.0127208383729698, -0.3170644262629622, -0.3251641878957785, -0.22939018557080043, -0.1126546378202708, -0.49058083878761133, -0.5001224791537471, -0.4540947616892366, -0.6241607392366973, 1.1783673028334134, -1.1101070868630545, -0.5001788865513372, -0.5267444183046638, -0.37919371112528655], [-0.9711565935318757, -0.31241301759150414, -0.19322851572703226, -0.392972789858527, -0.1238157124940672, -0.5182783244567548, -0.6429085383854288, -0.38202706276042564, -0.6075474762484903, 1.2679732085146271, -1.1571746930198605, -0.47852457072257404, -0.5117243510631496, -0.3788029421694368], [-0.13892705478178796, -0.1868249834621363, 0.09621175732533346, -0.04243863781339862, -0.14294898336343245, -0.2664830001918149, 1.402324675570201, 1.862990952355261, 0.8236543648837221, -1.6144591005153672, 1.5197954071484852, 0.18723045848088854, 1.207582037479516, 0.6934670726824875], [-1.0221672576550367, -0.29380738290567193, -0.31186834496404436, -0.3696038463888518, -0.040904872060151046, -0.4981346985155595, -0.5441140065410537, -0.35436471367663963, -0.6143158426510931, 1.21172424582423, -1.1630581437894612, -0.4975680825152452, -0.5254810481628542, -0.37215986991998967], [-1.0457833058602037, -0.3449728782917107, -0.3057318020724748, -0.46307962026755267, -0.14294898336343245, -0.6416580333465752, -0.5012409078161362, -0.009313306684150783, -0.6253913513098979, 1.1917754858003102, -1.0983401853238528, -0.5003324632593426, -0.527025167225066, -0.37919371112528655], [-0.9891047901678028, -0.29845879157713, -0.1942512728756272, -0.43971067679787745, -0.1285990302114085, -0.4452576804199222, -0.47663547724357486, -0.4540947616892366, -0.6223148211268966, 1.1260426863772304, -1.068922931475849, -0.4966466222672127, -0.5244984269414468, -0.38036601799283604], [-0.6669818926493238, 0.18528771025450927, -0.15743201552620967, -0.22939018557080043, -0.13178790868963605, -0.37475498962573905, 1.8597619984873643, 3.8910779141296783, 0.43170441956935435, -1.6079185234583444, 1.3962429409868693, 1.3438166464696486, -0.21553424003889882, -0.3338645122467067], [-0.9683226677472557, -0.31241301759150414, 0.006209128248979483, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.580649342845766, -0.42424854294094116, -0.6032403339922884, 1.1947187454759707, -1.1101070868630545, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8861388199932744, -0.3496242869631688, 0.10541657166268786, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5407587205538862, -0.4540947616892366, -0.6284678814928992, 1.1685564372478792, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3391911435616047, 1.0551011318171681, 0.8622568616229377, 1.897183670169645, -0.14294898336343245, 0.8288266603606735, 0.7610922424670872, -0.4540947616892366, 1.9299746186909952, -1.679210813379894, 2.0728397794909568, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.985326222454976, -0.24264188751963314, -0.31084558781544946, -0.46307962026755267, -0.10946575934204325, -0.4150422415081294, -0.5359121963501999, -0.4540947616892366, -0.5933954374066842, 1.1816375913619248, -1.1042236360934536, -0.48359260208675264, -0.5226735589588329, -0.3379675862831299], [-0.8861388199932744, -0.3496242869631688, 0.20871504367077603, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.4540947616892366, -0.6284678814928992, 1.1849078798904364, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.2825126278692037, -0.15891653143338794, 0.2230336437511051, 1.4298048007761406, -0.1285990302114085, -0.08770831996370754, 1.6185542169654372, 0.059114609470477766, 0.7387421318328856, -1.7321894875417796, 1.6021637179228958, -0.0574172373717334, 1.2341128104575176, 0.9109299966129161], [-0.7368853953366185, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5955617250109547, -0.3944023241926457, -0.6032403339922884, 1.0867992240350928, -1.068922931475849, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8918066715625144, -0.3496242869631688, 0.03484632840963755, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.6414173001689101, -0.4540947616892366, -0.5780127864916776, 1.2077998995900168, -1.1101070868630545, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8700799072137607, -0.2798531568912977, -0.2760718447632218, -0.46307962026755267, -0.04568818977749236, -0.4402217739346234, -0.6406716810606505, -0.4540947616892366, -0.6087780883216908, 1.24017575602228, -1.1571746930198605, -0.4955715853111748, -0.525200299242452, -0.3485183480910752], [-1.0457833058602037, -0.33101865227733646, -0.3149366164098292, -0.46307962026755267, -0.09671024542913308, -0.6794273319863163, -0.5362850059043296, 0.046011391483421246, -0.6241607392366973, 1.2231702556740205, -1.1277574391718568, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.19560557047418892, -0.1868249834621363, 0.08496142869078921, 0.19125079688335359, -0.14294898336343245, -0.16072896400054015, 1.3866666742967528, 1.915403824303487, 0.86549517537254, -1.6062833791940885, 1.5374457594572875, 0.32621737922578664, 0.9046539523656141, 0.44181186511519926], [0.5601079720911576, 1.766766658550253, 0.16473648628119397, 1.6401252920032177, 0.5904930666289027, 0.14394337836003715, 1.7788623252412157, 0.7834313815327697, -0.3823454668527939, -1.7223786219562451, 0.790247511717991, -0.378699710519056, -0.30397014996557087, -0.07204931182732283], [-0.4157071397463461, 1.1992948006323683, 0.269057715437877, 1.1026395922006873, 0.6542706361934536, -0.10029808617695454, 2.254194506756605, 1.972184435580732, -0.30666282435096154, -1.7410192665687605, 1.0667696978892267, -0.24554870467836354, -0.29456506113209946, -0.05895855180635369], [-0.9872155063113894, -0.22868766150525893, -0.32618694504437346, -0.46307962026755267, 0.018089379787058508, -0.3092882053168547, -0.6671411594038604, -0.4540947616892366, -0.6272372694196987, 1.3104869593852764, -1.2042422991766666, -0.5012539235073751, -0.5280077884464734, -0.38290601620585996], [-0.8880281038496877, -0.3496242869631688, 0.16575924342978884, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5448596256493131, -0.4540947616892366, -0.6284678814928992, 1.1489347060768103, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.696265792423731, -0.15426512276192983, 0.1984874721848267, -0.43971067679787745, -0.1413545441243187, -0.48806288554496197, 1.077980363477347, 0.07949739300589906, 1.5989399710000538, -1.5359721758310922, 1.837501748706926, 0.6401281703888495, 1.667869892478814, 1.7024325166867398], [-0.1360931289971678, 1.496984955605685, 0.3876975446748891, 0.8455812140342598, 0.34494942380538174, 0.09106636026439972, 2.2459926965657515, 2.365280975192428, -0.49556177758724235, -1.7518112187128483, 1.0079351901932192, -0.43475520894103153, -0.41191810986019123, -0.21448459623458466], [0.8113827249941353, 1.962125822751492, 0.659750946201141, -0.46307962026755267, -0.14294898336343245, 0.22703583536746724, -0.48334604921790975, -0.4540947616892366, 0.8765706840313447, -0.4037982872604275, 0.6608115947867743, 1.856609274499721, 0.4772137210533656, -0.24418303687917145], [-1.0174440480140032, -0.3496242869631688, -0.26993530187165216, -0.46307962026755267, 0.16477778978552557, -0.6618016592877705, -0.37224880208725397, -0.4540947616892366, -0.6223148211268966, 0.7630406597124588, -0.6394310252949936, -0.49956457971931556, -0.5285692862872777, -0.38466447650718416], [-0.9541530388241555, -0.33567006094879454, 0.06859731431327028, -0.392972789858527, -0.14294898336343245, -0.6769093787436669, -0.6570753014423582, -0.43298402159897886, -0.5933954374066842, 1.2548920544005815, -1.145407791480659, -0.4815961048826823, -0.493475671237011, -0.35144911525994893], [-0.9295923486907817, -0.3449728782917107, -0.32618694504437346, -0.29949701597982614, -0.14294898336343245, -0.6315862203759777, -0.2768095562300463, -0.4475431526957084, -0.6044709460654889, 0.9448687018976957, -0.9041863099270279, -0.4923464744430612, -0.5198660697548115, -0.35926449437694546], [-0.9607655323216022, -0.2845045655627558, 0.6945246892533687, -0.3696038463888518, -0.14294898336343245, -0.5988528282215355, 0.04156980299673232, 0.6509432885525314, 1.4635726429479956, -0.4796689811218932, 1.0020517394236184, 0.28168013390421703, 0.5102017192006163, 3.5230250819910824], [-1.0268904672960701, -0.31241301759150414, -0.3190276450042089, -0.46307962026755267, -0.14294898336343245, -0.4553294933905198, -0.3584548485844544, -0.3747474972120609, -0.6284678814928992, 0.5579935689747909, -0.3923260929717617, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.33101865227733646, -0.11549897243381742, -0.46307962026755267, -0.013799404995216933, -0.6038887347068344, -0.6555840632258393, -0.1847508363997411, -0.6284678814928992, 1.3157194210308945, -1.1983588484070657, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9891047901678028, -0.2379904788481751, -0.32618694504437346, -0.46307962026755267, -0.007421648038761827, -0.25892914046386667, -0.655956872779969, -0.4540947616892366, -0.6272372694196987, 1.3032923246225507, -1.1983588484070657, -0.5012539235073751, -0.5280077884464734, -0.38290601620585996], [-0.9692673096754624, -0.3496242869631688, 0.3068997299358895, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7633260243693276, -0.39513028074748224, -0.5786280925282778, 1.3222599980879175, -1.1924753976374651, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9088102262702348, -0.3077616089200461, -0.08481625797596946, -0.392972789858527, -0.1413545441243187, -0.5837451087656392, -0.6846632084479571, -0.4482711092505448, -0.5804740106380787, 1.255873140959135, -1.145407791480659, -0.4731493859423846, -0.47663073601288297, -0.35144911525994893], [-0.9295923486907817, -0.26124752220546543, -0.32618694504437346, -0.46307962026755267, -0.08714360999445044, -0.3520934104418944, -0.41884999635346865, -0.4540947616892366, -0.6241607392366973, 1.0573666272784896, -1.0571560299366476, -0.49941100301131014, -0.5278674139862723, -0.37899832664736166], [-0.9220352132651282, -0.3496242869631688, 7.258535740988596e-05, -0.29949701597982614, -0.13019346945052226, -0.6869811917142645, -0.6589393492130067, -0.4060496290700293, -0.5878576830772818, 1.2437730734036425, -1.1336408899414574, -0.47637449681049826, -0.5285692862872777, -0.38466447650718416], [0.1350191043981502, -0.33101865227733646, 0.6485006175665967, -0.46307962026755267, 0.23971643402387283, -0.3017343455889065, -0.7674269294647544, -0.4540947616892366, 1.7589195405161218, -0.3357762858673891, 1.1020704025068313, 1.947987415762941, 2.093625630268649, 0.043227530148376006], [-0.8143460334495662, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5653641511264476, -0.3652840619991868, -0.6032403339922884, 1.109691243734673, -1.021855325319043, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.36658575947959854, 0.2736644750122126, 0.20257850077920644, 0.4716781185194563, -0.14294898336343245, -0.03483130186807018, 1.5454835443560127, -0.2335239255737849, 0.887030886653549, -1.7112596409593062, 1.6609982256189033, 0.04194689270776836, 0.4606495347496398, 2.2584967408610432], [-0.660369399151877, 0.0503968587822252, -0.32005040215280384, 1.1260085356703624, -0.06801033912508517, 1.5590331007289995, 1.968249578739112, 4.443596939250563, -0.6118546185046921, -1.1857242744275158, 0.37840595784593783, -0.49726092909923436, -0.5219716866578276, -0.3494952704806998], [-1.0079976287319363, -0.3263672436058784, -0.32311867359858865, -0.22939018557080043, -0.09511580619001929, -0.5006526517582089, -0.37970499316984835, -0.4540947616892366, -0.6223148211268966, 1.0704477813925355, -1.0395056776278453, -0.49987173313532635, -0.5235158057200393, -0.3752860215667883], [-1.0457833058602037, -0.27055033954838154, -0.3282324593415633, -0.46307962026755267, 0.05954480000401658, -0.6869811917142645, -0.5888511530366198, -0.0544466130840122, -0.6284678814928992, 1.2745137855716502, -1.1571746930198605, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.3356589951488447, 0.2922701096980449, -0.2893676876949559, 3.8134370346830138, -0.14294898336343245, 1.7881668458100946, 1.4056799615573685, -0.4540947616892366, -0.527557691490456, -1.4607555396753291, 0.7196461024827819, -0.4840533322107689, -0.516637457170187, -0.175407700649602], [-0.8143460334495662, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.48931100208398526, -0.3944023241926457, -0.616161760760894, 1.0867992240350928, -1.021855325319043, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0079976287319363, -0.2658989308769235, -0.2187974444419056, -0.22939018557080043, 0.024467136743513612, -0.6743914255010175, -0.6801894937984007, -0.36819588821853266, -0.616161760760894, 1.3274924597335358, -1.2042422991766666, -0.4991038495952993, -0.5233754312598382, -0.3674706424497918], [-0.6206944381671964, 0.10621376283972207, -0.07970247223299483, 0.49504706198913145, -0.14294898336343245, 0.05581501486730812, 1.7303970832043525, 1.2587870118409874, 0.7313584593936826, -1.6765945825570847, 1.425660194834873, 0.08586983119731637, 0.7668062324481664, 1.1666882782166277], [-0.5479570096952817, 1.7481610238644207, 0.388720301823484, 0.4249402315801058, 0.23174423782830397, -0.30425229883155586, 2.1788869768224024, 1.9590812175936756, -0.051310819161852254, -1.7276110836018634, 1.1491380086636374, -0.28317499813968955, -0.0778268945816523, 0.21340741042097558], [-0.9324262744754018, -0.2472932961910912, -0.2893676876949559, -0.46307962026755267, -0.09830468466824684, -0.38230884935368725, -0.43935452183060314, -0.4540947616892366, -0.6223148211268966, 1.0867992240350928, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9900494320960095, -0.2845045655627558, -0.32618694504437346, -0.29949701597982614, -0.09192692771179176, -0.3445395507139462, -0.7129967345618157, -0.35363675712180315, -0.618622984907295, 1.3494033928745626, -1.216009200715868, -0.49956457971931556, -0.5282885373668756, -0.38407832307340944], [-1.0457833058602037, -0.3496242869631688, 0.1575771862410294, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.5244811613074547, 1.1914484569474595, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.8775076599686031, -0.2845045655627558, -0.26175324468289274, -0.46307962026755267, -0.14294898336343245, -0.3445395507139462, -0.7935235982538347, -0.4540947616892366, 1.8745970753969714, -0.49634745261730157, 1.3844760394476678, 1.2522849284984232, 1.8620077709368894, 1.2897804993093231], [-0.8861388199932744, -0.3496242869631688, 0.20871504367077603, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.4540947616892366, -0.5761668683818768, 1.1129615322631843, -1.0395056776278453, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9777690870293225, -0.31241301759150414, -0.08481625797596946, -0.41634173332820223, -0.14294898336343245, -0.5459758101258981, -0.6183031078128676, -0.4540947616892366, -0.5687831959426737, 1.2107431592656765, -1.1101070868630545, -0.42477272292067975, -0.4962831604410323, -0.35144911525994893], [-0.8549656363624538, -0.33101865227733646, -0.015268771871514108, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, -0.7793568351969055, -0.43298402159897886, -0.5933954374066842, 1.3238951423521732, -1.1924753976374651, -0.4769888036425199, -0.4948794158390217, -0.36317218393544365], [-0.9891047901678028, 0.9155588716734262, -0.04799700062655196, -0.46307962026755267, -0.09989912390736061, -0.6391400801039259, 2.833913363428316, 6.628922516869658, -0.6223148211268966, -1.794324969583497, 0.9667510348060139, -0.49864311947128304, -0.5277270395260714, -0.3774352508239624], [0.08778700798781604, 2.6784427581560344, -0.3220959164499937, 0.752105440155559, -0.06801033912508517, 1.153642628662446, 1.9428985290582914, 0.5468455012109156, -0.25928425953274126, -1.6602431399145274, 1.0255855425020215, -0.3069793878805284, -0.3279741826599533, 0.04244599223667635], [-0.5356766646285948, -0.18217357479067822, -0.09299831516472892, 0.004299249125951819, -0.14294898336343245, -0.13303147833139675, 1.9242580513518057, 2.88722582501018, 0.5344605276815982, -1.773722151853875, 1.4138932932956716, 0.9574176491280315, 0.190007575481983, 0.23353201164724152], [-0.2144984090383225, -0.10309962737589107, 0.04814217134137168, -0.019069694343723426, -0.1413545441243187, -0.20353416912557992, 1.6521070768371116, 2.125783268651228, 0.6698278557336563, -1.7223786219562451, 1.5256788579180858, 0.2655545795636488, 1.0423612978228602, 0.3568196172178619], [-1.0457833058602037, -0.31241301759150414, -0.2750490876146268, -0.41634173332820223, -0.14294898336343245, 10.0, 1.4992551596439276, -0.4540947616892366, -0.6284678814928992, -1.758351795769871, 0.23131968860591887, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.0040896783482987, 0.2550588403263803, -0.31084558781544946, 3.042261900183731, -0.14294898336343245, 2.818009722053698, 1.5469747825725315, -0.4540947616892366, -0.53678728203946, -1.467623145585203, 0.7314130040219835, -0.4508807632815998, -0.5268847927648649, -0.2256215114763047], [-0.9173120036240949, -0.06588835800422652, -0.3251641878957785, -0.3462349029191766, -0.1413545441243187, -0.6366221268612765, -0.46843366705272105, -0.44463132647636244, -0.6192382909438953, 1.1132885611160357, -1.0395056776278453, -0.49618589214319647, -0.5257617970832563, -0.3678614114056416], [-0.9135334359112681, -0.3496242869631688, -0.10015761520489345, -0.41634173332820223, -0.14294898336343245, -0.6315862203759777, -0.308871177885202, -0.4540947616892366, -0.616161760760894, 0.9756094140657032, -0.9336035637750316, -0.4969537756832236, -0.5215505632772244, -0.3690337182731911], [-0.6868193731416642, -0.3170644262629622, -0.25459394464272816, -0.43971067679787745, -0.11903239477672588, -0.47547311933171493, -0.6145750122715703, -0.4540947616892366, -0.5853964589308808, 1.1293129749057416, -1.0453891283974461, -0.5000253098433318, -0.5285692862872777, -0.38075678694868587], [-0.9324262744754018, -0.25659611353400735, -0.3251641878957785, -0.46307962026755267, 0.04838372533022019, -0.336985690985998, -0.6309786326532779, -0.4540947616892366, -0.616161760760894, 1.2552190832534325, -1.168941594559062, -0.4991038495952993, -0.5233754312598382, -0.3676660269277167], [-1.0457833058602037, -0.3496242869631688, -0.25970773038570283, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5448596256493131, -0.4540947616892366, -0.21805875508052364, 1.007985270497967, -0.6982655329910012, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0079976287319363, -0.22868766150525893, -0.3282324593415633, -0.46307962026755267, 0.19188325685045968, -0.6869811917142645, -0.3386959422155794, -0.4540947616892366, -0.5977025796628861, 1.0213934534648639, -0.9630208176230354, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8143460334495662, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5347937676878107, -0.42424854294094116, -0.5657066657596724, 1.0867992240350928, -1.021855325319043, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [0.0632263178544423, -0.31241301759150414, 0.6812288463216346, -0.46307962026755267, 0.29073848967551347, -0.17331873021378716, -0.7674269294647544, -0.4540947616892366, 1.6580093505136786, -0.2635029093872862, 0.9961682886540176, 1.4811142234264876, 1.828317900488633, 0.6997193759760847], [-0.9843815805267693, -0.2752017482198396, -0.32618694504437346, -0.3462349029191766, -0.09830468466824684, -0.3168420650448029, -0.6581937301047472, -0.3325260170315454, -0.6216995150902963, 1.3003490649468907, -1.1983588484070657, -0.49587873872718563, -0.5278674139862723, -0.37841217321358694], [-0.8776370426394142, -0.28915597423421385, -0.32618694504437346, -0.46307962026755267, -0.05844370369040254, -0.3772729428683884, -0.5116795753317683, -0.4540947616892366, -0.5509393208812661, 1.0956290030620737, -1.0277387760886438, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9872155063113894, -0.3077616089200461, -0.3098228306668545, -0.18265229863145, -0.1126546378202708, -0.39489861556693423, -0.6395532523982614, -0.31432710316063356, -0.6167770667974942, 1.1839267933318829, -1.1807084960982634, -0.49388224152311533, -0.5281481629066744, -0.3696198717069658], [-0.9881601482395961, -0.29380738290567193, -0.32311867359858865, -0.13591441169209956, -0.09989912390736061, -0.4452576804199222, -0.6831719702314383, -0.3674679316636961, -0.6241607392366973, 1.3268384020278337, -1.2101257499462674, -0.4992574263033047, -0.5278674139862723, -0.37860755769151183], [-0.9362048421882285, -0.3217158349344203, -0.00913222897994451, -0.392972789858527, -0.13019346945052226, -0.5056885582435078, -0.6753429695947142, -0.42788832571512353, -0.6013944158824877, 1.2666650931032228, -1.1630581437894612, -0.46777420116219515, -0.5033018834510856, -0.38075678694868587], [-0.9258137809779551, -0.3217158349344203, 0.02870978551806795, -0.41634173332820223, -0.14294898336343245, -0.6315862203759777, -0.683544779785568, -0.4344399347086518, -0.5700138080158742, 1.254237996694879, -1.1395243407110582, -0.46132397942596787, -0.46989276192323176, -0.33308297433500705], [-0.9116441520548547, -0.33567006094879454, -0.10015761520489345, -0.392972789858527, -0.14294898336343245, -0.634104173618627, -0.3137177020888884, -0.4468151961408719, -0.6167770667974942, 0.9772445583299589, -0.9394870145446323, -0.4977216592232506, -0.5218313121976265, -0.3684475648394164], [-0.8322942300854934, -0.33567006094879454, -0.1686823441607539, -0.46307962026755267, -0.1413545441243187, -0.32439592477275103, -0.7935235982538347, -0.4540947616892366, -0.5786280925282778, 1.3569250564901385, -1.1865919468678643, -0.47038500519828724, -0.4954409136798259, -0.35770141855354615], [-0.8861388199932744, -0.3496242869631688, 0.2261019151968899, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5407587205538862, -0.4540947616892366, -0.5761668683818768, 1.0835289355065811, -1.0395056776278453, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.15781989334592156, -0.19147639213359438, -0.12368102962257689, 4.724825830000348, -0.14294898336343245, 0.5594056633971879, 2.256058554527254, 0.7834313815327697, -0.40695770831680445, -1.7485409301843369, 0.5725598332427629, -0.440130393721221, -0.3881948260862109, -0.052510864034831524], [-1.0457833058602037, -0.3449728782917107, -0.31595937355842413, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.4654511906196833, 0.18650700656686084, -0.6284678814928992, 1.1652861487193675, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.18886369430593117, 2.9389216437576864, -0.32414143074718355, 1.6401252920032177, -0.14294898336343245, 0.37055917019848295, 1.8030949462596475, -0.1745594446320305, -0.13622305221268863, -1.62099967757239, 1.060886247119626, -0.291160986955971, -0.16780692357053614, 0.09793518396735178], [-0.7623907273981988, 0.11551658018263823, 0.541111116964129, 0.4716781185194563, -0.14294898336343245, -0.6869811917142645, 2.002548057719046, 3.913644567329609, 0.29449117340749564, -1.6919649386410887, 1.0667696978892267, 1.0342060031307376, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.4665696192820725, 0.179227441018496, -0.6284678814928992, 1.1695375238064327, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.25782255506501905, 0.01318558941056067, -0.09402107231332389, -0.46307962026755267, -0.12062683401583965, 1.0378167795005737, 0.8803912997885965, -0.4540947616892366, 1.1805318661118744, -1.5130801561315121, 1.431543645604474, 0.3507896525066526, 1.2303227000320887, 1.5007957354682295], [-0.970211951603669, -0.2379904788481751, -0.3139138592612342, -0.11254546822242431, -0.08873804923356421, -0.4553294933905198, -0.6630402543084336, -0.4540947616892366, -0.6223148211268966, 1.282362478040078, -1.1983588484070657, -0.4980288126392614, -0.5280077884464734, -0.37450448365508865], [-0.8946405973471345, -0.3263672436058784, 0.013368428289143957, -0.392972789858527, -0.1413545441243187, -0.6089246411921331, -0.6615490160919147, -0.4540947616892366, -0.5780127864916776, 1.2270946019082338, -1.121873988402256, -0.46623843408214105, -0.4822457144209257, -0.3455875809222015], [-1.0401154542909636, -0.33567006094879454, -0.32311867359858865, -0.43971067679787745, -0.1174379555376121, -0.634104173618627, -0.5347937676878107, -0.04789500409048394, -0.6247760452732976, 0.46675251902932113, -0.19228876680533585, -0.5006396166753535, -0.5277270395260714, -0.3815383248603855], [-1.0193333318704167, -0.33101865227733646, -0.3251641878957785, -0.15928335516177475, -0.1413545441243187, -0.49309879203026075, -0.3345950371201525, -0.4540947616892366, -0.6087780883216908, 1.0262988862576308, -1.0042049730102407, -0.49342151139909907, -0.5267444183046638, -0.3661029511043174], [-1.01838868994221, -0.3263672436058784, -0.3251641878957785, -0.15928335516177475, -0.1365712264069774, -0.49561674527291016, -0.34615213329817374, -0.4540947616892366, -0.6081627822850905, 1.0364367806960162, -1.0100884237798415, -0.49342151139909907, -0.5267444183046638, -0.3661029511043174], [-0.9806030128139427, -0.31241301759150414, -0.316982130707019, -0.20602124210112518, -0.11424907705938457, -0.2992163923462571, -0.5892239625907495, -0.4540947616892366, -0.6266219633830985, 1.2414838714336847, -1.1571746930198605, -0.5012539235073751, -0.5267444183046638, -0.3834921696396347], [-1.0174440480140032, -0.3170644262629622, -0.32618694504437346, -0.08917652475274906, -0.11106019858115701, -0.5736732957950416, -0.3386959422155794, -0.4540947616892366, -0.6223148211268966, 1.0410151846359323, -1.0100884237798415, -0.5006396166753535, -0.5256214226230553, -0.38017063351491115], [-1.0457833058602037, -0.3263672436058784, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.6592837060451211, -0.4207140441241172, 0.20106613766359027, -0.6241607392366973, 1.0501719925157644, -1.0571560299366476, -0.5003324632593426, -0.5268847927648649, -0.38192909381623535], [1.7550800112726115, 1.6969955284783818, -0.2893676876949559, -0.46307962026755267, -0.14294898336343245, 1.7730591263541982, 0.7614650520212167, -0.4540947616892366, 0.3757115702387304, -1.5412046374767105, 1.1197207548156336, -0.14787391838692127, 0.3153619684415357, 0.4613503129076905], [-0.9777690870293225, -0.29845879157713, -0.32414143074718355, -0.46307962026755267, 0.08186694935160939, -0.3470575039565956, -0.4647055715114239, -0.4540947616892366, -0.6229301271634968, 1.1316021768756994, -1.0630394807062484, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.884249536136861, -0.3449728782917107, -0.32618694504437346, -0.27612807251015087, -0.14294898336343245, -0.6189964541627307, -0.24325669635837177, -0.4453592830311989, -0.600163803809287, 0.8981035759399821, -0.8688856053094233, -0.4914250141950287, -0.5195853208344094, -0.3524260376495734], [0.5043740983269633, 2.2644673863962668, 1.04737590551862, -0.46307962026755267, -0.14294898336343245, -0.07763650699311, -0.46806085749859133, 0.0787694364510626, 0.6778268342094597, -0.25565421691885865, 0.41959011323314316, 1.5451557106647444, 0.3444194817031564, -0.26274456228203824], [-1.044838663931997, -0.3403214696202526, -0.32618694504437346, -0.43971067679787745, -0.14294898336343245, -0.6492118930745234, -0.472534572148148, 0.1522930484895465, -0.6247760452732976, 1.167902379542177, -1.0806898330150505, -0.5003324632593426, -0.5282885373668756, -0.3811475559045357], [-0.970211951603669, -0.2379904788481751, -0.3139138592612342, -0.11254546822242431, -0.07917141379888158, -0.4402217739346234, -0.6630402543084336, -0.4540947616892366, -0.6223148211268966, 1.282362478040078, -1.1983588484070657, -0.4980288126392614, -0.5280077884464734, -0.37450448365508865], [-0.7756157143930924, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.3354378432508913, -0.6032403339922884, 1.0639072043355127, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.1255726851160834, -0.15426512276192983, 1.1680612490528224, 0.7287364966858837, -0.14294898336343245, -0.4427397271772729, -0.2604059358483387, -0.39585823730231867, 1.008246175863801, -0.4436958073082672, 0.7490633563307857, 0.143461096699346, 0.3417523669593362, 2.7805640658764115], [0.1255726851160834, -0.15426512276192983, 1.1680612490528224, 0.7287364966858837, -0.14294898336343245, -0.4427397271772729, -0.2604059358483387, -0.39585823730231867, 1.008246175863801, -0.4436958073082672, 0.7490633563307857, 0.143461096699346, 0.3417523669593362, 2.7805640658764115], [-1.0259458253678633, -0.3170644262629622, -0.3149366164098292, -0.46307962026755267, -0.1349767871678636, -0.6668375657730693, -0.49341190717941213, 0.13191026495412525, -0.6210842090536961, 1.1669212929836235, -1.068922931475849, -0.497875235931256, -0.5264636693842617, -0.373722945743389], [-1.0268904672960701, -0.3031102002485881, -0.3210731593013988, -0.46307962026755267, 0.1568055935899567, -0.5409399036405994, -0.18211592948109814, -0.4540947616892366, -0.6284678814928992, 0.9069333549669629, -0.9336035637750316, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8596888460034872, -0.31241301759150414, -0.12572654391976676, -0.46307962026755267, -0.14294898336343245, -0.2211598418241257, -0.7487864517582686, -0.414785107728067, -0.6229301271634968, 1.3219329692350663, -1.2101257499462674, -0.49618589214319647, -0.5225331844986318, -0.3836875541175596], [-0.9305369906189883, -0.2752017482198396, -0.1277720582169566, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5500789594071291, -0.2757454057543004, -0.616161760760894, 1.0933398010921158, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.039170812362757, -0.3403214696202526, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, -0.4371176645058248, 0.1988822679990809, -0.6272372694196987, 1.1394508693441272, -1.068922931475849, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7057122117057979, -0.3170644262629622, -0.07561144363861509, -0.04243863781339862, -0.14294898336343245, -0.2941804858609583, 1.8981613825627253, 4.688918298230455, 0.15297078498943506, -1.4672961167323517, 1.0903035009676298, 1.2240268142254271, -0.45150370763689207, -0.3571152651197714], [0.144465523680217, -0.3263672436058784, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 2.2080929472343143, -0.5058312893499848, 1.4491939979132762, 0.505902127592119, 3.4187605345667196, 1.172549812554375], [-0.9730458773882892, -0.3263672436058784, 0.045073899895586876, -0.392972789858527, -0.14294898336343245, -0.5912989684935873, -0.6145750122715703, -0.4540947616892366, -0.5712444200890747, 1.2077998995900168, -1.1101070868630545, -0.47391726948241164, -0.4710157576048403, -0.32800297790895927], [-0.8492977847932136, -0.3263672436058784, 0.08700694298797913, -0.41634173332820223, -0.13178790868963605, -0.6064066879494837, -0.597798582335733, -0.4293442388247965, -0.6124699245412923, 1.167902379542177, -1.0983401853238528, -0.49203932102705034, -0.5177604528517955, -0.3707921785745153], [-1.0457833058602037, -0.3449728782917107, -0.3067545592210697, -0.46307962026755267, -0.14294898336343245, -0.6391400801039259, -0.4650783810655536, 0.17849948446365954, -0.6284678814928992, 1.1639780333079632, -1.0806898330150505, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5734623417568622, 1.5434990423202657, 0.14632685760648512, 0.12114396647432794, 0.9779418017335493, -0.35712931692719324, 2.4834723825463816, 2.8726666939134513, -0.4260321954514126, -1.764892372826894, 1.0726531486588275, -0.39605387852366764, -0.3222188297917095, -0.19396922605246875], [1.0824949583894534, 0.03644263276785104, -0.31595937355842413, 3.0889997871230817, -0.07119921760331273, 2.7349172650462683, 1.4914261590072035, -0.30122388517357696, -0.5632454416132713, -1.42968779865447, 0.6961122994043789, -0.4779102638905524, -0.5170585805507902, -0.270169172443185], [-1.0136654803011766, -0.3170644262629622, -0.3220959164499937, -0.22939018557080043, -0.10308800238558814, -0.4805090258170138, -0.22908993330144248, -0.4540947616892366, -0.6241607392366973, 0.9409443556634818, -0.9453704653142331, -0.5001788865513372, -0.5268847927648649, -0.37919371112528655], [-0.806788898023913, -0.2798531568912977, -0.14311341544588058, -0.27612807251015087, -0.12700459097229475, -0.6869811917142645, -0.580649342845766, -0.42716036916028705, -0.5946260494798847, 1.1394508693441272, -1.068922931475849, -0.4754530365624658, -0.4962831604410323, -0.35926449437694546], [-1.0079976287319363, -0.31241301759150414, -0.32414143074718355, -0.20602124210112518, -0.09511580619001929, -0.42511405447872697, -0.3599460868009733, -0.4540947616892366, -0.6241607392366973, 1.0540963387499784, -1.021855325319043, -0.5000253098433318, -0.5266040438444628, -0.37860755769151183], [-1.0420047381473772, -0.33567006094879454, -0.3067545592210697, -0.46307962026755267, 0.3752437693485435, -0.6391400801039259, -0.5150348613189358, -0.30122388517357696, -0.6278525754562989, 1.2058377264729097, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0410600962191703, -0.3403214696202526, -0.3190276450042089, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.4154947103663012, 0.19961022455391736, -0.6272372694196987, 1.1221183401430166, -1.0512725791670468, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.2759001343717569, 5.366956970258799, 2.6101488285716767, -0.46307962026755267, -0.1397601048852049, -0.4981346985155595, -0.6015266778770303, -0.4540947616892366, -0.13622305221268863, 0.4755822980563024, -0.604130320677389, -0.3238728257611238, -0.28052761511199276, 0.4976918258017244], [-0.9683226677472557, -0.29845879157713, -0.32311867359858865, -0.46307962026755267, 0.008522744352375879, -0.38734475583898603, -0.3222923218338718, -0.4540947616892366, -0.6167770667974942, 0.999482520323837, -0.9571373668534346, -0.49726092909923436, -0.5143914658069699, -0.3748952526109385], [-0.9635994581062224, -0.3077616089200461, 0.08802970013657406, -0.46307962026755267, -0.12222127325495342, -0.6366221268612765, -0.7305187836059124, -0.4540947616892366, -0.5306342216734573, 1.2882489973913982, -1.145407791480659, -0.341841300597757, -0.4752269914108723, -0.3709875630524402], [-0.006677184832852275, -0.0519341319898523, 0.10132554306830813, 3.7433302042739878, 0.03243933293908248, 0.6248724477060723, 2.1442156882883388, 0.49224875959818, -0.3060475183143613, -1.7380760068931, 0.7255295532523827, -0.04083095290714885, -0.4443446101666376, -0.11112620741230553], [0.815161292706962, -0.1868249834621363, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, -0.2841086728903607, -0.7812208829675541, -0.4540947616892366, 1.8118358596637445, -0.5172772991997748, 1.3197580809820595, 1.0864220838525778, 1.8437590911107504, 1.3894265830510288], [-0.8568549202188671, -0.21008202681942667, -0.002995686088374913, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, -0.778611216088646, -0.4475431526957084, -0.5915495192968835, 1.325530286616429, -1.1924753976374651, -0.4811353747586661, -0.5134088445855625, -0.33679527941558035], [-0.9229798551933349, -0.1263566707331814, -0.2187974444419056, -0.46307962026755267, 0.11216129489477107, -0.43014996096402586, -0.7115054963452969, -0.4540947616892366, -0.6180076788706947, 1.2862868242742913, -1.216009200715868, -0.4974145058072397, -0.5278674139862723, -0.3707921785745153], [-0.8700799072137607, -0.2798531568912977, -0.03470115769481783, -0.46307962026755267, -0.04568818977749236, -0.4402217739346234, -0.6630402543084336, -0.4540947616892366, -0.6087780883216908, 1.24017575602228, -1.168941594559062, -0.4955715853111748, -0.525200299242452, -0.3485183480910752], [-0.9362048421882285, -0.3170644262629622, 0.05018768563856154, -0.3696038463888518, -0.03931043282103728, -0.6315862203759777, -0.633588299532186, -0.4475431526957084, -0.5909342132602832, 1.2231702556740205, -1.1277574391718568, -0.4760673433944875, -0.501757764388874, -0.35945987885487035], [-0.8143460334495662, -0.2752017482198396, -0.15743201552620967, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5500789594071291, -0.42424854294094116, -0.5657066657596724, 1.109691243734673, -1.021855325319043, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.9324262744754018, -0.2007792094765105, -0.3067545592210697, -0.20602124210112518, -0.13019346945052226, -0.5283501374273524, -0.5400131014456268, -0.4540947616892366, -0.5546311571008676, 1.139123840491276, -1.0277387760886438, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.18225120080848436, 0.34808701375554163, 5.532166002107397, -0.46307962026755267, -0.031338236625468426, -0.02727744214012198, 1.3687718156985265, -0.4540947616892366, -0.13622305221268863, -1.6831351596141078, 0.7372964547915842, -0.0623316920279066, -0.08638973665391743, -0.06814162226882456], [-0.35619469826932504, -0.3031102002485881, -0.07356592934142522, -0.11254546822242431, -0.14294898336343245, -0.5333860439126512, 0.887847490871191, -0.4002259766313375, 1.7158481179541036, -1.5359721758310922, 1.9551707640989413, 0.9793791183728053, 2.5030979306751604, 0.5715471584573416], [-0.9806030128139427, -0.25659611353400735, 0.08189315724500447, -0.46307962026755267, -0.0440937505383786, -0.4175601947507789, -0.6585665396588769, -0.4540947616892366, -0.6235454332000971, 1.2676461796617762, -1.1983588484070657, -0.49987173313532635, -0.527025167225066, -0.3788029421694368], [1.6181069316826429, 2.9296188264147704, 0.2486025724659783, -0.46307962026755267, -0.14294898336343245, -0.48302697905966313, -0.7674269294647544, -0.41332919461839407, 0.7005931575636695, -0.30961397763929754, 0.5372591286251583, 1.6546559034726034, 0.26314266924673874, -0.220541515050257], [-0.8143460334495662, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5347937676878107, -0.42424854294094116, -0.5657066657596724, 1.0933398010921158, -1.021855325319043, -0.43890178005717767, -0.49993289640626004, -0.30494760951381955], [-0.7718371466802656, -0.3031102002485881, -0.018337043317298907, -0.41634173332820223, -0.09671024542913308, -0.4553294933905198, -0.7264178785104856, -0.4111453249538846, -0.6223148211268966, 1.2526028524306232, -1.1748250453286628, -0.5000253098433318, -0.5271655416852671, -0.3788029421694368], [-0.9777690870293225, -0.26124752220546543, -0.3139138592612342, -0.46307962026755267, 0.08505582782983694, -0.48806288554496197, -0.21343193202799435, -0.4540947616892366, -0.6143158426510931, 0.9046441529970047, -0.9336035637750316, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9116441520548547, -0.3170644262629622, -0.2822083876547914, -0.11254546822242431, -0.14294898336343245, -0.4704372128464162, -0.5929520581320468, -0.4540947616892366, -0.5952413555164849, 1.2028944667972494, -1.0983401853238528, -0.4885070567429258, -0.5173393294711923, -0.3608275702003447], [-0.970211951603669, -0.3077616089200461, -0.3251641878957785, -0.46307962026755267, 0.27638853652348955, -0.4276320077213764, -0.5142892422106763, -0.4540947616892366, -0.6038556400288887, 1.1558023119866845, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5677944901876221, -0.1310080794046395, -0.05617905781531137, 0.8923191009736103, 1.4801901620543876, 3.2536156330320445, 0.07624109153079603, -0.4540947616892366, 0.23788301804027143, -0.05355038585685087, -0.033435596026115344, -0.21084036866914033, 0.6874946624345637, 0.017827548018137292], [-0.10114137765352059, -0.2658989308769235, 0.10132554306830813, 3.7433302042739878, 0.03243933293908248, 0.9245088835813507, 2.1889528347839047, 0.9290226925000645, -0.44387607051282024, -1.6635134284430388, 0.5843267347819644, -0.42477272292067975, -0.472419502206851, 0.006104479342642483], [-0.8663013395009339, -0.2845045655627558, -0.15436374408042486, -0.392972789858527, -0.14294898336343245, -0.6189964541627307, -0.23058117151796137, -0.4540947616892366, -0.616161760760894, 0.8709601811533367, -0.8630021545398225, -0.4963394688512019, -0.5246388014016479, -0.36297679945751876], [-0.6206944381671964, -0.1868249834621363, -0.2852766591005762, 0.07440607953497745, -0.13816566564609115, -0.3067702520742053, 1.3717542921315642, 2.2189617076702968, 0.7252053990276799, -1.3335413159162335, 1.3491753348300632, -0.2005507292327777, 0.16909178091202404, 2.297964405401876], [-0.03501644267905284, 2.887756148371647, -0.3282324593415633, 1.3596979703671148, -0.08554917075533666, 0.9950115743755337, 2.0808380640862865, 0.03218021694152821, -0.3454271046567781, -1.6667837169715505, 1.0138186409628198, -0.371635181950807, -0.3568913214613731, -0.045867791785384464], [-0.9891047901678028, -0.21473343549088475, -0.3282324593415633, -0.46307962026755267, 0.2126109669589387, -0.3772729428683884, -0.5810221523998957, -0.4540947616892366, -0.6100087003948913, 1.2274216307610852, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.3067545592210697, -0.46307962026755267, -0.14294898336343245, -0.6391400801039259, -0.45463971354992155, 0.20761774665711852, -0.6284678814928992, 1.167902379542177, -1.0748063822454499, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.8793969438250164, 2.8598476963428987, 0.3917885732692689, -0.46307962026755267, -0.14294898336343245, -0.3697190831404402, -0.6992027810590161, -0.32597440803801714, 0.8673410934823406, -0.22131618736948824, 0.5372591286251583, 1.5964503311385523, 0.37810935215141245, -0.16016771137145874], [-0.8833048942086542, -0.31241301759150414, -0.3210731593013988, -0.13591441169209956, -0.12541015173318096, -0.48554493230231255, -0.6734789218240657, -0.316510972825143, -0.6038556400288887, 1.2705894393374362, -1.1748250453286628, -0.48743201978688794, -0.5273059161454681, -0.3498860394365496], [-0.8171799592341864, -0.3496242869631688, 0.3815610017833196, -0.46307962026755267, -0.14294898336343245, -0.6064066879494837, -0.7633260243693276, -0.39513028074748224, -0.6284678814928992, 1.289557112802803, -1.216009200715868, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7246050502699315, 0.0038827720676445233, 0.342696230136712, 0.21461974035302883, -0.14294898336343245, -0.3772729428683884, 2.1628561659948247, 3.738207037614019, 0.09144018132940873, -1.7125677563707107, 1.160904910202839, -0.12529814231012562, 0.1382093996677894, 0.35369346557106324], [-1.0457833058602037, -0.33567006094879454, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6618016592877705, -0.42928866386910075, 0.24692740061828822, -0.6284678814928992, 1.1342184076985091, -1.0571560299366476, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9976065675216629, -0.29845879157713, -0.32311867359858865, -0.22939018557080043, -0.09033248847267798, -0.39489861556693423, -0.3070071301145534, -0.4540947616892366, -0.6266219633830985, 1.003406866558051, -0.9924380714710392, -0.5009467700913642, -0.5278674139862723, -0.3825152472500101], [-0.9891047901678028, -0.2379904788481751, -0.08481625797596946, -0.46307962026755267, -0.007421648038761827, -0.25892914046386667, -0.6779526364736222, -0.4540947616892366, -0.6272372694196987, 1.3032923246225507, -1.2101257499462674, -0.5015610769233859, -0.5280077884464734, -0.38290601620585996], [-0.9305369906189883, -0.14031089674755562, -0.3251641878957785, -0.3462349029191766, -0.1413545441243187, -0.5963348749788862, -0.4497931893462352, -0.24953896978018733, -0.6192382909438953, 1.1015155224133946, -1.0277387760886438, -0.49326793469109365, -0.5242176780210446, -0.37274602335376444], [-0.9040870166292013, -0.28915597423421385, -0.12879481536555154, 0.12114396647432794, -0.1397601048852049, -0.21864188858147623, 1.1711827520097764, 2.4577314576566605, 0.8482666063477325, -1.1271861097671607, 1.2609235732860518, 0.8239594898713282, 0.9855096414414284, 0.2530704594397329], [-0.740663963049445, -0.3496242869631688, 0.3396279586909273, -0.46307962026755267, -0.14294898336343245, -0.6064066879494837, -0.7633260243693276, -0.39513028074748224, -0.6284678814928992, 1.2437730734036425, -1.1924753976374651, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7756157143930924, -0.2752017482198396, -0.1277720582169566, -0.27612807251015087, -0.1349767871678636, -0.6869811917142645, -0.5500789594071291, -0.3354378432508913, -0.616161760760894, 1.0966100896206272, -1.0453891283974461, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.940928051829262, -0.31241301759150414, 0.1575771862410294, -0.43971067679787745, -0.1413545441243187, -0.6542477995598223, -0.6615490160919147, -0.3827550193152622, -0.5663219717962726, 1.2261135153496805, -1.121873988402256, -0.42477272292067975, -0.4696120130028297, -0.3768490973901876], [-0.9295923486907817, -0.3449728782917107, -0.10015761520489345, -0.29949701597982614, -0.14294898336343245, -0.6315862203759777, -0.2768095562300463, -0.4475431526957084, -0.6044709460654889, 0.9448687018976957, -0.9041863099270279, -0.4923464744430612, -0.5198660697548115, -0.35926449437694546], [-0.9097548681984414, 0.05504826745368327, -0.3220959164499937, -0.3462349029191766, -0.14294898336343245, -0.6466939398318741, -0.40132794730937194, -0.4519108920247272, -0.6155464547242936, 1.051153079074318, -0.9924380714710392, -0.4964930455592073, -0.5246388014016479, -0.362390646023744], [0.7896559606453816, 0.02713981542493489, 1.188516392024721, -0.41634173332820223, -0.14294898336343245, -0.1682828237284883, -0.7256722594022261, -0.4453592830311989, 1.7041573032586983, -0.6301022534334199, 1.2197394178988465, 1.1063870558932816, 1.3917533292633155, 0.20539664682605407], [-0.8379620816547334, -0.22403625283380085, -0.2893676876949559, -0.46307962026755267, -0.13019346945052226, -0.5761912490376909, -0.4952759549500607, -0.4540947616892366, -0.5361719760028597, 1.0377448961074212, -0.9453704653142331, -0.4263084900007339, -0.442940865564627, -0.32018759879196274], [0.03772098579286189, 0.02713981542493489, 0.5932717315424704, 0.07440607953497745, -0.14294898336343245, -0.14562124454464376, 1.3829385787554558, 0.3102596208890614, 0.8814931323241467, -1.7181272468691802, 1.619814070231698, 0.25296128950720503, 1.405229277442618, 0.5248502682332874], [-1.0079976287319363, -0.2658989308769235, 0.022573242626498354, -0.22939018557080043, 0.024467136743513612, -0.6743914255010175, -0.702185257492054, -0.36819588821853266, -0.616161760760894, 1.3274924597335358, -1.2218926514854689, -0.4991038495952993, -0.5233754312598382, -0.3674706424497918], [-1.0457833058602037, -0.3496242869631688, 0.24348878672300364, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5407587205538862, -0.2073174895996718, -0.5244811613074547, 1.0704477813925355, -1.0395056776278453, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9371494841164352, -0.22868766150525893, -0.32618694504437346, -0.15928335516177475, -0.06641589988597141, -0.41252428826548004, -0.6257592988954619, -0.3842109324249351, -0.6223148211268966, 1.2372324963466195, -1.168941594559062, -0.4981823893472669, -0.5280077884464734, -0.3746998681330136], [-0.9324262744754018, -0.26124752220546543, -0.32720970219296835, -0.46307962026755267, 0.14405007967704653, -0.22871370155207393, -0.6503647294680232, -0.4540947616892366, -0.616161760760894, 1.2660110353975207, -1.1807084960982634, -0.495264431895164, -0.5264636693842617, -0.36825218036149143], [-0.6301408574492632, 0.08760812815388978, 0.3437189872853071, -0.06580758128307386, -0.1397601048852049, 0.17164086402918055, 1.9876356755538571, 2.9396386969584065, 0.22065444901546408, -1.6700540055000619, 1.284457376364455, 0.029814332775340825, 0.5650881331392336, -0.03219087833064052], [-0.6972104343519377, -0.31241301759150414, -0.12879481536555154, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5996626301063817, -0.41260123806355753, -0.5897036011870825, 1.1204831958787609, -1.0453891283974461, -0.440130393721221, -0.5285692862872777, -0.3494952704806998], [-0.28062334401279043, -0.09844821870443297, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, 1.0982476573241595, 1.206972469206229, -0.4540947616892366, 1.3042083794685277, -1.6484701012118863, 1.7080658317757094, 0.12564619857071807, 2.2643209738731462, 0.7978023838943913], [-0.9220352132651282, -0.3170644262629622, -0.029587371951843168, -0.15928335516177475, -0.14294898336343245, -0.6869811917142645, -0.6347067281945751, -0.4540947616892366, -0.5072525922826473, 1.1816375913619248, -1.0512725791670468, -0.45118791669761066, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.31241301759150414, -0.3251641878957785, -0.43971067679787745, 0.3672715731529746, -0.626550313890679, -0.2715902224722303, -0.4540947616892366, -0.6223148211268966, 0.9854202796512376, -0.9571373668534346, -0.4964930455592073, -0.5280077884464734, -0.38017063351491115], [-0.7756157143930924, -0.2752017482198396, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5653641511264476, -0.3652840619991868, -0.5780127864916776, 1.08025864697807, -1.021855325319043, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-1.0051637029473164, -0.31241301759150414, -0.32720970219296835, -0.46307962026755267, 0.24290531250210035, -0.40245247529488243, -0.38119623138636716, -0.4540947616892366, -0.6216995150902963, 1.0671774928640239, -1.0159718745494422, -0.500486039967348, -0.5271655416852671, -0.38192909381623535], [-0.6414765605877434, 0.30622433571241897, -0.04901975777514684, -0.29949701597982614, -0.13178790868963605, -0.6869811917142645, 1.7598490379805998, 3.8153704324266853, 0.5510737906698056, -1.5853535326116153, 1.4374270963740747, 1.5190476703038245, -0.5285692862872777, -0.38466447650718416], [-0.9295923486907817, -0.26124752220546543, -0.08481625797596946, -0.46307962026755267, -0.08714360999445044, -0.3520934104418944, -0.4192228059075984, -0.4540947616892366, -0.6241607392366973, 1.0573666272784896, -1.0571560299366476, -0.49941100301131014, -0.5278674139862723, -0.37899832664736166], [-0.4865552843618473, -0.29380738290567193, -0.22800225877925995, -0.46307962026755267, -0.1285990302114085, -0.36720112989779086, -0.703303686154443, -0.4540947616892366, -0.6044709460654889, 1.1512239080467683, -1.1336408899414574, -0.4808282213426552, -0.5237965546404415, -0.3639537218471433], [-1.0372815285063437, -0.3403214696202526, -0.318004887855614, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.4050560428506691, 0.28769296768913066, -0.6284678814928992, 1.112634503410333, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9664333838908424, -0.28915597423421385, -0.316982130707019, -0.392972789858527, -0.013799404995216933, -0.33446773774334865, -0.6421629192771694, -0.20950135926418126, -0.616161760760894, 1.2817084203343752, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0353922446499302, -0.3263672436058784, -0.32414143074718355, -0.3228659594495013, 0.28754961119728606, -0.6542477995598223, -0.20597574094540003, -0.4540947616892366, -0.6278525754562989, 0.9334226920479058, -0.9336035637750316, -0.5015610769233859, -0.5281481629066744, -0.38407832307340944], [-0.6773729538595973, -0.2472932961910912, -0.3282324593415633, -0.46307962026755267, 0.11216129489477107, -0.6869811917142645, -0.19330021610498957, -0.4540947616892366, -0.6223148211268966, 0.7107160432562758, -0.8100510976134156, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8918066715625144, -0.2752017482198396, -0.1277720582169566, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.30559162450259586, -0.6032403339922884, 1.0867992240350928, -1.0571560299366476, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8880281038496877, -0.3496242869631688, 0.1320082575261561, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.607118821188976, -0.3325260170315454, -0.5257117733806552, 1.1162318207916957, -1.0395056776278453, -0.37363167915487744, -0.5285692862872777, -0.38466447650718416], [-0.9040870166292013, -0.29380738290567193, 0.10439381451409294, -0.392972789858527, -0.1349767871678636, -0.6164785009200814, -0.6716148740534171, -0.3572765398959855, -0.5853964589308808, 1.2359243809352152, -1.1512912422502597, -0.4857426759988284, -0.4865973226871587, -0.3338645122467067], [-0.8143460334495662, -0.31241301759150414, 0.03893735700401728, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.580649342845766, -0.3944023241926457, -0.5657066657596724, 1.0900695125636042, -1.0453891283974461, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8530763525060403, -0.3496242869631688, 0.03893735700401728, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5653641511264476, -0.3944023241926457, -0.616161760760894, 1.1489347060768103, -1.0865732837846513, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.871969191070174, -0.0519341319898523, -0.32414143074718355, -0.3228659594495013, -0.14294898336343245, -0.6366221268612765, -0.3058887014521643, -0.4489990658053813, -0.6137005366144929, 0.9461768173091005, -0.92183666223583, -0.49572516201918027, -0.5239369291006425, -0.3584829564652458], [-0.8530763525060403, -0.2752017482198396, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.3652840619991868, -0.5029454500264454, 1.0377448961074212, -0.9747877191622369, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [0.19169762009055116, 1.5388476336488075, 0.5891807029480908, 2.0373973309876963, 0.18391106065489082, 0.11120998620559494, 1.9876356755538571, -0.17019170530301164, -0.2642067078255434, -1.7485409301843369, 1.0903035009676298, -0.3126617260767287, -0.2253604522529735, 0.05885828838236908], [-0.9428173356856753, -0.27055033954838154, 0.554406959895863, -0.27612807251015087, -0.14294898336343245, -0.4175601947507789, -0.24773041100792834, 0.6509432885525314, 1.5287950828276238, -0.2929355061438892, 0.890266174801204, 0.2804515202401737, 0.5777218345573295, 3.1752407112847365], [-0.9305369906189883, -0.3496242869631688, -0.1277720582169566, -0.27612807251015087, -0.11106019858115701, -0.6869811917142645, -0.45874061864534843, -0.09739604981936417, -0.6284678814928992, 1.0606369158070013, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8530763525060403, -0.2752017482198396, -0.1277720582169566, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.48931100208398526, -0.30559162450259586, -0.616161760760894, 1.073718069921047, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7368853953366185, -0.31241301759150414, -0.15743201552620967, -0.27612807251015087, -0.12700459097229475, -0.6869811917142645, -0.5347937676878107, -0.3652840619991868, -0.5657066657596724, 1.0475557616929554, -0.99832152224064, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-1.0287797511524834, -0.33101865227733646, -0.2995952591809052, -0.18265229863145, -0.11584351629849833, -0.5333860439126512, -0.051259775981567265, -0.4540947616892366, -0.6173923728340945, 0.7885489102348482, -0.8394683514614194, -0.4969537756832236, -0.5275866650658702, -0.3741137146992388], [4.819498426375092, 0.371344057112832, -0.1339086011085262, -0.46307962026755267, -0.14294898336343245, 1.6043562590966887, -0.7935235982538347, -0.4540947616892366, 0.2563421991382794, -1.0686479451068058, 0.93733378095801, -0.1337448612504233, 0.19281506468600426, 0.06921366571238947], [-0.17671273191005532, 0.6829884381005227, 0.7395260037915458, 0.3782023446407554, -0.1365712264069774, 0.17415881727182997, 1.4731584908548472, -0.4540947616892366, 0.7436645801256878, -1.6896757366711308, 1.543329210226888, 0.41790267390501784, 1.1890526087329751, 0.17472128379184268], [-0.9607655323216022, -0.2658989308769235, -0.318004887855614, -0.18265229863145, -0.09830468466824684, -0.3319497845006993, -0.6827991606773086, -0.3106873203864512, -0.6198535969804955, 1.3137572479137876, -1.2042422991766666, -0.4987966961792885, -0.5277270395260714, -0.3702060251407406], [-0.9428173356856753, -0.17752216611922014, -0.3220959164499937, -0.25275912904047565, -0.06322702140774386, -0.42007814799342824, -0.6704964453910279, -0.27938518852848276, -0.6235454332000971, 1.2993679783883374, -1.1983588484070657, -0.495264431895164, -0.5271655416852671, -0.3838829385954845], [0.3891277830857479, -0.24264188751963314, 0.40917544479538265, -0.46307962026755267, -0.14294898336343245, -0.012169722684225573, -0.7413302606756743, -0.42279262983126825, 1.8069134113709424, -0.4662607981549961, 1.0961869517372305, 1.4688280867860546, 1.8183513138143577, 0.5578702450025976], [6.220402405905603, 0.03644263276785104, 0.854074804434178, -0.46307962026755267, -0.14294898336343245, 1.936726087126409, -0.6380620141817425, -0.15053687832242682, -0.6260066573464982, -1.3358305178861916, 0.7784806101787896, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0438940220037904, -0.3077616089200461, -0.3251641878957785, -0.46307962026755267, 0.37046045163120217, -0.6240323606480296, -0.6220312033541646, -0.11996270301929492, -0.6278525754562989, 1.2993679783883374, -1.1748250453286628, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9607655323216022, -0.2845045655627558, 0.3979251161608384, -0.43971067679787745, -0.14294898336343245, -0.6643196125304199, 0.09376314057489284, 1.0098258700869132, 1.4266542807519798, -0.5091015778784962, 1.0079351901932192, 0.2509647923031347, 0.7348008555223232, 3.1322561261412556], [0.8482237601941961, 1.962125822751492, 0.48997325953438237, -0.46307962026755267, -0.14294898336343245, -0.36468317665514144, -0.7752559301014786, -0.41842489050224935, 1.048241068242818, -0.23047299524932036, 0.6372777917083713, 2.070234475335249, 0.6794933182031029, -0.28794915993435205], [-1.0457833058602037, -0.3403214696202526, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.39909108998459364, 0.3160832733277532, -0.6284678814928992, 1.1168858784973983, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3403214696202526, -0.32414143074718355, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.39909108998459364, 0.3160832733277532, -0.6284678814928992, 1.1168858784973983, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8861388199932744, -0.3496242869631688, 0.14019031471491553, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.5244811613074547, 1.1227723978487187, -1.0395056776278453, -0.37148160524280166, -0.5285692862872777, -0.38466447650718416], [-0.9277030648343684, -0.28915597423421385, -0.30164077347809504, -0.46307962026755267, 0.2269609201109626, -0.25389323397856794, -0.6734789218240657, -0.4540947616892366, -0.6241607392366973, 1.3095058728267228, -1.1924753976374651, -0.5000253098433318, -0.5280077884464734, -0.3780214042577371], [0.4571420019166292, -0.17752216611922014, -0.32618694504437346, 5.098728925515151, -0.14294898336343245, 1.1183912832653546, 1.765068371738416, -0.28593679752201107, -0.49186994136764073, -1.4623906839395846, 0.6255108901691697, -0.46024894246993, -0.48870293959017475, -0.18029231259772482], [0.18225120080848436, -0.21008202681942667, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6038556400288887, 0.8251761417541766, -0.9571373668534346, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7756157143930924, -0.31241301759150414, 0.010300156843359215, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.42424854294094116, -0.5780127864916776, 1.0639072043355127, -1.021855325319043, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.9758798031729092, -0.3031102002485881, -0.3210731593013988, -0.27612807251015087, -0.11106019858115701, -0.4477756336625716, -0.07400115878348001, -0.4540947616892366, -0.6223148211268966, 0.789857025646253, -0.8453518022310202, -0.4981823893472669, -0.52491955032205, -0.37899832664736166], [-1.0202779737986234, -0.3263672436058784, -0.3210731593013988, -0.3228659594495013, 0.28436073271905843, -0.5862630620082885, -0.27457269890526803, -0.4540947616892366, -0.6272372694196987, 0.9867283950626423, -0.9689042683926362, -0.5012539235073751, -0.5274462906056692, -0.3825152472500101], [-1.0457833058602037, -0.3263672436058784, -0.3149366164098292, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.3983454708763342, 0.3175391864374261, -0.6284678814928992, 1.1064209552061615, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8861388199932744, -0.3496242869631688, 0.14019031471491553, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.5244811613074547, 1.1358535519627646, -1.0395056776278453, -0.37148160524280166, -0.5285692862872777, -0.38466447650718416], [-0.8549656363624538, -0.3403214696202526, -0.32311867359858865, -0.22939018557080043, -0.14294898336343245, -0.6618016592877705, -0.00726824859426062, -0.45045497891505426, -0.6167770667974942, 0.6920753986437602, -0.7159158852998035, -0.4955715853111748, -0.5187430740732031, -0.3711829475303651], [-0.8757477587830007, -0.2007792094765105, -0.31084558781544946, -0.20602124210112518, -0.13019346945052226, -0.5031706050008583, -0.5101883371152495, -0.4540947616892366, -0.5361719760028597, 1.0867992240350928, -0.9806711699318377, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0401154542909636, -0.33101865227733646, -0.32311867359858865, -0.43971067679787745, 0.5554154033683997, -0.6542477995598223, -0.35882765813858414, -0.4540947616892366, -0.6284678814928992, 1.06881263712828, -1.0159718745494422, -0.5015610769233859, -0.5285692862872777, -0.38427370755133433], [-0.9437619776138819, -0.3031102002485881, 0.07166558575905513, -0.27612807251015087, -0.11106019858115701, -0.6089246411921331, -0.6656499211873416, -0.3798431930959162, -0.5921648253334837, 1.2548920544005815, -1.1512912422502597, -0.4815961048826823, -0.4906681820329897, -0.35731064959769626], [-0.4223196332437929, 0.09225953682534786, 0.5564524741930529, 0.027668192595627063, -0.14294898336343245, -0.40748838178018126, 1.494408635440241, 0.08823287166393676, 0.9608676110455806, -1.7007947176680696, 1.6786485779277056, 0.32775314630584085, 0.4052016229702184, 2.0765937919129493], [-0.9692673096754624, -0.21008202681942667, -0.318004887855614, -0.22939018557080043, -0.07598253532065403, -0.4679192596037668, -0.5094427180069899, -0.3004959286187405, -0.616161760760894, 1.155475283133833, -1.1042236360934536, -0.4974145058072397, -0.5281481629066744, -0.36297679945751876], [-0.9598208903933956, -0.33101865227733646, -0.30880007351825955, -0.22939018557080043, -0.14294898336343245, -0.6769093787436669, 0.13477219152916167, -0.4540947616892366, -0.616161760760894, 0.6001802909925884, -0.6453144760645944, -0.4980288126392614, -0.52491955032205, -0.38017063351491115], [-0.9305369906189883, -0.2752017482198396, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.47402581036466684, -0.1570884873159551, -0.616161760760894, 1.0835289355065811, -1.0453891283974461, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.9654887419626357, -0.29845879157713, -0.09708934375910866, -0.3228659594495013, -0.1174379555376121, -0.5006526517582089, -0.6156934409339595, -0.358004496450822, -0.5755515623452766, 1.2032214956501006, -1.1101070868630545, -0.47867814743057946, -0.5076534917173188, -0.28638608411095273], [-0.9220352132651282, -0.3496242869631688, -0.029587371951843168, -0.15928335516177475, -0.14294898336343245, -0.6869811917142645, -0.6347067281945751, -0.430072195379633, -0.44695260069582154, 1.1456644175482988, -1.0336222268582445, -0.426001336584723, -0.5285692862872777, -0.38466447650718416], [-0.5545695031927285, 1.1992948006323683, 0.23019294379126962, 1.055901705261337, 0.17593886445932194, -0.017205629169524374, 2.3529890386009806, 2.6251614652690494, -0.314661802826765, -1.7550815072413597, 0.9785179363452153, -0.5015610769233859, -0.06112233381772539, -0.38466447650718416], [-0.7368853953366185, -0.3496242869631688, 0.014391185437738947, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.3944023241926457, -0.6032403339922884, 1.0671774928640239, -1.0159718745494422, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8861388199932744, -0.3496242869631688, 0.1575771862410294, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.5244811613074547, 1.1293129749057416, -1.0395056776278453, -0.37148160524280166, -0.5285692862872777, -0.38466447650718416], [-0.9248691390497483, -0.3170644262629622, 0.05632422853013114, -0.41634173332820223, -0.14294898336343245, -0.5031706050008583, -0.6600577778753959, -0.4540947616892366, -0.5509393208812661, 1.2238243133797226, -1.1101070868630545, -0.4447376949613833, -0.4513633331766909, -0.3299568226882084], [-0.699099718208351, -0.31241301759150414, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.47402581036466684, -0.3354378432508913, -0.6032403339922884, 0.9854202796512376, -0.9689042683926362, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-1.0325583188653102, -0.3217158349344203, -0.3210731593013988, -0.43971067679787745, 0.2556608264150106, -0.3697190831404402, -0.3633013727881408, -0.4540947616892366, -0.6223148211268966, 1.0606369158070013, -1.0100884237798415, -0.4987966961792885, -0.5282885373668756, -0.37860755769151183], [-0.8077335399521196, -0.33567006094879454, -0.181978187092488, -0.46307962026755267, -0.1397601048852049, -0.42259610123607766, -0.6619218256460444, -0.3390776260250737, -0.5546311571008676, 1.199624178268738, -1.0748063822454499, -0.4522629536536485, -0.4468713504502568, -0.3430475827091776], [-0.9966619255934562, -0.3077616089200461, -0.30777731636966466, -0.46307962026755267, -0.07119921760331273, -0.17080077697113777, -0.583259009724674, -0.1963981412771247, -0.616161760760894, 1.2388676406108752, -1.1336408899414574, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.82190316887522, -0.3403214696202526, 0.06655180001608046, -0.43971067679787745, -0.1126546378202708, -0.5283501374273524, -0.696593114180108, -0.4540947616892366, -0.5527852389910668, 1.2143404766470391, -1.1101070868630545, -0.40787928504008436, -0.4569783115847336, -0.3748952526109385], [-0.5356766646285948, 1.3109286087473622, 0.2547391153575479, 0.9624259313826361, 0.7116704488015494, -0.05245697456661599, 2.364173325224872, 1.9772801314645874, -0.3823454668527939, -1.7420003531273138, 0.913799977879607, -0.3940573813195973, -0.3601199340459976, -0.013433968449848866], [0.25782255506501905, 0.01318558941056067, -0.318004887855614, -0.46307962026755267, -0.12062683401583965, 1.0378167795005737, 0.8803912997885965, -0.4540947616892366, 1.1805318661118744, -1.5130801561315121, 1.431543645604474, 0.3507896525066526, 1.2303227000320887, 1.5007957354682295], [-0.9843815805267693, -0.2472932961910912, -0.316982130707019, -0.25275912904047565, -0.06482146064685763, -0.5812271555229898, -0.01547005878511436, -0.4540947616892366, -0.6155464547242936, 0.738186466895772, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8143460334495662, -0.31241301759150414, 0.0010953425060048188, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.580649342845766, -0.3652840619991868, -0.553400545027667, 1.0933398010921158, -1.021855325319043, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.8851941780650677, -0.22868766150525893, -0.30164077347809504, -0.20602124210112518, -0.13019346945052226, -0.5384219503979499, -0.45426690399579184, -0.4540947616892366, -0.49310055344084125, 1.0050420108223066, -0.9100697606966286, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9201459294087149, -0.19612780080505246, -0.30266353062669, -0.25275912904047565, -0.08395473151622289, -0.21612393533882693, -0.7092686390205186, -0.4191528470570859, -0.6149311486876934, 1.3137572479137876, -1.1924753976374651, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6849300892852508, 0.03644263276785104, -0.07663420078721, 0.19125079688335359, -0.1365712264069774, -0.6869811917142645, 1.7251777494465363, 3.4826942868664164, 0.6279870452448384, -1.5853535326116153, 1.4080098425260708, 1.6199475674633803, -0.5285692862872777, -0.38466447650718416], [-0.9777690870293225, -0.29845879157713, -0.08072522938158976, -0.46307962026755267, 0.08186694935160939, -0.3470575039565956, -0.48670133520507725, -0.4540947616892366, -0.6229301271634968, 1.1316021768756994, -1.0748063822454499, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8001764045264662, -0.09844821870443297, -0.12981757251414652, -0.11254546822242431, -0.1397601048852049, -0.3520934104418944, 2.105816304212978, 4.41520663361194, 0.15604731517243642, -1.6242699661009017, 1.278573925594854, 0.8262631404914095, -0.19546069223014625, -0.32292298148291154], [-0.9711565935318757, -0.27055033954838154, -0.31595937355842413, -0.04243863781339862, -0.09033248847267798, -0.37475498962573905, -0.5396402918914972, -0.4540947616892366, -0.6223148211268966, 1.1943917166231195, -1.115990537632655, -0.4989502728872939, -0.5266040438444628, -0.37704448186811257], [-1.0457833058602037, -0.3496242869631688, 0.15144064334945978, -0.46307962026755267, -0.08236029227710913, -0.6869811917142645, -0.4438282364801597, 0.0008780850835598332, -0.6284678814928992, 1.0639072043355127, -1.1042236360934536, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8228478108034266, -0.3449728782917107, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, 0.2775582507608435, -0.4540947616892366, -0.6167770667974942, 0.4271820278343328, -0.5217620099029784, -0.49372866481510985, -0.5204275675956158, -0.3748952526109385], [-0.8228478108034266, -0.3449728782917107, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, 0.2775582507608435, -0.4540947616892366, -0.6167770667974942, 0.4271820278343328, -0.5217620099029784, -0.49372866481510985, -0.5204275675956158, -0.3748952526109385], [-1.039170812362757, -0.33101865227733646, -0.32414143074718355, -0.46307962026755267, -0.08076585303799536, -0.6492118930745234, -0.4050560428506691, 0.2724058800375648, -0.6260066573464982, 1.108056099470417, -1.0512725791670468, -0.5006396166753535, -0.5282885373668756, -0.3821244782941603], [-0.3089626018589909, 0.33413278774116745, 0.3958796018636485, 0.7754743836252342, -0.11424907705938457, -0.14310329130199428, 1.532808019515602, -0.4540947616892366, 0.9467155722037748, -1.758351795769871, 1.643347873310101, 0.2509647923031347, 1.5896813181468197, 0.306996575347009], [-0.9314816325471952, -0.3077616089200461, -0.0694749007470455, -0.29949701597982614, -0.12700459097229475, -0.48806288554496197, -0.5940704867944359, -0.3944023241926457, -0.5804740106380787, 1.1813105625090738, -1.0924567345542522, -0.47391726948241164, -0.49698503274203765, -0.3221414435712119], [-0.6490336960133968, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, 0.38321596554411236, -0.6869811917142645, -0.4244421396654144, -0.4540947616892366, -0.5977025796628861, 0.9167442205524973, -0.9277201130054309, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9947726417370428, -0.09844821870443297, -0.3190276450042089, -0.3462349029191766, -0.14294898336343245, -0.11792375887550034, -0.5418771492162754, -0.4337119781538153, -0.6266219633830985, 1.1724807834820925, -1.1336408899414574, -0.5006396166753535, -0.5281481629066744, -0.382710631727935], [-0.8568549202188671, -0.21938484416234283, -0.30777731636966466, -0.20602124210112518, -0.13178790868963605, -0.5484937633685476, -0.4990040504913579, -0.4540947616892366, -0.4746413723428334, 1.0377448961074212, -0.9159532114662293, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9711565935318757, -0.31241301759150414, -0.3036862877752849, -0.3228659594495013, -0.04249931129926482, -0.40497042853753185, -0.5485877211906103, -0.1650960094191563, -0.6112393124680918, 1.1744429565991996, -1.1101070868630545, -0.48988924711497456, -0.5162163337895838, -0.3664937200601672], [-0.9550976807523622, -0.22868766150525893, -0.024473586208868504, -0.46307962026755267, -0.08554917075533666, -0.25137528073591847, -0.5735659613173014, -0.4540947616892366, -0.6167770667974942, 1.204529611061505, -1.1277574391718568, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.884249536136861, -0.3449728782917107, -0.10015761520489345, -0.27612807251015087, -0.14294898336343245, -0.6189964541627307, -0.24325669635837177, -0.4453592830311989, -0.600163803809287, 0.8981035759399821, -0.8688856053094233, -0.4914250141950287, -0.5195853208344094, -0.3524260376495734], [-1.0146101222293833, -0.3217158349344203, -0.32311867359858865, -0.22939018557080043, -0.10946575934204325, -0.48554493230231255, 0.055363756499531895, -0.4540947616892366, -0.6247760452732976, 0.6924024274966116, -0.7688669422262103, -0.5001788865513372, -0.5268847927648649, -0.3793890956032115], [-1.0457833058602037, -0.33101865227733646, -0.32618694504437346, -0.41634173332820223, 0.06432811772135792, -0.5837451087656392, -0.39088927979373983, 0.02344473828349051, -0.6284678814928992, 1.0933398010921158, -1.0336222268582445, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.06996819402270003, -0.2519447048625493, 0.05836974282732095, -0.019069694343723426, -0.14294898336343245, -0.46288335311846796, 1.1413579876793987, -0.43589584781832474, 1.3232828666031355, -1.6527214762989513, 1.7786672410109186, 0.2557256702513024, 0.5406629770642479, 2.926907039842172], [-0.3826446722591122, 1.5062877729486008, 0.40917544479538265, 0.6352607228071829, 0.22855535935007643, -0.22871370155207393, 2.297067605481523, 2.452635761772805, -0.40511179020700366, -1.7102785544007528, 1.1079538532764321, -0.40910789870412767, -0.36082180634700295, -0.1535246391220117], [-0.9305369906189883, -0.31241301759150414, 0.0010953425060048188, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.580649342845766, -0.3944023241926457, -0.5281729975270563, 1.132583263434253, -1.0395056776278453, -0.31358318632476123, -0.5285692862872777, -0.38466447650718416], [-0.970211951603669, -0.2379904788481751, -0.0633383578554759, -0.11254546822242431, -0.08873804923356421, -0.4553294933905198, -0.6630402543084336, -0.4540947616892366, -0.6223148211268966, 1.282362478040078, -1.1983588484070657, -0.4980288126392614, -0.5280077884464734, -0.37450448365508865], [-0.8946405973471345, -0.2658989308769235, -0.30266353062669, -0.20602124210112518, -0.12700459097229475, -0.5359039971553006, -0.4505388084544947, -0.41405715117323055, -0.5730903381988754, 1.0639072043355127, -0.9865546207014384, -0.46915639153424393, -0.47354249788845953, -0.34793219465730046], [-1.0079976287319363, -0.29380738290567193, -0.3210731593013988, -0.20602124210112518, 10.0, -0.3193600182874523, -0.506833051128082, -0.4540947616892366, -0.6100087003948913, 1.175424043157753, -1.0983401853238528, -0.49111786077901787, -0.5170585805507902, -0.36707987349394194], [-0.964544100034429, -0.3031102002485881, 0.01745945688352369, -0.392972789858527, -0.13338234792874984, -0.4704372128464162, -0.6112197262844028, -0.3398055825799101, -0.5798587046014784, 1.2081269284428675, -1.121873988402256, -0.4831318719627364, -0.480841969818915, -0.3270260555193347], [-0.940928051829262, -0.3077616089200461, 0.07166558575905513, -0.43971067679787745, -0.14294898336343245, -0.626550313890679, -0.6716148740534171, -0.43662380437316123, -0.5010995319166447, 1.2071458418843142, -1.0748063822454499, -0.30344712359640397, -0.44504648246764295, -0.37001064066281564], [-0.19560557047418892, -0.14031089674755562, 0.2608756582491176, 2.691727748138603, 0.06432811772135792, 0.768395782537088, 2.073381873003693, 1.7516135994652806, -0.5066372862460471, -1.5359721758310922, 0.8373151178747972, -0.4284585639128096, -0.4722791277466499, -0.1873261538030217], [-0.8946405973471345, -0.22403625283380085, -0.16356855841777923, -0.392972789858527, -0.14294898336343245, -0.5938169217362367, -0.07400115878348001, -0.4540947616892366, -0.6100087003948913, 0.7466892170699015, -0.7688669422262103, -0.49480370177114774, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.33567006094879454, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6139605476774319, 0.2723389170030275, -0.4540947616892366, -0.6155464547242936, 0.4297982586571419, -0.5217620099029784, -0.4928072045670774, -0.5194449463742083, -0.373722945743389], [-0.8993638069881678, -0.3077616089200461, -0.06845214359845056, -0.392972789858527, -0.11106019858115701, -0.4150422415081294, -0.6052547734183273, -0.4402635871473436, -0.5663219717962726, 1.1584185428094935, -1.0806898330150505, -0.42968717757685293, -0.5285692862872777, -0.29302915636039983], [-0.6206944381671964, 0.5434461779567806, 0.3508782873254716, -0.25275912904047565, -0.13816566564609115, -0.39238066232428487, 2.1143909239579615, 3.5139964187243846, 0.04221569840138773, -1.6831351596141078, 1.2197394178988465, -0.2492345456704934, 0.11504761373461338, 0.41660726746288534], [-0.9324262744754018, -0.22403625283380085, -0.2903904448435508, -0.15928335516177475, -0.11584351629849833, -0.39489861556693423, -0.5810221523998957, -0.37693136687657036, -0.616161760760894, 1.2143404766470391, -1.115990537632655, -0.49480370177114774, -0.5274462906056692, -0.36473525975884297], [-0.7368853953366185, -0.2752017482198396, -0.15743201552620967, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.45874061864534843, -0.3944023241926457, -0.5780127864916776, 1.031204319050398, -0.9512539160838339, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.9475405453267086, -0.24264188751963314, -0.30266353062669, -0.04243863781339862, -0.07279365684242649, -0.3420215974712969, -0.6839175893396977, -0.4540947616892366, -0.618622984907295, 1.3147383344723411, -1.1924753976374651, -0.4989502728872939, -0.5271655416852671, -0.36805679588356655], [-1.0042190610191097, -0.3403214696202526, -0.3251641878957785, -0.15928335516177475, -0.09671024542913308, -0.437703820691974, -0.5657369606805773, -0.1039476588128925, -0.6247760452732976, 1.23167300584815, -1.145407791480659, -0.5006396166753535, -0.5256214226230553, -0.37919371112528655], [-0.9078655843420281, 0.06435108479659948, -0.19629678717281707, -0.3462349029191766, -0.14294898336343245, -0.6441759865892247, -0.3961086135515559, -0.4519108920247272, -0.6155464547242936, 1.035782722990314, -0.9924380714710392, -0.4964930455592073, -0.5244984269414468, -0.3621952615458191], [-1.0457833058602037, -0.3496242869631688, -0.3067545592210697, -0.46307962026755267, 0.2508775086976692, -0.6618016592877705, -0.517271718643714, 0.08532104544459086, -0.6284678814928992, 1.1914484569474595, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0221672576550367, -0.28915597423421385, -0.2893676876949559, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.3856699460359238, 0.2782295324762566, -0.6235454332000971, 1.0786235027138142, -1.021855325319043, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5677944901876221, -0.33101865227733646, -0.2668670304258674, -0.46307962026755267, -0.14294898336343245, -0.5988528282215355, 0.005780085800279543, -0.4540947616892366, -0.6223148211268966, 0.573690953911646, -0.704148983760602, -0.49864311947128304, -0.52491955032205, -0.37860755769151183], [-0.9711565935318757, -0.3170644262629622, -0.002995686088374913, -0.46307962026755267, -0.14294898336343245, -0.6114425944347825, -0.6708692549451577, -0.4016818897410105, -0.4512597429520234, 1.1960268608873754, -1.0395056776278453, -0.3977432223117272, -0.4523459543980985, -0.247504573003895], [-0.7756157143930924, -0.2752017482198396, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5653641511264476, -0.3652840619991868, -0.5281729975270563, 1.0900695125636042, -0.99832152224064, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.8398513655111468, -0.31241301759150414, -0.32414143074718355, -0.3228659594495013, -0.14294898336343245, -0.6643196125304199, 0.14222838261175613, -0.4540947616892366, -0.5977025796628861, 0.5406610397736802, -0.5982468699077883, -0.4989502728872939, -0.5181815762323988, -0.38134294038246064], [0.32300284811128016, 0.2876187010265867, 0.4408809164018256, -0.46307962026755267, -0.13178790868963605, 0.08603045377910093, -0.7935235982538347, -0.4540947616892366, 1.527564470754423, -0.24518929362762198, 0.93733378095801, 1.289450491835733, 1.600911274962905, 0.5666625465092188], [-1.0457833058602037, -0.3496242869631688, -0.3067545592210697, -0.46307962026755267, 0.2508775086976692, -0.6668375657730693, -0.517271718643714, 0.08532104544459086, -0.6284678814928992, 1.2012593225329937, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8143460334495662, -0.31241301759150414, -0.031632886249033036, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5347937676878107, -0.3652840619991868, -0.5780127864916776, 1.0835289355065811, -1.021855325319043, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.696265792423731, 1.3713969214763169, 0.329400387204978, 2.130873104866397, 0.21101652771982493, -0.21864188858147623, 2.3742391831863743, 1.1634247031574092, -0.2863577251431529, -1.7227056508090963, 0.890266174801204, -0.4255406064607068, -0.11614912221654354, -0.03492626102158931], [-0.8540209944342472, -0.29380738290567193, -0.318004887855614, -0.27612807251015087, 0.03881708989553756, -0.4326679142066753, -0.637316395073483, -0.2473551001156779, -0.6229301271634968, 1.24017575602228, -1.1630581437894612, -0.4977216592232506, -0.5268847927648649, -0.37841217321358694], [-0.970211951603669, -0.2379904788481751, -0.0633383578554759, -0.11254546822242431, -0.08873804923356421, -0.4402217739346234, -0.6630402543084336, -0.4540947616892366, -0.6223148211268966, 1.282362478040078, -1.1983588484070657, -0.4980288126392614, -0.5280077884464734, -0.37450448365508865], [-0.15781989334592156, -0.08914540136151688, 0.42042577342992693, 3.6498544303952873, -0.14294898336343245, 0.8640780057577652, 2.2038652169490938, 0.9217431269516997, -0.49310055344084125, -1.692946025199642, 0.596093636321166, -0.440130393721221, -0.487158820527963, -0.184395386634148], [-0.9371494841164352, -0.22868766150525893, -0.32618694504437346, -0.019069694343723426, -0.06641589988597141, -0.41252428826548004, -0.6257592988954619, -0.39804210696682807, -0.6223148211268966, 1.2372324963466195, -1.168941594559062, -0.4980288126392614, -0.5280077884464734, -0.37450448365508865], [-1.0457833058602037, -0.3496242869631688, 0.3109907585302692, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5605176269227613, 0.0008780850835598332, -0.6284678814928992, 1.1522049946053219, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0098869125883496, -0.22868766150525893, -0.32720970219296835, -0.46307962026755267, -0.12700459097229475, -0.4427397271772729, 0.24512381955155807, -0.4540947616892366, -0.6223148211268966, 0.5207122797497603, -0.6570813776037959, -0.49848954276327767, -0.5254810481628542, -0.37548140604471325], [0.12651732704429006, -0.11705385339026526, 0.6055448173256096, 0.3314644577014049, -0.14294898336343245, -0.13806738481669556, 1.3217978118781821, 0.05401891358662249, 0.917180882446962, -1.7066812370193902, 1.6315809717708996, 0.175097898548461, 1.2967198197071934, 0.6104286695643993], [0.5043740983269633, 2.2644673863962668, 1.3337479071252014, -0.46307962026755267, -0.14294898336343245, -0.07763650699311, -0.46806085749859133, -0.4540947616892366, 0.6778268342094597, -0.25565421691885865, 0.41959011323314316, 1.5451557106647444, 0.3444194817031564, -0.26274456228203824], [-1.036336886578137, -0.3031102002485881, -0.32311867359858865, -0.43971067679787745, 0.3672715731529746, -0.5736732957950416, -0.6183031078128676, -0.11923474646445846, -0.6284678814928992, 1.2993679783883374, -1.1748250453286628, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9834369385985626, -0.3263672436058784, 0.08393867154219427, -0.41634173332820223, -0.1365712264069774, -0.5912989684935873, -0.629487394436759, -0.4409915437021801, -0.5164821828316513, 1.206491784178612, -1.0924567345542522, -0.45241653036165397, -0.40363601670832827, -0.26547994497298705], [-0.7312175437673782, 1.1992948006323683, 0.5922489743938756, 0.3080955142317297, 0.17593886445932194, -0.2664830001918149, 2.2012555500701856, 1.972184435580732, -0.01316184489263598, -1.6962163137281534, 1.2609235732860518, -0.24554870467836354, -0.06070121043712217, 0.266551988416552], [-0.3628071917667718, 0.36669264844137395, 0.5738393457191667, 0.07440607953497745, -0.14294898336343245, -0.38734475583898603, 1.5741898800240006, 0.13846187394765352, 0.7996574294563118, -1.7119136986650085, 1.6080471686924964, 0.33543198170611144, 0.3524208259346172, 1.744244794962671], [-0.7368853953366185, -0.31241301759150414, 0.0010953425060048188, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.580649342845766, -0.3944023241926457, -0.553400545027667, 1.073718069921047, -0.99832152224064, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [0.9341861756610043, 0.2550588403263803, -0.32005040215280384, 2.5047762003812006, -0.14294898336343245, 2.9993023555244553, 1.5995409297048215, -0.29831205895423113, -0.5589382993570694, -1.4849556747863135, 0.7314130040219835, -0.4567166781858055, -0.5148125891875732, -0.28951223575775137], [-1.0457833058602037, -0.3496242869631688, -0.3067545592210697, -0.46307962026755267, 0.2508775086976692, -0.6517298463171729, -0.517271718643714, 0.08532104544459086, -0.6284678814928992, 1.2012593225329937, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.45538210073102675, 1.106266627203207, 0.4071299304981929, 0.2613576272923793, 0.1568055935899567, -0.3319497845006993, 2.0976144940221237, 2.0486198738385624, 0.04467692254778873, -1.7469057859200812, 1.2903408271340557, -0.41064366578418177, 0.5677552478830535, -0.07986469094431936], [-1.0457833058602037, -0.3496242869631688, -0.3067545592210697, -0.46307962026755267, 0.2508775086976692, -0.6567657528024716, -0.517271718643714, 0.08532104544459086, -0.6284678814928992, 1.2077998995900168, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7756157143930924, -0.31241301759150414, 0.0010953425060048188, -0.27612807251015087, -0.1349767871678636, -0.6869811917142645, -0.48931100208398526, -0.3354378432508913, -0.6032403339922884, 1.0410151846359323, -0.99832152224064, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.9550976807523622, -0.22868766150525893, -0.26584427327727245, -0.18265229863145, -0.08554917075533666, -0.25137528073591847, -0.5735659613173014, -0.4540947616892366, -0.6167770667974942, 1.204529611061505, -1.1277574391718568, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.9927539752098183, 1.0364954971313358, 0.1984874721848267, -0.46307962026755267, -0.14294898336343245, -0.28914457937565946, -0.6988299715048865, -0.26919379676077215, 1.2076053317222863, -0.32531136257615245, 0.8549654701835994, 2.6681085996003198, 0.42710003876158475, -0.2461368816584206], [0.024495998797968276, 1.5481504509917234, 0.25576187250614296, 1.897183670169645, 0.24609419098032792, 0.8464523330592193, 1.9906181519868953, -0.16145622664497397, -0.26543731989874386, -1.6909838520825353, 0.8726158224924017, -0.3550488974862225, -0.25947144608183276, 0.0008290984386698405], [-1.0457833058602037, -0.3496242869631688, -0.3067545592210697, -0.46307962026755267, 0.2508775086976692, -0.6517298463171729, -0.517271718643714, 0.08532104544459086, -0.6284678814928992, 1.2077998995900168, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.863467413716314, -0.31241301759150414, 0.06143801427310581, -0.392972789858527, -0.1397601048852049, -0.5862630620082885, -0.6600577778753959, -0.37911523654107976, -0.5527852389910668, 1.199951207121589, -1.0865732837846513, -0.4316836747809233, -0.45908392848774965, -0.34656450331182603], [-1.008942270660143, -0.3217158349344203, -0.3220959164499937, -0.20602124210112518, -0.1126546378202708, -0.4704372128464162, 0.05983747114908854, -0.4540947616892366, -0.6241607392366973, 0.6855348215867377, -0.7688669422262103, -0.5000253098433318, -0.5267444183046638, -0.3788029421694368], [-0.7368853953366185, -0.2379904788481751, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.3652840619991868, -0.5657066657596724, 1.0279340305218867, -0.9806711699318377, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.9380941260446418, -0.2472932961910912, -0.316982130707019, -0.46307962026755267, 0.4469935351086633, -0.4175601947507789, -0.5985442014439925, -0.4540947616892366, -0.6253913513098979, 1.2372324963466195, -1.1571746930198605, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3373018597051914, 0.11551658018263823, -0.2893676876949559, 0.12114396647432794, -0.14294898336343245, -0.6869811917142645, 1.44333372652447, 3.3676771512022534, 1.0636237191578246, -1.7191083334277337, 1.5080285056092837, 1.4181477731442684, -0.5285692862872777, -0.38466447650718416], [-0.8540209944342472, -0.29845879157713, -0.3251641878957785, -0.06580758128307386, -0.14294898336343245, -0.513242417971456, -0.5142892422106763, -0.4540947616892366, -0.5700138080158742, 1.0988992915905849, -1.0336222268582445, -0.4754530365624658, -0.48505320362494697, -0.3143260644542154], [-1.0079976287319363, -0.29845879157713, -0.3067545592210697, -0.3696038463888518, 0.25247194793678296, -0.43014996096402586, -0.5519430071777778, -0.27938518852848276, -0.6106240064314916, 1.2097620727071232, -1.1630581437894612, -0.49572516201918027, -0.527025167225066, -0.36805679588356655], [-0.9673780258190491, -0.2658989308769235, -0.32311867359858865, -0.18265229863145, -0.040904872060151046, -0.16072896400054015, -0.6145750122715703, -0.4540947616892366, -0.6198535969804955, 1.2490055350492608, -1.168941594559062, -0.49710735239122894, -0.527025167225066, -0.37294140783168933], [-0.7368853953366185, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.6108469167302732, -0.3944023241926457, -0.5281729975270563, 1.1227723978487187, -0.99832152224064, -0.43890178005717767, -0.41402372676320726, -0.30494760951381955], [-1.0013851352344896, -0.33567006094879454, -0.32005040215280384, -0.22939018557080043, -0.1238157124940672, -0.47799107257436435, 0.1780180998082089, -0.4540947616892366, -0.6266219633830985, 0.5795774732629664, -0.7217993360694043, -0.5011003467993697, -0.527025167225066, -0.38192909381623535], [-0.45065889108999335, -0.18217357479067822, -0.24129810171099406, -0.46307962026755267, -0.14294898336343245, -0.5283501374273524, -0.7525145472995657, -0.42133671672159523, -0.579243398564878, 1.1750970143049022, -1.068922931475849, -0.4811353747586661, -0.5094783596999326, -0.2969368459188981], [-1.0410600962191703, -0.33101865227733646, -0.32414143074718355, -0.43971067679787745, -0.09352136695090552, -0.6441759865892247, -0.3905164702396101, 0.2942445766826589, -0.6192382909438953, 1.0926857433864132, -1.0336222268582445, -0.5006396166753535, -0.5282885373668756, -0.3821244782941603], [-0.7756157143930924, -0.2752017482198396, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5955617250109547, -0.3652840619991868, -0.5029454500264454, 1.10315066667765, -0.9747877191622369, -0.31342960961675576, -0.5285692862872777, -0.38466447650718416], [-1.0070529868037297, -0.29380738290567193, -0.3210731593013988, -0.04243863781339862, -0.09671024542913308, -0.5661194360670934, -0.12582168680751074, -0.4540947616892366, -0.5927801313700839, 0.833024834222604, -0.8571187037702217, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8143460334495662, -0.31241301759150414, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5347937676878107, -0.42424854294094116, -0.37742301855999183, 0.9985014337652836, -0.8571187037702217, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [-0.9040870166292013, -0.3170644262629622, 0.07268834290765007, -0.3696038463888518, -0.1365712264069774, -0.525832184184703, -0.6608033969836553, -0.414785107728067, -0.5558617691740682, 1.215648592058444, -1.1042236360934536, -0.44780922912149157, -0.4541708223807123, -0.3358183570259558], [-0.6386426348031233, -0.2379904788481751, -0.3282324593415633, -0.46307962026755267, 0.14086120119881895, -0.362165223412492, -0.5795309141833769, -0.4540947616892366, -0.60693217021189, 1.0936668299449668, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8568549202188671, -0.3170644262629622, -0.3282324593415633, -0.08917652475274906, -0.14294898336343245, -0.5082065114861571, -0.28277450909612184, -0.4482711092505448, -0.6038556400288887, 0.9200145090810085, -0.92183666223583, -0.4923464744430612, -0.5205679420558169, -0.34519681196635166], [-0.8077335399521196, -0.3170644262629622, 0.3396279586909273, -0.46307962026755267, -0.13178790868963605, -0.37223703638308964, -0.7622075957069384, -0.4540947616892366, -0.6284678814928992, 1.284978708862887, -1.2101257499462674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9815476547421493, -0.2752017482198396, -0.06845214359845056, -0.392972789858527, -0.1413545441243187, -0.5610835295817945, -0.6585665396588769, -0.4540947616892366, -0.4875627991114389, 1.2035485245029516, -1.068922931475849, -0.4124865862802467, -0.4541708223807123, -0.18341846424452343], [1.1410627579382677, -0.16821934877630404, -0.31595937355842413, 2.621620917729577, -0.14294898336343245, 1.5590331007289995, 1.1376298921381016, -0.4540947616892366, -0.03039041391744331, -1.4502906163840923, 0.8314316671051963, -0.24585585809437432, -0.3369581481128216, 0.7895962358215448], [-1.0278351092242768, -0.33101865227733646, -0.32618694504437346, -0.08917652475274906, -0.12700459097229475, -0.5535296698538463, -0.5023593364785254, -0.010041263238987307, -0.6266219633830985, 1.188505197271799, -1.115990537632655, -0.5012539235073751, -0.5277270395260714, -0.3832967851617098], [-0.4412124718079265, -0.3031102002485881, 0.2261019151968899, -0.06580758128307386, -0.14294898336343245, -0.5182783244567548, 0.9773217838623232, -0.44171950025701656, 1.5004910051440115, -1.4934584249604435, 1.8139679456285231, 0.8225772994992794, 1.600770900502704, 1.3976327311238752], [-1.0457833058602037, -0.27055033954838154, -0.3210731593013988, -0.46307962026755267, 0.04519484685199263, -0.684463238471615, -0.44047295049299223, 0.2178091384248292, -0.6278525754562989, 1.1407589847555315, -1.068922931475849, -0.5006396166753535, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.33567006094879454, -0.2515256731969434, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.37411284985790255, 0.364856362501797, -0.6284678814928992, 1.0786235027138142, -1.0395056776278453, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7368853953366185, -0.3496242869631688, 0.05632422853013114, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.42424854294094116, -0.5780127864916776, 1.0148528764078408, -0.99832152224064, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.6112480188851296, 0.2690130663407545, 0.5850896743537111, 0.3548334011710802, -0.1413545441243187, 0.16156905105858296, 2.1404875927470415, 2.8952333471133813, -0.06238632782065708, -1.6864054481426192, 1.0432358948108238, -0.20623306742897796, -0.010868277065743476, 0.19855819009868209], [-0.9834369385985626, -0.3170644262629622, -0.0367466719920077, -0.15928335516177475, -0.14294898336343245, -0.6869811917142645, -0.5366578154584594, -0.33470988669605484, -0.4869474930748387, 1.1064209552061615, -0.9865546207014384, -0.45118791669761066, -0.5285692862872777, -0.38466447650718416], [-0.8663013395009339, -0.2379904788481751, -0.2944814734379305, -0.25275912904047565, -0.13178790868963605, -0.5988528282215355, -0.5288288148217353, -0.4540947616892366, -0.5177127949048518, 1.0867992240350928, -0.9806711699318377, -0.40787928504008436, -0.417673462728435, -0.3260491331297101], [-0.562126638618382, -0.22868766150525893, 0.023595999775093288, 0.0977750230046527, -0.14294898336343245, -0.3168420650448029, 1.5872382144185408, 2.1039445720061343, 0.8058104898223143, -1.6020320041070235, 1.502145054839683, 1.0263735910224616, 0.4932164095162872, 0.13916130880950847], [-0.7756157143930924, -0.31241301759150414, 0.026664271220878142, -0.18265229863145, -0.1349767871678636, -0.6869811917142645, -0.580649342845766, -0.3944023241926457, -0.5657066657596724, 1.0867992240350928, -1.021855325319043, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8663013395009339, -0.2379904788481751, -0.2944814734379305, -0.25275912904047565, -0.13178790868963605, -0.588781015250938, -0.5325569103630324, -0.4540947616892366, -0.5177127949048518, 1.0900695125636042, -0.9865546207014384, -0.40787928504008436, -0.417673462728435, -0.3260491331297101], [-0.871969191070174, -0.0519341319898523, -0.17379612990372856, -0.3228659594495013, -0.14294898336343245, -0.6366221268612765, -0.3058887014521643, -0.4489990658053813, -0.6137005366144929, 0.9461768173091005, -0.92183666223583, -0.49572516201918027, -0.5239369291006425, -0.3584829564652458], [-0.6868193731416642, -0.14961371409047178, -0.11754448673100729, 0.752105440155559, -0.14294898336343245, -0.41252428826548004, 2.15539997491223, 3.41790615348597, 0.15912384535543778, -1.7223786219562451, 1.2491566717468503, 0.05285083897615266, -0.12429084090820545, 0.4906579845964276], [-0.9532083968959487, -0.29845879157713, -0.30470904492387985, -0.29949701597982614, 0.0005505481568070398, -0.037349255110719584, -0.6824263511231788, -0.4540947616892366, -0.6124699245412923, 1.3019842092111464, -1.1983588484070657, -0.49603231543519105, -0.522954307879235, -0.3635629528912935], [-1.0079976287319363, -0.3031102002485881, -0.3251641878957785, -0.392972789858527, 10.0, -0.4427397271772729, -0.6145750122715703, -0.12651431201282318, -0.6100087003948913, 1.269935381631734, -1.1512912422502597, -0.49111786077901787, -0.5170585805507902, -0.36707987349394194], [-0.9513191130395354, -0.33101865227733646, -0.26993530187165216, -0.25275912904047565, 0.024467136743513612, -0.4100063350228307, -0.3562179912596761, -0.38785071519911746, -0.6223148211268966, 1.024663741993375, -0.9806711699318377, -0.4992574263033047, -0.5282885373668756, -0.3797798645590613], [-0.9229798551933349, -0.1263566707331814, 0.022573242626498354, -0.46307962026755267, 0.11216129489477107, -0.43014996096402586, -0.7141151632242049, -0.4540947616892366, -0.6180076788706947, 1.2862868242742913, -1.216009200715868, -0.4974145058072397, -0.5278674139862723, -0.3707921785745153], [-0.9891047901678028, -0.3031102002485881, -0.32618694504437346, -0.08917652475274906, -0.07917141379888158, -0.33446773774334865, -0.3275116555916879, -0.4540947616892366, -0.6223148211268966, 1.0083122993508178, -0.99832152224064, -0.500486039967348, -0.5225331844986318, -0.38075678694868587], [-0.9239244971215416, -0.33101865227733646, 0.07780212865062473, -0.392972789858527, -0.1365712264069774, -0.5233142309420535, -0.6514831581304124, -0.4540947616892366, -0.5269423854538557, 1.1973349762987797, -1.0806898330150505, -0.40327198379992196, -0.447152099370659, -0.3221414435712119], [-0.82190316887522, -0.2519447048625493, -0.29243595914074066, -0.25275912904047565, -0.1413545441243187, -0.588781015250938, -0.4658240001738131, -0.3762034103217338, -0.5558617691740682, 1.0393800403716766, -0.9630208176230354, -0.4496521496175565, -0.4630144133733795, -0.33151989851160774], [-0.6868193731416642, -0.3496242869631688, 0.23939775812862402, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5064602415739523, -0.4540947616892366, -0.579243398564878, 0.9985014337652836, -0.9747877191622369, -0.4660848573741357, -0.5038633812918899, -0.33835835523897967], [-0.5451230839106617, 0.236453205640548, 2.574352328370854, 0.9624259313826361, -0.14294898336343245, 2.5334810056343167, 2.1218471150405556, -0.4031378028506834, -0.480794432708836, -1.6765945825570847, 0.8078978640267933, -0.35044159624606014, -0.3665771592152466, -0.3590691098990205], [-1.0457833058602037, -0.3496242869631688, -0.3067545592210697, -0.46307962026755267, 0.2508775086976692, -0.6618016592877705, -0.5019865269243956, 0.11516726419288632, -0.6284678814928992, 1.1881781684189476, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.33567006094879454, -0.3282324593415633, -0.392972789858527, -0.14294898336343245, -0.6139605476774319, 0.2723389170030275, -0.4540947616892366, -0.6155464547242936, 0.4297982586571419, -0.5217620099029784, -0.4928072045670774, -0.5194449463742083, -0.373722945743389], [-1.0457833058602037, -0.3496242869631688, -0.3139138592612342, -0.46307962026755267, 0.2508775086976692, -0.6567657528024716, -0.5019865269243956, 0.11516726419288632, -0.6284678814928992, 1.1914484569474595, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9484851872549155, -0.16821934877630404, -0.32311867359858865, -0.46307962026755267, 0.30349400358842366, -0.25137528073591847, -0.6712420644992874, -0.4540947616892366, -0.6241607392366973, 1.2977328341240817, -1.1983588484070657, -0.49603231543519105, -0.5273059161454681, -0.3838829385954845], [-0.9985512094498696, -0.3077616089200461, 0.31201351567886415, -0.46307962026755267, -0.14294898336343245, -0.4654013063611173, -0.5586535791521127, -0.3412614956895831, -0.6284678814928992, 1.0933398010921158, -0.9924380714710392, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9777690870293225, -0.2798531568912977, -0.32720970219296835, -0.20602124210112518, -0.06801033912508517, -0.10785194590490274, -0.6108469167302732, -0.3798431930959162, -0.6241607392366973, 1.2499866216078142, -1.168941594559062, -0.49587873872718563, -0.5273059161454681, -0.3838829385954845], [-0.9683226677472557, -0.27055033954838154, -0.32618694504437346, -0.06580758128307386, -0.020177161951672008, -0.37223703638308964, -0.6253864893413322, -0.33325397358638187, -0.6204689030170958, 1.2679732085146271, -1.1748250453286628, -0.49726092909923436, -0.5271655416852671, -0.3735275612654641], [-0.8540209944342472, -0.29845879157713, -0.28118563050619644, -0.06580758128307386, -0.14294898336343245, -0.513242417971456, -0.5142892422106763, -0.4540947616892366, -0.5700138080158742, 1.0959560319149249, -1.0336222268582445, -0.4754530365624658, -0.48505320362494697, -0.3143260644542154], [-0.8351281558701134, -0.31241301759150414, 0.02870978551806795, -0.27612807251015087, -0.12700459097229475, -0.513242417971456, -0.6421629192771694, -0.42133671672159523, -0.5817046227112792, 1.1881781684189476, -1.1042236360934536, -0.4493449962015457, -0.4836494590229364, -0.3758721750005631], [-0.970211951603669, -0.3496242869631688, -0.3067545592210697, 0.23798868382270408, -0.14294898336343245, -0.6869811917142645, 1.0406994080643752, -0.45336680513440014, -0.6284678814928992, -0.17880243649883945, -1.0512725791670468, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.05944775014161548, -0.10309962737589107, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.49310055344084125, 0.8088246991116194, -0.8924194083878263, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6490336960133968, -0.2658989308769235, -0.2862994162491711, -0.46307962026755267, -0.1126546378202708, -0.37979089611103783, -0.4207140441241172, -0.4540947616892366, -0.49925361380684397, 0.8775007582103597, -0.8335849006918187, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0136654803011766, -0.2845045655627558, -0.32720970219296835, -0.27612807251015087, -0.026554918908127098, -0.43014996096402586, 0.0080169431250578, -0.4540947616892366, -0.6216995150902963, 0.7273945147516839, -0.7982841960742141, -0.5001788865513372, -0.5267444183046638, -0.37723986634603746], [-1.0079976287319363, -0.26124752220546543, -0.21470641584752587, 0.21461974035302883, 0.06432811772135792, -0.6718734722583681, -0.6816807320149194, -0.4540947616892366, -0.616161760760894, 1.32880057514494, -1.2101257499462674, -0.4991038495952993, -0.5233754312598382, -0.3676660269277167], [-1.0457833058602037, -0.3496242869631688, -0.3067545592210697, -0.46307962026755267, 0.2508775086976692, -0.6618016592877705, -0.5019865269243956, 0.11516726419288632, -0.6284678814928992, 1.2012593225329937, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8785816845676209, -0.2845045655627558, -0.06845214359845056, -0.3696038463888518, -0.1349767871678636, -0.35964727016984266, -0.6197943460293863, -0.4540947616892366, -0.5644760536864718, 1.172807812334944, -1.0865732837846513, -0.46623843408214105, -0.4878606928289683, -0.29478761666172404], [-0.9097548681984414, 0.1341222148684705, -0.29345871628933556, -0.29949701597982614, -0.14294898336343245, -0.6290682671333283, -0.3558451817055464, -0.4489990658053813, -0.616161760760894, 1.0050420108223066, -0.9571373668534346, -0.49372866481510985, -0.5243580524812457, -0.36473525975884297], [-0.9834369385985626, -0.2519447048625493, -0.3098228306668545, -0.13591441169209956, -0.08714360999445044, -0.39238066232428487, -0.5526886262860372, -0.26992175331560864, -0.6124699245412923, 1.204529611061505, -1.1277574391718568, -0.49203932102705034, -0.5254810481628542, -0.3600460322886451], [-0.8294603043008733, -0.3077616089200461, -0.32311867359858865, -0.25275912904047565, -0.14294898336343245, -0.4175601947507789, -0.2041116931747514, -0.44463132647636244, -0.6020097219190879, 0.8349870073397109, -0.8394683514614194, -0.49096428407101245, -0.5215505632772244, -0.35203526869372365], [-0.9787137289575293, -0.22403625283380085, -0.32005040215280384, -0.13591441169209956, -0.06163258216863008, -0.4326679142066753, -0.543741196986924, -0.24298736078665906, -0.6253913513098979, 1.202567437944398, -1.121873988402256, -0.5001788865513372, -0.5275866650658702, -0.38075678694868587], [-1.0023297771626962, -0.31241301759150414, -0.32720970219296835, -0.3696038463888518, 0.35929937695740577, -0.46288335311846796, -0.5511973880695183, -0.27938518852848276, -0.6087780883216908, 1.2074728707371654, -1.1571746930198605, -0.49495727847915316, -0.5268847927648649, -0.36571218214846757], [-0.6206944381671964, -0.22403625283380085, 0.02870978551806795, -0.11254546822242431, -0.14294898336343245, -0.45784744663316923, 1.8944332870214278, 2.4067744988181072, 0.6021441917076272, -1.7420003531273138, 1.5550961117660898, -0.04405606377526256, 0.6557700344291227, 1.0906837163038363], [-0.9371494841164352, -0.27055033954838154, -0.32618694504437346, -0.15928335516177475, -0.08395473151622289, -0.19849826264028117, -0.6608033969836553, -0.3310701039218724, -0.6204689030170958, 1.2843246511571844, -1.1865919468678643, -0.4974145058072397, -0.5271655416852671, -0.37391833022131393], [0.1161262658340166, -0.1868249834621363, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.579243398564878, 0.9330956631950544, -0.9571373668534346, -0.4708457353223034, -0.5285692862872777, -0.3455875809222015], [-0.9692673096754624, -0.2379904788481751, -0.32311867359858865, -0.25275912904047565, -0.13816566564609115, -0.2211598418241257, -0.5799037237375065, -0.21823683792221893, -0.616161760760894, 1.2163026497641463, -1.145407791480659, -0.49848954276327767, -0.5257617970832563, -0.3768490973901876], [-0.9362048421882285, -0.3263672436058784, -0.2852766591005762, -0.25275912904047565, 0.11216129489477107, -0.15317510427259196, -0.6749701600405845, -0.4540947616892366, -0.6167770667974942, 1.2856327665685892, -1.1924753976374651, -0.4977216592232506, -0.5246388014016479, -0.36981525618489075], [-0.16726631262798836, 0.8457877416015551, 0.5799758886107363, -0.019069694343723426, -0.1413545441243187, 0.3932207493823276, 1.506711350726522, -0.22260457725123778, 0.6698278557336563, -1.6864054481426192, 1.5197954071484852, 0.4390962596097647, 1.0512048888155279, 0.11688747832606829], [-0.9881601482395961, -0.3170644262629622, -0.32720970219296835, -0.3696038463888518, -0.013799404995216933, -0.40497042853753185, -0.512052384885898, -0.0027616976906225253, -0.6192382909438953, 1.176732158569158, -1.1101070868630545, -0.4991038495952993, -0.5233754312598382, -0.3748952526109385], [-0.38453395611552554, -0.14961371409047178, -0.22800225877925995, -0.46307962026755267, -0.14294898336343245, -0.5434578568832488, -0.756242642840863, -0.4235205863861047, -0.5853964589308808, 1.158745571662345, -1.0630394807062484, -0.48374617879475806, -0.5120050999835518, -0.3074876077268434], [-0.8540209944342472, -0.31241301759150414, 0.09621175732533346, -0.3462349029191766, -0.1365712264069774, -0.5233142309420535, -0.649246300805634, -0.4351678912634883, -0.5626301355766711, 1.1894862838303526, -1.0924567345542522, -0.4316836747809233, -0.48435133132394165, -0.34070296897407865], [-0.7756157143930924, -0.31241301759150414, 0.043028385598397015, -0.27612807251015087, -0.1349767871678636, -0.6869811917142645, -0.5347937676878107, -0.2757454057543004, -0.6032403339922884, 1.0540963387499784, -1.0277387760886438, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.9532083968959487, -0.3170644262629622, -0.10731691524505796, -0.29949701597982614, 0.04519484685199263, -0.6869811917142645, -0.4635871428490348, -0.09594013670969126, -0.6284678814928992, 1.0966100896206272, -1.0571560299366476, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.3496242869631688, 0.14223582901210546, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.497512812274839, -0.39658619385715516, -0.5306342216734573, 0.9886905681797493, -0.9571373668534346, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.9560423226805689, -0.31241301759150414, -0.32414143074718355, -0.46307962026755267, 0.5139599831514416, -0.5056885582435078, -0.6701236358368983, -0.24589918700600497, -0.6173923728340945, 1.2830165357457801, -1.1924753976374651, -0.4975680825152452, -0.5268847927648649, -0.36571218214846757], [-0.9626548161780155, -0.29380738290567193, -0.3282324593415633, -0.46307962026755267, 0.3879992832614537, -0.32691387801540045, -0.45463971354992155, -0.4540947616892366, -0.6223148211268966, 1.1155777630859935, -1.068922931475849, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-0.7756157143930924, -0.31241301759150414, 0.026664271220878142, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.44345542692603, -0.24589918700600497, -0.5909342132602832, 0.9298253746665432, -0.9747877191622369, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.9324262744754018, -0.28915597423421385, -0.3282324593415633, -0.11254546822242431, -0.11584351629849833, -0.36720112989779086, -0.49341190717941213, -0.3398055825799101, -0.5977025796628861, 1.1227723978487187, -1.0748063822454499, -0.4878927499109042, -0.5120050999835518, -0.346759887789751], [-1.044838663931997, -0.3263672436058784, -0.32414143074718355, -0.46307962026755267, 0.024467136743513612, -0.6567657528024716, -0.3532355148266384, 0.2563908358311623, -0.6284678814928992, 1.0665234351583217, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9031423747009946, -0.014722862618187707, -0.25970773038570283, -0.15928335516177475, -0.09511580619001929, -0.5283501374273524, -0.33534065622841197, -0.40968941184421165, -0.618622984907295, 0.84610598833665, -0.99832152224064, -0.4964930455592073, -0.5264636693842617, -0.37391833022131393], [-1.0457833058602037, -0.3496242869631688, -0.31186834496404436, -0.46307962026755267, 0.2508775086976692, -0.6567657528024716, -0.48670133520507725, 0.14501348294118177, -0.6284678814928992, 1.1816375913619248, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.1559306094895082, 0.15272784955430282, -0.07356592934142522, 1.055901705261337, -0.1349767871678636, 0.5342261309706939, 1.9607933876565176, 1.7203114676073121, 0.06867385797519904, -1.6981784868452605, 1.1667883609724397, 0.5688685778743381, -0.2000930494167815, -0.09354160439906331], [-0.9683226677472557, -0.2752017482198396, 0.010300156843359215, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.2160529682577095, -0.5909342132602832, 1.1227723978487187, -1.068922931475849, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-1.006108344875523, -0.2845045655627558, -0.32618694504437346, -0.3696038463888518, 0.3353827883706991, -0.39238066232428487, -0.4796179536766126, -0.3310701039218724, -0.6241607392366973, 1.1551482542809823, -1.1395243407110582, -0.5003324632593426, -0.5274462906056692, -0.38017063351491115], [-0.49694634557212086, 1.3713969214763169, 0.17598681491573817, 0.9390569879129609, 0.7435592335838247, -0.14058533805934495, 2.3977261850965466, 1.972184435580732, -0.3884985272187965, -1.7305543432775239, 0.890266174801204, -0.43153009807291787, -0.32390332331412236, -0.10975851606683115], [-0.5356766646285948, 1.645830033092343, 0.13712204326913077, 0.19125079688335359, 0.8089312423874895, -0.33446773774334865, 2.4611038092985984, 2.668838858559238, -0.46479647575722915, -1.7420003531273138, 1.037352444041223, -0.43291228844496654, -0.35169746643393357, -0.22151843743988153], [-1.0117761964447631, -0.3077616089200461, -0.30880007351825955, -0.22939018557080043, -0.1365712264069774, -0.46288335311846796, 0.18733833866145183, -0.4540947616892366, -0.6223148211268966, 0.5733639250587946, -0.6923820822214004, -0.5003324632593426, -0.5194449463742083, -0.380561402470761], [-0.9569869646087756, -0.29380738290567193, 0.0829159143935994, -0.41634173332820223, -0.12541015173318096, -0.5082065114861571, -0.6302330135450185, -0.4540947616892366, -0.525096467344055, 1.1881781684189476, -1.0806898330150505, -0.4355230924810586, -0.4738232468088616, -0.23617227328425003], [-1.0457833058602037, -0.31241301759150414, -0.318004887855614, -0.46307962026755267, -0.1365712264069774, -0.6240323606480296, -0.3472705619605629, 0.3677681887211428, -0.6284678814928992, 1.0629261177769591, -1.0042049730102407, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7756157143930924, -0.2752017482198396, 0.03893735700401728, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.580649342845766, -0.3354378432508913, -0.5909342132602832, 1.0966100896206272, -1.0453891283974461, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.9673780258190491, -0.2472932961910912, 0.05325595708434634, -0.11254546822242431, -0.09352136695090552, -0.45281154014787034, -0.6634130638625633, -0.4540947616892366, -0.616161760760894, 1.269935381631734, -1.1924753976374651, -0.4946501250631424, -0.5274462906056692, -0.36473525975884297], [-0.7756157143930924, -0.2752017482198396, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5500789594071291, -0.3652840619991868, -0.5281729975270563, 1.0998803781491384, -0.9747877191622369, -0.3449128347578653, -0.5285692862872777, -0.38466447650718416], [-0.8644120556445206, -0.33101865227733646, -0.028564614803248237, -0.22939018557080043, -0.14294898336343245, -0.5862630620082885, -0.24884883967031754, -0.4489990658053813, -0.6081627822850905, 0.8742304696818485, -0.8806525068486247, -0.49480370177114774, -0.5177604528517955, -0.35203526869372365], [-0.9730458773882892, -0.2752017482198396, -0.31595937355842413, -0.04243863781339862, -0.10149356314647438, -0.4150422415081294, -0.5478421020823508, -0.24298736078665906, -0.6223148211268966, 1.202567437944398, -1.121873988402256, -0.4991038495952993, -0.5267444183046638, -0.37723986634603746], [-1.036336886578137, -0.33101865227733646, -0.32618694504437346, -0.11254546822242431, 0.28436073271905843, -0.49561674527291016, -0.40207356641763137, -0.4540947616892366, -0.6223148211268966, 1.0998803781491384, -1.0571560299366476, -0.49987173313532635, -0.5273059161454681, -0.37841217321358694], [-1.000440493306283, -0.2658989308769235, -0.3139138592612342, -0.46307962026755267, -0.14294898336343245, -0.6013707814641849, -0.3640469918964002, 0.2272725736377033, -0.5847811528942806, 1.0344746075789093, -0.9689042683926362, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8738584749265874, 0.10156235416826394, -0.3098228306668545, -0.27612807251015087, -0.14294898336343245, -0.6290682671333283, -0.38641556514418324, -0.39877006352166455, -0.6075474762484903, 1.0164880206720965, -0.9747877191622369, -0.4914250141950287, -0.5232350567996372, -0.3600460322886451], [-0.6868193731416642, -0.3217158349344203, -0.3098228306668545, -0.392972789858527, -0.14294898336343245, -0.48302697905966313, -0.5638729129099287, -0.45336680513440014, -0.480794432708836, 1.0475557616929554, -0.9747877191622369, -0.34752363879395737, -0.3786493627925384, -0.3661029511043174], [-0.8379620816547334, -0.3263672436058784, -0.32618694504437346, 0.0977750230046527, -0.14294898336343245, -0.5333860439126512, -0.3759768976285512, -0.4540947616892366, -0.6100087003948913, 1.0017717222937947, -0.9747877191622369, -0.49357508810710443, -0.522954307879235, -0.35613834273014683], [-0.8200138850188065, -0.12170526206172333, -0.2822083876547914, -0.06580758128307386, -0.14294898336343245, -0.34957545719924504, 2.056232633513725, 4.8687235672750635, 0.012065702607974823, -1.4931313961075923, 1.131487656354835, 0.48870153629551283, -0.11544724991553822, -0.3117860662411915], [-0.9692673096754624, -0.2379904788481751, -0.32311867359858865, -0.25275912904047565, -0.13816566564609115, -0.2211598418241257, -0.5799037237375065, -0.20877340270934477, -0.616161760760894, 1.2163026497641463, -1.121873988402256, -0.49848954276327767, -0.5257617970832563, -0.3768490973901876], [-1.0079976287319363, -0.2658989308769235, -0.32720970219296835, -0.46307962026755267, -0.015393844234330694, -0.19849826264028117, -0.04976853776504843, -0.4540947616892366, -0.6100087003948913, 0.7676190636523749, -0.8394683514614194, -0.4941893949391261, -0.5268847927648649, -0.3674706424497918], [-0.8256817365880466, -0.3217158349344203, -0.016291529020109042, -0.41634173332820223, -0.14294898336343245, -0.5661194360670934, -0.6999484001672757, -0.430072195379633, -0.4875627991114389, 1.1875241107132455, -1.0512725791670468, -0.41862965460046325, -0.38117610307615757, -0.27915685842773097], [-1.0278351092242768, -0.3263672436058784, -0.32311867359858865, -0.08917652475274906, -0.12541015173318096, -0.525832184184703, 0.14782052592370185, -0.4540947616892366, -0.6204689030170958, 0.6152236182237413, -0.7159158852998035, -0.500486039967348, -0.52491955032205, -0.3788029421694368], [-0.9532083968959487, -0.3170644262629622, -0.029587371951843168, -0.15928335516177475, 0.013306062069717194, -0.6869811917142645, -0.5612632460310207, -0.23934757801247666, -0.5983178856994863, 1.1652861487193675, -1.0924567345542522, -0.47637449681049826, -0.5285692862872777, -0.38466447650718416], [-0.6414765605877434, 0.0690024934680575, -0.18913748713265255, 0.004299249125951819, -0.1349767871678636, -0.6869811917142645, 1.9056175736453198, 3.8364811725169425, 0.5603033812188094, -1.758351795769871, 1.5080285056092837, 1.2877611480476734, -0.5285692862872777, -0.38466447650718416], [-0.889917387706101, 0.23180179696908992, -0.32414143074718355, -0.3696038463888518, -0.14294898336343245, -0.6290682671333283, -0.37746813584507, -0.4489990658053813, -0.6026250279556882, 1.0115825878793296, -0.9571373668534346, -0.4852819458748122, -0.5195853208344094, -0.34363373614295234], [-0.9560423226805689, -0.31241301759150414, -0.08277074367877962, -0.46307962026755267, 0.5139599831514416, -0.5056885582435078, -0.6701236358368983, -0.4540947616892366, -0.6173923728340945, 1.2830165357457801, -1.1924753976374651, -0.4974145058072397, -0.5268847927648649, -0.36532141319261774], [-1.036336886578137, -0.33101865227733646, -0.32618694504437346, -0.11254546822242431, 0.3050884428275375, -0.49058083878761133, -0.41698594858282007, -0.4540947616892366, -0.6223148211268966, 1.1129615322631843, -1.068922931475849, -0.5000253098433318, -0.5273059161454681, -0.37841217321358694], [-0.8738584749265874, 0.10156235416826394, -0.3098228306668545, -0.27612807251015087, -0.14294898336343245, -0.6290682671333283, -0.38641556514418324, -0.39877006352166455, -0.6075474762484903, 1.0164880206720965, -0.9630208176230354, -0.4914250141950287, -0.5232350567996372, -0.3600460322886451], [-0.9560423226805689, -0.31241301759150414, -0.32414143074718355, -0.25275912904047565, 0.5139599831514416, -0.5056885582435078, -0.648127872143245, -0.4540947616892366, -0.6173923728340945, 1.2830165357457801, -1.1807084960982634, -0.4974145058072397, -0.5268847927648649, -0.36532141319261774], [-0.660369399151877, -0.3496242869631688, 0.0471194141927768, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.47402581036466684, -0.4540947616892366, -0.553400545027667, 0.9756094140657032, -0.92183666223583, -0.4075721316240735, -0.4663834004182051, -0.2848230082875534], [-0.06524498438166655, 0.19459052759742534, -0.27811735906041163, 1.149377479140038, -0.1397601048852049, 0.4788311596324071, 1.9145650029444328, 1.4233051932340306, 0.16281568157503926, -1.7416733242744626, 1.2373897702076488, 0.7178379846395881, -0.15798071135646144, -0.05446470881408066], [-0.9371494841164352, -0.22868766150525893, -0.07152041504423537, -0.15928335516177475, -0.06641589988597141, -0.41252428826548004, -0.6257592988954619, -0.3842109324249351, -0.6223148211268966, 1.2372324963466195, -1.168941594559062, -0.4981823893472669, -0.5280077884464734, -0.3746998681330136], [-0.9305369906189883, -0.2752017482198396, -0.1277720582169566, -0.18265229863145, -0.12700459097229475, -0.6869811917142645, -0.5653641511264476, -0.3652840619991868, -0.4026505660606026, 1.10315066667765, -0.9277201130054309, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.8757477587830007, -0.2798531568912977, -0.30164077347809504, -0.22939018557080043, 0.12013349109033994, -0.25389323397856794, -0.7010668288296648, -0.38129910620558916, -0.6173923728340945, 1.2705894393374362, -1.1983588484070657, -0.495264431895164, -0.5277270395260714, -0.36922910275111603], [-0.8020656883828795, -0.26124752220546543, 0.05632422853013114, -0.3462349029191766, -0.14294898336343245, -0.5484937633685476, -0.6313514422074076, -0.4235205863861047, -0.5540158510642674, 1.1505698503410662, -1.0571560299366476, -0.46639201079014647, -0.4881414417493705, -0.32389990387253614], [-0.35619469826932504, -0.27055033954838154, -0.3282324593415633, -0.46307962026755267, -0.015393844234330694, -0.6869811917142645, -0.18584402502239525, -0.4540947616892366, -0.5607842174668702, 0.5733639250587946, -0.6747317299125982, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.006677184832852275, -0.16356794010484596, -0.08277074367877962, 2.200979935275423, -0.14294898336343245, 0.015527762984917698, 1.704300414415272, 1.001818347983712, 0.19604220755145355, -1.7158380448992223, 1.084420050198029, -0.2404806733141849, 0.45264819051817895, 0.5336425697399084], [0.09345485955705618, -0.16356794010484596, 0.4551995164821545, -0.15928335516177475, -0.14294898336343245, -0.2211598418241257, -0.00726824859426062, -0.4540947616892366, 1.452497134289191, -0.8325331133482788, 1.284457376364455, 0.8528319109763456, 1.2530633625846617, 1.4261588649009123], [-0.9503744711113288, -0.28915597423421385, -0.30777731636966466, -0.46307962026755267, -0.14294898336343245, -0.5434578568832488, -0.555671102719075, -0.3077754941671053, -0.4635658636840287, 1.109691243734673, -0.9689042683926362, -0.37271021890684497, -0.4579609328061411, -0.12245850713195051], [-1.0070529868037297, -0.2752017482198396, -0.17686440134951334, -0.3696038463888518, 0.3290050314142441, -0.40748838178018126, -0.6861544466644761, -0.30413571139292295, -0.6284678814928992, 1.3091788439738716, -1.2042422991766666, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9862708643831827, -0.2798531568912977, -0.3282324593415633, -0.46307962026755267, 0.4469935351086633, -0.3092882053168547, -0.4881925734215961, -0.4540947616892366, -0.6223148211268966, 1.1541671677224288, -1.0983401853238528, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-1.0457833058602037, -0.33101865227733646, -0.23822983026520925, -0.46307962026755267, -0.14294898336343245, -0.5610835295817945, -0.39461737533503705, 0.32481875198579085, -0.6284678814928992, 1.10315066667765, -1.0395056776278453, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5451230839106617, 1.3109286087473622, 0.25269360106035804, 0.752105440155559, 0.19826101380691474, -0.10785194590490274, 2.3679014207661693, 2.665927032339892, -0.3823454668527939, -1.7374219491873977, 0.93733378095801, -0.4169403108124037, -0.30298752874416346, -0.1609492492831584], [-0.7368853953366185, -0.31241301759150414, 0.043028385598397015, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.42817023520671155, -0.30559162450259586, -0.5909342132602832, 0.9429065287805888, -0.9512539160838339, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-1.0221672576550367, -0.28915597423421385, -0.30061801632950014, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.343169656865136, 0.4252767565532244, -0.6235454332000971, 1.0410151846359323, -1.0159718745494422, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8294603043008733, -0.3077616089200461, -0.25050291604834846, -0.25275912904047565, -0.14294898336343245, -0.4175601947507789, -0.2041116931747514, -0.44463132647636244, -0.6020097219190879, 0.8349870073397109, -0.8394683514614194, -0.49219289773505576, -0.5221120611180287, -0.35437988242882257], [-1.0457833058602037, -0.3403214696202526, -0.31595937355842413, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.30924398743933174, 0.49152080304334356, -0.6284678814928992, 1.0223745400234172, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7463318146186853, -0.3496242869631688, 0.12587171463458652, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.497512812274839, -0.39658619385715516, -0.5306342216734573, 0.9886905681797493, -0.9571373668534346, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.3099072437871976, 0.4597208218705353, 0.10234830021690312, 0.7754743836252342, -0.14294898336343245, -0.14562124454464376, 1.650615838620593, -0.38129910620558916, 0.8088870200053156, -1.753446362977104, 1.5903968163836941, -0.07001052742817719, 0.42443292401776445, 1.8130201311922405], [-0.9711565935318757, -0.31241301759150414, -0.1339086011085262, -0.3228659594495013, -0.04249931129926482, -0.40497042853753185, -0.5485877211906103, -0.1650960094191563, -0.6112393124680918, 1.1744429565991996, -1.1101070868630545, -0.48988924711497456, -0.5162163337895838, -0.3664937200601672], [-0.970211951603669, -0.25659611353400735, -0.32005040215280384, -0.25275912904047565, -0.06641589988597141, -0.38734475583898603, -0.512052384885898, -0.08866057116132654, -0.6235454332000971, 1.1698645526592835, -1.0983401853238528, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0221672576550367, -0.28915597423421385, -0.29243595914074066, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.343169656865136, 0.4252767565532244, -0.6235454332000971, 1.0410151846359323, -1.0159718745494422, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9428173356856753, -0.17752216611922014, -0.08072522938158976, -0.25275912904047565, -0.06322702140774386, -0.42007814799342824, -0.6749701600405845, -0.27938518852848276, -0.6235454332000971, 1.2993679783883374, -1.1983588484070657, -0.495264431895164, -0.5271655416852671, -0.3838829385954845], [-0.5734623417568622, -0.29845879157713, -0.2955042305865255, -0.46307962026755267, -0.08076585303799536, -0.38482680259633667, -0.4654511906196833, -0.4540947616892366, -0.45002913087882285, 0.8644196040963141, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.10856913040836313, -0.233339070176717, 0.42656231632149655, -0.20602124210112518, -0.14294898336343245, -0.2337496080373727, 0.06766647178581264, -0.4540947616892366, 1.5491001820354322, -0.9496094426689888, 1.4197767440652724, 1.4060152132118409, 1.6901894316507833, 0.3714734530622304], [-0.7812835659623326, -0.27055033954838154, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, 0.16156905105858296, -0.5772940568585986, -0.4482711092505448, -0.6284678814928992, 1.158745571662345, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7368853953366185, -0.31241301759150414, 0.03484632840963755, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5347937676878107, -0.3354378432508913, -0.5909342132602832, 1.0377448961074212, -1.0159718745494422, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-1.0042190610191097, -0.31241301759150414, -0.32414143074718355, -0.20602124210112518, -0.09192692771179176, -0.1833905431843847, -0.5735659613173014, -0.1818390101803952, -0.6149311486876934, 1.229056775025341, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7756157143930924, -0.31241301759150414, 0.026664271220878142, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.47402581036466684, -0.3354378432508913, -0.553400545027667, 0.9854202796512376, -0.9512539160838339, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.9985512094498696, -0.29845879157713, -0.32720970219296835, -0.46307962026755267, 0.46453236673891474, -0.3168420650448029, -0.43227114030213853, -0.4540947616892366, -0.6223148211268966, 1.1067479840590126, -1.068922931475849, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-0.7368853953366185, -0.31241301759150414, 0.043028385598397015, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5500789594071291, -0.3652840619991868, -0.553400545027667, 0.9854202796512376, -0.9924380714710392, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.9428173356856753, -0.3217158349344203, 0.27212598688366185, -0.29949701597982614, -0.14294898336343245, -0.6315862203759777, -0.560890436476891, -0.4162410208377399, -0.5589382993570694, 1.1283318883471882, -1.0571560299366476, -0.440130393721221, -0.4679275194804169, -0.37567679052263814], [-0.7368853953366185, -0.31241301759150414, 0.006209128248979483, -0.18265229863145, -0.1349767871678636, -0.6869811917142645, -0.5195085759684924, -0.3354378432508913, -0.5909342132602832, 1.0671774928640239, -1.0042049730102407, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.7916746271726061, -0.3031102002485881, -0.32720970219296835, -0.3696038463888518, -0.14294898336343245, -0.5988528282215355, 0.2566809157295794, -0.45045497891505426, -0.6112393124680918, 0.42423876815867234, -0.5217620099029784, -0.48973567040696914, -0.5162163337895838, -0.36981525618489075], [-0.7916746271726061, -0.3031102002485881, -0.32720970219296835, -0.3696038463888518, -0.14294898336343245, -0.5988528282215355, 0.2566809157295794, -0.45045497891505426, -0.6112393124680918, 0.42423876815867234, -0.5217620099029784, -0.48973567040696914, -0.5162163337895838, -0.36981525618489075], [-0.582908761038929, -0.25659611353400735, -0.050042514923741774, 0.0977750230046527, -0.14294898336343245, -0.32943183125804987, 1.6316025513599772, 2.3012207983668187, 0.6402931659768436, -1.5408776086238596, 1.3844760394476678, 1.0263735910224616, 0.4932164095162872, 0.13916130880950847], [-0.9305369906189883, -0.2752017482198396, -0.0070867146827546445, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.45874061864534843, -0.2757454057543004, -0.6032403339922884, 1.0704477813925355, -1.0277387760886438, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8615781298599006, -0.33101865227733646, -0.31595937355842413, -0.29949701597982614, -0.055254825212175, -0.2740368599197631, -0.21902407533994012, -0.4540947616892366, -0.5977025796628861, 0.84610598833665, -0.9100697606966286, -0.48973567040696914, -0.508355364018324, -0.33913989315067933], [-1.006108344875523, -0.3263672436058784, -0.32414143074718355, -0.22939018557080043, -0.10946575934204325, -0.450293586905221, -0.47626266768944514, 0.09260061099295558, -0.6253913513098979, 1.1541671677224288, -1.0983401853238528, -0.5006396166753535, -0.5273059161454681, -0.38075678694868587], [-0.9484851872549155, -0.2798531568912977, -0.32720970219296835, -0.019069694343723426, 0.02925045446085493, -0.33446773774334865, -0.6704964453910279, -0.34490127846376545, -0.6180076788706947, 1.2928274013313144, -1.1924753976374651, -0.49618589214319647, -0.5267444183046638, -0.37059679409659035], [-0.7368853953366185, -0.31241301759150414, 0.022573242626498354, -0.3696038463888518, -0.1365712264069774, -0.4351858674493246, -0.6443997766019477, -0.39949802007650104, -0.5730903381988754, 1.1508968791939171, -1.068922931475849, -0.43890178005717767, -0.5013366410082708, -0.3627814149795938], [-0.5734623417568622, 0.23180179696908992, 0.3201955728676236, 0.658629666276858, -0.14294898336343245, 1.1284630962359519, 1.868336618232348, -0.089388527716163, 0.49138910511957984, -1.7681626613554056, 1.472727800991679, -0.09750075816114598, 0.862541614305294, 0.4425934030268988], [-1.0457833058602037, -0.3496242869631688, 0.11462138600004226, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.607118821188976, -0.3325260170315454, -0.3208148631927676, 1.08025864697807, -0.8924194083878263, -0.24554870467836354, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.33567006094879454, -0.30880007351825955, -0.019069694343723426, -0.1285990302114085, -0.4402217739346234, -0.020689392542930427, -0.4540947616892366, -0.6241607392366973, 0.7617325443010545, -0.7982841960742141, -0.49987173313532635, -0.5281481629066744, -0.38075678694868587], [-0.9654887419626357, -0.1310080794046395, -0.27300357331743696, -0.46307962026755267, -0.1413545441243187, -0.28159071964771126, -0.60189948743116, -0.07992509250328884, -0.6063168641752897, 1.231345976995299, -1.1277574391718568, -0.46623843408214105, -0.514531840267171, -0.3825152472500101], [-1.0457833058602037, -0.29380738290567193, 1.1455605917837337, -0.46307962026755267, -0.14294898336343245, -0.6567657528024716, 2.6698771596112403, 6.30862163274161, -0.5915495192968835, -1.728919199013268, 0.9314503301884093, -0.4352159390650478, -0.5117243510631496, -0.382710631727935], [-0.82190316887522, -0.2379904788481751, -0.30470904492387985, -0.22939018557080043, -0.13816566564609115, -0.4704372128464162, -0.43674485495169507, -0.36310019233467733, -0.571859726125675, 1.0194312803477568, -0.9571373668534346, -0.4648562437100924, -0.48589545038615345, -0.33913989315067933], [-0.9182566455523016, -0.1868249834621363, -0.32311867359858865, -0.20602124210112518, -0.08395473151622289, -0.08770831996370754, -0.7103870676829077, -0.385666845534608, -0.6149311486876934, 1.3134302190609364, -1.2101257499462674, -0.49710735239122894, -0.5274462906056692, -0.3618044925899693], [-0.4714410135105404, -0.2007792094765105, 0.1862143864016875, 0.16788185341367842, -0.14294898336343245, -0.21612393533882693, 1.6103524067745836, 1.461158934085527, 0.751048252564891, -1.6507593031818442, 1.5609795625356904, 0.2240888684021874, 1.5070007610883913, 0.012942936070014477], [-0.9664333838908424, -0.3031102002485881, -0.2965269877351204, -0.29949701597982614, -0.0440937505383786, 0.01804571622756724, -0.497512812274839, -0.4540947616892366, -0.6130852305778927, 1.1378157250798715, -1.0924567345542522, -0.4917321676110395, -0.5277270395260714, -0.3655167976705426], [-0.9362048421882285, -0.2658989308769235, -0.32618694504437346, -0.15928335516177475, -0.05844370369040254, -0.13806738481669556, -0.6596849683212661, -0.3296141908121995, -0.6204689030170958, 1.2830165357457801, -1.1865919468678643, -0.4974145058072397, -0.5271655416852671, -0.373722945743389], [-0.9721012354600825, -0.2054306181479686, -0.318004887855614, -0.22939018557080043, 0.005333865874148327, -0.2136059820961775, -0.6443997766019477, -0.28084110163815573, -0.6204689030170958, 1.2692813239260319, -1.1865919468678643, -0.4987966961792885, -0.5256214226230553, -0.37450448365508865], [-0.8058442560957061, -0.29845879157713, 0.06552904286748554, -0.41634173332820223, -0.1349767871678636, -0.5333860439126512, -0.6537200154551907, -0.4540947616892366, -0.5146362647218505, 1.144356302136894, -1.0453891283974461, -0.37532102294293695, -0.4158485947458211, -0.3569198806418465], [-1.0079976287319363, -0.3263672436058784, -0.3282324593415633, -0.08917652475274906, 0.12332236956856746, -0.4654013063611173, -0.223124980435367, -0.4264324126054506, -0.6223148211268966, 0.9330956631950544, -0.9571373668534346, -0.49618589214319647, -0.5271655416852671, -0.3809521714266108], [-1.0117761964447631, -0.14496230541901367, -0.316982130707019, -0.25275912904047565, -0.1349767871678636, -0.4452576804199222, 0.0989824743327089, -0.4540947616892366, -0.6198535969804955, 0.6479265035088558, -0.7453331391478073, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9692673096754624, -0.21008202681942667, -0.07663420078721, -0.22939018557080043, -0.07598253532065403, -0.4679192596037668, -0.5094427180069899, -0.3004959286187405, -0.616161760760894, 1.155475283133833, -1.1042236360934536, -0.4974145058072397, -0.5281481629066744, -0.36297679945751876], [-0.9588762484651889, -0.29380738290567193, -0.32720970219296835, -0.46307962026755267, 0.19188325685045968, 0.14897928484533596, -0.7070317816957402, -0.4540947616892366, -0.6229301271634968, 1.319643767265108, -1.2218926514854689, -0.4987966961792885, -0.5275866650658702, -0.3774352508239624], [-0.7756157143930924, -0.2752017482198396, -0.002995686088374913, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.30559162450259586, -0.5281729975270563, 1.0573666272784896, -0.9512539160838339, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [-0.8313495881572868, -0.2658989308769235, -0.30880007351825955, -0.25275912904047565, -0.1397601048852049, -0.45784744663316923, -0.497512812274839, -0.33325397358638187, -0.5521699329544666, 1.0711018390982379, -0.9806711699318377, -0.4496521496175565, -0.4659622770376019, -0.32448605730631086], [-1.0268904672960701, -0.31241301759150414, -0.3190276450042089, -0.46307962026755267, -0.14294898336343245, -0.4553294933905198, -0.28314731865025156, 0.11225543797354041, -0.6284678814928992, 0.4919337406988597, -0.34525848681495563, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9834369385985626, 0.09691094549680593, -0.32005040215280384, -0.20602124210112518, -0.14294898336343245, -0.5409399036405994, -0.3558451817055464, -0.4402635871473436, -0.5983178856994863, 1.0204123669063103, -0.9689042683926362, -0.4901964005309854, -0.5132684701253614, -0.34402450509880217], [-1.0127208383729698, -0.3217158349344203, -0.32720970219296835, -0.392972789858527, 0.4740990021735973, -0.4276320077213764, -0.5362850059043296, -0.27064970987044507, -0.6137005366144929, 1.2048566399143563, -1.1571746930198605, -0.4954180086031694, -0.5277270395260714, -0.380561402470761], [-1.0457833058602037, -0.3496242869631688, 0.12280344318880172, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.3158924148999655, 1.073718069921047, -0.8865359576182256, -0.24124855685421195, -0.5285692862872777, -0.38466447650718416], [4.964973283318921, 1.3388370607761104, 0.5922489743938756, 0.8222122705645847, -0.14294898336343245, 0.446097767477965, 0.15378547878977733, -0.4540947616892366, -0.600163803809287, -1.6242699661009017, 0.643161242477972, -0.49357508810710443, -0.5174797039313934, -0.34539219644427654], [-0.9787137289575293, -0.3031102002485881, -0.3210731593013988, -0.27612807251015087, -0.1126546378202708, -0.45784744663316923, 0.2961987284673294, -0.4540947616892366, -0.6229301271634968, 0.4664254901764703, -0.6158972222165906, -0.49833596605527225, -0.525059924782251, -0.37919371112528655], [-0.8918066715625144, -0.2379904788481751, -0.15743201552620967, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.42817023520671155, -0.2160529682577095, -0.6032403339922884, 1.0540963387499784, -0.99832152224064, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.7756157143930924, -0.2752017482198396, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.3652840619991868, -0.45249035502522394, 1.0050420108223066, -0.9041863099270279, -0.3449128347578653, -0.5285692862872777, -0.38466447650718416], [-0.39398037539759234, 1.255111704689865, 0.23939775812862402, 1.7102321224122434, 0.6813761032583877, 0.04826115513935991, 2.3134712258632306, 1.0520473502674288, -0.4161872988658084, -1.7321894875417796, 0.9432172317276108, -0.4200118449725119, -0.38665070702399923, -0.1150338969708038], [-1.0108315545165565, -0.29845879157713, -0.3098228306668545, -0.3228659594495013, -0.08554917075533666, -0.42259610123607766, 0.2503431533093741, -0.4540947616892366, -0.6241607392366973, 0.5154798181041421, -0.6100137714469898, -0.4987966961792885, -0.5256214226230553, -0.380561402470761], [-0.8530763525060403, -0.2752017482198396, 0.01848221403211862, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.3354378432508913, -0.5404791182590616, 1.0606369158070013, -0.9806711699318377, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.9040870166292013, -0.07984258401860074, -0.19527403002422214, -0.46307962026755267, 0.3353827883706991, -0.35964727016984266, -0.7003212097214053, -0.4540947616892366, -0.616161760760894, 1.2601245160461998, -1.2042422991766666, -0.4966466222672127, -0.5278674139862723, -0.36825218036149143], [-0.8596888460034872, -0.3077616089200461, 0.10541657166268786, -0.46307962026755267, -0.13019346945052226, -0.4452576804199222, -0.6201671555835161, -0.4540947616892366, -0.5312495277100576, 1.148280648371108, -1.0512725791670468, -0.44780922912149157, -0.4710157576048403, -0.2459414971804957], [-0.9985512094498696, -0.3077616089200461, -0.32720970219296835, -0.46307962026755267, 0.4629379274998009, -0.2790727664050619, -0.4505388084544947, -0.4540947616892366, -0.6223148211268966, 1.1293129749057416, -1.0571560299366476, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-0.7368853953366185, -0.31241301759150414, 0.01848221403211862, -0.18265229863145, -0.1349767871678636, -0.6869811917142645, -0.5195085759684924, -0.30559162450259586, -0.5909342132602832, 1.0344746075789093, -1.0042049730102407, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.4317660525258597, -0.18217357479067822, 0.645432346120812, -0.22939018557080043, -0.1413545441243187, -0.3772729428683884, 1.342675146909446, -0.4540947616892366, 1.3220522545299354, -1.7518112187128483, 1.86691900255493, 3.612758930541611, -0.22816794145699482, -0.220541515050257], [-0.5545695031927285, -0.3496242869631688, 0.022573242626498354, -0.46307962026755267, -0.07598253532065403, -0.6869811917142645, -0.37224880208725397, -0.4540947616892366, -0.5607842174668702, 0.8349870073397109, -0.8394683514614194, -0.4554880645217622, -0.47185800436604675, -0.3459783498780513], [-0.9768244451011159, -0.2845045655627558, -0.32618694504437346, -0.46307962026755267, 0.15840003282907045, 0.17919472375712864, -0.6742245409323251, -0.4540947616892366, -0.6235454332000971, 1.3026382669168486, -1.2042422991766666, -0.4991038495952993, -0.5277270395260714, -0.378216788735662], [-0.4157071397463461, 1.1992948006323683, 0.12382620033739666, 0.4716781185194563, 0.17593886445932194, -0.1833905431843847, 2.3130984163091006, 2.7001409904172062, -0.3208148631927676, -1.7387300645988024, 1.0667696978892267, -0.5015610769233859, -0.06112233381772539, -0.058372398372578925], [-1.0457833058602037, -0.3263672436058784, -0.31595937355842413, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.2976868912613105, 0.5140874562432742, -0.6284678814928992, 1.0213934534648639, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8285156623726667, -0.3496242869631688, 0.42042577342992693, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5288288148217353, -0.4540947616892366, -0.5423250363688623, 1.024663741993375, -0.9924380714710392, -0.4490378427855349, -0.45192483101749525, -0.3254629796959354], [-0.8492977847932136, -0.31241301759150414, -0.3251641878957785, 0.05103713606530231, -0.14294898336343245, -0.4981346985155595, -0.2906035097328459, -0.4540947616892366, -0.5995484977726868, 0.9193604513753063, -0.9277201130054309, -0.4868177129548663, -0.5138299679661656, -0.33874912419482955], [-0.7368853953366185, -0.31241301759150414, 0.05632422853013114, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.3354378432508913, -0.553400545027667, 0.9756094140657032, -0.9747877191622369, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.8540209944342472, -0.29380738290567193, -0.07663420078721, -0.27612807251015087, 0.03881708989553756, -0.4326679142066753, -0.6593121587671363, -0.2473551001156779, -0.6229301271634968, 1.24017575602228, -1.1748250453286628, -0.4977216592232506, -0.5268847927648649, -0.37841217321358694], [-0.3373018597051914, 1.3109286087473622, 0.3028087013415097, 0.9390569879129609, 0.19826101380691474, -0.1632469172431895, 2.285883318857631, 2.2247853601089886, -0.3884985272187965, -1.7420003531273138, 0.93733378095801, -0.3633420397185148, -0.3320450420057842, -0.11112620741230553], [-0.8445745751521802, -0.2752017482198396, -0.12879481536555154, -0.019069694343723426, -0.12700459097229475, -0.6869811917142645, -0.4192228059075984, -0.2990400155090676, -0.6155464547242936, 1.0253177996990772, -0.9865546207014384, -0.49388224152311533, -0.5187430740732031, -0.3690337182731911], [-0.809622823808533, -0.31241301759150414, -0.30164077347809504, -0.20602124210112518, -0.12062683401583965, -0.5711553425523922, -0.521372623739141, -0.3485410612379478, -0.5115597345388492, 1.0573666272784896, -0.9512539160838339, -0.38392131859124, -0.41093548863878376, -0.3662983355822423], [-0.970211951603669, -0.28915597423421385, -0.3067545592210697, -0.18265229863145, -0.09830468466824684, -0.32943183125804987, -0.5485877211906103, -0.06245413518721344, -0.6241607392366973, 1.1822916490676274, -1.121873988402256, -0.49987173313532635, -0.5267444183046638, -0.3797798645590613], [-0.9173120036240949, -0.18217357479067822, -0.2995952591809052, -0.15928335516177475, 0.0037394266350345646, -0.19849826264028117, -0.6865272562186058, -0.3973141504119916, -0.6192382909438953, 1.2921733436256122, -1.1983588484070657, -0.49848954276327767, -0.5277270395260714, -0.36864294931734126], [-0.29951618257692403, 0.371344057112832, 0.47667741660264823, 0.7754743836252342, -0.1285990302114085, -0.14058533805934495, 1.5589046883046824, -0.4540947616892366, 0.8605727270797378, -1.7616220842983825, 1.5374457594572875, 0.21103484822172736, 1.4773817499859663, 0.2718273693205246], [-0.7463318146186853, -0.2752017482198396, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.46806085749859133, -0.39658619385715516, -0.5306342216734573, 0.978879702594215, -0.9159532114662293, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.33824650163339803, -0.14961371409047178, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, 1.1058015170521076, 1.243880615065071, -0.4540947616892366, 1.227910430930095, -1.6177293890438786, 1.6609982256189033, 0.10092034858184676, 2.153986648155108, 0.7511054936703369], [-0.8530763525060403, -0.22403625283380085, -0.29345871628933556, -0.20602124210112518, -0.1397601048852049, -0.47799107257436435, -0.4706705243774994, -0.3478131046831114, -0.5595536053936697, 1.0560585118670853, -0.9747877191622369, -0.4551809111057514, -0.47213875328644883, -0.3321060519453825], [-0.25228408616658987, -0.15891653143338794, 0.25576187250614296, 0.4716781185194563, 0.6622428323890225, -0.0700826472651618, 1.6987082711033261, 0.49224875959818, 0.5775319502436168, -1.7485409301843369, 1.5197954071484852, -0.19962926898474523, 1.686399321225355, -0.18498154006792275], [-0.19749485433060224, 0.1806363015830512, -0.30061801632950014, 2.831941408956654, -0.13178790868963605, 2.636717088582942, 1.8765384284232018, -0.2073174895996718, -0.3675781219743876, -1.4888800210205275, 0.6843453978651773, -0.10241521281731925, -0.4613299198509667, -0.20315229651493968], [-0.580074835254309, -0.2379904788481751, 0.005186371100384551, -0.019069694343723426, -0.12222127325495342, -0.1808725899417353, 1.1201078430940048, 1.4859094569499673, 0.9251798609227654, -1.265846343376046, 1.3727091379084664, 1.5671171799095187, 0.6811778117255157, -0.0017108997743540567], [-0.8861388199932744, -0.3496242869631688, 0.0010953425060048188, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.3158924148999655, 1.024663741993375, -0.8394683514614194, -0.24124855685421195, -0.5285692862872777, -0.38466447650718416], [-0.7368853953366185, -0.31241301759150414, 0.006209128248979483, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.3354378432508913, -0.5404791182590616, 0.9756094140657032, -0.9512539160838339, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.9390387679728485, -0.2845045655627558, 0.060415257124510874, -0.3696038463888518, -0.1349767871678636, -0.563601482824444, -0.5996626301063817, -0.4540947616892366, -0.49556177758724235, 1.1456644175482988, -1.0277387760886438, -0.40941505212013846, -0.4078472505143603, -0.26743378975223614], [-0.8738584749265874, 0.10156235416826394, -0.19936505861860188, -0.27612807251015087, -0.14294898336343245, -0.6290682671333283, -0.38641556514418324, -0.39877006352166455, -0.6075474762484903, 1.0164880206720965, -0.9747877191622369, -0.4914250141950287, -0.5232350567996372, -0.3600460322886451], [-0.9891047901678028, -0.31241301759150414, 0.042005628449802136, -0.3696038463888518, -0.06322702140774386, -0.46288335311846796, -0.38529713648179414, -0.21314114203836362, -0.616161760760894, 1.044285473164444, -1.0042049730102407, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.31241301759150414, -0.32414143074718355, -0.41634173332820223, -0.1285990302114085, -0.4326679142066753, -0.37224880208725397, 0.24619944406345162, -0.6204689030170958, 1.07175589680394, -1.0159718745494422, -0.4981823893472669, -0.5277270395260714, -0.37704448186811257], [-0.8474085009368003, -0.28915597423421385, -0.3149366164098292, -0.20602124210112518, -0.11584351629849833, -0.4477756336625716, -0.5288288148217353, -0.385666845534608, -0.5238658552708545, 1.0835289355065811, -0.9865546207014384, -0.3946716881516189, -0.4317109087485416, -0.3545752669067475], [-0.9305369906189883, -0.2752017482198396, -0.0070867146827546445, -0.18265229863145, -0.11106019858115701, -0.6869811917142645, -0.504223384249174, -0.03843156887760978, -0.6284678814928992, 1.1064209552061615, -1.068922931475849, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9900494320960095, -0.2054306181479686, -0.29345871628933556, -0.04243863781339862, -0.11106019858115701, -0.28914457937565946, -0.5936976772403062, -0.2750174491994639, -0.6198535969804955, 1.2270946019082338, -1.1512912422502597, -0.497875235931256, -0.5275866650658702, -0.37137833200829], [-1.0268904672960701, -0.3263672436058784, -0.3282324593415633, -0.392972789858527, -0.12541015173318096, -0.6013707814641849, -0.12992259190293762, 0.21198548598613742, -0.6100087003948913, 0.8513384499822682, -0.8865359576182256, -0.488199903326915, -0.5138299679661656, -0.37430909917716376], [-0.7368853953366185, -0.2752017482198396, 0.043028385598397015, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5347937676878107, -0.3354378432508913, -0.5657066657596724, 1.0279340305218867, -0.99832152224064, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.6490336960133968, -0.2007792094765105, -0.316982130707019, 0.9156880444432857, -0.14294898336343245, 0.23207174185276605, 1.5700889749285738, -0.4540947616892366, 1.1989910472098826, -1.7910546810549857, 1.5197954071484852, 2.1906386144114927, 0.8653491035093152, -0.1990492224785165], [-1.0457833058602037, -0.28915597423421385, -0.31084558781544946, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.32005546450909356, 0.47041006295308574, -0.6284678814928992, 1.031204319050398, -0.9453704653142331, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9305369906189883, -0.15891653143338794, -0.2985725020323102, -0.46307962026755267, 0.2476886302194417, -0.626550313890679, -0.48931100208398526, 0.08095330611557199, -0.6284678814928992, 1.0148528764078408, -1.068922931475849, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.12003421621765419, -0.3170644262629622, -0.16663682986356404, -0.46307962026755267, -0.14294898336343245, -0.3445395507139462, -0.7543785950702143, -0.4540947616892366, -0.6284678814928992, 1.0818937912423254, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.985326222454976, -0.233339070176717, -0.2852766591005762, -0.11254546822242431, -0.09989912390736061, -0.23626756128002213, -0.5869871052659713, -0.273561536089791, -0.6167770667974942, 1.2257864864968295, -1.1395243407110582, -0.49603231543519105, -0.5273059161454681, -0.3666891045380921], [0.22948329721881852, -0.21008202681942667, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6183031078128676, -0.4540947616892366, -0.5853964589308808, 0.7630406597124588, -0.8218179991526172, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9125887939830614, -0.2845045655627558, 0.026664271220878142, -0.43971067679787745, -0.1413545441243187, -0.5963348749788862, -0.651855967684542, -0.4540947616892366, -0.4426454584396197, 1.1495887637825128, -1.0042049730102407, -0.3710208751187854, -0.3404675096178482, -0.26547994497298705], [-0.8209585269470131, -0.3496242869631688, 0.37746997318893977, -0.46307962026755267, -0.14294898336343245, -0.5459758101258981, -0.5567895313814641, -0.39658619385715516, -0.5798587046014784, 1.0998803781491384, -1.0512725791670468, -0.44059112384523724, -0.4728406255874542, -0.38466447650718416], [-0.9305369906189883, -0.15891653143338794, -0.2985725020323102, -0.46307962026755267, 0.2476886302194417, -0.626550313890679, -0.504223384249174, 0.08095330611557199, -0.6284678814928992, 1.0377448961074212, -1.068922931475849, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.2874822568103035, 3.1668406686591317, 0.567702802827597, -0.46307962026755267, -0.14294898336343245, -0.3395036442286474, -0.6630402543084336, -0.41405715117323055, 0.45447074292356415, -0.15918070532777068, 0.325454900919531, 1.2338557235377738, 0.15786182409593869, -0.28501839276547836], [-0.6868193731416642, -0.1310080794046395, 0.342696230136712, -0.46307962026755267, -0.14294898336343245, -0.43014996096402586, -0.7935235982538347, -0.4540947616892366, -0.5977025796628861, 1.1423941290197877, -1.168941594559062, -0.48620340612284463, -0.5117243510631496, -0.3455875809222015], [-0.6206944381671964, 0.6411257600574001, 0.07780212865062473, 0.05103713606530231, -0.1413545441243187, -0.42007814799342824, 1.3464032424507433, 1.8695425613487895, 0.5959911313416245, -1.280889670607199, 1.1667883609724397, 0.2865945885603904, 1.0545738758603531, 0.09930287531282611], [-0.9806030128139427, -0.24264188751963314, -0.318004887855614, 0.07440607953497745, -0.14294898336343245, -0.21612393533882693, -0.5303200530382542, -0.4540947616892366, -0.60693217021189, 1.175424043157753, -1.0865732837846513, -0.495264431895164, -0.5263232949240606, -0.3750906370888634], [-0.37508753683345875, 0.08760812815388978, -0.02345082906027357, 0.004299249125951819, -0.11584351629849833, -0.4477756336625716, 0.910216064118974, 1.4291288456727225, 0.922103330739764, -1.1468078409382294, 1.2432732209772495, 0.3924089403761195, 1.392455201564321, 0.4517764734893699], [-0.9135334359112681, -0.29845879157713, -0.2914132019921457, -0.11254546822242431, -0.10308800238558814, -0.25892914046386667, -0.4878197638674664, -0.32451849492834417, -0.6038556400288887, 1.109691243734673, -1.0748063822454499, -0.4894285169909583, -0.525059924782251, -0.3483229636131503], [-0.8946405973471345, -0.29845879157713, 0.037914599855422344, -0.27612807251015087, -0.14294898336343245, -0.6038887347068344, -0.2712174129181006, -0.42424854294094116, -0.5607842174668702, 0.8761926427989554, -0.8630021545398225, -0.4542594508577189, -0.48870293959017475, -0.3569198806418465], [-0.8833048942086542, -0.2752017482198396, -0.2822083876547914, -0.25275912904047565, -0.1365712264069774, -0.4402217739346234, -0.512052384885898, -0.35509267023147606, -0.5214046311244533, 1.08025864697807, -0.9747877191622369, -0.42707637354076095, -0.43213203212914486, -0.308269145638543], [-0.7756157143930924, -0.31241301759150414, 0.006209128248979483, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.2757454057543004, -0.5152515707584507, 0.972339125537192, -0.9512539160838339, -0.3449128347578653, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3403214696202526, -0.3251641878957785, -0.46307962026755267, -0.09352136695090552, -0.6618016592877705, -0.2794192231089544, 0.5119035865787648, -0.6284678814928992, 1.0011176645880926, -0.9806711699318377, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9739905193164958, -0.3031102002485881, -0.318004887855614, -0.3696038463888518, 0.14883339739438783, -0.11036989914755221, -0.6354523473028344, -0.19494222816745174, -0.6253913513098979, 1.2568542275176884, -1.1865919468678643, -0.5003324632593426, -0.5273059161454681, -0.3799752490369862], [-0.6329747832338832, -0.3217158349344203, -0.2525484303455383, -0.46307962026755267, -0.14294898336343245, -0.6391400801039259, 0.14297400172001554, -0.4540947616892366, -0.5681678899060734, 0.4379739799784205, -0.557062714520583, -0.48006033780262813, -0.5023192622296783, -0.2854091617213282], [-0.9380941260446418, -0.2472932961910912, -0.07561144363861509, -0.46307962026755267, 0.4469935351086633, -0.4175601947507789, -0.6033907256476787, -0.4540947616892366, -0.6253913513098979, 1.2372324963466195, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9475405453267086, -0.2472932961910912, -0.32720970219296835, -0.20602124210112518, 0.04200596837376508, -0.24130346776532094, -0.6522287772386718, -0.273561536089791, -0.6044709460654889, 1.2683002373674783, -1.1512912422502597, -0.4917321676110395, -0.5253406737026531, -0.3590691098990205], [-0.4223196332437929, -0.29380738290567193, -0.1011803723534884, -0.3462349029191766, -0.12700459097229475, -0.4351858674493246, -0.5698378657760043, -0.4540947616892366, -0.5977025796628861, 1.0017717222937947, -0.9630208176230354, -0.5000253098433318, -0.5271655416852671, -0.38075678694868587], [-0.9484851872549155, -0.27055033954838154, 0.054278714232941276, -0.46307962026755267, -0.1062768808638157, 0.0029379967716706935, -0.5381490536749782, -0.4540947616892366, -0.6216995150902963, 1.1492617349296614, -1.115990537632655, -0.4980288126392614, -0.5274462906056692, -0.37548140604471325], [-0.9418726937574686, -0.2007792094765105, -0.30777731636966466, -0.3228659594495013, 0.0021449873959208023, -0.4704372128464162, -0.13365068744423486, -0.4540947616892366, -0.5730903381988754, 0.7957435449975734, -0.8159345483830164, -0.4178617710604362, -0.4924930500156035, -0.37723986634603746], [-0.8568549202188671, -0.33101865227733646, -0.32618694504437346, 0.16788185341367842, -0.14294898336343245, -0.49309879203026075, -0.35360832438076806, -0.4540947616892366, -0.5977025796628861, 0.978879702594215, -0.9571373668534346, -0.4900428238229799, -0.5186026996130019, -0.335427588070106], [-0.8681906233573472, 0.2597102489978384, -0.2822083876547914, -0.29949701597982614, -0.14294898336343245, -0.6215144074053801, -0.41698594858282007, -0.4293442388247965, -0.6057015581386895, 1.0348016364317607, -0.9806711699318377, -0.48635698283085005, -0.5204275675956158, -0.35027680839239944], [-0.9598208903933956, -0.22403625283380085, -0.32720970219296835, -0.13591441169209956, -0.055254825212175, -0.20353416912557992, -0.6328426804239266, -0.2655540139865898, -0.609393394358291, 1.2503136504606656, -1.168941594559062, -0.4917321676110395, -0.5253406737026531, -0.3590691098990205], [-0.9976065675216629, -0.3077616089200461, -0.316982130707019, -0.08917652475274906, -0.09830468466824684, -0.34957545719924504, 0.006152895354409186, -0.4540947616892366, -0.6229301271634968, 0.7257593704874282, -0.7982841960742141, -0.5006396166753535, -0.5233754312598382, -0.38134294038246064], [-0.8502424267214204, -0.31241301759150414, -0.2566394589399181, 0.05103713606530231, -0.14294898336343245, -0.4981346985155595, -0.29134912884110525, -0.4540947616892366, -0.5995484977726868, 0.9147820474353903, -0.9277201130054309, -0.4869712896628717, -0.5138299679661656, -0.33874912419482955], [-0.006677184832852275, -0.2007792094765105, -0.10322588665067825, 2.2243488787450985, -0.14294898336343245, -0.04490311483866779, 1.6856599367087863, 1.1474096589510068, 0.171429966087443, -1.7158380448992223, 1.0491193455804244, -0.17904999011201994, 0.48212682716040295, 0.33825809181499517], [-0.6679265345775305, -0.31241301759150414, -0.16356855841777923, -0.46307962026755267, -0.14294898336343245, -0.6139605476774319, 0.2331939138194071, -0.4540947616892366, -0.6173923728340945, 0.4069062389575616, -0.5158785591333777, -0.4977216592232506, -0.5256214226230553, -0.37040140961866547], [-0.5347320227003881, 2.166787804295647, -0.038792186289197506, 0.3782023446407554, -0.018582722712558248, -0.057492881051914795, 1.828445995940468, 1.9066683456454494, -0.12945468581008576, -1.3420440660903632, 0.9255668794188086, -0.31496537669680985, -0.3881948260862109, 0.3226273335810021], [-0.7434978888340651, -0.3031102002485881, 0.18416887210449764, -0.46307962026755267, -0.1413545441243187, -0.5535296698538463, -0.651855967684542, -0.4540947616892366, -0.5054066741728466, 1.1335643499928063, -1.0159718745494422, -0.4246191462126743, -0.4467309759900558, -0.3180383695347887], [-0.8568549202188671, -0.29380738290567193, -0.30777731636966466, -0.20602124210112518, -0.1238157124940672, -0.450293586905221, -0.5362850059043296, -0.385666845534608, -0.5054066741728466, 1.0835289355065811, -0.9806711699318377, -0.3743995626949045, -0.41318148000200083, -0.35203526869372365], [-0.13892705478178796, -0.26124752220546543, -0.26584427327727245, -0.46307962026755267, -0.13338234792874984, -0.6869811917142645, -0.626877727557851, -0.4540947616892366, -0.5097138164290484, 0.8415275843967339, -0.851235253000621, -0.4355230924810586, -0.4696120130028297, -0.2459414971804957], [-0.6688711765057371, -0.2007792094765105, -0.3220959164499937, -0.019069694343723426, -0.012204965756103142, -0.48806288554496197, -0.715233591886594, -0.4409915437021801, -0.5860117649674811, 1.2215351114097643, -1.1512912422502597, -0.49096428407101245, -0.5207083165160179, -0.3047522250358946], [-0.9532083968959487, -0.3170644262629622, -0.029587371951843168, 0.07440607953497745, -0.14294898336343245, -0.6869811917142645, -0.5858686766035821, -0.3827550193152622, -0.4869474930748387, 1.1358535519627646, -1.0100884237798415, -0.4008147564718354, -0.5285692862872777, -0.38466447650718416], [-0.8568549202188671, -0.3170644262629622, -0.08993004371894413, -0.08917652475274906, -0.14294898336343245, -0.5082065114861571, -0.28277450909612184, -0.4482711092505448, -0.6038556400288887, 0.9200145090810085, -0.92183666223583, -0.4923464744430612, -0.5205679420558169, -0.34519681196635166], [-0.8379620816547334, -0.3263672436058784, -0.13595411540571609, 0.0977750230046527, -0.14294898336343245, -0.5333860439126512, -0.3759768976285512, -0.4540947616892366, -0.6100087003948913, 1.0017717222937947, -0.9747877191622369, -0.4929607812750828, -0.5285692862872777, -0.38466447650718416], [-0.5592927128337619, -0.3217158349344203, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.626550313890679, 0.13589062019155088, -0.4540947616892366, -0.5638607476498715, 0.42816311439288623, -0.5158785591333777, -0.47852457072257404, -0.5111628532223454, -0.3008445354773963], [-0.9891047901678028, -0.26124752220546543, -0.2791401162090066, 0.07440607953497745, -0.13178790868963605, -0.362165223412492, -0.5985442014439925, -0.27210562298011803, -0.6100087003948913, 1.2437730734036425, -1.1336408899414574, -0.49357508810710443, -0.5268847927648649, -0.35574757377429694], [6.576532412839522, 0.4783264565563677, 0.6996384749963432, 0.8455812140342598, -0.14294898336343245, -0.48302697905966313, -0.5191357664143627, -0.4540947616892366, -0.4198791350854099, -1.6510863320346953, 0.7019957501739796, -0.43675170614510184, -0.43802775945758965, -0.06267085688692697], [-0.8001764045264662, -0.09379681003297492, -0.3251641878957785, -0.46307962026755267, 0.1281056872859088, -0.1934623561549823, -0.5325569103630324, -0.4540947616892366, -0.6100087003948913, 1.1129615322631843, -1.0865732837846513, -0.4894285169909583, -0.5247791758618489, -0.3598506478107202], [-0.8918066715625144, -0.2752017482198396, 0.060415257124510874, -0.18265229863145, -0.12700459097229475, -0.6869811917142645, -0.44345542692603, -0.18693470606425056, -0.5780127864916776, 1.0213934534648639, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.25659611353400735, -0.2760718447632218, -0.3696038463888518, 0.4932322730429626, -0.3168420650448029, 2.831303696549408, 6.439653812612176, -0.5638607476498715, -1.767181574796852, 0.93733378095801, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.809622823808533, -0.2845045655627558, -0.29243595914074066, -0.20602124210112518, -0.11903239477672588, -0.5056885582435078, -0.4430826173719003, -0.27720131886397337, -0.5607842174668702, 1.0213934534648639, -0.9394870145446323, -0.4384410499331614, -0.46582190257740086, -0.36922910275111603], [-0.8663013395009339, -0.2658989308769235, -0.31084558781544946, -0.46307962026755267, 0.28754961119728606, -0.15317510427259196, -0.5511973880695183, -0.4540947616892366, -0.6038556400288887, 1.1456644175482988, -1.0865732837846513, -0.49127143748702323, -0.5207083165160179, -0.3541844979508977], [-0.8285156623726667, -0.29380738290567193, 1.1332875060005945, 0.3782023446407554, -0.14294898336343245, -0.09274422644900633, 2.4834723825463816, 4.485818419431078, -0.5115597345388492, -1.7092974678421993, 0.93733378095801, -0.37486029281892075, -0.46020692416935816, -0.3166706781893143], [-0.9371494841164352, -0.27055033954838154, -0.08481625797596946, -0.15928335516177475, -0.08395473151622289, -0.19849826264028117, -0.6827991606773086, -0.3310701039218724, -0.6204689030170958, 1.2843246511571844, -1.2042422991766666, -0.4974145058072397, -0.5271655416852671, -0.37391833022131393], [-0.9418726937574686, -0.31241301759150414, -0.14106790114869075, -0.25275912904047565, -0.14294898336343245, -0.1934623561549823, 1.5626327838459797, 3.7462145597172203, 0.45447074292356415, -1.257997650907619, 1.0491193455804244, 0.3471038115145227, 0.7376083447263444, 0.0315044614728812], [-0.9787137289575293, -0.22403625283380085, -0.07867971508439989, -0.13591441169209956, -0.06163258216863008, -0.4326679142066753, -0.5657369606805773, -0.24298736078665906, -0.6253913513098979, 1.202567437944398, -1.1336408899414574, -0.5001788865513372, -0.5275866650658702, -0.38075678694868587], [-0.4978909875003275, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, 0.03243933293908248, -0.6869811917142645, 0.04902599407932677, -0.4540947616892366, -0.480794432708836, 0.403308921576199, -0.49234475605497463, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9635994581062224, -0.3263672436058784, 1.0269207625467214, -0.46307962026755267, -0.1413545441243187, -0.6290682671333283, -0.7644444530317167, -0.42133671672159523, -0.6235454332000971, 1.2846516800100356, -1.2454264545638718, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9730458773882892, -0.29845879157713, -0.3210731593013988, -0.20602124210112518, -0.10946575934204325, -0.4402217739346234, -0.4602318568618673, 0.09915221998648384, -0.6223148211268966, 1.127023772935784, -1.0748063822454499, -0.4980288126392614, -0.5247791758618489, -0.3788029421694368], [-0.2881804794384439, 0.6504285774003162, 0.09928002877111827, -0.11254546822242431, -0.14294898336343245, -0.42511405447872697, 1.017212406154203, 0.43692406143060797, 0.9860951585461916, -1.3135925558923136, 1.431543645604474, 0.547982145585602, 0.7930562565057657, 1.0006114719804513], [-0.8332388720137001, -0.22403625283380085, 0.1892826578474723, -0.392972789858527, -0.14294898336343245, -0.34957545719924504, -0.6361979664110939, -0.4540947616892366, -0.590318907223683, 1.1783673028334134, -1.1042236360934536, -0.4769888036425199, -0.489264437430979, -0.353402960039198], [-0.082248539089387, 0.15272784955430282, -0.13084032966274142, 0.19125079688335359, -0.13338234792874984, 0.16660495754388163, 1.1972794207988564, -0.4540947616892366, 1.2851338923339195, -1.7092974678421993, 1.7080658317757094, 2.1107787262486783, 0.3894796834276989, -0.013433968449848866], [-0.46010531037206015, -0.3496242869631688, 0.05632422853013114, -0.11254546822242431, -0.14294898336343245, -0.6869811917142645, -0.6704964453910279, -0.4540947616892366, -0.5853964589308808, 1.0835289355065811, -1.0277387760886438, -0.4676206244541898, -0.49726578166243984, -0.3627814149795938], [-0.29006976329485723, 1.110918035874665, 0.1892826578474723, 1.3830669138367904, -0.1238157124940672, 0.11372793944824434, 2.1114084475249237, 2.1323348776447566, -0.35834853142538364, -1.6079185234583444, 0.8608489209532002, -0.38883577324741325, -0.31660385138366687, -0.13848003432179337], [-0.9239244971215416, -0.29380738290567193, 0.31917281571902867, -0.3228659594495013, -0.07119921760331273, -0.36468317665514144, -0.7636988339234573, -0.44463132647636244, -0.5817046227112792, 1.2983868918297838, -1.216009200715868, -0.4852819458748122, -0.5200064442150126, -0.3063153008592939], [-1.0429493800755838, -0.33567006094879454, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.25667784030704155, 0.5941626772752865, -0.6284678814928992, 0.9847662219455354, -0.9571373668534346, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9730458773882892, -0.2752017482198396, -0.07458868649002016, -0.06580758128307386, -0.10149356314647438, -0.4150422415081294, -0.5698378657760043, -0.24298736078665906, -0.6223148211268966, 1.202567437944398, -1.1336408899414574, -0.4991038495952993, -0.5267444183046638, -0.37723986634603746], [-0.9513191130395354, -0.26124752220546543, -0.30777731636966466, -0.41634173332820223, -0.1365712264069774, -0.5837451087656392, -0.6246408702330727, -0.3288862342573631, -0.4008046479508018, 1.139123840491276, -0.9747877191622369, -0.3472164853779465, -0.4297456663057267, -0.044890869395759876], [-0.9739905193164958, 0.12947080619701246, -0.2791401162090066, -0.46307962026755267, -0.1413545441243187, -0.32691387801540045, -0.6026451065394193, -0.08138100561296176, -0.6229301271634968, 1.2411568425808335, -1.145407791480659, -0.4928072045670774, -0.525059924782251, -0.3838829385954845], [0.08778700798781604, -0.15426512276192983, -0.0725431721928303, 2.6683588046689275, 1.3079907242301, 0.04322524865406111, 2.054741395297207, 0.8343883403713228, -0.3208148631927676, -1.7223786219562451, 0.813781314796394, -0.3479843689179736, -0.3741573800661043, -0.15020310299728817], [-0.9777690870293225, -0.2798531568912977, -0.08583901512456442, -0.20602124210112518, -0.06801033912508517, -0.10785194590490274, -0.6108469167302732, -0.3798431930959162, -0.6241607392366973, 1.2499866216078142, -1.168941594559062, -0.49587873872718563, -0.5273059161454681, -0.3838829385954845], [-1.02972439308069, -0.33101865227733646, -0.32618694504437346, -0.20602124210112518, -0.12700459097229475, -0.5006526517582089, -0.3733672307496432, 0.22945644330221282, -0.6223148211268966, 1.0711018390982379, -1.0395056776278453, -0.5003324632593426, -0.5282885373668756, -0.38192909381623535], [-0.6018015996030627, -0.3496242869631688, 0.14223582901210546, -0.29949701597982614, -0.14294898336343245, -0.6869811917142645, -0.6432813479395585, -0.40532167251519285, -0.38049954874299313, 0.8055544105831076, -0.8688856053094233, -0.3212620217250318, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.3403214696202526, -0.32618694504437346, -0.41634173332820223, 0.09621690250363334, -0.5812271555229898, -0.2935859861658836, 0.2272725736377033, -0.6284678814928992, 1.0050420108223066, -0.9689042683926362, -0.5015610769233859, -0.5271655416852671, -0.382710631727935], [-0.9314816325471952, -0.1263566707331814, -0.25459394464272816, -0.3228659594495013, -0.14294898336343245, -0.1556930575152413, -0.5843774383870632, -0.24080349112214963, -0.6143158426510931, 1.2071458418843142, -1.115990537632655, -0.4802139145106336, -0.5179008273119966, -0.3832967851617098], [-0.7671139370392321, -0.15891653143338794, -0.32618694504437346, -0.46307962026755267, -0.06163258216863008, -0.02727744214012198, -0.4505388084544947, -0.4540947616892366, -0.6118546185046921, 1.0279340305218867, -0.9924380714710392, -0.4832854486707418, -0.5104609809213401, -0.382710631727935], [-0.8955852392753412, -0.2752017482198396, 0.37746997318893977, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.497512812274839, -0.3383496694702372, -0.5798587046014784, 1.0115825878793296, -1.0042049730102407, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.8266263785162532, -0.22403625283380085, -0.30777731636966466, -0.11254546822242431, -0.13178790868963605, -0.43014996096402586, -0.5094427180069899, -0.34198945224441957, -0.5730903381988754, 1.0907235702693063, -1.0042049730102407, -0.4653169738341085, -0.48729919498816404, -0.33757681732728], [0.05944775014161548, -0.29380738290567193, -0.3282324593415633, -0.46307962026755267, -0.09511580619001929, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.3023556820947597, 0.8284464302826879, -0.7159158852998035, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9721012354600825, -0.2054306181479686, -0.181978187092488, -0.22939018557080043, 0.005333865874148327, -0.2136059820961775, -0.6443997766019477, -0.28084110163815573, -0.6204689030170958, 1.2692813239260319, -1.1865919468678643, -0.4987966961792885, -0.5256214226230553, -0.37450448365508865], [-0.7737264305366789, 0.22249897962617385, -0.29243595914074066, -0.3696038463888518, -0.14294898336343245, -0.3772729428683884, -0.7320100218224314, -0.42424854294094116, -0.5269423854538557, 1.2333081501124061, -1.0924567345542522, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.520562393777288, -0.19147639213359438, -0.028564614803248237, 0.004299249125951819, -0.14294898336343245, -0.19849826264028117, 1.6759668883014134, 2.010766132987065, 0.7738145759191006, -1.6769216114099361, 1.5374457594572875, 1.2450668232221687, 0.2987977821378098, -0.1296877328151723], [0.17280478152641757, -0.1310080794046395, -0.08072522938158976, 2.8553103524263292, 1.2761019394478248, 0.05833296810995765, 2.0323728220494233, 0.5868831117269216, -0.3208148631927676, -1.7223786219562451, 0.8020144132571926, -0.3479843689179736, -0.3741573800661043, -0.15020310299728817], [-0.7756157143930924, -0.2752017482198396, 0.03484632840963755, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5653641511264476, -0.30559162450259586, -0.4777179025258347, 1.0475557616929554, -0.9747877191622369, -0.3449128347578653, -0.5285692862872777, -0.38466447650718416], [-0.9834369385985626, -0.2519447048625493, -0.06845214359845056, -0.13591441169209956, -0.08714360999445044, -0.39238066232428487, -0.5526886262860372, -0.26992175331560864, -0.6124699245412923, 1.204529611061505, -1.1277574391718568, -0.49203932102705034, -0.5254810481628542, -0.3600460322886451], [-0.9938279998088361, -0.2798531568912977, -0.3282324593415633, -0.20602124210112518, 0.4469935351086633, -0.36720112989779086, -0.5139164326565466, -0.4540947616892366, -0.6223148211268966, 1.1803294759505203, -1.1101070868630545, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [0.8567255375480561, -0.17752216611922014, -0.2668670304258674, -0.46307962026755267, -0.14294898336343245, -0.28159071964771126, -0.7935235982538347, -0.4540947616892366, 1.6635471048430812, -0.45546884601090837, 1.1962056148204434, 0.9912045248892223, 1.6991733971036516, 1.2819651201923263], [-0.36847504333601194, -0.15891653143338794, -0.2944814734379305, 0.8689501575039352, -0.1397601048852049, 0.030635482440814106, 1.6770853169638027, 1.7297749028201863, 0.44831768255756144, -1.5562479647078633, 1.3668256871388655, 1.0170054118341314, -0.08021326040507049, 0.11278440428964512], [-0.8757477587830007, -0.2798531568912977, -0.037769429140602634, -0.22939018557080043, 0.12013349109033994, -0.25389323397856794, -0.7014396383837945, -0.4540947616892366, -0.6173923728340945, 1.2705894393374362, -1.1983588484070657, -0.49480370177114774, -0.5277270395260714, -0.36805679588356655], [-0.9673780258190491, -0.3217158349344203, -0.32720970219296835, 0.12114396647432794, -0.12222127325495342, -0.3772729428683884, -0.46806085749859133, -0.2211486641415648, -0.6143158426510931, 1.118521022761654, -1.0806898330150505, -0.49480370177114774, -0.5257617970832563, -0.3664937200601672], [-1.0457833058602037, -0.33567006094879454, -0.14004514400009582, -0.46307962026755267, -0.14294898336343245, -0.6013707814641849, 1.737480464732817, 4.139311099328916, 0.370173815909328, -1.32111421950789, 1.1726718117420405, -0.04482394731528961, 0.1536505902899068, 1.1688375074738018], [-0.9938279998088361, -0.31241301759150414, -0.3149366164098292, -0.08917652475274906, -0.10468244162470194, -0.3697190831404402, 0.1329081437585132, -0.4540947616892366, -0.6260066573464982, 0.616858762487997, -0.7217993360694043, -0.5011003467993697, -0.5261829204638596, -0.38310140068378484], [-0.8946405973471345, 0.22249897962617385, -0.27811735906041163, -0.43971067679787745, -0.14294898336343245, -0.4805090258170138, -0.6406716810606505, -0.24298736078665906, -0.5780127864916776, 1.2189188805869553, -1.1101070868630545, -0.47391726948241164, -0.5004943942470643, -0.30651068533721887], [-0.031237874966226018, 0.2643616576692965, 4.624980411303692, 0.004299249125951819, -0.13816566564609115, -0.02727744214012198, 1.4202195341684276, -0.4540947616892366, -0.03715878032004628, -1.6504322743289932, 0.8726158224924017, 0.00816001694657768, 0.09637781052787149, -0.30553376294759427], [-0.9324262744754018, -0.16821934877630404, -0.3210731593013988, 0.05103713606530231, -0.13816566564609115, -0.3193600182874523, -0.5590263887062424, -0.31723892937997944, -0.6180076788706947, 1.1898133126832033, -1.1277574391718568, -0.4955715853111748, -0.5285692862872777, -0.36199987706789416], [-0.8946405973471345, -0.17752216611922014, -0.31186834496404436, -0.20602124210112518, -0.12700459097229475, -0.5207962776994042, -0.5251007192804381, -0.3288862342573631, -0.5238658552708545, 1.0998803781491384, -0.9924380714710392, -0.45886675209788125, -0.46891014070182435, -0.20881844637476218], [-1.036336886578137, -0.31241301759150414, 0.2649666868434972, -0.46307962026755267, -0.14294898336343245, -0.5963348749788862, -0.6317242517615373, -0.4540947616892366, -0.4414148463664192, 1.1518779657524707, -1.0277387760886438, -0.1747498422878684, -0.47859597845569796, -0.3022122268228707], [-0.9872155063113894, -0.28915597423421385, -0.32720970219296835, 0.19125079688335359, -0.015393844234330694, -0.25137528073591847, -0.6037635352018085, -0.4540947616892366, -0.5989331917360865, 1.2414838714336847, -1.145407791480659, -0.48835348003492046, -0.5285692862872777, -0.38466447650718416], [-0.812456749593153, 0.18993911892596727, -0.26993530187165216, -0.41634173332820223, -0.14294898336343245, -0.42259610123607766, -0.6391804428441317, -0.1883906191739235, -0.6260066573464982, 1.2166296786169974, -1.121873988402256, -0.5015610769233859, -0.5285692862872777, -0.3776306353018873], [-1.0051637029473164, -0.2798531568912977, -0.32720970219296835, -0.27612807251015087, -0.020177161951672008, -0.36720112989779086, -0.4840916683261692, 0.09187265443811912, -0.6229301271634968, 1.1561293408395354, -1.0983401853238528, -0.5006396166753535, -0.527025167225066, -0.37860755769151183], [-0.9560423226805689, -0.31241301759150414, -0.08277074367877962, -0.46307962026755267, 0.5139599831514416, -0.5056885582435078, -0.6701236358368983, -0.24589918700600497, -0.6173923728340945, 1.2830165357457801, -1.1924753976374651, -0.4974145058072397, -0.5268847927648649, -0.36532141319261774], [-0.9560423226805689, -0.29845879157713, -0.316982130707019, -0.29949701597982614, 0.22058316315450757, -0.13806738481669556, -0.644026967047818, -0.2728335795349545, -0.6216995150902963, 1.2712434970431388, -1.1807084960982634, -0.4992574263033047, -0.5263232949240606, -0.37606755947848797], [-0.8568549202188671, -0.2845045655627558, -0.3210731593013988, -0.46307962026755267, 0.03243933293908248, 0.11876384593354314, -0.46917928616098054, -0.4540947616892366, -0.5977025796628861, 1.0639072043355127, -1.0512725791670468, -0.4857426759988284, -0.5235158057200393, -0.34343835166502745], [-0.4412124718079265, -0.019374271289645844, 0.5595207456388377, 3.5797475999862614, -0.14294898336343245, -0.0851903667210582, 2.342177561531219, 1.0564150895964475, -0.37803832459659203, -1.7485409301843369, 0.6725784963259759, -0.1893396295483826, -0.42174432207426593, -0.14942156508558851], [-0.9985512094498696, -0.3031102002485881, -0.3220959164499937, -0.3228659594495013, -0.12700459097229475, -0.4175601947507789, -0.4095297575002257, 0.25202309650214344, -0.6216995150902963, 1.091377627975009, -1.0512725791670468, -0.49618589214319647, -0.5280077884464734, -0.37860755769151183], [-0.5677944901876221, -0.2658989308769235, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.5938169217362367, 0.13999152528697775, -0.4540947616892366, -0.5706291140524745, 0.42881717209858844, -0.5217620099029784, -0.4682349312862114, -0.48701844606776196, -0.34363373614295234], [-0.8285156623726667, -0.3403214696202526, -0.3282324593415633, -0.46307962026755267, 0.9412696992339326, -0.6869811917142645, -0.5511973880695183, -0.4540947616892366, -0.5853964589308808, 1.1195021093202073, -1.0395056776278453, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8965298812035478, -0.0519341319898523, -0.13595411540571609, -0.20602124210112518, -0.14294898336343245, -0.6013707814641849, -0.1988923594169354, -0.4468151961408719, -0.5983178856994863, 0.8421816421024361, -0.8394683514614194, -0.48988924711497456, -0.5171989550109913, -0.3473460412235257], [-0.9135334359112681, -0.33101865227733646, -0.2750490876146268, 0.027668192595627063, -0.10787132010292946, -0.48302697905966313, -0.18770807279304386, -0.34635719157343847, -0.6038556400288887, 0.8480681614537569, -0.9041863099270279, -0.4901964005309854, -0.5122858489039539, -0.3498860394365496], [-0.979658370885736, -0.27055033954838154, -0.3251641878957785, -0.46307962026755267, 0.39916035793525007, -0.1833905431843847, -0.3498802288394709, -0.4540947616892366, -0.6223148211268966, 1.0279340305218867, -0.9924380714710392, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.3496242869631688, 0.2884901012611807, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.497512812274839, -0.39658619385715516, -0.5066372862460471, 1.0115825878793296, -0.9571373668534346, -0.3796211707670885, -0.5285692862872777, -0.38466447650718416], [-0.9626548161780155, -0.33101865227733646, -0.32005040215280384, 0.12114396647432794, -0.12222127325495342, -0.38986270908163545, -0.3349678466742822, -0.2750174491994639, -0.6247760452732976, 1.0122366455850318, -0.9924380714710392, -0.4991038495952993, -0.5285692862872777, -0.3795844800811364], [-0.6773729538595973, -0.3496242869631688, 0.3948568447150537, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.4878197638674664, -0.4540947616892366, -0.5423250363688623, 0.952717394366123, -0.9277201130054309, -0.427844257080788, -0.4489769673532728, -0.3655167976705426], [-0.8549656363624538, -0.2845045655627558, -0.2822083876547914, -0.22939018557080043, -0.12541015173318096, -0.4427397271772729, -0.4714161434857588, -0.38202706276042564, -0.5121750405754494, 1.031204319050398, -0.9336035637750316, -0.42738352695677173, -0.4147255990642126, -0.297132230396823], [-0.770892504752059, -0.26124752220546543, -0.32618694504437346, -0.25275912904047565, -0.14294898336343245, -0.5459758101258981, 0.17764529025407927, -0.44608723958603536, -0.6057015581386895, 0.4870283079060923, -0.5629461652901837, -0.4901964005309854, -0.5181815762323988, -0.36688448901601706], [-0.770892504752059, -0.26124752220546543, -0.32618694504437346, -0.25275912904047565, -0.14294898336343245, -0.5459758101258981, 0.17764529025407927, -0.44608723958603536, -0.6057015581386895, 0.4870283079060923, -0.5629461652901837, -0.4901964005309854, -0.5181815762323988, -0.36688448901601706], [-0.9106995101266481, -0.26124752220546543, -0.3057318020724748, -0.25275912904047565, -0.015393844234330694, 0.07344068756585392, -0.6265049180037212, -0.4104173683990482, -0.6130852305778927, 1.2320000347010014, -1.1512912422502597, -0.4923464744430612, -0.5271655416852671, -0.36317218393544365], [-0.7425532469058584, -0.3031102002485881, -0.32720970219296835, 0.14451290994400318, -0.14294898336343245, -0.4553294933905198, -0.36702946832943795, -0.4540947616892366, -0.5755515623452766, 0.9330956631950544, -1.0512725791670468, -0.47652807351850374, -0.4877203183687673, -0.31842913849063853], [-1.02405654151145, -0.07519117534714263, -0.32414143074718355, -0.46307962026755267, 0.15840003282907045, 0.20437425618362265, -0.7129967345618157, -0.4540947616892366, -0.6272372694196987, 1.348422306316009, -1.2395430037942712, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.3496242869631688, 0.39383408756645866, -0.46307962026755267, -0.14294898336343245, -0.5661194360670934, -0.6160662504880893, -0.39658619385715516, -0.5306342216734573, 1.0639072043355127, -1.0512725791670468, -0.44059112384523724, -0.4728406255874542, -0.22952920103480298], [-0.889917387706101, 0.0317912240963929, -0.2903904448435508, -0.27612807251015087, -0.14294898336343245, -0.525832184184703, -0.5251007192804381, -0.1993099674964706, -0.590318907223683, 1.125715657524379, -1.0336222268582445, -0.5015610769233859, -0.49965214748585796, -0.3041660716021199], [-0.09169495837145379, 0.3527384224269997, 0.689410903510394, 0.0977750230046527, -0.14294898336343245, -0.32187797153010167, 1.3762280067811208, -0.4337119781538153, 0.9282563911057669, -1.7125677563707107, 1.6727651271581048, 0.9376062537953334, 1.1706635544466355, 0.09832595292320156], [-0.7368853953366185, -0.2752017482198396, 0.010300156843359215, -0.18265229863145, -0.1349767871678636, -0.6869811917142645, -0.48931100208398526, -0.24589918700600497, -0.5657066657596724, 1.0017717222937947, -0.9630208176230354, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.8058442560957061, -0.3077616089200461, -0.32414143074718355, -0.06580758128307386, -0.14294898336343245, -0.5107244647288065, -0.34615213329817374, -0.4344399347086518, -0.5349413639296592, 0.9203415379338598, -0.8688856053094233, -0.45395229744170806, -0.46750639609981365, -0.2754445533471576], [-1.0325583188653102, -0.3217158349344203, -0.3210731593013988, -0.43971067679787745, -0.13338234792874984, -0.3697190831404402, -0.3633013727881408, 0.34156175274702977, -0.6223148211268966, 1.0606369158070013, -1.0100884237798415, -0.4987966961792885, -0.5282885373668756, -0.37860755769151183], [-1.0174440480140032, -0.29380738290567193, -0.32720970219296835, -0.43971067679787745, 0.037222650656423766, -0.3470575039565956, -0.502732146032655, 0.10643178553484862, -0.5915495192968835, 1.158745571662345, -1.0630394807062484, -0.4987966961792885, -0.5204275675956158, -0.317452216101014], [-0.9135334359112681, -0.25659611353400735, -0.28425390195198125, 0.027668192595627063, -0.10946575934204325, -0.4603653998758186, -0.26786212693093314, -0.3645561054443503, -0.6038556400288887, 0.9200145090810085, -0.9512539160838339, -0.48988924711497456, -0.5122858489039539, -0.35027680839239944], [-0.9380941260446418, -0.2658989308769235, -0.3251641878957785, -0.22939018557080043, 0.06273367848224413, -0.022241535654823178, -0.6932378281929407, -0.3296141908121995, -0.6063168641752897, 1.3000220360940395, -1.1983588484070657, -0.4905035539469962, -0.5244984269414468, -0.3551614203405222], [-0.9305369906189883, -0.15891653143338794, -0.30777731636966466, -0.3696038463888518, 0.24609419098032792, -0.626550313890679, -0.47514423902705605, 0.0787694364510626, -0.6284678814928992, 1.0213934534648639, -1.0453891283974461, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9777690870293225, -0.2379904788481751, -0.22084295873909546, -0.20602124210112518, -0.10468244162470194, -0.057492881051914795, -0.6552112536717095, -0.2640981008769168, -0.616161760760894, 1.292500372478463, -1.1748250453286628, -0.4745315763144333, -0.5274462906056692, -0.38427370755133433], [-0.8814156103522408, -0.33567006094879454, -0.3251641878957785, -0.18265229863145, -0.06960477836419894, -0.34957545719924504, -0.11761987661665702, -0.2932163630703758, -0.6026250279556882, 0.7607514577425011, -0.8630021545398225, -0.49157859090303413, -0.5113032276825464, -0.3459783498780513], [-0.8474085009368003, -0.11705385339026526, -0.32618694504437346, -0.46307962026755267, 0.06273367848224413, -0.05245697456661599, -0.4509116180086244, -0.4540947616892366, -0.616161760760894, 1.059655829248448, -1.0159718745494422, -0.4880463266189096, -0.5152337125681763, -0.38310140068378484], [-0.9626548161780155, -0.3031102002485881, -0.32311867359858865, -0.18265229863145, 0.07548919239515431, -0.09022627320635701, -0.6485006816973746, -0.26264218776724385, -0.616161760760894, 1.2771300163944592, -1.1807084960982634, -0.49726092909923436, -0.5242176780210446, -0.3684475648394164], [-1.0051637029473164, -0.2752017482198396, -0.32720970219296835, -0.06580758128307386, -0.12700459097229475, -0.017205629169524374, -0.3409327995403577, -0.4540947616892366, -0.616161760760894, 1.0223745400234172, -1.0100884237798415, -0.4954180086031694, -0.5274462906056692, -0.36688448901601706], [-0.699099718208351, -0.2752017482198396, -0.1277720582169566, 0.004299249125951819, -0.14294898336343245, -0.6869811917142645, -0.35211708616424925, -0.30559162450259586, -0.6032403339922884, 0.893852200852917, -0.9277201130054309, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.9324262744754018, -0.04728272331839422, -0.32311867359858865, -0.019069694343723426, -0.009016087277875617, -0.36468317665514144, -0.5772940568585986, -0.3754754537668974, -0.6223148211268966, 1.211070188118528, -1.145407791480659, -0.4980288126392614, -0.5280077884464734, -0.37450448365508865], [-0.7434978888340651, -0.3263672436058784, -0.32311867359858865, -0.25275912904047565, -0.14294898336343245, -0.6366221268612765, 0.46955517113764805, -0.4540947616892366, -0.6118546185046921, 0.22998362956509213, -0.39820954374136247, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.699099718208351, -0.31241301759150414, 0.0010953425060048188, -0.08917652475274906, -0.1349767871678636, -0.6869811917142645, -0.3979726613222045, -0.30559162450259586, -0.5780127864916776, 0.887311623795894, -0.9041863099270279, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.6877640150698708, -0.31241301759150414, -0.32311867359858865, -0.13591441169209956, -0.14294898336343245, -0.5409399036405994, 0.07214018643536915, -0.4468151961408719, -0.618622984907295, 0.5593016843861952, -0.6276641237557921, -0.49710735239122894, -0.5254810481628542, -0.37215986991998967], [0.03394241808003507, 0.16668207556867698, -0.17686440134951334, 0.4483091750497811, 1.1453579218404952, 3.653970198613299, 1.6435324570921284, -0.4540947616892366, -0.2685138500817452, -1.424782365861703, 0.5372591286251583, -0.25798841802680195, -0.46834864286102007, 0.019195239363611623], [-0.46482852001309355, 0.0038827720676445233, 0.3437189872853071, 0.8923191009736103, -0.14294898336343245, -0.09022627320635701, 1.608488359003935, -0.4540947616892366, 0.8101176320785162, -1.7053731216079855, 1.502145054839683, 0.5751652229025601, 0.4845131929838212, 1.2340959231007227], [-0.3467482789872582, -0.1868249834621363, -0.29754974488371533, -0.46307962026755267, -0.13816566564609115, -0.36468317665514144, -0.5847502479411929, -0.4540947616892366, -0.49310055344084125, 0.9330956631950544, -0.8630021545398225, -0.42477272292067975, -0.5285692862872777, -0.38466447650718416], [-0.48844456821826066, -0.010071453946729697, 0.17394130061854832, -0.18265229863145, -0.1413545441243187, -0.49309879203026075, 1.44333372652447, 1.3556052336342383, 0.8113482441517167, -1.5228910217170466, 1.4903781533004814, 0.21871368362199808, 0.9017060887013916, 1.039688367565434], [-1.0098869125883496, -0.2752017482198396, -0.31595937355842413, -0.3696038463888518, -0.07917141379888158, -0.22619574830942452, 0.2216368176413859, -0.42570445605061413, -0.6198535969804955, 0.528888001071039, -0.6276641237557921, -0.49710735239122894, -0.527025167225066, -0.37333217678753916], [-0.9787137289575293, -0.31241301759150414, -0.3251641878957785, -0.08917652475274906, -0.08873804923356421, -0.20353416912557992, -0.5552982931649452, -0.10540357192256541, -0.618622984907295, 1.206491784178612, -1.1277574391718568, -0.49987173313532635, -0.5188834485334041, -0.37860755769151183], [-0.9654887419626357, -0.14031089674755562, 0.051210442787156474, -0.18265229863145, -0.07438809608154026, -0.40748838178018126, -0.6436541574936883, -0.2939443196252122, -0.6229301271634968, 1.263394804574711, -1.1748250453286628, -0.4991038495952993, -0.5267444183046638, -0.3776306353018873], [-0.6131373027415429, -0.21008202681942667, -0.3139138592612342, -0.46307962026755267, -0.14294898336343245, -0.5409399036405994, 0.18137338579537635, -0.4540947616892366, -0.5897036011870825, 0.4144279025731381, -0.5217620099029784, -0.48758559649489336, -0.5184623251528009, -0.33445066568048143], [-1.0457833058602037, -0.3217158349344203, -0.32311867359858865, -0.46307962026755267, 0.30189956434931, -0.4427397271772729, -0.36516542055878937, 0.04673934803825771, -0.6272372694196987, 1.073718069921047, -1.0159718745494422, -0.500486039967348, -0.5285692862872777, -0.3823198627720852], [-0.812456749593153, 0.22249897962617385, -0.27811735906041163, -0.3696038463888518, -0.14294898336343245, -0.3772729428683884, -0.6708692549451577, -0.27428949264462743, -0.5780127864916776, 1.2198999671455089, -1.115990537632655, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9513191130395354, -0.2519447048625493, -0.32720970219296835, -0.3462349029191766, 0.0005505481568070398, 0.16912291078653116, -0.5511973880695183, -0.35509267023147606, -0.6223148211268966, 1.1816375913619248, -1.1336408899414574, -0.49357508810710443, -0.5267444183046638, -0.3836875541175596], [-0.12003421621765419, -0.0705397666756846, -0.07152041504423537, 0.2613576272923793, -0.12700459097229475, 0.13387156538943953, 1.6931161277913807, 1.5492416772207407, 0.45447074292356415, -1.6798648710855961, 1.4433105471436753, 1.4473273476652968, -0.25722545471861563, -0.06540623957787577], [-0.9305369906189883, -0.31241301759150414, 0.0010953425060048188, -0.18265229863145, -0.10468244162470194, -0.6869811917142645, -0.42817023520671155, 0.08095330611557199, -0.6284678814928992, 1.044285473164444, -1.0277387760886438, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8540209944342472, -0.3217158349344203, -0.08481625797596946, 0.004299249125951819, -0.14294898336343245, -0.49309879203026075, -0.3558451817055464, -0.43589584781832474, -0.6007791098458874, 0.978879702594215, -0.9394870145446323, -0.48758559649489336, -0.5191641974538062, -0.33777220180520495], [-1.0174440480140032, -0.31241301759150414, -0.3282324593415633, -0.11254546822242431, 0.1424556404379327, -0.37223703638308964, -0.1485630696094235, -0.35218084401213023, -0.6284678814928992, 0.8709601811533367, -0.9159532114662293, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8776370426394142, 0.2876187010265867, -0.2862994162491711, -0.392972789858527, -0.1365712264069774, -0.6869811917142645, -0.2514585065492256, -0.25390670910920615, -0.5755515623452766, 0.8801169890331688, -0.9512539160838339, -0.4293800241608421, -0.5285692862872777, -0.38466447650718416], [-0.9305369906189883, -0.2752017482198396, 0.014391185437738947, -0.08917652475274906, -0.11903239477672588, -0.6869811917142645, -0.44345542692603, -0.1570884873159551, -0.5909342132602832, 1.0410151846359323, -0.99832152224064, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-1.0193333318704167, -0.33101865227733646, -0.30164077347809504, 0.14451290994400318, -0.13338234792874984, -0.3445395507139462, -0.051259775981567265, -0.4540947616892366, -0.6210842090536961, 0.7813542754721231, -0.851235253000621, -0.49848954276327767, -0.5278674139862723, -0.3776306353018873], [-0.06335570052525323, 0.8829990109732198, -0.32311867359858865, 5.659583568787356, 0.19188325685045968, -0.5031706050008583, 1.7643227526301566, -0.4540947616892366, -0.49802300173364344, -1.4404797507985578, 0.45489081785074775, -0.4054220577119978, -0.417813837188636, -0.2643076381054375], [-0.9343155583318151, -0.21938484416234283, -0.0602700864096911, 0.07440607953497745, -0.07438809608154026, -0.40748838178018126, -0.6291145848826293, -0.3973141504119916, -0.6216995150902963, 1.2369054674937687, -1.1512912422502597, -0.4977216592232506, -0.5280077884464734, -0.373722945743389], [-0.9418726937574686, -0.29380738290567193, -0.12981757251414652, -0.20602124210112518, -0.1365712264069774, -0.14058533805934495, -0.567601008451226, -0.2975841023993947, -0.6007791098458874, 1.173461870040646, -1.0924567345542522, -0.4901964005309854, -0.5142510913467689, -0.34519681196635166], [0.994643259066232, 2.324935699125221, 0.09621175732533346, -0.46307962026755267, -0.14294898336343245, -0.4981346985155595, -0.7014396383837945, -0.3805711496507527, 0.8876461926901494, -0.2317811106607249, 0.5843267347819644, 1.8882460763488358, 0.4578420455456184, -0.2326553526816016], [-1.0401154542909636, -0.3449728782917107, -0.26584427327727245, -0.46307962026755267, -0.1174379555376121, -0.6416580333465752, -0.3155817498595369, 0.4762337153917775, -0.6247760452732976, 0.5550503092991305, -0.38644264220216096, -0.5007931933833588, -0.5285692862872777, -0.3825152472500101], [-0.9588762484651889, -0.2752017482198396, 0.10541657166268786, -0.41634173332820223, -0.10468244162470194, -0.26144709370651614, -0.435626426289306, -0.4540947616892366, -0.5657066657596724, 1.0367638095488676, -0.9924380714710392, -0.46777420116219515, -0.489264437430979, -0.2967414614409732], [-0.9579316065369823, -0.21473343549088475, 0.03586908555823254, -0.3696038463888518, -0.11106019858115701, -0.40748838178018126, -0.5262191479428273, -0.17019170530301164, -0.5909342132602832, 1.1253886286715278, -1.0630394807062484, -0.45763813843383794, -0.49530053921962486, -0.3723552543979146], [-0.660369399151877, -0.2752017482198396, -0.1277720582169566, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.5653641511264476, -0.42424854294094116, -0.30174037605815945, 0.90039277790994, -0.7571000406870089, -0.250923889458553, -0.5285692862872777, -0.38466447650718416], [-0.9040870166292013, -0.2007792094765105, -0.3190276450042089, -0.06580758128307386, 0.10897241641654354, -0.12044171211814975, -0.7036764957085728, -0.4540947616892366, -0.6180076788706947, 1.3006760937997417, -1.2042422991766666, -0.49603231543519105, -0.5257617970832563, -0.37274602335376444], [0.4184116828601551, -0.2798531568912977, 0.6024765458798249, -0.46307962026755267, -0.13178790868963605, -0.09778013293430521, -0.7924051695914455, -0.4540947616892366, 1.6832368980142896, -0.38319546953080524, 1.0961869517372305, 1.8171400605423296, 1.7717469930276033, -0.21292152041118534], [-0.9607655323216022, -0.26124752220546543, -0.32618694504437346, 0.2613576272923793, -0.09830468466824684, -0.1556930575152413, -0.6443997766019477, -0.4540947616892366, -0.6223148211268966, 1.2771300163944592, -1.1865919468678643, -0.497875235931256, -0.5282885373668756, -0.37606755947848797], [-0.9390387679728485, -0.17287075744776212, -0.14822720118885524, -0.25275912904047565, -0.12062683401583965, -0.38986270908163545, -0.5086970988987305, -0.36819588821853266, -0.5380178941126604, 1.089415454857902, -1.0042049730102407, -0.4045005974639653, -0.4878606928289683, -0.3278075934310344], [-0.5630712805465886, -0.2845045655627558, 0.05018768563856154, -0.3696038463888518, -0.1174379555376121, -0.5736732957950416, -0.5918336294696576, -0.4104173683990482, -0.5466321786250642, 1.024009684287673, -0.9747877191622369, -0.440130393721221, -0.4443446101666376, -0.3299568226882084], [-1.0457833058602037, -0.3496242869631688, 0.5032691024661163, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.3275116555916879, 0.0008780850835598332, -0.6284678814928992, 0.9756094140657032, -0.9924380714710392, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9985512094498696, -0.29845879157713, -0.3128911021126393, 0.23798868382270408, 0.0802725101124956, -0.5686373893097428, -0.3275116555916879, -0.4540947616892366, -0.5977025796628861, 1.0050420108223066, -0.9865546207014384, -0.4806746446346498, -0.499792521946059, -0.36922910275111603], [-0.9815476547421493, -0.21473343549088475, 0.1360992861205358, -0.43971067679787745, -0.1397601048852049, -0.4805090258170138, -0.603017916093549, -0.3383496694702372, -0.5029454500264454, 1.1600536870737492, -1.0453891283974461, -0.3019113565163498, -0.4654007791967976, -0.353402960039198], [-0.8530763525060403, -0.2752017482198396, 0.0010953425060048188, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.44345542692603, -0.36310019233467733, -0.4026505660606026, 0.9265550861380315, -0.827701449922218, -0.31358318632476123, -0.5285692862872777, -0.38466447650718416], [0.7490363577324942, -0.010071453946729697, -0.07561144363861509, 2.5281451438508764, -0.14294898336343245, 0.6525699333752157, 1.6297385035893286, 0.8562270370164171, -0.3023556820947597, -1.6504322743289932, 0.8431985686443979, -0.3940573813195973, -0.2758952579253575, 0.1624120616825731], [-0.9843815805267693, -0.2752017482198396, -0.32618694504437346, 0.0977750230046527, 0.016494940547944745, -0.49309879203026075, -0.0945056842606145, -0.4540947616892366, -0.616161760760894, 0.8055544105831076, -0.8571187037702217, -0.49956457971931556, -0.5260425460036585, -0.36317218393544365], [-0.7368853953366185, -0.2658989308769235, -0.32311867359858865, 0.004299249125951819, -0.13338234792874984, -0.42007814799342824, -0.48185481100139094, -0.3077754941671053, -0.6020097219190879, 1.0482098193986575, -0.9924380714710392, -0.4908107073630071, -0.5215505632772244, -0.3455875809222015], [-0.8776370426394142, -0.3077616089200461, 0.0471194141927768, -0.3228659594495013, -0.14294898336343245, -0.4654013063611173, -0.4788723345683532, -0.400953933186174, -0.5232505492342543, 1.0308772901975467, -0.9571373668534346, -0.404039867339949, -0.4317109087485416, -0.33191066746745757], [-0.8171799592341864, -0.3496242869631688, 0.3815610017833196, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.4930390976252824, -0.39513028074748224, -0.5786280925282778, 1.024663741993375, -1.0042049730102407, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9484851872549155, -0.2798531568912977, -0.08583901512456442, -0.019069694343723426, 0.02925045446085493, -0.33446773774334865, -0.6704964453910279, -0.34490127846376545, -0.6180076788706947, 1.2928274013313144, -1.1924753976374651, -0.49618589214319647, -0.5267444183046638, -0.37059679409659035], [-0.3099072437871976, 0.4597208218705353, -0.3128911021126393, 0.7754743836252342, -0.14294898336343245, -0.14562124454464376, 1.6416684093214793, -0.38129910620558916, 0.8088870200053156, -1.7455976705086764, 1.6727651271581048, -0.12406952864608231, 0.8077955748268778, 1.5605833857132527], [-0.9305369906189883, -0.33567006094879454, -0.2515256731969434, -0.46307962026755267, -0.14294898336343245, -0.684463238471615, -0.26450684094376564, 0.5279186307851672, -0.6284678814928992, 0.9458497884562491, -0.92183666223583, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9654887419626357, -0.28915597423421385, -0.3139138592612342, -0.019069694343723426, 0.0037394266350345646, -0.4100063350228307, -0.41884999635346865, -0.187662662619087, -0.6081627822850905, 1.0707748102453865, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9059763004856146, -0.3031102002485881, -0.11345345813662759, 0.12114396647432794, -0.14294898336343245, -0.6643196125304199, -0.26189717406485763, -0.4540947616892366, -0.574320950272076, 0.8850224218259362, -0.8630021545398225, -0.4826711418387201, -0.4961427859808313, -0.30670606981514376], [-0.9040870166292013, -0.3031102002485881, 0.2578073868033327, -0.46307962026755267, -0.14294898336343245, -0.49561674527291016, -0.435626426289306, -0.4540947616892366, -0.5177127949048518, 0.9625282599516577, -0.9277201130054309, -0.44780922912149157, -0.41626971812642427, -0.2732953240899836], [-0.006677184832852275, -0.10309962737589107, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6033907256476787, -0.4540947616892366, -0.3577332253887834, 0.6747428694426495, -0.6747317299125982, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.3210731593013988, 3.7433302042739878, -0.14294898336343245, -0.6869811917142645, 2.487200478087679, 4.641601122166083, -0.616161760760894, -1.4313229429187257, -0.3334915852757541, -0.4963394688512019, -0.5156548359487796, -0.37215986991998967], [-0.9900494320960095, -0.3077616089200461, -0.3251641878957785, -0.11254546822242431, -0.08554917075533666, -0.32943183125804987, 0.18435586222841416, -0.4540947616892366, -0.6192382909438953, 0.5622449440618557, -0.6864986314517997, -0.4964930455592073, -0.522954307879235, -0.3758721750005631], [-1.0174440480140032, -0.3077616089200461, -0.3282324593415633, -0.11254546822242431, 0.20144989228514232, -0.38230884935368725, -0.18584402502239525, -0.35145288745729375, -0.6284678814928992, 0.9036630664384512, -0.9336035637750316, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.37036432719242524, 0.09691094549680593, -0.09913485805629856, 0.07440607953497745, -0.1349767871678636, -0.6869811917142645, 1.4832243488163497, 3.308712670260499, 0.867956399518941, -1.6249240238066038, 1.5374457594572875, 1.0174661419581477, -0.5285692862872777, -0.38466447650718416], [-0.8285156623726667, -0.21938484416234283, -0.2965269877351204, -0.11254546822242431, -0.052065946733947446, -0.26396504694916545, -0.5400131014456268, -0.2670099270962627, -0.616161760760894, 1.1293129749057416, -1.0983401853238528, -0.49618589214319647, -0.527025167225066, -0.36707987349394194], [-0.5923551803209959, -0.13565948807609757, -0.2862994162491711, -0.46307962026755267, -0.08873804923356421, -0.2690009534344643, -0.49154785940876355, -0.4540947616892366, -0.4192638290488097, 0.8775007582103597, -0.8159345483830164, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9305369906189883, -0.31241301759150414, -0.0694749007470455, -0.27612807251015087, -0.1349767871678636, -0.4603653998758186, -0.3979726613222045, -0.24589918700600497, -0.553400545027667, 0.9625282599516577, -0.9277201130054309, -0.47023142849028177, -0.47129650652524246, -0.26508917601713716], [-0.6745390280749773, -0.3170644262629622, -0.28118563050619644, -0.29949701597982614, -0.14294898336343245, -0.28159071964771126, -0.5858686766035821, -0.3587324530056585, -0.5374025880760602, 1.0900695125636042, -0.9806711699318377, -0.426001336584723, -0.4364836403953779, -0.3205783677478126], [-0.7538889500443386, -0.33567006094879454, -0.32311867359858865, -0.22939018557080043, -0.10946575934204325, 0.11372793944824434, -0.6719876836075469, -0.3099593638316147, -0.6075474762484903, 1.2094350438542723, -1.1571746930198605, -0.49388224152311533, -0.5285692862872777, -0.353402960039198], [-0.8058442560957061, -0.3077616089200461, -0.2556167017913231, -0.06580758128307386, -0.14294898336343245, -0.5107244647288065, -0.34615213329817374, -0.4344399347086518, -0.5349413639296592, 0.9203415379338598, -0.8688856053094233, -0.45395229744170806, -0.46750639609981365, -0.2754445533471576], [-0.8936959554189278, -0.2752017482198396, 0.24962532961457323, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.4930390976252824, -0.39513028074748224, -0.5294036096002569, 1.018123164936352, -0.9571373668534346, -0.4396696635972047, -0.5285692862872777, -0.38466447650718416], [-0.8804709684240342, -0.19612780080505246, -0.2484574017511586, -0.46307962026755267, -0.14294898336343245, -0.39993452205223307, -0.5638729129099287, -0.4540947616892366, -0.41864852301220945, 1.0697937236868333, -0.9277201130054309, -0.03514861471094861, -0.5038633812918899, -0.38310140068378484], [-0.8011210464546729, -0.0705397666756846, -0.152318229783235, -0.15928335516177475, -0.1365712264069774, -0.6869811917142645, 2.0375921558072396, 4.423214155715141, 0.3049513760297001, -1.640621408743459, 1.3197580809820595, 1.02207344319831, -0.5285692862872777, -0.38466447650718416], [-0.4223196332437929, 0.01318558941056067, 0.08393867154219427, -0.46307962026755267, -0.026554918908127098, -0.5056885582435078, 1.3747367685646017, -0.4540947616892366, 1.4026573453245694, -1.7809167866166002, 1.9081031579421353, 2.0642449837230386, 0.9964588493371117, 0.35506115691653767], [-0.812456749593153, 0.22249897962617385, -0.28834493054636096, -0.3696038463888518, -0.14294898336343245, -0.3772729428683884, -0.6399260619523911, -0.24444327389633203, -0.5780127864916776, 1.193083601211715, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.29845879157713, -0.19527403002422214, -0.46307962026755267, 0.5043933477167589, -0.588781015250938, 2.843979221389818, 6.618003168547112, -0.5663219717962726, -1.7969412004063061, 0.9432172317276108, -0.5011003467993697, -0.5285692862872777, -0.38466447650718416], [-0.9938279998088361, -0.28915597423421385, -0.32720970219296835, -0.46307962026755267, 0.12651124804679498, -0.37223703638308964, -0.3528627052725087, 0.14938122227020054, -0.6204689030170958, 1.0390530115188255, -1.021855325319043, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, 0.6039144906857354, -0.2903904448435508, -0.46307962026755267, -0.14294898336343245, 2.9993023555244553, 1.992482199757544, 3.5853361610983594, -0.6223148211268966, -1.098734599569111, 0.41959011323314316, -0.4987966961792885, -0.5240773035608436, -0.3748952526109385], [-0.8984191650599611, -0.33567006094879454, -0.32414143074718355, 0.027668192595627063, -0.13816566564609115, -0.39238066232428487, -0.25705064986117127, -0.1745594446320305, -0.6149311486876934, 0.916090162846795, -0.9571373668534346, -0.49388224152311533, -0.5187430740732031, -0.3780214042577371], [-0.9248691390497483, -0.25659611353400735, -0.3220959164499937, -0.13591441169209956, -0.034527115103695966, -0.04993902132396659, -0.5869871052659713, -0.2844808844123381, -0.616161760760894, 1.202567437944398, -1.1395243407110582, -0.4954180086031694, -0.5264636693842617, -0.36864294931734126], [-0.7255496921981381, -0.09379681003297492, -0.318004887855614, 1.2428532530187386, -0.12700459097229475, 2.2388804762443364, 1.5417554488147154, 3.436105067356882, -0.5970872736262858, -0.8037545742973781, 0.13130102552270595, -0.4989502728872939, -0.5181815762323988, -0.3702060251407406], [-0.7727817886084722, -0.2845045655627558, 0.16678200057838377, -0.3462349029191766, -0.1413545441243187, -0.4805090258170138, -0.5758028186420797, -0.442447456811853, -0.5324801397832581, 1.0586747426898944, -0.99832152224064, -0.4447376949613833, -0.4246921857384883, -0.3182337540127136], [-0.9031423747009946, 0.017836998082018746, -0.07561144363861509, -0.25275912904047565, -0.14294898336343245, -0.6164785009200814, -0.27084460336397087, -0.442447456811853, -0.5650913597230721, 0.8837143064145314, -0.8688856053094233, -0.4312229446569071, -0.5027403856102813, -0.36590756662639246], [-0.8814156103522408, -0.33567006094879454, -0.3251641878957785, -0.18265229863145, -0.06960477836419894, -0.34957545719924504, -0.11761987661665702, -0.2189647944770554, -0.6026250279556882, 0.7607514577425011, -0.8630021545398225, -0.49157859090303413, -0.5113032276825464, -0.3459783498780513], [-1.0457833058602037, -0.3496242869631688, 0.5196332168436354, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, -0.5288288148217353, -0.38129910620558916, -0.49925361380684397, 1.0609639446598522, -1.0100884237798415, -0.45395229744170806, -0.46259328999277627, -0.15411079255578644], [-0.7756157143930924, -0.31241301759150414, 0.006209128248979483, -0.18265229863145, -0.12700459097229475, -0.6869811917142645, -0.48931100208398526, -0.2160529682577095, -0.5029454500264454, 0.9985014337652836, -0.92183666223583, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.8407960074393536, -0.24264188751963314, -0.06231560070688097, 0.004299249125951819, -0.037715993581923506, -0.4351858674493246, -0.4773810963518343, -0.4540947616892366, -0.6118546185046921, 1.06881263712828, -1.0630394807062484, -0.4940358182311207, -0.5253406737026531, -0.35945987885487035], [-0.9768244451011159, -0.2845045655627558, -0.08481625797596946, -0.46307962026755267, 0.15840003282907045, 0.17919472375712864, -0.6745973504864547, -0.4540947616892366, -0.6235454332000971, 1.3026382669168486, -1.2042422991766666, -0.4991038495952993, -0.5277270395260714, -0.378216788735662], [-0.8152906753777731, -0.3031102002485881, -0.3128911021126393, -0.15928335516177475, -0.1413545441243187, -0.4679192596037668, -0.4885653829757258, -0.35072493090245727, -0.48940871722123974, 1.0259718574047798, -0.9159532114662293, -0.3576597015223146, -0.3964769192380739, -0.3571152651197714], [-0.985326222454976, -0.233339070176717, -0.08072522938158976, -0.11254546822242431, -0.09989912390736061, -0.23626756128002213, -0.5869871052659713, -0.273561536089791, -0.6167770667974942, 1.2257864864968295, -1.1395243407110582, -0.49603231543519105, -0.5273059161454681, -0.3666891045380921], [-0.46482852001309355, -0.233339070176717, -0.11652172958241239, -0.46307962026755267, -0.08076585303799536, -0.25641118722121725, -0.6891369230975137, -0.4540947616892366, -0.5638607476498715, 1.0998803781491384, -1.021855325319043, -0.45917390551389203, -0.47971897413730646, -0.3446106585325769], [-0.8228478108034266, -0.27055033954838154, -0.2893676876949559, -0.18265229863145, -0.13816566564609115, -0.40497042853753185, -0.4412185696012517, -0.3019518417284135, -0.5380178941126604, 1.0096204147622225, -0.9277201130054309, -0.42692279683275547, -0.44518685692784404, -0.34695527226767586], [-0.8379620816547334, -0.2379904788481751, -0.32618694504437346, 0.027668192595627063, -0.05366038597306123, -0.17835463669908597, -0.6488734912515044, -0.31723892937997944, -0.6210842090536961, 1.2346162655238104, -1.168941594559062, -0.4954180086031694, -0.5285692862872777, -0.3748952526109385], [-1.0070529868037297, -0.28915597423421385, -0.32618694504437346, -0.15928335516177475, 0.13607788348147767, -0.35712931692719324, 0.04007856478021348, -0.4540947616892366, -0.6223148211268966, 0.6969808314365277, -0.7806338437654119, -0.49864311947128304, -0.5260425460036585, -0.37841217321358694], [-0.812456749593153, 0.18993911892596727, -0.26993530187165216, -0.41634173332820223, -0.14294898336343245, -0.42259610123607766, -0.47626266768944514, -0.1883906191739235, -0.6260066573464982, 1.076334300743856, -1.0277387760886438, -0.5015610769233859, -0.5285692862872777, -0.3776306353018873], [-1.0193333318704167, 0.19924193626888348, -0.28834493054636096, -0.392972789858527, -0.14294898336343245, -0.6189964541627307, -0.4516572371168838, -0.06973370073557816, -0.5687831959426737, 1.1057668975004593, -1.0100884237798415, -0.5015610769233859, -0.44083524866161095, -0.3235091349166863], [0.25782255506501905, -0.3031102002485881, 0.49508704527735703, -0.46307962026755267, -0.14294898336343245, -0.21108802885352818, -0.692865018638811, -0.4540947616892366, 1.602016501183055, -0.35703316130271373, 1.0432358948108238, 1.4887930588267584, 1.8830639399670492, 0.3773349873999778], [-0.9314816325471952, -0.2798531568912977, -0.32618694504437346, -0.20602124210112518, 0.1281056872859088, -0.02727744214012198, -0.6686323976203793, -0.2939443196252122, -0.6173923728340945, 1.281054362628673, -1.1924753976374651, -0.49480370177114774, -0.5263232949240606, -0.3672752579718669], [-0.9125887939830614, 0.15272784955430282, -0.2944814734379305, -0.3696038463888518, -0.04249931129926482, -0.6240323606480296, -0.18882650145543306, -0.24225940423182257, -0.6143158426510931, 0.8513384499822682, -0.8571187037702217, -0.5015610769233859, -0.5193045719140074, -0.35770141855354615], [-0.7434978888340651, -0.27055033954838154, -0.2607304875342978, -0.3696038463888518, -0.14294898336343245, -0.2941804858609583, -0.6257592988954619, -0.30850345072194174, -0.5177127949048518, 1.1214642824373144, -1.0100884237798415, -0.4693099682422493, -0.4583820561867443, -0.16974155078977948], [-0.7368853953366185, -0.31241301759150414, 0.026664271220878142, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.3354378432508913, -0.4026505660606026, 0.9069333549669629, -0.827701449922218, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.63958727673133, 1.3713969214763169, 0.27212598688366185, 0.4249402315801058, 0.17593886445932194, -0.19849826264028117, 2.4275509494269243, 2.814430169526533, -0.4008046479508018, -1.7478868724786343, 0.960867584036413, -0.39528599498364053, -0.2993377927789357, -0.24730918852597011], [7.243449614153441, 0.5806574473284452, 0.8868030331892159, -0.46307962026755267, -0.14294898336343245, -0.4351858674493246, -0.7935235982538347, -0.4540947616892366, -0.3823454668527939, -1.6693999477943595, 0.9961682886540176, -0.36779576425067173, -0.43437802349236193, -0.04684471417500901], [-1.0457833058602037, -0.3496242869631688, -0.3210731593013988, -0.46307962026755267, -0.13178790868963605, -0.6492118930745234, -0.07661082566238804, 0.5402938922173873, -0.6137005366144929, 0.8183085358443023, -0.8218179991526172, -0.49956457971931556, -0.5214101888170233, -0.3815383248603855], [1.4065071397643458, 3.0505554518726803, 0.3386052015423324, -0.46307962026755267, -0.14294898336343245, -0.4477756336625716, -0.6507375390221529, -0.4104173683990482, 0.6039901098174281, -0.29457065040814484, 0.4901915224683523, 1.1688927760514845, 0.152246845687896, -0.2854091617213282], [-0.9012530908445813, -0.2007792094765105, -0.2914132019921457, 0.004299249125951819, -0.08076585303799536, -0.22871370155207393, -0.6313514422074076, -0.28302497130266513, -0.6137005366144929, 1.2470433619321537, -1.1512912422502597, -0.4977216592232506, -0.5264636693842617, -0.36024141676657], [-0.8209585269470131, -0.3496242869631688, 0.39383408756645866, -0.27612807251015087, -0.14294898336343245, -0.5862630620082885, -0.5567895313814641, -0.39658619385715516, -0.5306342216734573, 1.0540963387499784, -1.0042049730102407, -0.44059112384523724, -0.4728406255874542, -0.38466447650718416], [0.03772098579286189, 2.4877350026262537, 0.3723561874459652, -0.46307962026755267, -0.1413545441243187, 0.458687533691212, 0.08891661637120654, 1.2689784036086982, 0.1234360952326225, -0.2651380536515418, 0.17248518090991125, 0.06836208648469938, 0.34778846874798197, -0.04508625387368476], [-0.8256817365880466, -0.3263672436058784, 0.026664271220878142, -0.46307962026755267, -0.0026383303214205125, -0.3017343455889065, -0.11612863840013804, -0.4540947616892366, -0.5946260494798847, 0.72052690884181, -0.8453518022310202, -0.4885070567429258, -0.5065304960357102, -0.33366912776878177], [-0.5451230839106617, -0.2472932961910912, -0.08379350082737456, -0.46307962026755267, -0.0775769745597678, -0.2765548131624125, -0.39088927979373983, -0.4540947616892366, -0.5669372778328728, 0.8546087385107795, -0.8453518022310202, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, 0.34808701375554163, -0.32005040215280384, -0.46307962026755267, -0.14294898336343245, 1.8309720509351342, 1.9988199621777492, 4.998299834035956, -0.6284678814928992, -1.071591204782466, 0.41959011323314316, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, 0.22249897962617385, -0.2791401162090066, -0.392972789858527, -0.14294898336343245, -0.39238066232428487, -0.662667444754304, -0.2640981008769168, -0.581089316674679, 1.2172837363226996, -1.1101070868630545, -0.5007931933833588, -0.5002136453266622, -0.3014306889111711], [-0.016123604114919074, -0.3170644262629622, -0.15845477267480457, -0.46307962026755267, -0.14294898336343245, -0.2765548131624125, -0.7663085008023653, -0.4024098462958469, -0.6180076788706947, 1.049844963662913, -0.9806711699318377, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.06926997139456, -0.14031089674755562, -0.26277600183148764, 2.060766274457372, -0.14294898336343245, 1.443207251567127, 1.3620612437241915, 0.335738100308338, -0.2168281430073231, -1.4777610400235885, 0.9902848378844169, -0.3951324182756351, -0.3174460981448733, 0.19816742114283228], [-0.9985512094498696, -0.31241301759150414, -0.32618694504437346, -0.43971067679787745, 0.7084815703233218, -0.3319497845006993, -0.35733641992206533, -0.4540947616892366, -0.6223148211268966, 1.0410151846359323, -1.0042049730102407, -0.5000253098433318, -0.5266040438444628, -0.3799752490369862], [-0.9617101742498089, -0.18217357479067822, -0.318004887855614, -0.06580758128307386, -0.015393844234330694, -0.32943183125804987, -0.4784995250142235, -0.1767433142965399, -0.6247760452732976, 1.1365076096684668, -1.0806898330150505, -0.49987173313532635, -0.5273059161454681, -0.3797798645590613], [-0.3977589431104191, 0.0690024934680575, -0.1349313582571212, -0.019069694343723426, -0.1349767871678636, -0.6869811917142645, 1.5495844494514395, 2.9338150445197146, 0.8716482357385424, -1.667764803530104, 1.5845133656140935, 1.449323844869367, -0.5285692862872777, -0.38466447650718416], [-0.9806030128139427, -0.16356794010484596, -0.24641188745396872, -0.08917652475274906, -0.09352136695090552, -0.03231334862542078, -0.6827991606773086, -0.3208787121541618, -0.6180076788706947, 1.3068896420039138, -1.1924753976374651, -0.4951108551871586, -0.5240773035608436, -0.36922910275111603], [-0.7756157143930924, -0.31241301759150414, 0.030755299815257875, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.48931100208398526, -0.3652840619991868, -0.37742301855999183, 0.9265550861380315, -0.8041676468438149, -0.31358318632476123, -0.5285692862872777, -0.38466447650718416], [-0.970211951603669, -0.2472932961910912, -0.257662216088513, -0.06580758128307386, -0.052065946733947446, -0.1934623561549823, -0.5698378657760043, -0.18911857572875995, -0.6223148211268966, 1.204529611061505, -1.1336408899414574, -0.4987966961792885, -0.5280077884464734, -0.37548140604471325], [-0.9475405453267086, -0.2472932961910912, -0.08583901512456442, -0.20602124210112518, 0.04200596837376508, -0.24130346776532094, -0.6522287772386718, -0.273561536089791, -0.6044709460654889, 1.2683002373674783, -1.1748250453286628, -0.4917321676110395, -0.5253406737026531, -0.3590691098990205], [-0.7368853953366185, -0.31241301759150414, 0.043028385598397015, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.3944023241926457, -0.4026505660606026, 0.9559876828946348, -0.827701449922218, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [-0.9815476547421493, -0.233339070176717, -0.28834493054636096, -0.08917652475274906, 0.0930280240254058, -0.10029808617695454, -0.6667683498497308, -0.31869484248965235, -0.6223148211268966, 1.301657180358295, -1.1924753976374651, -0.4966466222672127, -0.5261829204638596, -0.3752860215667883], [-0.7982871206700528, 0.22249897962617385, -0.2637987589800826, -0.3228659594495013, -0.14294898336343245, -0.39238066232428487, -0.6499919199138934, -0.42424854294094116, -0.5761668683818768, 1.1956998320345242, -1.0865732837846513, -0.48958209369896377, -0.49165080325439714, -0.27563993782508256], [0.10667984655194963, 0.30622433571241897, -0.2903904448435508, -0.46307962026755267, -0.14294898336343245, 8.213983521051361, 0.738723669219304, -0.4540947616892366, -0.5977025796628861, -1.7125677563707107, 0.13130102552270595, -0.47130646544631966, -0.5228139334190339, -0.34636911883390115], [-0.660369399151877, -0.31241301759150414, 0.010300156843359215, -0.18265229863145, -0.1349767871678636, -0.6869811917142645, -0.48931100208398526, -0.30559162450259586, -0.5029454500264454, 0.9396362402520775, -0.8806525068486247, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [-0.9909940740242161, -0.2054306181479686, -0.08277074367877962, -0.04243863781339862, -0.11106019858115701, -0.25137528073591847, -0.5933248676861764, -0.2750174491994639, -0.6198535969804955, 1.2270946019082338, -1.1512912422502597, -0.4977216592232506, -0.5277270395260714, -0.3719644854420648], [-0.8143460334495662, -0.31241301759150414, 0.006209128248979483, -0.18265229863145, -0.12700459097229475, -0.6869811917142645, -0.5347937676878107, -0.42424854294094116, -0.352195471059381, 0.9265550861380315, -0.827701449922218, -0.2507703127505475, -0.5285692862872777, -0.38466447650718416], [-0.9295923486907817, -0.19612780080505246, -0.32005040215280384, 0.027668192595627063, -0.07917141379888158, -0.065046740779863, -0.6708692549451577, -0.3674679316636961, -0.6100087003948913, 1.2800732760701197, -1.1865919468678643, -0.4955715853111748, -0.5268847927648649, -0.353402960039198], [-0.5470123677670751, -0.3031102002485881, -0.24334361600818394, -0.46307962026755267, -0.14294898336343245, -0.634104173618627, 0.08407009216752012, -0.4540947616892366, -0.5214046311244533, 0.43306854718565313, -0.5217620099029784, -0.43890178005717767, -0.45725906050513576, -0.2828691635083043], [-0.7671139370392321, -0.2658989308769235, -0.3251641878957785, -0.08917652475274906, 0.24609419098032792, -0.25389323397856794, -0.7219441638609289, -0.4308001519344694, -0.6026250279556882, 1.263394804574711, -1.1807084960982634, -0.4868177129548663, -0.5267444183046638, -0.3485183480910752], [-1.0174440480140032, -0.3263672436058784, -0.3282324593415633, -0.41634173332820223, 0.005333865874148327, -0.5736732957950416, -0.07772925432477723, 0.30225209878586023, -0.6223148211268966, 0.7957435449975734, -0.827701449922218, -0.49848954276327767, -0.5257617970832563, -0.3788029421694368], [-1.0079976287319363, -0.2845045655627558, -0.31084558781544946, -0.3696038463888518, -0.028149358147240875, -0.5686373893097428, -0.19702831164628679, 0.23091235641188573, -0.6038556400288887, 0.8971224893814287, -0.8806525068486247, -0.48466763904279053, -0.5077938661775198, -0.37274602335376444], [-1.008942270660143, -0.3170644262629622, -0.32720970219296835, -0.25275912904047565, -0.09989912390736061, -0.3697190831404402, -0.38231466004875636, 0.2811413586956024, -0.6278525754562989, 1.0753532141853024, -1.0453891283974461, -0.5015610769233859, -0.5278674139862723, -0.38427370755133433], [-0.8625227717881072, -0.3449728782917107, -0.32720970219296835, 0.16788185341367842, -0.14294898336343245, -0.17331873021378716, -0.5336753390254216, -0.30340775483808646, -0.6167770667974942, 1.141413042461234, -1.1042236360934536, -0.4969537756832236, -0.5243580524812457, -0.36707987349394194], [-0.17671273191005532, 0.45041800452761915, 0.29769491559853506, 1.3129600834277644, 0.11216129489477107, 2.455424455112185, 2.0450483468898337, 0.2738617931472377, -0.43772301014681764, -1.6242699661009017, 0.7314130040219835, -0.40741855491606815, -0.3622255509490136, -0.184395386634148], [-0.9418726937574686, -0.24264188751963314, -0.32414143074718355, -0.06580758128307386, -0.024960479669013325, -0.3193600182874523, -0.4453194746966786, -0.1454411824385715, -0.6223148211268966, 1.1002074070019896, -1.0512725791670468, -0.4951108551871586, -0.5267444183046638, -0.38134294038246064], [-0.8209585269470131, -0.3496242869631688, 0.2076922865221811, -0.27612807251015087, -0.14294898336343245, -0.5082065114861571, -0.5567895313814641, -0.39658619385715516, -0.5306342216734573, 1.0573666272784896, -1.0042049730102407, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [-0.9314816325471952, -0.2752017482198396, -0.32005040215280384, -0.22939018557080043, 0.1424556404379327, -0.02979539538277138, -0.6775798269194926, -0.27210562298011803, -0.6087780883216908, 1.2859597954214403, -1.1865919468678643, -0.48866063345093125, -0.527025167225066, -0.36688448901601706], [-1.008942270660143, -0.31241301759150414, -0.32618694504437346, -0.43971067679787745, 0.005333865874148327, -0.49309879203026075, -0.3386959422155794, 0.4267326696628973, -0.6204689030170958, 1.0354556941374629, -1.0159718745494422, -0.5000253098433318, -0.5253406737026531, -0.3709875630524402], [-0.970211951603669, -0.24264188751963314, -0.27811735906041163, -0.06580758128307386, -0.055254825212175, -0.17835463669908597, -0.5251007192804381, -0.22406049036091072, -0.616161760760894, 1.1620158601908561, -1.0983401853238528, -0.49603231543519105, -0.5273059161454681, -0.3664937200601672], [-0.016123604114919074, 0.31087574438387705, -0.2443663731567789, 1.0792706487310122, 0.11216129489477107, 3.9661964007018247, 2.10320663733407, -0.20877340270934477, -0.5607842174668702, -1.6079185234583444, 0.813781314796394, -0.4307622145328908, -0.5072323683367155, -0.32897990029858387], [0.4939830371166899, 1.8179321539362918, 1.20488050640224, -0.46307962026755267, -0.1397601048852049, 0.15653314457328416, -0.42817023520671155, 0.13555004772830756, 0.7252053990276799, -0.31615455469632053, 0.4960749732379531, 1.7099435183545522, -0.5285692862872777, -0.38466447650718416], [-0.6679265345775305, 0.10156235416826394, 0.5032691024661163, 0.3548334011710802, -0.14294898336343245, -0.3118061585595041, 2.192680930325202, 3.152202010970657, -0.04392714672264914, -1.6962163137281534, 1.0726531486588275, -0.009347727766039308, 0.002186547732955729, -0.02847857325006714], [-0.5356766646285948, 0.2643616576692965, -0.1686823441607539, 0.14451290994400318, -0.13178790868963605, -0.6869811917142645, 1.6174357883030481, 3.471774938543869, 0.7498176404916903, -1.6357159759506916, 1.4903781533004814, 0.809062549194803, -0.5285692862872777, -0.38466447650718416], [-0.806788898023913, -0.14496230541901367, -0.32414143074718355, -0.46307962026755267, 0.11535017337299859, 0.04322524865406111, -0.4512844275627541, -0.4540947616892366, -0.6223148211268966, 1.0465746751344018, -1.0100884237798415, -0.4975680825152452, -0.5273059161454681, -0.3764583284343378], [-0.5526802193363152, -0.14496230541901367, -0.14618168689166539, -0.46307962026755267, -0.06801033912508517, -0.37475498962573905, -0.5873599148201009, -0.4540947616892366, -0.5330954458198583, 1.0050420108223066, -0.9394870145446323, -0.4335265952769882, -0.5072323683367155, -0.2691922500535604], [-1.0457833058602037, -0.3496242869631688, -0.29243595914074066, -0.29949701597982614, 0.06751699619958544, -0.6441759865892247, 0.09749123611618993, -0.4540947616892366, -0.4684883119768308, 0.583174790644329, -0.6217806729861913, -0.14772034167891582, -0.5129877212049593, -0.37899832664736166], [-0.9503744711113288, -0.2519447048625493, -0.32618694504437346, -0.22939018557080043, 0.16477778978552557, -0.12799557184609794, -0.6488734912515044, -0.1971260978319612, -0.6118546185046921, 1.2692813239260319, -1.1748250453286628, -0.4872784430788826, -0.5267444183046638, -0.36864294931734126], [-1.0079976287319363, -0.29845879157713, -0.32414143074718355, -0.019069694343723426, 0.09621690250363334, -0.19094440291233297, -0.223124980435367, -0.4540947616892366, -0.6223148211268966, 0.9265550861380315, -0.9512539160838339, -0.5000253098433318, -0.5235158057200393, -0.3748952526109385], [-0.8020656883828795, -0.3031102002485881, -0.32311867359858865, -0.04243863781339862, -0.14294898336343245, -0.5787092022803404, 0.06244713802799658, -0.42861628226996, -0.5730903381988754, 0.5763071847344551, -0.6335475745253929, -0.47391726948241164, -0.48266683780152886, -0.32155529013743717], [-0.9598208903933956, -0.22403625283380085, -0.08583901512456442, -0.13591441169209956, -0.055254825212175, -0.20353416912557992, -0.6328426804239266, -0.2655540139865898, -0.609393394358291, 1.2503136504606656, -1.168941594559062, -0.4917321676110395, -0.5253406737026531, -0.3590691098990205], [-0.9484851872549155, -0.2379904788481751, -0.31595937355842413, -0.08917652475274906, 0.10737797717742972, -0.13303147833139675, -0.6332154899780562, -0.29103249340586634, -0.6167770667974942, 1.257835314076242, -1.168941594559062, -0.49848954276327767, -0.5277270395260714, -0.36922910275111603], [-0.8757477587830007, -0.29380738290567193, 0.006209128248979483, -0.43971067679787745, -0.14294898336343245, -0.5283501374273524, -0.651855967684542, -0.4540947616892366, -0.3977281177678005, 1.1293129749057416, -0.9689042683926362, -0.3510559030780818, -0.2969514269555176, -0.1990492224785165], [-0.9768244451011159, -0.2658989308769235, -0.181978187092488, -0.18265229863145, -0.09830468466824684, -0.2866266261330101, -0.5273375766052164, 0.021260868618981132, -0.6229301271634968, 1.1718267257763904, -1.1101070868630545, -0.49956457971931556, -0.5263232949240606, -0.3788029421694368], [-0.7812835659623326, -0.11705385339026526, -0.32414143074718355, -0.46307962026755267, 0.1568055935899567, -0.0826724134784088, -0.48222762055552065, -0.4540947616892366, -0.6038556400288887, 1.0590017715427453, -1.0100884237798415, -0.4854355225828176, -0.5235158057200393, -0.3516444997378738], [-0.9787137289575293, -0.19612780080505246, -0.31186834496404436, 0.004299249125951819, 0.04200596837376508, -0.24130346776532094, -0.6048819638641977, -0.23643575179313078, -0.6235454332000971, 1.2470433619321537, -1.1571746930198605, -0.5003324632593426, -0.5278674139862723, -0.3764583284343378], [-0.63958727673133, -0.28915597423421385, -0.30266353062669, -0.41634173332820223, -0.09511580619001929, -0.33446773774334865, -0.43637204539756536, -0.3929464110829728, -0.4869474930748387, 0.9102036434954742, -0.8806525068486247, -0.2526132332466125, -0.4732617489680574, -0.37137833200829], [-1.036336886578137, -0.33567006094879454, -0.13288584395993128, -0.46307962026755267, -0.14294898336343245, -0.5988528282215355, 1.716230320147423, 4.171341187741721, 0.4360115618255562, -1.3201331329493364, 1.1550214594332382, 0.19644506096121322, -0.001463188232272041, 0.8175362161648074], [-0.9891047901678028, -0.29845879157713, -0.2566394589399181, -0.27612807251015087, 0.29871068587108235, -0.2010162158829305, -0.6224040129082944, -0.1774712708513764, -0.6223148211268966, 1.2437730734036425, -1.1571746930198605, -0.49941100301131014, -0.5263232949240606, -0.3764583284343378], [-0.7142139890596579, -0.33567006094879454, -0.32618694504437346, -0.15928335516177475, -0.14294898336343245, -0.5308680906700017, 0.08891661637120654, -0.44463132647636244, -0.5669372778328728, 0.5213663374554625, -0.5864799683685867, -0.47514588314645495, -0.5027403856102813, -0.2854091617213282], [-0.9928833578806294, -0.33567006094879454, -0.3210731593013988, -0.29949701597982614, -0.10308800238558814, -0.4679192596037668, -0.21007664604082688, 0.3182671429922626, -0.6192382909438953, 0.9144550185825394, -0.9277201130054309, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8190692430905998, -0.24264188751963314, -0.3139138592612342, 0.004299249125951819, -0.020177161951672008, -0.12295966536079922, -0.6402988715065209, -0.35946040956049496, -0.6149311486876934, 1.2153215632055927, -1.1571746930198605, -0.4941893949391261, -0.5285692862872777, -0.36414910632506825], [-0.8001764045264662, -0.11240244471880723, -0.05617905781531137, -0.392972789858527, -0.12222127325495342, -0.5761912490376909, -0.4878197638674664, -0.358004496450822, -0.5054066741728466, 1.0148528764078408, -0.9277201130054309, -0.32110844501702634, -0.453609324539908, -0.3588737254210956], [-0.7756157143930924, -0.31241301759150414, 0.043028385598397015, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.48931100208398526, -0.42424854294094116, -0.30174037605815945, 0.8382572958682222, -0.7335662376086057, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [-0.9173120036240949, -0.2472932961910912, -0.3251641878957785, -0.13591441169209956, -0.060038142929516314, -0.2690009534344643, -0.4151219008121715, -0.10977131125158424, -0.6167770667974942, 1.0593288003955965, -1.0277387760886438, -0.4968001989752181, -0.5247791758618489, -0.37040140961866547], [0.39479563465498807, -0.09844821870443297, 0.037914599855422344, 0.6352607228071829, -0.14294898336343245, -0.6869811917142645, 0.8334172959682522, 1.7931071230909597, 1.600170583073254, -1.7161650737520733, 1.86691900255493, 0.8528319109763456, -0.5285692862872777, -0.38466447650718416], [0.07172809520830244, 1.3109286087473622, 0.5441793884099136, 2.0373973309876963, 0.09462246326451958, 0.08603045377910093, 1.973468912496928, -0.11632292024511255, -0.2611301776425421, -1.6936000829053444, 1.0550027963500253, -0.34445210463384907, -0.28347547877621515, -0.019295502787596227], [-0.9739905193164958, -0.3031102002485881, -0.053110786369526625, -0.3696038463888518, 0.14883339739438783, -0.11036989914755221, -0.6354523473028344, -0.19494222816745174, -0.6253913513098979, 1.2568542275176884, -1.1865919468678643, -0.5003324632593426, -0.5273059161454681, -0.3799752490369862], [0.06794952749547561, -0.26124752220546543, -0.2955042305865255, -0.46307962026755267, -0.14294898336343245, -0.4175601947507789, -0.7935235982538347, -0.4540947616892366, 1.8709052391773697, -0.28345166941120603, 1.1667883609724397, 1.126352027933985, 1.9013126197931878, 1.4324111681945098], [0.6224543393527987, -0.233339070176717, 0.06143801427310581, -0.46307962026755267, -0.14294898336343245, -0.0700826472651618, -0.7935235982538347, -0.44608723958603536, 1.6629317988064811, -0.38286844067795417, 1.1020704025068313, 1.033284542882705, 1.8287390238692363, 0.6749055472796206], [-0.8663013395009339, -0.2845045655627558, -0.3139138592612342, -0.20602124210112518, -0.13816566564609115, -0.3470575039565956, -0.3424240377568766, -0.28011314508331925, -0.5361719760028597, 0.9363659517235657, -0.8806525068486247, -0.48006033780262813, -0.3924060598922429, -0.3221414435712119], [-1.0372815285063437, -0.3031102002485881, -0.3210731593013988, -0.3462349029191766, -0.029743797386354638, -0.6189964541627307, -0.2443751250207609, 0.47041006295308574, -0.6210842090536961, 0.9648174619216155, -0.9512539160838339, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6018015996030627, 0.0690024934680575, 0.15041788620086485, -0.27612807251015087, -0.14294898336343245, -0.2765548131624125, 1.6521070768371116, 1.2900891436989559, 0.792889063053709, -1.6504322743289932, 1.5609795625356904, 0.40546296055657954, 1.2977024409286009, 0.18019204917374027], [-0.8001764045264662, -0.09379681003297492, -0.08379350082737456, -0.46307962026755267, 0.1281056872859088, -0.1934623561549823, -0.5325569103630324, -0.4540947616892366, -0.6100087003948913, 1.1129615322631843, -1.0865732837846513, -0.4894285169909583, -0.5247791758618489, -0.3598506478107202], [-0.7623907273981988, -0.29845879157713, -0.32414143074718355, 0.21461974035302883, -0.14294898336343245, -0.4175601947507789, -0.2641340313896359, -0.4540947616892366, -0.579243398564878, 0.8513384499822682, -0.8688856053094233, -0.4905035539469962, -0.5285692862872777, -0.38466447650718416], [-0.7434978888340651, -0.29380738290567193, -0.318004887855614, -0.019069694343723426, -0.13338234792874984, -0.5082065114861571, -0.4251877587736738, -0.22187662069640132, -0.5613995235034706, 0.9510822501018674, -0.92183666223583, -0.4210868819285498, -0.4763499870924809, -0.3569198806418465], [-0.29479297293589063, -0.25659611353400735, 0.006209128248979483, 1.1260085356703624, -0.14294898336343245, -0.10281603941960402, 1.713993462822645, 0.0700339577930249, 0.6704431617702564, -1.7472328147729321, 1.6021637179228958, -0.16891392738366276, 1.0858773804851911, 0.8878746282177763], [-0.812456749593153, 0.22249897962617385, -0.28834493054636096, -0.3696038463888518, -0.14294898336343245, -0.3772729428683884, -0.6399260619523911, -0.24444327389633203, -0.5398638122224614, 1.1724807834820925, -1.0453891283974461, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-1.0146101222293833, -0.3496242869631688, 0.9072581761611146, -0.18265229863145, -0.12700459097229475, -0.6290682671333283, -0.7092686390205186, -0.37693136687657036, -0.616161760760894, 1.2627407468690088, -1.2218926514854689, -0.49357508810710443, -0.5281481629066744, -0.3688383337952662], [-0.8030103303110862, -0.2798531568912977, -0.29754974488371533, -0.20602124210112518, -0.1397601048852049, -0.37979089611103783, -0.3677750874376974, -0.2560905787737156, -0.5441709544786631, 0.938655153693524, -0.8865359576182256, -0.41816892447644705, -0.4588031795673475, -0.3485183480910752], [-0.6490336960133968, -0.27055033954838154, -0.3220959164499937, -0.46307962026755267, 0.4740990021735973, -0.21612393533882693, -0.6406716810606505, -0.4540947616892366, -0.5977025796628861, 1.1522049946053219, -1.115990537632655, -0.4905035539469962, -0.523094682339436, -0.3307383605999081], [-0.5640159224747954, -0.2519447048625493, 0.03689184270682747, -0.27612807251015087, -0.1413545441243187, -0.5283501374273524, 1.7378532742869468, 2.2903014500442715, 0.6698278557336563, -1.6569728513860162, 1.5256788579180858, 0.3331283310860302, 1.1329028246525483, 0.1350582347730853], [-1.0023297771626962, -0.31241301759150414, -0.32414143074718355, -0.22939018557080043, -0.09989912390736061, -0.4477756336625716, -0.3513714670559898, 0.33646605686317443, -0.6278525754562989, 1.0455935885758483, -1.0159718745494422, -0.5015610769233859, -0.5282885373668756, -0.3838829385954845], [-0.29006976329485723, -0.27055033954838154, -0.23004777307644983, -0.46307962026755267, -0.015393844234330694, -0.17080077697113777, -0.729773164497653, -0.4540947616892366, -0.5669372778328728, 1.0328394633146536, -1.0042049730102407, -0.4608632493019516, -0.48491282916474593, -0.33484143463633126], [-1.0457833058602037, -0.27055033954838154, -0.3251641878957785, 0.5651538923981573, -0.11584351629849833, -0.5157603712141053, -0.27718236578417604, -0.4540947616892366, -0.618622984907295, 0.9919608567082605, -0.9865546207014384, -0.4969537756832236, -0.5257617970832563, -0.36707987349394194], [-0.036905726535466164, -0.24264188751963314, 1.1701067633500122, 0.14451290994400318, -0.14294898336343245, -0.25892914046386667, -0.5579079600438532, -0.4540947616892366, 1.187915538551078, -0.21215937948965638, 0.5372591286251583, 0.20827046747762995, 0.4673875088392909, 2.632267247131402], [-0.6868193731416642, -0.29845879157713, -0.08788452942175429, -0.3228659594495013, -0.11584351629849833, -0.4477756336625716, -0.4620959046325159, -0.3944023241926457, -0.5238658552708545, 0.9756094140657032, -0.898302859157427, -0.4307622145328908, -0.4398526274402035, -0.30807376116061813], [-0.7368853953366185, -0.31241301759150414, 0.022573242626498354, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.47402581036466684, -0.3652840619991868, -0.37742301855999183, 0.8775007582103597, -0.8041676468438149, -0.3449128347578653, -0.5285692862872777, -0.38466447650718416], [-0.7737264305366789, 0.22249897962617385, -0.27811735906041163, -0.3696038463888518, -0.14294898336343245, -0.3772729428683884, -0.6708692549451577, -0.27428949264462743, -0.5269423854538557, 1.179348389391967, -1.0453891283974461, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.5063927648541877, -0.07519117534714263, -0.24129810171099406, -0.46307962026755267, -0.14294898336343245, -0.2941804858609583, -0.6921193995305516, -0.4089614552893752, -0.5232505492342543, 1.097918205032032, -0.9865546207014384, -0.42876571732882046, -0.4930545478564078, -0.2815014721628299], [-0.8115121076649463, -0.27055033954838154, -0.32005040215280384, -0.46307962026755267, 0.008522744352375879, 0.21444606915422024, -0.3905164702396101, -0.4540947616892366, -0.590318907223683, 0.9690688370086803, -0.9924380714710392, -0.4819032582986931, -0.5221120611180287, -0.3338645122467067], [-1.0353922446499302, -0.3170644262629622, -0.32005040215280384, -0.43971067679787745, 0.03403377217819624, -0.6240323606480296, -0.23691893393816657, 0.4973444554820353, -0.6180076788706947, 0.9566417406003369, -0.9394870145446323, -0.49710735239122894, -0.5214101888170233, -0.37704448186811257], [-0.6868193731416642, -0.29845879157713, -0.04595148632936204, -0.27612807251015087, -0.13816566564609115, -0.4175601947507789, -0.5139164326565466, -0.4060496290700293, -0.5300189156368571, 1.0083122993508178, -0.9336035637750316, -0.42477272292067975, -0.4506614608756856, -0.324290672828386], [-0.9673780258190491, -0.3217158349344203, -0.08379350082737456, 0.12114396647432794, -0.12222127325495342, -0.3772729428683884, -0.4900566211922447, -0.2211486641415648, -0.6143158426510931, 1.118521022761654, -1.0924567345542522, -0.49480370177114774, -0.5257617970832563, -0.3664937200601672], [-1.0457833058602037, -0.3496242869631688, 0.012345671140549025, 0.3080955142317297, 0.04838372533022019, -0.6869811917142645, -0.5448596256493131, -0.21168522892869066, -0.6284678814928992, 1.204529611061505, -1.1277574391718568, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9683226677472557, -0.29845879157713, -0.00197292893977998, -0.29949701597982614, -0.05047150749483369, -0.362165223412492, -0.47514423902705605, -0.23934757801247666, -0.5632454416132713, 1.080912704683772, -1.0100884237798415, -0.4708457353223034, -0.495581288140027, -0.28208762559660466], [-1.0457833058602037, -0.18217357479067822, 1.3081789784103282, -0.3696038463888518, -0.14294898336343245, -0.5610835295817945, 0.697714618265035, 2.365280975192428, 0.6021441917076272, -0.6039399452053283, 0.6490446932475729, -0.0439024870672571, 0.6786510714418964, 1.0846267974881638], [-0.6282515735928498, -0.3217158349344203, 0.3068997299358895, -0.46307962026755267, -0.14294898336343245, -0.25892914046386667, -0.7655628816941059, -0.42861628226996, -0.5644760536864718, 1.193410630064566, -1.1042236360934536, -0.45395229744170806, -0.46259328999277627, -0.34167989136370325], [-0.38453395611552554, -0.2658989308769235, 0.2639439296949023, 1.172746422609713, 0.9412696992339326, -0.012169722684225573, 2.2262337901968765, 1.7297749028201863, -0.19775365587271496, -1.7158380448992223, 1.0255855425020215, 0.4198991711090882, -0.5004943942470643, -0.26743378975223614], [-0.9588762484651889, -0.2519447048625493, -0.25357118749413327, -0.3462349029191766, -0.14294898336343245, -0.437703820691974, -0.3633013727881408, 0.20325000732809964, -0.5946260494798847, 1.0096204147622225, -0.9630208176230354, -0.45118791669761066, -0.5028807600704825, -0.3815383248603855], [-0.9872155063113894, -0.28915597423421385, -0.08583901512456442, 0.19125079688335359, -0.015393844234330694, -0.25137528073591847, -0.6257592988954619, -0.4540947616892366, -0.5989331917360865, 1.2414838714336847, -1.1571746930198605, -0.48835348003492046, -0.5285692862872777, -0.38466447650718416], [-0.717047914844278, 0.24575602298346416, -0.2750490876146268, -0.46307962026755267, -0.12700459097229475, -0.2790727664050619, -0.6082372498513652, -0.4540947616892366, -0.5687831959426737, 1.12309942670157, -1.0336222268582445, -0.40880074528811683, -0.489264437430979, -0.3776306353018873], [-0.9059763004856146, -0.3031102002485881, -0.11345345813662759, 0.12114396647432794, -0.14294898336343245, -0.6643196125304199, -0.26189717406485763, -0.3216066687089983, -0.574320950272076, 0.8850224218259362, -0.8630021545398225, -0.4826711418387201, -0.4961427859808313, -0.30670606981514376], [-1.0136654803011766, -0.3077616089200461, -0.32414143074718355, -0.43971067679787745, 0.2891440504363998, -0.40497042853753185, -0.3677750874376974, 0.13773391739281707, -0.6266219633830985, 1.0583477138370432, -1.0159718745494422, -0.5012539235073751, -0.5282885373668756, -0.3838829385954845], [-0.9522637549677421, -0.2658989308769235, -0.3251641878957785, 0.14451290994400318, -0.0440937505383786, -0.4603653998758186, 0.038214517009564866, -0.4540947616892366, -0.6210842090536961, 0.6799753310882682, -0.7688669422262103, -0.5009467700913642, -0.5268847927648649, -0.37137833200829], [-0.905031658557408, -0.12170526206172333, -0.3190276450042089, 0.23798868382270408, -0.0775769745597678, -0.3697190831404402, -0.553061435840167, -0.3645561054443503, -0.6180076788706947, 1.1757510720106044, -1.121873988402256, -0.4951108551871586, -0.5275866650658702, -0.36825218036149143], [-1.01838868994221, -0.31241301759150414, -0.32311867359858865, 0.4015712881104307, 0.3353827883706991, -0.6743914255010175, -0.38417870781940494, -0.4540947616892366, -0.6241607392366973, 1.0835289355065811, -1.0512725791670468, -0.5001788865513372, -0.5278674139862723, -0.3780214042577371], [0.37117958644982096, -0.33101865227733646, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5400131014456268, -0.4540947616892366, -0.3884985272187965, 0.5210393086026116, -0.5688296160597845, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.15970917720233488, -0.04728272331839422, -0.12879481536555154, 1.2895911399580893, -0.1397601048852049, 0.1389074718747382, 1.69386174689964, 1.9081242587551226, 0.044061616511188485, -1.4457122124441764, 1.084420050198029, -0.20515803047294007, 0.27226700915980817, 0.1196228610170172], [-0.8266263785162532, -0.3031102002485881, -0.32720970219296835, -0.04243863781339862, -0.14294898336343245, -0.48806288554496197, 0.08295166350513106, -0.4540947616892366, -0.5773974804550773, 0.5720558096473899, -0.6276641237557921, -0.47622092010249284, -0.4864569482269577, -0.3268306710414098], [-0.7916746271726061, -0.3031102002485881, 0.062460771421700735, -0.3696038463888518, -0.14294898336343245, -0.5988528282215355, 0.2566809157295794, -0.45045497891505426, -0.6112393124680918, 0.42423876815867234, -0.5217620099029784, -0.48973567040696914, -0.5162163337895838, -0.36981525618489075], [-0.7916746271726061, -0.3031102002485881, 0.062460771421700735, -0.3696038463888518, -0.14294898336343245, -0.5988528282215355, 0.2566809157295794, -0.45045497891505426, -0.6112393124680918, 0.42423876815867234, -0.5217620099029784, -0.48973567040696914, -0.5162163337895838, -0.36981525618489075], [-0.5640159224747954, -0.3077616089200461, -0.21982020159050053, -0.20602124210112518, -0.09511580619001929, -0.32943183125804987, -0.5884783434824901, -0.3529088005669667, -0.5546311571008676, 1.0279340305218867, -0.9865546207014384, -0.4124865862802467, -0.4668045237988083, -0.3651260287146928], [-0.7671139370392321, -0.15891653143338794, -0.08481625797596946, -0.46307962026755267, -0.06163258216863008, -0.02727744214012198, -0.4505388084544947, -0.4540947616892366, -0.6118546185046921, 1.0279340305218867, -0.9924380714710392, -0.4832854486707418, -0.5104609809213401, -0.382710631727935], [-1.0202779737986234, -0.3263672436058784, -0.3282324593415633, -0.15928335516177475, -0.07917141379888158, -0.4603653998758186, -0.31781860718431526, 0.2811413586956024, -0.6204689030170958, 1.0204123669063103, -1.0042049730102407, -0.49833596605527225, -0.5278674139862723, -0.3774352508239624], [-0.8464638590085937, -0.33567006094879454, -0.3190276450042089, -0.15928335516177475, -0.14294898336343245, 0.22955378861011666, -0.649246300805634, -0.27210562298011803, -0.60693217021189, 1.2215351114097643, -1.1571746930198605, -0.4923464744430612, -0.5257617970832563, -0.3618044925899693], [-0.8464638590085937, -0.33567006094879454, -0.3190276450042089, -0.15928335516177475, -0.14294898336343245, 0.22955378861011666, -0.649246300805634, -0.27210562298011803, -0.60693217021189, 1.2215351114097643, -1.1571746930198605, -0.4923464744430612, -0.5257617970832563, -0.3618044925899693], [-0.6839854473570441, -0.3031102002485881, 0.06450628571889061, 0.12114396647432794, -0.14294898336343245, -0.49058083878761133, -0.6205399651376458, -0.4540947616892366, -0.5866270710040813, 1.1253886286715278, -1.0983401853238528, -0.4878927499109042, -0.5268847927648649, -0.333278358812932], [-1.0117761964447631, -0.28915597423421385, -0.32618694504437346, -0.41634173332820223, 0.016494940547944745, -0.35964727016984266, -0.3137177020888884, 0.2724058800375648, -0.6210842090536961, 1.010601501320776, -0.9747877191622369, -0.5003324632593426, -0.5266040438444628, -0.3764583284343378], [-0.8936959554189278, -0.3496242869631688, 0.33144590150216785, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5228638619556598, -0.39513028074748224, -0.42972403167101414, 0.9429065287805888, -0.9041863099270279, -0.31573326023683695, -0.3587161894439869, -0.227184587299704], [-1.0202779737986234, -0.3263672436058784, -0.3210731593013988, -0.3228659594495013, -0.05844370369040254, -0.5862630620082885, -0.27457269890526803, 0.5155433693529472, -0.6272372694196987, 0.9867283950626423, -0.9689042683926362, -0.5012539235073751, -0.5274462906056692, -0.3825152472500101], [-0.7151586309878647, -0.29845879157713, -0.30164077347809504, -0.3462349029191766, -0.10308800238558814, -0.26396504694916545, -0.46843366705272105, -0.36819588821853266, -0.49925361380684397, 0.9733202120957455, -0.8865359576182256, -0.37148160524280166, -0.39942478290229627, -0.3635629528912935], [-0.6717051022903572, 0.31552715305533524, -0.2678897875744623, -0.46307962026755267, -0.12541015173318096, -0.22871370155207393, -0.5862414861577119, -0.4540947616892366, -0.6130852305778927, 1.1083831283232684, -1.0453891283974461, -0.4766816502265091, -0.5194449463742083, -0.38290601620585996], [-0.7312175437673782, -0.2007792094765105, -0.2944814734379305, 0.3080955142317297, -0.13816566564609115, -0.42259610123607766, 2.650863872350625, 5.611967209763104, -0.5257117733806552, -1.7436354973915695, 1.0550027963500253, -0.24554870467836354, -0.5285692862872777, -0.38466447650718416], [-0.18615915119212212, 0.16668207556867698, 0.11768965744582706, -0.18265229863145, -0.14294898336343245, 0.16408700430123221, 1.342675146909446, -0.4540947616892366, 1.0636237191578246, -1.6831351596141078, 1.6727651271581048, 0.45046093600216525, 1.510510122593418, 0.570570236067717], [0.0027692344492145225, 3.348245606845997, -0.31595937355842413, 1.4531737442458157, -0.10787132010292946, 0.30761033913224806, 2.0137323443429374, -0.22842822968992957, -0.4192638290488097, -1.5915670808157871, 0.8608489209532002, -0.4373660129771235, -0.43507989579336726, -0.0409831798372616], [-0.660369399151877, -0.31241301759150414, 0.0471194141927768, 0.004299249125951819, -0.1349767871678636, -0.6869811917142645, -0.47402581036466684, -0.3652840619991868, -0.553400545027667, 0.9756094140657032, -0.9277201130054309, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.9418726937574686, -0.21008202681942667, -0.3139138592612342, -0.3462349029191766, 0.07867807087338184, -0.4351858674493246, -0.1448349740681264, -0.16655192252882925, -0.5964719675896856, 0.8251761417541766, -0.8218179991526172, -0.4447376949613833, -0.5117243510631496, -0.3788029421694368], [-0.7756157143930924, -0.31241301759150414, -0.15743201552620967, -0.3696038463888518, -0.12700459097229475, 0.03315343568346365, -0.5347937676878107, -0.42424854294094116, -0.5657066657596724, 1.08025864697807, -0.99832152224064, -0.43890178005717767, -0.47129650652524246, -0.34480604301050183], [-0.9324262744754018, -0.27055033954838154, -0.32414143074718355, -0.22939018557080043, 0.36089381619651956, -0.6164785009200814, -0.15601926069201782, -0.29103249340586634, -0.6038556400288887, 0.8349870073397109, -0.8159345483830164, -0.4840533322107689, -0.5139703424263667, -0.36473525975884297], [-0.6641479668647038, -0.13565948807609757, -0.27198081616884207, -0.46307962026755267, -0.07119921760331273, -0.25641118722121725, -0.7118783058994265, -0.4540947616892366, -0.46418116972062895, 1.144356302136894, -1.0100884237798415, -0.29100741024796556, -0.4148659735244136, -0.3418752758416282], [-0.9324262744754018, -0.16821934877630404, -0.10629415809646306, -0.13591441169209956, -0.021771601190785785, -0.17080077697113777, -0.4248149492195441, -0.4540947616892366, -0.6216995150902963, 1.0583477138370432, -1.0277387760886438, -0.49710735239122894, -0.5282885373668756, -0.3752860215667883], [-0.9664333838908424, -0.3263672436058784, -0.3220959164499937, 0.28472657076205454, -0.06801033912508517, -0.4981346985155595, -0.42667899699019274, -0.1883906191739235, -0.5626301355766711, 1.0655423485997682, -0.9806711699318377, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8851941780650677, -0.2845045655627558, -0.316982130707019, -0.11254546822242431, -0.09671024542913308, -0.3520934104418944, -0.480363572784872, -0.3667399751088597, -0.49925361380684397, 1.0410151846359323, -0.9336035637750316, -0.3126617260767287, -0.447152099370659, -0.3565291116859966], [-0.6112480188851296, 0.2922701096980449, -0.07765695793580496, -0.46307962026755267, -0.1365712264069774, -0.14813919778729315, 2.0771099685449896, 4.31402067248967, -0.13006999184668602, -1.5359721758310922, 0.960867584036413, -0.12130514790198492, -0.3121118686572328, 0.2948827377156644], [-0.6688711765057371, -0.33567006094879454, -0.3251641878957785, -0.04243863781339862, -0.14294898336343245, -0.4326679142066753, 0.0020519902589823157, -0.400953933186174, -0.6075474762484903, 0.6037776083739514, -0.6923820822214004, -0.4940358182311207, -0.5215505632772244, -0.3430475827091776], [-1.0353922446499302, -0.27055033954838154, -0.32311867359858865, -0.392972789858527, 0.09940578098186088, -0.626550313890679, -0.3043974632356454, 0.45221114908217386, -0.6247760452732976, 1.0191042514949056, -0.9865546207014384, -0.49941100301131014, -0.5254810481628542, -0.3825152472500101], [-0.982492296670356, -0.27055033954838154, -0.3149366164098292, -0.08917652475274906, 0.09781134174274712, 0.030635482440814106, -0.6656499211873416, -0.3208787121541618, -0.6137005366144929, 1.294135516742719, -1.1865919468678643, -0.4903499772389908, -0.522954307879235, -0.3635629528912935], [-1.0070529868037297, -0.31241301759150414, -0.12572654391976676, -0.27612807251015087, 0.3290050314142441, -0.2010162158829305, -0.6246408702330727, -0.21459705514803656, -0.6284678814928992, 1.2470433619321537, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8143460334495662, -0.19612780080505246, 0.03484632840963755, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.5347937676878107, -0.42424854294094116, -0.3269679235587702, 0.9396362402520775, -0.8041676468438149, -0.3449128347578653, -0.5285692862872777, -0.38466447650718416], [-0.9560423226805689, -0.29845879157713, -0.07561144363861509, -0.29949701597982614, 0.22058316315450757, -0.13806738481669556, -0.644026967047818, -0.2728335795349545, -0.6216995150902963, 1.2712434970431388, -1.1807084960982634, -0.4992574263033047, -0.5263232949240606, -0.37606755947848797], [-0.9305369906189883, -0.2752017482198396, -0.015268771871514108, -0.18265229863145, -0.10468244162470194, -0.6869811917142645, -0.4132578530415229, 0.021260868618981132, -0.5029454500264454, 0.9559876828946348, -0.9100697606966286, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.9173120036240949, 0.19924193626888348, -0.2985725020323102, -0.15928335516177475, 0.1041890986992022, -0.3319497845006993, -0.6887641135433842, -0.4235205863861047, -0.6100087003948913, 1.2826895068929287, -1.1748250453286628, -0.4908107073630071, -0.5257617970832563, -0.36121833915619456], [-1.0174440480140032, -0.29845879157713, -0.2955042305865255, -0.46307962026755267, 0.14405007967704653, -0.5912989684935873, 0.92885654182546, -0.4540947616892366, -0.6223148211268966, -0.07415320358647287, -0.23935637296214193, -0.4997181564273209, -0.5285692862872777, -0.38466447650718416], [-0.22394482832038948, 2.864499105014357, -0.3282324593415633, -0.22939018557080043, -0.11106019858115701, 1.2493248518831233, 2.185224739242608, 0.7615926848876754, -0.37003934612078865, -1.6602431399145274, 1.0903035009676298, -0.3513630564940926, -0.39016006852902585, -0.09100160618603942], [-1.0457833058602037, -0.3263672436058784, -0.3149366164098292, -0.46307962026755267, -0.1238157124940672, -0.6290682671333283, -0.05983439572655078, 0.6065379387075064, -0.6137005366144929, 0.8009760066431916, -0.8100510976134156, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.03961026964927522, -0.29845879157713, -0.2637987589800826, -0.46307962026755267, -0.09830468466824684, -0.16072896400054015, -0.7935235982538347, -0.4540947616892366, 1.7921460664925364, -0.22785676442651123, 1.0903035009676298, 1.5287230029081655, 2.09502937487066, 0.6078886713513755], [0.08778700798781604, -0.17287075744776212, -0.08277074367877962, 2.4346693699721755, -0.14294898336343245, -0.0952621796916558, 1.6893880322500832, 0.7834313815327697, 0.08528712096340611, -1.6831351596141078, 1.0079351901932192, -0.2558383441147261, 0.24349024481858947, 0.4945656741549258], [-0.5895212545363758, -0.26124752220546543, -0.3210731593013988, -0.46307962026755267, 0.4246713857610704, -0.19849826264028117, -0.6175574887046081, -0.4540947616892366, -0.5927801313700839, 1.1064209552061615, -1.0924567345542522, -0.48881421015893667, -0.5222524355782296, -0.3225322125270617], [-1.0079976287319363, -0.2798531568912977, -0.30266353062669, -0.3228659594495013, 0.05476148228667527, -0.5711553425523922, -0.21641440846103208, 0.22217687775384795, -0.6100087003948913, 0.9167442205524973, -0.898302859157427, -0.488199903326915, -0.5127069722845572, -0.3762629439564129], [-0.4223196332437929, 0.42716096117032876, 0.15450891479524465, 0.9156880444432857, 0.5825208704333338, -0.15317510427259196, 2.30079570102282, 2.4577314576566605, -0.3577332253887834, -1.7321894875417796, 0.9255668794188086, -0.2711960149152674, -0.30397014996557087, -0.13066465520479684], [-0.6414765605877434, -0.2845045655627558, -0.052088029220931635, 0.004299249125951819, -0.14294898336343245, -0.36720112989779086, 1.630484122697588, 2.025325264083795, 0.872878847811743, -1.650105245476142, 1.6374644225405004, 0.7393387237603459, 0.7263783879102591, -0.10526467307455813], [-0.8861388199932744, -0.3496242869631688, 0.20871504367077603, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.3158924148999655, 1.044285473164444, -0.8394683514614194, -0.11116908517362774, -0.5285692862872777, -0.38466447650718416], [-0.9598208903933956, -0.19147639213359438, -0.10220312950208332, -0.22939018557080043, -0.016988283473444457, -0.16576487048583896, -0.5627544842475396, -0.19785405438679765, -0.6167770667974942, 1.1796754182448181, -1.1336408899414574, -0.4975680825152452, -0.5244984269414468, -0.3696198717069658], [-0.7368853953366185, -0.233339070176717, -0.2760718447632218, -0.3228659594495013, -0.14294898336343245, -0.38986270908163545, -0.5593991982603721, -0.16364009630948334, -0.5207893250878531, 1.0655423485997682, -0.9689042683926362, -0.47007785178227635, -0.4722791277466499, -0.1968999932213425], [-0.9891047901678028, -0.15426512276192983, 0.5666800456790022, -0.20602124210112518, -0.13019346945052226, -0.4553294933905198, -0.6969659237342378, -0.3587324530056585, -0.6198535969804955, 1.2709164681902876, -1.216009200715868, -0.49603231543519105, -0.5282885373668756, -0.373722945743389], [-1.0353922446499302, -0.3263672436058784, -0.32414143074718355, -0.3228659594495013, -0.12541015173318096, -0.6542477995598223, -0.20597574094540003, 0.6494873754428584, -0.6278525754562989, 0.9334226920479058, -0.9336035637750316, -0.5015610769233859, -0.5281481629066744, -0.38407832307340944], [-0.7756157143930924, 0.22715038829763187, -0.2903904448435508, -0.3462349029191766, -0.14294898336343245, -0.38482680259633667, -0.7286547358352639, -0.42424854294094116, -0.5294036096002569, 1.2320000347010014, -1.0924567345542522, -0.469924275074271, -0.47354249788845953, -0.1875215382809466], [-1.0108315545165565, -0.3170644262629622, -0.3251641878957785, -0.3228659594495013, 0.7244259627144595, -0.39993452205223307, -0.25705064986117127, -0.4540947616892366, -0.6229301271634968, 0.9615471733931042, -0.9571373668534346, -0.5006396166753535, -0.5232350567996372, -0.38134294038246064], [-0.905031658557408, -0.15426512276192983, -0.32720970219296835, 0.23798868382270408, -0.0775769745597678, -0.2866266261330101, -0.553061435840167, -0.3645561054443503, -0.6180076788706947, 1.1757510720106044, -1.121873988402256, -0.4951108551871586, -0.5275866650658702, -0.36825218036149143], [-0.752944308116132, 0.23180179696908992, -0.1840237013896779, -0.46307962026755267, -0.14294898336343245, -0.362165223412492, -0.2119406938114755, -0.42570445605061413, -0.6284678814928992, 0.8219058532256649, -0.851235253000621, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9862708643831827, -0.29845879157713, -0.12572654391976676, -0.27612807251015087, 0.29871068587108235, -0.2010162158829305, -0.6238952511248133, -0.2138690985932001, -0.6229301271634968, 1.2444271311093447, -1.1748250453286628, -0.49956457971931556, -0.5266040438444628, -0.37723986634603746], [-1.02405654151145, -0.07519117534714263, -0.08277074367877962, -0.46307962026755267, 0.15840003282907045, 0.20437425618362265, -0.7129967345618157, -0.4540947616892366, -0.6272372694196987, 1.348422306316009, -1.2395430037942712, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9324262744754018, -0.28915597423421385, -0.3149366164098292, -0.20602124210112518, 0.2301497985891902, -0.17331873021378716, -0.6033907256476787, -0.16291213975464688, -0.616161760760894, 1.2274216307610852, -1.1512912422502597, -0.49726092909923436, -0.5243580524812457, -0.3688383337952662], [-0.19560557047418892, 0.9527701410450908, 3.953028964676822, 0.9390569879129609, -0.031338236625468426, -0.02727744214012198, 1.728160225879574, -0.4540947616892366, -0.44387607051282024, -1.6713621209114664, 0.6078605378603675, -0.2159084000333189, -0.4022322721063176, -0.35731064959769626], [-0.940928051829262, -0.29845879157713, -0.3190276450042089, -0.25275912904047565, 0.20463877076336984, -0.22871370155207393, -0.5482149116364806, -0.0398874819872827, -0.6223148211268966, 1.1898133126832033, -1.121873988402256, -0.4977216592232506, -0.5282885373668756, -0.37704448186811257], [-0.7907299852443992, -0.29380738290567193, -0.32720970219296835, 0.3314644577014049, -0.14294898336343245, -0.37223703638308964, -0.28277450909612184, -0.4540947616892366, -0.6038556400288887, 0.8905819123244056, -0.9277201130054309, -0.49342151139909907, -0.5285692862872777, -0.38466447650718416], [-0.9607655323216022, -0.22403625283380085, -0.3139138592612342, -0.3696038463888518, 0.04360040761287887, -0.43014996096402586, -0.13737878298553194, 0.02854043416734585, -0.6173923728340945, 0.8307356322526461, -0.8394683514614194, -0.48359260208675264, -0.5218313121976265, -0.3836875541175596], [-1.02972439308069, -0.3031102002485881, -0.32311867359858865, -0.3228659594495013, -0.09511580619001929, -0.6089246411921331, -0.2525769352116147, 0.5584928060882992, -0.6192382909438953, 0.9664526061858711, -0.9512539160838339, -0.4943429716471315, -0.5228139334190339, -0.3778260197798122], [-0.8615781298599006, 0.236453205640548, -0.32414143074718355, -0.11254546822242431, -0.14294898336343245, -0.6290682671333283, -0.3957358039974262, -0.23716370834796727, -0.6057015581386895, 1.015179905260692, -0.9630208176230354, -0.48712486637087715, -0.5216909377374255, -0.346759887789751], [-0.9380941260446418, -0.2658989308769235, -0.08379350082737456, -0.22939018557080043, 0.06273367848224413, -0.022241535654823178, -0.6932378281929407, -0.3296141908121995, -0.6063168641752897, 1.3000220360940395, -1.1983588484070657, -0.4905035539469962, -0.5244984269414468, -0.3551614203405222], [-0.9683226677472557, -0.29845879157713, -0.31595937355842413, -0.18265229863145, -0.09830468466824684, -0.38986270908163545, -0.34689775240643317, 0.21198548598613742, -0.618622984907295, 1.0233556265819708, -0.9747877191622369, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8795263264958275, -0.21473343549088475, -0.32618694504437346, -0.15928335516177475, -0.0440937505383786, -0.15317510427259196, -0.25630503075291183, -0.2480830566705144, -0.6223148211268966, 0.8840413352673827, -0.9512539160838339, -0.49833596605527225, -0.5275866650658702, -0.3764583284343378], [-0.982492296670356, -0.22868766150525893, -0.3251641878957785, 0.14451290994400318, -0.03931043282103728, -0.02475948889747258, -0.4658240001738131, -0.4540947616892366, -0.6235454332000971, 1.1195021093202073, -1.0865732837846513, -0.4989502728872939, -0.5277270395260714, -0.3778260197798122], [-0.8615781298599006, -0.33101865227733646, -0.11038518669084278, -0.06580758128307386, -0.055254825212175, -0.2740368599197631, -0.21902407533994012, -0.4540947616892366, -0.5977025796628861, 0.84610598833665, -0.9100697606966286, -0.48973567040696914, -0.508355364018324, -0.33913989315067933], [-0.809622823808533, -0.2658989308769235, -0.3220959164499937, -0.3228659594495013, -0.14294898336343245, 0.44106186099266603, -0.6332154899780562, -0.3288862342573631, -0.6223148211268966, 1.1986430917101847, -1.1571746930198605, -0.49941100301131014, -0.5282885373668756, -0.3764583284343378], [-0.8615781298599006, -0.33101865227733646, -0.31595937355842413, -0.06580758128307386, -0.055254825212175, -0.2740368599197631, -0.21902407533994012, -0.2480830566705144, -0.5977025796628861, 0.84610598833665, -0.9100697606966286, -0.48973567040696914, -0.508355364018324, -0.33894450867275444], [-0.9192012874805082, -0.22868766150525893, -0.3149366164098292, -0.46307962026755267, -0.10149356314647438, 0.36552326371318417, -0.1854712154682656, -0.4540947616892366, -0.6223148211268966, 0.8493762768651613, -0.8924194083878263, -0.4981823893472669, -0.5280077884464734, -0.3758721750005631], [-1.0136654803011766, -0.3077616089200461, -0.32414143074718355, -0.08917652475274906, -0.1174379555376121, -0.4452576804199222, -0.3111080352099803, 0.25202309650214344, -0.6241607392366973, 1.0138717898492873, -0.9924380714710392, -0.5009467700913642, -0.5266040438444628, -0.38173370933831047], [-0.6924872247109042, -0.27055033954838154, 0.21587434371094055, -0.46307962026755267, -0.11584351629849833, -0.32439592477275103, -0.48931100208398526, -0.4540947616892366, -0.5595536053936697, 0.9903257124440049, -0.9571373668534346, -0.43245155832095034, -0.455574566982723, -0.35926449437694546], [-0.9834369385985626, -0.3077616089200461, -0.3067545592210697, -0.46307962026755267, -0.052065946733947446, 0.45365162720591307, -0.2589146976318199, -0.4540947616892366, -0.6075474762484903, 0.9425794999277379, -0.9571373668534346, -0.4974145058072397, -0.5197256952946104, -0.35574757377429694], [1.6832872247289037, 0.7295025248151032, 3.4232407617046476, -0.46307962026755267, -0.14294898336343245, 0.6827853722870085, -0.7935235982538347, -0.4540947616892366, -0.03100571995404356, -0.1689915709133052, -0.05108594833491762, -0.16323158918746244, 0.0006424286707439777, 0.11591055593644374], [-0.9909940740242161, -0.2798531568912977, -0.32618694504437346, -0.3696038463888518, 0.20463877076336984, -0.3546113636845438, -0.4524028562251432, 0.18286722379267842, -0.6223148211268966, 1.1244075421129742, -1.0748063822454499, -0.49941100301131014, -0.5266040438444628, -0.3799752490369862], [-0.9135334359112681, -0.2519447048625493, -0.30164077347809504, 0.2613576272923793, -0.08236029227710913, -0.3395036442286474, -0.5209998141850113, -0.2786572319736463, -0.616161760760894, 1.1358535519627646, -1.068922931475849, -0.4955715853111748, -0.5254810481628542, -0.3655167976705426], [-0.8058442560957061, -0.2845045655627558, -0.2903904448435508, 0.05103713606530231, -0.03293267586458219, -0.39238066232428487, -0.4717889530398885, -0.1796551405158858, -0.616161760760894, 1.0697937236868333, -1.021855325319043, -0.49603231543519105, -0.5259021715434574, -0.3662983355822423], [-0.7756157143930924, -0.31241301759150414, -0.1277720582169566, -0.27612807251015087, -0.14294898336343245, 0.03315343568346365, -0.5955617250109547, -0.42424854294094116, -0.5657066657596724, 1.1260426863772304, -1.0453891283974461, -0.43890178005717767, -0.47129650652524246, -0.34480604301050183], [-0.758612159685372, -0.28915597423421385, -0.3220959164499937, -0.04243863781339862, 0.06751699619958544, -0.3118061585595041, -0.5720747231007824, -0.15344870454177273, -0.6173923728340945, 1.1423941290197877, -1.1101070868630545, -0.49449654835513696, -0.5254810481628542, -0.37333217678753916], [-0.8011210464546729, -0.3077616089200461, 0.39383408756645866, -0.392972789858527, -0.14294898336343245, -0.5761912490376909, -0.5687194371136151, -0.414785107728067, -0.5090985103924481, 1.0469017039872532, -0.9806711699318377, -0.4192439614324849, -0.4085491228153656, -0.27915685842773097], [0.8623933891172961, -0.31241301759150414, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6038556400288887, 0.7695812367694819, -0.7924007453046134, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.544178441982455, -0.06588835800422652, -0.32414143074718355, -0.46307962026755267, 0.013306062069717194, 0.0029379967716706935, -0.6738517313781953, -0.4540947616892366, -0.5878576830772818, 1.1329102922871042, -1.0630394807062484, -0.4737636927744063, -0.5020385133092761, -0.3569198806418465], [-1.0278351092242768, -0.33101865227733646, -0.32618694504437346, -0.43971067679787745, 0.23812199478475907, -0.634104173618627, -0.318191416738445, 0.46677028017890343, -0.6229301271634968, 1.0279340305218867, -0.9865546207014384, -0.49710735239122894, -0.5280077884464734, -0.3795844800811364], [0.01882814722872813, 0.32948137906970937, 3.9182552216245945, -0.46307962026755267, -0.13338234792874984, 0.33027191831609254, 1.521250923337581, -0.4540947616892366, -0.02977510788084306, -1.6880405924068749, 0.9549841332668123, -0.05311708954758185, 0.12389120472728055, -0.017927811442121896], [-0.6018015996030627, 1.441168051548188, 0.23837500098002898, 0.6118917793375076, 0.17593886445932194, -0.2211598418241257, 2.4051823761791407, 2.4286131954632015, -0.40695770831680445, -1.7387300645988024, 0.9314503301884093, -0.40941505212013846, -0.3881948260862109, -0.11112620741230553], [-1.0344476027217235, 0.03644263276785104, -0.2995952591809052, -0.46307962026755267, -0.14294898336343245, -0.3520934104418944, 2.863365318204564, 6.608539733334236, -0.6284678814928992, -1.7701248344725122, 0.9491006824972116, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9891047901678028, -0.22403625283380085, -0.3067545592210697, -0.08917652475274906, 0.2078276492415974, -0.11540580563285102, -0.6406716810606505, -0.27210562298011803, -0.6223148211268966, 1.2804003049229709, -1.1807084960982634, -0.4969537756832236, -0.5261829204638596, -0.3758721750005631], [-0.9012530908445813, -0.2007792094765105, -0.050042514923741774, 0.004299249125951819, -0.08076585303799536, -0.22871370155207393, -0.653347205901061, -0.32597440803801714, -0.6137005366144929, 1.2470433619321537, -1.1630581437894612, -0.4977216592232506, -0.5264636693842617, -0.36024141676657], [-0.8748031168547941, -0.0519341319898523, -0.32720970219296835, 1.1026395922006873, -0.14294898336343245, 1.065514265169717, 2.001429629056657, 4.384632458308808, -0.6192382909438953, -1.116721186475924, 0.3431052532283333, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.2825126278692037, -0.3031102002485881, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.5812271555229898, 0.3867914501208507, -0.4540947616892366, -0.6155464547242936, 0.1393966373253248, -0.32172468373655255, -0.4966466222672127, -0.52491955032205, -0.3661029511043174], [-0.7519996661879254, -0.3077616089200461, 0.3365596872451425, -0.3228659594495013, -0.1413545441243187, -0.5359039971553006, -0.5370306250125891, -0.42424854294094116, -0.5306342216734573, 1.010601501320776, -0.9630208176230354, -0.4339873254010045, -0.438729631758595, -0.30846453011646796], [-0.9683226677472557, -0.31241301759150414, -0.04186045773498231, -0.27612807251015087, 0.3290050314142441, -0.24130346776532094, -0.6399260619523911, -0.24444327389633203, -0.6284678814928992, 1.2535839389891767, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0070529868037297, -0.31241301759150414, -0.2995952591809052, -0.46307962026755267, 0.24609419098032792, -0.47295516608906557, -0.3692663256542162, 0.3153553167729168, -0.6284678814928992, 1.0573666272784896, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9683226677472557, -0.2752017482198396, -0.15129547263464005, -0.27612807251015087, 0.3290050314142441, -0.2010162158829305, -0.6399260619523911, -0.21459705514803656, -0.6284678814928992, 1.2568542275176884, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9418726937574686, -0.22403625283380085, -0.31186834496404436, -0.13591441169209956, 0.3194383959795614, 0.01804571622756724, -0.6954746855177191, -0.4540947616892366, -0.6223148211268966, 1.3049274688868069, -1.2042422991766666, -0.4969537756832236, -0.5263232949240606, -0.3758721750005631], [-1.0136654803011766, -0.3077616089200461, -0.32414143074718355, 0.05103713606530231, -0.13816566564609115, -0.437703820691974, -0.31222646387236946, 0.14792530916052762, -0.6167770667974942, 1.0070041839394135, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6301408574492632, 0.04574545011076719, -0.2944814734379305, 0.05103713606530231, -0.1174379555376121, -0.6869811917142645, 1.8534242360671591, 3.8408489118459617, 0.4175523807275483, -1.604648234929833, 1.1962056148204434, 1.18778271113615, -0.5285692862872777, -0.38466447650718416], [-0.9144780778394748, -0.2752017482198396, 0.16678200057838377, -0.3696038463888518, -0.14294898336343245, -0.41252428826548004, -0.4527756657792729, -0.3310701039218724, -0.5127903466120497, 0.9785526737413637, -0.9394870145446323, -0.3525916701581359, -0.4668045237988083, -0.32018759879196274], [-0.9683226677472557, -0.31241301759150414, -0.04186045773498231, -0.27612807251015087, 0.3290050314142441, -0.24130346776532094, -0.6399260619523911, -0.24444327389633203, -0.6284678814928992, 1.2568542275176884, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7274389760545515, 0.2178475709547157, -0.2852766591005762, -0.46307962026755267, -0.14294898336343245, -0.2941804858609583, -0.6086100594054948, -0.0835648752774712, -0.6235454332000971, 1.156783398545238, -1.0865732837846513, -0.49372866481510985, -0.5256214226230553, -0.38407832307340944], [-1.02972439308069, -0.33101865227733646, -0.32618694504437346, -0.20602124210112518, 0.1950721353286872, -0.5006526517582089, -0.3733672307496432, 0.22945644330221282, -0.6223148211268966, 1.0711018390982379, -1.0395056776278453, -0.5003324632593426, -0.5282885373668756, -0.38192909381623535], [-0.7274389760545515, 0.2178475709547157, -0.2852766591005762, -0.46307962026755267, -0.14294898336343245, -0.2941804858609583, -0.6086100594054948, -0.0835648752774712, -0.6235454332000971, 1.156783398545238, -1.0865732837846513, -0.4929607812750828, -0.5254810481628542, -0.38407832307340944], [-0.9598208903933956, -0.2798531568912977, -0.12981757251414652, -0.04243863781339862, -0.0775769745597678, -0.3143241118021534, -0.5247279097263083, -0.05299069997433928, -0.6198535969804955, 1.1607077447794514, -1.1042236360934536, -0.4981823893472669, -0.5247791758618489, -0.3750906370888634], [-0.9787137289575293, -0.2472932961910912, -0.03572391484341271, 0.004299249125951819, 0.04200596837376508, -0.3470575039565956, -0.6048819638641977, -0.23643575179313078, -0.6235454332000971, 1.2470433619321537, -1.1571746930198605, -0.5003324632593426, -0.5278674139862723, -0.3764583284343378], [-0.9324262744754018, -0.33101865227733646, -0.3251641878957785, -0.18265229863145, 0.0021449873959208023, -0.6064066879494837, -0.10755401865515465, 0.11298339452837688, -0.6038556400288887, 0.7892029679405503, -0.7982841960742141, -0.4905035539469962, -0.5134088445855625, -0.35496603586259734], [-0.9229798551933349, -0.3263672436058784, -0.3251641878957785, -0.43971067679787745, 0.21579984543716624, -0.5711553425523922, -0.35360832438076806, 0.3896068853662371, -0.6284678814928992, 1.0279340305218867, -0.9924380714710392, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.809622823808533, -0.17752216611922014, -0.31595937355842413, -0.46307962026755267, -0.015393844234330694, 0.15401519133063463, -0.16720354731590936, -0.4540947616892366, -0.6223148211268966, 0.7957435449975734, -0.8630021545398225, -0.4989502728872939, -0.5266040438444628, -0.37704448186811257], [-0.621639080095403, -0.31241301759150414, 0.006209128248979483, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.47402581036466684, -0.3354378432508913, -0.42726280752461315, 0.8676898926248254, -0.8041676468438149, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.9985512094498696, -0.29845879157713, -0.3251641878957785, -0.46307962026755267, 0.4629379274998009, -0.03231334862542078, -0.2853841759750298, -0.4540947616892366, -0.5484780967348649, 0.938655153693524, -0.92183666223583, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7482210984750985, -0.16821934877630404, -0.316982130707019, -0.46307962026755267, 0.03243933293908248, 0.4108464220808734, -0.7066589721416106, -0.4540947616892366, -0.6038556400288887, 1.2234972845268712, -1.1748250453286628, -0.46977069836626556, -0.5212698143568222, -0.38036601799283604], [-0.5640159224747954, -0.29845879157713, -0.29243595914074066, -0.3696038463888518, -0.1062768808638157, -0.3017343455889065, -0.46694242883620224, -0.35072493090245727, -0.5054066741728466, 0.913473932023986, -0.8806525068486247, -0.4098757822441547, -0.40293414440732295, -0.3029937647345704], [0.021662073013348285, 0.39925250914158045, -0.26584427327727245, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.696593114180108, -0.4540947616892366, -0.579243398564878, 0.8611493155678024, -0.9159532114662293, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9664333838908424, -0.29845879157713, -0.1625458012691843, 0.12114396647432794, -0.10468244162470194, -0.2740368599197631, -0.1157558288460084, -0.4540947616892366, -0.6247760452732976, 0.8075165837002146, -0.8571187037702217, -0.5001788865513372, -0.527025167225066, -0.3809521714266108], [-1.0174440480140032, -0.3077616089200461, -0.3282324593415633, -0.3228659594495013, -0.09511580619001929, -0.4477756336625716, -0.15229116515072072, 0.41945310411453257, -0.6284678814928992, 0.8742304696818485, -0.9159532114662293, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8001764045264662, -0.33101865227733646, 0.2618984153977125, -0.3696038463888518, -0.14294898336343245, -0.41252428826548004, -0.6033907256476787, -0.4388076740376707, -0.49925361380684397, 1.0835289355065811, -0.9865546207014384, -0.4063435179600302, -0.4022322721063176, -0.28892608232397665], [-0.82190316887522, 0.022488406753476818, -0.27811735906041163, -0.06580758128307386, -0.14294898336343245, -0.5333860439126512, -0.3584548485844544, -0.4206087601667588, -0.5447862605152635, 0.934076749753608, -0.8865359576182256, -0.4605560958859408, -0.47663073601288297, -0.3022122268228707], [-0.2003287801152224, 0.02713981542493489, 0.6106586030685842, 0.4015712881104307, -0.14294898336343245, -0.16576487048583896, 1.717348748809812, 0.550485283985098, 0.43970339804515773, -1.7099515255479016, 1.3962429409868693, -0.08229666406861019, 0.07461976919670611, 1.4177573323501411], [-0.9040870166292013, -0.2007792094765105, -0.07765695793580496, -0.06580758128307386, 0.10897241641654354, -0.12044171211814975, -0.7036764957085728, -0.4540947616892366, -0.6180076788706947, 1.3006760937997417, -1.2042422991766666, -0.49603231543519105, -0.5257617970832563, -0.37274602335376444], [-1.0174440480140032, -0.3077616089200461, -0.3282324593415633, -0.3228659594495013, -0.10308800238558814, -0.450293586905221, -0.19702831164628679, 0.463130497404721, -0.6284678814928992, 0.913473932023986, -0.9394870145446323, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3212429469256778, 0.6736856207576065, 0.20666952937358618, 0.8455812140342598, -0.14294898336343245, -0.13806738481669556, 2.034236869820072, 2.384935802173013, -0.1688342721525026, -1.6164212736324741, 1.0020517394236184, 0.03611097780356279, -0.3152001067816562, -0.14824925821803905], [-0.6679265345775305, -0.13565948807609757, -0.1564092583776147, 0.004299249125951819, -0.1413545441243187, -0.22871370155207393, 1.7303970832043525, 2.807150603978168, 0.4113993203615456, -1.483647559374909, 1.1903221640508428, 0.22362813827817113, 0.7832300442916913, -0.005032435899077564], [-1.0457833058602037, -0.29380738290567193, -0.32005040215280384, -0.43971067679787745, 0.39597147945702243, -0.35964727016984266, -0.3513714670559898, 0.07585761023171671, -0.6284678814928992, 1.0606369158070013, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7831728498187459, -0.31241301759150414, 0.05734698567872607, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.20187483584997315, -0.07846917939361586, -0.5915495192968835, 0.7924732564690621, -0.8159345483830164, -0.47115288873831423, -0.5285692862872777, -0.38466447650718416], [-0.8389067235829402, -0.2752017482198396, -0.31186834496404436, -0.08917652475274906, -0.1174379555376121, -0.3319497845006993, -0.502732146032655, -0.35436471367663963, -0.4967923896604428, 1.0465746751344018, -0.9394870145446323, -0.3842284720072509, -0.3933886811136504, -0.33894450867275444], [-0.8691352652855541, -0.29845879157713, 0.10643932881128279, 0.0977750230046527, -0.14294898336343245, -0.362165223412492, -0.6037635352018085, -0.2837529278575016, -0.6106240064314916, 1.1646320910136654, -1.1395243407110582, -0.49572516201918027, -0.5278674139862723, -0.36258603050166893], [-0.9862708643831827, -0.3217158349344203, -0.32414143074718355, -0.15928335516177475, -0.08554917075533666, -0.36468317665514144, -0.3621829441257516, 0.2935166201278225, -0.6266219633830985, 1.047228732840104, -1.0277387760886438, -0.5009467700913642, -0.5268847927648649, -0.3815383248603855], [0.22948329721881852, -0.09379681003297492, 0.4398581592532305, 1.5933874050638674, -0.14294898336343245, -0.2337496080373727, -0.0009304861740553601, -0.27428949264462743, 0.7258207050642802, -0.4476201535424808, 0.5843267347819644, -0.032384233966851146, 1.0044601935685724, 0.974429951938513], [-0.8379620816547334, -0.27055033954838154, -0.30164077347809504, 0.027668192595627063, -0.14294898336343245, -0.26396504694916545, 2.2038652169490938, 4.744970952952863, -0.05623326745465436, -1.562134484059184, 0.8667323717228009, 0.33696774878616553, -0.09481220426598144, -0.3260491331297101], [-0.9437619776138819, -0.3077616089200461, -0.32311867359858865, -0.08917652475274906, 0.7929868499963517, -0.45784744663316923, -0.6276233466661104, -0.4540947616892366, -0.6155464547242936, 1.258816400634795, -1.168941594559062, -0.4968001989752181, -0.5266040438444628, -0.36258603050166893], [-0.6707604603621504, -0.28915597423421385, 0.01745945688352369, -0.3228659594495013, -0.09671024542913308, -0.33446773774334865, -0.4177315676910795, -0.40532167251519285, -0.56016891143027, 0.911511758906879, -0.898302859157427, -0.4164795806883875, -0.46329516229378165, -0.37548140604471325], [-0.8814156103522408, -0.33567006094879454, -0.0367466719920077, -0.18265229863145, -0.06960477836419894, -0.34957545719924504, -0.11761987661665702, -0.2932163630703758, -0.6026250279556882, 0.7607514577425011, -0.8630021545398225, -0.49157859090303413, -0.5113032276825464, -0.3459783498780513], [-0.9135334359112681, -0.3263672436058784, -0.32311867359858865, 0.0977750230046527, -0.06163258216863008, -0.11036989914755221, -0.286502604637419, -0.4111453249538846, -0.616161760760894, 0.9429065287805888, -0.92183666223583, -0.49372866481510985, -0.5278674139862723, -0.36805679588356655], [-0.3467482789872582, -0.2054306181479686, -0.2637987589800826, -0.43971067679787745, -0.14294898336343245, -0.2992163923462571, -0.7189616874278912, -0.38202706276042564, -0.5115597345388492, 1.0671774928640239, -0.9630208176230354, -0.4554880645217622, -0.48014009751790965, -0.17736154542885113], [-0.9560423226805689, -0.2379904788481751, -0.2985725020323102, -0.27612807251015087, -0.007421648038761827, 0.04826115513935991, -0.44755633202145695, -0.16946374874817516, -0.6192382909438953, 1.0923587145335625, -1.0512725791670468, -0.4974145058072397, -0.5275866650658702, -0.3707921785745153], [-1.0070529868037297, -0.3263672436058784, -0.3220959164499937, -0.18265229863145, -0.09352136695090552, -0.47295516608906557, -0.2604059358483387, 0.38014345015336304, -0.6235454332000971, 0.9664526061858711, -0.9630208176230354, -0.5000253098433318, -0.5285692862872777, -0.38466447650718416], [-0.7463318146186853, -0.3496242869631688, 0.33758244439373736, -0.27612807251015087, -0.14294898336343245, -0.5283501374273524, -0.5567895313814641, -0.39658619385715516, -0.5306342216734573, 0.972339125537192, -0.9571373668534346, -0.44059112384523724, -0.4728406255874542, -0.22952920103480298], [-1.0108315545165565, -0.3263672436058784, -0.3251641878957785, -0.08917652475274906, 0.1328890050032501, -0.35712931692719324, -0.1910633587802113, -0.1374336603353703, -0.6223148211268966, 0.904971181849856, -0.898302859157427, -0.4954180086031694, -0.5271655416852671, -0.3748952526109385], [-0.8757477587830007, -0.21008202681942667, -0.3036862877752849, 0.19125079688335359, 0.1281056872859088, -0.22367779506677513, -0.5918336294696576, -0.4540947616892366, -0.6229301271634968, 1.1947187454759707, -1.145407791480659, -0.4997181564273209, -0.5275866650658702, -0.3762629439564129], [-1.0070529868037297, -0.31241301759150414, -0.2995952591809052, -0.46307962026755267, 0.24609419098032792, -0.43014996096402586, -0.3539811339348979, 0.2855090980246213, -0.6284678814928992, 1.0606369158070013, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6915425827826975, -0.3217158349344203, 0.24451154387159868, -0.3696038463888518, -0.14294898336343245, -0.48302697905966313, -0.6142022027174406, -0.4388076740376707, -0.48325565685523714, 1.0469017039872532, -0.9747877191622369, -0.32448713259314543, -0.3935290555738514, -0.3690337182731911], [-0.2985715406487174, 0.9713757757309228, -0.19834230147000692, -0.46307962026755267, -0.10149356314647438, 0.24717946130866245, 1.234560376211828, 3.5059888966211834, -0.09315162965067024, -0.9257363364108553, 0.6019770870907667, 0.34096074319430636, -0.18788047137928868, -0.31881990744648836], [-0.9673780258190491, -0.15426512276192983, -0.2351615588194245, -0.08917652475274906, -0.04568818977749236, 0.028117529198164702, -0.6443997766019477, -0.2815690581929922, -0.618622984907295, 1.2637218334275624, -1.1807084960982634, -0.4954180086031694, -0.5243580524812457, -0.37001064066281564], [-0.36564111755139184, 0.39460110047012237, -0.3128911021126393, 1.2895911399580893, -0.14294898336343245, -0.23626756128002213, 1.532808019515602, -0.4540947616892366, 0.7621237612236957, -1.6177293890438786, 1.4668443502220785, -0.003204659445822809, 0.7255361411490526, 1.2749312789870295], [-0.8143460334495662, -0.2752017482198396, -0.15743201552620967, -0.27612807251015087, -0.14294898336343245, 0.03315343568346365, -0.5195085759684924, -0.3652840619991868, -0.553400545027667, 1.0508260502214666, -0.99832152224064, -0.43890178005717767, -0.47129650652524246, -0.38466447650718416], [-1.0457833058602037, -0.31241301759150414, -0.2893676876949559, -0.41634173332820223, 0.3290050314142441, -0.6089246411921331, -0.3472705619605629, 0.3677681887211428, -0.6284678814928992, 1.0629261177769591, -1.0100884237798415, -0.5015610769233859, -0.5282885373668756, -0.38407832307340944], [-0.9267584229061617, -0.3170644262629622, 0.2547391153575479, -0.3696038463888518, -0.14294898336343245, -0.42007814799342824, -0.5895967721448793, -0.4540947616892366, -0.46171994557422785, 1.0966100896206272, -0.9924380714710392, -0.440130393721221, -0.3643311678520296, -0.18537230902377255], [-0.8587442040752804, -0.3170644262629622, -0.30777731636966466, -0.13591441169209956, 0.006928305113262117, 0.03567138892611291, -0.252204125657485, -0.4540947616892366, -0.6204689030170958, 0.893852200852917, -0.9041863099270279, -0.4963394688512019, -0.5281481629066744, -0.373722945743389], [-0.8143460334495662, -0.16821934877630404, -0.32618694504437346, 1.4064358573064655, -0.1365712264069774, 0.9647961354637409, 2.003666486381435, 4.157510013199828, -0.6044709460654889, -1.1425564658511644, 0.3725225070763371, -0.4966466222672127, -0.5235158057200393, -0.3809521714266108], [-0.7491657404033052, -0.04263131464693615, -0.2065243586587664, -0.29949701597982614, -0.1413545441243187, -0.5182783244567548, -0.4598590473077376, -0.36164427922500436, -0.4986383077702437, 0.9739742698014476, -0.8924194083878263, -0.30329354688839855, -0.44701172491045793, -0.3645398752809181], [-0.9513191130395354, -0.2379904788481751, 0.47565465945405316, -0.46307962026755267, -0.1413545441243187, -0.5963348749788862, -0.756242642840863, -0.4540947616892366, 1.8327562649081537, 0.017414875211847716, 0.8431985686443979, 0.6100271356197886, 2.059655010899991, 2.071904564442751], [-0.7538889500443386, -0.2798531568912977, -0.06845214359845056, 0.004299249125951819, 0.04041152913465132, -0.37979089611103783, -0.44867476068384604, -0.4540947616892366, -0.6118546185046921, 1.015179905260692, -0.9924380714710392, -0.4941893949391261, -0.525200299242452, -0.3598506478107202], [-1.0174440480140032, -0.3263672436058784, -0.32618694504437346, -0.43971067679787745, 0.17593886445932194, -0.48554493230231255, -0.32005546450909356, 0.4238208434435514, -0.6223148211268966, 1.0213934534648639, -0.9865546207014384, -0.5000253098433318, -0.5242176780210446, -0.38036601799283604], [-0.9012530908445813, -0.29380738290567193, -0.32414143074718355, -0.22939018557080043, -0.14294898336343245, 0.6550878866178649, -0.7219441638609289, -0.4540947616892366, -0.6149311486876934, 1.3229140557936196, -1.216009200715868, -0.49372866481510985, -0.5278674139862723, -0.3655167976705426], [-0.3467482789872582, 0.20854475361179958, -0.10731691524505796, -0.08917652475274906, -0.14294898336343245, 0.20689220942627204, 1.4806146819374417, -0.3237905383735077, 0.9282563911057669, -1.699486602256665, 1.6668816763885042, 0.07834457250505117, 0.9650149702520727, 1.4802803652861134], [-0.8134013915213598, -0.2752017482198396, -0.26584427327727245, -0.46307962026755267, -0.14294898336343245, -0.3772729428683884, -0.3349678466742822, 0.2622144882698541, -0.527557691490456, 0.8990846624985351, -0.851235253000621, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.711250680604227, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.40695770831680445, 0.6812834464996725, -0.6570813776037959, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7368853953366185, -0.31241301759150414, 0.043028385598397015, -0.08917652475274906, -0.1349767871678636, -0.6869811917142645, -0.504223384249174, -0.008585350129314325, -0.5780127864916776, 1.031204319050398, -0.9747877191622369, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.6367533509467099, -0.2519447048625493, 0.07166558575905513, -0.46307962026755267, -0.09989912390736061, -0.3017343455889065, -0.571329103992523, -0.4540947616892366, -0.51340565264865, 1.010601501320776, -0.9512539160838339, -0.4217011887605715, -0.4232884411364776, -0.29478761666172404], [0.5043740983269633, -0.3077616089200461, -0.25459394464272816, -0.46307962026755267, -0.14294898336343245, -0.2664830001918149, -0.7935235982538347, -0.4540947616892366, -0.5853964589308808, 0.6606806287700505, -0.8394683514614194, -0.4992574263033047, -0.4950197902992228, -0.3633675684133686], [-0.9229798551933349, -0.2845045655627558, -0.24334361600818394, -0.019069694343723426, -0.10468244162470194, -0.22871370155207393, -0.5064602415739523, -0.010769219793823765, -0.6223148211268966, 1.132583263434253, -1.0865732837846513, -0.4991038495952993, -0.5259021715434574, -0.3776306353018873], [-0.8984191650599611, -0.33567006094879454, -0.08277074367877962, 0.027668192595627063, -0.13816566564609115, -0.39238066232428487, -0.25705064986117127, -0.1745594446320305, -0.6149311486876934, 0.916090162846795, -0.9571373668534346, -0.49388224152311533, -0.5187430740732031, -0.3780214042577371], [-0.9248691390497483, -0.25659611353400735, -0.08072522938158976, -0.13591441169209956, -0.034527115103695966, -0.04993902132396659, -0.5869871052659713, -0.2844808844123381, -0.616161760760894, 1.202567437944398, -1.1395243407110582, -0.4954180086031694, -0.5264636693842617, -0.36864294931734126], [1.2071876929127356, 0.04574545011076719, -0.26891254472305726, 2.0373973309876963, -0.11903239477672588, 2.7752045169286585, 1.4299125825758001, -0.4540947616892366, -0.5010995319166447, -1.4525798183540504, 0.7314130040219835, -0.41832250118445236, -0.5042845046724931, -0.21096767563193622], [-0.7907299852443992, -0.29380738290567193, -0.2443663731567789, 0.3314644577014049, -0.14294898336343245, -0.37223703638308964, -0.28277450909612184, -0.4540947616892366, -0.6038556400288887, 0.8905819123244056, -0.9277201130054309, -0.49342151139909907, -0.5285692862872777, -0.38466447650718416], [-1.0193333318704167, -0.3263672436058784, -0.32311867359858865, -0.08917652475274906, -0.1285990302114085, -0.5333860439126512, -0.1891993110095627, 0.36267249283728764, -0.6192382909438953, 0.9056252395555582, -0.92183666223583, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.699099718208351, -0.2379904788481751, -0.1277720582169566, 0.21461974035302883, -0.1349767871678636, -0.6869811917142645, -0.33720470399906055, -0.3354378432508913, -0.5909342132602832, 0.9036630664384512, -0.8806525068486247, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.9078655843420281, -0.24264188751963314, 0.03893735700401728, -0.3462349029191766, -0.10308800238558814, -0.27151890667711365, -0.4982584313830985, -0.3208787121541618, -0.5337107518564587, 1.0501719925157644, -0.9865546207014384, -0.46623843408214105, -0.4359221425545736, -0.27134147931073443], [-0.5923551803209959, -0.2054306181479686, -0.32311867359858865, -0.43971067679787745, -0.14294898336343245, -0.2337496080373727, -0.6854088275562167, -0.3587324530056585, -0.4623352516108281, 1.0966100896206272, -0.9630208176230354, -0.4467341921654537, -0.4552938180623209, -0.0818185357235685], [-0.520562393777288, 1.5341962249773495, -0.3190276450042089, 2.808572465486979, 2.4097482384577162, 0.8464523330592193, 0.11799576159332442, -0.4540947616892366, -0.525096467344055, 0.31533816015924104, -0.6923820822214004, -0.4298407542848583, -0.5171989550109913, -0.2807199342511303], [0.27671539362915265, 0.1806363015830512, 3.5377895623472795, -0.46307962026755267, -0.14294898336343245, -0.39238066232428487, -0.7338740695930799, -0.4540947616892366, 0.7867360026877062, -0.1526401282707479, 0.325454900919531, 0.577776026938652, 0.7136043120319621, 0.23079662895629277], [-1.0108315545165565, -0.29845879157713, -0.32311867359858865, -0.41634173332820223, -0.1413545441243187, -0.42511405447872697, -0.24288388680424206, 0.5796035461785568, -0.6204689030170958, 0.949774134690463, -0.9336035637750316, -0.4977216592232506, -0.5281481629066744, -0.38036601799283604], [-1.0344476027217235, -0.3403214696202526, -0.32311867359858865, -0.29949701597982614, -0.14294898336343245, -0.26144709370651614, 2.8805145576945304, 6.482603249347528, -0.5835505408210799, -1.8096953256675008, 1.0726531486588275, -0.4866641362468609, -0.5239369291006425, -0.3420706603195531], [-0.9966619255934562, -0.3170644262629622, -0.32720970219296835, -0.43971067679787745, 0.32262727445778894, -0.3017343455889065, -0.4594862377536078, 0.19087474589587958, -0.6223148211268966, 1.132583263434253, -1.0630394807062484, -0.49956457971931556, -0.5267444183046638, -0.38017063351491115], [-0.9683226677472557, -0.31241301759150414, -0.12572654391976676, -0.27612807251015087, 0.3290050314142441, -0.1682828237284883, -0.6246408702330727, -0.1847508363997411, -0.6284678814928992, 1.2503136504606656, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.818124601162393, -0.3263672436058784, -0.3251641878957785, 0.004299249125951819, -0.013799404995216933, -0.21864188858147623, -0.06878182502566395, -0.4540947616892366, -0.5977025796628861, 0.6904402543795046, -0.8218179991526172, -0.48973567040696914, -0.5079342406377209, -0.33835835523897967], [-0.8407960074393536, -0.24264188751963314, -0.32414143074718355, 0.3080955142317297, -0.037715993581923506, -0.4351858674493246, -0.4773810963518343, -0.2480830566705144, -0.6118546185046921, 1.06881263712828, -1.0630394807062484, -0.4940358182311207, -0.5253406737026531, -0.35945987885487035], [-0.9267584229061617, -0.2658989308769235, -0.3139138592612342, -0.04243863781339862, -0.06322702140774386, -0.2992163923462571, -0.225734647314275, -0.16291213975464688, -0.6112393124680918, 0.8879656815015966, -0.8865359576182256, -0.49342151139909907, -0.5186026996130019, -0.36063218572241984], [-1.0070529868037297, -0.31241301759150414, -0.2944814734379305, -0.46307962026755267, 0.24609419098032792, -0.38986270908163545, -0.3692663256542162, 0.2855090980246213, -0.6284678814928992, 1.0639072043355127, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8833048942086542, -0.2658989308769235, 0.4286078306186864, -0.46307962026755267, -0.10149356314647438, -0.5862630620082885, -0.6697508262827685, -0.4540947616892366, -0.4358770920370168, 1.1253886286715278, -1.0042049730102407, -0.1882645925923447, -0.4246921857384883, -0.35926449437694546], [-0.7076014955622112, -0.33101865227733646, -0.31595937355842413, -0.04243863781339862, -0.14294898336343245, 0.3101282923748975, -0.6429085383854288, -0.4540947616892366, -0.6081627822850905, 1.1652861487193675, -1.1336408899414574, -0.4954180086031694, -0.5285692862872777, -0.353402960039198], [-0.9503744711113288, -0.3077616089200461, -0.32618694504437346, 0.3314644577014049, -0.10787132010292946, -0.10785194590490274, -0.5810221523998957, -0.28302497130266513, -0.6167770667974942, 1.2081269284428675, -1.145407791480659, -0.4963394688512019, -0.5263232949240606, -0.36981525618489075], [-0.7246050502699315, -0.2845045655627558, -0.3220959164499937, 0.12114396647432794, -0.09511580619001929, -0.45281154014787034, -0.36516542055878937, -0.24444327389633203, -0.5977025796628861, 0.9363659517235657, -0.9100697606966286, -0.48620340612284463, -0.5033018834510856, -0.3494952704806998], [-0.8256817365880466, -0.037979905975478075, -0.09299831516472892, -0.41634173332820223, -0.1349767871678636, -0.35964727016984266, -0.5355393867960703, -0.4540947616892366, -0.4684883119768308, 1.0204123669063103, -0.9336035637750316, -0.2681244807551591, -0.430307164146531, -0.3397260465844541], [-0.729328259910965, -0.2845045655627558, -0.30777731636966466, 0.5885228358678325, -0.14294898336343245, 0.12883565890414075, 0.7316402876908392, -0.4540947616892366, 1.321436948493335, -1.052950560169951, 1.3197580809820595, 3.8140979947367066, -0.33934451393623966, -0.3168660626672392], [-0.6358087090185033, -0.29380738290567193, -0.29243595914074066, -0.20602124210112518, -0.1126546378202708, -0.3143241118021534, -0.3636741823422705, -0.42716036916028705, -0.5115597345388492, 0.8614763444206538, -0.8100510976134156, -0.3932894977795702, -0.4187964584100435, -0.35731064959769626], [-0.9588762484651889, -0.28915597423421385, -0.32720970219296835, -0.08917652475274906, -0.11584351629849833, -0.37475498962573905, -0.3826874696028861, 0.20252205077326318, -0.6013944158824877, 1.0377448961074212, -1.0159718745494422, -0.48620340612284463, -0.5117243510631496, -0.3588737254210956], [-1.0174440480140032, -0.31241301759150414, -0.2985725020323102, -0.46307962026755267, 0.31146619978399254, -0.4326679142066753, -0.3778409453991997, 0.3007961856761872, -0.6278525754562989, 1.0769883584495585, -1.0159718745494422, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7416086049776517, 0.022488406753476818, -0.3190276450042089, -0.46307962026755267, -0.14294898336343245, -0.15065715102994257, -0.32602041737516907, -0.4540947616892366, -0.5220199371610537, 0.8559168539221842, -0.8335849006918187, -0.4719207722783413, -0.487158820527963, -0.23714919567387463], [-0.7028782859211777, 0.18993911892596727, 0.011322913991954148, 0.28472657076205454, -0.1126546378202708, -0.24382142100797025, 1.4548908227024913, 2.2946691893732902, 0.3517146348113201, -1.206654121009989, 1.060886247119626, 0.24850756497504792, 0.6681229869268165, -0.028673957727992118], [-0.5318980969157681, 0.2922701096980449, 0.5134966739520657, 0.23798868382270408, -0.14294898336343245, 1.2140735064860315, 2.4268053303186643, 2.808606517087841, -0.5281729975270563, -1.7321894875417796, 0.9020330763404055, -0.45855959868187046, -0.4836494590229364, -0.24984918673899398], [-0.5923551803209959, -0.26124752220546543, 0.1575771862410294, 0.8222122705645847, -0.14294898336343245, -0.22619574830942452, 2.2597866500685515, 2.9673010460421927, -0.08699856928466752, -1.7321894875417796, 1.1550214594332382, -0.2558383441147261, -0.05887634245450832, 0.2608858385567294], [-0.970211951603669, -0.19612780080505246, -0.3251641878957785, -0.11254546822242431, 0.03243933293908248, 0.18674858348507697, -0.4050560428506691, -0.4540947616892366, -0.6223148211268966, 1.0567125695727875, -1.0512725791670468, -0.49833596605527225, -0.5275866650658702, -0.3764583284343378], [-0.8436299332239735, -0.2752017482198396, -0.03470115769481783, -0.08917652475274906, 0.1504278366335016, -0.25389323397856794, -0.7018124479379242, -0.37693136687657036, -0.5884729891138821, 1.2594704583404976, -1.1748250453286628, -0.4789853008465903, -0.5256214226230553, -0.32917528477650876], [-1.0278351092242768, -0.3263672436058784, -0.32311867359858865, -0.08917652475274906, -0.13178790868963605, -0.5207962776994042, -0.22797150463905333, 0.4267326696628973, -0.6266219633830985, 0.948138990426207, -0.9512539160838339, -0.5012539235073751, -0.5277270395260714, -0.3832967851617098], [-0.582908761038929, -0.31241301759150414, -0.002995686088374913, 0.004299249125951819, -0.12700459097229475, -0.6869811917142645, -0.33720470399906055, -0.30559162450259586, -0.5657066657596724, 0.8349870073397109, -0.827701449922218, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.8729138329983808, -0.17287075744776212, -0.08379350082737456, -0.46307962026755267, 0.27638853652348955, 0.12128179917619254, -0.6842903988938275, -0.4540947616892366, -0.5890882951504823, 1.2470433619321537, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0013851352344896, -0.3077616089200461, -0.29754974488371533, -0.46307962026755267, -0.14294898336343245, -0.47295516608906557, -0.6231496320165538, -0.12287452923864081, -0.23590263014193127, 0.9553336251889326, -0.8394683514614194, -0.4322979816129449, -0.2211492184469415, -0.051729326123131865], [-0.07185747787911337, 0.562051812642613, 0.9399864049161524, -0.46307962026755267, 0.06751699619958544, -0.2790727664050619, -0.637316395073483, -0.4540947616892366, 1.2549838965405065, -0.15100498400649207, 0.6902288486347782, 1.013165994133996, 1.3204431034811737, 0.46486723351033893], [-0.20505198975625571, 1.096963809860291, 1.8144437669648197, 0.49504706198913145, 0.1041890986992022, 1.80579251850864, 1.9768241984840957, -0.4540947616892366, -0.4008046479508018, -1.6514133608875468, 0.5607929317035614, -0.14480238422681302, -0.38047423077515224, -0.3610229546782696], [-0.7264943341263449, -0.3170644262629622, -0.32414143074718355, 0.16788185341367842, -0.14294898336343245, -0.4654013063611173, -0.05014134731917807, -0.3885786717539539, -0.590318907223683, 0.6593725133586458, -0.7453331391478073, -0.48098179805066066, -0.5021788877694772, -0.34793219465730046], [-0.7737264305366789, 0.3201785617267933, -0.27811735906041163, -0.3696038463888518, -0.14294898336343245, -0.32439592477275103, -0.6708692549451577, -0.27428949264462743, -0.5017148379532449, 1.1662672352779209, -1.021855325319043, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.9040870166292013, -0.29380738290567193, 0.11155311455425747, -0.13591441169209956, -0.07917141379888158, -0.007133816198926771, -0.5325569103630324, -0.4540947616892366, -0.616161760760894, 1.1195021093202073, -1.0748063822454499, -0.49710735239122894, -0.5263232949240606, -0.3637583373692184], [0.6630739422656861, 2.2830730210820986, 0.4398581592532305, -0.46307962026755267, -0.14294898336343245, -0.362165223412492, -0.6824263511231788, -0.2852088409671746, 0.8371910976889279, -0.13236433939397677, 0.47254117015955, 1.48572152466665, 0.3089047432722866, -0.16856924392223005], [-0.8757477587830007, -0.15426512276192983, -0.3251641878957785, 0.19125079688335359, 0.06273367848224413, -0.21864188858147623, -0.5109339562235089, -0.4540947616892366, -0.6155464547242936, 1.1253886286715278, -1.0924567345542522, -0.4943429716471315, -0.5274462906056692, -0.3635629528912935], [-0.4317660525258597, -0.2519447048625493, 0.14939512905226998, 0.3080955142317297, -0.14294898336343245, -0.39993452205223307, 1.3031573341716962, -0.14616913899340794, 1.1306920771472535, -1.5791399844074436, 1.7021823810061087, 0.9231700432428247, 1.37518914295959, 0.3124673407289066], [-0.9173120036240949, -0.2472932961910912, -0.08379350082737456, -0.13591441169209956, -0.060038142929516314, -0.2690009534344643, -0.4371176645058248, -0.10977131125158424, -0.6167770667974942, 1.0593288003955965, -1.0395056776278453, -0.4968001989752181, -0.5247791758618489, -0.37040140961866547], [-0.5866873287517557, -0.2658989308769235, -0.038792186289197506, 0.14451290994400318, -0.14294898336343245, -0.0826724134784088, 1.664782601677522, 2.087929527799732, 0.5843003166462196, -1.5516695607679474, 1.425660194834873, 0.28628743514437943, 0.4287845322839976, 0.2952735066715142], [-0.7264943341263449, -0.1868249834621363, -0.01935980046589384, -0.3462349029191766, -0.14294898336343245, -0.47547311933171493, -0.3640469918964002, -0.4176969339474129, -0.4771025964892345, 0.8477411326009056, -0.8041676468438149, -0.36625999717061763, -0.4443446101666376, -0.3254629796959354], [-0.7671139370392321, -0.2658989308769235, -0.08277074367877962, -0.08917652475274906, 0.24609419098032792, -0.25389323397856794, -0.7219441638609289, -0.4308001519344694, -0.6026250279556882, 1.263394804574711, -1.1807084960982634, -0.4868177129548663, -0.5267444183046638, -0.3485183480910752], [-0.8814156103522408, -0.33567006094879454, -0.0367466719920077, -0.18265229863145, -0.06960477836419894, -0.34957545719924504, -0.11761987661665702, -0.2189647944770554, -0.6026250279556882, 0.7607514577425011, -0.8630021545398225, -0.49157859090303413, -0.5113032276825464, -0.3459783498780513], [-0.9654887419626357, -0.16821934877630404, -0.316982130707019, -0.06580758128307386, 0.1679666682637531, 0.14394337836003715, -0.6574481109964879, -0.4540947616892366, -0.6100087003948913, 1.276475958688757, -1.1807084960982634, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4988356294285342, 0.05504826745368327, 0.3263321157591932, 0.5184160054588068, 0.49482671228207636, -0.336985690985998, 2.348142514397294, 2.9869558730227777, -0.31958425111956706, -1.7452706416558252, 1.0432358948108238, -0.30959019191662046, -0.1776331357846108, -0.1404338791010425], [-0.8389067235829402, 0.24110461431200608, -0.26584427327727245, -0.27612807251015087, -0.1349767871678636, -0.19094440291233297, -0.6253864893413322, -0.2437153173414955, -0.6143158426510931, 1.2032214956501006, -1.115990537632655, -0.47637449681049826, -0.5225331844986318, -0.3836875541175596], [-0.5611819966901753, -0.29845879157713, 0.026664271220878142, -0.46307962026755267, -0.1062768808638157, -0.3017343455889065, -0.5001224791537471, -0.4540947616892366, -0.5047913681362463, 0.9147820474353903, -0.8806525068486247, -0.40941505212013846, -0.4022322721063176, -0.3026029957787206], [-0.9295923486907817, -0.2379904788481751, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, 0.20185630294097323, 0.3137207775114261, -0.4540947616892366, -0.6137005366144929, 0.4095224697803707, -0.6217806729861913, -0.49848954276327767, -0.5059689981949059, -0.37430909917716376], [-0.5337873807721815, -0.233339070176717, 0.024618756923688218, 0.2613576272923793, -0.14294898336343245, -0.32187797153010167, 1.4612285851226963, 1.5630728517626338, 0.7947349811635096, -1.5104639253087029, 1.4903781533004814, 0.6625503697576398, 0.680054816043907, 0.04713521970687427], [-0.812456749593153, 0.22249897962617385, -0.2862994162491711, -0.46307962026755267, -0.14294898336343245, -0.3772729428683884, -0.5019865269243956, -0.034791786103427425, -0.5398638122224614, 1.0514801079271692, -0.9747877191622369, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.9730458773882892, -0.29845879157713, -0.32720970219296835, -0.11254546822242431, -0.10787132010292946, -0.35712931692719324, -0.355099562597287, 0.292788663572986, -0.6204689030170958, 1.0328394633146536, -1.0159718745494422, -0.49726092909923436, -0.5237965546404415, -0.37723986634603746], [-1.0108315545165565, -0.3170644262629622, -0.3251641878957785, -0.3228659594495013, -0.13338234792874984, -0.39993452205223307, -0.25705064986117127, 0.5497573274302614, -0.6229301271634968, 0.9615471733931042, -0.9571373668534346, -0.5006396166753535, -0.5232350567996372, -0.38134294038246064], [-0.6858747312134574, -0.11240244471880723, -0.3220959164499937, -0.46307962026755267, 0.3178439567404476, -0.4704372128464162, -0.6593121587671363, -0.4540947616892366, -0.47279545423303265, 1.1316021768756994, -1.0336222268582445, -0.38376774188323465, -0.4697523874630307, -0.16173078719485806], [0.05000133085954868, 0.30157292704096106, -0.30470904492387985, -0.46307962026755267, -0.14294898336343245, 8.12837311080128, 0.7946451023387616, -0.4540947616892366, -0.616161760760894, -1.7092974678421993, 0.03128236243949302, -0.48604982941483926, -0.5256214226230553, -0.3649306442367679], [-0.7340514695519983, -0.04728272331839422, -0.32414143074718355, -0.46307962026755267, 0.38321596554411236, -0.14562124454464376, -0.43935452183060314, -0.4540947616892366, -0.6100087003948913, 0.9985014337652836, -1.0277387760886438, -0.4894285169909583, -0.5247791758618489, -0.3598506478107202], [-0.887083461921481, 0.43181236984178695, -0.08993004371894413, -0.15928335516177475, -0.09511580619001929, -0.46288335311846796, -0.43674485495169507, -0.4104173683990482, -0.5940107434432844, 0.8539546808050773, -1.0336222268582445, -0.46362763004604907, -0.5148125891875732, -0.37548140604471325], [-0.8341835139419067, -0.3403214696202526, -0.3190276450042089, 0.12114396647432794, -0.14294898336343245, 0.07847659405115272, -0.5403859109997565, -0.28084110163815573, -0.5983178856994863, 1.1208102247316116, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.582908761038929, -0.21008202681942667, -0.040837700586387374, -0.04243863781339862, -0.14294898336343245, -0.5031706050008583, 1.3799561023224178, -0.4540947616892366, 1.3712767374579562, -1.706027179313688, 1.9022197071725344, 0.7583822355530172, 2.086326158338194, 0.4207103414993085], [-1.0306690350088967, -0.29845879157713, -0.3210731593013988, -0.46307962026755267, 0.30668288206665123, -0.4452576804199222, -0.32900289380820674, 0.34083379619219334, -0.6210842090536961, 1.0328394633146536, -0.9924380714710392, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8936959554189278, -0.27055033954838154, -0.3098228306668545, 0.16788185341367842, 0.35611049847917825, -0.336985690985998, -0.6537200154551907, -0.37765932343140685, -0.6149311486876934, 1.2601245160461998, -1.1748250453286628, -0.4963394688512019, -0.5264636693842617, -0.36414910632506825], [-0.7756157143930924, -0.2752017482198396, -0.15743201552620967, -0.27612807251015087, -0.10468244162470194, -0.06001083429456419, -0.5195085759684924, -0.3354378432508913, -0.553400545027667, 1.024663741993375, -0.9747877191622369, -0.43890178005717767, -0.44266011664422483, -0.34480604301050183], [-1.0174440480140032, -0.33101865227733646, -0.3210731593013988, -0.29949701597982614, 0.18391106065489082, -0.551011716611197, -0.12992259190293762, 0.31899509954709904, -0.6284678814928992, 0.8611493155678024, -0.9041863099270279, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.412873213961726, -0.0705397666756846, 0.41735750198414223, -0.04243863781339862, -0.14294898336343245, -0.5308680906700017, 1.0854365545599411, -0.4540947616892366, 1.2420624697719007, -1.4672961167323517, 1.6609982256189033, 0.6826689185063488, 1.8983647561289656, 0.3669796100699574], [-0.7368853953366185, -0.31241301759150414, 0.043028385598397015, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.09739604981936417, -0.42726280752461315, 0.9559876828946348, -0.851235253000621, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [0.7773756155786948, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.3946515875847992, 0.6518508497430697, -0.6335475745253929, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.806788898023913, -0.14496230541901367, -0.08277074367877962, -0.46307962026755267, 0.11535017337299859, 0.04322524865406111, -0.4516572371168838, -0.4540947616892366, -0.6223148211268966, 1.0465746751344018, -1.0100884237798415, -0.4975680825152452, -0.5273059161454681, -0.3764583284343378], [-0.7057122117057979, -0.09844821870443297, -0.039814943437792495, -0.43971067679787745, -0.1413545441243187, -0.6064066879494837, -0.18584402502239525, -0.4111453249538846, -0.49310055344084125, 0.6878240235566955, -0.704148983760602, -0.35412743723819007, -0.4485558439726697, -0.29087992710322574], [-0.7340514695519983, 0.07365390213951556, -0.17890991564670325, -0.22939018557080043, -0.13338234792874984, -0.6869811917142645, 1.8851130481681848, 3.992263875251948, 0.47908298438757463, -1.6249240238066038, 1.4374270963740747, 0.8635822805367245, -0.5285692862872777, -0.38466447650718416], [-0.582908761038929, -0.2752017482198396, 0.05632422853013114, 0.004299249125951819, -0.14294898336343245, -0.6869811917142645, -0.45874061864534843, -0.30559162450259586, -0.5404791182590616, 0.9102036434954742, -0.8865359576182256, -0.4075721316240735, -0.5285692862872777, -0.38466447650718416], [-0.9607655323216022, -0.2752017482198396, -0.318004887855614, -0.3228659594495013, 0.005333865874148327, -0.5610835295817945, -0.11128211419645176, 0.3102596208890614, -0.616161760760894, 0.8153652761686424, -0.8041676468438149, -0.4923464744430612, -0.522954307879235, -0.3748952526109385], [-1.0023297771626962, -0.3263672436058784, -0.32311867359858865, -0.08917652475274906, -0.10787132010292946, -0.46288335311846796, -0.24735760145379862, 0.364856362501797, -0.6223148211268966, 0.952717394366123, -0.9512539160838339, -0.5000253098433318, -0.5285692862872777, -0.38466447650718416], [-0.9088102262702348, -0.07519117534714263, -0.23413880167082957, -0.20602124210112518, -0.1413545441243187, -0.5585655763391452, -0.2879938428539378, -0.04207135165179214, -0.5447862605152635, 0.8981035759399821, -0.8630021545398225, -0.45733098501782715, -0.4677871450202158, -0.33933527762860427], [-0.8190692430905998, -0.24264188751963314, -0.08277074367877962, 0.004299249125951819, -0.020177161951672008, -0.12295966536079922, -0.6402988715065209, -0.35946040956049496, -0.6149311486876934, 1.2153215632055927, -1.1571746930198605, -0.4941893949391261, -0.5285692862872777, -0.36414910632506825], [-1.0457833058602037, -0.3496242869631688, 0.37542445889174986, 0.2613576272923793, -0.14294898336343245, -0.6869811917142645, -0.5605176269227613, 0.0008780850835598332, -0.6284678814928992, 1.1064209552061615, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.13892705478178796, -0.16356794010484596, 0.2414432724258139, 4.888408434288074, -0.1413545441243187, 0.5594056633971879, 2.2038652169490938, -0.3805711496507527, -0.5730903381988754, -1.6504322743289932, 0.6784619470955766, -0.4849747924588014, -0.5072323683367155, -0.3070968387709936], [-0.2910144052230639, 1.110918035874665, 0.1862143864016875, 0.8923191009736103, -0.1365712264069774, 0.025599575955515444, 1.992109390203414, 1.817129689400563, -0.1657577419695013, -1.604975263782684, 0.9844013871148162, -0.25768126461079105, -0.19391657316793456, -0.1345723447632951], [-0.6046355253876827, -0.028677088632561926, -0.3220959164499937, -0.46307962026755267, 0.1504278366335016, 0.19682039645567456, -0.6891369230975137, -0.4540947616892366, -0.6223148211268966, 1.1718267257763904, -1.1571746930198605, -0.4975680825152452, -0.5273059161454681, -0.3764583284343378], [-0.8757477587830007, -0.29845879157713, 0.03689184270682747, -0.3696038463888518, -0.14294898336343245, -0.002097909713627969, -0.43935452183060314, -0.42570445605061413, -0.5484780967348649, 0.9919608567082605, -0.9453704653142331, -0.42477272292067975, -0.472419502206851, -0.30651068533721887], [-0.717047914844278, 0.24575602298346416, -0.2750490876146268, -0.46307962026755267, -0.12700459097229475, -0.2790727664050619, -0.6082372498513652, -0.4540947616892366, -0.5103291224656487, 1.092031685680711, -0.9865546207014384, -0.31803691085691815, -0.4506614608756856, -0.3707921785745153], [-0.7359407534084117, -0.27055033954838154, 0.12382620033739666, 0.07440607953497745, -0.09511580619001929, -0.4452576804199222, -0.47402581036466684, -0.4540947616892366, -0.6050862521020891, 1.0115825878793296, -0.9865546207014384, -0.49111786077901787, -0.5235158057200393, -0.35027680839239944], [-1.0079976287319363, -0.28915597423421385, -0.32720970219296835, -0.41634173332820223, 0.04838372533022019, -0.3546113636845438, -0.3211738931714827, 0.4536670621918469, -0.6266219633830985, 1.018123164936352, -0.9865546207014384, -0.5012539235073751, -0.5281481629066744, -0.382710631727935], [-0.905031658557408, -0.12170526206172333, -0.07765695793580496, 0.23798868382270408, -0.0775769745597678, -0.3697190831404402, -0.5750571995338203, -0.3645561054443503, -0.6180076788706947, 1.1757510720106044, -1.1336408899414574, -0.4951108551871586, -0.5275866650658702, -0.36825218036149143], [-0.5073374067823944, -0.16821934877630404, 0.04098287130120715, 0.19125079688335359, -0.13816566564609115, -0.12295966536079922, 1.383684197863715, -0.4540947616892366, 1.112848202085846, -1.6275402546294129, 1.5845133656140935, 0.7384172635123134, 0.9280964872191921, 1.2585189828413368], [-1.036336886578137, -0.3217158349344203, -0.3282324593415633, -0.43971067679787745, 0.35929937695740577, -0.4603653998758186, -0.3707575638707351, 0.3393778830825204, -0.616161760760894, 1.0671774928640239, -1.0159718745494422, -0.4954180086031694, -0.5273059161454681, -0.3731367923096143], [-0.8757477587830007, -0.33101865227733646, 0.5973627601368502, -0.41634173332820223, -0.0026383303214205125, -0.4150422415081294, -0.7189616874278912, -0.30850345072194174, 1.5251032466080219, 0.10571266548165703, 0.6313943409387706, 0.3331283310860302, 0.652681796304699, 3.4417451391743183], [-0.9059763004856146, -0.3031102002485881, -0.32311867359858865, 0.21461974035302883, -0.03931043282103728, -0.14813919778729315, -0.5526886262860372, -0.24080349112214963, -0.6057015581386895, 1.1652861487193675, -1.1101070868630545, -0.48988924711497456, -0.5246388014016479, -0.3541844979508977], [-0.7756157143930924, -0.31241301759150414, 0.03893735700401728, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.48931100208398526, -0.2757454057543004, -0.352195471059381, 0.9075874126726651, -0.7806338437654119, -0.2507703127505475, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, 0.4071299304981929, 0.2613576272923793, -0.14294898336343245, -0.6869811917142645, -0.5605176269227613, 0.0008780850835598332, -0.6284678814928992, 1.0835289355065811, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6745390280749773, 0.31087574438387705, -0.26891254472305726, -0.46307962026755267, -0.1238157124940672, -0.2337496080373727, -0.5877327243742306, -0.4540947616892366, -0.5564770752106684, 1.088107339446497, -1.0042049730102407, -0.38975723349544567, -0.4811227187393171, -0.3762629439564129], [-0.9541530388241555, -0.10775103604734912, -0.3128911021126393, -0.04243863781339862, 0.070705874677813, -0.2866266261330101, -0.5795309141833769, -0.09375626704518182, -0.5995484977726868, 1.205183668767207, -1.1277574391718568, -0.488199903326915, -0.5254810481628542, -0.37215986991998967], [4.680636062928709, -0.07984258401860074, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, 1.730253921229158, -0.7935235982538347, -0.4540947616892366, 0.07482691834120164, -1.0313666558817751, 0.743179905561185, -0.10333667306535169, 0.03643791602201605, 0.2931242774143401], [-0.9598208903933956, -0.3217158349344203, -0.3282324593415633, -0.11254546822242431, -0.037715993581923506, -0.2085700756108787, -0.4378632836140843, 0.15666078781856538, -0.6130852305778927, 1.0923587145335625, -1.0571560299366476, -0.49864311947128304, -0.5191641974538062, -0.3678614114056416], [-0.9220352132651282, -0.25659611353400735, -0.013223257574324241, -0.15928335516177475, -0.016988283473444457, -0.6869811917142645, -0.3778409453991997, 0.09478448065746502, -0.5478627906982647, 0.9592579714231461, -0.92183666223583, -0.45118791669761066, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, 0.4071299304981929, 0.2613576272923793, -0.14294898336343245, -0.6869811917142645, -0.5605176269227613, 0.0008780850835598332, -0.6284678814928992, 1.0867992240350928, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.660369399151877, -0.31241301759150414, 0.043028385598397015, 0.004299249125951819, -0.14294898336343245, -0.6869811917142645, -0.504223384249174, -0.3652840619991868, -0.37742301855999183, 0.8742304696818485, -0.7924007453046134, -0.3762424831909694, -0.5285692862872777, -0.38466447650718416], [-1.006108344875523, -0.31241301759150414, -0.32720970219296835, 0.16788185341367842, -0.10308800238558814, -0.551011716611197, -0.33981437087796856, 0.16102852714758414, -0.5890882951504823, 1.0177961360835013, -0.9865546207014384, -0.49342151139909907, -0.5157952104089806, -0.33015220716613336], [-0.5923551803209959, -0.3496242869631688, 0.20360125792780137, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, 0.13104409598786457, -0.27938518852848276, -0.431569949780815, -0.12974810857116767, -0.4217433468197655, -0.3172690273168911, -0.5285692862872777, -0.38466447650718416], [-0.9938279998088361, 0.5527489952996967, -0.32618694504437346, -0.04243863781339862, -0.06641589988597141, -0.4150422415081294, -0.6033907256476787, -0.3740195406572244, -0.6216995150902963, 1.2441001022564937, -1.1630581437894612, -0.49710735239122894, -0.5256214226230553, -0.3741137146992388], [-0.979658370885736, -0.19612780080505246, -0.32618694504437346, 0.19125079688335359, 0.32103283521867526, -0.43014996096402586, -0.40058232820111256, -0.3310701039218724, -0.616161760760894, 1.0724099545096426, -1.1101070868630545, -0.4981823893472669, -0.5259021715434574, -0.37391833022131393], [-1.01838868994221, -0.31241301759150414, -0.08174798653018467, 0.4015712881104307, 0.3353827883706991, -0.6743914255010175, -0.3916348989019993, -0.4540947616892366, -0.6241607392366973, 1.0835289355065811, -1.0512725791670468, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.006108344875523, -0.31241301759150414, -0.32414143074718355, -0.41634173332820223, 0.2556608264150106, -0.3193600182874523, -0.3334766084577634, 0.2432876178441058, -0.618622984907295, 1.0230285977291194, -0.9924380714710392, -0.4980288126392614, -0.5257617970832563, -0.3764583284343378], [-0.49033385207467406, -0.2845045655627558, 0.23837500098002898, -0.46307962026755267, -0.14294898336343245, -0.5333860439126512, -0.621658393800035, -0.4540947616892366, -0.46664239386703, 0.9680877504501268, -0.8924194083878263, -0.3710208751187854, -0.3924060598922429, -0.2928337718824749], [1.1268931290151676, 0.09225953682534786, 0.1729185434699534, 0.9624259313826361, -0.14294898336343245, 0.8237907538753747, -0.457994999537089, -0.39585823730231867, 0.47908298438757463, -0.3423168629244121, 0.41959011323314316, -0.06402103581596616, 0.08570935155259048, 1.438663471488107], [1.1268931290151676, 0.09225953682534786, 0.1729185434699534, 0.9624259313826361, -0.14294898336343245, 0.8237907538753747, -0.457994999537089, -0.39585823730231867, 0.47908298438757463, -0.3423168629244121, 0.41959011323314316, -0.06402103581596616, 0.08570935155259048, 1.438663471488107], [-1.0079976287319363, -0.3031102002485881, -0.3251641878957785, -0.46307962026755267, 1.0831747915150582, -0.3395036442286474, -0.41698594858282007, -0.4540947616892366, -0.616161760760894, 1.0933398010921158, -1.0336222268582445, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8115121076649463, -0.27055033954838154, -0.07867971508439989, -0.46307962026755267, 0.008522744352375879, 0.21444606915422024, -0.3905164702396101, -0.4540947616892366, -0.590318907223683, 0.9690688370086803, -0.9924380714710392, -0.4819032582986931, -0.5221120611180287, -0.3338645122467067], [-0.5923551803209959, 0.33878419641262564, 0.28133080122101617, -0.04243863781339862, -0.1397601048852049, -0.4679192596037668, 2.10320663733407, 2.6411765094754522, 0.10989936242741667, -1.706027179313688, 1.278573925594854, -0.04743475135138161, 0.19744742187263964, 0.24134739076423806], [-0.63958727673133, -0.28915597423421385, -0.3190276450042089, -0.019069694343723426, 0.11216129489477107, -0.13554943157404623, -0.3987182804304639, -0.4540947616892366, -0.6155464547242936, 0.9429065287805888, -0.9924380714710392, -0.4955715853111748, -0.5207083165160179, -0.37137833200829], [-0.8908620296343076, -0.19147639213359438, -0.19322851572703226, -0.019069694343723426, 0.0037394266350345646, 0.05077910838200931, -0.5217454332932707, -0.4540947616892366, -0.6112393124680918, 1.1109993591460774, -1.0983401853238528, -0.4954180086031694, -0.5225331844986318, -0.36258603050166893], [-0.7907299852443992, -0.3496242869631688, 0.04405114274699194, -0.3228659594495013, -0.14294898336343245, -0.6869811917142645, -0.5847502479411929, -0.4540947616892366, -0.3085087424607623, 0.9756094140657032, -0.8159345483830164, -0.25276680995461787, -0.18324811419265347, -0.3221414435712119], [-0.7085461374904178, 0.25040743165492224, -0.2740263304660319, -0.46307962026755267, -0.12700459097229475, -0.25641118722121725, -0.6063732020807165, -0.08866057116132654, -0.6130852305778927, 1.141740071314085, -1.068922931475849, -0.4766816502265091, -0.5194449463742083, -0.38290601620585996], [-0.5923551803209959, -0.2658989308769235, -0.044928729180767166, -0.46307962026755267, 0.17274998598109442, -0.2010162158829305, -0.41698594858282007, -0.4540947616892366, -0.5977025796628861, 0.9232847976095202, -0.92183666223583, -0.47975318438661735, -0.5257617970832563, -0.3254629796959354], [-1.0268904672960701, -0.3263672436058784, -0.32720970219296835, -0.04243863781339862, 0.07867807087338184, -0.5233142309420535, -0.17465973839850368, 0.1886908762313702, -0.616161760760894, 0.893852200852917, -0.92183666223583, -0.497875235931256, -0.5259021715434574, -0.37040140961866547], [-0.9994958513780763, -0.22403625283380085, -0.30470904492387985, -0.46307962026755267, -0.14294898336343245, -0.40497042853753185, -0.15862892757092584, 0.6342002877912923, -0.6284678814928992, 0.6861888792924399, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.4591606684438535, 2.5575061326981245, -0.22391123018488027, 1.3363290268974395, -0.14294898336343245, 2.145716206266309, 2.2217600755473197, -0.23789166490280372, -0.6100087003948913, -1.5300856564797718, 0.5137253255467553, -0.49219289773505576, -0.5247791758618489, -0.36473525975884297], [-0.8795263264958275, -0.21473343549088475, 0.013368428289143957, 0.3314644577014049, -0.09352136695090552, -0.41252428826548004, -0.5627544842475396, -0.40823349873453874, -0.6167770667974942, 1.1518779657524707, -1.1101070868630545, -0.4980288126392614, -0.5266040438444628, -0.36317218393544365], [-0.8001764045264662, 0.22249897962617385, -0.28016287335760154, -0.41634173332820223, -0.14294898336343245, -0.37979089611103783, -0.6101012976220136, -0.1883906191739235, -0.5380178941126604, 1.141086013608383, -1.0336222268582445, -0.47007785178227635, -0.4749462424904702, -0.21702459444760852], [-1.0117761964447631, -0.2845045655627558, -0.32720970219296835, -0.27612807251015087, -0.02336604042989956, -0.42259610123607766, -0.29209474794936474, 0.46677028017890343, -0.6210842090536961, 0.9896716547383028, -0.9806711699318377, -0.5001788865513372, -0.5267444183046638, -0.3768490973901876], [-0.7567228758289587, 0.21319616228325763, -0.28118563050619644, -0.46307962026755267, -0.1285990302114085, -0.32943183125804987, -0.3334766084577634, -0.4540947616892366, -0.5195587130146526, 0.871287210006188, -0.8335849006918187, -0.3386161897296434, -0.4606280475499614, -0.3719644854420648], [0.10667984655194963, 3.0598582692155962, -0.3251641878957785, 1.2895911399580893, -0.1062768808638157, 0.41336437532352294, 1.9428985290582914, -0.39076254141846334, -0.3577332253887834, -1.5948373693442983, 0.9432172317276108, -0.3834605884672238, -0.3592776872847912, -0.05309701746860628], [-0.8946405973471345, 0.0317912240963929, -0.27198081616884207, -0.46307962026755267, -0.14294898336343245, -0.3092882053168547, -0.5959345345650844, -0.06827778762590524, -0.5054066741728466, 1.1293129749057416, -1.0159718745494422, -0.4625525930900112, -0.4606280475499614, -0.15528309942333587], [-0.696265792423731, 1.5388476336488075, 0.1320082575261561, -0.04243863781339862, 0.18391106065489082, -0.1959803093976317, 2.543121911207136, 2.9309032183003687, -0.4684883119768308, -1.7485409301843369, 1.0432358948108238, -0.43030148440887456, -0.3025664053635602, -0.30279838025664546], [0.10573520462374297, -0.2798531568912977, 0.012345671140549025, -0.46307962026755267, -0.14294898336343245, -0.2841086728903607, -0.7935235982538347, -0.4540947616892366, -0.6032403339922884, 1.0230285977291194, -0.9571373668534346, -0.48251756513071475, -0.5174797039313934, -0.34656450331182603], [-1.0316136769371034, -0.29845879157713, -0.3190276450042089, -0.43971067679787745, -0.1413545441243187, -0.14813919778729315, -0.30402465368151566, 0.46677028017890343, -0.6106240064314916, 0.996866289501028, -0.9689042683926362, -0.48973567040696914, -0.5202871931354147, -0.3748952526109385], [1.0465985651175993, -0.28915597423421385, -0.26175324468289274, -0.46307962026755267, -0.14294898336343245, 0.1263177056614912, -0.7935235982538347, -0.4540947616892366, 1.532486919047225, -0.4463120381310763, 1.131487656354835, 1.7268369562351473, 1.6163524655850223, -0.1462954134387899], [-0.8823602522804476, -0.31241301759150414, -0.31595937355842413, -0.46307962026755267, -0.14294898336343245, 0.5594056633971879, -0.047904489994399814, -0.4540947616892366, -0.6235454332000971, 0.7087538701391688, -0.8041676468438149, -0.4987966961792885, -0.5281481629066744, -0.3776306353018873], [-0.9418726937574686, -0.22868766150525893, -0.32311867359858865, 0.21461974035302883, -0.07598253532065403, -0.1682828237284883, -0.49192066896289327, -0.2138690985932001, -0.6112393124680918, 1.1283318883471882, -1.0865732837846513, -0.4791388775545957, -0.5233754312598382, -0.38173370933831047], [-0.7963978368136393, 0.2643616576692965, -0.3149366164098292, -0.3696038463888518, 0.06751699619958544, -0.6869811917142645, -0.43227114030213853, -0.0690057441807417, -0.5201740190512529, 0.9550065963360813, -0.898302859157427, -0.46777420116219515, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.3263672436058784, -0.3282324593415633, -0.392972789858527, -0.12541015173318096, -0.6038887347068344, -0.10755401865515465, 0.7819754684230967, -0.616161760760894, 0.8349870073397109, -0.8806525068486247, -0.492653627859072, -0.5187430740732031, -0.3776306353018873], [-0.809622823808533, -0.21938484416234283, -0.2791401162090066, -0.25275912904047565, -0.1285990302114085, -0.5988528282215355, -0.5623816746934099, -0.4540947616892366, -0.3208148631927676, 0.9952311452367723, -0.8218179991526172, -0.24969527579450967, -0.21876285262352338, -0.2594230261573147], [-0.8275710204444598, -0.2519447048625493, -0.09606658661051375, -0.46307962026755267, -0.1365712264069774, 0.05329706162465871, -0.19255459699673014, -0.4540947616892366, -0.5540158510642674, 0.7764488426793557, -0.7982841960742141, -0.42799783378879336, -0.4792978507567033, -0.32761220895310944], [-0.16443238684336836, -0.09844821870443297, 0.10541657166268786, 2.3645625395631495, -0.015393844234330694, 0.856524146029817, 2.071145015678914, 1.5885513311819102, -0.4746413723428334, -1.5480722433865846, 0.5784432840123637, -0.4416661608012751, -0.463997034594787, -0.17951077468602517], [-0.8370174397265269, -0.27055033954838154, -0.2965269877351204, -0.15928335516177475, -0.1397601048852049, -0.32187797153010167, -0.46395995240316446, -0.2837529278575016, -0.40695770831680445, 0.9638363753630621, -0.8335849006918187, -0.36794934095867715, -0.413462228922403, -0.34754142570145063], [-0.9324262744754018, 0.008534180739102597, -0.3190276450042089, -0.18265229863145, 0.28754961119728606, -0.08770831996370754, -0.6731061122699359, -0.35145288745729375, -0.616161760760894, 1.2728786413073945, -1.1924753976374651, -0.49495727847915316, -0.5253406737026531, -0.37059679409659035], [-0.9125887939830614, -0.3263672436058784, -0.10424864379927322, 0.07440607953497745, -0.06163258216863008, -0.11036989914755221, -0.2861297950832893, -0.4540947616892366, -0.6155464547242936, 0.9422524710748866, -0.9336035637750316, -0.49326793469109365, -0.5278674139862723, -0.3672752579718669], [-0.6254176478082297, -0.2752017482198396, 0.08189315724500447, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.43115271163974933, -0.39513028074748224, -0.3792689366697926, 0.8284464302826879, -0.7394496883782066, -0.2217443149375246, -0.5285692862872777, -0.38466447650718416], [0.6923578420400931, -0.29845879157713, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7189616874278912, -0.4540947616892366, -0.3884985272187965, 0.6256885415149778, -0.5982468699077883, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3184090211410577, -0.2007792094765105, -0.06640662930126069, 0.658629666276858, -0.14294898336343245, 0.000420043529021432, 1.5178956373504133, -0.4540947616892366, 0.9405625118377721, -1.7125677563707107, 1.6256975210012987, 1.4196835402243226, 0.557929035668979, 0.3499811604904899], [-0.7340514695519983, 0.4039039178130385, -0.318004887855614, 1.8270768397606196, -0.1238157124940672, 1.025227013287327, 1.5876110239726704, 3.0342730490871483, -0.5712444200890747, -0.8312249979368742, 0.17836863167951203, -0.4794460309706065, -0.5062497471153081, -0.31725683162308904], [-0.9210905713369215, -0.3031102002485881, -0.3128911021126393, -0.13591441169209956, 0.1998554530460285, 0.25221536779396125, -0.529201624375865, -0.4540947616892366, -0.6044709460654889, 1.0995533492962875, -1.0983401853238528, -0.49311435798308817, -0.5204275675956158, -0.35398911347297274], [-0.9607655323216022, -0.21008202681942667, -0.25970773038570283, -0.04243863781339862, 0.19188325685045968, -0.2060521223682293, -0.5538070549484264, -0.1774712708513764, -0.6223148211268966, 1.190467370388906, -1.121873988402256, -0.49987173313532635, -0.5277270395260714, -0.37430909917716376], [-0.9116441520548547, -0.2519447048625493, -0.09913485805629856, 0.4249402315801058, -0.08236029227710913, -0.3395036442286474, -0.5277103861593462, -0.4540947616892366, -0.6130852305778927, 1.137161667374169, -1.0748063822454499, -0.49372866481510985, -0.5263232949240606, -0.36121833915619456], [-0.5640159224747954, -0.29380738290567193, 0.13814480041772573, 1.7569700093515939, 0.5904930666289027, -0.32691387801540045, 2.435007140509518, 2.639720596365779, -0.40695770831680445, -1.7158380448992223, 0.9079165271100063, -0.1944076609125612, -0.4864569482269577, -0.30651068533721887], [-0.7463318146186853, -0.0705397666756846, 0.03280081411244768, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.3349678466742822, -0.10758744158707485, -0.5798587046014784, 0.8807710467388714, -0.8806525068486247, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.7151586309878647, 0.12481939752555431, -0.21368365869893094, -0.3462349029191766, -0.14294898336343245, -0.6416580333465752, -0.3759768976285512, -0.39658619385715516, -0.4684883119768308, 0.8578790270392912, -0.8041676468438149, -0.266588713675105, -0.430307164146531, -0.35144911525994893], [-0.9938279998088361, -0.31241301759150414, -0.32720970219296835, -0.43971067679787745, 0.39437704021790876, -0.3445395507139462, -0.4307799020856196, 0.24692740061828822, -0.6204689030170958, 1.1064209552061615, -1.0453891283974461, -0.49864311947128304, -0.5260425460036585, -0.37841217321358694], [-0.8209585269470131, -0.31241301759150414, -0.08481625797596946, -0.18265229863145, -0.12700459097229475, -0.23626756128002213, -0.2756911275676571, -0.13597774722569733, -0.6038556400288887, 0.8480681614537569, -0.8924194083878263, -0.47115288873831423, -0.5285692862872777, -0.3459783498780513], [-0.905031658557408, -0.15426512276192983, -0.07765695793580496, 0.23798868382270408, -0.0775769745597678, -0.2866266261330101, -0.5750571995338203, -0.3645561054443503, -0.6180076788706947, 1.1757510720106044, -1.1336408899414574, -0.4951108551871586, -0.5275866650658702, -0.36825218036149143], [-1.0079976287319363, -0.3217158349344203, -0.3220959164499937, -0.22939018557080043, -0.1126546378202708, -0.46288335311846796, -0.23691893393816657, 0.5599487191979721, -0.6241607392366973, 0.945195730750547, -0.9512539160838339, -0.5000253098433318, -0.5266040438444628, -0.37860755769151183], [-1.0268904672960701, -0.3170644262629622, -0.32414143074718355, -0.46307962026755267, 1.146952361079609, -0.5006526517582089, -0.15974735623331504, -0.4540947616892366, -0.6223148211268966, 0.8840413352673827, -0.9159532114662293, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6169158704543696, -0.29380738290567193, -0.32311867359858865, -0.18265229863145, -0.14294898336343245, -0.5912989684935873, 0.14446523993653437, -0.4249764994957776, -0.5010995319166447, 0.4010197196062413, -0.47469440374617233, -0.4372124362691181, -0.44701172491045793, -0.276812244692632], [-0.6169158704543696, -0.29380738290567193, -0.32311867359858865, -0.18265229863145, -0.14294898336343245, -0.5912989684935873, 0.14446523993653437, -0.4249764994957776, -0.5010995319166447, 0.4010197196062413, -0.47469440374617233, -0.4372124362691181, -0.44701172491045793, -0.276812244692632], [-0.8672459814291406, -0.14496230541901367, -0.32720970219296835, 0.28472657076205454, 0.011711622830603431, -0.3193600182874523, -0.49974966959961736, -0.3412614956895831, -0.6112393124680918, 1.1038047243833522, -1.0806898330150505, -0.49203932102705034, -0.5268847927648649, -0.3563337272080717], [-0.794508552957226, -0.3496242869631688, -0.3251641878957785, 0.16788185341367842, -0.14294898336343245, 0.21696402239686965, -0.5023593364785254, -0.4380797174828342, -0.6106240064314916, 1.0750261853324516, -1.068922931475849, -0.49848954276327767, -0.5285692862872777, -0.36707987349394194], [-0.9607655323216022, 0.0503968587822252, -0.32414143074718355, -0.04243863781339862, -0.015393844234330694, 0.03818934216876245, -0.624268060678943, -0.3740195406572244, -0.616161760760894, 1.2473703907850051, -1.1630581437894612, -0.49342151139909907, -0.523094682339436, -0.36532141319261774], [-0.9088102262702348, -0.15426512276192983, -0.3098228306668545, -0.46307962026755267, -0.04887706825571991, -0.5082065114861571, -0.5180173377519735, -0.09011648427099946, -0.4211097471586105, 1.0475557616929554, -0.898302859157427, -0.27580331615542975, -0.37696486927012557, -0.2400799628427483], [-0.9088102262702348, -0.15426512276192983, -0.3098228306668545, -0.46307962026755267, -0.04887706825571991, -0.5082065114861571, -0.5180173377519735, -0.09011648427099946, -0.4211097471586105, 1.0475557616929554, -0.898302859157427, -0.27580331615542975, -0.37696486927012557, -0.2400799628427483], [-0.9088102262702348, -0.15426512276192983, -0.3098228306668545, -0.46307962026755267, -0.04887706825571991, -0.5082065114861571, -0.5180173377519735, -0.09011648427099946, -0.4211097471586105, 1.0475557616929554, -0.898302859157427, -0.27580331615542975, -0.37696486927012557, -0.2400799628427483], [-0.26173050544865667, 0.506234908585116, -0.29345871628933556, -0.3228659594495013, -0.14294898336343245, -0.6869811917142645, -0.7450583562169714, -0.4395356305925071, -0.5238658552708545, 1.0554044541613827, -0.9689042683926362, -0.4708457353223034, -0.4864569482269577, -0.38466447650718416], [-0.8615781298599006, -0.33101865227733646, -0.11038518669084278, -0.06580758128307386, -0.055254825212175, -0.2740368599197631, -0.21902407533994012, -0.2480830566705144, -0.5977025796628861, 0.84610598833665, -0.9100697606966286, -0.48973567040696914, -0.508355364018324, -0.33913989315067933], [-0.7331068276237915, 0.18993911892596727, -0.22084295873909546, -0.46307962026755267, -0.12700459097229475, -0.3067702520742053, -0.6149478218257001, -0.10540357192256541, -0.574320950272076, 1.1335643499928063, -1.0512725791670468, -0.41740104093641994, -0.49291417339620675, -0.378216788735662], [-0.46955172965412706, -0.24264188751963314, 0.07371110005624494, 0.07440607953497745, -0.14294898336343245, -0.4276320077213764, 1.1626081322647928, -0.4540947616892366, 1.3306665390423391, -1.5438208682995198, 1.7786672410109186, 0.8594357094205785, 1.7818539541620801, 0.38085190800262625], [-0.812456749593153, -0.22403625283380085, -0.3036862877752849, 0.027668192595627063, -0.1413545441243187, -0.28914457937565946, -0.4796179536766126, -0.3390776260250737, -0.5220199371610537, 1.0279340305218867, -0.9394870145446323, -0.4253870297527014, -0.42862267062411813, -0.31159068176326654], [-0.9834369385985626, -0.3077616089200461, -0.06538387215266576, -0.46307962026755267, -0.052065946733947446, 0.45365162720591307, -0.2809104613254732, -0.4540947616892366, -0.6075474762484903, 0.9425794999277379, -0.9689042683926362, -0.4974145058072397, -0.5197256952946104, -0.35574757377429694], [-1.0079976287319363, -0.3263672436058784, -0.3282324593415633, -0.43971067679787745, 0.3688660123920883, -0.34957545719924504, -0.36479261100465965, 0.2760456628117471, -0.6223148211268966, 1.0508260502214666, -1.0100884237798415, -0.4991038495952993, -0.5275866650658702, -0.3793890956032115], [-1.0457833058602037, -0.3496242869631688, 0.4071299304981929, -0.46307962026755267, -0.08236029227710913, -0.1758366834564365, -0.5605176269227613, 0.0008780850835598332, -0.5324801397832581, 1.0671774928640239, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8918066715625144, -0.005420045275271559, -0.3251641878957785, 0.027668192595627063, 0.010117183591489642, -0.22367779506677513, -0.5545526740566858, -0.24517123045116848, -0.6137005366144929, 1.1659402064250701, -1.115990537632655, -0.4918857443190449, -0.522954307879235, -0.37215986991998967], [-1.003274419090903, -0.33567006094879454, -0.32311867359858865, -0.15928335516177475, -0.10468244162470194, -0.4427397271772729, -0.2510856969950958, 0.5104476734690918, -0.6266219633830985, 0.9566417406003369, -0.9689042683926362, -0.5011003467993697, -0.5268847927648649, -0.38173370933831047], [-0.812456749593153, 0.41785814382741276, -0.28834493054636096, -0.27612807251015087, -0.14294898336343245, -0.3772729428683884, -0.6246408702330727, -0.24444327389633203, -0.5398638122224614, 1.159399629368047, -1.0453891283974461, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.9947726417370428, -0.3217158349344203, -0.3098228306668545, -0.27612807251015087, 0.14405007967704653, -0.11288785239020155, -0.45463971354992155, 0.13700596083798047, -0.6198535969804955, 1.1234264555544209, -1.0748063822454499, -0.49572516201918027, -0.5281481629066744, -0.3731367923096143], [-0.982492296670356, -0.27055033954838154, -0.07356592934142522, -0.08917652475274906, 0.09781134174274712, 0.030635482440814106, -0.6656499211873416, -0.3208787121541618, -0.6137005366144929, 1.294135516742719, -1.1865919468678643, -0.4903499772389908, -0.522954307879235, -0.3635629528912935], [-1.0457833058602037, -0.33567006094879454, -0.32618694504437346, -0.46307962026755267, 0.531498814781693, -0.6517298463171729, -0.28948508107045673, 0.40998966890165833, -0.6223148211268966, 1.004060924263753, -0.9689042683926362, -0.5001788865513372, -0.5259021715434574, -0.3731367923096143], [-1.0401154542909636, -0.29845879157713, -0.3190276450042089, -0.46307962026755267, -0.14294898336343245, -0.3143241118021534, -0.32191951227974214, 0.46677028017890343, -0.6247760452732976, -0.09442899246324403, 0.40782321169394165, -0.5000253098433318, -0.5271655416852671, -0.3838829385954845], [-0.905031658557408, 0.01318558941056067, -0.2832311448033863, -0.46307962026755267, 0.024467136743513612, 0.5417799906986421, -0.661176206537785, -0.4540947616892366, -0.6167770667974942, 1.2444271311093447, -1.1807084960982634, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5073374067823944, -0.3077616089200461, 0.16473648628119397, 0.3314644577014049, -0.14294898336343245, -0.5384219503979499, 0.7834608157148699, -0.4431754133666895, 1.2666747112359116, -1.1696998606378095, 1.472727800991679, 0.6769865803101485, 1.3664859264271236, 1.201662099765187], [-0.9607655323216022, -0.21008202681942667, -0.013223257574324241, 0.12114396647432794, 0.09143358478629202, -0.25892914046386667, -0.6313514422074076, -0.32451849492834417, -0.6223148211268966, 1.211070188118528, -1.1571746930198605, -0.4975680825152452, -0.5271655416852671, -0.3746998681330136], [-0.985326222454976, 0.11551658018263823, -0.2351615588194245, -0.3228659594495013, -0.11106019858115701, -0.48806288554496197, -0.3953629944432965, 0.17777152790882306, -0.6038556400288887, 1.0518071367800201, -0.99832152224064, -0.45395229744170806, -0.5216909377374255, -0.38290601620585996], [-0.7368853953366185, -0.2752017482198396, -0.15743201552620967, -0.27612807251015087, -0.14294898336343245, 0.10365612647764673, -0.48931100208398526, -0.3652840619991868, -0.5780127864916776, 1.0540963387499784, -0.9747877191622369, -0.47023142849028177, -0.49993289640626004, -0.34480604301050183], [-0.9862708643831827, -0.29380738290567193, -0.3282324593415633, -0.20602124210112518, 0.40553811489170516, -0.336985690985998, -0.492293478517023, 0.05401891358662249, -0.6223148211268966, 1.1584185428094935, -1.0983401853238528, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-0.5677944901876221, -0.3031102002485881, 0.033823571261042615, -0.3228659594495013, -0.1349767871678636, -0.5107244647288065, -0.5370306250125891, -0.39076254141846334, -0.4660270878304297, 0.9370200094292683, -0.8688856053094233, -0.38023547759911014, -0.3629274232500189, -0.2772030136484818], [-0.5895212545363758, -0.26124752220546543, -0.07970247223299483, -0.46307962026755267, 0.4246713857610704, -0.19849826264028117, -0.6175574887046081, -0.4540947616892366, -0.5927801313700839, 1.1064209552061615, -1.0924567345542522, -0.48881421015893667, -0.5222524355782296, -0.3225322125270617], [-0.8691352652855541, 0.008534180739102597, -0.3220959164499937, 0.12114396647432794, 0.11694461261211235, -0.3470575039565956, -0.6253864893413322, -0.27938518852848276, -0.6155464547242936, 1.2133593900884858, -1.1571746930198605, -0.4946501250631424, -0.5246388014016479, -0.37567679052263814], [-0.8322942300854934, -0.005420045275271559, -0.31186834496404436, 0.004299249125951819, 0.26044414413235184, -0.17835463669908597, -0.715233591886594, -0.4468151961408719, -0.6137005366144929, 1.2751678432773523, -1.1983588484070657, -0.4997181564273209, -0.5131280956651604, -0.37567679052263814], [-0.8729138329983808, -0.28915597423421385, -0.2944814734379305, -0.019069694343723426, 0.037222650656423766, -0.06001083429456419, -0.14222530718921836, -0.4540947616892366, -0.6198535969804955, 0.8013030354960429, -0.8394683514614194, -0.4966466222672127, -0.5277270395260714, -0.37274602335376444], [-1.036336886578137, -0.13565948807609757, -0.28016287335760154, -0.46307962026755267, -0.1365712264069774, -0.6769093787436669, -0.20262045495823255, 0.6968045515072294, -0.6272372694196987, 0.44745781671110396, -0.32172468373655255, -0.5011003467993697, -0.5285692862872777, -0.3834921696396347], [-0.9248691390497483, -0.26124752220546543, -0.3128911021126393, -0.46307962026755267, 1.020991661189621, -0.22367779506677513, -0.5426227683245348, -0.4540947616892366, -0.6260066573464982, 1.1809835336562224, -1.1277574391718568, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7718371466802656, 0.24110461431200608, -0.2607304875342978, -0.3696038463888518, -0.14294898336343245, -0.35712931692719324, -0.6257592988954619, -0.30850345072194174, -0.5300189156368571, 1.1381427539327225, -1.0277387760886438, -0.4708457353223034, -0.472419502206851, -0.18927999858227085], [-0.7463318146186853, -0.3496242869631688, 0.25576187250614296, 0.0977750230046527, -0.14294898336343245, -0.6869811917142645, -0.32005546450909356, -0.3383496694702372, -0.555246463137468, 0.8611493155678024, -0.8688856053094233, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.10114137765352059, -0.1868249834621363, -0.08890728657034923, 1.6167563485335426, 0.2556608264150106, 0.9043652576401555, 2.151671879370933, 1.5841835918528915, -0.3946515875847992, -1.699486602256665, 0.8667323717228009, -0.3940573813195973, -0.3741573800661043, 0.006104479342642483], [-1.036336886578137, -0.31241301759150414, -0.32414143074718355, -0.41634173332820223, 0.4709101236953698, -0.4326679142066753, -0.37224880208725397, 0.24619944406345162, -0.6204689030170958, 1.07175589680394, -1.0159718745494422, -0.4981823893472669, -0.5277270395260714, -0.37704448186811257], [-1.0457833058602037, -0.3449728782917107, -0.2995952591809052, -0.46307962026755267, 0.5059877869558728, -0.4402217739346234, -0.38417870781940494, 0.3153553167729168, -0.6284678814928992, 1.0769883584495585, -1.021855325319043, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9418726937574686, -0.2752017482198396, -0.3098228306668545, -0.11254546822242431, 0.010117183591489642, -0.0751185537504606, -0.2715902224722303, -0.1454411824385715, -0.6223148211268966, 0.9363659517235657, -0.9336035637750316, -0.49833596605527225, -0.5280077884464734, -0.37606755947848797], [-1.0457833058602037, -0.3170644262629622, -0.3190276450042089, -0.43971067679787745, 0.27957741500171707, -0.6038887347068344, -0.2510856969950958, 0.5730519371850286, -0.6284678814928992, 0.9756094140657032, -0.9512539160838339, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6707604603621504, -0.2752017482198396, 0.46747260226529386, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.5273375766052164, -0.39658619385715516, -0.43341586789061576, 0.90039277790994, -0.8688856053094233, -0.3188047943969452, -0.5285692862872777, -0.38466447650718416], [-0.8644120556445206, -0.2845045655627558, -0.27811735906041163, -0.06580758128307386, -0.13816566564609115, -0.39489861556693423, -0.4650783810655536, -0.3252464514831806, -0.44695260069582154, 0.9903257124440049, -0.8806525068486247, -0.33830903631363257, -0.33948488839644075, -0.3110045283294918], [-0.9777690870293225, -0.18217357479067822, 0.07780212865062473, -0.06580758128307386, 0.4023492364134776, -0.40245247529488243, -0.6220312033541646, -0.4540947616892366, -0.6118546185046921, 1.2355973520823638, -1.1630581437894612, -0.49726092909923436, -0.5261829204638596, -0.3547706513846724], [-0.6868193731416642, -0.1310080794046395, -0.3220959164499937, 0.027668192595627063, -0.14294898336343245, -0.3470575039565956, -0.09674254158539275, -0.4540947616892366, -0.5312495277100576, 0.6440021572746419, -0.6864986314517997, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9456512614702953, -0.3217158349344203, -0.3282324593415633, -0.06580758128307386, -0.05684926445128877, -0.1808725899417353, -0.4002095186469828, 0.1202629600767416, -0.6087780883216908, 1.0504990213686158, -1.0277387760886438, -0.4977216592232506, -0.5162163337895838, -0.36258603050166893], [-0.6159712285261629, -0.2007792094765105, -0.32720970219296835, -0.46307962026755267, 0.2811718542408309, 0.24466150806601306, -0.5869871052659713, -0.4540947616892366, -0.6038556400288887, 1.0861451663293906, -1.0865732837846513, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.6167864877835587, 2.1109709002381503, 1.2948831354785937, -0.46307962026755267, -0.14294898336343245, 0.14394337836003715, -0.3983454708763342, 0.12972639528961574, 0.23911363011347192, -0.1199372429856334, 0.12541757475310517, 0.8575927889245134, 0.05117723434312799, -0.3045568405579697], [0.6167864877835587, 2.1109709002381503, 1.2948831354785937, -0.46307962026755267, -0.14294898336343245, 0.14394337836003715, -0.3983454708763342, 0.12972639528961574, 0.23911363011347192, -0.1199372429856334, 0.12541757475310517, 0.8575927889245134, 0.05117723434312799, -0.3045568405579697], [-0.39398037539759234, -0.06588835800422652, 0.44190367355042054, -0.46307962026755267, -0.14294898336343245, -0.525832184184703, 1.1488141787619932, -0.4540947616892366, 1.3035930734319272, -1.5654047725876954, 1.7610168887021163, 0.7230595927117722, 1.9823086833292034, 0.3906211318988719], [-0.9683226677472557, -0.31241301759150414, -0.26891254472305726, -0.27612807251015087, 0.3290050314142441, 0.16156905105858296, -0.6399260619523911, -0.21459705514803656, -0.6284678814928992, 1.2568542275176884, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9891047901678028, -0.31241301759150414, -0.3251641878957785, -0.43971067679787745, 0.32103283521867526, -0.28914457937565946, -0.4102753766084852, 0.28696501113429423, -0.6223148211268966, 1.0848370509179859, -1.0336222268582445, -0.49987173313532635, -0.5261829204638596, -0.3809521714266108], [-1.0268904672960701, -0.3170644262629622, -0.32414143074718355, -0.392972789858527, 0.3688660123920883, -0.4100063350228307, -0.3759768976285512, 0.3102596208890614, -0.6223148211268966, 1.0704477813925355, -1.0100884237798415, -0.49848954276327767, -0.5285692862872777, -0.3788029421694368], [-1.0457833058602037, -0.10775103604734912, -0.32311867359858865, -0.43971067679787745, 0.3274105921751303, -0.6240323606480296, -0.32191951227974214, 0.4048939730178031, -0.6284678814928992, 1.0361097518431654, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.3217158349344203, -0.3282324593415633, -0.04243863781339862, 0.1424556404379327, -0.41252428826548004, -0.33123975113298504, 0.18068335412816902, -0.616161760760894, 1.0279340305218867, -1.0100884237798415, -0.49726092909923436, -0.5243580524812457, -0.3746998681330136], [-0.4034267946796592, 2.3016786557679305, 0.3171273014218388, 1.6167563485335426, 0.2620385833714656, -0.2136059820961775, 2.3716295163074665, 0.2563908358311623, -0.4684883119768308, -1.7227056508090963, 0.8726158224924017, -0.4352159390650478, -0.4242710623578851, -0.1974861466551172], [-1.0174440480140032, -0.33101865227733646, -0.3282324593415633, -0.29949701597982614, 0.18391106065489082, -0.5459758101258981, -0.11128211419645176, 0.4114455820113314, -0.6284678814928992, 0.8415275843967339, -0.8924194083878263, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9135334359112681, -0.15891653143338794, -0.3139138592612342, -0.46307962026755267, -0.05366038597306123, -0.5484937633685476, -0.5552982931649452, 0.011797433406106974, -0.41311076868280705, 1.0671774928640239, -0.9159532114662293, -0.2558383441147261, -0.3320450420057842, -0.2869722375447275], [-0.9683226677472557, -0.2752017482198396, -0.12572654391976676, -0.27612807251015087, 0.3290050314142441, -0.014687675926874973, -0.6399260619523911, -0.21459705514803656, -0.6284678814928992, 1.2601245160461998, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5734623417568622, -0.29845879157713, 0.12484895748599154, 1.7102321224122434, 0.8041479246701482, -0.38482680259633667, 2.4946566691702734, 2.74891407959125, -0.5054066741728466, -1.7164921026049247, 0.8667323717228009, -0.4439698114213563, -0.4540304479205112, -0.24125226971029778], [-0.9135334359112681, -0.15891653143338794, -0.3139138592612342, -0.46307962026755267, -0.05366038597306123, -0.5484937633685476, -0.5549254836108155, 0.011797433406106974, -0.41311076868280705, 1.0671774928640239, -0.9159532114662293, -0.2558383441147261, -0.3320450420057842, -0.2869722375447275], [-0.7274389760545515, 0.23180179696908992, -0.2832311448033863, -0.46307962026755267, -0.14294898336343245, -0.3092882053168547, -0.6074916307431056, -0.07555735317426995, -0.5687831959426737, 1.1266967440829325, -1.0395056776278453, -0.4043470207559599, -0.48968556081158215, -0.3778260197798122], [-0.7274389760545515, 0.23180179696908992, -0.2832311448033863, -0.46307962026755267, -0.14294898336343245, -0.3092882053168547, -0.6074916307431056, -0.07555735317426995, -0.5687831959426737, 1.1266967440829325, -1.0395056776278453, -0.4043470207559599, -0.48968556081158215, -0.3778260197798122], [-0.979658370885736, -0.3031102002485881, -0.32414143074718355, 0.05103713606530231, 0.0005505481568070398, -0.11036989914755221, 0.14222838261175613, -0.4540947616892366, -0.6223148211268966, 0.583174790644329, -0.7100324345302027, -0.500486039967348, -0.5223928100384307, -0.38075678694868587], [-0.982492296670356, -0.22868766150525893, -0.08379350082737456, 0.14451290994400318, -0.03931043282103728, -0.02475948889747258, -0.4658240001738131, -0.4540947616892366, -0.6235454332000971, 1.1195021093202073, -1.0865732837846513, -0.4989502728872939, -0.5277270395260714, -0.3778260197798122], [-0.851187068649627, -0.3031102002485881, -0.3057318020724748, -0.13591441169209956, -0.012204965756103142, 0.030635482440814106, -0.13290506833597543, -0.4540947616892366, -0.590318907223683, 0.7646758039767145, -0.8041676468438149, -0.47652807351850374, -0.5266040438444628, -0.3321060519453825], [1.1108342162356537, -0.25659611353400735, -0.23209328737363968, -0.46307962026755267, -0.14294898336343245, 0.01804571622756724, -0.741703070229804, -0.4540947616892366, 1.3977348970317676, -0.4512174709238434, 1.0255855425020215, 1.2355450673258332, 1.6228096907542713, 0.4599826215622162], [-0.7246050502699315, 0.09225953682534786, -0.2822083876547914, -0.46307962026755267, -0.13338234792874984, -0.3193600182874523, -0.4244421396654144, 0.10643178553484862, -0.616161760760894, 0.9985014337652836, -0.9630208176230354, -0.48620340612284463, -0.5285692862872777, -0.38466447650718416], [-1.0372815285063437, -0.29845879157713, -0.3210731593013988, -0.22939018557080043, 0.1711555467419806, -0.5912989684935873, -0.2391557912629449, 0.44638749664348204, -0.6247760452732976, 0.9622012310988064, -0.9512539160838339, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.3170644262629622, -0.32414143074718355, -0.41634173332820223, 0.30189956434931, -0.3772729428683884, -0.3349678466742822, 0.34665744863088516, -0.6223148211268966, 1.0344746075789093, -0.9865546207014384, -0.4987966961792885, -0.5280077884464734, -0.3780214042577371], [-1.0174440480140032, -0.3031102002485881, -0.3220959164499937, -0.18265229863145, 0.35611049847917825, -0.5585655763391452, -0.286502604637419, 0.17631561479915014, -0.6223148211268966, 0.9854202796512376, -0.9512539160838339, -0.5000253098433318, -0.5225331844986318, -0.37567679052263814], [-0.9173120036240949, 0.19924193626888348, -0.044928729180767166, -0.06580758128307386, 0.1041890986992022, -0.3319497845006993, -0.703303686154443, -0.4540947616892366, -0.6100087003948913, 1.2826895068929287, -1.2042422991766666, -0.4908107073630071, -0.5257617970832563, -0.36121833915619456], [-0.544178441982455, -0.06588835800422652, -0.08277074367877962, -0.46307962026755267, 0.013306062069717194, 0.0029379967716706935, -0.6738517313781953, -0.4540947616892366, -0.5878576830772818, 1.1329102922871042, -1.068922931475849, -0.48604982941483926, -0.49530053921962486, -0.3500814239144745], [-1.0457833058602037, -0.3263672436058784, -0.26584427327727245, -0.46307962026755267, -0.14294898336343245, -0.6315862203759777, 1.8012308984889984, -0.4540947616892366, -0.6223148211268966, -0.8295898536726185, 0.27250384399312416, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9418726937574686, -0.2752017482198396, -0.3057318020724748, -0.11254546822242431, 0.014900501308830983, -0.02475948889747258, -0.3014149868026077, -0.15927235698046452, -0.6223148211268966, 0.9592579714231461, -0.9512539160838339, -0.49833596605527225, -0.5280077884464734, -0.37606755947848797], [-0.7434978888340651, -0.29380738290567193, 0.01541394258633388, -0.019069694343723426, -0.13338234792874984, -0.5082065114861571, -0.4251877587736738, -0.22187662069640132, -0.5613995235034706, 0.9510822501018674, -0.9277201130054309, -0.4210868819285498, -0.4763499870924809, -0.3569198806418465], [-0.979658370885736, -0.3217158349344203, -0.3282324593415633, -0.13591441169209956, 0.008522744352375879, -0.2916625326183089, -0.3677750874376974, 0.2680381407085459, -0.6112393124680918, 1.0387259826659745, -1.0159718745494422, -0.4989502728872939, -0.5097591086203348, -0.37606755947848797], [-0.13514848706896113, -0.1868249834621363, 0.329400387204978, 1.2895911399580893, 0.005333865874148327, 3.412246687318957, 2.329129227136679, -0.1854787929545776, -0.5915495192968835, -1.7485409301843369, 0.9432172317276108, -0.47852457072257404, -0.5264636693842617, -0.33484143463633126], [-0.8058442560957061, -0.2845045655627558, -0.04901975777514684, 0.05103713606530231, -0.03293267586458219, -0.39238066232428487, -0.4717889530398885, -0.1796551405158858, -0.616161760760894, 1.0697937236868333, -1.021855325319043, -0.49603231543519105, -0.5259021715434574, -0.3662983355822423], [-1.036336886578137, -0.3217158349344203, -0.3282324593415633, -0.18265229863145, -0.12541015173318096, -0.47295516608906557, -0.059088776618291365, 0.5169992824626201, -0.6284678814928992, 0.8022841220545964, -0.8688856053094233, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8001764045264662, -0.29845879157713, -0.10220312950208332, 0.14451290994400318, -0.06960477836419894, -0.2765548131624125, -0.2723358415804897, -0.4540947616892366, -0.5983178856994863, 0.8663817772134207, -0.9159532114662293, -0.48743201978688794, -0.5150933381079753, -0.3385537397169046], [-0.8134013915213598, 0.1806363015830512, -0.3098228306668545, 0.0977750230046527, 0.26841634032792067, -0.4805090258170138, -0.6667683498497308, -0.4540947616892366, -0.6167770667974942, 1.23167300584815, -1.1630581437894612, -0.4966466222672127, -0.5268847927648649, -0.3674706424497918], [-0.9560423226805689, -0.21938484416234283, -0.32414143074718355, -0.11254546822242431, 0.0531670430475615, 0.19430244321302503, -0.4732801912564074, -0.2939443196252122, -0.6204689030170958, 1.1214642824373144, -1.0865732837846513, -0.4974145058072397, -0.5271655416852671, -0.373722945743389], [-0.7860067756033658, -0.33101865227733646, -0.32311867359858865, 0.0977750230046527, -0.09352136695090552, -0.3168420650448029, -0.06430811037610742, -0.22697231658025663, -0.6020097219190879, 0.695345687172272, -0.8159345483830164, -0.4914250141950287, -0.5108821043019433, -0.3450014274884267], [-0.6773729538595973, -0.13565948807609757, -0.316982130707019, -0.08917652475274906, -0.14294898336343245, -0.18590849642703416, 1.9428985290582914, 2.443900283114768, 0.40524625999554303, -1.6471619858004818, 1.3609422363692647, 0.14085029266325394, 0.41615083086590166, 0.5990963698447545], [-0.8313495881572868, 0.12016798885409624, -0.30266353062669, 0.19125079688335359, 0.07708363163426807, -0.336985690985998, -0.6775798269194926, -0.4308001519344694, -0.6130852305778927, 1.2535839389891767, -1.1748250453286628, -0.49956457971931556, -0.5127069722845572, -0.37548140604471325], [-0.9806030128139427, -0.29380738290567193, -0.3282324593415633, -0.20602124210112518, 0.3879992832614537, -0.3143241118021534, -0.4799907632307423, 0.07804147989622608, -0.6223148211268966, 1.1450103598425967, -1.0924567345542522, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-0.851187068649627, 0.22249897962617385, -0.2862994162491711, -0.46307962026755267, -0.14294898336343245, -0.3772729428683884, -0.45613095176644036, 0.08532104544459086, -0.5398638122224614, 1.024663741993375, -0.9453704653142331, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.8407960074393536, -0.3217158349344203, -0.32618694504437346, 0.05103713606530231, -0.07917141379888158, 0.20941016266892157, -0.5963073441192142, -0.2837529278575016, -0.5995484977726868, 1.1646320910136654, -1.121873988402256, -0.49219289773505576, -0.5274462906056692, -0.348909117046925], [-0.31274116957181763, 0.841136332930097, 0.16780475772697873, 0.9857948748523112, -0.13178790868963605, 0.22199992888216843, 2.051386109310039, 2.1891154889220017, -0.3657322038645868, -1.5448019548580731, 0.8314316671051963, -0.378699710519056, -0.3194113405876883, -0.12284927608780029], [-0.31274116957181763, 0.841136332930097, 0.16780475772697873, 0.9857948748523112, -0.13178790868963605, 0.22199992888216843, 2.051386109310039, 2.1891154889220017, -0.3657322038645868, -1.5448019548580731, 0.8314316671051963, -0.378699710519056, -0.3194113405876883, -0.12284927608780029], [1.6993461375084176, -0.1310080794046395, -0.23311604452223458, -0.46307962026755267, -0.14294898336343245, 0.11876384593354314, -0.7935235982538347, -0.4540947616892366, 1.2359094094058984, -0.49209607753023654, 1.0491193455804244, 1.2062119160967995, 1.3636784372231023, 0.1487351482278292], [-1.0457833058602037, -0.3496242869631688, 0.4705408737110785, 0.2613576272923793, -0.14294898336343245, -0.6869811917142645, -0.5605176269227613, 0.0008780850835598332, -0.6284678814928992, 1.1260426863772304, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7151586309878647, 0.19924193626888348, -0.29243595914074066, -0.41634173332820223, -0.10308800238558814, -0.5686373893097428, -0.19851954986280562, -0.36382814888951376, -0.5177127949048518, 0.72052690884181, -0.7335662376086057, -0.46178470954998413, -0.472419502206851, -0.1859584624575473], [-0.6726497442185639, 0.31552715305533524, -0.2678897875744623, -0.46307962026755267, -0.12541015173318096, -0.22871370155207393, -0.5888511530366198, -0.4540947616892366, -0.5066372862460471, 1.0544233676028292, -0.9571373668534346, -0.3123545726607179, -0.5194449463742083, -0.38290601620585996], [0.5317687142449571, 0.5201891345994902, 0.7630494182092291, -0.41634173332820223, -0.12541015173318096, 0.09106636026439972, 1.6252647889397718, 0.5992583731591419, 0.22619220334486645, -1.7387300645988024, 1.2903408271340557, 0.025667761659194738, 0.22453969269144547, 0.49163490698605217], [-0.8086781818803263, -0.03332849730402, 0.10643932881128279, -0.46307962026755267, -0.11424907705938457, -0.4452576804199222, -0.6447725861560774, -0.4540947616892366, -0.4291087256344139, 1.0946479165035201, -0.9630208176230354, -0.18519305843223646, -0.4092509951163709, -0.35926449437694546], [-0.37508753683345875, -0.14961371409047178, 0.19235092929325712, 1.803707896290944, -0.14294898336343245, 0.42847209477941905, 2.0472852042146124, 1.7152157717234569, -0.28389650099675184, -1.5359721758310922, 0.9785179363452153, -0.378699710519056, -0.2546987144349965, 0.06335213137464211], [-0.7623907273981988, -0.29845879157713, -0.09811210090770359, 0.3314644577014049, -0.14294898336343245, -0.4175601947507789, -0.2641340313896359, -0.4540947616892366, -0.579243398564878, 0.8513384499822682, -0.8688856053094233, -0.4905035539469962, -0.5285692862872777, -0.38466447650718416], [-0.8379620816547334, -0.0705397666756846, -0.3098228306668545, -0.13591441169209956, -0.12541015173318096, -0.3143241118021534, -0.457994999537089, -0.28302497130266513, -0.5115597345388492, 1.0050420108223066, -0.92183666223583, -0.3300158940813403, -0.45290745223890266, -0.3588737254210956], [-0.8464638590085937, 0.03644263276785104, -0.2515256731969434, 0.05103713606530231, 0.07230031391692676, -0.10785194590490274, -0.6846632084479571, -0.4540947616892366, -0.6057015581386895, 1.2346162655238104, -1.1748250453286628, -0.4923464744430612, -0.5271655416852671, -0.35437988242882257], [-0.8587442040752804, -0.3170644262629622, -0.06640662930126069, -0.13591441169209956, 0.006928305113262117, 0.03567138892611291, -0.2741998893511383, -0.4540947616892366, -0.6204689030170958, 0.893852200852917, -0.9159532114662293, -0.4963394688512019, -0.5281481629066744, -0.373722945743389], [-0.8766924007112074, -0.15426512276192983, -0.3251641878957785, 0.14451290994400318, 0.06273367848224413, -0.21864188858147623, -0.5124251944400278, -0.2932163630703758, -0.6155464547242936, 1.127023772935784, -1.0571560299366476, -0.4943429716471315, -0.5274462906056692, -0.3635629528912935], [-0.0614664166688399, 0.32948137906970937, 4.1637169372873775, -0.46307962026755267, -0.1397601048852049, 0.3907027961396782, 1.6342122182388854, -0.4540947616892366, -0.18606284117730992, -1.661224226473081, 0.8726158224924017, -0.1982470786126965, -0.16710505126953076, 0.04439983701592544], [-0.9806030128139427, -0.28915597423421385, 0.8305513900164947, -0.29949701597982614, -0.04728262901660613, -0.25137528073591847, 0.3957388794199639, 0.8329324272616498, 0.9824033223265899, -0.5539045307191031, 0.8020144132571926, -0.13451274479045036, 0.303570513784646, 2.51288733111928], [-0.8237924527316333, -0.3077616089200461, -0.09811210090770359, -0.13591441169209956, -0.14294898336343245, -0.23878551452267147, -0.2510856969950958, -0.14616913899340794, -0.5995484977726868, 0.8480681614537569, -0.874769056079024, -0.465470550542114, -0.5285692862872777, -0.33874912419482955], [-1.02122261572683, -0.3263672436058784, -0.32720970219296835, 0.0977750230046527, -0.1397601048852049, -0.4654013063611173, -0.2850113664209001, 0.3473854051857216, -0.6063168641752897, 0.9811689045641728, -0.9747877191622369, -0.492653627859072, -0.5266040438444628, -0.36434449080299314], [-0.9985512094498696, -0.3217158349344203, -0.3190276450042089, -0.27612807251015087, 0.35611049847917825, -0.47799107257436435, -0.35360832438076806, 0.23673600885057752, -0.616161760760894, 1.044285473164444, -0.9865546207014384, -0.4991038495952993, -0.5221120611180287, -0.3694244872290409], [-0.8001764045264662, -0.33101865227733646, -0.3190276450042089, -0.04243863781339862, -0.1413545441243187, -0.38482680259633667, -0.38716118425244267, 0.12681456907026992, -0.5730903381988754, 0.9756094140657032, -0.92183666223583, -0.4631668999220328, -0.4780344806148937, -0.36297679945751876], [-0.9550976807523622, -0.3170644262629622, -0.32720970219296835, -0.019069694343723426, 0.04360040761287887, -0.012169722684225573, -0.5758028186420797, -0.1680078356385022, -0.5657066657596724, 1.1826186779204781, -1.0983401853238528, -0.4802139145106336, -0.5068112449561124, -0.3031891492124953], [-0.621639080095403, -0.19612780080505246, 0.006209128248979483, -0.18265229863145, -0.14294898336343245, -0.6869811917142645, -0.4132578530415229, -0.2160529682577095, -0.45249035502522394, 0.8120949876401307, -0.7806338437654119, -0.31358318632476123, -0.5285692862872777, -0.38466447650718416], [-0.5923551803209959, -0.09844821870443297, -0.3190276450042089, 0.21461974035302883, -0.13816566564609115, -0.24633937425061972, 1.8124151851128905, 1.8498877343682045, 0.47908298438757463, -1.6013779464013214, 1.355058785599664, -0.08797900226481044, 0.5312578882307762, 0.9408238217354278], [-0.7567228758289587, -0.33567006094879454, -0.30777731636966466, -0.46307962026755267, -0.06801033912508517, -0.06756469402251232, 0.022183706181987027, -0.4540947616892366, -0.48387096289183734, 0.5422961840379358, -0.6629648283733967, -0.328787280417297, -0.43199165766894376, -0.30279838025664546], [-0.9872155063113894, -0.29845879157713, -0.32311867359858865, -0.29949701597982614, 0.4023492364134776, -0.3520934104418944, -0.43674485495169507, 0.19160270245071603, -0.6266219633830985, 1.1132885611160357, -1.068922931475849, -0.5011003467993697, -0.5278674139862723, -0.3836875541175596], [-0.7567228758289587, -0.2472932961910912, 0.42042577342992693, -0.29949701597982614, -0.12700459097229475, -0.5459758101258981, -0.5444868160951835, -0.2560905787737156, -0.5410944242956618, 1.0099474436150735, -1.0159718745494422, -0.4693099682422493, -0.442940865564627, -0.28111070320698006], [-0.9692673096754624, -0.17752216611922014, -0.32720970219296835, 0.4483091750497811, -0.14294898336343245, -0.1758366834564365, -0.2741998893511383, -0.4540947616892366, -0.5995484977726868, 0.9425794999277379, -0.9512539160838339, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9909940740242161, -0.31241301759150414, -0.32618694504437346, -0.43971067679787745, 0.2859551719581722, -0.2790727664050619, -0.37858656450745914, 0.3488413182953945, -0.6229301271634968, 1.0436314154587414, -1.0159718745494422, -0.4997181564273209, -0.5268847927648649, -0.380561402470761], [-0.37981074647449214, -0.22868766150525893, -0.3251641878957785, -0.46307962026755267, -0.037715993581923506, -0.012169722684225573, -0.15676487980027737, -0.4540947616892366, -0.5970872736262858, 0.6181668778994017, -0.7100324345302027, -0.48773917320289883, -0.5222524355782296, -0.33777220180520495], [-0.8757477587830007, -0.28915597423421385, -0.32618694504437346, -0.43971067679787745, -0.14294898336343245, 0.34034373128669015, -0.6891369230975137, -0.4540947616892366, -0.431569949780815, 1.1783673028334134, -1.0100884237798415, -0.3212620217250318, -0.31295411541843915, -0.3182337540127136], [-1.0457833058602037, 0.11551658018263823, -0.27300357331743696, -0.43971067679787745, 0.23971643402387283, -0.47799107257436435, -0.3014149868026077, 0.12972639528961574, -0.6284678814928992, 0.978879702594215, -0.9747877191622369, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, 0.5349745740725594, 0.2613576272923793, -0.14294898336343245, -0.6869811917142645, -0.5605176269227613, 0.0008780850835598332, -0.6284678814928992, 1.0835289355065811, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9985512094498696, -0.3077616089200461, -0.32720970219296835, -0.43971067679787745, 0.4629379274998009, -0.2790727664050619, -0.4505388084544947, 0.20834570321195497, -0.6223148211268966, 1.1293129749057416, -1.0571560299366476, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-0.9040870166292013, -0.17287075744776212, 0.523724245438015, -0.46307962026755267, -0.13816566564609115, -0.5610835295817945, -0.7003212097214053, -0.4540947616892366, -0.44387607051282024, 1.1620158601908561, -1.0336222268582445, -0.43767316639313436, -0.4246921857384883, -0.040006257447637056], [-0.9012530908445813, -0.29380738290567193, -0.08277074367877962, -0.22939018557080043, -0.14294898336343245, 0.6550878866178649, -0.7368565460261176, -0.4540947616892366, -0.6149311486876934, 1.3229140557936196, -1.2218926514854689, -0.49372866481510985, -0.5278674139862723, -0.3655167976705426], [-1.036336886578137, -0.3217158349344203, -0.3282324593415633, -0.18265229863145, -0.13019346945052226, -0.47799107257436435, -0.02926401228791394, 0.5388379791077144, -0.6284678814928992, 0.7761218138265048, -0.851235253000621, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9891047901678028, -0.29380738290567193, -0.32618694504437346, -0.46307962026755267, 0.874303251191154, -0.23123165479472324, -0.16720354731590936, -0.4540947616892366, -0.6100087003948913, 0.8644196040963141, -0.874769056079024, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.979658370885736, -0.024025679961103854, -0.15436374408042486, -0.08917652475274906, -0.11106019858115701, 0.3202001053454951, -0.6417901097230396, -0.4540947616892366, -0.6223148211268966, 1.2601245160461998, -1.1865919468678643, -0.49987173313532635, -0.5260425460036585, -0.37665371291226274], [-0.8492977847932136, -0.09844821870443297, -0.20345608721298158, -0.019069694343723426, 0.11216129489477107, 0.028117529198164702, -0.6552112536717095, -0.4540947616892366, -0.6137005366144929, 1.2251324287911274, -1.168941594559062, -0.4955715853111748, -0.5275866650658702, -0.3651260287146928], [-0.9437619776138819, -0.3077616089200461, -0.32311867359858865, -0.08917652475274906, 0.7929868499963517, -0.45784744663316923, -0.6276233466661104, -0.216780924812546, -0.6155464547242936, 1.258816400634795, -1.168941594559062, -0.4968001989752181, -0.5266040438444628, -0.36258603050166893], [-1.0268904672960701, -0.3031102002485881, -0.3220959164499937, -0.25275912904047565, 0.35611049847917825, -0.5610835295817945, -0.3424240377568766, 0.3342821871986651, -0.6223148211268966, 1.0475557616929554, -0.9865546207014384, -0.49848954276327767, -0.5280077884464734, -0.3788029421694368], [-0.8322942300854934, -0.233339070176717, -0.2740263304660319, -0.3696038463888518, -0.11584351629849833, -0.32691387801540045, -0.42257809189476586, 0.11807909041223222, -0.534326057893059, 0.9857473085040889, -0.9159532114662293, -0.46470266700208696, -0.47536736587107337, -0.22132305296195665], [-0.38453395611552554, 1.766766658550253, 0.27110322973506684, 1.0091638183219864, -0.14294898336343245, 0.03315343568346365, 2.1442156882883388, 1.3985546703695904, -0.3823454668527939, -1.608899610016898, 0.8196647655659949, -0.28655368571580864, -0.34608248802589087, -0.20881844637476218], [-0.9692673096754624, -0.3496242869631688, 0.38974305897207906, -0.08917652475274906, -0.14294898336343245, -0.5661194360670934, -0.5228638619556598, -0.39513028074748224, -0.3306597597783718, 0.9330956631950544, -0.8100510976134156, -0.31573326023683695, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.3170644262629622, -0.3282324593415633, -0.08917652475274906, 0.1950721353286872, -0.49058083878761133, -0.10755401865515465, 0.1581167009282383, -0.6223148211268966, 0.8382572958682222, -0.8865359576182256, -0.49603231543519105, -0.5273059161454681, -0.38075678694868587], [-0.6556461895108436, -0.14496230541901367, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, 0.237107648338065, -0.1493086887176829, -0.4540947616892366, -0.5958566615530853, 0.7041754661992528, -0.7629834914566096, -0.4880463266189096, -0.5139703424263667, -0.3237045193946112], [-0.09169495837145379, -0.06588835800422652, -0.027541857654653303, 0.7754743836252342, -0.1285990302114085, 0.15905109781593355, 1.6073699303415458, -0.4540947616892366, 0.589838070975622, -1.6864054481426192, 1.4844947025308808, -0.1375842789505586, 0.08627084939339467, 1.9697184824880216], [-0.5640159224747954, -0.21473343549088475, 0.009277399694764283, -0.019069694343723426, -0.14294898336343245, -0.40245247529488243, 1.6036418348002484, 0.8656904722292912, 0.8993370073855543, -1.6710350920586154, 1.6609982256189033, 0.2661688863956704, 1.8476895759963805, -0.05817701389465399], [-0.8209585269470131, -0.3496242869631688, 0.4101982019439776, -0.46307962026755267, -0.14294898336343245, -0.6366221268612765, -0.7047949243709619, -0.4540947616892366, -0.33558220807117395, 1.1162318207916957, -0.9159532114662293, -0.13589493516249912, -0.4171119648876307, -0.22952920103480298], [-0.8757477587830007, -0.21008202681942667, -0.06231560070688097, 0.19125079688335359, 0.1281056872859088, -0.22367779506677513, -0.5918336294696576, -0.4540947616892366, -0.6229301271634968, 1.1947187454759707, -1.145407791480659, -0.4997181564273209, -0.5275866650658702, -0.3762629439564129], [-0.9673780258190491, -0.15426512276192983, 0.006209128248979483, -0.08917652475274906, -0.04568818977749236, 0.028117529198164702, -0.6443997766019477, -0.2815690581929922, -0.618622984907295, 1.2637218334275624, -1.1807084960982634, -0.4954180086031694, -0.5243580524812457, -0.37001064066281564], [0.144465523680217, -0.29845879157713, 0.5758848600163566, 2.8553103524263292, -0.14294898336343245, -0.08015446023575933, 1.890705191480131, -0.387122758644281, -0.04392714672264914, -1.7223786219562451, 1.207972516359645, -0.28425003509572744, 0.04486038363408, 0.31324887864060624], [-1.0268904672960701, -0.3217158349344203, -0.3282324593415633, -0.04243863781339862, 0.15840003282907045, -0.38482680259633667, -0.35957327724684357, 0.21926505153450213, -0.616161760760894, 1.0540963387499784, -1.0277387760886438, -0.497875235931256, -0.5233754312598382, -0.3758721750005631], [0.5695543913732246, 0.21319616228325763, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.5300189156368571, 0.7565000826554359, -0.7982841960742141, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.8246077119890289, 1.455122277562562, 0.5329290597753695, -0.46307962026755267, -0.14294898336343245, -0.21612393533882693, -0.7763743587638676, -0.4206087601667588, 0.8642645632993394, -0.1199372429856334, 0.4784246209291508, 1.8418659105312012, 0.4572805477048141, -0.24320611448954688], [-0.8936959554189278, -0.27055033954838154, -0.06845214359845056, 0.16788185341367842, 0.35611049847917825, -0.336985690985998, -0.675715779148844, -0.4206087601667588, -0.6149311486876934, 1.2601245160461998, -1.1865919468678643, -0.4963394688512019, -0.5264636693842617, -0.36414910632506825], [-0.9182566455523016, 0.4132067351559546, -0.30777731636966466, 0.004299249125951819, -0.05844370369040254, -0.1959803093976317, -0.6712420644992874, -0.37256362754755146, -0.6253913513098979, 1.2702624104845854, -1.1983588484070657, -0.5006396166753535, -0.5275866650658702, -0.380561402470761], [-0.9843815805267693, -0.31241301759150414, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, -0.6718734722583681, 0.10867552274008148, 0.5293745438948402, -0.5595536053936697, 0.5936397139355658, -0.6453144760645944, -0.4428947744653184, -0.46259328999277627, -0.3518398842157987], [0.4561973599884225, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 0.02375651730337979, 0.4360118068613136, -0.35114193758455636, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9739905193164958, -0.33101865227733646, -0.32720970219296835, -0.22939018557080043, 0.8296589524959684, -0.14310329130199428, -0.43488080718104655, -0.4540947616892366, -0.6260066573464982, 1.0998803781491384, -1.0630394807062484, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.1255726851160834, -0.06588835800422652, -0.3149366164098292, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, -0.692865018638811, -0.2575464918833885, -0.5669372778328728, 0.9167442205524973, -0.8630021545398225, -0.4045005974639653, -0.48870293959017475, -0.37860755769151183], [-0.7548335919725453, -0.3031102002485881, -0.32311867359858865, 0.5885228358678325, -0.14294898336343245, -0.5157603712141053, -0.10084344668081975, -0.4468151961408719, -0.6137005366144929, 0.72902965901594, -0.7982841960742141, -0.4951108551871586, -0.5242176780210446, -0.3655167976705426], [-0.025570023396985872, 0.09691094549680593, 0.7855500754783177, 0.7053675532162086, -0.14294898336343245, -0.23123165479472324, 1.573817070469871, -0.13306592100635142, 0.49754216548558255, -1.6962163137281534, 1.4491939979132762, 0.3042559099810128, 0.8047073367024543, 0.07800596721901065], [-0.660369399151877, -0.3077616089200461, 0.0788248857992196, -0.25275912904047565, -0.13338234792874984, -0.28914457937565946, -0.3815690409404969, -0.4540947616892366, -0.5214046311244533, 0.8601682290092489, -0.8453518022310202, -0.3940573813195973, -0.4289034195445203, -0.3358183570259558], [-0.9815476547421493, -0.3031102002485881, -0.32414143074718355, -0.392972789858527, 0.33697722760981286, -0.22367779506677513, -0.3830602791570158, 0.18359518034751487, -0.6192382909438953, 1.0547503964556806, -1.0100884237798415, -0.4987966961792885, -0.525059924782251, -0.3780214042577371], [-0.8502424267214204, -0.2519447048625493, 0.029732542666662885, 0.3314644577014049, -0.1365712264069774, -0.3772729428683884, -0.5631272938016694, -0.43735176092799766, -0.5786280925282778, 1.1204831958787609, -1.0512725791670468, -0.4462734620414375, -0.4794382252169043, -0.37294140783168933], [-0.9683226677472557, -0.31241301759150414, -0.26891254472305726, -0.27612807251015087, 0.3290050314142441, 0.26732308724985765, -0.6399260619523911, -0.24444327389633203, -0.6284678814928992, 1.2568542275176884, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, 0.342696230136712, 0.2613576272923793, -0.05366038597306123, -0.6869811917142645, -0.4438282364801597, 0.0008780850835598332, -0.6284678814928992, 1.018123164936352, -1.0630394807062484, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.2459180119692097, 3.2877772941170416, 0.30485421563869963, -0.46307962026755267, -0.14294898336343245, -0.47547311933171493, -0.6902553517599029, -0.37183567099271503, 0.35109932877471983, -0.055185530121106496, 0.2077858855275158, 1.0517137478433545, 0.10451952921953335, -0.29244300292662506], [-0.39398037539759234, -0.2007792094765105, -0.2914132019921457, -0.43971067679787745, -0.14294898336343245, -0.19849826264028117, -0.7040493052627026, -0.36164427922500436, -0.4623352516108281, 1.044285473164444, -0.92183666223583, -0.43920893347318846, -0.45290745223890266, -0.09451852678868786], [-0.9277030648343684, -0.10775103604734912, -0.3057318020724748, 0.2613576272923793, -0.03931043282103728, 0.10365612647764673, -0.6686323976203793, -0.43589584781832474, -0.616161760760894, 1.253256910136326, -1.1865919468678643, -0.4941893949391261, -0.5280077884464734, -0.3676660269277167], [-0.46482852001309355, -0.2798531568912977, -0.3149366164098292, -0.46307962026755267, 0.1568055935899567, 0.08603045377910093, -0.3070071301145534, -0.4540947616892366, -0.5853964589308808, 0.7744866695622492, -0.8924194083878263, -0.4885070567429258, -0.5212698143568222, -0.30514299399174444], [-0.9985512094498696, -0.33101865227733646, -0.3282324593415633, 0.3782023446407554, -0.08236029227710913, -0.38230884935368725, -0.3964814231056856, 0.059114609470477766, -0.6143158426510931, 1.0720829256567912, -1.0395056776278453, -0.4997181564273209, -0.5216909377374255, -0.37391833022131393], [-0.9229798551933349, -0.04728272331839422, -0.2822083876547914, -0.46307962026755267, 0.19188325685045968, 0.5568877101545385, -0.6656499211873416, -0.4540947616892366, -0.6223148211268966, 1.2575082852233908, -1.1924753976374651, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.979658370885736, -0.2798531568912977, -0.3210731593013988, -0.3696038463888518, 0.3975659186961363, -0.26144709370651614, -0.4501659989003649, 0.18650700656686084, -0.6229301271634968, 1.118521022761654, -1.068922931475849, -0.4997181564273209, -0.5268847927648649, -0.380561402470761], [-0.7444425307622718, -0.2658989308769235, -0.3190276450042089, 0.3080955142317297, 0.013306062069717194, -0.4351858674493246, -0.4300342829773602, -0.2211486641415648, -0.6100087003948913, 0.9958852029424744, -0.9747877191622369, -0.49326793469109365, -0.5247791758618489, -0.3569198806418465], [-0.6802068796442173, -0.12170526206172333, -0.32005040215280384, 0.19125079688335359, -0.14294898336343245, -0.4175601947507789, -0.05312382375221588, -0.4540947616892366, -0.5884729891138821, 0.6364804936590659, -0.6923820822214004, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9862708643831827, -0.29380738290567193, -0.32414143074718355, -0.08917652475274906, -0.06482146064685763, -0.27151890667711365, -0.3334766084577634, 0.3277305782051368, -0.6260066573464982, 1.0187772226420546, -1.0042049730102407, -0.5011003467993697, -0.5261829204638596, -0.3832967851617098], [-0.8880281038496877, -0.3496242869631688, 0.5584979884902428, -0.06580758128307386, -0.11106019858115701, -0.6869811917142645, -0.4829732396637801, 0.03145226038669175, -0.6284678814928992, 1.0344746075789093, -1.0512725791670468, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8474085009368003, -0.26124752220546543, 0.3805382446347245, -0.08917652475274906, -0.07917141379888158, -0.5359039971553006, -0.5448596256493131, -0.3135991466057971, -0.5583229933204692, 1.0645612620412148, -1.021855325319043, -0.46163113284197865, -0.455574566982723, -0.3299568226882084], [-0.8738584749265874, -0.17752216611922014, -0.3220959164499937, 0.3314644577014049, 0.11694461261211235, -0.16072896400054015, -0.5277103861593462, -0.4540947616892366, -0.6210842090536961, 1.1381427539327225, -1.1042236360934536, -0.4975680825152452, -0.5278674139862723, -0.3731367923096143], [-1.0306690350088967, -0.33567006094879454, -0.32618694504437346, -0.18265229863145, -0.11584351629849833, -0.4981346985155595, -0.14147968808095895, 0.6138175042558712, -0.6180076788706947, 0.8670358349191233, -0.8865359576182256, -0.4969537756832236, -0.5275866650658702, -0.3741137146992388], [-0.3184090211410577, -0.21473343549088475, 0.6433868318236221, 0.4483091750497811, -0.11424907705938457, -0.32691387801540045, 1.6334665991306256, -0.10249174570321952, 0.7621237612236957, -1.7485409301843369, 1.6492313240797019, 0.16496183582010368, 1.3468335019989741, 0.22884278417704368], [-0.9607655323216022, -0.2845045655627558, 0.3989478733094333, -0.46307962026755267, -0.14294898336343245, -0.6643196125304199, 0.09749123611618993, 0.011797433406106974, 1.4266542807519798, -0.5091015778784962, 1.0079351901932192, 0.26632246310367585, 0.7348008555223232, 3.1322561261412556], [-0.740663963049445, -0.233339070176717, -0.32005040215280384, -0.019069694343723426, 0.3640826946747471, -0.04993902132396659, -0.6406716810606505, -0.4540947616892366, -0.6143158426510931, 1.1888322261246498, -1.145407791480659, -0.49357508810710443, -0.5275866650658702, -0.3649306442367679], [-0.7472764565468919, 0.10621376283972207, -0.28118563050619644, -0.3696038463888518, -0.14294898336343245, -0.35712931692719324, -0.46992490526923997, -0.4540947616892366, -0.4371077041102174, 0.9435605864862909, -0.8453518022310202, -0.2283481133817573, -0.4194983307110488, -0.3477368101793755], [-0.9683226677472557, -0.2752017482198396, -0.12572654391976676, -0.27612807251015087, 0.6447040007587709, -0.24130346776532094, -0.6246408702330727, -0.21459705514803656, -0.6284678814928992, 1.2372324963466195, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.02122261572683, -0.3217158349344203, -0.32720970219296835, 0.0977750230046527, -0.06960477836419894, -0.4175601947507789, -0.2786736040006949, 0.30225209878586023, -0.6180076788706947, 0.9841121642398333, -0.9806711699318377, -0.49726092909923436, -0.5275866650658702, -0.3746998681330136], [-0.2834572697974104, 0.5992630820142774, 0.27519425832944655, 1.2428532530187386, -0.13019346945052226, 0.07595864080850333, 2.093140779372568, 2.062451048380455, -0.3441964925835776, -1.6062833791940885, 0.8726158224924017, -0.380542631015121, -0.31098887297562416, -0.11698774175005289], [-0.7737264305366789, 0.13877362353992853, -0.20447884436157654, -0.46307962026755267, -0.13178790868963605, -0.3520934104418944, -0.06430811037610742, -0.4540947616892366, -0.5257117733806552, 0.639096724481875, -0.6688482791429974, -0.34936655929002225, -0.46512003027639554, -0.37274602335376444], [-0.9362048421882285, -0.2798531568912977, 0.09723451447392846, -0.392972789858527, -0.07917141379888158, -0.5031706050008583, -0.5996626301063817, -0.4075055421797023, -0.3540413891691818, 1.0606369158070013, -0.9041863099270279, -0.2503095826265313, -0.30326827766456554, -0.19435999500831858], [-0.38925716575655894, 0.041094041439309115, -0.32414143074718355, -0.46307962026755267, 0.14883339739438783, -0.12547761860344855, -0.6328426804239266, -0.4540947616892366, -0.5749362563086764, 1.0325124344618029, -0.99832152224064, -0.46500982041809774, -0.493475671237011, -0.3483229636131503], [-1.0268904672960701, -0.0519341319898523, -0.32414143074718355, -0.3696038463888518, 0.1950721353286872, -0.4704372128464162, -0.32005546450909356, 0.3175391864374261, -0.6223148211268966, 1.0148528764078408, -0.9806711699318377, -0.49848954276327767, -0.5280077884464734, -0.37899832664736166], [-1.0457833058602037, -0.3263672436058784, -0.32720970219296835, -0.06580758128307386, 0.4597490490215734, -0.49309879203026075, -0.4095297575002257, 0.16321239681209362, -0.6284678814928992, 1.1129615322631843, -1.068922931475849, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.812456749593153, 0.22249897962617385, -0.28834493054636096, 0.027668192595627063, -0.14294898336343245, -0.3772729428683884, -0.5787852950751174, -0.24444327389633203, -0.5398638122224614, 1.1191750804673561, -1.0453891283974461, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.9815476547421493, -0.29845879157713, -0.32618694504437346, -0.392972789858527, 0.3927826009787949, -0.23878551452267147, -0.3633013727881408, 0.1508371353798736, -0.6210842090536961, 1.0383989538131233, -0.99832152224064, -0.49941100301131014, -0.5254810481628542, -0.3788029421694368], [-1.0108315545165565, -0.3449728782917107, -0.32414143074718355, -0.22939018557080043, 0.9572140916250703, -0.47547311933171493, -0.09413287470648472, -0.4540947616892366, -0.6223148211268966, 0.8205977378142606, -0.8630021545398225, -0.49941100301131014, -0.5259021715434574, -0.3764583284343378], [-0.04635214581753296, -0.18217357479067822, 0.3917885732692689, 1.9439215571089958, -0.14294898336343245, 0.18171267699977803, 1.79936685071835, -0.3674679316636961, 0.24095954822327278, -1.7178002180163292, 1.2256228686684474, -0.1847323283082202, -0.07263303955421284, 0.9722807226813389], [-0.9739905193164958, -0.21008202681942667, -0.26891254472305726, 0.23798868382270408, -0.08554917075533666, -0.0952621796916558, -0.4870741447592069, -0.20294975027065296, -0.6173923728340945, 1.1348724654042113, -1.0806898330150505, -0.4969537756832236, -0.5277270395260714, -0.3672752579718669], [-1.0174440480140032, -0.3031102002485881, -0.3282324593415633, 0.14451290994400318, 0.12491680880768122, -0.38986270908163545, -0.3685207065459568, 0.08168126267040851, -0.616161760760894, 1.0573666272784896, -1.0277387760886438, -0.49956457971931556, -0.5242176780210446, -0.37333217678753916], [-0.9985512094498696, -0.2752017482198396, -0.318004887855614, -0.3696038463888518, 0.4007547971743638, -0.24885732749326914, -0.4244421396654144, 0.15738874437340183, -0.6223148211268966, 1.0998803781491384, -1.0336222268582445, -0.5000253098433318, -0.5271655416852671, -0.3788029421694368], [0.14352088175201033, -0.3077616089200461, 0.9941925337916839, -0.46307962026755267, -0.14294898336343245, -0.17835463669908597, -0.7066589721416106, -0.4540947616892366, 1.350356332213547, -0.20234851390412187, 0.790247511717991, 1.2783929688593432, 1.5896813181468197, 0.3460734709319917], [-0.8530763525060403, -0.15891653143338794, -0.15743201552620967, -0.27612807251015087, -0.14294898336343245, 0.34034373128669015, -0.48931100208398526, -0.3944023241926457, -0.553400545027667, 0.8382572958682222, -0.9747877191622369, -0.43890178005717767, -0.47129650652524246, -0.30494760951381955], [-0.9617101742498089, -0.2472932961910912, -0.32720970219296835, 0.19125079688335359, 0.010117183591489642, -0.08015446023575933, -0.4635871428490348, -0.2138690985932001, -0.60693217021189, 1.103477695530501, -1.068922931475849, -0.4905035539469962, -0.52491955032205, -0.3559429582522219], [-0.9607655323216022, -0.2845045655627558, 0.3989478733094333, -0.46307962026755267, -0.14294898336343245, -0.6643196125304199, 0.09749123611618993, 0.011797433406106974, 1.4266542807519798, -0.5091015778784962, 1.0079351901932192, 0.2509647923031347, 0.7348008555223232, 3.1322561261412556], [-0.10114137765352059, -0.18217357479067822, -0.09299831516472892, 1.5232805746548415, 0.2556608264150106, 0.906883210882805, 2.151671879370933, 1.5841835918528915, -0.4008046479508018, -1.699486602256665, 0.8726158224924017, -0.3940573813195973, -0.3741573800661043, -0.013433968449848866], [-0.9324262744754018, -0.3217158349344203, -0.3251641878957785, -0.18265229863145, 0.26363302261057936, -0.5837451087656392, -0.1224664008203433, 0.11298339452837688, -0.5977025796628861, 0.8022841220545964, -0.8041676468438149, -0.48773917320289883, -0.5096187341601337, -0.3473460412235257], [0.9379647433738308, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6630402543084336, -0.4540947616892366, -0.44387607051282024, 0.5243095971311229, -0.5511792637509823, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.30033144183431976, -0.3077616089200461, 0.857143075879963, -0.41634173332820223, 0.0005505481568070398, -0.17835463669908597, -0.696593114180108, -0.3667399751088597, 1.1774553359288733, -0.1624509938562822, 0.6608115947867743, 1.1785681086558253, 1.6444273576252357, 0.3441196261527425], [-1.0278351092242768, -0.3496242869631688, -0.3128911021126393, -0.46307962026755267, 0.9221364283645672, -0.6567657528024716, 2.5908415341357403, 5.0667277501905845, -0.35957914349858416, -1.6886946501125772, 1.0961869517372305, 0.13040707651888594, -0.5285692862872777, -0.38466447650718416], [-0.7255496921981381, -0.3496242869631688, 0.14019031471491553, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6041363447559382, -0.3310701039218724, -0.0027016422704315085, 0.7466892170699015, -0.5864799683685867, -0.11116908517362774, -0.5285692862872777, -0.38466447650718416], [-0.15309668370488824, -0.31241301759150414, -0.21982020159050053, -0.46307962026755267, -0.015393844234330694, -0.26396504694916545, -0.6089828689596246, -0.4540947616892366, -0.4869474930748387, 0.8696520657419323, -0.8100510976134156, -0.42323695584062554, -0.47831522953529576, -0.20999075324231162], [-1.0108315545165565, -0.3077616089200461, -0.30777731636966466, -0.25275912904047565, -0.1365712264069774, -0.45281154014787034, -0.18658964413065465, 0.6633185499847515, -0.6223148211268966, 0.90039277790994, -0.9159532114662293, -0.5003324632593426, -0.5188834485334041, -0.38017063351491115], [-0.10114137765352059, -0.010071453946729697, -0.12470378677117185, -0.46307962026755267, -0.1349767871678636, -0.15065715102994257, -0.7189616874278912, -0.30850345072194174, -0.6284678814928992, 1.031204319050398, -1.0042049730102407, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0344476027217235, -0.3403214696202526, -0.32311867359858865, -0.46307962026755267, -0.14294898336343245, -0.26144709370651614, 2.8805145576945304, 6.482603249347528, -0.5835505408210799, -1.8096953256675008, 0.9785179363452153, -0.48758559649489336, -0.5247791758618489, -0.3438291206208773], [-0.818124601162393, -0.3263672436058784, -0.3251641878957785, 0.004299249125951819, -0.013799404995216933, -0.21864188858147623, -0.06878182502566395, -0.19494222816745174, -0.5977025796628861, 0.6904402543795046, -0.8218179991526172, -0.48973567040696914, -0.5079342406377209, -0.33835835523897967], [-0.9513191130395354, -0.2752017482198396, -0.3251641878957785, -0.08917652475274906, 0.016494940547944745, -0.25137528073591847, -0.33944156132383885, 0.1639403533669301, -0.6100087003948913, 1.0027528088523483, -0.9924380714710392, -0.49111786077901787, -0.5170585805507902, -0.36707987349394194], [-0.9513191130395354, -0.29845879157713, -0.27300357331743696, -0.27612807251015087, 0.04838372533022019, -0.4603653998758186, -0.2663708887144142, 0.3138994036632438, -0.579243398564878, 0.9167442205524973, -0.8865359576182256, -0.4610168260099571, -0.48968556081158215, -0.36297679945751876], [-0.7623907273981988, -0.3496242869631688, 0.01848221403211862, -0.13591441169209956, -0.11106019858115701, -0.6869811917142645, -0.5288288148217353, -0.4540947616892366, -0.3577332253887834, 0.9396362402520775, -0.8159345483830164, -0.3249478627171617, -0.4110758630989848, -0.04469548491783498], [-0.8417406493675602, -0.2658989308769235, -0.31595937355842413, -0.04243863781339862, -0.1397601048852049, -0.4477756336625716, -0.3882796129148319, 0.12099091663157813, -0.5435556484420628, 0.978879702594215, -0.9041863099270279, -0.44826995924550783, -0.4708753831446392, -0.3162799092334645], [-0.6112480188851296, -0.33101865227733646, 0.3969023590122436, -0.41634173332820223, -0.14294898336343245, -0.3697190831404402, -0.5996626301063817, -0.4540947616892366, -0.480794432708836, 0.9821499911227263, -0.9277201130054309, -0.3172690273168911, -0.3881948260862109, -0.3651260287146928], [-0.9598208903933956, -0.2845045655627558, -0.3251641878957785, -0.11254546822242431, -0.10308800238558814, -0.35712931692719324, -0.2786736040006949, 0.4420197573144633, -0.6272372694196987, 0.9641634042159134, -0.9689042683926362, -0.5009467700913642, -0.5278674139862723, -0.3834921696396347], [-0.8729138329983808, -0.17752216611922014, -0.3220959164499937, 0.16788185341367842, 0.05157260380844774, -0.1556930575152413, -0.5336753390254216, -0.216780924812546, -0.6149311486876934, 1.1397778981969782, -1.1042236360934536, -0.49388224152311533, -0.5271655416852671, -0.36258603050166893], [-0.9229798551933349, -0.3217158349344203, -0.3251641878957785, -0.27612807251015087, 0.2476886302194417, -0.5661194360670934, -0.20821259827017835, 0.23600805229574107, -0.5853964589308808, 0.8611493155678024, -0.8453518022310202, -0.48221041171470397, -0.49824840288384725, -0.3352322035921811], [-0.30801795993078424, -0.33567006094879454, -0.318004887855614, -0.46307962026755267, -0.12700459097229475, 0.07847659405115272, -0.01211477279794691, -0.4540947616892366, -0.5946260494798847, 0.45007404753391306, -0.5982468699077883, -0.48251756513071475, -0.5223928100384307, -0.3346460501584063], [-0.6301408574492632, 0.27831588368367066, 0.3437189872853071, -0.20602124210112518, -0.1397601048852049, -0.4805090258170138, 2.1181190194992583, 2.7001409904172062, 0.08528712096340611, -1.692946025199642, 1.2550401225164511, -0.2346447584099792, 0.1536505902899068, 0.47072876784808637], [-0.4412124718079265, -0.04263131464693615, -0.02651910050605837, 0.4249402315801058, -0.14294898336343245, 0.20689220942627204, 2.215049503572985, 2.8479161710490106, -0.1485291729446939, -1.706027179313688, 1.0667696978892267, -0.341841300597757, -0.14534700993836544, 0.2542427663072824], [-0.2144984090383225, -0.11705385339026526, -0.1379996297029059, 1.990659444048346, -0.14294898336343245, 0.06085092135260692, 1.7639499430760266, -0.42716036916028705, 0.4298585014595535, -1.7256489104847565, 1.3197580809820595, 0.019524693338978237, 0.2968325396949948, 0.9040915398855441], [-0.8729138329983808, -0.061236949332768444, -0.2965269877351204, -0.46307962026755267, -0.016988283473444457, -0.5056885582435078, -0.5396402918914972, -0.0806530490581253, -0.41311076868280705, 1.0436314154587414, -0.898302859157427, -0.29208244720400345, -0.3592776872847912, -0.2641122536275126], [0.6026168588604583, -0.3077616089200461, 1.0013518338318483, -0.46307962026755267, 0.1217279303294537, -0.03231334862542078, -0.6693780167286388, -0.3922184545281363, 1.2439083878817017, -0.3364303435730915, 0.8431985686443979, 1.2661068322189102, 1.2920874625205583, -0.15020310299728817], [-0.8757477587830007, -0.028677088632561926, -0.2985725020323102, -0.46307962026755267, -0.04887706825571991, -0.49309879203026075, -0.541131530108016, -0.13379387756118788, -0.40511179020700366, 1.0416692423416345, -0.898302859157427, -0.219287087609438, -0.48729919498816404, -0.16720155257675562], [0.09345485955705618, -0.3217158349344203, 0.07268834290765007, -0.46307962026755267, -0.14294898336343245, -0.17080077697113777, -0.6749701600405845, -0.4540947616892366, -0.5983178856994863, 0.8850224218259362, -0.8806525068486247, -0.4819032582986931, -0.5218313121976265, -0.35926449437694546], [-0.38453395611552554, -0.08914540136151688, -0.16152304412058938, -0.46307962026755267, -0.04728262901660613, -0.30425229883155586, -0.5221182428474004, -0.4540947616892366, -0.49802300173364344, 0.8660547483605698, -0.8218179991526172, -0.3966681853556893, -0.4962831604410323, -0.24535534374672094], [-0.2324466056742496, -0.2472932961910912, 0.0921207287309538, -0.46307962026755267, -0.14294898336343245, -0.48302697905966313, -0.6417901097230396, -0.4540947616892366, -0.4697189240500313, 0.9138009608768368, -0.851235253000621, -0.34107341705773, -0.37078839302127864, -0.32409528835046103], [-0.9550976807523622, 0.6504285774003162, -0.3220959164499937, -0.46307962026755267, 0.04838372533022019, -0.1632469172431895, -0.37187599253312426, -0.4540947616892366, -0.5890882951504823, 1.0174691072306499, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8370174397265269, -0.27055033954838154, -0.2965269877351204, -0.15928335516177475, -0.1397601048852049, -0.32187797153010167, -0.46395995240316446, -0.2837529278575016, -0.40695770831680445, 0.9638363753630621, -0.8335849006918187, -0.29162171707998724, -0.3476266070881026, -0.32643990208555995], [-1.0457833058602037, -0.29380738290567193, -0.3251641878957785, -0.46307962026755267, -0.14294898336343245, -0.6139605476774319, 2.9271157519607454, 6.766506305733752, -0.6284678814928992, -1.8129656141960124, 1.060886247119626, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.3496242869631688, 0.004163613951789618, -0.27612807251015087, -0.14294898336343245, 0.21192811591157099, -0.5567895313814641, -0.39658619385715516, -0.5306342216734573, 1.0704477813925355, -1.0042049730102407, -0.44059112384523724, -0.4728406255874542, -0.3070968387709936], [-0.8389067235829402, -0.08449399269005878, 0.06859731431327028, -0.3696038463888518, -0.14294898336343245, -0.5308680906700017, -0.6347067281945751, -0.4540947616892366, -0.3675781219743876, 1.0678315505697265, -0.9159532114662293, -0.08690396530877254, -0.3601199340459976, -0.36121833915619456], [-0.818124601162393, -0.3263672436058784, -0.050042514923741774, 0.004299249125951819, -0.013799404995216933, -0.21864188858147623, -0.06878182502566395, -0.4540947616892366, -0.5977025796628861, 0.6904402543795046, -0.8218179991526172, -0.48973567040696914, -0.5079342406377209, -0.33835835523897967], [-0.8757477587830007, -0.07519117534714263, -0.3098228306668545, -0.46307962026755267, -0.05684926445128877, -0.513242417971456, -0.5664825797888368, -0.010041263238987307, -0.41311076868280705, 1.0639072043355127, -0.9159532114662293, -0.2558383441147261, -0.3320450420057842, -0.2869722375447275], [-0.8757477587830007, -0.07519117534714263, -0.3098228306668545, -0.46307962026755267, -0.05684926445128877, -0.513242417971456, -0.5664825797888368, -0.010041263238987307, -0.41311076868280705, 1.0639072043355127, -0.9159532114662293, -0.2558383441147261, -0.3320450420057842, -0.2869722375447275], [-0.8757477587830007, -0.028677088632561926, -0.2985725020323102, -0.46307962026755267, -0.04887706825571991, -0.49309879203026075, -0.541131530108016, -0.13379387756118788, -0.40511179020700366, 1.0416692423416345, -0.8924194083878263, -0.219287087609438, -0.48729919498816404, -0.16466155436373178], [-0.970211951603669, -0.21938484416234283, -0.31186834496404436, -0.3696038463888518, 0.04360040761287887, -0.5308680906700017, -0.18845369190130326, 0.40052623368878426, -0.579243398564878, 0.8611493155678024, -0.8453518022310202, -0.4221619188845877, -0.49782727950324407, -0.38036601799283604], [-0.9683226677472557, -0.31241301759150414, -0.26891254472305726, -0.27612807251015087, 0.2508775086976692, 0.3504155442572879, -0.6246408702330727, -0.21459705514803656, -0.6284678814928992, 1.2601245160461998, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7916746271726061, -0.22403625283380085, -0.2893676876949559, 0.027668192595627063, -0.1413545441243187, -0.336985690985998, -0.45501252310405127, -0.27210562298011803, -0.5017148379532449, 0.9867283950626423, -0.898302859157427, -0.4101829356601655, -0.4086894972755667, -0.2945922321837991], [-0.9040870166292013, -0.14961371409047178, -0.2259567444820701, -0.04243863781339862, -0.015393844234330694, 0.06840478108055512, -0.4505388084544947, -0.33762171291540066, -0.6100087003948913, 1.0639072043355127, -1.0395056776278453, -0.4894285169909583, -0.5204275675956158, -0.35574757377429694], [-0.9305369906189883, -0.28915597423421385, -0.3220959164499937, 0.14451290994400318, 0.14883339739438783, -0.4981346985155595, -0.3345950371201525, 0.016165172735125792, -0.5817046227112792, 0.9814959334170241, -0.9277201130054309, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.3170644262629622, -0.3282324593415633, -0.08917652475274906, 0.16318335054641173, -0.5157603712141053, -0.12992259190293762, 0.32700262165030036, -0.6284678814928992, 0.8578790270392912, -0.9041863099270279, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.0660602436390623, 0.0503968587822252, -0.2944814734379305, 0.752105440155559, -0.1413545441243187, 0.28998466643370213, 1.7117566054978666, 1.032392523286844, 0.4803135964607751, -1.769143747913959, 1.4609608994524776, -0.16062078515137046, 0.29121756128695214, 0.23665816329404024], [-1.0457833058602037, -0.3263672436058784, -0.3251641878957785, -0.46307962026755267, 0.7706647006487589, -0.6416580333465752, -0.3334766084577634, 0.3488413182953945, -0.6241607392366973, 1.0465746751344018, -0.99832152224064, -0.5012539235073751, -0.5282885373668756, -0.38407832307340944], [-0.9739905193164958, -0.014722862618187707, -0.14822720118885524, -0.06580758128307386, -0.11584351629849833, 0.30005647940429986, -0.5948161059026953, -0.4540947616892366, -0.6216995150902963, 1.2424649579922378, -1.1571746930198605, -0.4997181564273209, -0.5257617970832563, -0.37606755947848797], [-0.9749351612447025, -0.29380738290567193, -0.32311867359858865, -0.18265229863145, 0.3975659186961363, -0.3445395507139462, -0.4427098078177706, 0.14646939605085468, -0.6260066573464982, 1.1132885611160357, -1.0630394807062484, -0.5009467700913642, -0.5275866650658702, -0.3832967851617098], [-1.0079976287319363, -0.31241301759150414, -0.3282324593415633, -0.08917652475274906, 0.266821901088807, -0.4150422415081294, -0.12992259190293762, 0.06275439224466012, -0.616161760760894, 0.8513384499822682, -0.8924194083878263, -0.48988924711497456, -0.5260425460036585, -0.3774352508239624], [-0.22300018639218264, -0.2845045655627558, -0.28118563050619644, -0.46307962026755267, -0.14294898336343245, -0.4805090258170138, -0.4941575262876716, -0.4388076740376707, -0.39588219965799976, 0.7764488426793557, -0.6923820822214004, -0.23909848294213618, -0.3133752387990424, -0.3311291295557579], [-0.6169158704543696, -0.29380738290567193, -0.15947752982339952, -0.18265229863145, -0.14294898336343245, -0.5912989684935873, 0.14446523993653437, -0.4249764994957776, -0.5010995319166447, 0.4010197196062413, -0.47469440374617233, -0.4372124362691181, -0.44701172491045793, -0.276812244692632], [-0.6169158704543696, -0.29380738290567193, -0.15947752982339952, -0.18265229863145, -0.14294898336343245, -0.5912989684935873, 0.14446523993653437, -0.4249764994957776, -0.5010995319166447, 0.4010197196062413, -0.47469440374617233, -0.4372124362691181, -0.44701172491045793, -0.276812244692632], [-0.3788661045462855, -0.14031089674755562, -0.21368365869893094, -0.46307962026755267, -0.06322702140774386, -0.11036989914755221, -0.6477550625891152, -0.4540947616892366, -0.47648729045263416, 0.970376952420085, -0.8865359576182256, -0.40465417417197075, -0.493475671237011, -0.24027534732067318], [-0.9985512094498696, -0.2658989308769235, -0.32720970219296835, -0.41634173332820223, 0.3513271807618369, -0.23878551452267147, -0.41698594858282007, 0.26658222759887296, -0.616161760760894, 1.0933398010921158, -1.0336222268582445, -0.497875235931256, -0.5235158057200393, -0.3768490973901876], [-0.26361978930507013, 0.11551658018263823, 0.4633815736709141, 0.21461974035302883, -0.14294898336343245, 0.944652509522546, 2.1244567819194637, 1.6941050316331991, -0.17683325062830602, -1.7321894875417796, 1.084420050198029, -0.28041061739559214, -0.09621594886799208, 0.05104290926537254], [1.176014509281915, 0.1620306668972189, -0.31186834496404436, 2.0140283875180214, -0.11903239477672588, 2.112982814111867, 1.4444521551868592, 0.04819526114793069, -0.5509393208812661, -1.4231472215974472, 0.6902288486347782, -0.4507271865735944, -0.5136895935059647, -0.27876608947188114], [-0.7680585789674389, 0.15272784955430282, -0.1656140727149691, -0.46307962026755267, -0.13178790868963605, -0.3420215974712969, -0.10270749445146823, -0.4540947616892366, -0.5220199371610537, 0.6668941769742223, -0.6923820822214004, -0.34537356488188153, -0.46371628567438483, -0.3674706424497918], [0.12368340125967008, 0.5387947692853226, 0.04405114274699194, 1.8504457832302947, 0.04200596837376508, 0.415882328566172, 1.9984471526236192, 0.7353862489135623, -0.31404649679016466, -1.6831351596141078, 0.9020330763404055, -0.36180627263846066, -0.3081813837716029, 0.013919858459639023], [-0.7605014435417855, -0.33101865227733646, -0.3251641878957785, 0.0977750230046527, -0.040904872060151046, -0.15821101075789076, -0.01770691610989275, -0.4540947616892366, -0.581089316674679, 0.6361534648062146, -0.7688669422262103, -0.4832854486707418, -0.49670428382163556, -0.31315375758666586], [-0.9484851872549155, -0.2007792094765105, -0.31084558781544946, -0.46307962026755267, -0.06322702140774386, -0.5585655763391452, -0.5366578154584594, 0.047467304593094166, -0.3589638374619839, 1.0475557616929554, -0.874769056079024, -0.1930254705405125, -0.295828431273909, -0.2875583909785022], [-1.0174440480140032, -0.2798531568912977, -0.32311867359858865, -0.3462349029191766, 0.4007547971743638, -0.3420215974712969, -0.3685207065459568, 0.2447435309537787, -0.6223148211268966, 1.0606369158070013, -1.0042049730102407, -0.4969537756832236, -0.5271655416852671, -0.3748952526109385], [-1.0268904672960701, -0.3170644262629622, -0.3139138592612342, -0.43971067679787745, 0.5904930666289027, -0.5333860439126512, -0.3610645154633625, 0.3845111894823818, -0.6223148211268966, 1.0606369158070013, -1.0100884237798415, -0.5006396166753535, -0.5271655416852671, -0.37919371112528655], [-0.7718371466802656, 0.15737925822576082, -0.16050028697199448, -0.46307962026755267, -0.13178790868963605, -0.3420215974712969, -0.10643558999276546, -0.4540947616892366, -0.5220199371610537, 0.668202292385627, -0.6923820822214004, -0.3456807182978923, -0.46371628567438483, -0.3674706424497918], [-0.8464638590085937, 0.03644263276785104, -0.00197292893977998, -0.08917652475274906, 0.07230031391692676, -0.10785194590490274, -0.6846632084479571, -0.4540947616892366, -0.6057015581386895, 1.2346162655238104, -1.1748250453286628, -0.4923464744430612, -0.5271655416852671, -0.35437988242882257], [-0.9173120036240949, -0.11240244471880723, -0.31186834496404436, -0.46307962026755267, -0.04887706825571991, -0.513242417971456, -0.5355393867960703, 0.04819526114793069, -0.41003423849980575, 1.0570395984256387, -0.9041863099270279, -0.3115866891206908, -0.344117245583076, -0.2281615096893286], [-0.5422891581260416, -0.2798531568912977, -0.3251641878957785, 0.19125079688335359, -0.14294898336343245, -0.5761912490376909, 0.19591295840643536, -0.39585823730231867, -0.5952413555164849, 0.3820520461408749, -0.557062714520583, -0.48635698283085005, -0.5180412017721977, -0.3430475827091776], [-0.9173120036240949, -0.11240244471880723, -0.31186834496404436, -0.46307962026755267, -0.04887706825571991, -0.513242417971456, -0.5351665772419405, 0.05037913081244007, -0.41003423849980575, 1.0570395984256387, -0.9041863099270279, -0.3115866891206908, -0.344117245583076, -0.2281615096893286], [-0.9683226677472557, -0.2752017482198396, -0.12572654391976676, 0.027668192595627063, 0.3290050314142441, -0.2010162158829305, -0.592579248577917, -0.21459705514803656, -0.6284678814928992, 1.211070188118528, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5545695031927285, -0.18217357479067822, -0.30266353062669, -0.3228659594495013, -0.1126546378202708, -0.4553294933905198, -0.5549254836108155, -0.33179806047670896, -0.4008046479508018, 0.9102036434954742, -0.827701449922218, -0.3326266981174323, -0.2899327039454642, -0.23421842850500088], [-0.41192857203351935, -0.31241301759150414, -0.2822083876547914, 0.004299249125951819, -0.14294898336343245, -0.38986270908163545, -0.4438282364801597, -0.44608723958603536, -0.5017148379532449, 0.8539546808050773, -0.7982841960742141, -0.3889893499554186, -0.40265339548692086, -0.32858913134273404], [0.29560823219328625, -0.3077616089200461, 0.8152100327875705, -0.43971067679787745, 0.0005505481568070398, -0.22367779506677513, -0.7077774008039996, -0.4031378028506834, 1.2543685905039061, -0.1918835906128852, 0.7196461024827819, 1.1708892732555547, 1.6570610590433317, 0.3499811604904899], [-1.0278351092242768, -0.3496242869631688, -0.3128911021126393, -0.46307962026755267, 0.9269197460819086, -0.6869811917142645, 2.590095915027481, 5.072551402629276, -0.36696281593778735, -1.6886946501125772, 1.0785365994284284, 0.13040707651888594, -0.5285692862872777, -0.38466447650718416], [-0.8729138329983808, -0.061236949332768444, -0.2965269877351204, -0.46307962026755267, -0.016988283473444457, -0.5056885582435078, -0.5396402918914972, -0.0806530490581253, -0.41311076868280705, 1.0436314154587414, -0.898302859157427, -0.27841412019152173, -0.35239933873493895, -0.2537568762974922], [-0.9815476547421493, -0.3077616089200461, -0.32720970219296835, -0.41634173332820223, 0.4772878806518248, -0.2085700756108787, -0.3916348989019993, 0.15738874437340183, -0.6247760452732976, 1.0671774928640239, -1.021855325319043, -0.500486039967348, -0.5271655416852671, -0.3823198627720852], [-0.8568549202188671, -0.25659611353400735, -0.10833967239365291, 0.0977750230046527, -0.052065946733947446, -0.21864188858147623, -0.457994999537089, -0.2990400155090676, -0.579243398564878, 1.0410151846359323, -0.9924380714710392, -0.48006033780262813, -0.489264437430979, -0.3358183570259558], [-0.7331068276237915, -0.33567006094879454, -0.3098228306668545, 0.07440607953497745, -0.14294898336343245, 0.37055917019848295, -0.5664825797888368, -0.37329158410238794, -0.6032403339922884, 1.102496608971948, -1.0924567345542522, -0.49203932102705034, -0.5242176780210446, -0.36063218572241984], [-0.7085461374904178, -0.3496242869631688, -0.017314286168703973, 0.027668192595627063, -0.14294898336343245, -0.6869811917142645, 1.46980320486768, 2.145438095631813, 0.9097972100077588, -1.521909935158493, 1.549212660996489, 0.5954373483592745, 0.7436444465149902, -0.027501650860442595], [-0.9758798031729092, -0.3217158349344203, -0.32720970219296835, 0.0977750230046527, 0.011711622830603431, -0.49309879203026075, -0.2533225543198741, 0.27094996692789186, -0.6081627822850905, 0.9399632691049283, -0.9512539160838339, -0.49726092909923436, -0.5219716866578276, -0.35613834273014683], [-1.036336886578137, -0.33101865227733646, -0.28016287335760154, -0.22939018557080043, -0.11584351629849833, -0.5736732957950416, 0.17950933802472788, 0.550485283985098, -0.6223148211268966, 0.5864450791728407, -0.6982655329910012, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.621639080095403, -0.2379904788481751, -0.002995686088374913, 0.3080955142317297, -0.14294898336343245, -0.6869811917142645, -0.33720470399906055, -0.30559162450259586, -0.5780127864916776, 0.8546087385107795, -0.851235253000621, -0.47023142849028177, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.3496242869631688, 0.004163613951789618, -0.27612807251015087, -0.14294898336343245, 0.19178448997037564, -0.497512812274839, -0.39658619385715516, -0.555246463137468, 1.0835289355065811, -1.0042049730102407, -0.44059112384523724, -0.4728406255874542, -0.3070968387709936], [-0.9229798551933349, -0.3077616089200461, -0.3251641878957785, -0.27612807251015087, 0.20463877076336984, -0.5686373893097428, -0.21939688489406983, 0.30953166433422497, -0.5853964589308808, 0.8742304696818485, -0.851235253000621, -0.48236398842270933, -0.49824840288384725, -0.3352322035921811], [-0.6887086569980776, -0.15426512276192983, -0.20754711580736132, -0.29949701597982614, -0.14294898336343245, -0.38734475583898603, 2.1050706851047183, 4.886194524591139, -0.22298120337332575, -1.4565041645882641, 0.9902848378844169, -0.23725556244607127, -0.1261157088908193, -0.07439392556242179], [-0.8105674657367397, -0.2658989308769235, 0.06859731431327028, -0.18265229863145, -0.11903239477672588, -0.1934623561549823, -0.4494203797921055, -0.2728335795349545, -0.5521699329544666, 0.9880365104740472, -0.9512539160838339, -0.4081864384560952, -0.4589435540275486, -0.37567679052263814], [-0.9872155063113894, -0.28915597423421385, 1.2652231781693408, -0.46307962026755267, -0.11424907705938457, -0.4175601947507789, -0.7666813103564951, -0.4540947616892366, -0.5835505408210799, 1.3546358545201809, -1.2218926514854689, -0.46777420116219515, -0.4822457144209257, -0.35535680481844717], [-0.7349961114802049, 0.13877362353992853, -0.21675193014471572, -0.43971067679787745, -0.13178790868963605, -0.35964727016984266, -0.01770691610989275, -0.4540947616892366, -0.5281729975270563, 0.5874261657313942, -0.6335475745253929, -0.3530524002821521, -0.4666641493386073, -0.37294140783168933], [-0.8955852392753412, -0.3496242869631688, 0.16678200057838377, -0.27612807251015087, -0.14294898336343245, 0.17164086402918055, -0.40878413839196626, -0.39658619385715516, -0.555246463137468, 0.9592579714231461, -0.9571373668534346, -0.44059112384523724, -0.4728406255874542, -0.38466447650718416], [-0.6046355253876827, -0.028677088632561926, -0.08072522938158976, -0.46307962026755267, 0.1504278366335016, 0.19682039645567456, -0.6891369230975137, -0.4540947616892366, -0.6223148211268966, 1.1718267257763904, -1.1571746930198605, -0.4975680825152452, -0.5273059161454681, -0.3764583284343378], [-0.46955172965412706, -0.1868249834621363, 0.13712204326913077, -0.04243863781339862, -0.14294898336343245, -0.4351858674493246, 1.6110980258828427, 0.6436637230041667, 0.8544196667137353, -1.692946025199642, 1.6668816763885042, 0.4361783021576619, 1.3552559696110382, 0.2470135406240606], [-0.9475405453267086, -0.33567006094879454, -0.32618694504437346, 0.19125079688335359, 0.40553811489170516, -0.3520934104418944, -0.5426227683245348, -0.16436805286431982, -0.6081627822850905, 1.1744429565991996, -1.1042236360934536, -0.49864311947128304, -0.5243580524812457, -0.3487137325690001], [-0.6679265345775305, -0.2752017482198396, -0.1277720582169566, -0.019069694343723426, -0.12700459097229475, -0.17331873021378716, -0.3685207065459568, -0.3398055825799101, -0.5853964589308808, 0.893852200852917, -0.8865359576182256, -0.4564095247697947, -0.4889836885105769, -0.35828757198732086], [-0.83607279779832, -0.2845045655627558, 0.3723561874459652, -0.41634173332820223, -0.14294898336343245, -0.5686373893097428, -0.5500789594071291, -0.4540947616892366, -0.37373118234039027, 0.9608931156874017, -0.8630021545398225, -0.10533317026942203, -0.3615236786480083, -0.35535680481844717], [-0.4978909875003275, -0.3170644262629622, -0.32720970219296835, -0.04243863781339862, -0.14294898336343245, -0.5761912490376909, 0.3569666857904733, -0.41332919461839407, -0.5712444200890747, 0.21788356200959985, -0.35702538835415715, -0.4745315763144333, -0.510180232000938, -0.3223368280491368], [-0.4978909875003275, -0.3170644262629622, -0.32720970219296835, -0.04243863781339862, -0.14294898336343245, -0.5761912490376909, 0.3569666857904733, -0.41332919461839407, -0.5712444200890747, 0.21788356200959985, -0.35702538835415715, -0.4745315763144333, -0.510180232000938, -0.3223368280491368], [-0.4978909875003275, -0.3170644262629622, -0.32720970219296835, -0.04243863781339862, -0.14294898336343245, -0.5761912490376909, 0.3569666857904733, -0.41332919461839407, -0.5712444200890747, 0.21788356200959985, -0.35702538835415715, -0.4745315763144333, -0.510180232000938, -0.3223368280491368], [-0.4978909875003275, -0.3170644262629622, -0.32720970219296835, -0.04243863781339862, -0.14294898336343245, -0.5761912490376909, 0.3569666857904733, -0.41332919461839407, -0.5712444200890747, 0.21788356200959985, -0.35702538835415715, -0.4745315763144333, -0.510180232000938, -0.3223368280491368], [0.38818314115754127, -0.3077616089200461, -0.181978187092488, -0.46307962026755267, -0.14294898336343245, -0.40497042853753185, -0.5381490536749782, -0.4540947616892366, -0.5730903381988754, 0.6825915619110773, -0.704148983760602, -0.4722279256943522, -0.5076534917173188, -0.29810915278644756], [-0.871969191070174, -0.2752017482198396, -0.3128911021126393, 0.07440607953497745, 0.5633875995639686, -0.32943183125804987, -0.6402988715065209, -0.3026797982832499, -0.6007791098458874, 1.2274216307610852, -1.1512912422502597, -0.4908107073630071, -0.5240773035608436, -0.34226604479747796], [-0.9059763004856146, -0.3031102002485881, -0.08174798653018467, 0.21461974035302883, -0.03931043282103728, -0.14813919778729315, -0.5526886262860372, -0.24080349112214963, -0.6057015581386895, 1.1652861487193675, -1.1101070868630545, -0.48988924711497456, -0.5246388014016479, -0.3541844979508977], [-0.9173120036240949, -0.10309962737589107, -0.31186834496404436, -0.46307962026755267, -0.04887706825571991, -0.513242417971456, -0.541131530108016, 0.04819526114793069, -0.4008046479508018, 1.0570395984256387, -0.898302859157427, -0.3115866891206908, -0.344117245583076, -0.2281615096893286], [-0.9976065675216629, -0.3031102002485881, -0.32720970219296835, -0.25275912904047565, -0.09830468466824684, -0.2992163923462571, -0.22871712374731276, 0.5810594592882299, -0.6272372694196987, 0.9337497209007567, -0.9453704653142331, -0.5012539235073751, -0.5266040438444628, -0.3836875541175596], [-0.09169495837145379, 0.3527384224269997, 0.14019031471491553, 0.0977750230046527, -0.14294898336343245, -0.42007814799342824, 1.3762280067811208, -0.4337119781538153, 0.9282563911057669, -1.7125677563707107, 1.6727651271581048, 0.9786112348327783, 1.1351488160157657, 0.09539518575432784], [-0.9730458773882892, -0.2472932961910912, -0.3282324593415633, -0.08917652475274906, 0.3545160592400644, -0.3470575039565956, -0.3961086135515559, 0.047467304593094166, -0.6198535969804955, 1.0658693774526196, -1.0395056776278453, -0.49833596605527225, -0.5257617970832563, -0.3776306353018873], [-0.884249536136861, -0.31241301759150414, -0.32311867359858865, -0.04243863781339862, -0.024960479669013325, 0.1389074718747382, -0.04753168044027004, -0.3922184545281363, -0.6223148211268966, 0.7192187934304053, -0.7806338437654119, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.9040870166292013, -0.33101865227733646, -0.1686823441607539, -0.46307962026755267, -0.14294898336343245, -0.49309879203026075, 1.5402642105981965, -0.4540947616892366, -0.6284678814928992, -0.6628051387185344, 0.14895137783150822, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.2097751993972892, 0.896953236987594, 0.3876975446748891, 1.032532761791662, -0.1285990302114085, 0.028117529198164702, 2.034609679374202, 1.7639888608975005, -0.33619751410777415, -1.5954914270500007, 0.8784992732620025, -0.3810033611391372, -0.28880970826385566, -0.1091723626330564], [-0.8851941780650677, 0.01318558941056067, -0.30266353062669, -0.46307962026755267, -0.04887706825571991, -0.4654013063611173, -0.47514423902705605, -0.0034896542454589843, -0.4623352516108281, 1.018123164936352, -0.9041863099270279, -0.3203405614769993, -0.4064435059123496, -0.26743378975223614], [-0.8946405973471345, -0.037979905975478075, -0.30164077347809504, -0.46307962026755267, -0.020177161951672008, -0.5006526517582089, -0.5277103861593462, -0.04061543854211922, -0.4266475014880129, 1.0475557616929554, -0.9100697606966286, -0.28655368571580864, -0.3616640531082093, -0.24887226434936943], [-0.8861388199932744, 0.02713981542493489, -0.3251641878957785, 0.05103713606530231, 0.05476148228667527, -0.1556930575152413, -0.5463508638658321, -0.23789166490280372, -0.6130852305778927, 1.1561293408395354, -1.1101070868630545, -0.49157859090303413, -0.5228139334190339, -0.37176910096413984], [-0.29951618257692403, -0.2007792094765105, -0.11549897243381742, 3.0656308436534063, -0.14294898336343245, 0.4259541415367698, 2.2635147456098483, 1.3657966254019491, -0.4561821912448255, -1.6504322743289932, 0.6549281440171736, -0.440130393721221, -0.3881948260862109, -0.11112620741230553], [-1.0457833058602037, -0.10775103604734912, -0.31186834496404436, -0.46307962026755267, 0.3577049377182919, -0.6567657528024716, -0.20634855049952971, 0.4966164989271989, -0.6284678814928992, 0.9396362402520775, -0.9277201130054309, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9154227197676814, -0.09844821870443297, -0.30880007351825955, -0.46307962026755267, -0.016988283473444457, -0.5056885582435078, -0.5534342453942966, 0.014709259625452874, -0.41311076868280705, 1.0753532141853024, -0.898302859157427, -0.27841412019152173, -0.35239933873493895, -0.2537568762974922], [-0.7340514695519983, 0.20854475361179958, -0.28016287335760154, -0.46307962026755267, -0.1397601048852049, -0.33446773774334865, -0.6145750122715703, -0.08574874494198063, -0.5066372862460471, 1.103477695530501, -0.9924380714710392, -0.30851515496058257, -0.4499595885746803, -0.37040140961866547], [-0.7340514695519983, 0.20854475361179958, -0.28016287335760154, -0.46307962026755267, -0.1397601048852049, -0.33446773774334865, -0.6145750122715703, -0.08574874494198063, -0.5066372862460471, 1.103477695530501, -0.9924380714710392, -0.30851515496058257, -0.4499595885746803, -0.37040140961866547], [-1.0250011834396566, -0.33567006094879454, -0.30777731636966466, 0.004299249125951819, -0.12700459097229475, -0.42259610123607766, -0.22237936132710756, 0.5155433693529472, -0.6241607392366973, 0.9373470382821192, -0.9512539160838339, -0.4997181564273209, -0.5281481629066744, -0.38036601799283604], [0.9049022758865969, -0.3031102002485881, -0.2648215161286775, -0.46307962026755267, -0.14294898336343245, 0.06336887459525632, -0.7935235982538347, -0.4540947616892366, 1.5232573284982212, -0.39202524855778625, 1.0903035009676298, 1.7268369562351473, 1.6177562101870329, -0.14824925821803905], [-0.9040870166292013, -0.07519117534714263, -0.30777731636966466, -0.04243863781339862, 0.04838372533022019, -0.2337496080373727, -0.2659980791602845, -0.17019170530301164, -0.6100087003948913, 0.90039277790994, -0.9277201130054309, -0.4954180086031694, -0.5280077884464734, -0.35223065317164853], [-0.9966619255934562, -0.33567006094879454, -0.3220959164499937, -0.18265229863145, -0.13178790868963605, -0.450293586905221, -0.10643558999276546, 0.6130895477010346, -0.6173923728340945, 0.8225599109313675, -0.8630021545398225, -0.49956457971931556, -0.5219716866578276, -0.37176910096413984], [-0.9664333838908424, -0.3077616089200461, -0.3220959164499937, 0.004299249125951819, 0.38321596554411236, 0.11624589269089373, -0.6324698708697968, -0.3121432334961241, -0.6173923728340945, 1.258489371781944, -1.1748250453286628, -0.49941100301131014, -0.5239369291006425, -0.3694244872290409], [-0.985326222454976, -0.2007792094765105, -0.2484574017511586, 0.21461974035302883, -0.10149356314647438, -0.09022627320635701, -0.48632852565094753, -0.10758744158707485, -0.6204689030170958, 1.1407589847555315, -1.0806898330150505, -0.4980288126392614, -0.5275866650658702, -0.3719644854420648], [-0.9985512094498696, -0.2658989308769235, -0.32720970219296835, -0.41634173332820223, 0.2078276492415974, -0.23878551452267147, -0.34615213329817374, 0.4048939730178031, -0.616161760760894, 1.031204319050398, -0.9924380714710392, -0.49956457971931556, -0.5260425460036585, -0.3797798645590613], [-0.4223196332437929, -0.2054306181479686, 0.37746997318893977, 0.3314644577014049, -0.14294898336343245, -0.15821101075789076, 1.9056175736453198, 1.705024379955746, 0.24526669047947453, -1.6667837169715505, 1.2609235732860518, 0.14975774172756795, 0.1543524625909121, 0.42676726031498097], [-0.8918066715625144, -0.03332849730402, -0.30470904492387985, -0.46307962026755267, -0.018582722712558248, -0.4981346985155595, -0.5262191479428273, -0.0398874819872827, -0.42541688941481237, 1.0475557616929554, -0.9041863099270279, -0.28655368571580864, -0.3881948260862109, -0.2283568941672535], [-1.0174440480140032, -0.31241301759150414, -0.3251641878957785, -0.13591441169209956, -0.040904872060151046, -0.3118061585595041, -0.223124980435367, 0.39033484192107354, -0.6149311486876934, 0.9330956631950544, -0.9100697606966286, -0.495264431895164, -0.5274462906056692, -0.36922910275111603], [-0.6150265865979563, -0.29845879157713, -0.004018443236969846, -0.18265229863145, -0.14294898336343245, -0.49561674527291016, 1.4813603010457013, 1.6009265926141303, 0.9996318913513972, -1.5945103404914474, 1.6551147748493027, 0.3692188574673021, 1.0927557290350436, 0.09402749440885351], [-0.7302729018391716, -0.024025679961103854, 0.3570148302170412, 0.4249402315801058, 0.700509374127753, -0.24382142100797025, 2.4573757137573016, 2.9673010460421927, -0.41311076868280705, -1.702102833079474, 1.0961869517372305, -0.35397386053018465, -0.23673078352925989, -0.33953066210652916], [-0.9021977327727879, -0.10309962737589107, -0.3067545592210697, -0.46307962026755267, -0.016988283473444457, -0.5082065114861571, -0.5552982931649452, 0.014709259625452874, -0.41311076868280705, 1.0769883584495585, -0.9159532114662293, -0.2711960149152674, -0.34608248802589087, -0.24789534195974483], [-0.8568549202188671, -0.17287075744776212, -0.32414143074718355, -0.46307962026755267, 0.4661268059780284, 0.46875934666180946, -0.6593121587671363, -0.4540947616892366, -0.6038556400288887, 1.2208810537040622, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7519996661879254, -0.33567006094879454, -0.32414143074718355, 0.027668192595627063, -0.06641589988597141, -0.05497492780926539, 0.038960136117824284, -0.4540947616892366, -0.5829352347844797, 0.5799045021158177, -0.7335662376086057, -0.4840533322107689, -0.49824840288384725, -0.3166706781893143], [-0.7605014435417855, -0.21938484416234283, 0.09825727162252339, -0.18265229863145, -0.06163258216863008, -0.2841086728903607, -0.5012409078161362, -0.3325260170315454, -0.5417097303322621, 0.9998095491766883, -0.9571373668534346, -0.36641357387862306, -0.4710157576048403, -0.3748952526109385], [-0.7642800112546121, 0.22715038829763187, -0.27198081616884207, 0.027668192595627063, -0.04887706825571991, -0.042385161596018385, -0.6924922090846812, -0.4540947616892366, -0.5804740106380787, 1.211070188118528, -1.1512912422502597, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8058442560957061, -0.2054306181479686, -0.0725431721928303, -0.15928335516177475, -0.06960477836419894, -0.39993452205223307, -0.2507128874409661, -0.09666809326452772, -0.581089316674679, 0.833024834222604, -0.8453518022310202, -0.46593128066613027, -0.5033018834510856, -0.33151989851160774], [-1.036336886578137, -0.3263672436058784, -0.3282324593415633, -0.43971067679787745, 0.7866090930398966, -0.4402217739346234, -0.4244421396654144, 0.19961022455391736, -0.616161760760894, 1.1129615322631843, -1.0453891283974461, -0.49618589214319647, -0.527025167225066, -0.37294140783168933], [-0.20883055746908252, -0.3031102002485881, -0.32311867359858865, -0.11254546822242431, -0.14294898336343245, -0.5812271555229898, 0.35771230489873274, -0.4540947616892366, -0.6155464547242936, 0.1393966373253248, -0.32172468373655255, -0.4966466222672127, -0.52491955032205, -0.3661029511043174], [0.19358690394696448, -0.3217158349344203, -0.28834493054636096, -0.46307962026755267, -0.14294898336343245, -0.25892914046386667, -0.7372293555802473, -0.4540947616892366, -0.4777179025258347, 0.879789960180318, -0.8100510976134156, -0.33830903631363257, -0.38061460523535334, -0.35398911347297274], [-0.8209585269470131, -0.31241301759150414, -0.30266353062669, -0.18265229863145, 0.08346138859072318, 0.18423063024242756, -0.14222530718921836, -0.3973141504119916, -0.618622984907295, 0.7793921023550161, -0.827701449922218, -0.495264431895164, -0.5281481629066744, -0.37157371648621496], [-0.9909940740242161, -0.1868249834621363, -0.2678897875744623, 0.3080955142317297, -0.1062768808638157, -0.20353416912557992, -0.5053418129115631, -0.1570884873159551, -0.5866270710040813, 1.1397778981969782, -1.068922931475849, -0.4831318719627364, -0.5242176780210446, -0.3194060608802631], [-0.2825126278692037, -0.3031102002485881, -0.32311867359858865, -0.06580758128307386, -0.14294898336343245, -0.5812271555229898, 0.3867914501208507, -0.4540947616892366, -0.6155464547242936, 0.1393966373253248, -0.32172468373655255, -0.4966466222672127, -0.52491955032205, -0.3661029511043174], [-0.851187068649627, 0.22249897962617385, -0.2862994162491711, -0.27612807251015087, -0.14294898336343245, -0.32439592477275103, -0.45613095176644036, 0.11516726419288632, -0.590318907223683, 1.0518071367800201, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.12003421621765419, -0.15891653143338794, -0.038792186289197506, 0.21461974035302883, -0.1397601048852049, 0.04574320189671065, 1.529079923974305, -0.4540947616892366, 0.8359604856157273, -1.7387300645988024, 1.5550961117660898, -0.010115611306066355, 0.4540519351201896, 1.9755800168257687], [-1.0079976287319363, -0.21938484416234283, -0.32720970219296835, 0.05103713606530231, -0.12700459097229475, -0.4276320077213764, -0.27196303202635996, 0.4041660164629665, -0.6223148211268966, 0.9726661543900429, -0.9747877191622369, -0.49848954276327767, -0.5254810481628542, -0.3752860215667883], [0.7603720608709745, -0.2519447048625493, 0.9062354190125197, -0.43971067679787745, -0.1413545441243187, 0.07847659405115272, -0.6343339186404453, -0.3914904979732998, 1.0519329044624197, -0.2726597172671181, 0.7372964547915842, 0.9812220388688703, 1.2649951917017523, 0.3005488875754868], [-1.0174440480140032, -0.31241301759150414, -0.32414143074718355, -0.20602124210112518, 0.10897241641654354, -0.5207962776994042, -0.08518544540737155, 0.49224875959818, -0.616161760760894, 0.8022841220545964, -0.874769056079024, -0.4955715853111748, -0.5201468186752137, -0.3788029421694368], [-0.7312175437673782, -0.19612780080505246, 0.1749640577671433, 0.3080955142317297, -0.14294898336343245, -0.6869811917142645, -0.3584548485844544, -0.21168522892869066, -0.6284678814928992, 0.8742304696818485, -0.9336035637750316, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7623907273981988, 0.1620306668972189, -0.2791401162090066, -0.46307962026755267, -0.1285990302114085, -0.336985690985998, -0.3349678466742822, -0.4540947616892366, -0.43772301014681764, 0.8317167188111997, -0.7688669422262103, -0.20822956463304831, -0.4041975145491326, -0.362390646023744], [-0.699099718208351, -0.31241301759150414, -0.1277720582169566, 0.004299249125951819, -0.14294898336343245, 0.13638951863208895, -0.47402581036466684, -0.3652840619991868, -0.5780127864916776, 0.887311623795894, -0.9512539160838339, -0.43890178005717767, -0.49993289640626004, -0.38466447650718416], [-0.719881840628898, -0.3403214696202526, -0.32311867359858865, 0.3782023446407554, -0.14294898336343245, 0.13387156538943953, -0.5072058606822117, -0.4322560650441424, -0.60693217021189, 1.0554044541613827, -1.0571560299366476, -0.4969537756832236, -0.5285692862872777, -0.35731064959769626], [-0.582908761038929, -0.2752017482198396, 0.010300156843359215, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.5195085759684924, -0.3652840619991868, -0.2771281345941489, 0.8349870073397109, -0.6864986314517997, -0.2507703127505475, -0.5285692862872777, -0.38466447650718416], [-0.8880281038496877, -0.28915597423421385, -0.32720970219296835, 0.0977750230046527, -0.14294898336343245, -0.6869811917142645, 2.1714307857398083, 4.394095893521682, 0.10374630206141405, -1.6079185234583444, 1.2550401225164511, 0.7777329007616991, -0.5285692862872777, -0.38466447650718416], [-0.8237924527316333, -0.18217357479067822, -0.10629415809646306, -0.46307962026755267, 0.12332236956856746, -0.017205629169524374, -0.2167872180151618, -0.4540947616892366, -0.5497087088080655, 0.7892029679405503, -0.8100510976134156, -0.37916044064307225, -0.4798593485975075, -0.37391833022131393], [1.2525305054666562, 0.2922701096980449, -0.31084558781544946, 2.1075041613967223, -0.1174379555376121, 2.22629071003109, 1.5145403513632458, -0.4540947616892366, -0.5478627906982647, -1.5382613778010503, 0.7549468071003865, -0.44949857290955114, -0.5125665978243561, -0.27427224647960813], [-0.8474085009368003, 0.22249897962617385, -0.28118563050619644, -0.29949701597982614, -0.14294898336343245, -0.32439592477275103, -0.48632852565094753, 0.06493826190916957, -0.5890882951504823, 1.076334300743856, -1.0100884237798415, -0.4966466222672127, -0.5233754312598382, -0.30553376294759427], [-0.8823602522804476, -0.31241301759150414, -0.07458868649002016, -0.46307962026755267, -0.14294898336343245, 0.5594056633971879, -0.04827729954852959, -0.4540947616892366, -0.6235454332000971, 0.7087538701391688, -0.8041676468438149, -0.4987966961792885, -0.5281481629066744, -0.3776306353018873], [-1.0457833058602037, -0.33567006094879454, -0.32618694504437346, -0.46307962026755267, 0.48685451608650754, -0.6441759865892247, -0.20262045495823255, 0.6014422428236511, -0.6216995150902963, 0.9259010284323294, -0.9159532114662293, -0.49956457971931556, -0.5266040438444628, -0.37450448365508865], [-0.9418726937574686, -0.22868766150525893, -0.08174798653018467, 0.21461974035302883, -0.07598253532065403, -0.1682828237284883, -0.49192066896289327, -0.2138690985932001, -0.6112393124680918, 1.1283318883471882, -1.0865732837846513, -0.4791388775545957, -0.5233754312598382, -0.38173370933831047], [-0.9258137809779551, -0.1263566707331814, -0.32005040215280384, -0.019069694343723426, 0.45496573130423207, -0.1934623561549823, -0.5881055339283604, -0.25099488288986027, -0.6247760452732976, 1.2133593900884858, -1.1512912422502597, -0.5015610769233859, -0.5259021715434574, -0.38017063351491115], [-1.008942270660143, -0.31241301759150414, -0.32618694504437346, 0.6118917793375076, 0.0691114354386992, -0.47295516608906557, -0.3386959422155794, -0.16000031353530098, -0.6204689030170958, 1.0354556941374629, -1.0159718745494422, -0.49987173313532635, -0.5260425460036585, -0.37391833022131393], [-0.5696837740440355, -0.26124752220546543, -0.31595937355842413, 0.07440607953497745, -0.14294898336343245, -0.5938169217362367, 0.1105395705107301, -0.4024098462958469, -0.5318648337466578, 0.4268549989814815, -0.5099951083637769, -0.446119885333432, -0.4593646774081518, -0.3164752937113894], [0.09062093377243603, -0.3263672436058784, -0.2862994162491711, -0.46307962026755267, -0.10946575934204325, -0.21612393533882693, -0.7029308766003134, -0.4540947616892366, -0.4734107602696329, 0.8820791621502757, -0.8100510976134156, -0.3203405614769993, -0.3952135490962643, -0.353402960039198], [0.09062093377243603, -0.3263672436058784, -0.2862994162491711, -0.46307962026755267, -0.10946575934204325, -0.21612393533882693, -0.7029308766003134, -0.4540947616892366, -0.4734107602696329, 0.8820791621502757, -0.8100510976134156, -0.3203405614769993, -0.3952135490962643, -0.353402960039198], [-0.9456512614702953, -0.31241301759150414, -0.32618694504437346, 0.0977750230046527, -0.08873804923356421, 0.04826115513935991, 0.19814981573121374, -0.4540947616892366, -0.6149311486876934, 0.520385250896909, -0.680615180682199, -0.497875235931256, -0.5170585805507902, -0.3635629528912935], [-0.7633353693264054, 0.1759848929115931, -0.21266090155033598, -0.46307962026755267, -0.13178790868963605, -0.2765548131624125, -0.09189601738170647, -0.4540947616892366, -0.5226352431976539, 0.6619887441814548, -0.680615180682199, -0.3426091841377842, -0.4623125410723742, -0.37215986991998967], [-0.7312175437673782, 0.24575602298346416, -0.26993530187165216, -0.46307962026755267, -0.1285990302114085, -0.336985690985998, -0.6168118695963486, -0.4540947616892366, -0.41557199282920815, 1.0531152521914249, -0.9159532114662293, -0.38361416517522917, -0.27828162374877563, -0.23812611806349918], [-0.8077335399521196, -0.07984258401860074, 0.10746208595987773, 0.0977750230046527, -0.016988283473444457, -0.24130346776532094, -0.6212855842459052, -0.4540947616892366, -0.590318907223683, 1.1358535519627646, -1.121873988402256, -0.4815961048826823, -0.5141107168865677, -0.34519681196635166], [-0.39398037539759234, 0.6411257600574001, 0.2486025724659783, 2.3645625395631495, 0.06113923924313037, 0.26732308724985765, 2.34031351376057, 1.0520473502674288, -0.46910361801343103, -1.7321894875417796, 0.643161242477972, -0.4276906803727826, -0.44588872922884937, -0.21663382549175872], [-1.0051637029473164, -0.2752017482198396, -0.32618694504437346, 0.027668192595627063, 0.5139599831514416, -0.3143241118021534, -0.45314847533340263, -0.12214657268380436, -0.6216995150902963, 1.1283318883471882, -1.0806898330150505, -0.5006396166753535, -0.5264636693842617, -0.3741137146992388], [-0.8776370426394142, -0.3031102002485881, -0.28118563050619644, 0.004299249125951819, -0.14294898336343245, -0.4150422415081294, 2.2500936016611783, 5.00557939958432, -0.1780638627015065, -1.5166774735128747, 1.0314689932716221, 0.17878373954059076, -0.4611895453907657, -0.3651260287146928], [-0.6490336960133968, -0.3496242869631688, 0.04098287130120715, 0.07440607953497745, -0.14294898336343245, -0.6869811917142645, -0.5400131014456268, -0.4540947616892366, -0.4008046479508018, 0.9363659517235657, -0.8335849006918187, -0.2973040552761875, -0.34327499882186957, -0.28247839455245444], [-0.18899307697674209, -0.24264188751963314, 0.2076922865221811, -0.46307962026755267, -0.13019346945052226, -0.45784744663316923, -0.517271718643714, -0.4540947616892366, -0.5220199371610537, 0.8137301319043863, -0.7924007453046134, -0.43828747322515604, -0.41290073108159864, -0.32897990029858387], [-0.29006976329485723, 0.041094041439309115, -0.06845214359845056, 0.8455812140342598, -0.14294898336343245, 0.30005647940429986, 1.5775451660111683, -0.4540947616892366, 0.6267564331716377, -1.6144591005153672, 1.3844760394476678, 0.9635607174482479, 0.06381093576122399, 0.6938578416383373], [-0.41854106553096615, 0.236453205640548, 0.09928002877111827, 0.9390569879129609, 0.1424556404379327, -0.12295966536079922, 2.07636434943673, 1.637324420355954, -0.0242373535514407, -1.674632409439978, 1.1138373040460328, -0.24815950871445552, 0.3894796834276989, -0.220541515050257], [-0.8436299332239735, -0.28915597423421385, -0.32311867359858865, -0.15928335516177475, -0.052065946733947446, 0.3630053104705349, -0.11985673394143527, -0.4089614552893752, -0.6235454332000971, 0.7558460249497337, -0.8218179991526172, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-1.0174440480140032, -0.33567006094879454, -0.3210731593013988, -0.22939018557080043, 0.0531670430475615, -0.5082065114861571, -0.18584402502239525, 0.6130895477010346, -0.616161760760894, 0.9036630664384512, -0.8865359576182256, -0.492653627859072, -0.5260425460036585, -0.37548140604471325], [0.5629418978757778, 0.017836998082018746, -0.32311867359858865, 2.8786792958960046, -0.14294898336343245, 0.7709137357797373, 1.5529397354386067, -0.3499969743476208, -0.13806897032248944, -1.5228910217170466, 0.8549654701835994, -0.28194638447564624, -0.16219194516249347, 0.20735049160530317], [-0.9154227197676814, -0.11240244471880723, -0.3098228306668545, -0.46307962026755267, -0.016988283473444457, -0.5082065114861571, -0.5288288148217353, 0.06275439224466012, -0.41311076868280705, 1.0753532141853024, -0.9100697606966286, -0.27841412019152173, -0.35239933873493895, -0.2537568762974922], [-0.7151586309878647, -0.10309962737589107, -0.11856724387960225, -0.18265229863145, -0.1413545441243187, -0.32691387801540045, -0.3472705619605629, -0.39585823730231867, -0.5054066741728466, 0.8513384499822682, -0.827701449922218, -0.3326266981174323, -0.42567480695989574, -0.35281680660542325], [-0.8672459814291406, -0.14496230541901367, -0.08379350082737456, 0.28472657076205454, 0.011711622830603431, -0.3193600182874523, -0.49974966959961736, -0.3412614956895831, -0.6112393124680918, 1.1038047243833522, -1.0806898330150505, -0.49203932102705034, -0.5268847927648649, -0.3563337272080717], [-0.7359407534084117, 0.20389334494034156, -0.27811735906041163, -0.46307962026755267, -0.11903239477672588, -0.3067702520742053, -0.6201671555835161, -0.4540947616892366, -0.4032658720972029, 1.053769309897127, -0.9100697606966286, -0.15171333608705656, -0.38019348185475016, -0.3580921875093959], [-1.006108344875523, -0.2845045655627558, -0.32720970219296835, -0.27612807251015087, 0.008522744352375879, -0.37979089611103783, -0.20821259827017835, 0.5978024600494687, -0.6235454332000971, 0.9170712494053486, -0.9336035637750316, -0.5006396166753535, -0.5271655416852671, -0.37899832664736166], [-1.0193333318704167, -0.3263672436058784, -0.32720970219296835, 0.19125079688335359, -0.13816566564609115, -0.45281154014787034, -0.25630503075291183, 0.39106279847591, -0.6026250279556882, 0.9536984809246765, -0.9571373668534346, -0.49111786077901787, -0.5261829204638596, -0.3608275702003447], [-0.7963978368136393, -0.3263672436058784, -0.02345082906027357, -0.019069694343723426, -0.13178790868963605, -0.3470575039565956, -0.09264163648996589, -0.23279596901894842, -0.5712444200890747, 0.6946916294665694, -0.8100510976134156, -0.47499230643844953, -0.4950197902992228, -0.2940060787500244], [-1.0287797511524834, -0.33101865227733646, -0.3251641878957785, -0.06580758128307386, -0.1365712264069774, -0.5157603712141053, -0.1709316428572066, 0.6378400705654748, -0.5983178856994863, 0.8794629313274667, -0.8924194083878263, -0.4892749402829529, -0.5257617970832563, -0.3565291116859966], [0.12651732704429006, -0.2519447048625493, -0.02549634335746338, -0.46307962026755267, -0.14294898336343245, -0.2841086728903607, -0.7935235982538347, -0.4540947616892366, -0.5097138164290484, 0.9536984809246765, -0.874769056079024, -0.43383374869299907, -0.45346895007970695, -0.31159068176326654], [-0.8955852392753412, -0.2752017482198396, 0.3856520303776992, -0.08917652475274906, -0.12700459097229475, -0.1884264496696835, -0.4386089027223437, -0.3383496694702372, -0.6038556400288887, 1.0115825878793296, -1.0042049730102407, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.6452551283005701, -0.3217158349344203, -0.30164077347809504, -0.15928335516177475, -0.1126546378202708, 0.4561695804485625, -0.29433160527414304, -0.4540947616892366, -0.616161760760894, 0.8268112860184322, -0.9041863099270279, -0.4955715853111748, -0.5280077884464734, -0.3666891045380921], [-0.884249536136861, -0.10309962737589107, -0.30061801632950014, -0.46307962026755267, -0.012204965756103142, -0.5006526517582089, -0.5127980039941574, 0.014709259625452874, -0.4137260747194073, 1.031204319050398, -0.8865359576182256, -0.27841412019152173, -0.35239933873493895, -0.2537568762974922], [-0.9154227197676814, -0.11240244471880723, -0.3098228306668545, -0.46307962026755267, -0.016988283473444457, -0.5082065114861571, -0.5258463383886975, 0.06857804468335192, -0.41311076868280705, 1.0753532141853024, -0.9100697606966286, -0.27841412019152173, -0.35239933873493895, -0.2537568762974922], [-0.797342478741846, -0.26124752220546543, -0.28016287335760154, 0.4483091750497811, -0.05844370369040254, -0.0625287875372136, -0.504223384249174, -0.4540947616892366, -0.6020097219190879, 1.0832019066537302, -1.0630394807062484, -0.48635698283085005, -0.5268847927648649, -0.34969065495862467], [-0.7595568016135789, 0.20389334494034156, -0.28118563050619644, -0.46307962026755267, -0.1285990302114085, -0.33446773774334865, -0.33832313266144964, -0.4540947616892366, -0.43956892825661836, 0.8343329496340087, -0.7629834914566096, -0.2180584739453947, -0.4103739907979795, -0.362390646023744], [-1.0457833058602037, -0.3496242869631688, 0.2792852869238263, -0.46307962026755267, -0.02336604042989956, 0.10113817323499734, -0.4438282364801597, 0.0008780850835598332, -0.6284678814928992, 1.0835289355065811, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.905031658557408, 0.01318558941056067, -0.04186045773498231, -0.46307962026755267, 0.024467136743513612, 0.5417799906986421, -0.661176206537785, -0.4540947616892366, -0.6167770667974942, 1.2444271311093447, -1.1807084960982634, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, -0.2752017482198396, 0.39383408756645866, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.2313267906262208, 0.00815765063192455, -0.6038556400288887, 0.8186355646971536, -0.8688856053094233, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7963978368136393, 0.2643616576692965, -0.3149366164098292, -0.3696038463888518, -0.14294898336343245, -0.6869811917142645, -0.28426574731264065, 0.3153553167729168, -0.5201740190512529, 0.8251761417541766, -0.8218179991526172, -0.46777420116219515, -0.5285692862872777, -0.38466447650718416], [-0.7850621336751592, 0.12016798885409624, -0.0541335435181215, -0.46307962026755267, -0.13019346945052226, -0.35964727016984266, -0.04044829891180549, -0.4540947616892366, -0.5232505492342543, 0.6112992719895274, -0.6570813776037959, -0.35197736332611423, -0.4606280475499614, -0.3649306442367679], [-0.851187068649627, 0.22249897962617385, -0.2862994162491711, -0.46307962026755267, -0.14294898336343245, -0.3546113636845438, -0.40990256705435546, 0.2352800957409046, -0.5398638122224614, 0.9841121642398333, -0.92183666223583, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.8691352652855541, 0.008534180739102597, -0.08174798653018467, 0.12114396647432794, 0.11694461261211235, -0.3470575039565956, -0.6253864893413322, -0.27938518852848276, -0.6155464547242936, 1.2133593900884858, -1.1571746930198605, -0.4946501250631424, -0.5246388014016479, -0.37567679052263814], [-0.8795263264958275, -0.09844821870443297, -0.30164077347809504, -0.41634173332820223, -0.1365712264069774, -0.5157603712141053, -0.1381244020937915, 0.434012235211262, -0.5681678899060734, 0.7797191312078674, -0.7806338437654119, -0.45164864682162686, -0.4774729827740894, -0.35965526333279524], [-0.8322942300854934, -0.005420045275271559, -0.07049765789564043, 0.004299249125951819, 0.26044414413235184, -0.17835463669908597, -0.715233591886594, -0.4468151961408719, -0.6137005366144929, 1.2751678432773523, -1.1983588484070657, -0.4997181564273209, -0.5131280956651604, -0.37567679052263814], [-0.9154227197676814, -0.11240244471880723, -0.3098228306668545, -0.46307962026755267, -0.016988283473444457, -0.5082065114861571, -0.5258463383886975, 0.06857804468335192, -0.41311076868280705, 1.0753532141853024, -0.9159532114662293, -0.274421125783381, -0.3473458581677005, -0.25004457121691887], [-0.9154227197676814, -0.11240244471880723, -0.3098228306668545, -0.46307962026755267, -0.016988283473444457, -0.5082065114861571, -0.5258463383886975, 0.06857804468335192, -0.41311076868280705, 1.0753532141853024, -0.9159532114662293, -0.27595689286343517, -0.3418712542198589, -0.2537568762974922], [-0.37792146261807874, -0.2752017482198396, -0.3139138592612342, -0.46307962026755267, 0.1328890050032501, 0.11120998620559494, -0.23393645750512881, -0.4540947616892366, -0.5786280925282778, 0.6721266386198405, -0.827701449922218, -0.4865105595388555, -0.5201468186752137, -0.2932245408383247], [-1.0268904672960701, -0.33567006094879454, -0.3282324593415633, -0.43971067679787745, 0.7897979715181243, -0.4427397271772729, -0.40207356641763137, 0.24401557439894225, -0.6223148211268966, 1.0966100896206272, -1.0336222268582445, -0.4987966961792885, -0.5282885373668756, -0.37860755769151183], [-0.8908620296343076, -0.028677088632561926, -0.30470904492387985, -0.46307962026755267, -0.016988283473444457, -0.48806288554496197, -0.5657369606805773, -0.009313306684150783, -0.41311076868280705, 1.0753532141853024, -0.9159532114662293, -0.2799498872715759, -0.3472054837074995, -0.2574691813780656], [-0.8814156103522408, -0.26124752220546543, 0.13916755756632065, -0.18265229863145, -0.09192692771179176, -0.3092882053168547, -0.4304070925314899, -0.2575464918833885, -0.5201740190512529, 0.9429065287805888, -0.9277201130054309, -0.4547201809817351, -0.4857550759259523, -0.18400461767829815], [-0.7246050502699315, 0.5992630820142774, -0.2750490876146268, -0.46307962026755267, -0.12700459097229475, -0.2690009534344643, -0.6127109645009217, -0.10103583259354659, -0.6173923728340945, 1.155475283133833, -1.0806898330150505, -0.48359260208675264, -0.5219716866578276, -0.3832967851617098], [-0.660369399151877, -0.2379904788481751, 0.0471194141927768, 0.004299249125951819, -0.14294898336343245, -0.6869811917142645, -0.36740227788356766, -0.1570884873159551, -0.4777179025258347, 0.8251761417541766, -0.7924007453046134, -0.3449128347578653, -0.5285692862872777, -0.38466447650718416], [-0.47899814893619386, 0.4969320912421999, -0.04595148632936204, 1.803707896290944, 0.2923329289146273, -0.14562124454464376, 2.2933395099402256, 1.3585170598535843, -0.2715903802647465, -1.7158380448992223, 0.9196834286492077, -0.378699710519056, -0.09340845966397074, -0.13066465520479684], [-0.7340514695519983, 0.20389334494034156, -0.27811735906041163, -0.43971067679787745, -0.1285990302114085, -0.25389323397856794, -0.5847502479411929, -0.4540947616892366, -0.42541688941481237, 1.031204319050398, -0.9041863099270279, -0.18503948172423107, -0.39409055341465576, -0.3565291116859966], [-0.7831728498187459, -0.028677088632561926, 0.033823571261042615, -0.43971067679787745, -0.1413545441243187, -0.4477756336625716, -0.583259009724674, -0.26337014432208034, -0.42972403167101414, 1.0348016364317607, -0.9277201130054309, -0.20515803047294007, -0.36755978043665416, -0.35437988242882257], [-0.8294603043008733, -0.0007686366038135502, -0.050042514923741774, -0.392972789858527, -0.13338234792874984, -0.37223703638308964, -0.5750571995338203, -0.4540947616892366, -0.38788322118219626, 1.013544760996436, -0.898302859157427, -0.25737411119478026, -0.3895985706882216, -0.1756030851275269], [-1.0268904672960701, -0.3263672436058784, -0.32311867359858865, -0.08917652475274906, -0.12541015173318096, -0.5233142309420535, -0.0788476829871663, 0.6523992016622042, -0.6204689030170958, 0.8137301319043863, -0.851235253000621, -0.500486039967348, -0.5247791758618489, -0.3788029421694368], [-1.0401154542909636, 0.24110461431200608, -0.3251641878957785, -0.3696038463888518, 0.1950721353286872, -0.4553294933905198, -0.37970499316984835, 0.20106613766359027, -0.6223148211268966, 1.073718069921047, -1.0159718745494422, -0.4987966961792885, -0.5278674139862723, -0.37841217321358694], [-0.8001764045264662, 0.09691094549680593, -0.18095542994389308, -0.46307962026755267, -0.13178790868963605, -0.1682828237284883, -0.457994999537089, -0.09011648427099946, -0.5423250363688623, 0.9985014337652836, -0.9394870145446323, -0.37240306549083413, -0.4746654935700681, -0.37450448365508865], [-0.9768244451011159, -0.08914540136151688, -0.32311867359858865, 0.3782023446407554, 0.0802725101124956, -0.13303147833139675, -0.43674485495169507, -0.4540947616892366, -0.5970872736262858, 1.0491909059572109, -1.0453891283974461, -0.49127143748702323, -0.5180412017721977, -0.3430475827091776], [-0.8908620296343076, -0.028677088632561926, -0.30470904492387985, -0.46307962026755267, -0.016988283473444457, -0.48806288554496197, -0.5657369606805773, -0.009313306684150783, -0.41311076868280705, 1.0753532141853024, -0.9100697606966286, -0.27841412019152173, -0.35239933873493895, -0.25356149181956733], [-0.8209585269470131, -0.0705397666756846, -0.08481625797596946, -0.18265229863145, -0.12700459097229475, -0.23626756128002213, -0.2756911275676571, -0.10758744158707485, -0.6038556400288887, 0.8480681614537569, -0.8924194083878263, -0.47115288873831423, -0.5285692862872777, -0.3459783498780513], [-0.6820961635006307, -0.29380738290567193, 0.3396279586909273, -0.3228659594495013, -0.13816566564609115, -0.48806288554496197, -0.526591957496957, -0.30413571139292295, -0.4771025964892345, 0.9468308750148027, -0.8924194083878263, -0.36180627263846066, -0.3895985706882216, -0.30846453011646796], [-0.9985512094498696, -0.233339070176717, -0.3139138592612342, -0.3696038463888518, 0.05476148228667527, -0.5308680906700017, -0.15788330846266643, 0.5373820659980414, -0.5853964589308808, 0.8480681614537569, -0.8335849006918187, -0.43214440490493955, -0.5016173899286729, -0.3809521714266108], [-0.5640159224747954, 1.1527807139177875, 0.5431566312613187, 0.541784948928482, 0.17593886445932194, -0.21108802885352818, 2.3604452296835747, 2.04279622139987, -0.4008046479508018, -1.7420003531273138, 0.93733378095801, -0.4519558002376377, -0.2941439377514962, -0.19279691918491929], [-0.7850621336751592, 0.12481939752555431, -0.02549634335746338, -0.46307962026755267, -0.13019346945052226, -0.35712931692719324, -0.05759753840177253, -0.4540947616892366, -0.5238658552708545, 0.6230723106921686, -0.6688482791429974, -0.3524380934501305, -0.463997034594787, -0.3616091081120444], [-1.0268904672960701, -0.33101865227733646, -0.3282324593415633, -0.06580758128307386, 0.46772124521714226, -0.5082065114861571, -0.39088927979373983, 0.2643983579343635, -0.616161760760894, 1.0835289355065811, -1.0453891283974461, -0.4966466222672127, -0.5274462906056692, -0.373722945743389], [-0.9154227197676814, -0.10309962737589107, -0.30880007351825955, -0.46307962026755267, -0.016988283473444457, -0.5056885582435078, -0.5258463383886975, 0.06857804468335192, -0.41311076868280705, 1.0753532141853024, -0.9159532114662293, -0.2719638984552944, -0.3473458581677005, -0.25004457121691887], [-0.8729138329983808, -0.17287075744776212, -0.3251641878957785, 0.14451290994400318, 0.27638853652348955, 0.12128179917619254, -0.6842903988938275, -0.4540947616892366, -0.5890882951504823, 1.2470433619321537, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.048487848974013, 1.9993370921231564, 0.3130362728274591, -0.46307962026755267, -0.14294898336343245, -0.49561674527291016, -0.7118783058994265, -0.37911523654107976, 0.7467411103086892, -0.17847540764598838, 0.4784246209291508, 1.5182797867637976, 0.394112040614334, -0.23519535089462543], [-1.0108315545165565, -0.29845879157713, -0.32311867359858865, -0.41634173332820223, 0.2556608264150106, -0.42511405447872697, -0.24288388680424206, 0.5796035461785568, -0.6204689030170958, 0.949774134690463, -0.9336035637750316, -0.4977216592232506, -0.5281481629066744, -0.38036601799283604], [1.47641064245164, -0.3031102002485881, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.6038556400288887, 0.4621741150894051, -0.6394310252949936, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9097548681984414, -0.27055033954838154, 0.15450891479524465, -0.13591441169209956, -0.005827208799648065, 0.24214355482336364, -0.5236094810639192, -0.4540947616892366, -0.6118546185046921, 1.0992263204434363, -1.0924567345542522, -0.49572516201918027, -0.522954307879235, -0.3635629528912935], [-0.8171799592341864, -0.2845045655627558, 0.1984874721848267, -0.15928335516177475, -0.1126546378202708, -0.2916625326183089, -0.39461737533503705, -0.33470988669605484, -0.5324801397832581, 0.9092225569369208, -0.898302859157427, -0.4462734620414375, -0.4654007791967976, -0.2596184106352396], [-0.7463318146186853, -0.2007792094765105, 0.329400387204978, 0.0977750230046527, -0.14294898336343245, -0.6869811917142645, -0.4386089027223437, -0.3383496694702372, -0.5066372862460471, 0.9069333549669629, -0.8688856053094233, -0.3796211707670885, -0.5285692862872777, -0.38466447650718416], [-0.8918066715625144, -0.005420045275271559, -0.08379350082737456, 0.027668192595627063, 0.010117183591489642, -0.22367779506677513, -0.5545526740566858, -0.24517123045116848, -0.6137005366144929, 1.1659402064250701, -1.0865732837846513, -0.4918857443190449, -0.522954307879235, -0.37215986991998967], [1.0862735261022802, -0.29845879157713, -0.26175324468289274, -0.46307962026755267, -0.14294898336343245, 0.07847659405115272, -0.7935235982538347, -0.4540947616892366, 1.445113461849988, -0.3946414793805954, 1.0667696978892267, 1.6423697668321706, 1.5335315340663929, -0.1560646373350356], [-0.8936959554189278, -0.028677088632561926, -0.2985725020323102, -0.46307962026755267, -0.04887706825571991, -0.5082065114861571, -0.543741196986924, 0.03363613005120119, -0.4075730143534047, 1.0488638771043601, -0.898302859157427, -0.32249063538907513, -0.3361159013516152, -0.2209322840061068], [-0.8936959554189278, -0.028677088632561926, -0.2985725020323102, -0.46307962026755267, -0.04887706825571991, -0.5082065114861571, -0.543741196986924, 0.03363613005120119, -0.4075730143534047, 1.0488638771043601, -0.898302859157427, -0.32249063538907513, -0.3361159013516152, -0.2209322840061068], [-0.7359407534084117, -0.33567006094879454, -0.316982130707019, 0.05103713606530231, -0.14294898336343245, 0.41336437532352294, -0.6279961562202401, -0.28957658029619343, -0.5927801313700839, 1.1508968791939171, -1.115990537632655, -0.4894285169909583, -0.527025167225066, -0.32858913134273404], [-0.7359407534084117, -0.33567006094879454, -0.316982130707019, 0.05103713606530231, -0.14294898336343245, 0.41336437532352294, -0.6279961562202401, -0.28957658029619343, -0.5927801313700839, 1.1508968791939171, -1.115990537632655, -0.4894285169909583, -0.527025167225066, -0.32858913134273404], [-0.40248215275145255, -0.2845045655627558, -0.19527403002422214, -0.29949701597982614, -0.14294898336343245, -0.4100063350228307, -0.4497931893462352, -0.4293442388247965, -0.41495668679260783, 0.7950894872918712, -0.727682786839005, -0.30498289067645806, -0.2927401931494855, -0.3266352865634849], [-0.8663013395009339, -0.06588835800422652, -0.32005040215280384, -0.29949701597982614, 0.2237720416327351, 0.20185630294097323, -0.651855967684542, -0.2277002731350931, -0.5915495192968835, 1.211070188118528, -1.1512912422502597, -0.49848954276327767, -0.499792521946059, -0.34636911883390115], [-0.8322942300854934, -0.29845879157713, -0.3251641878957785, 0.4249402315801058, -0.14294898336343245, -0.45281154014787034, 0.2585449635002279, -0.4337119781538153, -0.6013944158824877, 0.4360118068613136, -0.5629461652901837, -0.4872784430788826, -0.5205679420558169, -0.34285219823125274], [-0.4157071397463461, 1.1992948006323683, 0.0471194141927768, 0.6118917793375076, -0.1285990302114085, -0.08770831996370754, 2.020070106763143, 1.8418802122650033, -0.21805875508052364, -1.4914962518433366, 1.0020517394236184, -0.30206493322435524, -0.3136559877194445, 0.11532440250266907], [-0.6811515215724241, 0.31552715305533524, -0.2678897875744623, -0.46307962026755267, -0.12541015173318096, -0.24130346776532094, -0.5139164326565466, 0.09187265443811912, -0.6173923728340945, 1.0452665597229975, -1.0336222268582445, -0.48374617879475806, -0.5216909377374255, -0.3836875541175596], [-0.6811515215724241, 0.31552715305533524, -0.2678897875744623, -0.46307962026755267, -0.12541015173318096, -0.24130346776532094, -0.5139164326565466, 0.09187265443811912, -0.6173923728340945, 1.0452665597229975, -1.0336222268582445, -0.48374617879475806, -0.5216909377374255, -0.3836875541175596], [-0.4412124718079265, 1.5109391816200592, 0.003140856803194685, 0.07440607953497745, 0.016494940547944745, -0.39993452205223307, 2.0651800628128387, 1.5841835918528915, -0.01931490525863859, -1.692946025199642, 1.1903221640508428, -0.24877381554647718, -0.08919722585793877, 0.32614425418365045], [-0.7605014435417855, -0.33101865227733646, -0.3251641878957785, 0.027668192595627063, -0.040904872060151046, -0.15065715102994257, -0.021435011651189845, -0.27210562298011803, -0.5804740106380787, 0.6387696956290237, -0.7688669422262103, -0.4832854486707418, -0.49670428382163556, -0.31315375758666586], [-1.0117761964447631, -0.28915597423421385, -0.32618694504437346, -0.41634173332820223, 0.5554154033683997, -0.35964727016984266, -0.3137177020888884, 0.2724058800375648, -0.6210842090536961, 1.010601501320776, -0.9747877191622369, -0.5003324632593426, -0.5266040438444628, -0.3764583284343378], [-0.809622823808533, 0.06435108479659948, -0.27811735906041163, -0.04243863781339862, -0.004232769560534303, -0.2060521223682293, -0.5810221523998957, -0.2844808844123381, -0.5484780967348649, 1.1162318207916957, -1.068922931475849, -0.39375022790358644, -0.48196496550052353, -0.3586783409431707], [-0.7397193211212384, -0.024025679961103854, -0.04901975777514684, -0.392972789858527, -0.10946575934204325, -0.23626756128002213, -0.5154076708730655, -0.24953896978018733, -0.504176062099646, 0.981822962269875, -0.9277201130054309, -0.3335481583654648, -0.49094893095339176, -0.28443223933170364], [-0.8209585269470131, -0.2752017482198396, 0.39383408756645866, -0.08917652475274906, -0.14294898336343245, -0.36720112989779086, -0.3498802288394709, -0.28084110163815573, -0.5798587046014784, 0.9069333549669629, -0.9159532114662293, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.2976268987205107, -0.17752216611922014, -0.30266353062669, -0.46307962026755267, -0.08395473151622289, 0.14897928484533596, -0.13626035432314287, -0.4540947616892366, -0.5835505408210799, 0.5602827709447487, -0.7688669422262103, -0.4834390253787473, -0.5139703424263667, -0.31784298505686376], [-0.5961337480338226, 1.4225624168623558, 0.25576187250614296, 0.658629666276858, 0.12970012652502255, -0.32691387801540045, 2.3936252800011193, 1.6256771154785705, -0.33558220807117395, -1.7485409301843369, 1.0667696978892267, -0.3986646825597596, -0.2009352961779879, -0.07283084973902253], [-1.0457833058602037, -0.3449728782917107, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, 2.9338263239350804, 6.810911655578777, -0.6284678814928992, -1.8132926430488634, 0.9902848378844169, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8313495881572868, 0.12016798885409624, -0.061292843558286035, 0.19125079688335359, 0.07708363163426807, -0.336985690985998, -0.6775798269194926, -0.4308001519344694, -0.6130852305778927, 1.2535839389891767, -1.1748250453286628, -0.49956457971931556, -0.5127069722845572, -0.37548140604471325], [-0.8407960074393536, -0.3217158349344203, -0.08481625797596946, 0.05103713606530231, -0.07917141379888158, 0.20941016266892157, -0.5963073441192142, -0.2837529278575016, -0.5995484977726868, 1.1646320910136654, -1.121873988402256, -0.49219289773505576, -0.5274462906056692, -0.348909117046925], [-0.7066568536340045, -0.17752216611922014, -0.31084558781544946, -0.13591441169209956, 0.1392667619597052, -0.25892914046386667, -0.5571623409355938, -0.3499969743476208, -0.4758719844160339, 1.028588088227589, -0.92183666223583, -0.42323695584062554, -0.42048095193245627, -0.3006491509994714], [-1.0174440480140032, -0.3031102002485881, -0.3282324593415633, 0.14451290994400318, 0.29552180739285483, -0.39489861556693423, -0.38716118425244267, 0.11298339452837688, -0.6223148211268966, 1.08025864697807, -1.0453891283974461, -0.500486039967348, -0.5263232949240606, -0.37899832664736166], [-0.8946405973471345, -0.09379681003297492, -0.3282324593415633, -0.46307962026755267, -0.13019346945052226, -0.5207962776994042, -0.19702831164628679, 0.38305527637270886, -0.5054066741728466, 0.7990138335260851, -0.7865172945350126, -0.34644860183791937, -0.43311465335055227, -0.353402960039198], [-0.8492977847932136, -0.09844821870443297, 0.037914599855422344, -0.019069694343723426, 0.11216129489477107, 0.028117529198164702, -0.6552112536717095, -0.4540947616892366, -0.6137005366144929, 1.2251324287911274, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8464638590085937, 0.30157292704096106, -0.31186834496404436, 0.19125079688335359, 0.14723895815527405, -0.39489861556693423, -0.6104741071761434, -0.4249764994957776, -0.6063168641752897, 1.1901403415360547, -1.1336408899414574, -0.4943429716471315, -0.52491955032205, -0.35086296182617416], [-0.7860067756033658, -0.33101865227733646, -0.07765695793580496, 0.0977750230046527, -0.09352136695090552, -0.3168420650448029, -0.06430811037610742, -0.22697231658025663, -0.6020097219190879, 0.695345687172272, -0.8159345483830164, -0.4914250141950287, -0.5108821043019433, -0.3450014274884267], [-0.7680585789674389, 0.30157292704096106, -0.27709460191181673, -0.3696038463888518, -0.028149358147240875, -0.3319497845006993, -0.6649043020790822, -0.26992175331560864, -0.5060219802094468, 1.161361802485154, -1.021855325319043, -0.469924275074271, -0.4707350086844382, -0.15215694777653732], [-0.6688711765057371, -0.1868249834621363, 0.11871241459442206, -0.46307962026755267, -0.1365712264069774, -0.2060521223682293, -0.4654511906196833, -0.4540947616892366, -0.45679749728142577, 0.9013738644684934, -0.8453518022310202, -0.3710208751187854, -0.37556112466811487, -0.2557107210767413], [-1.0287797511524834, -0.33101865227733646, -0.3251641878957785, 0.004299249125951819, -0.1397601048852049, -0.5107244647288065, -0.16571230909939053, 0.6261927656880912, -0.6020097219190879, 0.8768467005046575, -0.8924194083878263, -0.4908107073630071, -0.5261829204638596, -0.3600460322886451], [-0.37508753683345875, -0.019374271289645844, 0.18314611495590272, 0.541784948928482, 0.700509374127753, -0.16576487048583896, 2.341804751977089, 2.7125162518494266, -0.41311076868280705, -1.7223786219562451, 0.9961682886540176, -0.4063435179600302, -0.3741573800661043, -0.1345723447632951], [-0.2144984090383225, -0.2845045655627558, -0.318004887855614, -0.46307962026755267, 0.057950360764902814, 0.028117529198164702, -0.0013032957281851358, -0.4540947616892366, -0.6007791098458874, 0.43274151833280233, -0.6923820822214004, -0.49342151139909907, -0.5152337125681763, -0.34539219644427654], [-0.8048996141674997, -0.33567006094879454, -0.32720970219296835, 0.0977750230046527, -0.08714360999445044, -0.10029808617695454, -0.07400115878348001, -0.23061209935443902, -0.5872423770406816, 0.7051565527578063, -0.8100510976134156, -0.4857426759988284, -0.5009155176276675, -0.3225322125270617], [-0.7595568016135789, 0.34808701375554163, 0.5636117742332174, -0.3462349029191766, -0.09511580619001929, -0.5610835295817945, -0.4527756657792729, -0.40677758562486577, -0.5890882951504823, 0.801957093201745, -1.021855325319043, -0.4815961048826823, -0.5204275675956158, -0.3420706603195531], [-0.970211951603669, -0.3449728782917107, -0.2668670304258674, -0.46307962026755267, -0.14294898336343245, -0.24130346776532094, -0.45426690399579184, 0.20834570321195497, -0.41311076868280705, 1.0050420108223066, -0.8688856053094233, -0.36395634655053644, -0.2436091320791122, -0.3026029957787206], [0.9851968397841651, -0.3170644262629622, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.46479647575722915, 0.6387696956290237, -0.6335475745253929, -0.4048077508799761, -0.480841969818915, -0.3162799092334645], [-0.4978909875003275, -0.3170644262629622, -0.1942512728756272, -0.04243863781339862, -0.14294898336343245, -0.5761912490376909, 0.3469008278289709, -0.41332919461839407, -0.5712444200890747, 0.21788356200959985, -0.3629088391237579, -0.4745315763144333, -0.510180232000938, -0.3223368280491368], [-0.4978909875003275, -0.3170644262629622, -0.1942512728756272, -0.04243863781339862, -0.14294898336343245, -0.5761912490376909, 0.3469008278289709, -0.41332919461839407, -0.5712444200890747, 0.21788356200959985, -0.3629088391237579, -0.4745315763144333, -0.510180232000938, -0.3223368280491368], [-0.8984191650599611, 0.08295671948243177, -0.29345871628933556, -0.22939018557080043, 0.27160521880614835, 0.24717946130866245, -0.727163497618745, -0.3936743676378092, -0.618622984907295, 1.3108139882381271, -1.216009200715868, -0.49833596605527225, -0.5268847927648649, -0.3696198717069658], [-0.9248691390497483, -0.16356794010484596, -0.3098228306668545, 0.12114396647432794, 0.44061577815220815, -0.25892914046386667, -0.5772940568585986, -0.2211486641415648, -0.6223148211268966, 1.2006052648272916, -1.1395243407110582, -0.4963394688512019, -0.5261829204638596, -0.38134294038246064], [-0.14837347406385476, 0.45506941319907734, -0.27709460191181673, 1.5232805746548415, -0.13338234792874984, 0.5568877101545385, 1.9578109112234798, 1.453151411982326, -0.2408250784347334, -1.7518112187128483, 0.9961682886540176, -0.39236803753153776, -0.07866914134285873, -0.06110778106352772], [-0.6301408574492632, -0.27055033954838154, -0.3210731593013988, 0.19125079688335359, -0.14294898336343245, -0.25389323397856794, 0.0005607520424634779, -0.4540947616892366, -0.5103291224656487, 0.5279069145124855, -0.580596517598986, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.23339124760245628, -0.12170526206172333, -0.1339086011085262, 0.5885228358678325, -0.14294898336343245, -0.1758366834564365, 1.6260104080480318, 0.4951605858175258, 0.6390625539036431, -1.7125677563707107, 1.4962616040700822, 0.29365911712863924, 1.0784375340945347, 0.16163052377087353], [-0.9607655323216022, -0.31241301759150414, 0.735434975197166, 0.4716781185194563, -0.13816566564609115, -0.4452576804199222, 2.6064995354091884, 4.204827189264199, -0.4869474930748387, -1.7420003531273138, 1.0020517394236184, -0.1636923193114787, -0.5285692862872777, -0.38466447650718416], [0.5223222949628904, -0.21938484416234283, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6332154899780562, -0.4540947616892366, -0.13622305221268863, 0.4687146921464281, -0.36879228989335866, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.5223222949628904, -0.21938484416234283, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6332154899780562, -0.4540947616892366, -0.13622305221268863, 0.4687146921464281, -0.36879228989335866, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7812835659623326, -0.11705385339026526, -0.32414143074718355, 0.2613576272923793, 0.2078276492415974, -0.20353416912557992, -0.5251007192804381, -0.4540947616892366, -0.6100087003948913, 1.1064209552061615, -1.0395056776278453, -0.492653627859072, -0.5242176780210446, -0.3586783409431707], [-0.37981074647449214, -0.22868766150525893, -0.08379350082737456, -0.46307962026755267, -0.037715993581923506, -0.012169722684225573, -0.15676487980027737, -0.4540947616892366, -0.5970872736262858, 0.6181668778994017, -0.7100324345302027, -0.48773917320289883, -0.5222524355782296, -0.33777220180520495], [-1.0098869125883496, -0.3077616089200461, -0.32720970219296835, 0.2613576272923793, -0.07598253532065403, -0.38734475583898603, -0.2171600275692915, 0.2593026620505083, -0.6210842090536961, 0.923611826462371, -0.9453704653142331, -0.5006396166753535, -0.52491955032205, -0.37899832664736166], [-0.8833048942086542, -0.27055033954838154, 0.3590603445142311, -0.3462349029191766, -0.1238157124940672, -0.25641118722121725, -0.42891585431497103, -0.22624436002542017, -0.5312495277100576, 0.9628552888045085, -0.9394870145446323, -0.46470266700208696, -0.43311465335055227, -0.26938763453148534], [-0.740663963049445, 0.09225953682534786, -0.26891254472305726, -0.3696038463888518, -0.1413545441243187, -0.25389323397856794, -0.34950741928534124, -0.4540947616892366, -0.4291087256344139, 0.8281194014298371, -0.7865172945350126, -0.2159084000333189, -0.4121988587805933, -0.3483229636131503], [-0.752944308116132, -0.3496242869631688, -0.02242807191167864, -0.25275912904047565, -0.14294898336343245, -0.6869811917142645, -0.5139164326565466, -0.4540947616892366, -0.2408250784347334, 0.8709601811533367, -0.704148983760602, -0.2328018379139143, -0.3502937218319229, -0.013433968449848866], [-0.22394482832038948, 0.3899496917986643, 0.5472476598556985, 0.8689501575039352, -0.1397601048852049, -0.002097909713627969, 1.9428985290582914, -0.41551306428290347, 0.30679729413950085, -1.771432949883917, 1.4491939979132762, -0.0658639563120311, 0.36154516584768664, 0.5969471405875804], [-0.7246050502699315, -0.22403625283380085, -0.24743464460256365, 0.3314644577014049, 0.035628211417310006, -0.19849826264028117, -0.3778409453991997, -0.4540947616892366, -0.5995484977726868, 0.9448687018976957, -0.9747877191622369, -0.48866063345093125, -0.523094682339436, -0.3414845068857783], [-1.036336886578137, -0.31241301759150414, -0.32005040215280384, -0.43971067679787745, 0.8711143727129266, -0.4326679142066753, -0.35733641992206533, 0.1617564837024207, -0.6223148211268966, 1.0606369158070013, -1.0100884237798415, -0.4992574263033047, -0.5277270395260714, -0.37704448186811257], [-0.970211951603669, -0.3217158349344203, -0.3220959164499937, -0.43971067679787745, 1.2266743230352979, -0.18590849642703416, -0.38716118425244267, -0.4540947616892366, -0.6223148211268966, 1.0573666272784896, -1.0159718745494422, -0.49987173313532635, -0.5254810481628542, -0.38075678694868587], [-0.8077335399521196, -0.2845045655627558, 0.42758507347009156, -0.3462349029191766, -0.14294898336343245, -0.32691387801540045, -0.5306928625923839, -0.3747474972120609, -0.47648729045263416, 0.9988284626181348, -0.9336035637750316, -0.3894500800794349, -0.37696486927012557, -0.2772030136484818], [-0.851187068649627, 0.22249897962617385, -0.2862994162491711, -0.27612807251015087, -0.14294898336343245, -0.32439592477275103, -0.44047295049299223, 0.11516726419288632, -0.5398638122224614, 1.0112555590264782, -0.9453704653142331, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.06902355209449337, 0.0503968587822252, 0.009277399694764283, -0.46307962026755267, -0.14294898336343245, -0.3420215974712969, -0.5452324352034429, -0.31942279904448884, -0.6106240064314916, 0.8353140361925622, -0.8630021545398225, -0.4756066132704712, -0.5174797039313934, -0.38407832307340944], [-0.20883055746908252, -0.3031102002485881, -0.32311867359858865, 0.004299249125951819, -0.14294898336343245, -0.5812271555229898, 0.35771230489873274, -0.4540947616892366, -0.6155464547242936, 0.1393966373253248, -0.32172468373655255, -0.4966466222672127, -0.52491955032205, -0.3661029511043174], [-0.5659052063312087, 0.296921518369503, 0.15553167194383952, 0.2613576272923793, -0.14294898336343245, 1.2946480102508127, 2.473779334139009, 2.591675463746572, -0.5214046311244533, -1.7321894875417796, 0.9255668794188086, -0.45395229744170806, -0.48505320362494697, -0.2615722554144888], [-0.6093587350287161, -0.2845045655627558, -0.02038255761448877, -0.06580758128307386, -0.09671024542913308, -0.36720112989779086, -0.37709532629094034, -0.31505505971547, -0.5263270794172555, 0.8333518630754553, -0.8335849006918187, -0.4002004496398137, -0.43311465335055227, -0.33777220180520495], [0.5034294563987565, -0.2658989308769235, -0.26891254472305726, -0.46307962026755267, -0.14294898336343245, 0.030635482440814106, -0.7935235982538347, -0.4540947616892366, -0.6100087003948913, 0.8644196040963141, -0.8571187037702217, -0.48988924711497456, -0.5211294398966212, -0.36473525975884297], [-0.812456749593153, 0.3201785617267933, -0.26891254472305726, -0.3696038463888518, -0.005827208799648065, -0.3772729428683884, -0.5019865269243956, 0.02490065139316349, -0.5269423854538557, 1.044612502017295, -0.9747877191622369, -0.469924275074271, -0.5285692862872777, -0.38466447650718416], [-0.7397193211212384, 0.236453205640548, -0.2750490876146268, -0.3462349029191766, -0.1285990302114085, -0.22871370155207393, -0.29134912884110525, -0.4540947616892366, -0.5017148379532449, 0.8150382473157911, -0.7865172945350126, -0.31250814936872334, -0.44701172491045793, -0.37040140961866547], [-1.003274419090903, -0.3170644262629622, -0.3220959164499937, -0.29949701597982614, 0.17274998598109442, -0.49058083878761133, -0.1899449301178221, 0.6735099417524621, -0.6223148211268966, 0.9023549510270469, -0.9277201130054309, -0.4997181564273209, -0.5260425460036585, -0.38075678694868587], [1.5519819967081747, 3.0505554518726803, -0.31186834496404436, -0.46307962026755267, -0.14294898336343245, -0.4477756336625716, -0.6779526364736222, -0.3645561054443503, 0.423705441093551, -0.18207272502735095, 0.3607556055371356, 1.1673570089714302, 0.1514045989266896, -0.2852137772434033], [-0.7888407013879859, -0.14961371409047178, -0.32005040215280384, 0.16788185341367842, -0.12700459097229475, 0.415882328566172, -0.6671411594038604, -0.40386575940551983, -0.6149311486876934, 1.2113972169713794, -1.1630581437894612, -0.4840533322107689, -0.5244984269414468, -0.3823198627720852], [-0.9314816325471952, -0.1310080794046395, -0.3098228306668545, 0.07440607953497745, 0.5267154970643518, -0.06756469402251232, -0.5933248676861764, -0.4540947616892366, -0.6173923728340945, 1.21172424582423, -1.145407791480659, -0.4980288126392614, -0.5267444183046638, -0.3676660269277167], [-0.8105674657367397, -0.03332849730402, 0.014391185437738947, -0.46307962026755267, -0.1413545441243187, -0.43014996096402586, -0.5799037237375065, -0.21168522892869066, -0.3909597513651976, 1.0191042514949056, -0.8924194083878263, -0.29930055248025783, -0.3759822480487181, -0.234023044027076], [-0.9059763004856146, -0.07984258401860074, -0.3067545592210697, -0.46307962026755267, -0.04728262901660613, -0.5006526517582089, -0.5310656721465137, 0.0845930888897544, -0.39834342380440074, 1.031204319050398, -0.8865359576182256, -0.12836967647023387, -0.4746654935700681, -0.22210459087365625], [-0.8171799592341864, -0.26124752220546543, 0.16985027202416864, 0.3314644577014049, -0.1413545441243187, -0.37223703638308964, -0.5060874320198225, -0.36382814888951376, -0.5878576830772818, 1.0514801079271692, -1.0159718745494422, -0.4754530365624658, -0.4948794158390217, -0.3446106585325769], [-0.7151586309878647, 0.1620306668972189, -0.27300357331743696, -0.46307962026755267, -0.13178790868963605, -0.2841086728903607, -0.24400231546663118, -0.4540947616892366, -0.43956892825661836, 0.7300107455744935, -0.6923820822214004, -0.41386877665229543, -0.2587695737808274, -0.3498860394365496], [-0.2768447762999636, -0.16356794010484596, -0.3210731593013988, -0.46307962026755267, -0.14294898336343245, 0.16156905105858296, -0.02180782120531962, -0.4540947616892366, -0.5927801313700839, 0.4468037590054013, -0.5982468699077883, -0.48635698283085005, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, 0.2550588403263803, -0.3036862877752849, -0.41634173332820223, 3.7331328069221477, 0.408328468838224, 0.8058293889626531, 2.5924034203014084, -0.5977025796628861, -0.008747433016243814, -0.2746570775797465, -0.48958209369896377, -0.4968446582818366, -0.3461737343559762], [-0.5073374067823944, -0.22868766150525893, 0.06552904286748554, 0.4483091750497811, 0.8934365220605194, -0.362165223412492, 2.3119799876467115, 2.5742045064304966, -0.19775365587271496, -1.7321894875417796, 1.1256042055852344, -0.3479843689179736, -0.10744590568407743, -0.11112620741230553], [-0.7538889500443386, -0.24264188751963314, -0.25868497323710793, 0.2613576272923793, -0.013799404995216933, -0.28914457937565946, -0.4162403294745607, -0.1367057037805338, -0.6026250279556882, 0.9919608567082605, -1.0042049730102407, -0.48973567040696914, -0.5236561801802403, -0.34539219644427654], [-0.23433588953066292, 0.7620623855153098, 0.16473648628119397, 1.0792706487310122, -0.1413545441243187, -0.05497492780926539, 2.0759915398826005, 1.999118828109682, -0.3411199624005763, -1.5994157732842145, 0.890266174801204, -0.36794934095867715, -0.2941439377514962, -0.1150338969708038], [-0.7680585789674389, -0.2845045655627558, 0.42144853057852183, -0.29949701597982614, -0.13019346945052226, -0.3697190831404402, -0.5321841008089028, -0.36237223577984085, -0.4857168810016381, 0.9828040488284284, -0.9277201130054309, -0.3955931483996514, -0.38257984767816827, -0.28892608232397665], [-1.0457833058602037, -0.33101865227733646, -0.32005040215280384, -0.43971067679787745, 0.7802313360834415, -0.45784744663316923, -0.35733641992206533, 0.32481875198579085, -0.6223148211268966, 1.0639072043355127, -1.0100884237798415, -0.4987966961792885, -0.5282885373668756, -0.37860755769151183], [-0.8936959554189278, -0.28915597423421385, -0.3057318020724748, -0.18265229863145, 0.06273367848224413, -0.11036989914755221, -0.2935859861658836, 0.13627800428314402, -0.5940107434432844, 0.8840413352673827, -0.9041863099270279, -0.477756687182547, -0.5034422579112867, -0.3477368101793755], [0.3570099575267207, -0.233339070176717, -0.2648215161286775, -0.46307962026755267, -0.1349767871678636, -0.02979539538277138, -0.7935235982538347, -0.4540947616892366, -0.5687831959426737, 0.9347308074593101, -0.8630021545398225, -0.47652807351850374, -0.5035826323714878, -0.3235091349166863], [-0.7444425307622718, -0.2658989308769235, -0.0725431721928303, 0.3080955142317297, 0.013306062069717194, -0.4351858674493246, -0.4300342829773602, -0.2211486641415648, -0.6100087003948913, 0.9958852029424744, -0.9747877191622369, -0.49388224152311533, -0.525059924782251, -0.3588737254210956], [-0.23433588953066292, 0.7620623855153098, 0.16473648628119397, 1.0792706487310122, -0.1413545441243187, -0.05497492780926539, 2.0759915398826005, 1.999118828109682, -0.3411199624005763, -1.5994157732842145, 0.890266174801204, -0.37747109685501273, -0.2941439377514962, -0.1150338969708038], [-0.9229798551933349, -0.2845045655627558, -0.316982130707019, -0.11254546822242431, 0.06592255696047168, 0.24717946130866245, -0.46880647660685076, -0.07410144006459704, -0.616161760760894, 1.0998803781491384, -1.0395056776278453, -0.49726092909923436, -0.5244984269414468, -0.36922910275111603], [-0.7963978368136393, -0.29845879157713, -0.07765695793580496, 0.23798868382270408, -0.040904872060151046, -0.22619574830942452, -0.1370059734314023, -0.4540947616892366, -0.5952413555164849, 0.7424378419828368, -0.8335849006918187, -0.48604982941483926, -0.5138299679661656, -0.3338645122467067], [0.6309561167066589, -0.2658989308769235, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, 0.19178448997037564, -0.7935235982538347, -0.4540947616892366, 1.4328073411179825, -0.30797883337504195, 0.93733378095801, 1.286071804259614, 1.6893471848895771, 0.33435040225649687], [-0.5734623417568622, -0.1263566707331814, 0.06859731431327028, -0.019069694343723426, -0.14294898336343245, -0.4427397271772729, 1.9503547201408855, 2.275742318947542, 0.30679729413950085, -1.6471619858004818, 1.307991179442858, 0.08786632840138671, 0.3900411812685031, 0.3747949891869539], [-0.9721012354600825, -0.18217357479067822, -0.25868497323710793, 0.3080955142317297, -0.10308800238558814, -0.0952621796916558, -0.4990040504913579, -0.10758744158707485, -0.600163803809287, 1.1306210903171465, -1.0748063822454499, -0.4943429716471315, -0.5266040438444628, -0.333278358812932], [-0.8048996141674997, -0.024025679961103854, 0.10132554306830813, -0.392972789858527, -0.1174379555376121, -0.32187797153010167, -0.5470964829740915, -0.4540947616892366, -0.42541688941481237, 0.9985014337652836, -0.9041863099270279, -0.2957682881961333, -0.4106547397183816, -0.20881844637476218], [-0.7349961114802049, -0.22403625283380085, -0.24334361600818394, -0.46307962026755267, -0.14294898336343245, -0.5736732957950416, 1.4701760144218095, -0.4540947616892366, -0.6210842090536961, -0.6546294173972558, 0.24308659014512038, -0.49495727847915316, -0.5285692862872777, -0.38466447650718416], [-0.4978909875003275, 0.12947080619701246, -0.12368102962257689, 0.3314644577014049, -0.14294898336343245, 0.10113817323499734, 1.5850013570937624, -0.4540947616892366, 0.9036441496417561, -1.6962163137281534, 1.455077448682877, 1.6822997109135778, 0.562140269475011, -0.029064726683841902], [-0.7775049982495057, 0.12947080619701246, -0.20550160151017147, -0.46307962026755267, -0.13178790868963605, -0.35712931692719324, -0.06915463457979372, -0.4540947616892366, -0.4506444369154231, 0.6050857237853557, -0.6100137714469898, -0.236794832322055, -0.4182349605692392, -0.3637583373692184], [-0.6632033249364971, -0.29380738290567193, 0.404061659052408, -0.22939018557080043, -0.13178790868963605, -0.35964727016984266, -0.5053418129115631, -0.4540947616892366, -0.4967923896604428, 0.9259010284323294, -0.898302859157427, -0.36180627263846066, -0.4401333763606057, -0.2967414614409732], [-0.5215070357054946, 1.5900131290348465, -0.2822083876547914, 0.2613576272923793, -0.1413545441243187, -0.18590849642703416, 1.7937747074064045, 1.06005487237063, 0.14066466425742982, -1.4329580871829817, 1.137371107124436, 0.26755107676771916, 0.2158364761589793, -0.10331082829530898], [-0.9976065675216629, -0.2752017482198396, -0.32720970219296835, -0.15928335516177475, 0.006928305113262117, -0.37475498962573905, -0.21343193202799435, 0.5839712855075758, -0.6216995150902963, 0.9170712494053486, -0.9336035637750316, -0.5003324632593426, -0.5266040438444628, -0.3768490973901876], [-0.9739905193164958, -0.014722862618187707, 0.09314348587954872, -0.06580758128307386, -0.11584351629849833, 0.30005647940429986, -0.6168118695963486, -0.4540947616892366, -0.6216995150902963, 1.2424649579922378, -1.168941594559062, -0.4997181564273209, -0.5257617970832563, -0.37606755947848797], [0.3333939093215536, -0.3217158349344203, 0.36724240170299055, -0.46307962026755267, -0.14294898336343245, -0.5912989684935873, -0.7454311657711011, -0.36018836611533145, 1.4943379447780087, -0.26710022676864875, 0.9432172317276108, 1.5563668103491397, 1.7033846309096838, 0.2913658171130159], [-0.5498462935516951, -0.14961371409047178, -0.1717506156065387, -0.46307962026755267, 0.20304433152425608, 0.08603045377910093, -0.3610645154633625, -0.4540947616892366, -0.5730903381988754, 0.8447978729252452, -0.92183666223583, -0.48482121575079595, -0.5191641974538062, -0.28247839455245444], [0.5601079720911576, -0.2845045655627558, -0.30266353062669, -0.46307962026755267, -0.14294898336343245, -0.2916625326183089, -0.7935235982538347, -0.4540947616892366, 1.574327729536043, -0.2867219579397173, 1.0432358948108238, 1.4104689377439978, 1.8423553465087399, 0.3851503665169743], [-0.5101713325670144, -0.18217357479067822, 0.07166558575905513, 0.16788185341367842, -0.14294898336343245, -0.10281603941960402, 1.6286200749269395, 2.002030654329028, 0.3830952426779336, -1.4574852511468175, 1.2491566717468503, 0.0037062924144207355, 0.2673539030527708, 0.41836572776420966], [-0.8568549202188671, -0.2007792094765105, -0.32311867359858865, 0.004299249125951819, -0.06482146064685763, 0.19933834969832398, -0.4483019511297163, -0.24080349112214963, -0.5915495192968835, 1.0410151846359323, -0.9924380714710392, -0.4869712896628717, -0.5052671258939007, -0.3299568226882084], [0.3966849185114014, -0.31241301759150414, -0.018337043317298907, -0.46307962026755267, -0.14294898336343245, -0.0952621796916558, -0.7935235982538347, -0.4540947616892366, -0.6032403339922884, 0.9314605189307988, -0.8806525068486247, -0.4885070567429258, -0.5183219506925998, -0.35262142212749836], [-0.9324262744754018, -0.25659611353400735, 0.27519425832944655, -0.46307962026755267, -0.08076585303799536, 0.04826115513935991, -0.46917928616098054, -0.11195518091609367, -0.5730903381988754, 1.0344746075789093, -1.0042049730102407, -0.4766816502265091, -0.4990906496450537, -0.28501839276547836], [-1.0079976287319363, 1.5062877729486008, -0.30164077347809504, -0.43971067679787745, 2.8817022532353933, 0.483867066117706, 0.6604336628520633, 2.315779929463548, -0.6284678814928992, 0.1220641081242143, -0.38644264220216096, -0.5012539235073751, -0.5281481629066744, -0.3838829385954845], [-0.752944308116132, -0.19612780080505246, -0.316982130707019, 0.23798868382270408, 0.4964211515211901, -0.32943183125804987, -0.5940704867944359, -0.3470851481282749, -0.6210842090536961, 1.152859052311024, -1.121873988402256, -0.4987966961792885, -0.5274462906056692, -0.37391833022131393], [-0.970211951603669, -0.29380738290567193, -0.32720970219296835, -0.46307962026755267, 1.3382850697732618, -0.17835463669908597, -0.5444868160951835, -0.4540947616892366, -0.6032403339922884, 1.1786943316862648, -1.115990537632655, -0.49449654835513696, -0.525200299242452, -0.33777220180520495], [-0.9210905713369215, 0.4132067351559546, -0.3067545592210697, 0.05103713606530231, 0.005333865874148327, -0.03986720835336898, -0.6693780167286388, -0.3703797578830421, -0.6229301271634968, 1.2640488622804136, -1.1924753976374651, -0.4991038495952993, -0.5260425460036585, -0.3748952526109385], [-0.20221806397163572, 0.841136332930097, 0.2915583727069655, 1.0792706487310122, -0.14294898336343245, -0.037349255110719584, 2.0129867252346783, 1.7610770346781546, -0.33127506581497207, -1.589277878845829, 0.8667323717228009, -0.3733245257388666, -0.2843177255374216, -0.10331082829530898], [-0.797342478741846, -0.3449728782917107, -0.3282324593415633, 0.658629666276858, -0.14294898336343245, -0.6089246411921331, 0.24698786732220668, -0.4540947616892366, -0.5835505408210799, 0.4199873930716076, -0.5452958129813814, -0.48589625270683384, -0.501757764388874, -0.32116452118158734], [-0.9777690870293225, -0.29380738290567193, -0.32414143074718355, 0.6819986097465334, 0.17912774293754946, -0.3092882053168547, -0.4647055715114239, -0.32306258181867126, -0.6229301271634968, 1.1316021768756994, -1.0630394807062484, -0.49833596605527225, -0.5278674139862723, -0.3762629439564129], [-0.9739905193164958, -0.21008202681942667, -0.01935980046589384, 0.23798868382270408, -0.08554917075533666, -0.0952621796916558, -0.4870741447592069, -0.20294975027065296, -0.6173923728340945, 1.1348724654042113, -1.0806898330150505, -0.49587873872718563, -0.5275866650658702, -0.3637583373692184], [-0.9314816325471952, -0.28915597423421385, 0.06348352857029561, -0.3228659594495013, -0.14294898336343245, 0.25473332103661067, -0.49154785940876355, -0.2990400155090676, -0.5244811613074547, 1.039707069224528, -0.9806711699318377, -0.4201654216805174, -0.4668045237988083, -0.2752491688692327], [0.18225120080848436, -0.07519117534714263, 0.5513386884500783, -0.46307962026755267, -0.14294898336343245, -0.18590849642703416, -0.13626035432314287, -0.4540947616892366, 1.1848390083680764, -0.6160400127608207, 0.9961682886540176, 0.4959196415717673, 0.9389053206546744, 1.5097834214527752], [-0.7718371466802656, 0.12481939752555431, -0.07663420078721, -0.43971067679787745, -0.13019346945052226, -0.3546113636845438, -0.07772925432477723, -0.4540947616892366, -0.4869474930748387, 0.6191479644579552, -0.6570813776037959, -0.291160986955971, -0.44153712096261627, -0.34754142570145063], [-0.7482210984750985, 0.1759848929115931, -0.28425390195198125, -0.46307962026755267, -0.14294898336343245, -0.3546113636845438, -0.6145750122715703, -0.08647670149681709, -0.4284934195978137, 1.0681585794225774, -0.9277201130054309, -0.21514051649329186, -0.4145852246040115, -0.34656450331182603], [-0.7482210984750985, 0.1759848929115931, -0.28425390195198125, -0.46307962026755267, -0.14294898336343245, -0.3546113636845438, -0.6153206313798297, -0.08647670149681709, -0.42726280752461315, 1.0681585794225774, -0.9277201130054309, -0.21514051649329186, -0.4145852246040115, -0.34656450331182603], [-0.6820961635006307, -0.27055033954838154, -0.15845477267480457, -0.019069694343723426, -0.14294898336343245, -0.22619574830942452, -0.35248989571837896, -0.08574874494198063, -0.571859726125675, 0.8807710467388714, -0.8688856053094233, -0.4554880645217622, -0.47663073601288297, -0.3518398842157987], [-0.30801795993078424, -0.33567006094879454, -0.07663420078721, -0.46307962026755267, -0.12700459097229475, 0.07847659405115272, -0.01211477279794691, -0.4540947616892366, -0.5946260494798847, 0.45007404753391306, -0.5982468699077883, -0.48251756513071475, -0.5223928100384307, -0.3346460501584063], [-0.9418726937574686, -0.33567006094879454, -0.3282324593415633, -0.15928335516177475, 0.0531670430475615, -0.019723582412173778, -0.32005546450909356, 0.22290483430868455, -0.6100087003948913, 0.9854202796512376, -0.9512539160838339, -0.4923464744430612, -0.5117243510631496, -0.3709875630524402], [-0.6018015996030627, 1.106266627203207, 0.2731487440322567, 0.541784948928482, 0.17593886445932194, -0.2765548131624125, 2.4089104717204384, 2.0500757869482347, -0.3761924064867913, -1.7485409301843369, 0.9726344855756146, -0.3986646825597596, -0.2758952579253575, -0.07283084973902253], [-0.9003084489163744, -0.22403625283380085, 0.2854218298153959, -0.08917652475274906, -0.1126546378202708, 0.06085092135260692, -0.5601448173686315, -0.23134005590927548, -0.618622984907295, 1.1253886286715278, -1.1277574391718568, -0.4969537756832236, -0.525059924782251, -0.3621952615458191], [-0.812456749593153, 0.19924193626888348, -0.31595937355842413, 0.12114396647432794, 0.28436073271905843, -0.22367779506677513, -0.6567024918882283, -0.4540947616892366, -0.609393394358291, 1.2251324287911274, -1.1571746930198605, -0.4903499772389908, -0.5257617970832563, -0.36024141676657], [0.5317687142449571, 2.2644673863962668, 1.04737590551862, -0.46307962026755267, -0.14294898336343245, -0.07763650699311, -0.3610645154633625, 0.10934361175419452, 0.23296056974746931, -0.07742349211498437, 0.11953412398350442, 0.8483781864441886, 0.04724674945749818, -0.3047522250358946], [-0.8086781818803263, -0.21008202681942667, -0.3057318020724748, -0.15928335516177475, -0.14294898336343245, -0.1833905431843847, -0.38194185049462664, -0.0631820917420499, -0.4949464715506421, 0.9232847976095202, -0.851235253000621, -0.41371519994429, -0.39100231529023227, -0.29087992710322574], [-0.6443104863723634, -0.2798531568912977, 0.09007521443376387, -0.019069694343723426, -0.1349767871678636, -0.6869811917142645, -0.17465973839850368, -0.060270265522704, -0.5214046311244533, 0.6583914268000922, -0.704148983760602, -0.3829998583432076, -0.5285692862872777, -0.38466447650718416], [-0.8691352652855541, -0.19147639213359438, -0.3220959164499937, 1.2895911399580893, -0.031338236625468426, 0.6550878866178649, 1.804958994030296, 4.073795009393634, -0.5897036011870825, -0.941106692494859, 0.2548534916843219, -0.49618589214319647, -0.5100398575407369, -0.35574757377429694], [-1.008942270660143, -0.3217158349344203, -0.3220959164499937, -0.22939018557080043, -0.1126546378202708, -0.4654013063611173, -0.08854073139453901, 0.8496754280228889, -0.6241607392366973, 0.8153652761686424, -0.8571187037702217, -0.5000253098433318, -0.5267444183046638, -0.37860755769151183], [-1.0136654803011766, -0.3217158349344203, -0.3220959164499937, -0.22939018557080043, -0.10468244162470194, -0.48554493230231255, -0.08108454031194469, 0.8642345591196182, -0.6241607392366973, 0.8107868722287264, -0.8571187037702217, -0.5000253098433318, -0.5266040438444628, -0.37860755769151183], [-0.7463318146186853, 0.15272784955430282, -0.2944814734379305, 0.16788185341367842, 0.17912774293754946, -0.1934623561549823, -0.6872728753268652, -0.4264324126054506, -0.5983178856994863, 1.2127053323827837, -1.1571746930198605, -0.49388224152311533, -0.52491955032205, -0.35926449437694546], [-0.8738584749265874, -0.0007686366038135502, -0.2965269877351204, -0.46307962026755267, -0.018582722712558248, -0.5082065114861571, -0.5463508638658321, 0.02854043416734585, -0.4038811781338031, 1.0475557616929554, -0.8924194083878263, -0.16799246713563032, -0.4467309759900558, -0.22659843386592923], [-0.9607655323216022, -0.15891653143338794, -0.32414143074718355, 0.28472657076205454, 0.09781134174274712, 0.028117529198164702, -0.4024463759717611, -0.3106873203864512, -0.6229301271634968, 1.0573666272784896, -1.0512725791670468, -0.49864311947128304, -0.5275866650658702, -0.37723986634603746], [-0.016123604114919074, -0.08914540136151688, 0.08393867154219427, -0.46307962026755267, -0.07917141379888158, -0.4704372128464162, -0.6816807320149194, -0.23570779523829433, -0.5669372778328728, 0.9167442205524973, -0.8924194083878263, -0.40649709466803563, -0.4889836885105769, -0.37704448186811257], [0.4004634862242282, -0.21938484416234283, -0.03470115769481783, -0.46307962026755267, -0.14294898336343245, -0.21612393533882693, -0.7935235982538347, -0.4540947616892366, -0.5337107518564587, 0.7597703711839476, -0.8218179991526172, -0.4596346356379083, -0.46189141769177094, -0.3252675952180105], [-0.9229798551933349, -0.2054306181479686, -0.3282324593415633, -0.29949701597982614, 0.29073848967551347, -0.48302697905966313, -0.03672020337050826, 0.2942445766826589, -0.6100087003948913, 0.7237971973703213, -0.8100510976134156, -0.48635698283085005, -0.5132684701253614, -0.37665371291226274], [-0.979658370885736, -0.29845879157713, -0.32720970219296835, -0.41634173332820223, 0.6542706361934536, -0.1833905431843847, -0.40580166195892853, 0.15738874437340183, -0.616161760760894, 1.073718069921047, -1.021855325319043, -0.497875235931256, -0.5235158057200393, -0.3768490973901876], [-0.6329747832338832, -0.2752017482198396, 0.11462138600004226, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.2313267906262208, -0.19421427161261529, -0.43341586789061576, 0.6747428694426495, -0.6629648283733967, -0.28824302950386815, -0.5285692862872777, -0.38466447650718416], [-0.750110382331512, -0.3496242869631688, 0.2792852869238263, 0.2613576272923793, -0.02336604042989956, -0.6869811917142645, -0.4438282364801597, 0.0008780850835598332, -0.6284678814928992, 1.0050420108223066, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9957172836652496, -0.29845879157713, -0.32414143074718355, -0.08917652475274906, -0.09989912390736061, -0.3395036442286474, -0.1787606434939307, 0.6298325484622737, -0.6253913513098979, 0.8860035083844896, -0.9159532114662293, -0.5011003467993697, -0.5256214226230553, -0.382710631727935], [-0.871969191070174, -0.2752017482198396, -0.08072522938158976, 0.07440607953497745, 0.5633875995639686, -0.32943183125804987, -0.6402988715065209, -0.31869484248965235, -0.6007791098458874, 1.2274216307610852, -1.1512912422502597, -0.4908107073630071, -0.5240773035608436, -0.34226604479747796], [0.1255726851160834, -0.10309962737589107, -0.10322588665067825, -0.3228659594495013, -0.14294898336343245, -0.4704372128464162, -0.6742245409323251, -0.2648260574317533, -0.5669372778328728, 0.8840413352673827, -0.851235253000621, -0.40327198379992196, -0.4878606928289683, -0.3788029421694368], [-0.8691352652855541, -0.3263672436058784, -0.32414143074718355, -0.04243863781339862, 0.06432811772135792, 0.26732308724985765, -0.043057965790713526, -0.39076254141846334, -0.6223148211268966, 0.7035214084935506, -0.774750392995811, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.42893212674123965, -0.2752017482198396, 0.03484632840963755, 0.21461974035302883, -0.1349767871678636, -0.6869811917142645, -0.3826874696028861, -0.18693470606425056, -0.553400545027667, 0.8022841220545964, -0.8100510976134156, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.6764283119313906, -0.3217158349344203, -0.31084558781544946, 0.12114396647432794, -0.14294898336343245, 0.5417799906986421, -0.5683466275594854, -0.4540947616892366, -0.600163803809287, 1.080912704683772, -1.0806898330150505, -0.4923464744430612, -0.5257617970832563, -0.3299568226882084], [-0.7463318146186853, -0.2752017482198396, 0.19951022933342163, -0.29949701597982614, -0.0775769745597678, -0.13051352508874736, -0.40878413839196626, -0.4264324126054506, -0.5017148379532449, 0.8510114211294169, -0.8630021545398225, -0.35428101394619543, -0.5285692862872777, -0.19729076217719227], [0.8529469698352296, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.11776387111468069, 0.5144987315455887, -0.37467574066295944, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9928833578806294, -0.2845045655627558, -0.32618694504437346, -0.3696038463888518, 0.19666657456780096, -0.362165223412492, -0.217905646677551, 0.6407518967848206, -0.6223148211268966, 0.9196874802281576, -0.9336035637750316, -0.49941100301131014, -0.5267444183046638, -0.3799752490369862], [-0.6178605123825762, -0.29845879157713, -0.3220959164499937, 0.541784948928482, -0.14294898336343245, -0.6089246411921331, 0.1985226252853434, -0.3703797578830421, -0.6216995150902963, 0.42194956618871454, -0.53352891144218, -0.4991038495952993, -0.5268847927648649, -0.37606755947848797], [-0.8171799592341864, -0.3496242869631688, 0.3815610017833196, -0.46307962026755267, -0.14294898336343245, -0.626550313890679, -0.553061435840167, -0.4540947616892366, -0.3306597597783718, 0.9919608567082605, -0.8100510976134156, -0.25384184691065576, -0.4154274713652179, 0.08797057559318117], [-0.8955852392753412, -0.3496242869631688, 0.004163613951789618, -0.27612807251015087, -0.12700459097229475, 0.5317081777280445, -0.5254735288345678, -0.39658619385715516, -0.555246463137468, 1.0900695125636042, -0.9571373668534346, -0.44059112384523724, -0.4728406255874542, -0.38466447650718416], [-0.4270428428848263, 0.16668207556867698, -0.32005040215280384, -0.41634173332820223, -0.1397601048852049, -0.38482680259633667, -0.7264178785104856, -0.4031378028506834, -0.4014199539874021, 1.039707069224528, -0.9277201130054309, -0.41970469155650114, -0.41430447568360934, 0.021930622054560454], [-0.818124601162393, -0.3263672436058784, -0.050042514923741774, 0.004299249125951819, -0.013799404995216933, -0.21864188858147623, -0.06878182502566395, -0.19494222816745174, -0.5977025796628861, 0.6904402543795046, -0.8218179991526172, -0.48973567040696914, -0.5079342406377209, -0.33835835523897967], [0.09439950148526285, -0.028677088632561926, -0.22902501592785493, -0.46307962026755267, -0.14294898336343245, -0.5182783244567548, -0.7935235982538347, -0.4540947616892366, -0.4014199539874021, 0.9383281248406727, -0.7865172945350126, -0.30329354688839855, -0.3133752387990424, -0.3494952704806998], [1.0985538711689669, -0.2752017482198396, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.3208148631927676, 0.5177690200740999, -0.48646130528537385, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9711565935318757, -0.3496242869631688, 0.29667215844994016, -0.27612807251015087, -0.1126546378202708, -0.38734475583898603, -0.11314616196710037, 0.12390274285092402, -0.5306342216734573, 0.6224182529864665, -0.774750392995811, -0.44059112384523724, -0.5285692862872777, -0.3070968387709936], [-0.3089626018589909, -0.33567006094879454, 0.14837237190367505, -0.46307962026755267, -0.14294898336343245, -0.6693555190157187, 2.580402866620108, 5.809243436123789, -0.6284678814928992, -1.7812438154694512, 0.9549841332668123, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0174440480140032, -0.31241301759150414, -0.32720970219296835, 0.3782023446407554, 0.2078276492415974, -0.39741656880958365, -0.3610645154633625, 0.08022534956073553, -0.6223148211268966, 1.0573666272784896, -1.0277387760886438, -0.5006396166753535, -0.5256214226230553, -0.38017063351491115], [-0.6584801152954637, -0.13565948807609757, 0.01745945688352369, -0.18265229863145, -0.1365712264069774, -0.33446773774334865, 1.7415813698282439, 3.0080666131130354, 0.20834832828345876, -1.3855389035195655, 1.0726531486588275, 0.029814332775340825, 0.545154959790682, -0.04156933327103637], [-0.7897853433161927, -0.2519447048625493, -0.3251641878957785, -0.20602124210112518, 0.4007547971743638, 0.46875934666180946, -0.6775798269194926, -0.4540947616892366, -0.6038556400288887, 1.2185918517341043, -1.1630581437894612, -0.48881421015893667, -0.5242176780210446, -0.3516444997378738], [-0.8672459814291406, -0.13565948807609757, -0.3251641878957785, 0.3080955142317297, 0.011711622830603431, 0.06588682783790573, -0.49974966959961736, -0.3412614956895831, -0.6112393124680918, 1.1038047243833522, -1.0806898330150505, -0.49203932102705034, -0.5268847927648649, -0.3563337272080717], [0.34000640281900046, -0.16821934877630404, 0.28644458696399083, -0.46307962026755267, -0.14294898336343245, -0.5711553425523922, -0.6604305874295255, -0.4540947616892366, -0.569398501979274, 0.7689271790637797, -0.7806338437654119, -0.4728422325263738, -0.5117243510631496, -0.3471506567456008], [-0.3769768206898721, 0.12016798885409624, 0.06962007146186527, 0.6118917793375076, -0.14294898336343245, -0.12547761860344855, 1.544737925247753, -0.3645561054443503, 0.653214592745449, -1.5725994073504206, 1.4609608994524776, 0.4576790412784197, 0.3740384928055815, 1.034803755617311], [-0.9664333838908424, -0.3077616089200461, -0.08072522938158976, 0.004299249125951819, 0.38321596554411236, 0.11624589269089373, -0.6324698708697968, -0.3121432334961241, -0.6173923728340945, 1.258489371781944, -1.1748250453286628, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7387746791930317, 0.12947080619701246, -0.21777468729331062, -0.43971067679787745, -0.13178790868963605, -0.36468317665514144, -0.02255344031357904, -0.4540947616892366, -0.45495157917162493, 0.5543962515934283, -0.5747130668293853, -0.24324505405828234, -0.4209020753130595, -0.36434449080299314], [-0.9664333838908424, -0.3077616089200461, -0.31186834496404436, -0.25275912904047565, 0.44221021739132194, -0.014687675926874973, -0.48931100208398526, 0.11807909041223222, -0.6167770667974942, 1.1342184076985091, -1.0865732837846513, -0.49372866481510985, -0.5281481629066744, -0.3688383337952662], [-0.9097548681984414, -0.10775103604734912, -0.136976872554311, -0.46307962026755267, -0.13816566564609115, -0.5107244647288065, 0.0009335615965931211, 0.578147633068884, -0.60693217021189, 0.679648302235417, -0.7335662376086057, -0.4828247185467256, -0.5268847927648649, -0.38427370755133433], [-0.9239244971215416, -0.1263566707331814, -0.06845214359845056, -0.46307962026755267, 0.1568055935899567, 0.13387156538943953, -0.4676880479444616, -0.015864915677679108, -0.6149311486876934, 1.0926857433864132, -1.0571560299366476, -0.49710735239122894, -0.5247791758618489, -0.3661029511043174], [0.18225120080848436, 1.4783793209198524, -0.043905972032172176, 1.8270768397606196, -0.14294898336343245, 0.25725127427926003, 1.715111891485034, -0.3747474972120609, -0.19221590154331258, -1.5166774735128747, 0.8608489209532002, -0.30912946179260425, -0.16780692357053614, 0.16827359602032055], [-1.0457833058602037, -0.3449728782917107, -0.32618694504437346, -0.46307962026755267, -0.14294898336343245, -0.6819452852289657, 2.925997323298356, 6.6660483011663185, -0.6284678814928992, -1.8064250371389896, 1.0020517394236184, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8209585269470131, 0.20389334494034156, -0.08481625797596946, -0.18265229863145, -0.12700459097229475, -0.38734475583898603, -0.2756911275676571, -0.07846917939361586, -0.6038556400288887, 0.8578790270392912, -0.8924194083878263, -0.47115288873831423, -0.5285692862872777, -0.3459783498780513], [-0.8559102782906605, -0.2472932961910912, -0.3036862877752849, 0.07440607953497745, 0.6351373653240884, -0.2010162158829305, -0.6190487269211269, -0.2924884065155393, -0.6118546185046921, 1.2113972169713794, -1.145407791480659, -0.495264431895164, -0.5259021715434574, -0.35965526333279524], [-0.8738584749265874, -0.24264188751963314, 0.3478100158796867, -0.3696038463888518, -0.10787132010292946, -0.3395036442286474, -0.4758898581353154, -0.4016818897410105, -0.4278781135612134, 0.9347308074593101, -0.8806525068486247, -0.3756281763589478, -0.4232884411364776, -0.09940313873681071], [-0.9635994581062224, -0.27055033954838154, -0.3251641878957785, 0.4249402315801058, -0.09830468466824684, -0.11792375887550034, 0.2428869622267798, -0.4540947616892366, -0.616161760760894, 0.4971662023444779, -0.6688482791429974, -0.4991038495952993, -0.5103206064611391, -0.3762629439564129], [-0.5356766646285948, -0.2054306181479686, 0.060415257124510874, -0.11254546822242431, -0.14294898336343245, -0.3470575039565956, 1.6073699303415458, 1.394914887595408, 0.503695225851585, -1.4705664052608634, 1.2903408271340557, -0.1821215242721282, 0.4737043595483389, 1.4011496517265236], [-1.036336886578137, -0.3403214696202526, -0.22391123018488027, -0.46307962026755267, -0.09989912390736061, -0.6164785009200814, 0.004288847583760573, 1.1037322656608182, -0.6223148211268966, 0.7434189285413904, -0.774750392995811, -0.5003324632593426, -0.5282885373668756, -0.38075678694868587], [-0.5734623417568622, 1.1992948006323683, 0.4787229308998381, 0.28472657076205454, 0.17593886445932194, -0.3168420650448029, 2.412638567261735, 2.312140146689366, -0.4561821912448255, -1.7279381124547146, 0.93733378095801, -0.42477272292067975, -0.38651033256379813, -0.18146461946527428], [-0.3675304014078053, 0.08760812815388978, -0.040837700586387374, 0.6352607228071829, -0.14294898336343245, -0.13303147833139675, 1.7158575105932934, -0.3834829758700986, 0.6987472394538686, -1.7387300645988024, 1.6080471686924964, -0.12345522181406074, 0.91728765378371, 1.0006114719804513], [-1.0457833058602037, -0.3449728782917107, -0.32720970219296835, -0.20602124210112518, 0.5394710109772619, -0.3546113636845438, -0.26786212693093314, 0.3182671429922626, -0.6284678814928992, 0.9854202796512376, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8105674657367397, -0.028677088632561926, -0.11345345813662759, -0.3228659594495013, -0.04249931129926482, -0.22619574830942452, -0.4598590473077376, 0.021260868618981132, -0.5484780967348649, 0.9978473760595814, -0.9630208176230354, -0.3948252648596243, -0.4814034676597193, -0.3600460322886451], [1.0881628099586935, -0.25659611353400735, -0.2351615588194245, -0.46307962026755267, -0.14294898336343245, 0.0054559500143202344, -0.7532601664078252, -0.4540947616892366, 1.3048236855051278, -0.3799251810022937, 0.9314503301884093, 1.1576816763670892, 1.4866464643592368, 0.4402487892917998], [0.06039239206982231, 0.02713981542493489, -0.25868497323710793, -0.46307962026755267, -0.14294898336343245, -0.5812271555229898, -0.719334496982021, -0.4540947616892366, -0.3792689366697926, 0.8562438827750355, -0.7335662376086057, -0.29315748416004134, -0.3034086521247666, -0.34402450509880217], [-1.036336886578137, -0.3263672436058784, -0.3282324593415633, -0.43971067679787745, 0.785014653800783, -0.4326679142066753, -0.3349678466742822, 0.3859671025920547, -0.6284678814928992, 1.0410151846359323, -0.99832152224064, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9040870166292013, 0.13877362353992853, -0.26175324468289274, -0.22939018557080043, 0.5745486742377649, -0.05245697456661599, -0.7122511154535562, -0.36819588821853266, -0.616161760760894, 1.3032923246225507, -1.2101257499462674, -0.4974145058072397, -0.5264636693842617, -0.36590756662639246], [-0.9210905713369215, -0.28915597423421385, 0.2076922865221811, -0.11254546822242431, -0.031338236625468426, 0.14646133160268654, -0.5929520581320468, -0.14471322588373503, -0.6173923728340945, 1.1659402064250701, -1.145407791480659, -0.4977216592232506, -0.5247791758618489, -0.37040140961866547], [-0.9040870166292013, -0.3263672436058784, 0.7875955897755075, -0.11254546822242431, -0.12700459097229475, -0.49058083878761133, 0.07698671063905557, -0.4540947616892366, -0.600163803809287, 0.5292150299238902, -0.751216589917408, -0.49480370177114774, -0.49670428382163556, -0.36317218393544365], [1.092886019599727, -0.29845879157713, -0.257662216088513, -0.46307962026755267, -0.14294898336343245, -0.23123165479472324, -0.7935235982538347, -0.4540947616892366, -0.5730903381988754, 0.37616552678955406, -0.6688482791429974, -0.4963394688512019, -0.46694489825900937, -0.3487137325690001], [-0.7869514175315725, -0.014722862618187707, 0.08598418583938419, -0.392972789858527, -0.12700459097229475, -0.37223703638308964, -0.5176445281978438, -0.4540947616892366, -0.39588219965799976, 0.9494471058376117, -0.8453518022310202, -0.25123104287456377, -0.34327499882186957, -0.2596184106352396], [0.23987435842909197, -0.09844821870443297, 0.2506480867631683, -0.46307962026755267, -0.14294898336343245, -0.40245247529488243, -0.7595979288280303, -0.4540947616892366, -0.5663219717962726, 0.9007198067627913, -0.8688856053094233, -0.48389975550276343, -0.5173393294711923, -0.35926449437694546], [0.144465523680217, -0.29845879157713, 0.1729185434699534, 2.8553103524263292, -0.14294898336343245, -0.08015446023575933, 1.9425257195041616, -0.414785107728067, -0.04392714672264914, -1.7223786219562451, 1.2373897702076488, -0.28425003509572744, 0.04486038363408, 0.31324887864060624], [-0.526230245346528, -0.3403214696202526, 9.582284310543328, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, -0.7935235982538347, -0.4540947616892366, -0.5423250363688623, 0.40984949863322206, -1.0748063822454499, -0.4596346356379083, -0.5002136453266622, -0.2918568494928503], [-0.9031423747009946, -0.15426512276192983, -0.07867971508439989, 0.14451290994400318, 0.02925045446085493, -0.02727744214012198, -0.5347937676878107, -0.21241318548352714, -0.6229301271634968, 1.156783398545238, -1.115990537632655, -0.49987173313532635, -0.5275866650658702, -0.3762629439564129], [0.08778700798781604, 0.4132067351559546, 0.840778961502444, -0.46307962026755267, -0.14294898336343245, -0.35712931692719324, -0.6891369230975137, -0.32306258181867126, 1.1374604435498563, -0.08396406917200737, 0.5843267347819644, 1.038045420830873, 1.3108976401875012, 0.36737037902580716], [-0.7510550242597186, -0.14961371409047178, -0.3067545592210697, 0.19125079688335359, -0.14294898336343245, 0.3478975910146385, -0.6033907256476787, -0.4104173683990482, -0.5933954374066842, 1.1165588496445469, -1.1042236360934536, -0.49157859090303413, -0.5212698143568222, -0.30006299756569665], [-1.0457833058602037, -0.3449728782917107, -0.32720970219296835, -0.20602124210112518, 0.5394710109772619, -0.3546113636845438, -0.26786212693093314, 0.3328262740889922, -0.6284678814928992, 0.986401366209791, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9475405453267086, -0.16356794010484596, -0.3282324593415633, 0.12114396647432794, 0.630354047606747, -0.23626756128002213, -0.3502530383936006, -0.4540947616892366, -0.6100087003948913, 1.0096204147622225, -0.99832152224064, -0.49618589214319647, -0.520848690976219, -0.37294140783168933], [-0.8936959554189278, -0.29380738290567193, 0.38974305897207906, -0.46307962026755267, -0.14294898336343245, -0.5308680906700017, -0.5429955778786646, -0.3478131046831114, -0.2660526259353442, 0.9281902304022871, -0.7865172945350126, -0.2896252198759169, -0.3727536354640936, -0.10448313516285843], [0.4939830371166899, -0.2752017482198396, 0.5267925168837998, -0.46307962026755267, -0.14294898336343245, -0.08770831996370754, -0.756242642840863, -0.3885786717539539, 1.2482155301379034, -0.1951538791413967, 0.7314130040219835, 1.1401739316544721, 1.5489727246885105, 0.33435040225649687], [-0.8086781818803263, -0.31241301759150414, 0.4623588165223192, -0.43971067679787745, -0.13019346945052226, -0.3697190831404402, -0.517271718643714, -0.28812066718652046, -0.4309546437442147, 0.952717394366123, -0.8865359576182256, -0.3111259589966746, -0.3713498908620829, -0.2635261001937379], [-0.311796527643611, -0.061236949332768444, 1.2856783211412395, 1.5466495181245168, 0.12013349109033994, 1.5917664928834414, 1.9626574354271666, -0.4540947616892366, -0.3460424106933784, -1.6105347542811534, 0.8196647655659949, -0.3172690273168911, -0.514531840267171, 0.0031737121737688023], [-0.887083461921481, -0.2752017482198396, -0.24948015889975353, 0.004299249125951819, -0.08554917075533666, 0.08099454729380212, -0.4222052823406361, 0.12535865596059695, -0.6173923728340945, 1.033166492167505, -1.0277387760886438, -0.49726092909923436, -0.5236561801802403, -0.37215986991998967], [-1.0268904672960701, -0.3217158349344203, 0.43883540210463573, 0.004299249125951819, -0.14294898336343245, -0.5610835295817945, -0.33123975113298504, 0.040915695599565906, -0.4623352516108281, 0.8611493155678024, -0.874769056079024, -0.42477272292067975, -0.5285692862872777, -0.38466447650718416], [-0.8672459814291406, -0.3031102002485881, -0.3098228306668545, -0.06580758128307386, -0.005827208799648065, 0.458687533691212, -0.20075640718758395, -0.36018836611533145, -0.6198535969804955, 0.8336788919283061, -0.874769056079024, -0.49618589214319647, -0.5281481629066744, -0.3731367923096143], [-0.9909940740242161, -0.1868249834621363, -0.02651910050605837, 0.3080955142317297, -0.1062768808638157, -0.20353416912557992, -0.5053418129115631, -0.1570884873159551, -0.5866270710040813, 1.1397778981969782, -1.068922931475849, -0.48128895146667144, -0.5236561801802403, -0.3225322125270617], [-0.18710379312032877, -0.18217357479067822, -0.11652172958241239, 1.2895911399580893, 0.03084489369996869, 0.13638951863208895, 2.0864302073982324, 1.663530856330067, -0.1251475435538839, -1.7204164488391382, 1.0667696978892267, -0.36180627263846066, -0.017606251155394687, 0.1487351482278292], [-0.9598208903933956, -0.21008202681942667, 0.3478100158796867, 0.21461974035302883, 0.09143358478629202, -0.25892914046386667, -0.6339611090863155, -0.32451849492834417, -0.6198535969804955, 1.21172424582423, -1.1748250453286628, -0.4963394688512019, -0.5267444183046638, -0.37157371648621496], [-1.000440493306283, -0.3031102002485881, -0.32311867359858865, -0.3228659594495013, -0.12700459097229475, -0.4276320077213764, -0.06095282438893998, 0.932662475274247, -0.6223148211268966, 0.7869137659705926, -0.8394683514614194, -0.4964930455592073, -0.5280077884464734, -0.3788029421694368], [0.8529469698352296, -0.33567006094879454, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.11776387111468069, 0.5144987315455887, -0.33937503604535485, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9343155583318151, -0.09844821870443297, -0.21675193014471572, 0.5885228358678325, -0.13178790868963605, 0.09106636026439972, -0.60189948743116, -0.4380797174828342, -0.6284678814928992, 1.2159756209112953, -1.1395243407110582, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5687391321158288, -0.2658989308769235, -0.11140794383943772, -0.04243863781339862, -0.05684926445128877, -0.32439592477275103, -0.22536183776014532, -0.2648260574317533, -0.5663219717962726, 0.7309918321330465, -0.7571000406870089, -0.44780922912149157, -0.4822457144209257, -0.3221414435712119], [-1.0174440480140032, -0.31241301759150414, -0.32720970219296835, 0.3782023446407554, 0.2476886302194417, -0.35964727016984266, -0.39088927979373983, 0.05401891358662249, -0.616161760760894, 1.0769883584495585, -1.0395056776278453, -0.4997181564273209, -0.5226735589588329, -0.37567679052263814], [0.15485658489049062, -0.2658989308769235, -0.2914132019921457, -0.46307962026755267, -0.14294898336343245, -0.43014996096402586, -0.7774927874262568, -0.4540947616892366, 1.642626699598672, -0.19351873487714108, 1.0020517394236184, 0.9773826211687352, 1.6795209726755025, 1.2663343619583332], [0.2965528741214931, 1.9435201880656594, 0.8131645184903807, -0.46307962026755267, -0.14294898336343245, -0.5308680906700017, -0.6410444906147803, -0.15636053076111864, 0.680903364392461, -0.008093375310541655, 0.26662039322352343, 1.7937964009255072, 0.12038184322225395, -0.2691922500535604], [-0.8162353173059798, -0.09844821870443297, -0.21777468729331062, 0.004299249125951819, 0.04519484685199263, -0.4654013063611173, -0.3002965581402185, 0.001606041638396292, -0.5687831959426737, 0.8905819123244056, -0.8688856053094233, -0.4731493859423846, -0.4927737989360057, -0.3432429671871025], [-0.9588762484651889, -0.3077616089200461, -0.32618694504437346, -0.18265229863145, 1.0433138105372137, -0.2690009534344643, -0.543741196986924, -0.22187662069640132, -0.616161760760894, 1.190467370388906, -1.121873988402256, -0.49710735239122894, -0.5267444183046638, -0.3639537218471433], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.2723589937351565, -0.40878413839196626, -0.28084110163815573, -0.5306342216734573, 0.9886905681797493, -0.9159532114662293, -0.44059112384523724, -0.4728406255874542, -0.38466447650718416], [-0.8285156623726667, 0.20854475361179958, -0.2862994162491711, -0.3462349029191766, 0.5426598894554895, 0.14394337836003715, -0.7454311657711011, -0.4395356305925071, -0.6223148211268966, 1.296424718712677, -1.2218926514854689, -0.4974145058072397, -0.5274462906056692, -0.3778260197798122], [-0.6773729538595973, -0.2519447048625493, -0.2791401162090066, 0.4483091750497811, -0.04728262901660613, -0.48302697905966313, -0.4095297575002257, -0.15344870454177273, -0.579243398564878, 0.952717394366123, -0.9100697606966286, -0.48006033780262813, -0.5187430740732031, -0.3123722196749662], [-0.7614460854699922, -0.010071453946729697, 0.042005628449802136, -0.43971067679787745, -0.1349767871678636, -0.4100063350228307, -0.5683466275594854, -0.4540947616892366, -0.3441964925835776, 0.9602390579816995, -0.8335849006918187, -0.21437263295326478, -0.2758952579253575, -0.2557107210767413], [-0.752944308116132, 0.1759848929115931, -0.16152304412058938, -0.41634173332820223, -0.13178790868963605, -0.2866266261330101, -0.12992259190293762, -0.4540947616892366, -0.4746413723428334, 0.6583914268000922, -0.6747317299125982, -0.22512300251364367, -0.455574566982723, -0.3709875630524402], [-0.5640159224747954, -0.19147639213359438, 0.2107605579679659, 0.12114396647432794, -0.14294898336343245, -0.10281603941960402, 1.679322174288581, 2.0187736550902664, 0.3954013634099388, -1.5029422616931267, 1.2726904748252534, 0.05285083897615266, 0.3642122805915069, 0.08816596007110607], [-1.0127208383729698, -0.2845045655627558, -0.32720970219296835, -0.27612807251015087, -0.024960479669013325, -0.42511405447872697, -0.04044829891180549, 0.7761518159844049, -0.6216995150902963, 0.7692542079166306, -0.827701449922218, -0.5001788865513372, -0.5267444183046638, -0.3768490973901876], [0.31450107075742, -0.3077616089200461, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, -0.10281603941960402, -0.7935235982538347, -0.4540947616892366, 1.600785889109854, -0.23472437033638532, 0.9961682886540176, 1.9188078412419127, 1.7721681164082066, -0.12675696564629857], [1.018259307271399, -0.2798531568912977, 1.1537426489724931, -0.46307962026755267, -0.14294898336343245, 0.10869203296294554, -0.7040493052627026, -0.3842109324249351, 0.9651747533017825, -0.3361033147202404, 0.6902288486347782, 0.9291595348550358, 1.0333773323699922, 0.10946286816492161], [-0.8606334879316939, -0.3263672436058784, -0.32311867359858865, -0.11254546822242431, 0.06113923924313037, 0.2975385261616505, 0.009880990895706415, -0.330342147367036, -0.6223148211268966, 0.6525049074487719, -0.7394496883782066, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [0.9143486951686638, 0.506234908585116, 0.31508178712464896, -0.46307962026755267, -0.14294898336343245, -0.30425229883155586, -0.7767471683179974, -0.42133671672159523, 1.0746992278166292, -0.23047299524932036, 0.6784619470955766, 2.172209409450843, 0.5962512633038702, -0.22327689774120574], [0.12462804318787674, -0.06588835800422652, 0.08700694298797913, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, -0.6921193995305516, -0.2560905787737156, -0.5657066657596724, 0.8833872775616806, -0.8630021545398225, -0.4025041002598949, -0.4877203183687673, -0.37860755769151183], [-0.23433588953066292, -0.1310080794046395, 0.10643932881128279, 2.130873104866397, -0.14294898336343245, 0.7406982968679447, 2.090531112493659, 1.7224953372718215, -0.49371585947744157, -1.5271423968041116, 0.6078605378603675, -0.4473484989974753, -0.4877203183687673, -0.24203380762199744], [-0.9513191130395354, -0.1263566707331814, -0.32414143074718355, 0.004299249125951819, 0.19188325685045968, 0.19933834969832398, -0.35770922947619505, -0.2939443196252122, -0.6223148211268966, 1.0119096167321804, -1.021855325319043, -0.49833596605527225, -0.5275866650658702, -0.3764583284343378], [1.1136681420202739, -0.3031102002485881, -0.26277600183148764, -0.46307962026755267, -0.14294898336343245, 0.04574320189671065, -0.7935235982538347, -0.4540947616892366, 1.3860440823363627, -0.35899533441982046, 1.0255855425020215, 1.585546384870168, 1.4773817499859663, -0.16388001645203212], [-0.8445745751521802, -0.233339070176717, -0.03367840054622284, 0.0977750230046527, -0.11106019858115701, -0.04490311483866779, -0.4714161434857588, -0.2961281892897217, -0.5564770752106684, 1.022047511170566, -0.9747877191622369, -0.4063435179600302, -0.4752269914108723, -0.36317218393544365], [0.8312202054864758, -0.04263131464693615, -0.32311867359858865, 2.5047762003812006, -0.14294898336343245, 2.4705321745680813, 1.5514484972220879, -0.4540947616892366, -0.5958566615530853, -1.3744199225226266, 0.6490446932475729, -0.4722279256943522, -0.5285692862872777, -0.38466447650718416], [-0.8587442040752804, -0.21008202681942667, -0.2515256731969434, -0.06580758128307386, -0.060038142929516314, -0.15821101075789076, 0.07102175777298009, -0.0573584393033581, -0.616161760760894, 0.6021424641096953, -0.6923820822214004, -0.495264431895164, -0.5274462906056692, -0.36825218036149143], [-0.8587442040752804, -0.06588835800422652, -0.3251641878957785, 0.3314644577014049, 0.03243933293908248, -0.09022627320635701, -0.5333025294712919, -0.2648260574317533, -0.6032403339922884, 1.127023772935784, -1.0512725791670468, -0.4943429716471315, -0.5274462906056692, -0.3635629528912935], [-0.9324262744754018, -0.2519447048625493, -0.3251641878957785, -0.46307962026755267, 0.9572140916250703, -0.057492881051914795, -0.039329870249416296, -0.4540947616892366, -0.616161760760894, 0.7322999475444513, -0.8218179991526172, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9258137809779551, -0.1263566707331814, -0.06742938644985563, -0.019069694343723426, 0.45496573130423207, -0.1934623561549823, -0.5881055339283604, -0.25099488288986027, -0.6247760452732976, 1.2133593900884858, -1.1512912422502597, -0.5015610769233859, -0.5259021715434574, -0.38017063351491115], [-0.9314816325471952, -0.1310080794046395, -0.3098228306668545, 0.07440607953497745, 0.6702150285845913, -0.06756469402251232, -0.5933248676861764, -0.4540947616892366, -0.6173923728340945, 1.21172424582423, -1.145407791480659, -0.4980288126392614, -0.5267444183046638, -0.3676660269277167], [-0.7066568536340045, 0.10621376283972207, -0.25459394464272816, 0.07440607953497745, -0.14294898336343245, -0.450293586905221, -0.17205007151959564, -0.4540947616892366, -0.518328100941452, 0.7035214084935506, -0.7394496883782066, -0.44919141949354024, -0.43746626161678537, -0.24515995926879605], [-0.7246050502699315, -0.2472932961910912, -0.257662216088513, 0.14451290994400318, -0.13019346945052226, -0.11792375887550034, -0.5810221523998957, -0.30559162450259586, -0.4746413723428334, 1.0410151846359323, -0.9394870145446323, -0.35412743723819007, -0.3797723584741469, -0.35926449437694546], [-0.884249536136861, -0.31241301759150414, -0.08174798653018467, 0.004299249125951819, -0.024960479669013325, 0.1389074718747382, -0.04753168044027004, -0.3922184545281363, -0.6223148211268966, 0.7192187934304053, -0.7806338437654119, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.8048996141674997, -0.33567006094879454, -0.07765695793580496, 0.0977750230046527, -0.08714360999445044, -0.10029808617695454, -0.09599692247713333, -0.23061209935443902, -0.5872423770406816, 0.7051565527578063, -0.8218179991526172, -0.4914250141950287, -0.5108821043019433, -0.3450014274884267], [-0.8190692430905998, -0.10775103604734912, -0.32414143074718355, 0.0977750230046527, 0.04838372533022019, -0.4654013063611173, -0.2976868912613105, 0.001606041638396292, -0.5669372778328728, 0.8905819123244056, -0.8688856053094233, -0.47468515302243874, -0.4857550759259523, -0.3127629886308161], [-0.7671139370392321, 0.16668207556867698, -0.21368365869893094, -0.46307962026755267, -0.13178790868963605, -0.2841086728903607, -0.09711535113952252, -0.4540947616892366, -0.44387607051282024, 0.6266696280735312, -0.6217806729861913, -0.22512300251364367, -0.4133218544622019, -0.36297679945751876], [-0.8568549202188671, -0.1868249834621363, -0.2995952591809052, 0.2613576272923793, 0.3513271807618369, -0.10785194590490274, -0.5661097702347071, -0.28884862374135695, -0.6223148211268966, 1.1620158601908561, -1.1277574391718568, -0.49956457971931556, -0.5275866650658702, -0.3750906370888634], [-1.0457833058602037, -0.037979905975478075, 0.6945246892533687, 0.3080955142317297, 0.04838372533022019, -0.6869811917142645, -0.6693780167286388, -0.21168522892869066, -0.6284678814928992, 1.1718267257763904, -1.2101257499462674, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0174440480140032, -0.25659611353400735, -0.318004887855614, -0.41634173332820223, 0.1711555467419806, -0.007133816198926771, 0.8132855800452475, -0.4540947616892366, -0.5853964589308808, 0.0010634325692904507, -0.2570067252709442, -0.488199903326915, -0.516497082709986, -0.35086296182617416], [-0.46766244579771366, -0.2752017482198396, 0.03484632840963755, 0.0977750230046527, -0.1349767871678636, -0.6869811917142645, -0.4132578530415229, -0.24589918700600497, -0.42726280752461315, 0.7597703711839476, -0.727682786839005, -0.28209996118365166, -0.5285692862872777, -0.38466447650718416], [-0.8653566975727273, -0.2379904788481751, -0.01935980046589384, -0.11254546822242431, -0.0440937505383786, 0.05833296810995765, -0.13849721164792114, -0.344173321908929, -0.5933954374066842, 0.7525757364212224, -0.7982841960742141, -0.4551809111057514, -0.5111628532223454, -0.3719644854420648], [-0.9418726937574686, -0.22868766150525893, -0.32618694504437346, 0.19125079688335359, 0.7021038133668667, -0.3395036442286474, -0.44606509380493803, -0.27210562298011803, -0.6100087003948913, 1.0959560319149249, -1.115990537632655, -0.4955715853111748, -0.527025167225066, -0.3672752579718669], [-0.7246050502699315, 0.1759848929115931, -0.24334361600818394, -0.3696038463888518, -0.13019346945052226, -0.22871370155207393, -0.08891354094866878, -0.4540947616892366, -0.4561821912448255, 0.6093370988724205, -0.6217806729861913, -0.23525906524200088, -0.5285692862872777, -0.38466447650718416], [-0.9891047901678028, -0.2798531568912977, -0.32618694504437346, 0.16788185341367842, -0.13019346945052226, -0.2790727664050619, -0.0963697320312631, 0.34447357896637576, -0.6223148211268966, 0.8055544105831076, -0.874769056079024, -0.5003324632593426, -0.5193045719140074, -0.38036601799283604], [-0.6301408574492632, 0.0690024934680575, -0.037769429140602634, -0.22939018557080043, -0.1413545441243187, -0.437703820691974, 1.5626327838459797, 3.7236479065172894, 0.005297336205371961, -1.136996975352695, 0.8078978640267933, 0.096927354173706, -0.01030677922493927, 0.03775676476647843], [-1.036336886578137, 0.0690024934680575, -0.316982130707019, -0.46307962026755267, -0.14294898336343245, 0.0029379967716706935, 2.595315248785297, 5.724072519207922, -0.616161760760894, -1.5523236184736495, 0.7961309624875919, -0.49603231543519105, -0.5195853208344094, -0.3651260287146928], [0.41085454743450167, -0.09379681003297492, 3.3976718329897744, 0.28472657076205454, -0.14294898336343245, 0.08351250053645153, 1.5298255430825645, -0.3157830162703065, -0.22790365166612786, -1.6523944474461, 0.9314503301884093, -0.20254722643684808, -0.21090188285226363, -0.11308005219155466], [-0.46766244579771366, -0.2752017482198396, 0.03893735700401728, 0.0977750230046527, -0.1349767871678636, -0.6869811917142645, -0.4132578530415229, -0.24589918700600497, -0.42726280752461315, 0.7597703711839476, -0.727682786839005, -0.28209996118365166, -0.5285692862872777, -0.38466447650718416], [-0.8729138329983808, -0.014722862618187707, -0.31186834496404436, 0.14451290994400318, 0.1568055935899567, 0.007973903256969636, -0.5198813855226221, -0.2844808844123381, -0.6167770667974942, 1.123753484407272, -1.0983401853238528, -0.4966466222672127, -0.5247791758618489, -0.3702060251407406], [-0.9135334359112681, -0.28915597423421385, -0.32720970219296835, 0.004299249125951819, 0.016494940547944745, -0.03483130186807018, -0.3789593740615889, 0.21853709497966567, -0.6044709460654889, 1.0099474436150735, -1.0042049730102407, -0.4974145058072397, -0.5047056280530964, -0.3696198717069658], [-0.6254176478082297, -0.28915597423421385, 0.39383408756645866, -0.08917652475274906, -0.1126546378202708, -0.3395036442286474, -0.49117504985463384, -0.3893066283087904, -0.5355566699662595, 0.9229577687566689, -0.9159532114662293, -0.39712891547970547, -0.438729631758595, -0.36707987349394194], [-0.7907299852443992, 0.11086517151118015, -0.05515630066671644, -0.46307962026755267, -0.13019346945052226, -0.36720112989779086, -0.04417639445310259, -0.4540947616892366, -0.45002913087882285, 0.5799045021158177, -0.6100137714469898, -0.2343376049939684, -0.4092509951163709, -0.35535680481844717], [-0.3184090211410577, -0.18217357479067822, -0.07152041504423537, 0.7754743836252342, -0.14294898336343245, -0.08770831996370754, 2.092767969818438, 2.7125162518494266, -0.2408250784347334, -1.578485926701741, 1.0491193455804244, -0.3894500800794349, -0.5047056280530964, 0.5590425518701472], [-0.9210905713369215, -0.2007792094765105, 0.19951022933342163, -0.3228659594495013, -0.1397601048852049, -0.4402217739346234, -0.5314384817006433, -0.35582062678631254, -0.3540413891691818, 0.9644904330687643, -0.8630021545398225, -0.32955516395732404, -0.383983592280179, 0.006104479342642483], [0.1350191043981502, -0.3496242869631688, 0.6392958032292424, -0.46307962026755267, 0.5426598894554895, 0.7331444371399963, -0.6667683498497308, -0.4540947616892366, 0.9159502703737615, 0.0010634325692904507, 0.43724046554194546, 0.8611250532086379, 1.203651552593886, 0.13623054164063483], [-1.0457833058602037, -0.3403214696202526, -0.22800225877925995, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, 1.9689951978473712, -0.4540947616892366, -0.5300189156368571, -1.0290774539118173, 0.45489081785074775, -0.34644860183791937, -0.46259328999277627, -0.37294140783168933], [0.45241879227559567, -0.29380738290567193, -0.25357118749413327, -0.46307962026755267, -0.07598253532065403, 0.08854840702175033, -0.7935235982538347, -0.4540947616892366, 1.4401910135571856, -0.1899214174957785, 0.8961496255708047, 1.0004191273695469, 1.9658848714856785, 0.3499811604904899], [-0.8011210464546729, -0.22403625283380085, -0.17584164420091844, 0.23798868382270408, -0.06322702140774386, 0.04574320189671065, -0.4483019511297163, -0.2786572319736463, -0.6130852305778927, 1.0315313479032493, -0.99832152224064, -0.49372866481510985, -0.5263232949240606, -0.36141372363411944], [-0.8530763525060403, -0.15891653143338794, 0.043028385598397015, -0.08917652475274906, -0.14294898336343245, -0.6869811917142645, -0.4132578530415229, -0.008585350129314325, -0.4026505660606026, 0.887311623795894, -0.8041676468438149, -0.12545171901813107, -0.5285692862872777, -0.38466447650718416], [-0.6698158184339438, -0.24264188751963314, -0.26584427327727245, 0.3548334011710802, 0.0802725101124956, -0.1758366834564365, -0.28985789062458645, -0.4540947616892366, -0.6087780883216908, 0.8513384499822682, -0.874769056079024, -0.4928072045670774, -0.5242176780210446, -0.35574757377429694], [-0.37792146261807874, -0.2752017482198396, -0.0725431721928303, -0.46307962026755267, 0.1328890050032501, 0.11120998620559494, -0.23393645750512881, -0.4540947616892366, -0.5786280925282778, 0.6721266386198405, -0.827701449922218, -0.4865105595388555, -0.5201468186752137, -0.2932245408383247], [-0.9579316065369823, -0.19612780080505246, -0.257662216088513, 0.19125079688335359, -0.04887706825571991, 0.11876384593354314, -0.43637204539756536, -0.10904335469674777, -0.6137005366144929, 1.073391041068196, -1.0453891283974461, -0.49587873872718563, -0.5266040438444628, -0.3618044925899693], [-0.46766244579771366, -0.2379904788481751, 0.03893735700401728, 0.3080955142317297, -0.12700459097229475, -0.6869811917142645, -0.3826874696028861, -0.18693470606425056, -0.5657066657596724, 0.8219058532256649, -0.827701449922218, -0.43890178005717767, -0.5285692862872777, -0.38466447650718416], [-0.6584801152954637, -0.05658554066131037, -0.3210731593013988, -0.46307962026755267, 0.43104914271752554, 0.458687533691212, -0.6138293931633109, -0.4540947616892366, -0.6130852305778927, 1.1221183401430166, -1.115990537632655, -0.4914250141950287, -0.5254810481628542, -0.3639537218471433], [-0.884249536136861, -0.17752216611922014, -0.3220959164499937, -0.06580758128307386, 0.0691114354386992, 0.23207174185276605, 0.034859231022397415, -0.4540947616892366, -0.6173923728340945, 0.6351723782476612, -0.7217993360694043, -0.4955715853111748, -0.5275866650658702, -0.3690337182731911], [-0.46010531037206015, -0.17752216611922014, 0.06348352857029561, 0.19125079688335359, -0.1349767871678636, -0.32943183125804987, 1.767678038617324, 1.3410461025375089, 0.48523604475357734, -1.6275402546294129, 1.3609422363692647, 0.19245206655307254, 0.8786846772284166, 0.11219825085587044], [-0.6206944381671964, -0.3031102002485881, 0.06348352857029561, 1.1260085356703624, 0.4629379274998009, -0.39489861556693423, 2.4834723825463816, 3.2366449713316885, -0.44387607051282024, -1.7321894875417796, 0.913799977879607, -0.3019113565163498, -0.5004943942470643, -0.3260491331297101], [-1.0013851352344896, -0.3170644262629622, -0.3220959164499937, -0.06580758128307386, -0.1126546378202708, -0.4603653998758186, -0.09264163648996589, 0.7936227733004804, -0.6223148211268966, 0.8153652761686424, -0.874769056079024, -0.49941100301131014, -0.5260425460036585, -0.3764583284343378], [-0.8030103303110862, -0.21008202681942667, -0.318004887855614, 0.12114396647432794, 0.03881708989553756, 0.35293349749993713, -0.32974851291646623, -0.4540947616892366, -0.6223148211268966, 0.9098766146426234, -0.9453704653142331, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.8105674657367397, 0.18993911892596727, -0.2985725020323102, 0.3080955142317297, 0.26044414413235184, -0.25892914046386667, -0.666395540295601, -0.4540947616892366, -0.6118546185046921, 1.234289236670959, -1.168941594559062, -0.49941100301131014, -0.5111628532223454, -0.3746998681330136], [-0.7179925567724846, 0.21319616228325763, -0.28118563050619644, -0.46307962026755267, -0.1349767871678636, -0.29669843910360766, -0.6197943460293863, -0.11486700713543957, -0.4284934195978137, 1.0606369158070013, -0.9277201130054309, -0.1796642969440416, -0.40321489332772503, -0.3666891045380921], [-0.7482210984750985, 0.1341222148684705, -0.037769429140602634, -0.3696038463888518, -0.13019346945052226, -0.26396504694916545, -0.08928635050279843, -0.4540947616892366, -0.5103291224656487, 0.6253615126621269, -0.6688482791429974, -0.33815545960562715, -0.4498192141144792, -0.3588737254210956], [-0.9692673096754624, -0.2752017482198396, 0.0675745571646754, -0.27612807251015087, -0.14294898336343245, 0.4309900480220686, -0.5228638619556598, -0.4540947616892366, -0.504176062099646, 1.0508260502214666, -1.0042049730102407, -0.4396696635972047, -0.4719983788262478, -0.14824925821803905], [0.21059045865468493, -0.3077616089200461, 0.7589583896148494, -0.46307962026755267, -0.14294898336343245, -0.0726006005078112, -0.7301459740517827, -0.4540947616892366, 1.269751241418913, -0.1346535413639348, 0.7255295532523827, 1.201604614856637, 1.5307240448623716, 0.2659658349827772], [-0.7255496921981381, -0.10309962737589107, -0.31595937355842413, 0.4716781185194563, -0.09192692771179176, 1.191411927302187, 2.1710579761856783, 3.8546800863878548, -0.600163803809287, -1.3243845080364014, 0.4901915224683523, -0.4783709940145687, -0.5259021715434574, -0.35828757198732086], [-0.8568549202188671, -0.11705385339026526, 0.31610454427324386, -0.46307962026755267, -0.1397601048852049, -0.525832184184703, -0.7189616874278912, -0.4540947616892366, 1.5251032466080219, 0.11552353106719129, 0.6549281440171736, 0.5734758791145006, 0.8471004236831766, 2.89779475263136], [-0.8549656363624538, -0.16356794010484596, -0.13288584395993128, -0.46307962026755267, -0.1238157124940672, -0.4150422415081294, -0.04193953712832433, 0.6465755492235126, -0.6284678814928992, 0.701886264229295, -0.7629834914566096, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8663013395009339, -0.014722862618187707, -0.30470904492387985, 0.004299249125951819, 0.510771104673214, -0.11288785239020155, -0.5836318192788038, -0.36310019233467733, -0.6038556400288887, 1.1685564372478792, -1.121873988402256, -0.49357508810710443, -0.5243580524812457, -0.34695527226767586], [-0.8474085009368003, -0.3263672436058784, -0.3210731593013988, -0.08917652475274906, 0.09781134174274712, 0.3478975910146385, 0.07437704376014755, -0.4540947616892366, -0.6223148211268966, 0.5913505119656076, -0.6982655329910012, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.5838534029671357, -0.2007792094765105, 0.05734698567872607, 0.004299249125951819, -0.14294898336343245, -0.2211598418241257, 1.695352985116159, 2.253903622302448, 0.388632997007336, -1.4872448767562716, 1.2726904748252534, 0.20642754698156507, 0.25893143544070685, 0.14678130344858012], [-0.6868193731416642, -0.2472932961910912, -0.10527140094786812, -0.46307962026755267, -0.14294898336343245, -0.38734475583898603, 1.2573017590137407, -0.4540947616892366, -0.6266219633830985, -0.48686361588461835, 0.1077672224443029, -0.49987173313532635, -0.5285692862872777, -0.38466447650718416], [-0.8738584749265874, -0.005420045275271559, -0.21470641584752587, -0.04243863781339862, -0.1397601048852049, -0.5031706050008583, -0.13104102056532682, 0.13555004772830756, -0.5669372778328728, 0.7551919672440315, -0.774750392995811, -0.47591376668648205, -0.48028047197811075, -0.32858913134273404], [-0.9891047901678028, -0.2798531568912977, -0.32311867359858865, 0.16788185341367842, -0.13019346945052226, -0.24130346776532094, -0.10382592311385742, 0.34447357896637576, -0.6223148211268966, 0.8120949876401307, -0.8806525068486247, -0.5003324632593426, -0.5193045719140074, -0.38036601799283604], [-0.20221806397163572, 1.2783687480471555, 0.1616682148354091, 0.9857948748523112, -0.1413545441243187, -0.037349255110719584, 2.161737737332435, 1.4473277595436342, -0.38173016081619365, -1.6733242940285735, 0.9079165271100063, -0.38637854591932663, -0.3418712542198589, -0.1345723447632951], [-0.6726497442185639, 0.31552715305533524, -0.2678897875744623, -0.46307962026755267, -0.12541015173318096, -0.22871370155207393, -0.5888511530366198, -0.07118961384525115, -0.5066372862460471, 1.0544233676028292, -0.9571373668534346, -0.3123545726607179, -0.4482750950522675, -0.3702060251407406], [1.0135360976303656, -0.31241301759150414, 0.629068231743293, -0.46307962026755267, -0.14294898336343245, 0.2648051340072081, -0.5549254836108155, -0.4540947616892366, 0.9959400551317955, -0.48947984670742745, 0.7725971594091887, 0.9958118261293846, 1.3243735883668035, 0.06276597794086736], [-0.8663013395009339, -0.06588835800422652, -0.07867971508439989, -0.29949701597982614, 0.2237720416327351, 0.20185630294097323, -0.651855967684542, -0.2277002731350931, -0.5915495192968835, 1.211070188118528, -1.1512912422502597, -0.49848954276327767, -0.499792521946059, -0.34636911883390115], [-0.5980230318902359, -0.25659611353400735, -0.02242807191167864, 0.3080955142317297, -0.09989912390736061, -0.25389323397856794, -0.2853841759750298, -0.4540947616892366, -0.5946260494798847, 0.7901840544991039, -0.8335849006918187, -0.4794460309706065, -0.5221120611180287, -0.33835835523897967], [-0.9626548161780155, -0.233339070176717, -0.32720970219296835, 0.541784948928482, 0.29871068587108235, -0.1884264496696835, -0.41400347214978234, -0.4540947616892366, -0.5927801313700839, 1.059655829248448, -1.0277387760886438, -0.49572516201918027, -0.5214101888170233, -0.32272759700498665], [-0.9324262744754018, -0.3263672436058784, -0.32414143074718355, -0.22939018557080043, 0.008522744352375879, -0.5535296698538463, -0.04044829891180549, 0.8183732961649205, -0.6223148211268966, 0.7466892170699015, -0.774750392995811, -0.5015610769233859, -0.5285692862872777, -0.3788029421694368], [-0.9881601482395961, -0.3077616089200461, -0.3251641878957785, -0.11254546822242431, -0.08395473151622289, -0.3143241118021534, -0.14893587916355328, 0.6953486383975562, -0.6192382909438953, 0.8533006230993752, -0.8924194083878263, -0.4963394688512019, -0.5226735589588329, -0.37567679052263814], [0.4184116828601551, 0.7481081595009357, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.5207893250878531, 0.8055544105831076, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.33101865227733646, -0.2893676876949559, -0.46307962026755267, -0.13816566564609115, -0.6718734722583681, 2.901019083171665, 6.4942505542249105, -0.616161760760894, -1.8008655466405201, 1.0020517394236184, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7982871206700528, -0.3263672436058784, 0.0021180996545996952, 0.004299249125951819, -0.007421648038761827, -0.1959803093976317, -0.10047063712668998, -0.27938518852848276, -0.5669372778328728, 0.7015592353764437, -0.8100510976134156, -0.4779102638905524, -0.48757994390856624, -0.29263838740454995], [-0.928647706762575, -0.12170526206172333, -0.2750490876146268, 0.2613576272923793, 0.04838372533022019, 0.35545145074258655, -0.5217454332932707, -0.4540947616892366, -0.616161760760894, 1.1361805808156156, -1.1042236360934536, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.711250680604227, -0.28915597423421385, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.6854088275562167, -0.4540947616892366, -0.42541688941481237, 0.6126073874009322, -0.604130320677389, -0.32187632855705345, -0.3741573800661043, -0.18341846424452343], [-0.7312175437673782, -0.233339070176717, -0.28016287335760154, 0.4716781185194563, 0.022872697504399825, -0.15317510427259196, -0.29172193839523497, -0.4540947616892366, -0.5964719675896856, 0.8703061234476346, -0.9100697606966286, -0.4865105595388555, -0.5242176780210446, -0.33874912419482955], [-0.6518676217980168, -0.19612780080505246, 0.1749640577671433, 0.5184160054588068, -0.14294898336343245, -0.6869811917142645, -0.3584548485844544, -0.21168522892869066, -0.6284678814928992, 0.8807710467388714, -0.9159532114662293, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.4958723209731032, -0.29845879157713, -0.11038518669084278, -0.46307962026755267, -0.14294898336343245, 0.03315343568346365, -0.7935235982538347, -0.4540947616892366, -0.6007791098458874, 0.9128198743182834, -0.851235253000621, -0.48758559649489336, -0.5200064442150126, -0.35223065317164853], [-0.7756157143930924, -0.233339070176717, -0.29243595914074066, 0.5651538923981573, -0.09192692771179176, -0.26144709370651614, -0.3055158918980346, -0.22697231658025663, -0.6192382909438953, 0.9079144415255165, -0.9041863099270279, -0.4968001989752181, -0.5271655416852671, -0.37059679409659035], [-0.49694634557212086, -0.024025679961103854, -0.2791401162090066, -0.392972789858527, 0.47888231989093866, 0.20941016266892157, -0.603017916093549, -0.41842489050224935, -0.6112393124680918, 0.9667796350387224, -1.0806898330150505, -0.49219289773505576, -0.525059924782251, -0.36317218393544365], [-0.7094907794186245, 0.1341222148684705, 0.5421338741127238, -0.43971067679787745, -0.14294898336343245, -0.6189964541627307, -0.5381490536749782, -0.23570779523829433, 1.30974613379793, -0.018558298601778312, 0.5902101855515652, 0.3983984319883305, 0.5593327802709896, 2.8001025136689033], [-0.0548539231713931, -0.005420045275271559, 0.1003027859197132, 1.4765426877154912, -0.1413545441243187, 0.6651596995884628, 2.159500880007657, 1.3708923212858044, -0.3429658805103771, -1.7321894875417796, 0.9491006824972116, -0.38023547759911014, -0.3250263189957309, -0.1091723626330564], [-0.9891047901678028, -0.29380738290567193, -0.3282324593415633, -0.43971067679787745, 0.8535755410826751, -0.22367779506677513, -0.4132578530415229, 0.14719735260569117, -0.6100087003948913, 1.08025864697807, -1.021855325319043, -0.49618589214319647, -0.5215505632772244, -0.37294140783168933], [0.46280985348586934, -0.22403625283380085, -0.26891254472305726, -0.46307962026755267, -0.1238157124940672, 0.07344068756585392, -0.7935235982538347, -0.4540947616892366, -0.5700138080158742, 0.8755385850932528, -0.8335849006918187, -0.47714238035052536, -0.5041441302122921, -0.32741682447518455], [0.30033144183431976, -0.2658989308769235, 0.419403016281332, -0.46307962026755267, -0.11106019858115701, -0.04993902132396659, -0.7692909772354031, -0.4540947616892366, 1.2992859311757252, -0.14348332039091583, 0.7490633563307857, 1.2292484222976112, 1.4844004729960196, 0.4027349695302166], [-0.8464638590085937, 0.30157292704096106, -0.07049765789564043, 0.19125079688335359, 0.14723895815527405, -0.39489861556693423, -0.6104741071761434, -0.4249764994957776, -0.6063168641752897, 1.1901403415360547, -1.1336408899414574, -0.4943429716471315, -0.52491955032205, -0.35086296182617416], [0.1350191043981502, -0.3217158349344203, 0.9901015051973042, -0.46307962026755267, -0.12700459097229475, -0.14562124454464376, -0.715233591886594, -0.4540947616892366, 1.2359094094058984, -0.12974810857116767, 0.6784619470955766, 1.1555316024550133, 1.4773817499859663, 0.31090426490550727], [-0.12759135164330765, -0.2845045655627558, -0.32414143074718355, 3.416164995698535, -0.14294898336343245, 0.6525699333752157, 2.0100042488016405, 0.01689312928996225, -0.3097393545339629, -1.549380358797989, 0.9844013871148162, -0.37409240927889365, -0.3203939618090957, -0.02085857861099558], [-1.0287797511524834, -0.3496242869631688, -0.3139138592612342, -0.46307962026755267, 0.8312533917350823, -0.6869811917142645, 2.5997889634348534, 4.871635393494409, -0.3823454668527939, -1.6886946501125772, 1.0726531486588275, 0.07665522871699161, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.2007792094765105, -0.004018443236969846, -0.46307962026755267, 1.7703781035730939, 0.05329706162465871, 2.4051823761791407, 3.1245396618868706, -0.44387607051282024, -1.4803772708463976, 0.8961496255708047, -0.3983575291437488, -0.3208150851896989, -0.276812244692632], [-0.2144984090383225, -0.2845045655627558, -0.07663420078721, -0.46307962026755267, 0.057950360764902814, 0.028117529198164702, -0.0013032957281851358, -0.4540947616892366, -0.6007791098458874, 0.43274151833280233, -0.6923820822214004, -0.49342151139909907, -0.5152337125681763, -0.34539219644427654], [-0.6735943861467706, -0.27055033954838154, 0.05734698567872607, -0.46307962026755267, 0.0037394266350345646, -0.32439592477275103, -0.5075786702363414, -0.4540947616892366, -0.3208148631927676, 0.8143841896100888, -0.751216589917408, -0.4069578247920519, -0.3662964102948445, 0.04088291641327704], [-0.0548539231713931, 0.5574004039711549, 0.12075792889161185, 1.4531737442458157, 0.03243933293908248, 0.21444606915422024, 2.159500880007657, 1.0884451780092526, -0.35281077709598124, -1.7321894875417796, 0.9432172317276108, -0.378699710519056, -0.3222188297917095, -0.10721851785380726], [-0.8209585269470131, -0.2845045655627558, 0.38974305897207906, -0.46307962026755267, -0.1413545441243187, -0.563601482824444, -0.526591957496957, -0.414785107728067, -0.27343629837454736, 0.8922170565886614, -0.7571000406870089, -0.24094140343820117, -0.23995939611388445, -0.1769707764730013], [-1.008942270660143, -0.22403625283380085, -0.32720970219296835, -0.04243863781339862, -0.12700459097229475, -0.43014996096402586, -0.12433044859099192, 0.7215550743716692, -0.6223148211268966, 0.8434897575138408, -0.8806525068486247, -0.49848954276327767, -0.5254810481628542, -0.3752860215667883], [-0.8644120556445206, -0.014722862618187707, -0.30470904492387985, -0.46307962026755267, 0.021278258265286062, -0.4427397271772729, -0.5347937676878107, 0.04819526114793069, -0.3964975056946, 1.031204319050398, -0.8806525068486247, -0.12575887243414188, -0.47424437018946486, -0.2197599771385573], [0.5780561687270848, 1.3806997388192332, -0.31186834496404436, 0.4483091750497811, -0.14294898336343245, -0.3193600182874523, -0.4024463759717611, -0.2560905787737156, 0.6132197003664319, -0.1617969361505798, 0.30780454861072876, -0.05342424296359264, 0.09693930836867583, 1.8407647270575789], [-0.8984191650599611, 0.08295671948243177, -0.052088029220931635, -0.22939018557080043, 0.27160521880614835, 0.24717946130866245, -0.727163497618745, -0.3936743676378092, -0.618622984907295, 1.3108139882381271, -1.216009200715868, -0.49833596605527225, -0.5268847927648649, -0.3696198717069658], [-0.982492296670356, -0.2752017482198396, -0.32720970219296835, 0.004299249125951819, 0.7945812892354654, -0.3017343455889065, -0.5072058606822117, -0.0981240063742007, -0.6100087003948913, 1.1603807159266006, -1.0983401853238528, -0.4992574263033047, -0.5225331844986318, -0.35437988242882257], [-0.8936959554189278, -0.3496242869631688, 0.0675745571646754, -0.27612807251015087, -0.14294898336343245, 0.4309900480220686, -0.4930390976252824, -0.39513028074748224, -0.504176062099646, 0.9952311452367723, -0.9571373668534346, -0.3777782502710235, -0.4154274713652179, -0.3059245319034441], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.4309900480220686, -0.46806085749859133, -0.39658619385715516, -0.5306342216734573, 0.9985014337652836, -0.9571373668534346, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [-0.9683226677472557, 0.22249897962617385, -0.12572654391976676, -0.27612807251015087, 0.3290050314142441, 0.01804571622756724, -0.6246408702330727, -0.21459705514803656, -0.6284678814928992, 1.2306919192895964, -1.1630581437894612, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.003274419090903, -0.33567006094879454, -0.3220959164499937, -0.15928335516177475, -0.09830468466824684, -0.4553294933905198, -0.05014134731917807, 0.9028162565259514, -0.6223148211268966, 0.778738044649314, -0.851235253000621, -0.5000253098433318, -0.5236561801802403, -0.37548140604471325], [2.3076955392735212, 0.9527701410450908, 2.0036538394548815, -0.46307962026755267, -0.03612155434280973, 1.025227013287327, 1.1376298921381016, -0.4540947616892366, -0.616161760760894, -1.6537025628575046, 0.7961309624875919, -0.48251756513071475, -0.5204275675956158, -0.3832967851617098], [-1.02972439308069, -0.014722862618187707, -0.32311867359858865, -0.41634173332820223, 0.66543171086725, -0.46288335311846796, -0.3103624161017209, 0.27022201037305527, -0.6210842090536961, 1.012890703290734, -0.9806711699318377, -0.49833596605527225, -0.5278674139862723, -0.3768490973901876], [-0.5120606164234277, -0.15891653143338794, -0.1451589297430705, 0.4249402315801058, -0.14294898336343245, -0.09022627320635701, 1.8235994717367818, 1.6511555948978471, 0.391094221153737, -1.603013090665577, 1.1726718117420405, 0.42926735029741836, 0.44941957793355447, -0.0767385392975208], [-0.9380941260446418, 0.11551658018263823, -0.3210731593013988, 0.12114396647432794, 0.30668288206665123, -0.02979539538277138, -0.6514831581304124, -0.3929464110829728, -0.5841658468576802, 1.2450811888150473, -1.1571746930198605, -0.48466763904279053, -0.5215505632772244, -0.32018759879196274], [-0.8322942300854934, 0.236453205640548, -0.2740263304660319, -0.3696038463888518, -0.11584351629849833, -0.32691387801540045, -0.42257809189476586, 0.11807909041223222, -0.534326057893059, 0.9857473085040889, -0.9159532114662293, -0.46470266700208696, -0.47536736587107337, -0.22132305296195665], [0.1605244364597306, -0.31241301759150414, 0.4848594737914077, -0.46307962026755267, -0.14294898336343245, -0.4276320077213764, -0.3975998517680748, -0.4540947616892366, -0.6032403339922884, 0.6001802909925884, -0.704148983760602, -0.4892749402829529, -0.5201468186752137, -0.34363373614295234], [-0.7312175437673782, 0.24575602298346416, -0.26993530187165216, -0.46307962026755267, -0.1285990302114085, -0.336985690985998, -0.6168118695963486, -0.10904335469674777, -0.4192638290488097, 1.0550774253085318, -0.9159532114662293, -0.02531970539860214, -0.514531840267171, -0.382710631727935], [-0.946595903398502, -0.17287075744776212, -0.28016287335760154, -0.46307962026755267, -0.14294898336343245, -0.563601482824444, 2.2691068889217942, 5.3528146762413185, -0.29312609154575575, -1.4591203954110732, 0.9667510348060139, 0.017835349550918617, -0.3321854164659853, -0.34031220001822887], [-0.10114137765352059, 0.01318558941056067, 0.9839649623057346, 2.8786792958960046, -0.08714360999445044, -0.17331873021378716, 2.0659256819210983, -0.1068594850322384, -0.37003934612078865, -1.6635134284430388, 1.0020517394236184, -0.35996335214239567, -0.29526693343310473, -0.17501693169375218], [-0.4978909875003275, -0.33567006094879454, 0.7170253465224572, -0.20602124210112518, -0.14294898336343245, -0.48302697905966313, 1.5514484972220879, -0.4540947616892366, 1.0267053569618088, -1.7485409301843369, 1.7139492825453102, 2.992309030199745, -0.2899327039454642, -0.23226458372575176], [-1.0457833058602037, -0.3217158349344203, 1.20488050640224, -0.46307962026755267, -0.14294898336343245, -0.6492118930745234, 2.662420968528646, 5.119868578693647, -0.5915495192968835, -1.7223786219562451, 0.8726158224924017, -0.48773917320289883, -0.5089168618591283, -0.3162799092334645], [-1.0268904672960701, -0.3263672436058784, -0.3282324593415633, 0.027668192595627063, 0.28436073271905843, -0.48554493230231255, -0.2119406938114755, 0.48933693337883416, -0.616161760760894, 0.9265550861380315, -0.9453704653142331, -0.4964930455592073, -0.5274462906056692, -0.3725506388758395], [-0.19938413818701556, -0.233339070176717, -0.316982130707019, -0.46307962026755267, 0.12013349109033994, 0.12379975241884195, 0.031876754589359735, -0.4540947616892366, -0.5946260494798847, 0.3882655943450466, -0.6629648283733967, -0.4928072045670774, -0.5139703424263667, -0.3418752758416282], [-0.6518676217980168, -0.19612780080505246, 0.25985290110052256, 0.5184160054588068, -0.14294898336343245, -0.6869811917142645, -0.3897708511313507, -0.27210562298011803, -0.6284678814928992, 0.8905819123244056, -0.8924194083878263, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.526230245346528, -0.3031102002485881, -0.32311867359858865, 0.4483091750497811, -0.14294898336343245, -0.32691387801540045, 0.19218486286513825, -0.4540947616892366, -0.5761668683818768, 0.3627573438226572, -0.5394123622117807, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.16443238684336836, 1.3527912867904845, 0.1708730291727635, 1.0091638183219864, -0.14294898336343245, -0.009651769441576311, 2.1352682589892256, 1.228940793092692, -0.37373118234039027, -1.6733242940285735, 0.9079165271100063, -0.3833070117592184, -0.3320450420057842, -0.12284927608780029], [-0.6584801152954637, 0.31552715305533524, -0.24027534456239916, -0.46307962026755267, -0.11903239477672588, -0.2337496080373727, -0.5959345345650844, -0.06827778762590524, -0.5054066741728466, 1.0540963387499784, -0.9571373668534346, -0.31081880558066377, -0.44771359721146325, -0.3707921785745153], [0.2833278871265995, -0.3170644262629622, -0.28425390195198125, -0.46307962026755267, -0.1238157124940672, -0.2010162158829305, -0.7618347861528086, -0.4540947616892366, -0.41864852301220945, 0.8369491804568179, -0.774750392995811, -0.24815950871445552, -0.3502937218319229, -0.32409528835046103], [-1.0268904672960701, -0.33101865227733646, -0.32720970219296835, -0.04243863781339862, 0.30030512511019614, -0.513242417971456, -0.18584402502239525, 0.5599487191979721, -0.616161760760894, 0.9036630664384512, -0.9277201130054309, -0.497875235931256, -0.5259021715434574, -0.37040140961866547], [-0.9947726417370428, -0.28915597423421385, -0.32720970219296835, -0.13591441169209956, 0.6191929729329506, -0.41252428826548004, -0.3043974632356454, 0.26294244482469054, -0.6210842090536961, 0.9985014337652836, -0.9924380714710392, -0.5001788865513372, -0.5267444183046638, -0.3768490973901876], [-0.752944308116132, -0.11240244471880723, -0.3036862877752849, 0.23798868382270408, 0.4964211515211901, -0.2337496080373727, -0.5936976772403062, -0.3470851481282749, -0.6216995150902963, 1.152859052311024, -1.121873988402256, -0.4987966961792885, -0.5274462906056692, -0.37391833022131393], [-0.889917387706101, -0.2658989308769235, -0.2995952591809052, -0.019069694343723426, 0.026061575982627375, 0.4184002818088216, -0.45874061864534843, -0.10249174570321952, -0.6155464547242936, 1.0599828581012987, -1.0630394807062484, -0.49710735239122894, -0.5242176780210446, -0.3678614114056416], [0.021662073013348285, -0.3217158349344203, -0.2832311448033863, -0.46307962026755267, -0.10946575934204325, -0.17331873021378716, -0.6555840632258393, -0.4540947616892366, -0.3946515875847992, 0.8186355646971536, -0.7159158852998035, -0.3069793878805284, -0.27547413454475433, -0.28501839276547836], [-0.863467413716314, -0.25659611353400735, 0.10541657166268786, -0.3696038463888518, -0.14294898336343245, -0.41252428826548004, -0.5914608199155278, -0.3973141504119916, -0.2771281345941489, 0.9769175294771081, -0.8218179991526172, -0.2850179186357545, -0.1706144127745575, -0.09158775961981418], [0.9861414817123719, -0.29380738290567193, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.42357097130501153, 0.5583205978276422, -0.5688296160597845, -0.3495201359980277, -0.34608248802589087, -0.29087992710322574], [-1.0268904672960701, -0.3263672436058784, -0.3282324593415633, 0.027668192595627063, 0.3178439567404476, -0.5056885582435078, -0.21939688489406983, 0.48933693337883416, -0.616161760760894, 0.9330956631950544, -0.9453704653142331, -0.4966466222672127, -0.5274462906056692, -0.3723552543979146], [-0.5422891581260416, -0.2798531568912977, -0.3251641878957785, 0.5885228358678325, -0.14294898336343245, -0.5761912490376909, 0.19591295840643536, -0.39585823730231867, -0.5952413555164849, 0.3820520461408749, -0.557062714520583, -0.48635698283085005, -0.5180412017721977, -0.3430475827091776], [-0.7359407534084117, -0.33101865227733646, -0.32311867359858865, 0.19125079688335359, -0.028149358147240875, 0.05329706162465871, 0.08257885395100129, -0.4540947616892366, -0.5804740106380787, 0.5337934338638063, -0.7100324345302027, -0.4831318719627364, -0.49656390936143446, -0.312958373108741], [-0.15970917720233488, 1.3109286087473622, 0.24451154387159868, 0.8455812140342598, -0.0775769745597678, -0.09778013293430521, 2.2034924073949638, 1.2755300126022264, -0.3688087340475881, -1.7321894875417796, 0.9667510348060139, -0.3065186577565122, -0.3545049556379549, -0.1560646373350356], [-0.6131373027415429, -0.29380738290567193, 0.3038314584901047, -0.3696038463888518, -0.14294898336343245, -0.4477756336625716, -0.609728488067884, -0.4206087601667588, -0.3509648589861805, 0.9272091438437337, -0.8218179991526172, -0.3372339993575947, -0.23939789827308017, -0.17755692990677602], [-0.5923551803209959, -0.2658989308769235, -0.2862994162491711, 0.3782023446407554, 0.17274998598109442, -0.2010162158829305, -0.41698594858282007, -0.4540947616892366, -0.5977025796628861, 0.9232847976095202, -0.92183666223583, -0.47975318438661735, -0.5257617970832563, -0.3254629796959354], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.3932207493823276, -0.4386089027223437, -0.39658619385715516, -0.5306342216734573, 0.9886905681797493, -0.9159532114662293, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [-0.9607655323216022, -0.3496242869631688, 0.42144853057852183, -0.46307962026755267, -0.14294898336343245, -0.5182783244567548, -0.543741196986924, -0.1483530086579174, 1.420501220385977, 0.017414875211847716, 0.6725784963259759, 0.20765616064560838, 0.5532966784823439, 3.4253328430286256], [-0.8738584749265874, -0.2752017482198396, -0.3149366164098292, 0.004299249125951819, -0.06322702140774386, 0.35796940398523597, -0.13104102056532682, -0.330342147367036, -0.5823199287478794, 0.7659839193881193, -0.8159345483830164, -0.47038500519828724, -0.5069516194163134, -0.3545752669067475], [-0.9862708643831827, -0.2845045655627558, -0.32618694504437346, -0.25275912904047565, -0.07917141379888158, -0.2060521223682293, -0.15415521292136933, 0.728834639920034, -0.60693217021189, 0.8447978729252452, -0.8924194083878263, -0.4840533322107689, -0.5266040438444628, -0.36473525975884297], [-0.8644120556445206, -0.2472932961910912, -0.29754974488371533, 0.004299249125951819, 0.6255707298894057, 0.06588682783790573, -0.6082372498513652, -0.31505505971547, -0.6112393124680918, 1.1970079474459285, -1.1395243407110582, -0.4917321676110395, -0.5261829204638596, -0.38173370933831047], [-0.964544100034429, -0.3031102002485881, -0.3251641878957785, -0.06580758128307386, 1.1389801648840403, -0.24633937425061972, -0.6205399651376458, -0.27938518852848276, -0.6180076788706947, 1.2565271986648372, -1.168941594559062, -0.492653627859072, -0.5274462906056692, -0.3725506388758395], [-0.7888407013879859, -0.14961371409047178, -0.07867971508439989, 0.16788185341367842, -0.12700459097229475, 0.415882328566172, -0.6671411594038604, -0.40386575940551983, -0.6149311486876934, 1.2113972169713794, -1.1630581437894612, -0.4840533322107689, -0.5244984269414468, -0.3823198627720852], [-0.7737264305366789, -0.29380738290567193, -0.32618694504437346, -0.46307962026755267, 0.2508775086976692, 0.08351250053645153, 0.4606077418385348, -0.4540947616892366, -0.5817046227112792, 0.19956994624993565, -0.38644264220216096, -0.4843604856267797, -0.47255987666705207, -0.3461737343559762], [-0.6707604603621504, -0.3496242869631688, 0.39383408756645866, 0.0977750230046527, -0.14294898336343245, -0.38734475583898603, -0.3498802288394709, -0.3383496694702372, -0.555246463137468, 0.8219058532256649, -0.8688856053094233, -0.3796211707670885, -0.4728406255874542, -0.38466447650718416], [-0.9163673616958883, -0.22403625283380085, -0.30061801632950014, 0.12114396647432794, 0.06113923924313037, -0.10785194590490274, -0.13290506833597543, -0.036247699213100344, -0.6198535969804955, 0.8065354971416611, -0.8394683514614194, -0.4968001989752181, -0.5285692862872777, -0.37274602335376444], [-0.6518676217980168, -0.29380738290567193, 0.08700694298797913, -0.46307962026755267, -0.14294898336343245, -0.3319497845006993, -0.37933218361571863, -0.4540947616892366, -0.314661802826765, 0.7447270439527947, -0.6570813776037959, -0.19747919507266945, -0.2174994824817138, -0.3143260644542154], [-0.5942444641774092, -0.2379904788481751, 0.21178331511656084, 0.28472657076205454, -0.14294898336343245, -0.19849826264028117, 1.824717900399171, 2.166548835722071, 0.6944400971976668, -1.762603170856936, 1.5139119563788843, 0.13424649421902118, -0.08358224744989609, -0.22444920460875525], [0.021662073013348285, -0.3263672436058784, -0.2832311448033863, -0.46307962026755267, -0.10946575934204325, -0.15821101075789076, -0.6555840632258393, -0.4540947616892366, -0.3946515875847992, 0.8186355646971536, -0.7159158852998035, -0.3063650810485068, -0.27533376008455324, -0.28384608589792887], [-0.871969191070174, -0.2752017482198396, 0.026664271220878142, -0.3696038463888518, -0.06322702140774386, -0.2010162158829305, -0.17018602374894717, 0.3328262740889922, -0.5927801313700839, 0.7551919672440315, -0.8218179991526172, -0.4794460309706065, -0.4930545478564078, -0.3618044925899693], [-0.2768447762999636, -0.16356794010484596, -0.07970247223299483, -0.46307962026755267, -0.14294898336343245, 0.16156905105858296, -0.02180782120531962, -0.4540947616892366, -0.5927801313700839, 0.4468037590054013, -0.5982468699077883, -0.48635698283085005, -0.5285692862872777, -0.38466447650718416], [-0.8757477587830007, 0.08295671948243177, -0.24641188745396872, -0.46307962026755267, 0.41510475032638783, 0.4964568323309529, -0.6794438746901412, -0.4540947616892366, -0.5853964589308808, 1.2274216307610852, -1.1630581437894612, -0.4754530365624658, -0.49895027518485263, -0.3633675684133686], [-0.7538889500443386, -0.24264188751963314, -0.017314286168703973, 0.2613576272923793, -0.013799404995216933, -0.28914457937565946, -0.4162403294745607, -0.1367057037805338, -0.6026250279556882, 0.9919608567082605, -1.0042049730102407, -0.48973567040696914, -0.5236561801802403, -0.34539219644427654], [-0.29006976329485723, -0.21008202681942667, 0.3355369300965476, 1.4064358573064655, 0.9731584840162081, -0.022241535654823178, 2.2262337901968765, 1.2930009699183016, -0.25928425953274126, -1.7158380448992223, 0.9726344855756146, -0.3479843689179736, -0.514531840267171, -0.26743378975223614], [-0.8757477587830007, -0.11240244471880723, -0.11038518669084278, -0.08917652475274906, 0.3353827883706991, 0.26732308724985765, -0.6540928250093203, -0.3740195406572244, -0.616161760760894, 1.2163026497641463, -1.1748250453286628, -0.4969537756832236, -0.522954307879235, -0.3709875630524402], [-0.9003084489163744, -0.2798531568912977, 0.04916492848996661, 0.07440607953497745, -0.11424907705938457, 0.04826115513935991, -0.4207140441241172, 0.10570382898001217, -0.5577076872838689, 0.8022841220545964, -0.9689042683926362, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7453871726904785, 0.0503968587822252, -0.24334361600818394, -0.08917652475274906, 0.08186694935160939, -0.14310329130199428, -0.6339611090863155, -0.3026797982832499, -0.5023301439898453, 1.1198291381730583, -1.0277387760886438, -0.3200334080609885, -0.46385666013458593, -0.35672449616392155], [0.3050546514753532, -0.1263566707331814, 0.8090734898960013, -0.46307962026755267, -0.14294898336343245, 0.02056366947021664, -0.6842903988938275, -0.23716370834796727, 1.0820829002558328, -0.13628868562819066, 0.6137439886299683, 1.0234556335703588, 1.3440260127949528, 0.16827359602032055], [-0.45065889108999335, -0.27055033954838154, 0.24451154387159868, 1.9439215571089958, 0.6064374590200404, -0.5107244647288065, 2.3306204653531974, 1.7952909927554688, -0.3823454668527939, -1.7321894875417796, 1.0314689932716221, -0.2711960149152674, -0.472419502206851, -0.2869722375447275], [-0.8001764045264662, -0.28915597423421385, -0.32414143074718355, 0.05103713606530231, -0.07917141379888158, 0.6550878866178649, -0.5996626301063817, -0.23570779523829433, -0.6100087003948913, 1.1620158601908561, -1.1277574391718568, -0.49096428407101245, -0.5275866650658702, -0.3584829564652458], [-0.7434978888340651, 0.22715038829763187, -0.2760718447632218, -0.3462349029191766, -0.13019346945052226, -0.23626756128002213, -0.2961956530447916, -0.4540947616892366, -0.4229556652684113, 0.7790650735021653, -0.7217993360694043, -0.1945612376205666, -0.3977402893798835, -0.3610229546782696], [1.2874822568103035, 2.1109709002381503, 0.2854218298153959, -0.46307962026755267, -0.14294898336343245, -0.34957545719924504, -0.6630402543084336, -0.1993099674964706, 0.45447074292356415, -0.1624509938562822, 0.30780454861072876, 1.1801038757358793, 0.18593671613615206, -0.2576645658559905], [-0.582908761038929, 1.106266627203207, 0.43372161636166107, -0.04243863781339862, 0.1568055935899567, -0.26144709370651614, 2.2225056946555797, 1.453151411982326, -0.11776387111468069, -1.7420003531273138, 1.131487656354835, -0.3019113565163498, 0.1873404607381627, -0.07204931182732283], [-0.8266263785162532, -0.2379904788481751, -0.3149366164098292, -0.019069694343723426, -0.11903239477672588, 0.5140825050294988, -0.5206270046308815, -0.05954230896786754, -0.6100087003948913, 1.0871262528879437, -1.0865732837846513, -0.49157859090303413, -0.5268847927648649, -0.3584829564652458], [0.26821361627529255, -0.26124752220546543, -0.2852766591005762, -0.46307962026755267, -0.1365712264069774, -0.04993902132396659, -0.7935235982538347, -0.4540947616892366, 1.5294103888642239, -0.18436192699730897, 0.9255668794188086, 1.4089331706639436, 1.7075958647157157, 0.3577965396074864], [-0.7463318146186853, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.2723589937351565, -0.46806085749859133, -0.39658619385715516, -0.48202504478203656, 0.9330956631950544, -0.8688856053094233, -0.3796211707670885, -0.4171119648876307, -0.3070968387709936], [-0.9031423747009946, -0.15426512276192983, -0.2995952591809052, 0.14451290994400318, 0.40553811489170516, -0.02727744214012198, -0.5347937676878107, -0.21241318548352714, -0.6229301271634968, 1.156783398545238, -1.115990537632655, -0.49987173313532635, -0.5275866650658702, -0.3762629439564129], [-0.38453395611552554, -0.17287075744776212, 0.25269360106035804, 0.8455812140342598, 0.9731584840162081, -0.10281603941960402, 2.30079570102282, 1.5841835918528915, -0.3269679235587702, -1.7387300645988024, 0.9726344855756146, -0.40941505212013846, -0.1355207977242908, -0.09158775961981418], [-0.8190692430905998, -0.3496242869631688, 0.4777001737512431, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.5064602415739523, -0.4540947616892366, -0.22851895770272812, 0.8480681614537569, -0.704148983760602, -0.254302577034672, -0.2983551715575282, 0.015873703238888114], [0.4259688182858086, -0.2007792094765105, -0.2832311448033863, -0.46307962026755267, -0.06801033912508517, -0.06756469402251232, -0.6786982555818818, -0.4540947616892366, -0.5435556484420628, 0.7548649383911802, -0.7453331391478073, -0.44658061545744826, -0.5135492190457636, -0.28228301007452955], [-1.0070529868037297, -0.3217158349344203, -0.32414143074718355, -0.15928335516177475, -0.05844370369040254, -0.47295516608906557, -0.04492201356136214, 0.9130076482936622, -0.6223148211268966, 0.7761218138265048, -0.8453518022310202, -0.49987173313532635, -0.5235158057200393, -0.3752860215667883], [-0.717047914844278, -0.21938484416234283, 0.19951022933342163, -0.27612807251015087, -0.1285990302114085, -0.04490311483866779, -0.4516572371168838, -0.34490127846376545, -0.5023301439898453, 0.8987576336456843, -0.8865359576182256, -0.4339873254010045, -0.4499595885746803, -0.206864601595513], [-0.3835893141873189, -0.22868766150525893, 0.8458927472454185, 0.0977750230046527, -0.14294898336343245, -0.362165223412492, 1.6129620736534913, 0.22800053019253977, 0.624910515061837, -1.6684188612358062, 1.5609795625356904, 0.32191723140163514, 0.9629093533490567, 0.09402749440885351], [-0.982492296670356, -0.33101865227733646, -0.3220959164499937, -0.41634173332820223, 0.14723895815527405, 0.013009809742268437, -0.254813792536393, 0.5832433289527392, -0.6173923728340945, 0.9399632691049283, -0.9336035637750316, -0.4992574263033047, -0.5254810481628542, -0.3639537218471433], [-0.2097751993972892, 0.5992630820142774, 0.13814480041772573, 1.1026395922006873, -0.1397601048852049, -0.02979539538277138, 2.0525045379724283, 1.801842601748997, -0.31835363904636654, -1.5925481673743407, 0.8961496255708047, -0.36027050555840656, -0.2857214701394322, -0.09158775961981418], [-0.9239244971215416, -0.1263566707331814, -0.30777731636966466, -0.04243863781339862, 0.1568055935899567, 0.13387156538943953, -0.4676880479444616, -0.015864915677679108, -0.6149311486876934, 1.0926857433864132, -1.0571560299366476, -0.49710735239122894, -0.5247791758618489, -0.3661029511043174], [-0.7397193211212384, 0.18993911892596727, -0.26584427327727245, -0.3462349029191766, -0.1285990302114085, -0.25892914046386667, -0.4043104237424097, 0.26949405381821884, -0.5669372778328728, 0.8788088736217645, -0.9159532114662293, -0.4069578247920519, -0.4864569482269577, -0.3778260197798122], [-1.0457833058602037, -0.3496242869631688, -0.25970773038570283, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.047904489994399814, 1.001818347983712, -0.21805875508052364, 0.571728780794539, -0.5041116575941761, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.582908761038929, -0.2472932961910912, 0.14223582901210546, 0.12114396647432794, 0.6542706361934536, -0.4427397271772729, 2.30079570102282, 2.676118424107603, -0.20390671623871756, -1.7256489104847565, 1.1020704025068313, -0.22512300251364367, -0.3881948260862109, 0.3773349873999778], [-0.9777690870293225, -0.3031102002485881, -0.32618694504437346, -0.25275912904047565, 0.02925045446085493, -0.2060521223682293, -0.11873830527904608, 0.6727819851976256, -0.618622984907295, 0.8199436801085584, -0.8806525068486247, -0.49326793469109365, -0.5275866650658702, -0.3752860215667883], [-0.9239244971215416, -0.14031089674755562, -0.30470904492387985, -0.11254546822242431, 0.378432647826771, -0.23123165479472324, -0.3308669415788553, -0.4540947616892366, -0.4678730059402305, 0.8513384499822682, -0.827701449922218, -0.4424340443413021, -0.42918416846492247, -0.12070004683062627], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.4309900480220686, -0.4386089027223437, -0.39658619385715516, -0.5306342216734573, 0.9886905681797493, -0.9159532114662293, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [-1.0457833058602037, -0.24264188751963314, -0.2556167017913231, -0.46307962026755267, -0.14294898336343245, -0.5283501374273524, 2.3343485608944947, -0.4540947616892366, -0.6284678814928992, -1.3037816903067792, 0.5902101855515652, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.0277057265534657, -0.29845879157713, -0.2648215161286775, -0.46307962026755267, -0.14294898336343245, 0.09358431350704913, -0.7935235982538347, -0.4540947616892366, 1.363893065018753, -0.34656823801147707, 0.9844013871148162, 1.559438344509248, 1.4549218363537957, -0.16583386123128122], [-0.8936959554189278, -0.2752017482198396, -0.2484574017511586, 0.19125079688335359, -0.06482146064685763, 0.13135361214679014, -0.4371176645058248, 0.03800386938022001, -0.6180076788706947, 1.0501719925157644, -1.0336222268582445, -0.4974145058072397, -0.5240773035608436, -0.37294140783168933], [-0.8086781818803263, -0.005420045275271559, 0.12382620033739666, -0.41634173332820223, -0.09830468466824684, -0.08015446023575933, -0.3562179912596761, -0.4540947616892366, -0.46664239386703, 0.8516654788351194, -0.8218179991526172, -0.30959019191662046, -0.4232884411364776, -0.28892608232397665], [-0.7519996661879254, -0.2519447048625493, -0.2740263304660319, 0.6118917793375076, -0.06322702140774386, -0.022241535654823178, -0.4512844275627541, -0.3929464110829728, -0.5977025796628861, 1.0148528764078408, -1.021855325319043, -0.4832854486707418, -0.5264636693842617, -0.3424614292754029], [-0.7519996661879254, -0.33567006094879454, -0.08277074367877962, 0.19125079688335359, -0.06641589988597141, -0.05497492780926539, 0.038960136117824284, -0.4540947616892366, -0.5829352347844797, 0.5799045021158177, -0.7335662376086057, -0.4840533322107689, -0.49824840288384725, -0.3166706781893143], [-0.8568549202188671, 0.0503968587822252, -0.30266353062669, -0.46307962026755267, 0.037222650656423766, -0.4981346985155595, -0.5176445281978438, 0.0845930888897544, -0.3946515875847992, 0.9985014337652836, -0.8688856053094233, -0.2592170316908452, -0.3418712542198589, -0.21624305653590886], [0.13407446246994353, -0.19612780080505246, -0.12879481536555154, 0.5885228358678325, -0.1413545441243187, -0.21612393533882693, 1.4616013946768263, -0.4540947616892366, 0.6956707092708673, -1.6939271117581955, 1.472727800991679, 0.13224999701495083, 0.6216590406002632, 1.2723912807740057], [-0.752944308116132, 0.12016798885409624, -0.3251641878957785, -0.46307962026755267, -0.1285990302114085, -0.04993902132396659, -0.6272505371119806, -0.12942613823216906, -0.41557199282920815, 1.0704477813925355, -0.9277201130054309, -0.17075684787972772, -0.38833520054641196, -0.35965526333279524], [-0.8436299332239735, 0.24575602298346416, -0.30470904492387985, -0.46307962026755267, -0.016988283473444457, -0.48806288554496197, -0.492293478517023, 0.1115274814187039, -0.4494138248422226, 1.0119096167321804, -0.8924194083878263, -0.31066522887265835, -0.37724561819052777, -0.2783753205160313], [-0.6773729538595973, 0.008534180739102597, 0.3519010444740665, -0.29949701597982614, -0.14294898336343245, -0.5056885582435078, 2.2262337901968765, 3.109252574235305, -0.04392714672264914, -1.699486602256665, 1.2020890655900442, -0.14219158019072103, 0.04584300485548742, 0.11239363533379533], [-0.6707604603621504, -0.2007792094765105, 0.34576450158249694, 0.28472657076205454, -0.12700459097229475, -0.6869811917142645, -0.17205007151959564, -0.28084110163815573, -0.5798587046014784, 0.6714725809141383, -0.774750392995811, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.5470123677670751, -0.1868249834621363, 0.02870978551806795, -0.06580758128307386, -0.1285990302114085, -0.4452576804199222, 1.0533749329047855, 1.5150277191434265, 0.5553809329260071, -1.0091286938878974, 1.0255855425020215, 0.043482659787822515, 0.19463993266861826, 1.5111511127982498], [-0.848353142865007, -0.12170526206172333, -0.32414143074718355, -0.04243863781339862, -0.10149356314647438, 0.21948197563951904, -0.005031391269482363, -0.19567018472228825, -0.6198535969804955, 0.6596995422114971, -0.7688669422262103, -0.4980288126392614, -0.5236561801802403, -0.37391833022131393], [-0.9012530908445813, -0.15891653143338794, -0.32311867359858865, 0.3080955142317297, -0.09511580619001929, 0.08854840702175033, -0.14707183139290467, -0.24298736078665906, -0.6192382909438953, 0.8052273817302568, -0.8630021545398225, -0.4977216592232506, -0.5233754312598382, -0.3731367923096143], [-1.0231118995832433, -0.3217158349344203, -0.32311867359858865, 0.16788185341367842, -0.12541015173318096, -0.5207962776994042, -0.08220296897433388, 0.7412099013522543, -0.6173923728340945, 0.8137301319043863, -0.851235253000621, -0.5000253098433318, -0.5233754312598382, -0.37665371291226274], [-0.8436299332239735, 0.24575602298346416, -0.30470904492387985, -0.46307962026755267, -0.016988283473444457, -0.48806288554496197, -0.49192066896289327, 0.1115274814187039, -0.4494138248422226, 1.0115825878793296, -0.8924194083878263, -0.31081880558066377, -0.37724561819052777, -0.2727091706562088], [-0.46010531037206015, -0.08449399269005878, 0.022573242626498354, -0.46307962026755267, -0.13816566564609115, -0.24382142100797025, 1.077980363477347, -0.4540947616892366, 1.1620726850138667, -1.4018903461621228, 1.455077448682877, 0.622466848968227, 0.992949487832085, 1.4542942297221002], [0.06889416942368244, 0.12016798885409624, 0.03689184270682747, -0.41634173332820223, -0.031338236625468426, 0.5745133828530843, 1.708028509956569, 1.307560101015031, 0.1837360868194482, -1.62099967757239, 1.2609235732860518, -0.14034865969465607, 0.3122737303171122, 0.1776520509607164], [-0.7878960594597793, -0.1310080794046395, -0.31186834496404436, 0.2613576272923793, -0.06960477836419894, 0.025599575955515444, -0.22088812311058872, -0.24298736078665906, -0.6180076788706947, 0.8349870073397109, -0.8865359576182256, -0.495264431895164, -0.5281481629066744, -0.3702060251407406], [-0.9607655323216022, -0.3077616089200461, -0.30266353062669, -0.29949701597982614, 0.3353827883706991, 0.7331444371399963, -0.648127872143245, -0.26846584020593567, -0.5915495192968835, 1.263394804574711, -1.1630581437894612, -0.4892749402829529, -0.4708753831446392, -0.3702060251407406], [-0.24283766688452307, 0.5992630820142774, 0.22201088660251006, 0.9857948748523112, -0.14294898336343245, -0.0625287875372136, 2.0771099685449896, 1.9081242587551226, -0.33435159599797337, -1.59810765787281, 0.9020330763404055, -0.3745531394029099, -0.2955476823535069, -0.10331082829530898], [-0.7737264305366789, -0.2054306181479686, 0.02870978551806795, 0.21461974035302883, -0.13338234792874984, -0.3168420650448029, -0.48371885877203946, -0.3470851481282749, -0.49556177758724235, 0.9772445583299589, -0.9159532114662293, -0.41586527385636585, -0.4172523393478318, -0.2545384142091919], [-0.752944308116132, -0.19612780080505246, -0.06231560070688097, 0.23798868382270408, 0.4964211515211901, -0.32943183125804987, -0.5940704867944359, -0.3470851481282749, -0.6210842090536961, 1.152859052311024, -1.121873988402256, -0.4987966961792885, -0.5274462906056692, -0.37391833022131393], [-0.5923551803209959, -0.21473343549088475, -0.06538387215266576, 0.027668192595627063, -0.14294898336343245, -0.3118061585595041, 1.5887294526350597, 2.2109541855670956, 0.3744809581655299, -1.3691874608770083, 1.0961869517372305, 0.14883628147953545, 0.7298877494152858, 0.05670905912519501], [-0.7718371466802656, 0.11551658018263823, -0.07663420078721, -0.43971067679787745, -0.13019346945052226, -0.362165223412492, -0.08145734986607434, -0.4540947616892366, -0.41311076868280705, 0.5864450791728407, -0.5982468699077883, -0.17904999011201994, -0.3938098044942536, -0.33777220180520495], [-0.9012530908445813, -0.28915597423421385, 0.539065602666939, -0.41634173332820223, -0.14294898336343245, -0.5283501374273524, -0.44345542692603, -0.06245413518721344, 1.4746481516068004, -0.09900739640316007, 0.6725784963259759, 0.0033991389984099445, 1.8103499695828964, 1.9161831355365953], [-0.7784496401777125, 0.08295671948243177, -0.15947752982339952, 0.027668192595627063, -0.1397601048852049, -0.40497042853753185, 0.08257885395100129, -0.4540947616892366, -0.5207893250878531, 0.4958580869330731, -0.604130320677389, -0.4554880645217622, -0.45108258425628883, -0.2531707228637175], [-1.008942270660143, -0.33101865227733646, -0.3220959164499937, -0.41634173332820223, 0.3321939098924716, 0.013009809742268437, -0.286502604637419, 0.521367021791639, -0.6253913513098979, 0.9860743373569402, -0.9865546207014384, -0.5009467700913642, -0.5277270395260714, -0.37899832664736166], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.41336437532352294, -0.3498802288394709, -0.39658619385715516, -0.5306342216734573, 0.893852200852917, -0.8688856053094233, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [-0.7519996661879254, -0.33567006094879454, -0.32414143074718355, 0.19125079688335359, -0.06641589988597141, -0.05497492780926539, 0.038960136117824284, -0.19275835850294235, -0.5829352347844797, 0.5799045021158177, -0.7335662376086057, -0.4840533322107689, -0.49824840288384725, -0.3166706781893143], [-0.9891047901678028, -0.3077616089200461, -0.3251641878957785, -0.13591441169209956, -0.08554917075533666, -0.32187797153010167, -0.0005576766199257168, 0.7237389440361788, -0.6192382909438953, 0.7241242262231726, -0.7982841960742141, -0.4963394688512019, -0.5228139334190339, -0.3758721750005631], [-0.887083461921481, -0.3077616089200461, -0.31186834496404436, 0.0977750230046527, 0.1711555467419806, 0.3378257780440409, -0.20783978871604855, -0.3703797578830421, -0.6223148211268966, 0.8539546808050773, -0.8806525068486247, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.27117692473072363, 0.12016798885409624, 0.07780212865062473, -0.20602124210112518, -0.14294898336343245, 0.08854840702175033, 1.1488141787619932, -0.4540947616892366, 0.9097972100077588, -1.4018903461621228, 1.4080098425260708, 0.38780163913595705, 1.3137051293915225, 0.5506410193193759], [-0.8757477587830007, -0.233339070176717, -0.3067545592210697, -0.20602124210112518, 0.7180482057580045, 0.16912291078653116, -0.5441140065410537, -0.25026692633502384, -0.6216995150902963, 1.139123840491276, -1.115990537632655, -0.49941100301131014, -0.5274462906056692, -0.37430909917716376], [-0.8275710204444598, -0.09379681003297492, -0.3251641878957785, 0.3314644577014049, -0.026554918908127098, 0.1263177056614912, -0.5545526740566858, -0.21969275103189187, -0.5977025796628861, 1.1306210903171465, -1.0571560299366476, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.5601079720911576, -0.3263672436058784, -0.21061538725314613, -0.46307962026755267, -0.14294898336343245, 0.11624589269089373, -0.756242642840863, -0.4540947616892366, -0.42541688941481237, 0.6780131579711612, -0.6864986314517997, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9607655323216022, -0.15891653143338794, -0.08277074367877962, 0.28472657076205454, 0.09781134174274712, 0.028117529198164702, -0.4024463759717611, -0.3106873203864512, -0.6229301271634968, 1.0573666272784896, -1.0512725791670468, -0.49864311947128304, -0.5275866650658702, -0.37723986634603746], [-0.6679265345775305, -0.17752216611922014, -0.3190276450042089, 0.004299249125951819, 0.03243933293908248, 0.6173185879781241, -0.555671102719075, -0.4540947616892366, -0.6100087003948913, 1.0625990889241077, -1.0806898330150505, -0.49157859090303413, -0.5268847927648649, -0.3584829564652458], [0.28616181291121945, -0.07984258401860074, 0.7783907754381533, -0.46307962026755267, -0.14294898336343245, -0.1682828237284883, -0.7424486893380634, -0.344173321908929, 1.155919624647864, -0.09704522328605313, 0.643161242477972, 1.1063870558932816, 1.386138350855273, 0.20539664682605407], [0.1558012268186973, 1.2876715653900719, -0.043905972032172176, 1.8738147266999698, -0.14294898336343245, 0.21696402239686965, 1.7248049398924066, -0.344173321908929, -0.2439016086177347, -1.4748177803479283, 0.9196834286492077, -0.2655136767190671, -0.22971206051920656, 0.08933826693865558], [-0.5120606164234277, -0.28915597423421385, 0.012345671140549025, -0.29949701597982614, -0.09511580619001929, -0.3772729428683884, 0.043806660321510704, -0.15781644387079155, -0.5324801397832581, 0.445495643593997, -0.5452958129813814, -0.4513414934056161, -0.4579609328061411, -0.3035799181683451], [-0.7869514175315725, -0.27055033954838154, 0.029732542666662885, 0.3080955142317297, -0.1397601048852049, -0.23878551452267147, -0.17726940527741172, -0.4540947616892366, -0.5300189156368571, 0.7234701685174705, -0.7982841960742141, -0.4086471685801114, -0.4364836403953779, -0.339921431062379], [-0.5866873287517557, 0.4364637785132449, -0.26175324468289274, -0.46307962026755267, -0.13178790868963605, -0.14310329130199428, -0.10009782757256021, -0.4540947616892366, -0.5417097303322621, 0.6093370988724205, -0.6688482791429974, -0.361959849346466, -0.47424437018946486, -0.3768490973901876], [-0.46010531037206015, -0.014722862618187707, -0.017314286168703973, 0.0977750230046527, -0.11106019858115701, -0.40748838178018126, 1.104077032266427, 1.8557113868068964, 0.3806340185315324, -1.0029151456837255, 0.9020330763404055, -0.028698392974721317, 0.1448069992972395, 1.0754437270256931], [-0.7047675697775911, -0.21938484416234283, -0.3210731593013988, 1.4531737442458157, -0.06641589988597141, 1.8209002379645365, 1.4929173972237222, 2.584395898198207, -0.5817046227112792, -0.7739949486879238, 0.11953412398350442, -0.4889677868669421, -0.4895451863513811, -0.312958373108741], [1.1457859675793012, -0.0705397666756846, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.26543731989874386, 0.3673357477625733, -0.4040929945109632, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.25121006156757225, 0.1480764408828447, 0.47156363085967357, -0.29949701597982614, -0.14294898336343245, -0.17080077697113777, 0.06393837624451541, -0.20950135926418126, 0.9374859816547707, -0.6667294849527483, 0.9255668794188086, 0.8184307283831334, 1.15943359763055, 0.2237627877509959], [-0.7463318146186853, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.4309900480220686, -0.46806085749859133, -0.39658619385715516, -0.5306342216734573, 0.9886905681797493, -0.9159532114662293, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [-0.9135334359112681, -0.15891653143338794, -0.27709460191181673, -0.11254546822242431, -0.06322702140774386, 0.04322524865406111, -0.1407340689726994, 0.1814113106830055, -0.616161760760894, 0.8022841220545964, -0.8630021545398225, -0.4941893949391261, -0.5280077884464734, -0.3676660269277167], [-0.11153243886379405, 1.2737173393756973, 0.23326121523705431, 1.0792706487310122, -0.14294898336343245, 0.030635482440814106, 2.107307542429497, 0.9639646071322153, -0.35834853142538364, -1.6733242940285735, 0.9079165271100063, -0.3756281763589478, -0.3194113405876883, -0.10721851785380726], [0.12462804318787674, -0.26124752220546543, 0.39281133041786376, -0.46307962026755267, -0.14294898336343245, -0.46288335311846796, -0.45314847533340263, -0.4540947616892366, -0.5380178941126604, 0.6358264359533633, -0.6923820822214004, -0.4570238316018163, -0.49768690504304297, -0.23812611806349918], [-0.6877640150698708, -0.27055033954838154, 0.5063373739119011, -0.46307962026755267, -0.1174379555376121, -0.2211598418241257, -0.4598590473077376, -0.4540947616892366, -0.4414148463664192, 0.8640925752434628, -0.827701449922218, -0.3986646825597596, -0.417673462728435, -0.11698774175005289], [-0.8672459814291406, -0.13565948807609757, -0.08379350082737456, 0.3080955142317297, 0.011711622830603431, 0.06588682783790573, -0.49974966959961736, -0.3412614956895831, -0.6112393124680918, 1.1038047243833522, -1.0806898330150505, -0.49203932102705034, -0.5268847927648649, -0.3563337272080717], [-0.1634877449151617, 0.022488406753476818, 0.5574752313416478, 0.3314644577014049, -0.14294898336343245, -0.15821101075789076, 1.8728103328819043, 0.6385680271203114, 0.19419628944165268, -1.7246678239262032, 1.32564153175166, -0.177207069615955, -0.06603543992476274, 0.9937730152530793], [-0.7236604083417247, -0.33567006094879454, -0.32720970219296835, 0.0977750230046527, -0.055254825212175, -0.13806738481669556, -0.011369153689687491, -0.12360248579347727, -0.5361719760028597, 0.5867721080256916, -0.7217993360694043, -0.47130646544631966, -0.4760692381720787, -0.2668476363184614], [-0.887083461921481, -0.2752017482198396, -0.0367466719920077, 0.004299249125951819, -0.08554917075533666, 0.08099454729380212, -0.4222052823406361, 0.12535865596059695, -0.6173923728340945, 1.033166492167505, -1.0277387760886438, -0.49726092909923436, -0.5236561801802403, -0.37215986991998967], [-1.0221672576550367, -0.11705385339026526, 0.5891807029480908, -0.43971067679787745, -0.14294898336343245, -0.40748838178018126, 0.1947945297440463, -0.06463800485172289, -0.5103291224656487, 0.4206414507773098, -0.5864799683685867, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.20788591554087585, 0.07830531081097364, -0.19322851572703226, -0.46307962026755267, -0.14294898336343245, -0.07763650699311, -0.6358251568569642, -0.3842109324249351, -0.4654117817938294, 0.8997387202042378, -0.8218179991526172, -0.38852861983140236, -0.4734021234282585, -0.22444920460875525], [-0.6613140410800836, -0.21938484416234283, -0.32414143074718355, 0.3782023446407554, -0.004232769560534303, 0.030635482440814106, -0.29656846259892133, -0.38639480208944454, -0.6106240064314916, 0.8405464978381805, -0.8688856053094233, -0.4914250141950287, -0.5263232949240606, -0.3575060340756212], [-0.8936959554189278, -0.3496242869631688, 0.0675745571646754, -0.27612807251015087, -0.06641589988597141, 0.04322524865406111, -0.1921817874426005, 0.2505671833924705, -0.6284678814928992, 0.8219058532256649, -0.8571187037702217, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9588762484651889, -0.3077616089200461, -0.08481625797596946, -0.18265229863145, 1.0433138105372137, -0.2690009534344643, -0.5657369606805773, -0.22187662069640132, -0.616161760760894, 1.190467370388906, -1.1336408899414574, -0.49710735239122894, -0.5267444183046638, -0.3639537218471433], [0.3220582061830735, -0.31241301759150414, -0.3098228306668545, -0.46307962026755267, -0.12700459097229475, 0.3202001053454951, -0.7935235982538347, -0.4540947616892366, -0.5349413639296592, 0.9082414703783672, -0.8394683514614194, -0.4493449962015457, -0.4948794158390217, -0.26547994497298705], [-0.8549656363624538, -0.29380738290567193, -0.3220959164499937, 0.05103713606530231, 0.1711555467419806, 0.37307712344113253, -0.14222530718921836, -0.3973141504119916, -0.6229301271634968, 0.7807002177664208, -0.8335849006918187, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.4034267946796592, 0.03644263276785104, -0.3190276450042089, 0.3314644577014049, -0.11903239477672588, 0.38314893641173, 1.954082815682183, 1.307560101015031, 0.14681772462343243, -1.6275402546294129, 1.2726904748252534, -0.08690396530877254, 0.1543524625909121, 0.4621318508193901], [-0.905031658557408, -0.2798531568912977, -0.3190276450042089, 0.4249402315801058, -0.14294898336343245, 0.5871031490663313, -0.5377762441208486, -0.3696518013282056, -0.5958566615530853, 1.1244075421129742, -1.0630394807062484, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.755778233900752, -0.11705385339026526, -0.316982130707019, 0.4015712881104307, -0.1062768808638157, 1.1989657870301356, 2.1583824513452683, 3.8546800863878548, -0.600163803809287, -1.3093411808052486, 0.47254117015955, -0.492653627859072, -0.5214101888170233, -0.3774352508239624], [-1.036336886578137, -0.33101865227733646, -0.32005040215280384, -0.41634173332820223, -0.14294898336343245, -0.6743914255010175, 2.7220704971894008, -0.4540947616892366, -0.6223148211268966, -1.6831351596141078, 0.8843827240316032, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8568549202188671, 0.02713981542493489, -0.32005040215280384, 0.28472657076205454, 0.19347769608957344, 0.07595864080850333, -0.5314384817006433, -0.3667399751088597, -0.6223148211268966, 1.1348724654042113, -1.1042236360934536, -0.4975680825152452, -0.5261829204638596, -0.3793890956032115], [-0.38453395611552554, -0.2658989308769235, 0.15348615764664972, 1.8738147266999698, 0.9731584840162081, -0.19094440291233297, 2.449919522674707, 1.5841835918528915, -0.5361719760028597, -1.7158380448992223, 0.8490820194139986, -0.5015610769233859, -0.514531840267171, -0.2869722375447275], [-0.07469140366373353, -0.1263566707331814, -0.008109471831349578, -0.22939018557080043, 0.0196838190261723, -0.6869811917142645, -0.6578209205506175, -0.3281582777025266, -0.43526178600041654, 0.8487222191594591, -0.8100510976134156, -0.31189384253670166, -0.38622958364339605, -0.3004537665215465], [-0.8984191650599611, -0.27055033954838154, 0.23530672953424428, -0.04243863781339862, 0.05954480000401658, 0.35293349749993713, -0.4229509014488956, -0.4540947616892366, -0.6167770667974942, 1.001444693440944, -1.0395056776278453, -0.4969537756832236, -0.5246388014016479, -0.3696198717069658], [-0.8936959554189278, -0.2752017482198396, 0.29053561555837054, -0.27612807251015087, -0.12700459097229475, -0.49309879203026075, -0.4326439498562682, -0.27792927541880985, -0.38049954874299313, 0.9592579714231461, -0.8571187037702217, -0.31573326023683695, -0.4154274713652179, 0.009230630989441099], [-0.3278554404231246, 0.45041800452761915, 0.2772397726266365, -0.019069694343723426, -0.1397601048852049, -0.39993452205223307, 1.804958994030296, 0.7426658144619271, 0.34371565633551676, -1.6602431399145274, 1.3903594902172685, -0.09719360474513518, 0.3809168413554338, 0.7386008870831424], [0.5223222949628904, -0.31241301759150414, -0.2453891303053738, -0.46307962026755267, -0.016988283473444457, -0.3067702520742053, -0.7935235982538347, -0.4540947616892366, -0.43772301014681764, 0.8022841220545964, -0.704148983760602, -0.3341624651974864, -0.430307164146531, -0.3104183748957171], [0.01221565373128132, 0.33413278774116745, -0.11038518669084278, 1.6634942354728928, -0.004232769560534303, 0.7432162501105939, 2.0286447265081264, 1.001818347983712, -0.42541688941481237, -1.5719453496447184, 0.7843640609483903, -0.4253870297527014, -0.3422923776004621, -0.20393383442663932], [-1.0457833058602037, -0.33101865227733646, 0.3570148302170412, -0.46307962026755267, -0.14294898336343245, -0.6769093787436669, -0.580649342845766, -0.4540947616892366, 1.7533817861867196, -0.05682067438536237, 0.813781314796394, 0.23099982026243093, 2.1289999942393183, 1.9497892657396805], [-0.9985512094498696, -0.3217158349344203, -0.32720970219296835, 0.004299249125951819, 0.05954480000401658, -0.362165223412492, -0.15303678425898015, 0.6283766353526007, -0.616161760760894, 0.8546087385107795, -0.8571187037702217, -0.4969537756832236, -0.525059924782251, -0.37137833200829], [-0.9692673096754624, -0.17752216611922014, -0.32618694504437346, -0.04243863781339862, 0.2827662934799447, -0.2690009534344643, -0.2961956530447916, 0.3160832733277532, -0.609393394358291, 0.9713580389786385, -0.9747877191622369, -0.4955715853111748, -0.5201468186752137, -0.3719644854420648], [-0.8955852392753412, -0.2752017482198396, 0.19951022933342163, -0.27612807251015087, -0.14294898336343245, 0.4309900480220686, -0.6160662504880893, -0.22333253380607426, -0.555246463137468, 1.1620158601908561, -1.0748063822454499, -0.3796211707670885, -0.5285692862872777, -0.3070968387709936], [-0.8474085009368003, -0.014722862618187707, 0.18723714355028245, -0.46307962026755267, -0.13816566564609115, -0.4427397271772729, -0.37970499316984835, -0.4540947616892366, -0.314661802826765, 0.7892029679405503, -0.7159158852998035, -0.07154629450823134, -0.2899327039454642, -0.3260491331297101], [0.09251021762884952, -0.005420045275271559, 0.567702802827597, -0.46307962026755267, -0.13178790868963605, -0.10785194590490274, -0.6581937301047472, -0.4540947616892366, 1.2568298146503072, -0.15656447450496158, 0.7255295532523827, 1.0159303748780937, 1.3038789171774479, 0.49534721206662535], [-0.7482210984750985, 0.4736750478849095, -0.32414143074718355, -0.08917652475274906, 0.14405007967704653, 0.05581501486730812, -0.6947290664094596, -0.4322560650441424, -0.5890882951504823, 1.1966809185930776, -1.1512912422502597, -0.495264431895164, -0.5162163337895838, -0.30865991459439285], [-0.8936959554189278, -0.28915597423421385, 0.0675745571646754, -0.18265229863145, 0.06273367848224413, -0.11036989914755221, -0.2935859861658836, 0.13627800428314402, -0.5940107434432844, 0.8840413352673827, -0.9336035637750316, -0.477756687182547, -0.5034422579112867, -0.3477368101793755], [-0.8691352652855541, -0.3263672436058784, -0.08277074367877962, 0.004299249125951819, 0.06432811772135792, 0.26732308724985765, -0.043057965790713526, -0.39076254141846334, -0.6223148211268966, 0.7035214084935506, -0.774750392995811, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.848353142865007, 0.12481939752555431, -0.23822983026520925, -0.46307962026755267, 0.3752437693485435, 0.5493338504265903, -0.661176206537785, -0.4540947616892366, -0.5786280925282778, 1.190794399241757, -1.1395243407110582, -0.47130646544631966, -0.4941775435380163, -0.3598506478107202], [-1.0268904672960701, -0.3263672436058784, -0.3282324593415633, -0.13591441169209956, 0.19826101380691474, -0.6038887347068344, -0.05759753840177253, 0.8482195149132159, -0.6038556400288887, 0.7859326794120391, -0.8453518022310202, -0.47238150240235754, -0.5173393294711923, -0.382710631727935], [-0.7416086049776517, -0.3403214696202526, -0.3128911021126393, 0.16788185341367842, -0.034527115103695966, -0.007133816198926771, -0.08443982629911213, -0.21969275103189187, -0.5558617691740682, 0.6701644655027335, -0.7806338437654119, -0.47361011606640085, -0.4798593485975075, -0.2754445533471576], [-0.6773729538595973, -0.2658989308769235, 0.2608756582491176, -0.25275912904047565, -0.14294898336343245, -0.4402217739346234, 0.8505665354582193, -0.4540947616892366, 1.1682257453798695, -1.1271861097671607, 1.4021263917564701, 0.16757263985619575, 1.2140392626487653, 1.7645647806668625], [-0.2919590471512705, -0.014722862618187707, -0.09504382946191879, -0.46307962026755267, -0.06322702140774386, -0.3772729428683884, -0.7394662129050257, -0.4540947616892366, -0.32512200544896946, 0.882406191003127, -0.8041676468438149, -0.11639069324581172, -0.3060757668685869, -0.29810915278644756], [-0.5762962675414822, -0.03332849730402, 0.03177805696385281, -0.20602124210112518, -0.12541015173318096, -0.3143241118021534, -0.3204282740632233, -0.4540947616892366, -0.45802810935462634, 0.7345891495144096, -0.7335662376086057, -0.25890987827483436, -0.4078472505143603, -0.34363373614295234], [0.6224543393527987, -0.29845879157713, -0.257662216088513, -0.46307962026755267, -0.08395473151622289, -0.09022627320635701, -0.7935235982538347, -0.4540947616892366, -0.5017148379532449, 0.7803731889135695, -0.7335662376086057, -0.42031899838852277, -0.45669756266433154, -0.3149122178879901], [-0.9097548681984414, -0.16821934877630404, -0.318004887855614, -0.06580758128307386, 0.43742689967398063, -0.19849826264028117, -0.42817023520671155, 0.13555004772830756, -0.6044709460654889, 1.053442281044276, -1.0336222268582445, -0.4974145058072397, -0.5228139334190339, -0.34421988957672706], [-0.8332388720137001, -0.2054306181479686, -0.3139138592612342, -0.46307962026755267, 0.27638853652348955, 0.14142542511738762, 0.5079545552130088, -0.4540947616892366, -0.5958566615530853, 0.19433748460431718, -0.3805591914325602, -0.48958209369896377, -0.4895451863513811, -0.35770141855354615], [-0.5668498482594153, -0.27055033954838154, -0.0694749007470455, -0.46307962026755267, -0.012204965756103142, 0.34537963777198893, 0.11501328516028674, -0.4540947616892366, -0.579243398564878, 0.42194956618871454, -0.6335475745253929, -0.4788317241385848, -0.5068112449561124, -0.31022299041779217], [-0.9456512614702953, -0.28915597423421385, -0.3282324593415633, 0.027668192595627063, -0.031338236625468426, -0.12799557184609794, -0.19665550209215701, 0.4791455416111235, -0.616161760760894, 0.8758656139461041, -0.9159532114662293, -0.49572516201918027, -0.5219716866578276, -0.37450448365508865], [-0.9380941260446418, 0.2876187010265867, -0.2985725020323102, 0.3548334011710802, 0.2939273681537411, -0.1758366834564365, -0.6309786326532779, -0.41551306428290347, -0.6143158426510931, 1.2339622078181083, -1.168941594559062, -0.49342151139909907, -0.5264636693842617, -0.36688448901601706], [-0.818124601162393, -0.024025679961103854, -0.17072785845794378, -0.04243863781339862, -0.14294898336343245, -0.5107244647288065, -0.04193953712832433, 0.11953500352190514, -0.5478627906982647, 0.6430210707160885, -0.6864986314517997, -0.46516339712610316, -0.4624529155325752, -0.308269145638543], [-0.8559102782906605, -0.2752017482198396, -0.32414143074718355, -0.46307962026755267, -0.034527115103695966, 0.7079649047135023, 0.47924821954502067, -0.4540947616892366, -0.6026250279556882, 0.21494030233393943, -0.5041116575941761, -0.4946501250631424, -0.5069516194163134, -0.34480604301050183], [-0.7028782859211777, -0.29845879157713, -0.32414143074718355, 0.05103713606530231, -0.09830468466824684, 0.13135361214679014, -0.5456052447575725, -0.4540947616892366, 1.5054134534368135, -0.05126118388689284, 0.6549281440171736, 4.22138342436706, -0.3215169574907042, -0.310613759373642], [-0.8568549202188671, 0.30157292704096106, -0.2832311448033863, 0.21461974035302883, 0.14405007967704653, -0.10281603941960402, -0.5549254836108155, -0.4176969339474129, -0.5915495192968835, 1.1227723978487187, -1.0924567345542522, -0.4791388775545957, -0.5268847927648649, -0.3334737432908569], [-0.4912784940028807, -0.233339070176717, 0.2414432724258139, -0.08917652475274906, -0.12222127325495342, -0.40245247529488243, 0.9076063972400661, 0.7310185095845436, 0.8205778347007208, -1.0657046854311456, 1.1726718117420405, 0.592980121031188, 1.2586783409927045, 0.13486285029516032], [-0.8209585269470131, -0.024025679961103854, -0.16152304412058938, -0.04243863781339862, -0.14294898336343245, -0.513242417971456, -0.04641325177788098, 0.13555004772830756, -0.5490934027714652, 0.6430210707160885, -0.6923820822214004, -0.46746704774618436, -0.4635759112141838, -0.30983222146194234], [-0.8606334879316939, -0.3263672436058784, -0.08174798653018467, -0.11254546822242431, 0.06113923924313037, 0.2975385261616505, 0.009880990895706415, -0.330342147367036, -0.6223148211268966, 0.6525049074487719, -0.7394496883782066, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.9163673616958883, -0.24264188751963314, -0.3220959164499937, 1.2895911399580893, -0.14294898336343245, -0.6869811917142645, -0.3480161810688224, -0.42279262983126825, -0.48510157496503786, 0.9301524035193941, -0.99832152224064, -0.1944076609125612, -0.5285692862872777, -0.38466447650718416], [-1.0268904672960701, -0.33567006094879454, -0.3251641878957785, -0.13591441169209956, 0.14405007967704653, -0.5182783244567548, -0.07437396833760979, 0.8482195149132159, -0.618622984907295, 0.8127490453458328, -0.8218179991526172, -0.4977216592232506, -0.5277270395260714, -0.3758721750005631], [-0.9418726937574686, -0.21938484416234283, 0.4787229308998381, 0.05103713606530231, -0.14294898336343245, 0.1514972380879852, -0.5996626301063817, -0.30850345072194174, -0.6100087003948913, 1.1783673028334134, -1.121873988402256, -0.48743201978688794, -0.5215505632772244, -0.35828757198732086], [0.4401384472089089, 1.3341856521046527, 0.342696230136712, -0.019069694343723426, -0.14294898336343245, -0.4100063350228307, 0.12172385713462164, -0.33325397358638187, 0.5793778683534174, -0.6023048009410726, 0.7019957501739796, 0.6048055275476046, 0.17765462298428925, 0.6563440218767539], [-0.5866873287517557, 0.3573898310984578, -0.26891254472305726, -0.46307962026755267, -0.13178790868963605, -0.19849826264028117, -0.10009782757256021, -0.24298736078665906, -0.5417097303322621, 0.6093370988724205, -0.6688482791429974, -0.361959849346466, -0.47424437018946486, -0.3768490973901876], [-0.5866873287517557, 0.3573898310984578, -0.26891254472305726, -0.46307962026755267, -0.13178790868963605, -0.19849826264028117, -0.10009782757256021, -0.24298736078665906, -0.5417097303322621, 0.6093370988724205, -0.6688482791429974, -0.361959849346466, -0.47424437018946486, -0.3768490973901876], [-0.8936959554189278, -0.2752017482198396, 0.3979251161608384, 0.28472657076205454, -0.14294898336343245, -0.6869811917142645, -0.4028191855258908, -0.27792927541880985, -0.3306597597783718, 0.8120949876401307, -0.7629834914566096, -0.25384184691065576, -0.5285692862872777, -0.38466447650718416], [-0.7623907273981988, 0.16668207556867698, -0.1625458012691843, -0.41634173332820223, -0.13178790868963605, -0.2916625326183089, -0.13365068744423486, -0.4540947616892366, -0.3946515875847992, 0.6256885415149778, -0.6158972222165906, -0.10686893734947618, -0.405039761310339, -0.36121833915619456], [-0.38453395611552554, -0.08449399269005878, 0.5073601310604963, 1.055901705261337, -0.1413545441243187, -0.40245247529488243, 1.7975028029477016, 1.026568870848152, 0.12220548315942188, -1.5588641955306726, 1.1726718117420405, -0.026855472478656297, 0.41460671180368974, -0.05602778463747996], [0.22948329721881852, 5.0181013198994435, -0.28016287335760154, -0.46307962026755267, -0.14294898336343245, -0.03483130186807018, 1.790046611865107, -0.4540947616892366, -0.19775365587271496, -1.6242699661009017, 1.0138186409628198, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9418726937574686, -0.3217158349344203, -0.3139138592612342, -0.019069694343723426, 1.2107299306441601, -0.28914457937565946, -0.6033907256476787, -0.2568185353285521, -0.6100087003948913, 1.2306919192895964, -1.1512912422502597, -0.4946501250631424, -0.5257617970832563, -0.3532075755612731], [-0.7633353693264054, 0.24575602298346416, -0.30880007351825955, 0.2613576272923793, 0.14723895815527405, -0.14310329130199428, -0.6127109645009217, -0.3762034103217338, -0.6050862521020891, 1.1633239756022609, -1.0806898330150505, -0.4885070567429258, -0.525200299242452, -0.353402960039198], [0.5261008626757171, -0.3031102002485881, -0.26584427327727245, -0.46307962026755267, -0.14294898336343245, 0.3202001053454951, -0.7935235982538347, -0.4540947616892366, -0.5724750321622752, 0.8467600460423521, -0.8218179991526172, -0.45241653036165397, -0.4823860888811267, -0.37841217321358694], [0.645125745629759, -0.3496242869631688, -0.2678897875744623, -0.46307962026755267, -0.14294898336343245, 0.40329256235292515, -0.7935235982538347, -0.4540947616892366, -0.579243398564878, 0.8022841220545964, -0.8218179991526172, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9957172836652496, -0.28915597423421385, -0.32720970219296835, -0.13591441169209956, 0.756314747496735, -0.4150422415081294, -0.29023070017871616, 0.2971564029020049, -0.6216995150902963, 0.9873824527683445, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5574034289773485, -0.18217357479067822, 0.15348615764664972, -0.04243863781339862, -0.14294898336343245, -0.40245247529488243, 1.8992798112251146, 1.9219554332970155, 0.4513942127405628, -1.7158380448992223, 1.4668443502220785, 0.07435157809691041, 0.5691589924850644, -0.058372398372578925], [-0.38453395611552554, -0.019374271289645844, 0.051210442787156474, -0.15928335516177475, -0.1413545441243187, -0.37223703638308964, 0.8692070131647052, 0.9858033037773096, 0.7498176404916903, -1.0192665883262828, 1.084420050198029, 0.37090820125536167, 1.2282170831290729, 0.18839819724658666], [-0.6282515735928498, -0.25659611353400735, -0.32618694504437346, 0.49504706198913145, 0.010117183591489642, -0.25137528073591847, -0.32452917915865015, -0.15126483487726328, -0.60693217021189, 0.8578790270392912, -0.8806525068486247, -0.49203932102705034, -0.5242176780210446, -0.35281680660542325], [-0.18615915119212212, -0.07984258401860074, -0.012200500425729309, 1.2428532530187386, -0.1365712264069774, 0.4108464220808734, 1.9279861468931025, 1.8025705583038336, -0.29004956136275445, -1.5294315987740694, 0.813781314796394, -0.378699710519056, -0.12148335170418412, -0.03297241624234017], [-0.9418726937574686, -0.22403625283380085, -0.32720970219296835, 0.7754743836252342, -0.09352136695090552, -0.336985690985998, -0.33906875176970913, 0.047467304593094166, -0.6124699245412923, 0.9952311452367723, -0.9924380714710392, -0.5001788865513372, -0.525059924782251, -0.35574757377429694], [-1.0457833058602037, -0.25659611353400735, -0.3210731593013988, 0.0977750230046527, -0.14294898336343245, -0.6869811917142645, 2.7407109748958867, -0.4540947616892366, -0.6038556400288887, -1.699486602256665, 0.29015419630192646, -0.492653627859072, -0.5155144614885785, -0.33933527762860427], [-0.9843815805267693, -0.3263672436058784, -0.3251641878957785, -0.08917652475274906, -0.12541015173318096, -0.5862630620082885, 0.02889427815632193, 1.0353043495061898, -0.6081627822850905, 0.6969808314365277, -0.7688669422262103, -0.4974145058072397, -0.5219716866578276, -0.3565291116859966], [0.6092293523579051, -0.11240244471880723, -0.22902501592785493, -0.46307962026755267, -0.1349767871678636, -0.08770831996370754, -0.7935235982538347, -0.4540947616892366, -0.5484780967348649, 0.8284464302826879, -0.774750392995811, -0.46838850799421683, -0.49333529677680993, -0.30397068712419495], [-0.884249536136861, -0.1868249834621363, -0.07867971508439989, -0.04243863781339862, 0.0021449873959208023, 0.26228718076455887, 0.07885075840970406, -0.4540947616892366, -0.6210842090536961, 0.596255944758375, -0.6982655329910012, -0.4975680825152452, -0.5278674139862723, -0.37430909917716376], [-0.016123604114919074, -0.028677088632561926, 0.7282756751570014, -0.46307962026755267, -0.14294898336343245, -0.2992163923462571, -0.7040493052627026, -0.35218084401213023, 1.1805318661118744, -0.057801760943915606, 0.5843267347819644, 1.1094585900533898, 1.5040528974241691, 0.3831965217377252], [-0.19466092854598224, 1.2179004353182008, 0.14734961475508013, 0.8222122705645847, -0.08076585303799536, -0.11540580563285102, 2.2351812194959897, 1.3679804950664587, -0.37803832459659203, -1.7321894875417796, 0.9726344855756146, -0.30959019191662046, -0.3615236786480083, -0.16583386123128122], [-0.8946405973471345, -0.2752017482198396, -0.03367840054622284, 0.0977750230046527, -0.1126546378202708, 0.1389074718747382, -0.40580166195892853, 0.0700339577930249, -0.5546311571008676, 0.9167442205524973, -0.9571373668534346, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.46766244579771366, 0.5992630820142774, 0.1729185434699534, 1.9205526136393203, 0.05157260380844774, 0.08351250053645153, 2.391761232230471, 1.0316645667320075, -0.4401842342932186, -1.7158380448992223, 0.7549468071003865, -0.44181973750928055, -0.3305009229435725, -0.18537230902377255], [0.22003687793675172, -0.3496242869631688, 1.0320345482896964, -0.46307962026755267, -0.14294898336343245, 0.34286168452933957, -0.6220312033541646, -0.4540947616892366, 1.008246175863801, -0.12320753151414467, 0.5666763824731622, 1.0322095059266674, 1.367187798728129, 0.009816784423215862], [-0.15781989334592156, -0.1868249834621363, 0.3201955728676236, 1.4064358573064655, 0.1041890986992022, 0.09610226674969853, 1.8757928093149419, -0.4540947616892366, 0.24526669047947453, -1.7452706416558252, 1.2903408271340557, -0.10840470442953028, 0.49756801778252024, 0.2405658528525385], [-1.008942270660143, 0.12947080619701246, -0.3210731593013988, -0.46307962026755267, 0.35929937695740577, 0.9622781822210917, -0.6589393492130067, -0.4540947616892366, -0.6260066573464982, 1.276475958688757, -1.2042422991766666, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9976065675216629, -0.3217158349344203, 0.27417150118085165, -0.46307962026755267, -0.1413545441243187, -0.6013707814641849, -0.7689181676812733, -0.4540947616892366, 1.695543018746295, 0.1335101179740042, 0.7078792009435804, 0.8248809501193607, 1.4307774291992121, 2.103556849866587], [-0.9418726937574686, -0.25659611353400735, -0.30164077347809504, 1.1026395922006873, 0.09621690250363334, -0.33446773774334865, -0.3349678466742822, -0.4540947616892366, -0.616161760760894, 0.9985014337652836, -0.9630208176230354, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7756157143930924, -0.233339070176717, -0.0510652720723367, 0.5651538923981573, -0.09192692771179176, -0.26144709370651614, -0.3055158918980346, -0.22697231658025663, -0.6192382909438953, 0.9079144415255165, -0.9336035637750316, -0.4968001989752181, -0.5271655416852671, -0.37059679409659035], [-0.3996482269668325, 0.8178792895728066, -0.19629678717281707, -0.46307962026755267, -0.14294898336343245, 0.19430244321302503, 1.2699772838541514, 3.166761142067387, -0.17621794459170576, -0.8750468642189277, 0.5666763824731622, 0.19475571717315365, -0.2277468180763916, -0.31139529728534165], [-0.8474085009368003, -0.03332849730402, 0.6321365031890779, -0.46307962026755267, -0.14294898336343245, -0.5585655763391452, -0.3014149868026077, -0.19203040194810586, -0.4623352516108281, 0.7303377744273443, -0.7806338437654119, -0.4051149042959869, -0.3752803757477128, -0.21761074788138327], [-0.5555141451209351, -0.26124752220546543, 0.46747260226529386, -0.3696038463888518, -0.12541015173318096, -0.37475498962573905, -0.5079514797904712, -0.4540947616892366, -0.39588219965799976, 0.8225599109313675, -0.7924007453046134, -0.24355220747429315, -0.2983551715575282, -0.32800297790895927], [-0.26173050544865667, -0.14031089674755562, -0.0428832148835773, 0.9390569879129609, -0.14294898336343245, 0.06336887459525632, 2.073381873003693, 1.3293987976601254, 0.017603456937377183, -1.728919199013268, 1.1962056148204434, 0.035957401095557326, 0.03292855451698933, 0.04518137492762518], [0.3938509927267814, -0.233339070176717, 0.043028385598397015, -0.46307962026755267, -0.14294898336343245, -0.19094440291233297, -0.7935235982538347, -0.4540947616892366, -0.4826403508186368, 0.8385843247210735, -0.7806338437654119, -0.41832250118445236, -0.4363432659351768, -0.2949830011396489], [-0.07374676173552686, -0.21008202681942667, 1.7193273521454906, 0.05103713606530231, -0.13338234792874984, -0.2211598418241257, 1.5652424507248877, -0.32451849492834417, 0.33817790200611436, -1.6334267739807338, 1.278573925594854, 0.7216774023397236, 0.4237310517167591, -0.08611699423791659], [0.2502654196393656, -0.21938484416234283, 0.5370200883697491, -0.46307962026755267, -0.14294898336343245, 0.18926653672772623, -0.6872728753268652, -0.4540947616892366, 1.1669951333066688, -0.1313832528354233, 0.6725784963259759, 1.0338988497147268, 1.533812282986795, 0.12958746939118765], [-0.9607655323216022, -0.33567006094879454, -0.21982020159050053, -0.46307962026755267, -0.14294898336343245, -0.6215144074053801, -0.3983454708763342, 0.3175391864374261, -0.25928425953274126, 0.8775007582103597, -0.6982655329910012, -0.012265685218142095, -0.33808114379443016, -0.15840925107013454], [-0.8663013395009339, -0.014722862618187707, -0.0633383578554759, 0.004299249125951819, 0.510771104673214, -0.11288785239020155, -0.5836318192788038, -0.36310019233467733, -0.6038556400288887, 1.1685564372478792, -1.121873988402256, -0.49357508810710443, -0.5243580524812457, -0.34695527226767586], [-0.6726497442185639, 0.2597102489978384, -0.14004514400009582, -0.43971067679787745, -0.14294898336343245, -0.2664830001918149, -0.48446447788029895, -0.0690057441807417, -0.4709495361232318, 0.9337497209007567, -0.8630021545398225, -0.2558383441147261, -0.4364836403953779, -0.3627814149795938], [0.7480917158042875, -0.3031102002485881, -0.2965269877351204, -0.46307962026755267, -0.14294898336343245, 0.30005647940429986, -0.7935235982538347, -0.4540947616892366, -0.5860117649674811, 0.6829185907639281, -0.774750392995811, -0.4815961048826823, -0.5159355848691817, -0.3299568226882084], [-0.20505198975625571, 0.23180179696908992, -0.32414143074718355, -0.27612807251015087, -0.14294898336343245, -0.6869811917142645, -0.7077774008039996, -0.4322560650441424, -0.3577332253887834, 0.9268821149908828, -0.7924007453046134, -0.42477272292067975, -0.3601199340459976, 0.14287361389008185], [-0.9418726937574686, -0.037979905975478075, 0.40508441620100305, 0.2613576272923793, -0.14294898336343245, -0.06756469402251232, -0.5836318192788038, -0.35218084401213023, -0.6223148211268966, 1.1979890340044819, -1.121873988402256, -0.49956457971931556, -0.5275866650658702, -0.3752860215667883], [-0.8474085009368003, -0.3263672436058784, -0.07970247223299483, -0.08917652475274906, 0.09781134174274712, 0.3478975910146385, 0.07437704376014755, -0.4540947616892366, -0.6223148211268966, 0.5913505119656076, -0.6982655329910012, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.9088102262702348, -0.28915597423421385, 0.134053771823346, -0.11254546822242431, 0.05476148228667527, 0.26984104049250707, -0.4792451441224829, -0.03406382954859097, -0.6204689030170958, 1.0629261177769591, -1.0806898330150505, -0.4989502728872939, -0.5271655416852671, -0.3748952526109385], [0.31450107075742, -0.04728272331839422, -0.3220959164499937, 3.7199612608043124, -0.14294898336343245, 0.9748679484343388, 1.890705191480131, -0.4540947616892366, -0.49310055344084125, -1.5163504446600236, 0.6078605378603675, -0.45149507011362144, -0.4881414417493705, -0.1883030761926463], [0.5383812077424038, -0.0705397666756846, -0.23209328737363968, -0.46307962026755267, -0.1285990302114085, 0.05833296810995765, -0.7935235982538347, -0.4540947616892366, -0.5546311571008676, 0.7816813043249744, -0.8041676468438149, -0.4737636927744063, -0.4943179179982174, -0.312958373108741], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.3932207493823276, -0.3498802288394709, -0.3383496694702372, -0.5066372862460471, 0.90039277790994, -0.8688856053094233, -0.3796211707670885, -0.4171119648876307, -0.3070968387709936], [-1.0457833058602037, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, 2.882378605465179, 6.315901198289975, -0.6284678814928992, -1.7681626613554056, 1.0314689932716221, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.35902862405394514, -0.18217357479067822, 0.1432585861607004, 1.8270768397606196, -0.14294898336343245, 0.19430244321302503, 2.053250157080688, 1.5310427633498287, -0.23713324221513177, -1.5673669457048023, 0.8549654701835994, -0.36180627263846066, -0.14534700993836544, -0.206864601595513], [0.6640185841938929, -0.3077616089200461, -0.091975558016134, -0.46307962026755267, -0.14294898336343245, -0.04993902132396659, -0.7413302606756743, -0.4540947616892366, -0.5238658552708545, 0.7172566203132988, -0.7394496883782066, -0.4554880645217622, -0.4864569482269577, -0.3260491331297101], [-1.0306690350088967, -0.233339070176717, -0.318004887855614, -0.3462349029191766, -0.14294898336343245, -0.6618016592877705, 2.415993853248903, -0.4540947616892366, -0.6247760452732976, -1.3750739802283287, 0.7784806101787896, -0.4989502728872939, -0.5274462906056692, -0.3811475559045357], [0.4703669889115228, -0.2658989308769235, -0.1748188870523235, -0.46307962026755267, -0.11584351629849833, -0.08770831996370754, -0.7935235982538347, -0.4540947616892366, -0.44695260069582154, 0.7025403219349972, -0.727682786839005, -0.38637854591932663, -0.442940865564627, -0.21272613593326045], [-0.24283766688452307, -0.18217357479067822, 0.0706428286104602, 1.1260085356703624, -0.1397601048852049, 0.04322524865406111, 1.9652671023060744, 1.0309366101771709, 0.005297336205371961, -1.6667837169715505, 1.1962056148204434, -0.28655368571580864, -0.013816140729965927, 0.49163490698605217], [-0.5734623417568622, 1.0597525404886263, 0.27519425832944655, 0.28472657076205454, 0.17593886445932194, -0.35712931692719324, 2.44619142713341, 2.261183187850812, -0.44387607051282024, -1.7478868724786343, 0.9726344855756146, -0.42477272292067975, -0.4022322721063176, -0.13066465520479684], [-0.5073374067823944, -0.17287075744776212, 0.020527728329308544, -0.46307962026755267, -0.1397601048852049, -0.13051352508874736, 1.3762280067811208, -0.4540947616892366, 1.1190012624518482, -1.6275402546294129, 1.5845133656140935, 1.6594167814207712, 0.6282566402297135, 0.5025764377498473], [-0.8058442560957061, -0.31241301759150414, 0.25269360106035804, 0.12114396647432794, -0.1397601048852049, -0.5812271555229898, 0.005407276246149767, -0.4540947616892366, -0.45495157917162493, 0.5321582895995502, -0.5688296160597845, -0.41847607789245783, -0.37149026532228396, -0.19963537591229122], [-0.6046355253876827, -0.2845045655627558, 0.0767793715020298, -0.20602124210112518, -0.14294898336343245, -0.4654013063611173, 0.3618132099941596, -0.4235205863861047, -0.4887934111846395, 0.18060227278456928, -0.32760813450615334, -0.42523345304469595, -0.4446253590870398, -0.19963537591229122], [-0.016123604114919074, 1.8644462406508724, 0.4562222736307496, 1.5232805746548415, -0.14294898336343245, 0.10869203296294554, 1.8646085226910505, 0.07076191434786136, -0.4623352516108281, -1.5163504446600236, 0.7137626517131812, -0.43414090210900985, -0.44701172491045793, -0.18927999858227085], [-0.8398513655111468, -0.09844821870443297, -0.13902238685150087, 0.004299249125951819, 0.037222650656423766, 0.20437425618362265, -0.4702977148233697, -0.3267023645928536, -0.5577076872838689, 1.0217204823177146, -0.9689042683926362, -0.43091579124089624, -0.46385666013458593, -0.36532141319261774], [0.07172809520830244, 0.07365390213951556, 0.009277399694764283, -0.46307962026755267, -0.14294898336343245, -0.47547311933171493, -0.6570753014423582, -0.18693470606425056, -0.4777179025258347, 0.8248491129013253, -0.7806338437654119, -0.3512094797860872, -0.4663834004182051, -0.3709875630524402], [-0.9541530388241555, -0.21008202681942667, 0.826460361422115, -0.3228659594495013, -0.1365712264069774, -0.43014996096402586, -0.46731523839033196, 0.19014678934104312, -0.5749362563086764, 0.996866289501028, -1.0100884237798415, -0.45625594806178926, -0.495581288140027, -0.3471506567456008], [-0.9607655323216022, -0.3263672436058784, -0.32618694504437346, -0.13591441169209956, 0.07867807087338184, -0.10029808617695454, -0.07362834922935037, 0.4747778022821046, -0.6149311486876934, 0.7695812367694819, -0.7982841960742141, -0.4852819458748122, -0.5246388014016479, -0.36805679588356655], [0.2691582582034992, 1.3016257914044458, 0.6259999602975083, -0.06580758128307386, -0.14294898336343245, -0.3470575039565956, 0.18323743356602495, -0.4540947616892366, 0.533845221644998, -0.594129079619794, 0.6549281440171736, 0.6046519508395991, 0.13048880435673077, 0.6911224589473887], [0.8057148734248953, 2.320284290453763, 1.293860378329999, -0.46307962026755267, -0.1413545441243187, 0.18171267699977803, -0.35360832438076806, 0.16466830992176656, 0.02375651730337979, -0.13628868562819066, 0.0195154609002915, 0.5888335499150418, -0.5285692862872777, -0.38466447650718416], [-0.9635994581062224, -0.22868766150525893, -0.2566394589399181, 0.0977750230046527, -0.03612155434280973, -0.21108802885352818, 0.24512381955155807, -0.4540947616892366, -0.4284934195978137, 0.37518444023100056, -0.4393936991285678, -0.2942325211160792, -0.4405544997412088, -0.3559429582522219], [-0.8502424267214204, -0.024025679961103854, -0.19527403002422214, -0.08917652475274906, -0.1397601048852049, -0.4452576804199222, -0.035974584262248845, 0.24983922683763404, -0.5583229933204692, 0.6547941094187297, -0.6982655329910012, -0.47115288873831423, -0.4728406255874542, -0.3149122178879901], [-0.970211951603669, -0.3217158349344203, -0.30777731636966466, -0.3462349029191766, 0.4166991895655015, -0.5107244647288065, -0.0665449677008857, 0.4209090172242055, -0.5300189156368571, 0.733608062955856, -0.7217993360694043, -0.3427627608457895, -0.4670852727192104, -0.37606755947848797], [-0.8785816845676209, -0.2007792094765105, -0.16050028697199448, -0.27612807251015087, 0.011711622830603431, -0.2740368599197631, -0.3882796129148319, -0.33689375636056423, -0.3128158847169642, 0.8415275843967339, -0.7159158852998035, -0.011497801678115049, -0.3446787434238802, -0.3412891224078534], [-0.696265792423731, -0.0519341319898523, 0.029732542666662885, 0.6118917793375076, -0.13816566564609115, -0.16576487048583896, 1.849696140525862, 2.920711826532658, -0.17929447477470706, -1.2743490935501762, 0.7608302578699873, -0.3290944338333079, -0.1070247823034742, 0.15694129630067552], [-0.16726631262798836, -0.21938484416234283, 0.08393867154219427, 1.172746422609713, -0.1397601048852049, 0.12128179917619254, 1.868336618232348, 0.6596787672105691, 0.09759324169541145, -1.6242699661009017, 1.1138373040460328, -0.28655368571580864, 0.3504555834918024, 0.35721038617371165], [-0.9003084489163744, -0.2798531568912977, 0.042005628449802136, 0.07440607953497745, -0.11424907705938457, 0.08854840702175033, -0.4207140441241172, 0.10570382898001217, -0.5577076872838689, 0.9592579714231461, -0.9689042683926362, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.4750901985525563, -0.3031102002485881, -0.2566394589399181, -0.46307962026755267, -0.14294898336343245, 0.27487694697780585, -0.7189616874278912, -0.4540947616892366, -0.5423250363688623, 0.7761218138265048, -0.7571000406870089, -0.446119885333432, -0.4922123010952014, -0.335427588070106], [-0.6707604603621504, -0.2752017482198396, 0.39383408756645866, 0.0977750230046527, -0.12700459097229475, -0.1682828237284883, -0.3498802288394709, -0.3383496694702372, -0.5798587046014784, 0.8546087385107795, -0.8688856053094233, -0.44059112384523724, -0.5285692862872777, -0.38466447650718416], [-0.6490336960133968, 0.02713981542493489, 0.10337105736549805, -0.29949701597982614, -0.14294898336343245, -0.3168420650448029, 1.406052771111498, 1.115379570538202, 0.6452156142696456, -1.3397548641204051, 1.278573925594854, 0.30702029072511006, 1.1223747401374684, 0.12724285565608875], [-0.7368853953366185, -0.3403214696202526, -0.3128911021126393, 0.004299249125951819, -0.034527115103695966, -0.007133816198926771, -0.0963697320312631, 0.001606041638396292, -0.5454015665518637, 0.6731077251783939, -0.7806338437654119, -0.45164864682162686, -0.4679275194804169, -0.28951223575775137], [-0.9220352132651282, -0.3449728782917107, -0.3282324593415633, -0.20602124210112518, 1.1963799774921362, -0.017205629169524374, -0.22908993330144248, -0.4540947616892366, -0.6223148211268966, 0.8922170565886614, -0.9336035637750316, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9078655843420281, -0.3077616089200461, -0.3067545592210697, -0.11254546822242431, -0.060038142929516314, 0.818754847390076, 0.08742537815468758, -0.4540947616892366, -0.6038556400288887, 0.5753260981759016, -0.7100324345302027, -0.4889677868669421, -0.5285692862872777, -0.38466447650718416], [-0.4846660005054339, -0.2054306181479686, 0.1217806860402068, 0.14451290994400318, -0.14294898336343245, -0.22367779506677513, 1.6726116023142463, 2.0275091337483047, 0.34863810462831885, -1.4872448767562716, 1.231506319438048, 0.04056470233571966, 0.26173892464472814, 0.07839673617486043], [-1.0429493800755838, -0.33101865227733646, 0.07166558575905513, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, 2.576674771078811, 5.4030436785250355, -0.42541688941481237, -1.6422565530077144, 1.0138186409628198, -0.18442517489220941, -0.40995286741737624, -0.3608275702003447], [-0.35902862405394514, -0.18217357479067822, 0.17394130061854832, 1.2428532530187386, 0.03084489369996869, 0.09106636026439972, 2.3380766564357915, 2.060995135270782, -0.40449648417040335, -1.7292462278661191, 0.960867584036413, -0.36180627263846066, -0.27308776872133617, -0.206864601595513], [-0.845519217080387, -0.18217357479067822, 0.020527728329308544, -0.20602124210112518, -0.09033248847267798, -0.1758366834564365, -0.31744579763018554, -0.4540947616892366, -0.36388628575478604, 0.7751407272679514, -0.7394496883782066, -0.09719360474513518, -0.3582950660633837, -0.346759887789751], [-0.37319825297704534, -0.010071453946729697, 0.19337368644185204, -0.29949701597982614, -0.14294898336343245, 0.19430244321302503, 0.9899973087027336, 1.3585170598535843, 0.4249360531667515, -0.9806771836898477, 0.913799977879607, 0.20673470039757588, 0.42513479631876977, 0.480497991744332], [-0.9248691390497483, -0.27055033954838154, -0.28834493054636096, 0.23798868382270408, 0.02925045446085493, -0.2010162158829305, 0.15192143101912872, -0.036247699213100344, -0.6087780883216908, 0.5560313958576839, -0.6511979268341951, -0.49096428407101245, -0.5268847927648649, -0.3571152651197714], [-0.8974745231317545, -0.21008202681942667, -0.27198081616884207, 0.23798868382270408, -0.10468244162470194, 0.16156905105858296, -0.043430775344843166, -0.14980892176759036, -0.6253913513098979, 0.713332274079085, -0.7806338437654119, -0.4987966961792885, -0.5285692862872777, -0.38192909381623535], [-0.8237924527316333, 0.4690236392134516, -0.3128911021126393, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.1575104989085368, 0.3168112298825897, -0.5558617691740682, 0.7427648708356882, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.5402704915988172, -0.3217158349344203, 0.7835045611811278, -0.46307962026755267, -0.14294898336343245, -0.5182783244567548, -0.7126239250076859, -0.4468151961408719, -0.6044709460654889, 0.6946916294665694, -0.8218179991526172, -0.4815961048826823, -0.5115839766029486, -0.37040140961866547], [-1.0079976287319363, -0.3217158349344203, -0.32720970219296835, 0.05103713606530231, -0.12700459097229475, -0.5359039971553006, 0.024793373060895057, 0.9814355644482906, -0.6204689030170958, 0.7172566203132988, -0.8100510976134156, -0.49987173313532635, -0.5260425460036585, -0.3735275612654641], [-0.752944308116132, -0.22868766150525893, 0.024618756923688218, -0.18265229863145, -0.14294898336343245, -0.49058083878761133, 1.424693248817984, 2.1017607023416245, 0.49754216548558255, -1.2285650541510158, 1.137371107124436, 0.21518141933787352, 0.9377823249730657, 0.061789055551242804], [-0.466717803869507, 0.1480764408828447, 0.33451417294795266, 0.3782023446407554, 0.6941316171712978, -0.27151890667711365, 2.4089104717204384, 2.403134716043925, -0.48510157496503786, -1.726302968190459, 1.0020517394236184, -0.42093330522054445, -0.3917041875912376, -0.23324150611537633], [-0.12003421621765419, 0.022488406753476818, 0.00723188539757436, 0.5184160054588068, -0.14294898336343245, 0.26228718076455887, 1.5253518284330079, -0.4540947616892366, 0.6021441917076272, -1.62099967757239, 1.2550401225164511, 0.3569327208268691, 0.6449612009936404, 0.5160579667266663], [0.32583677389590016, -0.2798531568912977, -0.2709580590202471, -0.46307962026755267, -0.14294898336343245, -0.2085700756108787, -0.7935235982538347, -0.4540947616892366, 1.487569578375406, -0.1526401282707479, 0.9020330763404055, 1.8266618164386654, 1.4549218363537957, 0.14091976911083265], [-0.7756157143930924, -0.14031089674755562, -0.3139138592612342, 0.3080955142317297, -0.060038142929516314, 0.3378257780440409, -0.15191835559659095, -0.4540947616892366, -0.6223148211268966, 0.7303377744273443, -0.827701449922218, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.7028782859211777, 0.25040743165492224, -0.2525484303455383, 0.21461974035302883, -0.055254825212175, 0.18423063024242756, -0.6365707759652236, -0.40677758562486577, -0.5933954374066842, 1.1348724654042113, -1.115990537632655, -0.495264431895164, -0.5285692862872777, -0.36864294931734126], [0.6951917678247133, -0.3031102002485881, -0.25868497323710793, -0.46307962026755267, -0.14294898336343245, -0.042385161596018385, -0.7935235982538347, -0.4540947616892366, -0.5054066741728466, 0.7457081305113481, -0.7159158852998035, -0.4230833791326202, -0.4690505151620254, -0.23949380940897358], [-1.0278351092242768, -0.3496242869631688, -0.3128911021126393, -0.46307962026755267, 0.9269197460819086, -0.6869811917142645, 2.5904687245816103, 5.0609040977518935, -0.361425061608385, -1.6886946501125772, 1.0961869517372305, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8502424267214204, -0.024025679961103854, -0.17379612990372856, -0.08917652475274906, -0.1397601048852049, -0.4452576804199222, -0.035974584262248845, 0.24983922683763404, -0.5583229933204692, 0.6547941094187297, -0.6982655329910012, -0.47115288873831423, -0.4728406255874542, -0.3149122178879901], [-0.22394482832038948, 0.3899496917986643, 0.6975929606991534, 0.658629666276858, -0.1397601048852049, -0.002097909713627969, 1.8757928093149419, -0.4540947616892366, 0.30679729413950085, -1.771432949883917, 1.331524982521261, -0.05465285662763594, 0.7277821325122698, 0.02564292713513383], [-0.9881601482395961, -0.29380738290567193, -0.32414143074718355, -0.22939018557080043, -0.0775769745597678, 0.007973903256969636, -0.1429709262974778, 0.7433937710167635, -0.6266219633830985, 0.8428356998081382, -0.8688856053094233, -0.5011003467993697, -0.5256214226230553, -0.3832967851617098], [-0.22488947024859612, -0.25659611353400735, 0.4603133022251292, 1.8504457832302947, -0.14294898336343245, -0.13554943157404623, 1.2833984278028212, -0.414785107728067, 1.2156043101980896, -1.7282651413075658, 1.8139679456285231, 0.558732515145981, -0.5285692862872777, -0.38466447650718416], [-0.8663013395009339, 0.2643616576692965, -0.040837700586387374, -0.46307962026755267, 0.6989149348886392, 0.0029379967716706935, -0.5840046288329335, -0.4540947616892366, -0.6032403339922884, 1.1685564372478792, -1.121873988402256, -0.49342151139909907, -0.5243580524812457, -0.34636911883390115], [0.28427252905480616, -0.3170644262629622, -0.1717506156065387, -0.46307962026755267, 0.0531670430475615, 0.07595864080850333, -0.7935235982538347, -0.4540947616892366, -0.4611046395376276, 0.7865867371177413, -0.7865172945350126, -0.35412743723819007, -0.442940865564627, -0.3182337540127136], [-0.6594247572236703, -0.3031102002485881, 0.29769491559853506, 0.004299249125951819, 0.32581615293601646, -0.2740368599197631, 2.323537083824733, 2.6739345544430932, -0.1700648842257031, -1.7240137662205008, 1.131487656354835, 0.38764806242795163, -0.4218846965344669, -0.2303107389465026], [-0.752944308116132, -0.11240244471880723, -0.06231560070688097, 0.23798868382270408, 0.4964211515211901, -0.2337496080373727, -0.5940704867944359, -0.3492690177927843, -0.6216995150902963, 1.152859052311024, -1.121873988402256, -0.4987966961792885, -0.5274462906056692, -0.37391833022131393], [0.683856064686233, -0.1263566707331814, -0.25459394464272816, -0.46307962026755267, -0.14294898336343245, -0.06001083429456419, -0.7935235982538347, -0.4540947616892366, -0.5478627906982647, 0.8111139010815772, -0.7571000406870089, -0.46362763004604907, -0.48940481189118007, -0.3022122268228707], [-0.9428173356856753, -0.2519447048625493, -0.32618694504437346, 0.4249402315801058, -0.09989912390736061, 0.09862021999234794, 0.43227421572467634, -0.4540947616892366, -0.6149311486876934, 0.31435707360068754, -0.557062714520583, -0.4989502728872939, -0.5086361129387262, -0.37548140604471325], [-0.14081633863820128, -0.29845879157713, -0.3149366164098292, 2.2243488787450985, -0.08714360999445044, 3.1755590825099134, 2.016342011221846, -0.2932163630703758, -0.5675525838694732, -1.503269290545978, 0.45489081785074775, -0.4670063176221681, -0.4840705824035395, -0.3551614203405222], [-0.9976065675216629, -0.3217158349344203, 0.27417150118085165, -0.46307962026755267, -0.1413545441243187, -0.6013707814641849, -0.7689181676812733, -0.4540947616892366, 1.695543018746295, 0.1335101179740042, 0.7078792009435804, 0.8248809501193607, 1.4307774291992121, 2.0394707411072157], [-0.863467413716314, -0.16821934877630404, -0.2157291729961208, -0.392972789858527, -0.14294898336343245, -0.1632469172431895, -0.01547005878511436, 0.6924368121782104, -0.6100087003948913, 0.6789942445297147, -0.7394496883782066, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.44215711373613326, -0.037979905975478075, -0.2903904448435508, 2.2710867656844487, 0.09621690250363334, 1.7957207055380426, 2.088667064723011, -0.4540947616892366, -0.3546566952057821, -1.5049044348102334, 0.913799977879607, -0.37301737232285576, -0.31309448987864025, -0.04117856431518654], [-0.2144984090383225, -0.18217357479067822, -0.30777731636966466, -0.46307962026755267, 0.022872697504399825, 0.2723589937351565, 0.21716310299182925, -0.4540947616892366, -0.5866270710040813, 0.2224619659495159, -0.557062714520583, -0.48251756513071475, -0.5200064442150126, -0.3209691367036624], [-0.6679265345775305, 0.18528771025450927, 0.37440170174315507, -0.29949701597982614, -0.14294898336343245, -0.5283501374273524, 2.185224739242608, 2.7642011672428164, -0.0254679656246412, -1.6831351596141078, 1.2020890655900442, -0.12191945473400657, 0.24292874697778524, -0.1316415775944214], [0.7735970478658681, -0.08449399269005878, -0.28834493054636096, -0.46307962026755267, -0.08236029227710913, -0.03483130186807018, -0.7935235982538347, -0.4540947616892366, -0.5860117649674811, 0.7669650059466727, -0.7688669422262103, -0.4834390253787473, -0.5065304960357102, -0.34519681196635166], [-0.7340514695519983, -0.2519447048625493, 0.09314348587954872, -0.46307962026755267, -0.14294898336343245, 5.779122735409391, 2.3902699940139525, -0.31723892937997944, -0.5915495192968835, -1.699486602256665, 0.7019957501739796, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7340514695519983, -0.2519447048625493, 0.09314348587954872, -0.46307962026755267, -0.14294898336343245, 5.779122735409391, 2.3902699940139525, -0.31723892937997944, -0.5915495192968835, -1.699486602256665, 0.7019957501739796, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8379620816547334, -0.22403625283380085, 0.32326384431340843, -0.3696038463888518, -0.12700459097229475, -0.4402217739346234, -0.40580166195892853, -0.18911857572875995, -0.37003934612078865, 0.8349870073397109, -0.7688669422262103, -0.32187632855705345, -0.2941439377514962, -0.1580184821142847], [-0.9003084489163744, -0.2798531568912977, 0.04916492848996661, 0.07440607953497745, -0.11424907705938457, 0.010491856499618896, -0.4207140441241172, 0.10570382898001217, -0.5103291224656487, 0.9167442205524973, -0.92183666223583, -0.4424340443413021, -0.5285692862872777, -0.38466447650718416], [-0.9352602002600219, -0.33101865227733646, -0.2914132019921457, -0.41634173332820223, -0.14294898336343245, -0.4326679142066753, 1.1901960392703919, 3.294881495718606, 0.37509626420213005, -0.866544114044798, 0.813781314796394, 1.8745777493363542, -0.43325502781075337, -0.3535983445171229], [-1.0117761964447631, -0.3077616089200461, -0.30880007351825955, -0.25275912904047565, -0.1365712264069774, -0.45784744663316923, 0.07288580554362857, 1.1699763121509374, -0.6223148211268966, 0.6734347540312452, -0.7629834914566096, -0.5003324632593426, -0.5193045719140074, -0.38036601799283604], [-0.8946405973471345, -0.2752017482198396, 0.01541394258633388, 0.0977750230046527, -0.12700459097229475, 0.11876384593354314, -0.435626426289306, 0.0700339577930249, -0.5054066741728466, 0.9167442205524973, -0.9100697606966286, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9475405453267086, -0.3217158349344203, -0.3251641878957785, 0.14451290994400318, -0.1349767871678636, -0.551011716611197, 0.051262851404105025, 0.8161894265004109, -0.6038556400288887, 0.6623157730343061, -0.7688669422262103, -0.49726092909923436, -0.5198660697548115, -0.34754142570145063], [-0.9626548161780155, -0.31241301759150414, 0.36008310166282587, -0.46307962026755267, -0.14294898336343245, -0.5862630620082885, -0.4878197638674664, -0.13816161689020678, 1.407579793617372, 0.014471615536187296, 0.619627439399569, 0.298419995076807, 0.6133769474484004, 3.123073055678785], [-0.9116441520548547, -0.3170644262629622, -0.3251641878957785, -0.019069694343723426, 1.0528804459718966, -0.35712931692719324, 0.10979395140247067, -0.4540947616892366, -0.6173923728340945, 0.5972370313169284, -0.7100324345302027, -0.4977216592232506, -0.5237965546404415, -0.3694244872290409], [-0.5640159224747954, -0.25659611353400735, 0.11666690029723213, -0.3228659594495013, -0.14294898336343245, -0.33446773774334865, -0.457994999537089, -0.33179806047670896, -0.3454271046567781, 0.7990138335260851, -0.7100324345302027, -0.14464880751880763, -0.3101466262144178, -0.33659989493765546], [-0.8285156623726667, -0.10309962737589107, -0.3098228306668545, -0.11254546822242431, 1.1644911927098605, -0.22367779506677513, -0.6779526364736222, -0.33762171291540066, -0.6038556400288887, 1.224151342232574, -1.168941594559062, -0.48743201978688794, -0.5267444183046638, -0.35027680839239944], [-1.0042190610191097, -0.2519447048625493, -0.31595937355842413, 0.7754743836252342, 0.09143358478629202, -0.2010162158829305, -0.04939572821091865, -0.4540947616892366, -0.5607842174668702, 0.7368783514843673, -0.7982841960742141, -0.4717671955703359, -0.45543419252252193, -0.3825152472500101], [-0.7057122117057979, 0.12016798885409624, -0.22391123018488027, -0.08917652475274906, -0.13178790868963605, -0.1934623561549823, 0.0370960883471758, -0.1680078356385022, -0.5687831959426737, 0.5357556069809127, -0.6688482791429974, -0.41079724249218724, -0.5065304960357102, -0.3672752579718669], [1.0787163906766266, -0.29380738290567193, -0.26175324468289274, -0.46307962026755267, -0.14294898336343245, -0.1808725899417353, -0.7935235982538347, -0.4540947616892366, -0.5595536053936697, 0.6655860615628174, -0.6629648283733967, -0.4462734620414375, -0.5004943942470643, -0.3260491331297101], [-0.8389067235829402, -0.04728272331839422, -0.16970510130934885, -0.08917652475274906, -0.14294898336343245, -0.5283501374273524, 0.021065277519597962, 0.2935166201278225, -0.5454015665518637, 0.5906964542599055, -0.6511979268341951, -0.4513414934056161, -0.4659622770376019, -0.31588914027761467], [-0.8936959554189278, -0.2007792094765105, 0.3478100158796867, -0.46307962026755267, -0.12700459097229475, -0.09778013293430521, -0.4326439498562682, -0.27792927541880985, -0.40511179020700366, 0.9036630664384512, -0.8100510976134156, -0.25384184691065576, -0.24557437452192712, -0.38466447650718416], [-0.9163673616958883, -0.22403625283380085, -0.05924732926109617, 0.12114396647432794, 0.06113923924313037, -0.10785194590490274, -0.13290506833597543, -0.036247699213100344, -0.6198535969804955, 0.8065354971416611, -0.8394683514614194, -0.4954180086031694, -0.5285692862872777, -0.3690337182731911], [-0.7680585789674389, 0.4690236392134516, -0.31595937355842413, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.2451207441290203, 0.3168112298825897, -0.5201740190512529, 0.7810272466192717, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8190692430905998, -0.028677088632561926, -0.19016024428124748, -0.04243863781339862, -0.14294898336343245, -0.5107244647288065, 0.00876256223331722, 0.2316403129667222, -0.5478627906982647, 0.5995262332868863, -0.6570813776037959, -0.46685274091416273, -0.4630144133733795, -0.30924606802816756], [-0.8190692430905998, -0.028677088632561926, -0.19016024428124748, -0.04243863781339862, -0.14294898336343245, -0.5107244647288065, 0.00876256223331722, 0.2316403129667222, -0.5478627906982647, 0.5995262332868863, -0.6570813776037959, -0.46685274091416273, -0.4630144133733795, -0.30924606802816756], [-1.0268904672960701, -0.3217158349344203, 0.4777001737512431, -0.019069694343723426, -0.14294898336343245, -0.563601482824444, -0.21566878935277267, 0.295700489792332, -0.4623352516108281, 0.7597703711839476, -0.7924007453046134, -0.40941505212013846, -0.5285692862872777, -0.38466447650718416], [-0.6613140410800836, -0.21938484416234283, -0.07049765789564043, 0.3782023446407554, -0.026554918908127098, 0.030635482440814106, -0.29656846259892133, -0.4540947616892366, -0.6106240064314916, 0.8405464978381805, -0.8688856053094233, -0.4914250141950287, -0.5263232949240606, -0.3575060340756212], [-0.9003084489163744, -0.2798531568912977, 0.033823571261042615, 0.07440607953497745, -0.11424907705938457, 0.08854840702175033, -0.4207140441241172, 0.049651174257603604, -0.4863321870382384, 0.9167442205524973, -0.8806525068486247, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.0560449843996662, -0.33567006094879454, -0.1748188870523235, -0.46307962026755267, -0.14294898336343245, -0.0826724134784088, -0.7935235982538347, -0.4540947616892366, -0.5829352347844797, 0.6518508497430697, -0.6864986314517997, -0.4728422325263738, -0.487158820527963, -0.36473525975884297], [-0.9654887419626357, -0.21008202681942667, -0.32720970219296835, -0.06580758128307386, 0.6351373653240884, -0.24130346776532094, -0.34540651418991436, 0.2141693556506468, -0.6192382909438953, 1.0174691072306499, -1.0100884237798415, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9324262744754018, -0.1310080794046395, -0.30777731636966466, 0.12114396647432794, 0.2556608264150106, 0.16156905105858296, -0.4904294307463744, -0.046439090980811025, -0.616161760760894, 1.1181939939088026, -1.0748063822454499, -0.4974145058072397, -0.525059924782251, -0.3674706424497918], [-1.0070529868037297, -0.3496242869631688, -0.32618694504437346, -0.46307962026755267, 0.8041479246701482, -0.6869811917142645, 2.291848271723707, 3.781156474349371, -0.11714856507808043, -1.5356451469782413, 1.1197207548156336, 0.7344242691041728, -0.5285692862872777, -0.38466447650718416], [0.04622276314672203, -0.2054306181479686, 0.7507763324260899, -0.46307962026755267, 0.03243933293908248, -0.12799557184609794, -0.5452324352034429, -0.35582062678631254, 1.1713022755628706, -0.3302167953689198, 0.6902288486347782, 1.2952864067399386, 1.2666796852241653, 0.1061413320401981], [-0.6773729538595973, 1.0039356364311296, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, -0.3319497845006993, -0.15601926069201782, -0.4540947616892366, -0.42541688941481237, 0.6191479644579552, -0.6100137714469898, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8851941780650677, -0.21008202681942667, -0.32414143074718355, 0.0977750230046527, 0.16318335054641173, 0.27487694697780585, 0.14595647815305324, -0.4540947616892366, -0.5915495192968835, 0.5243095971311229, -0.6923820822214004, -0.4660848573741357, -0.5285692862872777, -0.38466447650718416], [-0.9003084489163744, -0.2798531568912977, 0.04916492848996661, 0.07440607953497745, -0.11424907705938457, -0.009651769441576311, -0.4207140441241172, 0.1617564837024207, -0.5577076872838689, 0.9330956631950544, -0.9689042683926362, -0.3834605884672238, -0.5285692862872777, -0.38466447650718416], [-0.8266263785162532, -0.2379904788481751, -0.07356592934142522, -0.019069694343723426, -0.11903239477672588, 0.5140825050294988, -0.5206270046308815, -0.05954230896786754, -0.6100087003948913, 1.0871262528879437, -1.0865732837846513, -0.49157859090303413, -0.5268847927648649, -0.3584829564652458], [-0.412873213961726, 3.6040730837761905, -0.31186834496404436, 0.23798868382270408, -0.14294898336343245, 0.34537963777198893, 2.44581861757928, -0.21969275103189187, -0.480794432708836, -1.7092974678421993, 1.0432358948108238, -0.4243119927966635, -0.44223899326362165, -0.20491075681626392], [-0.654701547582637, -0.05658554066131037, -0.19322851572703226, -0.11254546822242431, 0.07230031391692676, -0.1808725899417353, -0.6369435855193534, -0.29831205895423113, -0.40449648417040335, 1.0377448961074212, -0.9277201130054309, -0.2701209779592295, -0.38019348185475016, -0.3207737522257375], [-1.0268904672960701, -0.3077616089200461, -0.32005040215280384, -0.43971067679787745, 0.9332975030383638, -0.3143241118021534, -0.11873830527904608, 0.3160832733277532, -0.6223148211268966, 0.8447978729252452, -0.8630021545398225, -0.4987966961792885, -0.5277270395260714, -0.37860755769151183], [-0.7312175437673782, 1.441168051548188, 0.37746997318893977, 0.3080955142317297, 0.17593886445932194, -0.2941804858609583, 2.4376168073884266, 1.7297749028201863, -0.41311076868280705, -1.7387300645988024, 0.9432172317276108, -0.42477272292067975, -0.31800759598567757, -0.16974155078977948], [-0.8663013395009339, 0.2643616576692965, -0.2822083876547914, -0.18265229863145, 0.6989149348886392, 0.0029379967716706935, -0.5836318192788038, -0.4540947616892366, -0.6032403339922884, 1.1685564372478792, -1.121873988402256, -0.49342151139909907, -0.5243580524812457, -0.34636911883390115], [-0.970211951603669, -0.29845879157713, -0.05822457211250123, 0.14451290994400318, -0.1062768808638157, -0.3143241118021534, -0.18658964413065465, 0.5351981963335319, -0.6235454332000971, 0.8637655463906115, -0.9041863099270279, -0.49956457971931556, -0.5263232949240606, -0.37899832664736166], [-0.848353142865007, -0.12170526206172333, -0.08277074367877962, -0.04243863781339862, -0.10149356314647438, 0.21948197563951904, -0.005031391269482363, -0.19567018472228825, -0.6198535969804955, 0.6596995422114971, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7878960594597793, -0.1310080794046395, -0.07049765789564043, 0.2613576272923793, -0.06960477836419894, 0.025599575955515444, -0.22088812311058872, -0.24298736078665906, -0.6180076788706947, 0.8349870073397109, -0.8865359576182256, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.6290668328502456, -0.2798531568912977, -0.257662216088513, -0.46307962026755267, -0.14294898336343245, -0.042385161596018385, -0.7935235982538347, -0.4540947616892366, -0.48510157496503786, 0.776775871532207, -0.7159158852998035, -0.4236976859646418, -0.4359221425545736, -0.2314830458140521], [-0.8965298812035478, -0.22868766150525893, -0.2822083876547914, 0.2613576272923793, 0.2939273681537411, 0.22703583536746724, -0.19628269253802738, -0.4176969339474129, -0.6241607392366973, 0.8487222191594591, -0.898302859157427, -0.49833596605527225, -0.5266040438444628, -0.38192909381623535], [-0.7359407534084117, -0.33101865227733646, -0.32311867359858865, 0.19125079688335359, -0.028149358147240875, 0.05329706162465871, 0.08257885395100129, -0.17892718396104934, -0.5804740106380787, 0.5337934338638063, -0.7100324345302027, -0.4831318719627364, -0.49656390936143446, -0.312958373108741], [-0.05579856509959976, -0.21473343549088475, 1.7541010951977185, 0.07440607953497745, -0.13816566564609115, -0.23626756128002213, 1.5708345940368333, -0.3398055825799101, 0.3332554537133123, -1.6540295917103558, 1.278573925594854, 0.6584037986414935, 0.38807593882568825, -0.09998929217058548], [-0.8152906753777731, -0.29845879157713, -0.32005040215280384, 0.07440607953497745, 0.09781134174274712, 0.4385439077500168, 0.11016676095660032, -0.4540947616892366, -0.6223148211268966, 0.5419691551850849, -0.6688482791429974, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.3259661565667112, -0.28915597423421385, 0.5319063026267745, -0.3462349029191766, -0.14294898336343245, -0.4603653998758186, -0.23430926705925853, 0.0008780850835598332, -0.600163803809287, 0.6276507146320847, -0.727682786839005, -0.4745315763144333, -0.5121454744437529, -0.36473525975884297], [0.3607885252395475, 1.2690659307042393, 0.48383671664281275, -0.04243863781339862, -0.14294898336343245, -0.39741656880958365, 0.13439938197503204, -0.2924884065155393, 0.5356911397547989, -0.5728722041844694, 0.6490446932475729, 0.5708650750784084, 0.13245404679954562, 0.6266455812321672], [-0.24567159266914304, 0.5201891345994902, 1.1138551201772906, 1.1961153660793884, -0.14294898336343245, -0.37475498962573905, 1.5376545437192886, -0.4540947616892366, 0.16527690572144038, -1.4666420590266496, 1.0667696978892267, -0.027009049186661763, 0.4245732984779656, -0.0017108997743540567], [-0.7519996661879254, -0.2519447048625493, -0.03265564339762797, 0.6118917793375076, -0.06322702140774386, -0.022241535654823178, -0.4512844275627541, -0.3929464110829728, -0.5977025796628861, 1.0148528764078408, -1.021855325319043, -0.4832854486707418, -0.5264636693842617, -0.3424614292754029], [-0.9003084489163744, -0.2798531568912977, -0.044928729180767166, 0.07440607953497745, -0.11424907705938457, 0.04826115513935991, -0.4207140441241172, 0.10643178553484862, -0.5577076872838689, 0.978879702594215, -0.9689042683926362, -0.5015610769233859, -0.4206213263926573, -0.3094414525060925], [-0.7274389760545515, 0.10621376283972207, -0.2668670304258674, -0.3462349029191766, -0.1413545441243187, -0.25389323397856794, -0.3759768976285512, 0.03218021694152821, -0.4260321954514126, 0.84610598833665, -0.7865172945350126, -0.21237613574919445, -0.4124796077009955, -0.34402450509880217], [-0.05390928124318643, 0.9806785930738393, -0.3282324593415633, 1.3596979703671148, -0.09989912390736061, 0.18423063024242756, 1.9689951978473712, 0.3532090576244134, -0.19467712568971365, -1.6373511202149473, 1.0785365994284284, -0.2601384919388777, -0.10632291000246889, 0.06276597794086736], [2.370986548463369, 0.4690236392134516, -0.3128911021126393, -0.46307962026755267, -0.06641589988597141, 1.863705443089576, 0.7118813813219644, -0.4540947616892366, -0.02915980184424281, -1.4725285783779702, 0.8961496255708047, -0.3240264024691292, 0.024506086904925315, 0.09187826515167945], [-1.0429493800755838, -0.16821934877630404, -0.318004887855614, -0.46307962026755267, 0.9604029701032978, -0.37475498962573905, -0.33832313266144964, 0.4129014951210043, -0.6198535969804955, 1.037090838401719, -0.99832152224064, -0.4981823893472669, -0.5195853208344094, -0.373722945743389], [-0.29006976329485723, 0.48297786522782565, 0.7067977750365079, 0.027668192595627063, -0.13816566564609115, -0.2765548131624125, 1.5663608793872765, 0.393974624695256, 0.3191034148715062, -1.5130801561315121, 1.231506319438048, 0.10737057031807404, 0.6764050800786794, 0.008253708599816553], [-0.9106995101266481, -0.14031089674755562, -0.30061801632950014, 0.027668192595627063, 0.7658813829314176, -0.0751185537504606, -0.5187629568602329, -0.17528740118686695, -0.618622984907295, 1.1420671001669362, -1.1042236360934536, -0.49833596605527225, -0.5268847927648649, -0.3690337182731911], [-0.7633353693264054, 0.15737925822576082, -0.2607304875342978, -0.29949701597982614, -0.14294898336343245, -0.26144709370651614, -0.3413056090944874, 0.2411037481795964, -0.5115597345388492, 0.8732493831232949, -0.8394683514614194, -0.32080129160101556, -0.4646989068957923, -0.3672752579718669], [-0.8568549202188671, -0.2845045655627558, -0.32414143074718355, -0.08917652475274906, -0.07917141379888158, 0.3932207493823276, -0.14334373585160742, 0.2447435309537787, -0.6278525754562989, 0.7372053803372186, -0.8571187037702217, -0.5015610769233859, -0.5280077884464734, -0.38466447650718416], [-0.4941124197875008, 0.15737925822576082, 0.4480402164419901, -0.06580758128307386, -0.14294898336343245, -0.32943183125804987, 0.7290306208119315, -0.23934757801247666, 0.8808778262875465, -0.9715203758100156, 1.1138373040460328, 1.3399772287695135, 0.30750099867027597, 0.5652948551637444], [0.3428403286036204, -0.09379681003297492, 0.023595999775093288, -0.13591441169209956, -0.14294898336343245, -0.14310329130199428, -0.6555840632258393, -0.4468151961408719, -0.5853964589308808, 0.7695812367694819, -0.8159345483830164, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6018015996030627, 0.30622433571241897, -0.25459394464272816, -0.46307962026755267, -0.1238157124940672, -0.13554943157404623, -0.23058117151796137, 0.0700339577930249, -0.5484780967348649, 0.7270674858988331, -0.751216589917408, -0.378699710519056, -0.5285692862872777, -0.38466447650718416], [0.7018042613221601, -0.2798531568912977, -0.23822983026520925, -0.46307962026755267, -0.14294898336343245, 0.3604873572278855, -0.7935235982538347, -0.4540947616892366, -0.5853964589308808, 0.7221620531060657, -0.7865172945350126, -0.47268865581836833, -0.5115839766029486, -0.3524260376495734], [-0.8020656883828795, 0.39460110047012237, -0.30061801632950014, -0.08917652475274906, 0.09621690250363334, 0.24214355482336364, -0.6574481109964879, -0.3048636679477594, -0.5878576830772818, 1.1852349087432872, -1.1395243407110582, -0.48835348003492046, -0.5216909377374255, -0.3223368280491368], [-0.9768244451011159, -0.3031102002485881, -0.3251641878957785, 0.07440607953497745, -0.08554917075533666, -0.3143241118021534, -0.00801386770252004, 0.7237389440361788, -0.6155464547242936, 0.7241242262231726, -0.7982841960742141, -0.495264431895164, -0.5216909377374255, -0.37391833022131393], [-0.8237924527316333, 0.4690236392134516, -0.31595937355842413, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.1575104989085368, 0.4019821467984572, -0.5558617691740682, 0.7427648708356882, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.5695543913732246, -0.2054306181479686, -0.02038255761448877, -0.46307962026755267, -0.11106019858115701, -0.057492881051914795, -0.5694650562218745, -0.4540947616892366, -0.5817046227112792, 0.6243804261035735, -0.6688482791429974, -0.47867814743057946, -0.5135492190457636, -0.36434449080299314], [-0.6499783379416034, -0.17287075744776212, -0.136976872554311, 0.4716781185194563, -0.12541015173318096, -0.28914457937565946, -0.28426574731264065, -0.22333253380607426, -0.5650913597230721, 0.799340862378936, -0.851235253000621, -0.46285974650602196, -0.470313885303835, -0.3321060519453825], [-0.7519996661879254, -0.33567006094879454, -0.08277074367877962, 0.19125079688335359, -0.06641589988597141, -0.05497492780926539, 0.038960136117824284, -0.19275835850294235, -0.5829352347844797, 0.5799045021158177, -0.7335662376086057, -0.4840533322107689, -0.49824840288384725, -0.3166706781893143], [-0.719881840628898, 0.43181236984178695, -0.2852766591005762, -0.46307962026755267, -0.1397601048852049, -0.3067702520742053, -0.409156947946096, -0.09957991948387361, -0.42049444112201023, 0.8663817772134207, -0.7865172945350126, -0.22619803946968153, -0.4098124929571752, -0.319601445358188], [-0.8757477587830007, -0.233339070176717, -0.06538387215266576, -0.20602124210112518, 0.7180482057580045, 0.16912291078653116, -0.5441140065410537, -0.25026692633502384, -0.6216995150902963, 1.139123840491276, -1.115990537632655, -0.49941100301131014, -0.5274462906056692, -0.37430909917716376], [-0.752944308116132, 0.12481939752555431, -0.037769429140602634, -0.22939018557080043, -0.1285990302114085, -0.2690009534344643, -0.09264163648996589, -0.4540947616892366, -0.43772301014681764, 0.5929856562298632, -0.6335475745253929, -0.2205157012734813, -0.39942478290229627, -0.3494952704806998], [-0.011400394473885758, -0.0705397666756846, 0.6822516034702295, -0.46307962026755267, -0.14294898336343245, -0.2790727664050619, -0.692865018638811, -0.32306258181867126, 1.2112971679418876, -0.06924777079370574, 0.6372777917083713, 0.952349617763853, 1.4094405112486499, 0.446696477063322], [-0.9003084489163744, -0.2798531568912977, 0.042005628449802136, 0.07440607953497745, -0.09830468466824684, 0.08854840702175033, -0.4207140441241172, 0.10570382898001217, -0.4863321870382384, 0.8840413352673827, -0.8806525068486247, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7775049982495057, 0.2922701096980449, -0.3128911021126393, 0.004299249125951819, 0.2588497048932381, 0.12128179917619254, -0.5985442014439925, -0.3565485833411491, -0.5983178856994863, 1.1456644175482988, -1.1101070868630545, -0.4918857443190449, -0.5235158057200393, -0.33874912419482955], [-0.9617101742498089, -0.2845045655627558, -0.08583901512456442, 0.19125079688335359, 0.010117183591489642, 0.41336437532352294, -0.4676880479444616, -0.2138690985932001, -0.5897036011870825, 1.0972641473263294, -1.0571560299366476, -0.4815961048826823, -0.5219716866578276, -0.3328875898570821], [-1.0079976287319363, -0.3077616089200461, -0.32618694504437346, -0.20602124210112518, -0.015393844234330694, -0.4351858674493246, 0.034113611914137996, 1.0818935690157243, -0.6223148211268966, 0.707445754727764, -0.7806338437654119, -0.500486039967348, -0.5268847927648649, -0.3778260197798122], [0.6366239682758988, -0.2752017482198396, -0.27300357331743696, -0.46307962026755267, -0.12700459097229475, 0.35293349749993713, -0.7935235982538347, -0.4540947616892366, -0.5872423770406816, 0.8421816421024361, -0.8041676468438149, -0.4814425281746769, -0.5153740870283774, -0.33953066210652916], [-1.0013851352344896, -0.25659611353400735, -0.32005040215280384, -0.06580758128307386, 0.8280645132568547, -0.22871370155207393, -0.3901436606854804, 0.11516726419288632, -0.6124699245412923, 1.0658693774526196, -1.0336222268582445, -0.4891213635749475, -0.5184623251528009, -0.37333217678753916], [0.8803415857532233, -0.29380738290567193, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, 0.06085092135260692, -0.7935235982538347, -0.4540947616892366, -0.5441709544786631, 0.6812834464996725, -0.704148983760602, -0.43091579124089624, -0.4696120130028297, -0.33191066746745757], [-0.7151586309878647, -0.07519117534714263, -0.32311867359858865, 0.2613576272923793, 0.2078276492415974, -0.14058533805934495, -0.45724938042882957, -0.10321970225805598, -0.6050862521020891, 1.018123164936352, -0.9806711699318377, -0.4903499772389908, -0.523094682339436, -0.35203526869372365], [-0.7038229278493844, -0.3263672436058784, -0.32414143074718355, 0.14451290994400318, -0.14294898336343245, 0.007973903256969636, 0.17093471827974435, -0.20950135926418126, -0.5410944242956618, 0.42293065274726804, -0.5158785591333777, -0.47852457072257404, -0.48828181620957156, -0.29420146322794927], [-0.33824650163339803, -0.21938484416234283, -0.31186834496404436, -0.20602124210112518, -0.10149356314647438, -0.26144709370651614, 0.7920354354598536, -0.4540947616892366, -0.5503240148446658, -0.2523839283903471, -0.12168735757012675, -0.469924275074271, -0.5073727427969167, -0.27583532230300745], [0.37401351223444096, 1.115569444546123, -0.27709460191181673, -0.46307962026755267, -0.13178790868963605, 0.06336887459525632, -0.7935235982538347, -0.4540947616892366, 1.0045543396441992, 0.04586638540989727, 0.5019584240075539, 1.0065621956897635, 1.1924215957778008, 0.09207364962960433], [-0.9909940740242161, -0.31241301759150414, -0.32720970219296835, 0.3782023446407554, -0.02336604042989956, -0.28159071964771126, -0.10047063712668998, 0.4580348015208657, -0.6167770667974942, 0.8127490453458328, -0.874769056079024, -0.49848954276327767, -0.5233754312598382, -0.3762629439564129], [-0.9173120036240949, -0.2752017482198396, -0.3139138592612342, -0.04243863781339862, 0.18550549989400458, -0.00461586295627737, 0.62538956476387, -0.330342147367036, -0.6112393124680918, 0.13776149306106916, -0.34525848681495563, -0.4901964005309854, -0.5180412017721977, -0.3752860215667883], [-0.9003084489163744, -0.2798531568912977, 0.042005628449802136, 0.07440607953497745, -0.1285990302114085, 0.14646133160268654, -0.4207140441241172, 0.10570382898001217, -0.5103291224656487, 0.9330956631950544, -0.92183666223583, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0070529868037297, -0.3496242869631688, -0.32618694504437346, -0.46307962026755267, 0.7866090930398966, -0.6869811917142645, 2.2795455564374265, 3.766597343252641, -0.11407203489507918, -1.5294315987740694, 1.1138373040460328, 0.7164557942675394, -0.5285692862872777, -0.38466447650718416], [-0.7094907794186245, 0.2736644750122126, -0.27709460191181673, -0.46307962026755267, -0.12222127325495342, -0.17331873021378716, -0.6276233466661104, -0.13015409478700554, -0.37373118234039027, 1.0321854056089514, -0.8806525068486247, -0.0919719966729512, -0.37289400992429467, -0.35555218929637206], [-0.812456749593153, -0.037979905975478075, -0.1778871584981083, -0.06580758128307386, -0.14294898336343245, -0.5082065114861571, -0.0732555396752206, 0.1260866125154334, -0.49125463533104047, 0.6394237533347259, -0.6570813776037959, -0.4545666042737297, -0.4485558439726697, -0.16622463018713107], [0.5884472299373582, -0.07984258401860074, -0.32414143074718355, 3.1357376740624323, -0.14294898336343245, 0.7381803436252954, 1.675221269193154, -0.3485410612379478, -0.19590773776291415, -1.5997428021370657, 0.16071827937070973, -0.2976112086921983, -0.1950395688495431, 0.1557689894331261], [-0.8001764045264662, 0.008534180739102597, -0.21266090155033598, 0.027668192595627063, 0.7339925981491422, 0.09862021999234794, -0.6764613982571034, -0.4540947616892366, -0.616161760760894, 1.2100891015599744, -1.1748250453286628, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.07834058870574924, -0.04263131464693615, 0.31815005857043377, 1.6167563485335426, -0.14294898336343245, 0.5468158971839409, 1.9995655812860085, 0.6742378983072985, -0.3103546605705631, -1.6831351596141078, 0.9079165271100063, -0.3648778067985689, -0.29975891615953887, -0.029064726683841902], [-0.7236604083417247, -0.29380738290567193, 0.15450891479524465, -0.13591441169209956, -0.14294898336343245, -0.47799107257436435, 1.388157912513272, -0.4540947616892366, 1.1368451375132562, -1.5536317338850543, 1.690415479466907, 1.2011438847326208, 1.129954960988326, 0.34919962257879034], [-0.5734623417568622, -0.3170644262629622, -0.13186308681133635, -0.15928335516177475, 0.1504278366335016, -0.3772729428683884, -0.03224648872095162, -0.14908096521275385, -0.4875627991114389, 0.5046878659600543, -0.5688296160597845, -0.4708457353223034, -0.3881948260862109, -0.26743378975223614], [-0.3023501083615441, -0.0519341319898523, -0.0694749007470455, 0.8455812140342598, -0.13178790868963605, 0.3504155442572879, 2.2307075048464333, 1.991839262561317, -0.28758833721635335, -1.699486602256665, 1.0079351901932192, -0.10686893734947618, -0.3362562758118162, -0.17364924034827775], [-0.4364892621668931, -0.3031102002485881, -0.3220959164499937, 0.4483091750497811, -0.14294898336343245, -0.17835463669908597, 0.34205430362528466, -0.4540947616892366, -0.5724750321622752, 0.1946645134571685, -0.4276267975893663, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.7027489032503669, -0.19147639213359438, 0.026664271220878142, -0.46307962026755267, -0.14294898336343245, -0.11792375887550034, -0.7935235982538347, -0.4540947616892366, -0.51340565264865, 0.6139155028123365, -0.7217993360694043, -0.4508807632815998, -0.44785397167166435, -0.3127629886308161], [0.07834058870574924, -0.22868766150525893, -0.03572391484341271, -0.46307962026755267, -0.015393844234330694, 0.11876384593354314, -0.655956872779969, -0.4540947616892366, -0.4906393292944402, 0.8212517955199627, -0.7806338437654119, -0.4362909760210857, -0.4573994349653368, -0.2662614828846867], [0.6233989812810056, -0.2007792094765105, 0.8377106900566591, -0.22939018557080043, -0.14294898336343245, 0.03818934216876245, -0.003912962607093168, -0.4540947616892366, 0.709207442076073, -0.6490699268987864, 0.7784806101787896, 0.1056812265300145, 0.26595015845076014, 1.5873510591889661], [-1.0268904672960701, -0.3170644262629622, -0.32311867359858865, -0.13591441169209956, 1.6603617960742438, -0.48806288554496197, -0.08891354094866878, -0.4540947616892366, -0.6223148211268966, 0.8219058532256649, -0.874769056079024, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.47899814893619386, -0.2379904788481751, -0.1339086011085262, 0.4015712881104307, 0.21739428467628, -0.3092882053168547, 2.5244814335006507, 3.6224619453950195, -0.5054066741728466, -1.7321894875417796, 0.9961682886540176, -0.4554880645217622, -0.4373258871565843, -0.20881844637476218], [1.278035837528237, 0.9295130976878004, 1.2059032635508349, -0.46307962026755267, -0.14294898336343245, -0.23123165479472324, -0.6443997766019477, -0.4540947616892366, 0.47292992402157186, -0.26055964971162576, 0.26662039322352343, 0.12196035757858818, 0.12150483890386249, 1.062157582526799], [-1.0070529868037297, -0.3496242869631688, -0.32618694504437346, -0.46307962026755267, 0.7929868499963517, -0.6819452852289657, 2.284764890195242, 3.776788735020352, -0.12330162544408305, -1.5356451469782413, 1.1138373040460328, 0.6929585579427112, -0.5285692862872777, -0.38466447650718416], [0.20492260708544477, -0.2845045655627558, 1.0719220770848985, -0.46307962026755267, -0.1285990302114085, -0.11036989914755221, -0.6805623033525302, -0.4540947616892366, 1.0476257622062177, -0.09377493475754163, 0.5372591286251583, 1.0157767981700883, 1.4057907752834222, 0.19171973337131018], [-0.0019539751918187928, -0.29380738290567193, 0.8775982188518616, -0.46307962026755267, -0.14294898336343245, -0.26396504694916545, -0.702185257492054, -0.35218084401213023, 1.1620726850138667, -0.043085462565614206, 0.5725598332427629, 1.4718996209461628, 1.606526253370948, -0.16778770601053036], [-0.9985512094498696, -0.3077616089200461, -0.32005040215280384, -0.43971067679787745, 0.266821901088807, -0.4351858674493246, 0.07027613866472067, 1.0010903914288753, -0.6284678814928992, 0.6747428694426495, -0.727682786839005, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.889917387706101, -0.2472932961910912, -0.2740263304660319, -0.04243863781339862, 0.2779829757626034, 0.09862021999234794, -0.0061498199318714255, -0.09011648427099946, -0.616161760760894, 0.6724536674726918, -0.751216589917408, -0.495264431895164, -0.5274462906056692, -0.36825218036149143], [0.7235310256709139, -0.3031102002485881, 0.05223319993575146, -0.46307962026755267, -0.14294898336343245, 0.04070729541141171, -0.7935235982538347, -0.4540947616892366, -0.5977025796628861, 0.812422016492982, -0.7865172945350126, -0.4854355225828176, -0.5160759593293828, -0.34539219644427654], [0.5147651595372368, 0.041094041439309115, 0.10439381451409294, -0.46307962026755267, -0.14294898336343245, -0.1833905431843847, -0.7935235982538347, -0.4540947616892366, -0.5823199287478794, 0.8333518630754553, -0.8335849006918187, -0.4737636927744063, -0.49768690504304297, -0.3268306710414098], [-0.6433658444441568, -0.3496242869631688, 0.5206559739922303, -0.20602124210112518, -0.14294898336343245, -0.6869811917142645, 0.7927810545681129, -0.2990400155090676, -0.5632454416132713, -0.21804589884097697, -0.1275708083397275, -0.4198582682645065, -0.5285692862872777, -0.38466447650718416], [-0.8285156623726667, -0.3077616089200461, -0.31595937355842413, -0.04243863781339862, 0.057950360764902814, 0.685303325529658, -0.06318968171371823, -0.3499969743476208, -0.6192382909438953, 0.6933835140551651, -0.7629834914566096, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.5290641711311481, -0.22868766150525893, 0.13507652897194086, 0.4015712881104307, -0.11424907705938457, -0.07763650699311, -0.3308669415788553, -0.4540947616892366, -0.6149311486876934, 0.8127490453458328, -0.8688856053094233, -0.49587873872718563, -0.5223928100384307, -0.36707987349394194], [-0.5574034289773485, -0.17287075744776212, 0.01848221403211862, 0.16788185341367842, -0.14294898336343245, 0.030635482440814106, 1.7889281832027177, 2.424973412689019, 0.11482181072021877, -1.4368824334171952, 1.1020704025068313, -0.07922512990850193, 0.152246845687896, -0.1580184821142847], [-0.9768244451011159, -0.3031102002485881, -0.3210731593013988, -0.20602124210112518, -0.11106019858115701, -0.45281154014787034, 0.07400423420601777, 1.159784920383227, -0.6223148211268966, 0.6603535999171992, -0.751216589917408, -0.49833596605527225, -0.52491955032205, -0.37899832664736166], [-0.8568549202188671, -0.14496230541901367, -0.32414143074718355, 0.21461974035302883, 0.6223818514111782, 0.2950205729190011, -0.6742245409323251, -0.4540947616892366, -0.5853964589308808, 1.2274216307610852, -1.1571746930198605, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7463318146186853, -0.3496242869631688, 0.19951022933342163, -0.27612807251015087, -0.14294898336343245, 0.5921390555516302, -0.497512812274839, -0.39658619385715516, -0.5306342216734573, 1.018123164936352, -0.9571373668534346, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [-0.9957172836652496, -0.3077616089200461, -0.32414143074718355, -0.08917652475274906, -0.09352136695090552, -0.33446773774334865, 0.006898514462668605, 0.9923549127708379, -0.6235454332000971, 0.722489081958917, -0.7982841960742141, -0.5007931933833588, -0.5239369291006425, -0.38173370933831047], [-0.580074835254309, -0.2519447048625493, 0.01541394258633388, 0.658629666276858, -0.14294898336343245, -0.13303147833139675, -0.23766455304642597, -0.4540947616892366, -0.6180076788706947, 0.7067916970220619, -0.8218179991526172, -0.4955715853111748, -0.5264636693842617, -0.3702060251407406], [-0.6329747832338832, -0.0705397666756846, -0.08481625797596946, -0.08917652475274906, -0.08236029227710913, -0.2060521223682293, -0.32005546450909356, -0.22333253380607426, -0.48202504478203656, 0.7434189285413904, -0.7571000406870089, -0.34921298258201683, -0.3893178217678195, -0.3070968387709936], [-0.6112480188851296, 0.1620306668972189, -0.31595937355842413, -0.46307962026755267, 0.06432811772135792, 0.16912291078653116, 0.38753706922911013, -0.4540947616892366, -0.5177127949048518, 0.14822641635230582, -0.4040929945109632, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8237924527316333, 0.4690236392134516, -0.3128911021126393, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.1575104989085368, 0.4449315835338091, -0.5558617691740682, 0.7427648708356882, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7803389240341257, -0.08914540136151688, -0.3036862877752849, 0.23798868382270408, 0.756314747496735, -0.15317510427259196, -0.6153206313798297, -0.35582062678631254, -0.6106240064314916, 1.1770591874220087, -1.1336408899414574, -0.49480370177114774, -0.5257617970832563, -0.3580921875093959], [-0.8237924527316333, 0.4690236392134516, -0.3128911021126393, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.13551473521488347, 0.4449315835338091, -0.5558617691740682, 0.7234701685174705, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.970211951603669, -0.22403625283380085, -0.32720970219296835, -0.46307962026755267, 0.9093809144516571, 0.09358431350704913, 0.45538840808071873, -0.4540947616892366, -0.6038556400288887, 0.2921191116068099, -0.5394123622117807, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.3496242869631688, -0.31595937355842413, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, 2.9345719430433395, 6.294062501644881, -0.6284678814928992, -1.8139467007545658, 0.8784992732620025, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7236604083417247, -0.33567006094879454, -0.0694749007470455, 0.0977750230046527, -0.055254825212175, -0.13806738481669556, -0.011369153689687491, -0.12360248579347727, -0.5361719760028597, 0.5867721080256916, -0.7217993360694043, -0.47130646544631966, -0.4760692381720787, -0.2668476363184614], [0.7896559606453816, -0.28915597423421385, 0.4378126449560409, -0.46307962026755267, -0.13178790868963605, 0.05329706162465871, -0.7935235982538347, -0.4540947616892366, 1.1165400383054471, -0.18599707126156462, 0.7078792009435804, 0.9041265314501532, 1.2087050331611244, 0.3435334727189678], [0.3333939093215536, -0.31241301759150414, 1.1281737202576199, -0.46307962026755267, -0.14294898336343245, -0.10029808617695454, -0.7226897829691884, -0.3740195406572244, 1.0328584173278115, -0.09704522328605313, 0.5313756778555576, 1.31064407754048, 1.2822612503064836, -0.16388001645203212], [0.8567255375480561, -0.33101865227733646, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, 0.1389074718747382, -0.7935235982538347, -0.4540947616892366, -0.5177127949048518, 0.6610076576229018, -0.7159158852998035, -0.3931359210715648, -0.4479943461318654, -0.35926449437694546], [-0.9569869646087756, -0.33101865227733646, -0.32414143074718355, -0.15928335516177475, 0.5920875058680165, -0.1959803093976317, -0.2536953638740038, 0.38305527637270886, -0.6081627822850905, 0.9216496533452646, -0.9041863099270279, -0.49848954276327767, -0.5271655416852671, -0.3768490973901876], [-0.9569869646087756, -0.33101865227733646, -0.32414143074718355, -0.15928335516177475, 0.5920875058680165, -0.1959803093976317, -0.2536953638740038, 0.38305527637270886, -0.6081627822850905, 0.9216496533452646, -0.9041863099270279, -0.49848954276327767, -0.5271655416852671, -0.3768490973901876], [-0.6329747832338832, -0.12170526206172333, -0.08481625797596946, -0.11254546822242431, -0.09671024542913308, -0.0625287875372136, -0.35920046769271385, -0.20658953304483535, -0.47894851459903526, 0.7401486400128786, -0.774750392995811, -0.3524380934501305, -0.35815469160318264, -0.33718604837143024], [-1.0042190610191097, -0.3031102002485881, -0.30880007351825955, -0.11254546822242431, -0.1365712264069774, -0.45281154014787034, 0.06841209089407206, 1.1168354836478747, -0.6198535969804955, 0.6734347540312452, -0.7629834914566096, -0.49987173313532635, -0.5159355848691817, -0.3788029421694368], [-0.7340514695519983, -0.0705397666756846, -0.30777731636966466, 0.3080955142317297, -0.015393844234330694, 0.26984104049250707, -0.10009782757256021, -0.4540947616892366, -0.616161760760894, 0.7041754661992528, -0.8041676468438149, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6112480188851296, 1.1992948006323683, 0.29769491559853506, 0.05103713606530231, 0.17593886445932194, -0.3470575039565956, 2.297067605481523, 1.4385922808855964, -0.21005977660472022, -1.7387300645988024, 1.084420050198029, -0.3940573813195973, 0.1031157846175227, -0.11112620741230553], [-0.9692673096754624, -0.2752017482198396, 0.0675745571646754, -0.08917652475274906, -0.14294898336343245, 0.5317081777280445, -0.5228638619556598, -0.39513028074748224, -0.4795638206356355, 0.9952311452367723, -0.9571373668534346, -0.3777782502710235, -0.4719983788262478, -0.14824925821803905], [5.553485204591684, -0.2472932961910912, -0.10322588665067825, -0.46307962026755267, -0.14294898336343245, 1.3273814024052546, -0.7935235982538347, -0.4540947616892366, -0.2998944579483587, -1.0817290992208515, 0.6372777917083713, -0.3166547204848694, -0.05901671691470937, -0.3223368280491368], [-0.9891047901678028, -0.3449728782917107, -0.2556167017913231, -0.43971067679787745, -0.11903239477672588, -0.47799107257436435, 0.23543077114418548, -0.4540947616892366, -0.1608352936766992, -0.018558298601778312, 0.1077672224443029, 0.5075914713801788, -0.4665237748784062, -0.35789680303147103], [0.144465523680217, -0.2798531568912977, 0.6710012748356853, -0.46307962026755267, -0.14294898336343245, -0.2941804858609583, -0.5698378657760043, -0.2939443196252122, -0.5915495192968835, 0.7368783514843673, -0.8218179991526172, -0.465470550542114, -0.49937139856545576, -0.3598506478107202], [1.0796610326048333, -0.3031102002485881, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, 0.03315343568346365, -0.7935235982538347, -0.4540947616892366, 1.296209400992724, -0.31288426616780907, 0.93733378095801, 1.4365769781049178, 1.3510447358050064, -0.17169539556902863], [-0.848353142865007, 0.12481939752555431, 0.003140856803194685, -0.46307962026755267, 0.3752437693485435, 0.5493338504265903, -0.661176206537785, -0.4540947616892366, -0.5786280925282778, 1.190794399241757, -1.1395243407110582, -0.47130646544631966, -0.4941775435380163, -0.3598506478107202], [-0.6206944381671964, -0.28915597423421385, 0.06450628571889061, 0.14451290994400318, -0.14294898336343245, -0.0851903667210582, 1.7952659456229232, 2.1192316596577, 0.2938758673708954, -1.5091558098972984, 1.2491566717468503, 0.05438660605620682, 0.3052550073070589, -0.15411079255578644], [-0.9040870166292013, -0.10309962737589107, 0.02870978551806795, -0.25275912904047565, -0.13816566564609115, -0.47547311933171493, 1.6632913634610034, -0.4540947616892366, -0.6223148211268966, -0.7674543716309009, 0.1960189839883143, -0.48466763904279053, -0.5257617970832563, -0.38466447650718416], [-0.47899814893619386, -0.2658989308769235, 0.29871767274713, 1.4064358573064655, 0.9364863815165911, -0.12547761860344855, 2.412638567261735, 1.7297749028201863, -0.5669372778328728, -1.7158380448992223, 0.8255482163355956, -0.46470266700208696, -0.5004943942470643, -0.26743378975223614], [-0.9617101742498089, -0.29380738290567193, 0.22201088660251006, -0.29949701597982614, -0.1349767871678636, -0.03483130186807018, 0.8024741029754857, -0.4540947616892366, -0.5644760536864718, -0.057474732091064525, -0.20405566834453737, -0.47806384059855783, -0.4948794158390217, -0.2697784034873351], [-0.8936959554189278, -0.2752017482198396, 0.0675745571646754, -0.08917652475274906, -0.14294898336343245, 0.5317081777280445, -0.4930390976252824, -0.39513028074748224, -0.504176062099646, 1.0050420108223066, -0.9571373668534346, -0.3777782502710235, -0.4719983788262478, -0.227184587299704], [1.1108342162356537, -0.2845045655627558, -0.2484574017511586, -0.46307962026755267, -0.12700459097229475, -0.0726006005078112, -0.7935235982538347, -0.4540947616892366, -0.5755515623452766, 0.6688563500913292, -0.6688482791429974, -0.4757601899784766, -0.5111628532223454, -0.32761220895310944], [-0.035961084607259504, -0.10309962737589107, 0.023595999775093288, -0.41634173332820223, -0.12062683401583965, -0.4603653998758186, -0.621658393800035, -0.28084110163815573, -0.3915750574017979, 0.7905110833519552, -0.7159158852998035, -0.14664530472287796, -0.38314134551897255, -0.3604368012444949], [-0.8681906233573472, -0.07984258401860074, -0.1451589297430705, 0.027668192595627063, 0.14405007967704653, 0.6953751385002552, -0.6395532523982614, -0.3740195406572244, -0.6235454332000971, 1.2159756209112953, -1.168941594559062, -0.4997181564273209, -0.5263232949240606, -0.37919371112528655], [0.6073400685014918, -0.3217158349344203, -0.24129810171099406, -0.46307962026755267, -0.14294898336343245, 0.06840478108055512, -0.7935235982538347, -0.4540947616892366, -0.48140973874543624, 0.7990138335260851, -0.7217993360694043, -0.4455055785014104, -0.4110758630989848, -0.2195645926606324], [-0.889917387706101, -0.2658989308769235, 0.07984764294781455, -0.019069694343723426, 0.026061575982627375, 0.4184002818088216, -0.45874061864534843, -0.10249174570321952, -0.6155464547242936, 1.0599828581012987, -1.0630394807062484, -0.49710735239122894, -0.5242176780210446, -0.3678614114056416], [-0.016123604114919074, -0.08914540136151688, 0.08393867154219427, -0.43971067679787745, -0.07917141379888158, -0.4704372128464162, -0.6816807320149194, -0.42716036916028705, -0.37003934612078865, 0.8120949876401307, -0.727682786839005, -0.09519710754106477, -0.3616640531082093, -0.35731064959769626], [-1.02122261572683, -0.3403214696202526, -0.3190276450042089, -0.25275912904047565, -0.14294898336343245, -0.6794273319863163, 2.609109202288096, -0.4540947616892366, -0.6253913513098979, -1.541858695182413, 0.9549841332668123, -0.5001788865513372, -0.5263232949240606, -0.3797798645590613], [-0.729328259910965, 0.3573898310984578, -0.3128911021126393, 0.3314644577014049, 0.20463877076336984, -0.12295966536079922, -0.6078644402972354, -0.39949802007650104, -0.6026250279556882, 1.1423941290197877, -1.115990537632655, -0.48635698283085005, -0.5246388014016479, -0.35144911525994893], [-0.9380941260446418, 0.2876187010265867, -0.0572018149639063, 0.3548334011710802, 0.2939273681537411, -0.1758366834564365, -0.6309786326532779, -0.41551306428290347, -0.6143158426510931, 1.2339622078181083, -1.168941594559062, -0.49342151139909907, -0.5264636693842617, -0.36688448901601706], [-0.7633353693264054, 0.24575602298346416, -0.06742938644985563, 0.2613576272923793, 0.14723895815527405, -0.14310329130199428, -0.6168118695963486, -0.3849388889797715, -0.6050862521020891, 1.1633239756022609, -1.0865732837846513, -0.4885070567429258, -0.525200299242452, -0.353402960039198], [-0.9144780778394748, -0.21473343549088475, -0.32720970219296835, 0.7754743836252342, 0.19188325685045968, -0.2790727664050619, -0.43525361673517626, -0.09885196292903715, -0.5983178856994863, 1.06881263712828, -1.0336222268582445, -0.49941100301131014, -0.5219716866578276, -0.3299568226882084], [0.39007242501395456, -0.3077616089200461, 0.8019141898558365, -0.46307962026755267, -0.09989912390736061, -0.14813919778729315, -0.696593114180108, -0.35946040956049496, 0.9959400551317955, -0.1068560888715874, 0.5549094809339606, 0.9267023075269492, 1.3103361423466968, 0.4164118829849604], [0.9039576339583903, -0.29845879157713, -0.257662216088513, -0.46307962026755267, -0.11584351629849833, -0.13303147833139675, -0.7935235982538347, -0.4540947616892366, -0.47648729045263416, 0.6204560798693596, -0.6394310252949936, -0.40327198379992196, -0.43311465335055227, -0.26938763453148534], [-0.8568549202188671, 0.30157292704096106, -0.04186045773498231, 0.21461974035302883, 0.14405007967704653, -0.10281603941960402, -0.5549254836108155, -0.33616579980572775, -0.5915495192968835, 1.1227723978487187, -1.0924567345542522, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5045034809977743, 0.576006038656987, -0.24948015889975353, -0.46307962026755267, -0.1285990302114085, -0.04490311483866779, -0.5072058606822117, 0.10497587242517564, -0.6173923728340945, 0.9733202120957455, -0.9571373668534346, -0.48374617879475806, -0.5216909377374255, -0.3836875541175596], [-0.23150196374604295, -0.17287075744776212, -0.27811735906041163, -0.06580758128307386, -0.14294898336343245, -0.18590849642703416, -0.5224910524015302, -0.40968941184421165, -0.361425061608385, 0.675723956001203, -0.680615180682199, -0.23510548853399546, -0.28319472985581295, -0.30983222146194234], [-0.8237924527316333, 0.4690236392134516, -0.3128911021126393, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.13551473521488347, 0.48788102026916114, -0.5558617691740682, 0.7234701685174705, -0.7688669422262103, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.09169495837145379, 0.008534180739102597, -0.32414143074718355, -0.15928335516177475, -0.14294898336343245, -0.6869811917142645, -0.6891369230975137, -0.4249764994957776, -0.3085087424607623, 0.8336788919283061, -0.7100324345302027, -0.3940573813195973, -0.3320450420057842, 0.22102740506004714], [0.36267780909596087, -0.10309962737589107, -0.09299831516472892, -0.46307962026755267, -0.06322702140774386, 0.19430244321302503, -0.7115054963452969, -0.4540947616892366, -0.5644760536864718, 0.810459843375875, -0.8041676468438149, -0.4666991642061573, -0.5058286237347049, -0.3379675862831299], [1.0513217747586328, -0.29845879157713, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, -0.05245697456661599, -0.7935235982538347, -0.4540947616892366, -0.5281729975270563, 0.6158776759294434, -0.6453144760645944, -0.4447376949613833, -0.4611895453907657, -0.30651068533721887], [-0.9692673096754624, 0.02713981542493489, 0.010300156843359215, -0.27612807251015087, -0.14294898336343245, 0.5317081777280445, -0.4326439498562682, -0.33689375636056423, -0.5294036096002569, 1.0148528764078408, -0.9571373668534346, -0.4396696635972047, -0.4719983788262478, -0.227184587299704], [-0.7652246531828188, 0.28296729235512874, -0.2566394589399181, 0.0977750230046527, 0.013306062069717194, 0.4863850193603554, -0.6537200154551907, -0.42279262983126825, -0.6124699245412923, 1.1688834661007301, -1.1512912422502597, -0.49495727847915316, -0.5277270395260714, -0.3633675684133686], [-0.03879501039187949, -0.22403625283380085, 1.7898975953985408, 0.0977750230046527, -0.14294898336343245, -0.25137528073591847, 1.576426737348779, -0.35582062678631254, 0.32833300542051014, -1.674632409439978, 1.284457376364455, 0.5880656663750147, 0.33445289502888065, -0.11366620562532942], [1.0796610326048333, -0.33567006094879454, -0.20550160151017147, -0.46307962026755267, -0.14294898336343245, 0.06840478108055512, -0.7935235982538347, -0.4540947616892366, -0.579243398564878, 0.6263425992206804, -0.680615180682199, -0.47069215861429803, -0.4837898334831374, -0.3633675684133686], [-0.8946405973471345, -0.2752017482198396, 0.05632422853013114, 0.0977750230046527, -0.09671024542913308, 0.11876384593354314, -0.40580166195892853, 0.12827048217994283, -0.480794432708836, 0.8317167188111997, -0.8630021545398225, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9579316065369823, -0.2845045655627558, -0.23925258741380423, 1.570018461594192, -0.08076585303799536, 0.446097767477965, 1.6629185539068736, 3.7090887754205597, -0.6087780883216908, -0.7753030640993284, 0.14306792706190746, -0.49357508810710443, -0.5267444183046638, -0.3664937200601672], [0.8510576859788159, -0.3031102002485881, -0.2750490876146268, -0.46307962026755267, -0.14294898336343245, 0.07344068756585392, -0.7935235982538347, -0.4540947616892366, -0.5238658552708545, 0.7394945823071765, -0.7217993360694043, -0.41171870274021966, -0.45866280510714647, -0.31373991102044063], [-0.6235283639518164, -0.24264188751963314, -0.030610129100438047, 0.6819986097465334, 0.010117183591489642, -0.4276320077213764, -0.3692663256542162, -0.23643575179313078, -0.590318907223683, 0.8807710467388714, -0.8806525068486247, -0.49203932102705034, -0.5242176780210446, -0.35281680660542325], [-1.0013851352344896, -0.3077616089200461, 0.7702087182493937, -0.46307962026755267, -0.14294898336343245, -0.47295516608906557, -0.6231496320165538, -0.12287452923864081, -0.23590263014193127, 0.9553336251889326, -0.8453518022310202, -0.4322979816129449, -0.2211492184469415, -0.051729326123131865], [-0.9683226677472557, -0.29845879157713, -0.32720970219296835, -0.08917652475274906, 0.43742689967398063, -0.26396504694916545, -0.23505488616751796, 0.5402938922173873, -0.6050862521020891, 0.9154361051410924, -0.9336035637750316, -0.48743201978688794, -0.5089168618591283, -0.3707921785745153], [-0.126646709715101, -0.22403625283380085, 0.0788248857992196, -0.46307962026755267, -0.13338234792874984, 0.000420043529021432, -0.4702977148233697, -0.4540947616892366, -0.42726280752461315, 0.6943646006137185, -0.6923820822214004, -0.29331106086804676, -0.33948488839644075, -0.3438291206208773], [0.08778700798781604, 1.320231426090278, 1.3470437500569354, -0.392972789858527, -0.1365712264069774, -0.0826724134784088, -0.4505388084544947, 0.03363613005120119, 0.6636747953676536, -0.12974810857116767, 0.3372218024587325, 1.510293797947516, -0.5285692862872777, -0.38466447650718416], [-0.979658370885736, -0.14961371409047178, -0.3282324593415633, 0.0977750230046527, 0.5745486742377649, -0.26144709370651614, -0.3633013727881408, 0.21125752943130094, -0.6155464547242936, 1.035782722990314, -1.0159718745494422, -0.4977216592232506, -0.523094682339436, -0.3764583284343378], [-0.8143460334495662, 0.3248299703982513, -0.30777731636966466, 0.3782023446407554, 0.4198880680437291, -0.26144709370651614, -0.5813949619540254, -0.4206087601667588, -0.6026250279556882, 1.1472995618125545, -1.1101070868630545, -0.49311435798308817, -0.5243580524812457, -0.34539219644427654], [-0.5734623417568622, 0.9946328190882132, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, -0.25892914046386667, -0.223124980435367, -0.4540947616892366, -0.3884985272187965, 0.6224182529864665, -0.6100137714469898, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0344476027217235, 0.48762927389928373, -0.32414143074718355, 0.7754743836252342, 0.03243933293908248, -0.35964727016984266, -0.41437628170391205, -0.3798431930959162, -0.6216995150902963, 1.1038047243833522, -1.0395056776278453, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.20870117479827144, -0.15891653143338794, 0.871461675960292, -0.46307962026755267, -0.14294898336343245, 0.03315343568346365, -0.7219441638609289, -0.4540947616892366, 1.0703920855604274, -0.05093415503404176, 0.5549094809339606, 0.9912045248892223, 1.2457638906542063, 0.20539664682605407], [0.03299777615182841, 0.18993911892596727, -0.15845477267480457, -0.46307962026755267, -0.14294898336343245, -0.336985690985998, -0.5903423912531387, -0.3645561054443503, -0.4180332169756092, 0.7430918996885391, -0.6864986314517997, -0.355970357734255, -0.45753980942553796, -0.17833846781847568], [-0.812456749593153, 0.05504826745368327, -0.2893676876949559, -0.25275912904047565, 0.0882447063080645, -0.27151890667711365, -0.13476911610662393, 0.41217353856616784, -0.5589382993570694, 0.7427648708356882, -0.7571000406870089, -0.5009467700913642, -0.5271655416852671, -0.378216788735662], [-0.8936959554189278, -0.2007792094765105, 0.0675745571646754, -0.27612807251015087, -0.14294898336343245, 0.7558060163238409, -0.4326439498562682, -0.27792927541880985, -0.5540158510642674, 1.018123164936352, -0.9571373668534346, -0.3777782502710235, -0.5285692862872777, -0.38466447650718416], [-0.7803389240341257, 0.24110461431200608, 0.0010953425060048188, 0.0977750230046527, 0.08505582782983694, 0.18423063024242756, -0.6667683498497308, -0.4249764994957776, -0.5977025796628861, 1.1875241107132455, -1.1512912422502597, -0.4891213635749475, -0.5267444183046638, -0.34343835166502745], [-0.5281195292029414, -0.1868249834621363, 0.07473385720483988, 0.21461974035302883, -0.14294898336343245, -0.13554943157404623, 1.747919132248449, 2.0573553524965997, 0.23788301804027143, -1.4777610400235885, 1.1903221640508428, -0.010115611306066355, 0.26595015845076014, -0.12480312086704942], [-0.9399834099010553, -0.14496230541901367, -0.32414143074718355, 0.5651538923981573, 0.02925045446085493, 0.41336437532352294, -0.24996726833270666, -0.4540947616892366, -0.6198535969804955, 0.8971224893814287, -0.9571373668534346, -0.49710735239122894, -0.5271655416852671, -0.3731367923096143], [-0.809622823808533, -0.2798531568912977, -0.318004887855614, 0.05103713606530231, 0.010117183591489642, 0.6601237931031639, -0.005031391269482363, -0.36819588821853266, -0.6204689030170958, 0.6351723782476612, -0.7394496883782066, -0.49618589214319647, -0.5281481629066744, -0.37333217678753916], [-0.809622823808533, -0.2798531568912977, -0.318004887855614, 0.05103713606530231, 0.010117183591489642, 0.6601237931031639, -0.005031391269482363, -0.36819588821853266, -0.6204689030170958, 0.6351723782476612, -0.7394496883782066, -0.49618589214319647, -0.5281481629066744, -0.37333217678753916], [-0.755778233900752, 0.06435108479659948, -0.28016287335760154, -0.392972789858527, -0.14294898336343245, -0.32187797153010167, -0.31707298807605583, 0.3692241018308159, -0.4463372946592213, 0.818962593550005, -0.7571000406870089, -0.24339863076628773, -0.4246921857384883, -0.3510583463040991], [-0.9815476547421493, 0.5853088559999032, -0.32618694504437346, -0.392972789858527, 0.3927826009787949, -0.23878551452267147, -0.3733672307496432, 0.1508371353798736, -0.6210842090536961, 1.0383989538131233, -1.0100884237798415, -0.49941100301131014, -0.5254810481628542, -0.3788029421694368], [-0.9815476547421493, 0.5853088559999032, -0.32618694504437346, -0.392972789858527, 0.3927826009787949, -0.23878551452267147, -0.3733672307496432, 0.1508371353798736, -0.6210842090536961, 1.0383989538131233, -1.0100884237798415, -0.49941100301131014, -0.5254810481628542, -0.3788029421694368], [-0.6291962155210564, -0.29380738290567193, 0.06859731431327028, -0.25275912904047565, -0.13178790868963605, -0.2765548131624125, -0.5008680982620065, -0.32597440803801714, -0.2882036432529536, 0.8277923725769858, -0.704148983760602, -0.1659959699315599, -0.1715970339959649, -0.3356229725480309], [-0.7642800112546121, -0.1263566707331814, -0.30061801632950014, -0.46307962026755267, 1.343068387490603, 0.13135361214679014, -0.5981713918898627, -0.4540947616892366, -0.60693217021189, 1.1518779657524707, -1.121873988402256, -0.49326793469109365, -0.525200299242452, -0.35203526869372365], [-0.7642800112546121, -0.1263566707331814, -0.30061801632950014, -0.46307962026755267, 1.343068387490603, 0.13135361214679014, -0.5981713918898627, -0.4540947616892366, -0.60693217021189, 1.1518779657524707, -1.121873988402256, -0.49326793469109365, -0.525200299242452, -0.35203526869372365], [-0.7642800112546121, -0.1263566707331814, -0.30061801632950014, -0.46307962026755267, 1.343068387490603, 0.13135361214679014, -0.5981713918898627, -0.4540947616892366, -0.60693217021189, 1.1518779657524707, -1.121873988402256, -0.49326793469109365, -0.525200299242452, -0.35203526869372365], [-0.8190692430905998, 0.02713981542493489, -0.2914132019921457, -0.3696038463888518, 0.3975659186961363, -0.3420215974712969, -0.2462391727914095, 0.3320983175341557, -0.579243398564878, 0.8513384499822682, -0.8394683514614194, -0.4221619188845877, -0.49782727950324407, -0.38036601799283604], [-1.0174440480140032, -0.3263672436058784, 0.3212183300162185, -0.3228659594495013, -0.14294898336343245, -0.6366221268612765, 2.6922457328590235, 5.321512544383351, -0.6038556400288887, -1.6864054481426192, 0.9432172317276108, -0.48773917320289883, -0.5243580524812457, -0.35144911525994893], [-0.7888407013879859, 0.0503968587822252, -0.32618694504437346, 0.004299249125951819, 0.4230769465219566, 0.471277299904459, -0.6436541574936883, -0.4540947616892366, -0.6032403339922884, 1.199624178268738, -1.145407791480659, -0.48881421015893667, -0.5239369291006425, -0.3518398842157987], [0.6885792743272665, -0.2845045655627558, -0.2525484303455383, -0.46307962026755267, -0.14294898336343245, 0.28494875994840346, -0.7935235982538347, -0.4540947616892366, -0.546016872588464, 0.7721974675922909, -0.7571000406870089, -0.44826995924550783, -0.47452511910986694, -0.3063153008592939], [0.20492260708544477, -0.2658989308769235, -0.28732217339776606, -0.46307962026755267, -0.14294898336343245, -0.4452576804199222, -0.7935235982538347, -0.4540947616892366, 1.4980297809976106, -0.13792382989244628, 0.8784992732620025, 0.8837008292854335, 1.5391465124744357, 1.1627805886581293], [-0.8606334879316939, -0.22868766150525893, 0.13712204326913077, -0.06580758128307386, 0.14723895815527405, -0.065046740779863, -0.3070071301145534, -0.4540947616892366, -0.4635658636840287, 0.8228869397842183, -0.8218179991526172, -0.4215476120525661, -0.3814568519965597, -0.21311690488911023], [0.368345660665201, 1.906308918693995, -0.26993530187165216, -0.46307962026755267, -0.14294898336343245, 0.010491856499618896, -0.7935235982538347, -0.4540947616892366, 0.8187319165909199, 0.12827765632838597, 0.3372218024587325, 1.3075725433803715, 0.6561911578097257, -0.23617227328425003], [-0.8795263264958275, -0.2054306181479686, 0.3723561874459652, -0.27612807251015087, -0.06960477836419894, 0.13135361214679014, -0.10494435177624663, -0.4540947616892366, -0.5084832043558479, 0.6492346189202601, -0.7217993360694043, -0.43705885956111273, -0.4541708223807123, -0.21467998071250954], [0.015994221444108142, -0.2845045655627558, 0.8377106900566591, -0.46307962026755267, -0.14294898336343245, -0.2941804858609583, -0.6421629192771694, -0.2073174895996718, 1.1909920687340791, -0.11306963707575932, 0.6549281440171736, 1.2934434862438735, 1.4794873668889823, -0.1537200235999366], [-0.5734623417568622, 1.0178898624455035, -0.2791401162090066, -0.46307962026755267, -0.14294898336343245, -0.25641118722121725, -0.20075640718758395, -0.4540947616892366, -0.40695770831680445, 0.6126073874009322, -0.6100137714469898, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.004658518305627849, 0.03644263276785104, 0.04405114274699194, -0.46307962026755267, -0.14294898336343245, -0.42511405447872697, -0.6675139689579902, -0.25973036154789797, -0.36388628575478604, 0.7954165161447225, -0.7100324345302027, -0.23771629257008745, -0.41935795625084776, -0.36063218572241984], [0.9209611886661107, -0.3170644262629622, -0.27709460191181673, -0.46307962026755267, -0.14294898336343245, -0.3092882053168547, -0.7935235982538347, -0.4540947616892366, -0.4266475014880129, 0.675723956001203, -0.5923634191381876, -0.28655368571580864, -0.35169746643393357, -0.35144911525994893], [-1.0344476027217235, 0.19924193626888348, -0.318004887855614, -0.46307962026755267, 0.735587037388256, -0.2664830001918149, -0.37150318297899454, 0.3502972314050676, -0.6284678814928992, 1.0665234351583217, -1.021855325319043, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6934318666391109, 0.4039039178130385, -0.28425390195198125, -0.3228659594495013, -0.1397601048852049, -0.3067702520742053, -0.4229509014488956, -0.08283691872263474, -0.4278781135612134, 0.8739034408289971, -0.7924007453046134, -0.23126607083386017, -0.41598896920602213, -0.324290672828386], [0.4429723729935289, -0.29845879157713, -0.14618168689166539, -0.46307962026755267, -0.06322702140774386, -0.002097909713627969, -0.7618347861528086, -0.4540947616892366, -0.43649239807361706, 0.7718704387394396, -0.704148983760602, -0.35412743723819007, -0.43311465335055227, -0.2635261001937379], [-0.8237924527316333, 0.4690236392134516, -0.3128911021126393, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.11351897152123014, 0.48788102026916114, -0.5558617691740682, 0.7041754661992528, -0.7335662376086057, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6386426348031233, -0.2752017482198396, -0.2822083876547914, 0.4716781185194563, -0.007421648038761827, 0.05581501486730812, -0.05014134731917807, -0.4540947616892366, -0.5737056442354758, 0.6096641277252718, -0.7394496883782066, -0.4760673433944875, -0.5042845046724931, -0.30123530443324614], [-0.45065889108999335, -0.12170526206172333, 0.10848484310847271, 0.05103713606530231, -0.1397601048852049, -0.3143241118021534, 0.7946451023387616, 1.1168354836478747, 0.5590727691456089, -0.8394007192581528, 0.8314316671051963, -0.037298688623024344, 0.6086042158015643, 0.9980714737674276], [-0.794508552957226, 0.28296729235512874, -0.3128911021126393, 0.004299249125951819, 0.48366563760827996, 0.1514972380879852, -0.6108469167302732, -0.4540947616892366, -0.600163803809287, 1.1659402064250701, -1.121873988402256, -0.49250005115106654, -0.5237965546404415, -0.3418752758416282], [-0.9692673096754624, -0.3496242869631688, 0.33144590150216785, 0.0977750230046527, -0.14294898336343245, -0.5661194360670934, -0.4930390976252824, -0.2189647944770554, -0.3306597597783718, 0.8742304696818485, -0.8100510976134156, -0.31573326023683695, -0.3587161894439869, 0.08797057559318117], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.12700459097229475, 0.9723499951916894, -0.4386089027223437, -0.39658619385715516, -0.555246463137468, 0.9461768173091005, -0.9571373668534346, -0.44059112384523724, -0.4728406255874542, -0.3070968387709936], [-0.8549656363624538, 0.30622433571241897, -0.18095542994389308, -0.04243863781339862, -0.1397601048852049, -0.49561674527291016, -0.0684090154715343, 0.1850510934571878, -0.56016891143027, 0.6803023599411191, -0.7217993360694043, -0.47238150240235754, -0.4746654935700681, -0.321946059093287], [1.238360876543556, -0.3031102002485881, -0.2750490876146268, -0.46307962026755267, -0.14294898336343245, 0.007973903256969636, -0.7935235982538347, -0.4540947616892366, -0.5983178856994863, 0.6260155703678291, -0.6511979268341951, -0.4769888036425199, -0.5159355848691817, -0.35926449437694546], [1.1344502644408208, -0.33567006094879454, -0.2259567444820701, -0.46307962026755267, -0.14294898336343245, 0.11876384593354314, -0.7935235982538347, -0.4540947616892366, -0.5989331917360865, 0.634518320541959, -0.680615180682199, -0.4828247185467256, -0.5002136453266622, -0.3709875630524402], [0.6224543393527987, -0.2845045655627558, -0.2678897875744623, -0.46307962026755267, -0.14294898336343245, 0.41336437532352294, -0.7935235982538347, -0.4540947616892366, -0.5632454416132713, 0.8359680938982644, -0.7865172945350126, -0.47130646544631966, -0.4794382252169043, -0.3260491331297101], [-0.7312175437673782, 0.059699676125141404, -0.2750490876146268, -0.46307962026755267, -0.021771601190785785, -0.38986270908163545, -0.47402581036466684, 0.0845930888897544, -0.35281077709598124, 0.895814373970024, -0.7688669422262103, 0.10552764982200916, -0.5084957384785251, -0.319601445358188], [-0.9513191130395354, -0.26124752220546543, -0.32311867359858865, 0.19125079688335359, 1.1963799774921362, 0.05833296810995765, -0.6555840632258393, -0.4540947616892366, -0.6180076788706947, 1.2611056026047531, -1.1865919468678643, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8474085009368003, -0.3031102002485881, -0.3210731593013988, 0.027668192595627063, 0.057950360764902814, 0.6827853722870085, -0.0076410581483903955, -0.34271740879925605, -0.6192382909438953, 0.6528319363016232, -0.7335662376086057, -0.4981823893472669, -0.5282885373668756, -0.3774352508239624], [-0.8540209944342472, -0.26124752220546543, -0.2893676876949559, -0.04243863781339862, -0.14294898336343245, -0.36720112989779086, -0.5564167218273344, -0.29685614584455816, -0.2020607981289168, 0.9429065287805888, -0.7217993360694043, -0.06540322618801485, -0.0906009704599494, -0.20881844637476218], [0.8246077119890289, 0.19924193626888348, -0.25868497323710793, -0.46307962026755267, -0.14294898336343245, -0.10785194590490274, -0.7935235982538347, -0.4540947616892366, -0.5977025796628861, 0.7532297941269246, -0.7629834914566096, -0.4820568350066985, -0.5162163337895838, -0.35144911525994893], [0.9795289882149251, -0.33567006094879454, -0.28425390195198125, -0.46307962026755267, -0.14294898336343245, 0.20689220942627204, -0.7935235982538347, -0.4540947616892366, -0.5484780967348649, 0.6701644655027335, -0.7159158852998035, -0.4373660129771235, -0.46891014070182435, -0.3655167976705426], [-0.7690032208956457, 0.07830531081097364, -0.27198081616884207, -0.46307962026755267, -0.14294898336343245, -0.38230884935368725, -0.2641340313896359, 0.46749823673373986, -0.4426454584396197, 0.7748136984151001, -0.727682786839005, -0.2403270966061795, -0.4209020753130595, -0.3483229636131503], [-0.8285156623726667, -0.10309962737589107, -0.06845214359845056, -0.11254546822242431, 1.1644911927098605, -0.22367779506677513, -0.6779526364736222, -0.33762171291540066, -0.6038556400288887, 1.224151342232574, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8936959554189278, -0.2752017482198396, 0.31508178712464896, 0.0977750230046527, -0.14294898336343245, -0.6869811917142645, -0.4930390976252824, -0.39513028074748224, -0.2808199708137505, 0.8742304696818485, -0.7629834914566096, -0.1919504335844746, -0.24557437452192712, -0.06950931361429893], [-0.8445745751521802, -0.1868249834621363, -0.152318229783235, -0.15928335516177475, -0.03931043282103728, -0.29669843910360766, -0.1921817874426005, -0.32743032114769005, -0.33312098392477285, 0.6717996097669896, -0.604130320677389, -0.3204941381850048, -0.23265992418342896, -0.13242311550612107], [-0.0028986171200256236, 0.5853088559999032, 0.12893998608037133, 1.1961153660793884, 0.03881708989553756, 0.23458969509541544, 2.127066448798372, 0.7179152915974871, -0.36265567368158547, -1.7240137662205008, 0.93733378095801, -0.3633420397185148, -0.3250263189957309, -0.040787795359336715], [-0.29006976329485723, -0.2054306181479686, -0.02549634335746338, 1.2662221964884142, -0.1413545441243187, 0.13387156538943953, 1.935442337975697, 1.3366783632084902, -0.11161081074867807, -1.5294315987740694, 0.9314503301884093, -0.3326266981174323, -0.014237264110569142, 0.19230588680508492], [0.22948329721881852, -0.037979905975478075, 0.7313439466027863, -0.46307962026755267, -0.14294898336343245, -0.30425229883155586, -0.7301459740517827, -0.4322560650441424, 1.1066951417198432, -0.07415320358647287, 0.5666763824731622, 1.212354984417016, 1.3229698437647928, 0.160458216903324], [0.874673734183983, -0.3031102002485881, -0.2515256731969434, -0.46307962026755267, -0.14294898336343245, -0.08770831996370754, -0.7935235982538347, -0.4540947616892366, -0.4623352516108281, 0.6368075225119167, -0.6335475745253929, -0.3986646825597596, -0.41205848432039227, -0.2537568762974922], [-0.7085461374904178, 0.3759954657842901, -0.28016287335760154, -0.43971067679787745, -0.1397601048852049, -0.2337496080373727, -0.4024463759717611, -0.007857393574477867, -0.4241862773416118, 0.8614763444206538, -0.7806338437654119, -0.22543015592965449, -0.41261998216119655, -0.3272214399972596], [-0.5498462935516951, 0.5015834999136579, -0.2566394589399181, -0.46307962026755267, -0.13019346945052226, -0.09778013293430521, -0.5310656721465137, 0.05838665291564131, -0.5330954458198583, 0.9680877504501268, -0.9159532114662293, -0.3479843689179736, -0.46876976624162325, -0.37606755947848797], [-0.8738584749265874, -0.04728272331839422, -0.3220959164499937, -0.46307962026755267, -0.10149356314647438, 1.1334990027212508, 0.1500573832484801, -0.4540947616892366, -0.5983178856994863, 0.49422294266881744, -0.704148983760602, -0.4832854486707418, -0.5209890654364201, -0.35144911525994893], [-0.9513191130395354, -0.33101865227733646, -0.32618694504437346, -0.08917652475274906, 0.2062332100024836, 0.04322524865406111, 0.0020519902589823157, 0.37286388460499814, -0.616161760760894, 0.6943646006137185, -0.751216589917408, -0.4905035539469962, -0.5246388014016479, -0.37665371291226274], [-0.809622823808533, -0.25659611353400735, -0.30777731636966466, -0.3462349029191766, 0.11216129489477107, 0.24466150806601306, 0.2775582507608435, 0.19815431144424445, -0.6100087003948913, 0.40984949863322206, -0.6747317299125982, -0.49480370177114774, -0.5226735589588329, -0.35789680303147103], [1.0551003424714593, -0.3263672436058784, -0.26175324468289274, -0.46307962026755267, -0.07917141379888158, 0.11120998620559494, -0.7935235982538347, -0.4540947616892366, -0.5829352347844797, 0.6567562825358366, -0.6864986314517997, -0.46777420116219515, -0.5075131172571177, -0.33777220180520495], [-0.37508753683345875, -0.3077616089200461, 0.43065334491587626, 0.16788185341367842, -0.14294898336343245, -0.09022627320635701, 2.141233211855301, 1.956897347929166, -0.06484755196705808, -1.7321894875417796, 1.160904910202839, 0.1142815221783176, -0.15938445595847214, 0.03736599581062864], [0.47886876626538294, -0.28915597423421385, -0.27300357331743696, -0.46307962026755267, -0.14294898336343245, 0.028117529198164702, -0.7935235982538347, -0.4540947616892366, -0.37988424270639287, 0.6894591678209512, -0.6688482791429974, -0.3610383890984336, -0.25638320795740926, -0.24984918673899398], [0.785877392932555, 0.022488406753476818, -0.2648215161286775, -0.46307962026755267, -0.11584351629849833, -0.009651769441576311, -0.7935235982538347, -0.4540947616892366, -0.571859726125675, 0.7738326118565466, -0.751216589917408, -0.4731493859423846, -0.5072323683367155, -0.3127629886308161], [0.7480917158042875, -0.19147639213359438, -0.19016024428124748, -0.46307962026755267, -0.14294898336343245, 0.26732308724985765, -0.7935235982538347, -0.4540947616892366, -0.5890882951504823, 0.7901840544991039, -0.774750392995811, -0.4831318719627364, -0.5159355848691817, -0.34167989136370325], [-0.46955172965412706, -0.1868249834621363, 0.0706428286104602, 1.3129600834277644, -0.12222127325495342, 0.3227180585881445, 2.3716295163074665, 2.2903014500442715, -0.5115597345388492, -1.640621408743459, 0.7961309624875919, -0.4432019278813292, -0.430307164146531, -0.2283568941672535], [0.5090973079679968, -0.3077616089200461, -0.20447884436157654, -0.46307962026755267, 0.0691114354386992, -0.11036989914755221, -0.7935235982538347, -0.4540947616892366, -0.4284934195978137, 0.8042462951717033, -0.6982655329910012, -0.341841300597757, -0.3783686138721363, -0.3338645122467067], [-0.7756157143930924, -0.14031089674755562, -0.0725431721928303, 0.3080955142317297, -0.060038142929516314, 0.3378257780440409, -0.15229116515072072, -0.4540947616892366, -0.6223148211268966, 0.7303377744273443, -0.827701449922218, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.9116441520548547, -0.2007792094765105, -0.19322851572703226, -0.20602124210112518, -0.1413545441243187, -0.35964727016984266, 1.897415763454466, 4.226665885909293, -0.18729345325051047, -1.2164649865955235, 0.8255482163355956, 0.18692330506487775, -0.26270005866645724, -0.3272214399972596], [-0.48844456821826066, -0.3077616089200461, -0.27709460191181673, -0.11254546822242431, -0.14294898336343245, -0.09274422644900633, 2.084566159627584, 2.384935802173013, 0.09759324169541145, -1.7485409301843369, 1.2962242779036564, 0.4659721835107119, -0.051296121603650734, 0.019781392797386384], [1.044709281261186, -0.26124752220546543, -0.25050291604834846, -0.46307962026755267, -0.14294898336343245, -0.007133816198926771, -0.7935235982538347, -0.4540947616892366, 1.1922226808072798, -0.2749489192370761, 0.8373151178747972, 1.4488631147453508, 1.1727691713496513, 0.07839673617486043], [-0.7368853953366185, -0.15426512276192983, -0.32414143074718355, 0.19125079688335359, 0.6207874121720643, -0.0826724134784088, -0.5306928625923839, -0.16364009630948334, -0.6143158426510931, 1.0936668299449668, -1.0395056776278453, -0.49480370177114774, -0.5253406737026531, -0.3651260287146928], [-0.7217711244853114, 0.28296729235512874, -0.2484574017511586, -0.20602124210112518, 0.04360040761287887, -0.32439592477275103, -0.18360716769761698, -0.11341109402576666, -0.48202504478203656, 0.6714725809141383, -0.6923820822214004, -0.4782174173065632, -0.3928271832728461, -0.27778916708225654], [-0.621639080095403, -0.3170644262629622, -0.3098228306668545, -0.46307962026755267, -0.13816566564609115, 1.5313356150598558, -0.19180897788847073, -0.4540947616892366, -0.6223148211268966, 0.7067916970220619, -0.827701449922218, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7104354213468312, -0.2845045655627558, 0.419403016281332, -0.18265229863145, -0.14294898336343245, -0.24382142100797025, -0.16459388043700132, -0.4540947616892366, -0.4180332169756092, 0.6086830411667183, -0.6276641237557921, -0.3065186577565122, -0.33485253120980557, -0.27915685842773097], [-0.3675304014078053, -0.08449399269005878, 0.05836974282732095, -0.019069694343723426, -0.14294898336343245, -0.33446773774334865, 1.1831126577419273, 1.3395901894278361, 0.48769726889997833, -1.1487700140553363, 1.0550027963500253, 0.18492680786080726, 0.7435040720547895, 0.16456129093974725], [-0.7812835659623326, -0.005420045275271559, -0.2995952591809052, 0.7287364966858837, -0.08714360999445044, 0.894293444669558, 1.5365361150568992, 3.724375863072126, -0.5915495192968835, -0.7870761028019697, 0.11953412398350442, -0.45978821234591377, -0.5031615089908846, -0.3731367923096143], [-0.8965298812035478, -0.22868766150525893, -0.040837700586387374, 0.2613576272923793, 0.2939273681537411, 0.22703583536746724, -0.19628269253802738, -0.4540947616892366, -0.6241607392366973, 0.8487222191594591, -0.898302859157427, -0.49833596605527225, -0.5266040438444628, -0.38192909381623535], [0.9001790662455637, -0.12170526206172333, -0.14720444404026034, -0.46307962026755267, -0.11106019858115701, -0.2337496080373727, -0.7029308766003134, -0.4540947616892366, -0.5355566699662595, 0.608356012313867, -0.6276641237557921, -0.46516339712610316, -0.48996630973198435, -0.26938763453148534], [-0.8275710204444598, -0.2054306181479686, 0.04916492848996661, 0.07440607953497745, -0.1285990302114085, 0.08854840702175033, -0.4207140441241172, 0.10570382898001217, -0.581089316674679, 0.9232847976095202, -0.8335849006918187, -0.4424340443413021, -0.5285692862872777, -0.38466447650718416], [0.89828978238915, -0.24264188751963314, -0.13186308681133635, -0.46307962026755267, -0.11584351629849833, 0.08099454729380212, -0.7935235982538347, -0.4540947616892366, -0.39588219965799976, 0.48997156758175275, -0.5688296160597845, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.36173316716775417, -0.3077616089200461, 1.1343102631491893, -0.46307962026755267, -0.14294898336343245, -0.11288785239020155, -0.7599707383821601, -0.4176969339474129, 1.0143992362298038, -0.0708829150579616, 0.5019584240075539, 1.1458562698506725, 1.175857409474075, 0.050847524787447654], [0.24837613578295212, -0.3217158349344203, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 0.774429881955701, 0.22998362956509213, 0.24308659014512038, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9352602002600219, -0.2798531568912977, -0.3251641878957785, 0.49504706198913145, -0.12062683401583965, 0.42847209477941905, 0.29731715712971857, -0.4540947616892366, -0.6192382909438953, 0.4245657970115237, -0.6217806729861913, -0.5000253098433318, -0.5195853208344094, -0.37899832664736166], [-1.036336886578137, -0.3217158349344203, 0.3447417444339019, -0.46307962026755267, -0.14294898336343245, -0.626550313890679, -0.6667683498497308, -0.4540947616892366, 3.690980495440949, -1.0225368768547942, 2.4258468256670023, 2.2935350087751187, -0.5285692862872777, -0.38466447650718416], [-0.7812835659623326, -0.14961371409047178, -0.32414143074718355, 0.14451290994400318, 0.8137145601048307, -0.1833905431843847, -0.512052384885898, -0.16291213975464688, -0.616161760760894, 1.0930127722392646, -1.0395056776278453, -0.4955715853111748, -0.5256214226230553, -0.3672752579718669], [1.5614284159902418, -0.3077616089200461, -0.22084295873909546, -0.46307962026755267, -0.09192692771179176, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.4746413723428334, 0.4180252199545007, -0.4629275022069708, -0.4127937396962576, -0.4063031314521485, -0.31080914385156694], [0.4410830891371156, -0.28915597423421385, -0.1686823441607539, -0.46307962026755267, 0.03243933293908248, 0.010491856499618896, -0.7629532148151978, -0.4540947616892366, -0.44695260069582154, 0.7771029003850584, -0.7159158852998035, -0.3479843689179736, -0.4401333763606057, -0.2772030136484818], [-0.7302729018391716, -0.3403214696202526, -0.3251641878957785, 0.16788185341367842, -0.0440937505383786, -0.05245697456661599, 0.0158459437617819, 0.10861565519935806, -0.5417097303322621, 0.5681314634131764, -0.7159158852998035, -0.47130646544631966, -0.4760692381720787, -0.2668476363184614], [0.8765630180403966, -0.3031102002485881, -0.2556167017913231, -0.46307962026755267, -0.14294898336343245, -0.047421068081317186, -0.7935235982538347, -0.4540947616892366, -0.4826403508186368, 0.6917483697909094, -0.6511979268341951, -0.378699710519056, -0.4527670777787016, -0.2459414971804957], [-0.6386426348031233, -0.2798531568912977, -0.2822083876547914, 0.49504706198913145, -0.04887706825571991, -0.019723582412173778, -0.04976853776504843, -0.2932163630703758, -0.5737056442354758, 0.6093370988724205, -0.7394496883782066, -0.4760673433944875, -0.5042845046724931, -0.30123530443324614], [0.9493004465123112, -0.2472932961910912, -0.25357118749413327, -0.46307962026755267, -0.14294898336343245, -0.00461586295627737, -0.7935235982538347, -0.4540947616892366, 1.2063747196490857, -0.24780552445043108, 0.8255482163355956, 1.4596134843057298, 1.2289189554300781, 0.03931984058987773], [0.04055491157748188, -0.15891653143338794, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, -0.3470575039565956, -0.7413302606756743, -0.4540947616892366, -0.246978138800736, 0.8127490453458328, -0.6335475745253929, -0.24954169908650423, -0.19391657316793456, -0.04450010043991009], [-0.9021977327727879, -0.22868766150525893, -0.32720970219296835, 0.7754743836252342, 0.10100022022097464, -0.32187797153010167, -0.3081255587769426, 0.10643178553484862, -0.609393394358291, 0.9530444232189743, -0.9630208176230354, -0.49987173313532635, -0.5243580524812457, -0.35027680839239944], [-0.797342478741846, -0.2658989308769235, -0.3139138592612342, 0.07440607953497745, -0.010610526516989379, 0.6978930917429049, 0.005780085800279543, -0.3754754537668974, -0.6204689030170958, 0.6207831087222109, -0.7159158852998035, -0.4963394688512019, -0.5281481629066744, -0.373722945743389], [0.7244756675991203, -0.3077616089200461, -0.23107053022504476, -0.46307962026755267, -0.14294898336343245, -0.11540580563285102, -0.7935235982538347, -0.4540947616892366, -0.40634240228020424, 0.6544670805658789, -0.6217806729861913, -0.3587347384783524, -0.3713498908620829, -0.20881844637476218], [-0.8521317105778338, -0.1868249834621363, -0.06538387215266576, 0.05103713606530231, -0.04728262901660613, -0.32439592477275103, -0.25816907852356047, -0.4540947616892366, -0.3232760873391686, 0.7201998799889587, -0.6511979268341951, -0.03223065725884575, -0.33134316970477895, -0.34031220001822887], [0.19169762009055116, -0.16356794010484596, -0.08277074367877962, 2.2710867656844487, -0.14294898336343245, -0.10785194590490274, 2.0062761532603433, 0.8198292092745934, -0.25928425953274126, -1.7158380448992223, 0.9491006824972116, -0.3479843689179736, -0.2899327039454642, -0.03297241624234017], [-0.8285156623726667, 0.03644263276785104, 0.12075792889161185, -0.25275912904047565, -0.09352136695090552, -0.13554943157404623, -0.3148361307512775, -0.4540947616892366, -0.37496179441359073, 0.7689271790637797, -0.7394496883782066, -0.10441171002138952, -0.3636292955510242, -0.3584829564652458], [1.0626574778971132, -0.29380738290567193, -0.26584427327727245, -0.46307962026755267, -0.14294898336343245, -0.03231334862542078, -0.7935235982538347, -0.4540947616892366, -0.5312495277100576, 0.6525049074487719, -0.6394310252949936, -0.4201654216805174, -0.4794382252169043, -0.2928337718824749], [-0.7576675177571655, 0.4132067351559546, -0.27811735906041163, -0.3696038463888518, -0.1397601048852049, -0.35964727016984266, -0.343169656865136, 0.37577571082434413, -0.515866876795051, 0.8781548159160618, -0.8335849006918187, -0.3289408571253024, -0.46259328999277627, -0.37001064066281564], [0.9096254855276303, -0.3217158349344203, 0.09825727162252339, 0.05103713606530231, -0.14294898336343245, -0.6064066879494837, -0.6033907256476787, -0.4176969339474129, -0.5546311571008676, 0.5341204627166571, -0.6217806729861913, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7652246531828188, -0.29380738290567193, -0.061292843558286035, -0.43971067679787745, -0.14294898336343245, -0.6517298463171729, 2.165838642427862, -0.4540947616892366, -0.5238658552708545, -1.3234034214778478, 0.7019957501739796, -0.4631668999220328, -0.45978580078875503, -0.3768490973901876], [0.9285183240917639, -0.3496242869631688, 0.8581658330285578, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7446855466628417, -0.4540947616892366, -0.5860117649674811, 0.5897153677013519, -0.727682786839005, -0.46777420116219515, -0.493475671237011, -0.34754142570145063], [0.044333479290308536, -0.29380738290567193, 0.8520292901369884, -0.46307962026755267, -0.14294898336343245, -0.3168420650448029, -0.6529743963469312, -0.2073174895996718, 1.1842237023314761, -0.10751014657728979, 0.6313943409387706, 1.2547421558265097, 1.4817333582521994, -0.17677539199507636], [-0.9862708643831827, -0.33101865227733646, 0.7927093755184821, 0.28472657076205454, -0.1062768808638157, -0.49561674527291016, 0.4919237443854309, -0.4540947616892366, -0.5952413555164849, 0.18485364787163402, -0.5276454606725792, -0.49357508810710443, -0.4908085564931907, -0.3590691098990205], [0.7480917158042875, -0.29380738290567193, -0.27198081616884207, -0.46307962026755267, -0.14294898336343245, 0.20437425618362265, -0.7935235982538347, -0.4540947616892366, -0.510944428502249, 0.767292034799524, -0.7100324345302027, -0.4369052828531073, -0.4627336644529774, -0.2648937915392123], [-0.863467413716314, -0.2379904788481751, -0.32311867359858865, -0.46307962026755267, -0.029743797386354638, 1.1460887689344978, 0.4225811673173035, -0.4540947616892366, -0.6137005366144929, 0.2659568033787182, -0.5452958129813814, -0.4989502728872939, -0.5138299679661656, -0.37548140604471325], [-0.6669818926493238, 0.36204123976991587, -0.22902501592785493, 0.4015712881104307, -0.10787132010292946, 0.07344068756585392, -0.6145750122715703, -0.41696897739257643, -0.5749362563086764, 1.0946479165035201, -1.0865732837846513, -0.47744953376653615, -0.5285692862872777, -0.3121768351970413], [1.108000290451034, -0.3031102002485881, -0.26277600183148764, -0.46307962026755267, -0.14294898336343245, 0.04322524865406111, -0.7935235982538347, -0.4540947616892366, 1.2476002241013033, -0.3063436891107861, 0.9020330763404055, 1.3858966644631319, 1.3019136747346327, -0.17951077468602517], [0.02544064072617494, -0.16821934877630404, 0.43372161636166107, 2.084135217927047, -0.14294898336343245, 0.25221536779396125, 2.0219341545337914, -0.3652840619991868, -0.16145059971329942, -1.7292462278661191, 1.160904910202839, -0.33769472948161094, -0.30270677982376126, 0.3124673407289066], [-0.8814156103522408, -0.29845879157713, -0.318004887855614, 0.4015712881104307, 0.5729542349986513, 0.08099454729380212, -0.543741196986924, -0.17528740118686695, -0.6013944158824877, 1.1374886962270203, -1.0983401853238528, -0.49250005115106654, -0.5253406737026531, -0.3412891224078534], [-0.9343155583318151, -0.21473343549088475, -0.32720970219296835, 0.7053675532162086, -0.09352136695090552, -0.33446773774334865, -0.20933102693256747, 0.32263488232128146, -0.6020097219190879, 0.8745574985346993, -0.9100697606966286, -0.4992574263033047, -0.5228139334190339, -0.33679527941558035], [-0.15781989334592156, -0.037979905975478075, 0.4255395591729016, 2.2710867656844487, 0.17593886445932194, 0.19430244321302503, 2.285883318857631, 0.5162713259077837, -0.5177127949048518, -1.7292462278661191, 0.7549468071003865, -0.42477272292067975, -0.4864569482269577, -0.18927999858227085], [0.5015401725423432, -0.2845045655627558, -0.28425390195198125, -0.46307962026755267, -0.13178790868963605, 0.21444606915422024, -0.7935235982538347, -0.4540947616892366, -0.45495157917162493, 0.8140571607572376, -0.727682786839005, -0.3906786937434782, -0.41009324187757734, -0.21565690310213415], [-0.10114137765352059, 0.5806574473284452, 0.3212183300162185, 2.060766274457372, 0.04838372533022019, 0.23962560158071425, 2.2295890761840442, 0.2738617931472377, -0.5054066741728466, -1.7321894875417796, 0.8314316671051963, -0.45118791669761066, -0.49375642015741317, -0.22210459087365625], [-0.8379620816547334, -0.25659611353400735, 0.06552904286748554, 0.027668192595627063, -0.13019346945052226, 0.40329256235292515, -0.3420512282027469, -0.1403454865547162, -0.5730903381988754, 0.8935251720000661, -0.9041863099270279, -0.4789853008465903, -0.5000732708664611, -0.3059245319034441], [-0.7548335919725453, -0.2798531568912977, 0.04916492848996661, 0.07440607953497745, -0.11424907705938457, 0.010491856499618896, -0.4207140441241172, 0.10570382898001217, -0.4863321870382384, 0.8676898926248254, -0.8335849006918187, -0.3834605884672238, -0.5285692862872777, -0.38466447650718416], [0.33906176089079376, -0.13565948807609757, -0.16459131556637419, -0.46307962026755267, 0.04838372533022019, -0.2085700756108787, -0.6112197262844028, -0.4540947616892366, -0.4512597429520234, 0.6793212733825655, -0.6747317299125982, -0.4253870297527014, -0.3817376009169619, -0.17501693169375218], [-1.0174440480140032, -0.33567006094879454, -0.3149366164098292, -0.43971067679787745, -0.14294898336343245, -0.6693555190157187, 2.703430019482915, -0.4540947616892366, -0.3269679235587702, -1.7910546810549857, 1.1256042055852344, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.40248215275145255, 0.15272784955430282, -0.14311341544588058, -0.15928335516177475, 0.1424556404379327, -0.3092882053168547, -0.29023070017871616, -0.4540947616892366, -0.49125463533104047, 0.6832456196167794, -0.6923820822214004, -0.3530524002821521, -0.4305879130669331, -0.33015220716613336], [-0.8152906753777731, -0.29845879157713, -0.07867971508439989, 0.07440607953497745, 0.09781134174274712, 0.4385439077500168, 0.11016676095660032, -0.4540947616892366, -0.6223148211268966, 0.5419691551850849, -0.6688482791429974, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.6849300892852508, 0.36204123976991587, -0.2791401162090066, -0.3696038463888518, -0.1365712264069774, -0.23878551452267147, -0.4207140441241172, -0.02460039433571674, -0.41557199282920815, 0.8614763444206538, -0.7806338437654119, -0.22389438884960036, -0.40798762497456137, -0.31784298505686376], [0.3919617088703681, -0.29380738290567193, -0.2709580590202471, -0.46307962026755267, -0.14294898336343245, -0.39238066232428487, -0.7935235982538347, -0.4540947616892366, 1.4045032634343704, -0.07186400161651485, 0.8490820194139986, 0.9236307733668406, 1.4128094982934756, 0.9752114898502126], [1.1457859675793012, -0.29380738290567193, -0.25868497323710793, -0.46307962026755267, -0.14294898336343245, -0.0851903667210582, -0.7935235982538347, -0.4540947616892366, -0.5269423854538557, 0.6341912916891077, -0.6158972222165906, -0.4339873254010045, -0.4738232468088616, -0.3123722196749662], [-0.6849300892852508, 0.36204123976991587, -0.2791401162090066, -0.3696038463888518, -0.1365712264069774, -0.23878551452267147, -0.4207140441241172, -0.02460039433571674, -0.41557199282920815, 0.8614763444206538, -0.7806338437654119, -0.22205146835353543, -0.40798762497456137, -0.31725683162308904], [0.8189398604197886, -0.33101865227733646, -0.28425390195198125, -0.46307962026755267, -0.14294898336343245, 0.237107648338065, -0.7935235982538347, -0.4540947616892366, -0.49925361380684397, 0.6891321389681003, -0.7100324345302027, -0.3743995626949045, -0.40265339548692086, -0.3608275702003447], [-0.7151586309878647, -0.07519117534714263, -0.08174798653018467, 0.2613576272923793, 0.2078276492415974, -0.14058533805934495, -0.4792451441224829, -0.10321970225805598, -0.6050862521020891, 1.018123164936352, -0.9924380714710392, -0.4903499772389908, -0.523094682339436, -0.35203526869372365], [-0.7841174917469526, -0.04728272331839422, -0.18095542994389308, 0.027668192595627063, -0.14294898336343245, -0.4805090258170138, 0.09749123611618993, 0.25202309650214344, -0.5312495277100576, 0.499782433167287, -0.5747130668293853, -0.4605560958859408, -0.4524863288582995, -0.2928337718824749], [-1.0098869125883496, -0.22403625283380085, -0.32720970219296835, 0.05103713606530231, -0.12700459097229475, -0.437703820691974, 0.06021028070321819, 1.0527753068222652, -0.6223148211268966, 0.682264533058226, -0.7688669422262103, -0.49848954276327767, -0.5254810481628542, -0.3752860215667883], [0.8425559086249558, -0.2845045655627558, -0.061292843558286035, -0.46307962026755267, -0.14294898336343245, 0.19682039645567456, -0.7935235982538347, -0.4540947616892366, -0.5946260494798847, 0.7908381122048065, -0.7571000406870089, -0.4845140623347851, -0.5181815762323988, -0.34480604301050183], [0.04055491157748188, -0.15891653143338794, -0.27811735906041163, -0.46307962026755267, -0.10787132010292946, -0.3470575039565956, -0.7413302606756743, -0.4540947616892366, -0.246978138800736, 0.8127490453458328, -0.6335475745253929, -0.24954169908650423, -0.19391657316793456, -0.04450010043991009], [0.0263852826543816, -0.3031102002485881, 0.7200936179682419, -0.46307962026755267, -0.14294898336343245, -0.35964727016984266, -0.705913353033351, -0.33762171291540066, 1.2334481852594976, -0.07349914588077071, 0.6372777917083713, 1.4120047048240523, 1.5405502570764464, -0.11894158652930202], [0.7018042613221601, -0.22868766150525893, 0.2230336437511051, -0.46307962026755267, -0.031338236625468426, -0.25137528073591847, -0.7935235982538347, -0.4540947616892366, -0.5558617691740682, 0.8212517955199627, -0.7571000406870089, -0.4795996076786119, -0.4926334244758046, -0.3022122268228707], [-0.8190692430905998, -0.2658989308769235, -0.3282324593415633, -0.46307962026755267, 2.3762650144363273, -0.6869811917142645, -0.4729073817022777, -0.4540947616892366, -0.579243398564878, 1.031204319050398, -0.9865546207014384, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.036336886578137, -0.3263672436058784, 0.1892826578474723, -0.43971067679787745, -0.14294898336343245, -0.6743914255010175, 2.628868108656971, -0.4540947616892366, -0.5977025796628861, -1.6438916972719702, 0.8490820194139986, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.794508552957226, -0.04728272331839422, -0.15436374408042486, 0.004299249125951819, -0.14294898336343245, -0.49058083878761133, 0.10494742719878439, 0.2855090980246213, -0.5361719760028597, 0.49782026005018004, -0.5747130668293853, -0.46178470954998413, -0.455574566982723, -0.29654607696304824], [-0.985326222454976, -0.3031102002485881, -0.32414143074718355, 0.16788185341367842, -0.09352136695090552, -0.32691387801540045, 0.0009335615965931211, 0.9035442130807878, -0.6216995150902963, 0.722489081958917, -0.7982841960742141, -0.500486039967348, -0.5222524355782296, -0.380561402470761], [-0.8908620296343076, -0.028677088632561926, -0.2740263304660319, 0.07440607953497745, 0.23812199478475907, 0.7457342033532433, -0.6328426804239266, -0.3077754941671053, -0.6229301271634968, 1.2107431592656765, -1.168941594559062, -0.4981823893472669, -0.5282885373668756, -0.37704448186811257], [-0.48844456821826066, -0.33567006094879454, -0.31186834496404436, 1.2662221964884142, -0.11584351629849833, -0.13303147833139675, 2.0994785417927724, 3.5744168127758122, -0.5730903381988754, -1.3659171723484966, 0.7255295532523827, -0.4708457353223034, -0.4948794158390217, -0.3162799092334645], [-0.9012530908445813, -0.2845045655627558, 0.00723188539757436, -0.46307962026755267, -0.12541015173318096, -0.007133816198926771, -0.289112271516327, -0.4540947616892366, -0.2574383414229405, 0.7607514577425011, -0.6158972222165906, -0.34337706767781123, -0.29133644854747487, 0.20539664682605407], [0.28616181291121945, -0.29380738290567193, 0.567702802827597, -0.46307962026755267, -0.12700459097229475, -0.09022627320635701, -0.7327556409306908, -0.4540947616892366, 1.1386910556230565, -0.07578834785072873, 0.6313943409387706, 1.0848863167725238, 1.369293415631145, 0.21711971550154888], [-0.970211951603669, -0.15891653143338794, 1.0719220770848985, -0.18265229863145, 0.5984652628244715, -0.3193600182874523, -0.648127872143245, -0.4540947616892366, -0.6100087003948913, 1.1701915815121349, -1.1807084960982634, -0.4946501250631424, -0.5257617970832563, -0.3532075755612731], [-0.970211951603669, -0.15891653143338794, 1.0719220770848985, -0.18265229863145, 0.5984652628244715, -0.3193600182874523, -0.648127872143245, -0.4540947616892366, -0.6100087003948913, 1.1701915815121349, -1.1807084960982634, -0.4946501250631424, -0.5257617970832563, -0.3532075755612731], [-1.0268904672960701, -0.3217158349344203, 0.4777001737512431, -0.019069694343723426, -0.14294898336343245, -0.563601482824444, -0.21566878935277267, 0.295700489792332, -0.4623352516108281, 0.7597703711839476, -0.7924007453046134, -0.40941505212013846, -0.26368267988786476, -0.3723552543979146], [-0.9569869646087756, -0.3496242869631688, 0.1095076002570676, -0.46307962026755267, -0.14294898336343245, -0.6769093787436669, 2.5285823385960775, 5.747367128962688, -0.6284678814928992, -1.5277964545098137, 0.8314316671051963, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.3725000303489052, -0.27055033954838154, -0.3282324593415633, -0.46307962026755267, -0.11106019858115701, -0.5862630620082885, -0.7935235982538347, -0.4540947616892366, -0.43772301014681764, 0.48506613478898536, -0.5217620099029784, -0.4048077508799761, -0.24782036588514417, -0.29478761666172404], [0.5978936492194248, -0.28915597423421385, -0.14209065829728568, -0.46307962026755267, 0.006928305113262117, -0.02727744214012198, -0.782712121184073, -0.4540947616892366, -0.4383383161834179, 0.7332810341030047, -0.704148983760602, -0.368256494374688, -0.4463098526094526, -0.2781799360381064], [-0.3788661045462855, -0.13565948807609757, 0.0706428286104602, -0.06580758128307386, -0.14294898336343245, -0.15821101075789076, 1.118616604877486, 0.863506602564782, 0.4452411523745601, -1.0820561280737029, 1.0079351901932192, -0.03438073117092156, 0.09062245765962783, 1.4566388434571989], [-0.7151586309878647, -0.2379904788481751, 0.29053561555837054, -0.22939018557080043, -0.14294898336343245, -0.37223703638308964, 1.7833360398907725, 2.343442278547334, 0.25941872932128063, -1.4757988669064814, 1.184438713281242, 0.1373180283791295, 0.1382093996677894, 0.09207364962960433], [-0.6556461895108436, 0.32948137906970937, -0.23925258741380423, -0.46307962026755267, -0.1397601048852049, -0.14813919778729315, -0.1370059734314023, -0.11705087679994901, -0.4543362731350247, 0.6204560798693596, -0.6276641237557921, -0.2750354326154027, -0.4027937699471219, -0.34539219644427654], [-0.19560557047418892, -0.27055033954838154, 0.2854218298153959, 1.4999116311851663, -0.1365712264069774, 0.03315343568346365, 1.8795209048562393, -0.4540947616892366, 0.25141975084547724, -1.7616220842983825, 1.278573925594854, -0.10533317026942203, 0.5045867407925737, 0.24447354241103678], [0.4439170149217356, -0.31241301759150414, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, -0.0625287875372136, -0.7935235982538347, -0.4540947616892366, 1.418039996239576, -0.1657212823847937, 0.8726158224924017, 1.6423697668321706, 1.4886117068020515, -0.1443415686595408], [-0.9210905713369215, -0.17752216611922014, -0.318004887855614, 0.3782023446407554, 0.06432811772135792, 0.237107648338065, -0.15937454667918527, -0.10467561536772896, -0.6100087003948913, 0.8101328145230237, -0.8688856053094233, -0.49388224152311533, -0.5128473467447582, -0.37548140604471325], [1.278035837528237, -0.3031102002485881, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, 0.05077910838200931, -0.7935235982538347, -0.4540947616892366, -0.5884729891138821, 0.6099911565781231, -0.6335475745253929, -0.4693099682422493, -0.5131280956651604, -0.35144911525994893], [0.9247397563789372, -0.3031102002485881, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, 0.06085092135260692, -0.7935235982538347, -0.4540947616892366, 1.2900563406267214, -0.3109220930507021, 0.890266174801204, 1.4442558135051886, 1.3257773329688143, -0.15411079255578644], [-0.5734623417568622, -0.21473343549088475, 0.029732542666662885, -0.15928335516177475, -0.14294898336343245, -0.40748838178018126, 1.7535112755603945, 1.7880114272071042, 0.28218505267549043, -1.4705664052608634, 1.1962056148204434, -0.15447771683115402, 0.5775814600971283, 0.5453656384154032], [-0.8521317105778338, -0.1868249834621363, -0.05924732926109617, 0.05103713606530231, -0.04728262901660613, -0.32187797153010167, -0.25667784030704155, -0.4540947616892366, -0.32512200544896946, 0.7198728511361079, -0.6511979268341951, -0.30436858384443644, -0.24206501301690045, -0.11835543309552726], [-0.24283766688452307, -0.3077616089200461, 0.3212183300162185, 1.149377479140038, -0.14294898336343245, 0.013009809742268437, 1.8854858577223148, -0.40968941184421165, 0.33387075974991254, -1.771432949883917, 1.3374084332908618, -0.12836967647023387, 0.799373107214814, 0.21125818116380143], [-0.9003084489163744, -0.3496242869631688, 0.033823571261042615, 0.07440607953497745, -0.11424907705938457, 0.20437425618362265, -0.4207140441241172, 0.10570382898001217, -0.4863321870382384, 0.7630406597124588, -0.8806525068486247, -0.4424340443413021, -0.47452511910986694, -0.15919078898183417], [0.7074721128914001, -0.3170644262629622, -0.25868497323710793, -0.46307962026755267, -0.14294898336343245, 0.408328468838224, -0.7935235982538347, -0.4540947616892366, -0.5466321786250642, 0.8134031030515354, -0.751216589917408, -0.4567166781858055, -0.4624529155325752, -0.32800297790895927], [-0.7775049982495057, 0.2922701096980449, -0.07152041504423537, 0.004299249125951819, 0.2588497048932381, 0.12128179917619254, -0.5985442014439925, -0.3565485833411491, -0.5983178856994863, 1.1456644175482988, -1.1101070868630545, -0.4918857443190449, -0.5235158057200393, -0.33874912419482955], [0.737700654594014, -0.16356794010484596, -0.2852766591005762, -0.46307962026755267, -0.14294898336343245, 0.03567138892611291, -0.7935235982538347, -0.4540947616892366, -0.46048933350102733, 0.6508697631845163, -0.6688482791429974, -0.40327198379992196, -0.4499595885746803, -0.18341846424452343], [0.6196204135681785, -0.0705397666756846, -0.2668670304258674, -0.46307962026755267, -0.14294898336343245, 0.04322524865406111, -0.7935235982538347, -0.4540947616892366, -0.4795638206356355, 0.7620595731539054, -0.7159158852998035, -0.43214440490493955, -0.4385892572983939, -0.21174921354363588], [0.9237951144507308, -0.33101865227733646, -0.2832311448033863, -0.46307962026755267, -0.14294898336343245, -0.23626756128002213, -0.7935235982538347, -0.4540947616892366, -0.3946515875847992, 0.6181668778994017, -0.5629461652901837, -0.25276680995461787, -0.3236225743937202, -0.34754142570145063], [0.88695407925067, -0.28915597423421385, -0.257662216088513, -0.46307962026755267, -0.14294898336343245, -0.0726006005078112, -0.7935235982538347, -0.4540947616892366, -0.46418116972062895, 0.6786672156768634, -0.6335475745253929, -0.3633420397185148, -0.442940865564627, -0.2283568941672535], [-0.7132693471314513, 0.1806363015830512, -0.2832311448033863, -0.22939018557080043, -0.1397601048852049, -0.19094440291233297, -0.3931261371185181, 0.2491112702827976, -0.4844862689284376, 0.882406191003127, -0.8335849006918187, -0.2817928077676408, -0.4335357767311555, -0.36825218036149143], [-1.0278351092242768, -0.25659611353400735, -0.32720970219296835, -0.25275912904047565, -0.14294898336343245, -0.6592837060451211, 2.5129243373226293, -0.21022931581901771, -0.6272372694196987, -1.454541991471157, 0.8196647655659949, -0.5007931933833588, -0.5278674139862723, -0.38407832307340944], [-0.9598208903933956, -0.14961371409047178, -0.32720970219296835, 0.05103713606530231, 0.7993646069528069, -0.2690009534344643, -0.32602041737516907, 0.16466830992176656, -0.6192382909438953, 0.9975203472067301, -0.99832152224064, -0.4989502728872939, -0.5243580524812457, -0.37860755769151183], [0.0027692344492145225, -0.28915597423421385, 0.7200936179682419, -0.46307962026755267, -0.14294898336343245, -0.28914457937565946, -0.6947290664094596, -0.32306258181867126, 1.223603288673893, -0.07578834785072873, 0.619627439399569, 1.4227550743844308, 1.5237053218523182, -0.19709537769926738], [-0.12948063549972116, -0.3496242869631688, -0.091975558016134, 1.2428532530187386, -0.14294898336343245, 0.5367440842133433, 2.106934732875367, 1.8025705583038336, -0.3269679235587702, -1.6242699661009017, 0.7137626517131812, -0.37793182697902894, -0.19447807100873882, -0.12773388803592314], [-0.9135334359112681, -0.18217357479067822, 0.5891807029480908, -0.46307962026755267, -0.14294898336343245, -0.3520934104418944, -0.047904489994399814, -0.06463800485172289, -0.4623352516108281, 0.6289588300434895, -0.6570813776037959, -0.42569418316871216, -0.438729631758595, -0.10252929038360933], [-0.8237924527316333, 0.4690236392134516, -0.3128911021126393, -0.3228659594495013, 0.13767232272059143, -0.6869811917142645, -0.09189601738170647, 0.616729330475217, -0.5558617691740682, 0.6848807638810351, -0.7335662376086057, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.21260912518190916, -0.2472932961910912, -0.22186571588769036, 0.07440607953497745, -0.14294898336343245, -0.24130346776532094, -0.39088927979373983, -0.41696897739257643, -0.3977281177678005, 0.6724536674726918, -0.6276641237557921, -0.25537761399070985, -0.31842871936628075, -0.30807376116061813], [-0.5592927128337619, -0.2379904788481751, -0.25459394464272816, 0.8222122705645847, 0.014900501308830983, -0.4100063350228307, -0.26189717406485763, -0.11559496369027603, -0.6118546185046921, 0.7865867371177413, -0.827701449922218, -0.4940358182311207, -0.525200299242452, -0.35945987885487035], [-0.8936959554189278, -0.3496242869631688, 0.38974305897207906, -0.08917652475274906, -0.14294898336343245, -0.5661194360670934, -0.4930390976252824, -0.39513028074748224, -0.23159548788572942, 0.9265550861380315, -0.7159158852998035, -0.1919504335844746, -0.13229218513966626, -0.14824925821803905], [0.7244756675991203, -0.3170644262629622, -0.2709580590202471, -0.46307962026755267, 0.39916035793525007, -0.32943183125804987, -0.7935235982538347, -0.4540947616892366, -0.4660270878304297, 0.7234701685174705, -0.6747317299125982, -0.36180627263846066, -0.43311465335055227, -0.3143260644542154], [0.39007242501395456, -0.3170644262629622, -0.2852766591005762, -0.46307962026755267, -0.11584351629849833, -0.1556930575152413, -0.7935235982538347, -0.4540947616892366, -0.3085087424607623, 0.7892029679405503, -0.6276641237557921, -0.10840470442953028, -0.23939789827308017, -0.34167989136370325], [1.053211058615046, -0.33101865227733646, -0.22391123018488027, -0.46307962026755267, -0.14294898336343245, 0.11372793944824434, -0.7935235982538347, -0.4540947616892366, -0.53678728203946, 0.629939916602043, -0.6511979268341951, -0.4422804676332967, -0.4538900734603102, -0.3346460501584063], [-0.4157071397463461, 0.08760812815388978, 0.01848221403211862, -0.46307962026755267, -0.12222127325495342, -0.3092882053168547, -0.41400347214978234, -0.4540947616892366, -0.3189689450829668, 0.697307860289379, -0.6335475745253929, -0.14848822521894292, -0.28445809999762256, -0.26958301900941023], [-0.8389067235829402, -0.29845879157713, -0.2995952591809052, 0.004299249125951819, -0.14294898336343245, -0.40748838178018126, 2.2258609806427465, 4.188812145057796, -0.18729345325051047, -1.5186396466299816, 0.9726344855756146, 0.16496183582010368, -0.4710157576048403, -0.36317218393544365], [-0.3467482789872582, 0.13877362353992853, -0.043905972032172176, 0.6118917793375076, -0.14294898336343245, 0.13135361214679014, 1.7154847010391636, -0.4540947616892366, 0.4298585014595535, -1.604648234929833, 1.3197580809820595, 0.6103342890357996, 0.006257407078786653, 0.6547809460533548], [-0.9569869646087756, -0.28915597423421385, 0.23019294379126962, -0.13591441169209956, 0.06751699619958544, 0.31516419886019614, -0.4665696192820725, 0.08168126267040851, -0.5829352347844797, 1.0730640122153448, -1.0453891283974461, -0.4811353747586661, -0.5142510913467689, -0.31881990744648836], [-0.8445745751521802, -0.17752216611922014, 0.22712467234548472, 0.05103713606530231, 0.016494940547944745, 0.20941016266892157, -0.41176661482500404, -0.4540947616892366, -0.5097138164290484, 0.9144550185825394, -0.9394870145446323, -0.4052684810039923, -0.4752269914108723, -0.22347228221913068], [-0.48561064243364066, 0.10621376283972207, 7.258535740988596e-05, -0.46307962026755267, -0.14294898336343245, -0.3395036442286474, -0.6417901097230396, -0.22042070758672835, 1.478339987826402, -0.033601625832931026, 0.7255295532523827, 2.4612407739170297, 0.6814585606459177, -0.10389698172908375], [-0.7907299852443992, -0.2798531568912977, -0.27811735906041163, 0.004299249125951819, 0.035628211417310006, 0.3050923858895985, 0.15714076477694477, -0.4322560650441424, -0.49310055344084125, 0.4196603642187563, -0.5629461652901837, -0.41709388752040905, -0.3248859445355298, -0.36473525975884297], [-1.008942270660143, -0.3496242869631688, -0.23720707311661432, -0.46307962026755267, 0.7595036259749625, -0.6869811917142645, 2.1788869768224024, 3.629741510943384, -0.1497597850178944, -1.4578122799996687, 1.0667696978892267, 0.653335767277315, -0.5285692862872777, -0.38466447650718416], [0.5355472819577837, -0.27055033954838154, -0.26891254472305726, -0.46307962026755267, -0.14294898336343245, 0.17164086402918055, -0.7935235982538347, -0.4540947616892366, -0.40634240228020424, 0.7398216111600278, -0.6747317299125982, -0.34660217854592484, -0.4044782634695347, -0.243010730011622], [-0.7463318146186853, -0.2752017482198396, 0.19951022933342163, -0.27612807251015087, -0.14294898336343245, 0.6122826814928253, -0.40878413839196626, -0.39658619385715516, -0.5066372862460471, 0.9102036434954742, -0.8688856053094233, -0.44059112384523724, -0.5285692862872777, -0.15215694777653732], [-0.8445745751521802, -0.037979905975478075, -0.28118563050619644, 0.19125079688335359, 0.28754961119728606, 0.6248724477060723, -0.6567024918882283, -0.39076254141846334, -0.5964719675896856, 1.2015863513858445, -1.1512912422502597, -0.49941100301131014, -0.48996630973198435, -0.3768490973901876], [0.7906006025735884, -0.0705397666756846, -0.24027534456239916, -0.46307962026755267, -0.14294898336343245, 0.20941016266892157, -0.7935235982538347, -0.4540947616892366, -0.5681678899060734, 0.7427648708356882, -0.7453331391478073, -0.4808282213426552, -0.5128473467447582, -0.290293773669451], [0.7074721128914001, -0.3031102002485881, -0.30470904492387985, -0.46307962026755267, -0.12700459097229475, 0.6047288217648771, -0.7935235982538347, -0.4540947616892366, -0.5084832043558479, 0.7535568229797759, -0.7159158852998035, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.17671273191005532, -0.10309962737589107, 0.04098287130120715, 0.14451290994400318, -0.1397601048852049, -0.3546113636845438, 0.9586813061558372, 0.3721359280501617, 0.6575217350016509, -1.1271861097671607, 1.1491380086636374, 1.1306521757581367, 0.38512807516146574, 0.08113211886580918], [-0.9569869646087756, -0.16356794010484596, -0.3282324593415633, 0.0977750230046527, 0.7052926918450942, -0.23123165479472324, -0.3554723721514167, 0.22654461708286686, -0.6210842090536961, 1.0230285977291194, -1.0100884237798415, -0.4992574263033047, -0.5253406737026531, -0.3797798645590613], [-0.11814493236124086, -0.0519341319898523, -0.0367466719920077, -0.20602124210112518, 0.026061575982627375, -0.04490311483866779, -0.6567024918882283, -0.33689375636056423, -0.5029454500264454, 0.8987576336456843, -0.8688856053094233, -0.3472164853779465, -0.44350236340543125, -0.3272214399972596], [-0.5356766646285948, -0.09844821870443297, -0.27811735906041163, 0.2613576272923793, -0.14294898336343245, -0.6668375657730693, 2.12930330612315, 2.3558175399795545, 0.07298100023140089, -1.7485409301843369, 1.2903408271340557, 0.404541500308547, -0.06533356762375743, 0.03736599581062864], [0.08589772413140272, -0.29845879157713, 0.5175877025464456, -0.46307962026755267, -0.14294898336343245, 0.5291902244853951, -0.7868130262794998, -0.385666845534608, 1.1085410598296441, 0.0334392890015539, 0.519608776316356, 0.9286988047310192, 1.0453091614870829, 0.3237996404485516], [-0.8936959554189278, -0.3496242869631688, 0.2076922865221811, -0.08917652475274906, -0.14294898336343245, -0.42259610123607766, -0.553061435840167, -0.39513028074748224, -0.23159548788572942, 0.9396362402520775, -0.7629834914566096, -0.3777782502710235, -0.1890034670608972, 0.2456458492785863], [0.5988382911476317, -0.13565948807609757, -0.02651910050605837, -0.46307962026755267, -0.08714360999445044, 0.20437425618362265, -0.7659356912482357, -0.4540947616892366, -0.5687831959426737, 0.7754677561208027, -0.7806338437654119, -0.48128895146667144, -0.5051267514336996, -0.32272759700498665], [1.1221699193741341, -0.33101865227733646, -0.26891254472305726, -0.46307962026755267, -0.14294898336343245, 0.09862021999234794, -0.7935235982538347, -0.4540947616892366, -0.5392485061858611, 0.6184939067522526, -0.6335475745253929, -0.4201654216805174, -0.4780344806148937, -0.3260491331297101], [0.9474111626558979, -0.33101865227733646, -0.2678897875744623, -0.46307962026755267, -0.14294898336343245, 0.12379975241884195, -0.7935235982538347, -0.4540947616892366, -0.49925361380684397, 0.6518508497430697, -0.6453144760645944, -0.38653212262733205, -0.4077068760541592, -0.34226604479747796], [-0.7633353693264054, 0.5527489952996967, -0.2607304875342978, -0.29949701597982614, -0.14294898336343245, -0.3772729428683884, -0.3413056090944874, 0.2411037481795964, -0.5115597345388492, 0.8732493831232949, -0.827701449922218, -0.32080129160101556, -0.4646989068957923, -0.3672752579718669], [0.050945972787755346, 3.752918161262849, 0.00723188539757436, 0.5651538923981573, -0.14294898336343245, -0.2841086728903607, 1.882876190843407, -0.4198808036119223, -0.5417097303322621, -1.435901346858642, 0.8020144132571926, -0.46270616979801654, -0.504003755752091, -0.2615722554144888], [-0.5356766646285948, -0.13565948807609757, 0.033823571261042615, -0.019069694343723426, -0.08076585303799536, -0.47799107257436435, 0.9885060704862145, 1.5499696337755773, 0.5098482862175877, -0.9276985095279621, 0.8961496255708047, 0.24482172398291815, 0.8788250516886176, 0.07722442930731091], [1.0324289361944992, -0.21473343549088475, -0.2903904448435508, -0.46307962026755267, -0.12700459097229475, 0.3378257780440409, -0.7935235982538347, -0.4540947616892366, -0.5663219717962726, 0.49422294266881744, -0.680615180682199, -0.45118791669761066, -0.501898138849075, -0.3231183659608365], [-0.6896532989262842, 0.18528771025450927, 0.08700694298797913, -0.3696038463888518, -0.1349767871678636, -0.3445395507139462, -0.5523158167319075, -0.4540947616892366, -0.2715903802647465, 0.8820791621502757, -0.7453331391478073, 0.05592237313626091, -0.29975891615953887, -0.3494952704806998], [0.6281221909220387, 0.6597313947432323, -0.3210731593013988, 0.7988433270949096, 0.06432811772135792, 1.1486067221771474, -0.25816907852356047, -0.0981240063742007, 0.048368758767390344, -0.01463395236756442, -0.0393190467957161, -0.25722053448677484, -0.18745934799868547, 0.8286731314065275], [-0.884249536136861, -0.1868249834621363, -0.32005040215280384, -0.04243863781339862, 0.0021449873959208023, 0.26228718076455887, 0.07885075840970406, 0.21344139909581034, -0.6210842090536961, 0.596255944758375, -0.6982655329910012, -0.4977216592232506, -0.5278674139862723, -0.3750906370888634], [0.48737054361924304, 1.6132701723921368, 0.13712204326913077, -0.08917652475274906, -0.14294898336343245, -0.24130346776532094, 0.05834623293256971, -0.2531787525543697, 0.41693707469094793, -0.4662607981549961, 0.5313756778555576, 0.6236954626322705, 0.09188582780143735, 0.23294585821346686], [-0.7283836179827583, 0.19459052759742534, -0.20754711580736132, 0.23798868382270408, -0.12062683401583965, 0.7406982968679447, -0.6813079224607899, -0.4540947616892366, -0.5940107434432844, 1.1750970143049022, -1.145407791480659, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.19560557047418892, -0.16821934877630404, 0.20155574363061152, -0.46307962026755267, -0.1413545441243187, -0.10533399266225334, 1.402324675570201, -0.4540947616892366, 0.8359604856157273, -1.62099967757239, 1.5080285056092837, 0.18001235320463407, 0.9919668666106776, 1.0265976075444647], [-0.7283836179827583, 0.19459052759742534, -0.20754711580736132, 0.23798868382270408, -0.12062683401583965, 0.7406982968679447, -0.6809351129066601, -0.4540947616892366, -0.5940107434432844, 1.1750970143049022, -1.145407791480659, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.29006976329485723, -0.3031102002485881, 0.4858822309400025, -0.3228659594495013, -0.1126546378202708, -0.0751185537504606, -0.3633013727881408, -0.4540947616892366, -0.4746413723428334, 0.6812834464996725, -0.6923820822214004, -0.3710208751187854, -0.38454509012098315, -0.3203829832698877], [-0.8936959554189278, -0.3496242869631688, 0.16678200057838377, -0.08917652475274906, -0.14294898336343245, 0.6928571852576059, -0.3424240377568766, -0.39513028074748224, -0.5294036096002569, 0.90039277790994, -0.8571187037702217, -0.3777782502710235, -0.4719983788262478, -0.3059245319034441], [-0.38453395611552554, -0.22403625283380085, 0.13814480041772573, 0.6352607228071829, 0.9093809144516571, -0.22367779506677513, 2.3753576118487634, 1.9481618692711287, -0.45002913087882285, -1.7158380448992223, 0.9079165271100063, -0.2711960149152674, -0.5004943942470643, -0.15020310299728817], [-1.006108344875523, -0.31241301759150414, -0.3220959164499937, -0.392972789858527, -0.06482146064685763, -0.5082065114861571, 0.051262851404105025, 1.1714322252606104, -0.5127903466120497, 0.31141381392502715, -0.262890176040545, -0.2503095826265313, -0.5170585805507902, -0.378216788735662], [-0.4752195812233671, -0.22403625283380085, 0.49508704527735703, 0.541784948928482, 0.23333867706741773, -0.2060521223682293, 2.357835562804667, 2.3587293661989, -0.4038811781338031, -1.7321894875417796, 0.9785179363452153, -0.4048077508799761, -0.32643006359774157, -0.1990492224785165], [-0.83040494622908, -0.037979905975478075, -0.1686823441607539, -0.06580758128307386, -0.14294898336343245, -0.5233142309420535, 0.04567070809215932, 0.3881509722565642, -0.49186994136764073, 0.5422961840379358, -0.5864799683685867, -0.34199487730576245, -0.4652604047365966, -0.3145214489321403], [-0.4317660525258597, -0.33567006094879454, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.49561674527291016, 2.157264022682879, -0.4540947616892366, -0.5964719675896856, -1.3793253553153937, 0.8196647655659949, -0.48006033780262813, -0.5059689981949059, -0.35770141855354615], [0.16146907838793725, -0.31241301759150414, 0.7845273183297228, -0.46307962026755267, -0.14294898336343245, -0.0851903667210582, -0.7305187836059124, -0.4540947616892366, 1.106079835683243, -0.034909741244335574, 0.5666763824731622, 1.0541709751714414, 1.3327960559788674, 0.20930433638455234], [-0.9532083968959487, -0.2798531568912977, -0.2832311448033863, 0.12114396647432794, 0.024467136743513612, -0.2211598418241257, -0.013233201460336104, 0.6669583327589339, -0.616161760760894, 0.7169295914604474, -0.7629834914566096, -0.495264431895164, -0.5274462906056692, -0.36825218036149143], [-0.29951618257692403, -0.22403625283380085, -0.30266353062669, 4.02375752591009, -0.14294898336343245, 0.7054469514708529, 2.189698453892164, -0.42279262983126825, -0.5626301355766711, -1.5078476944858938, 0.8373151178747972, -0.4789853008465903, -0.5010558920878686, -0.32292298148291154], [-0.1370377709253746, -0.09379681003297492, 0.5666800456790022, -0.18265229863145, -0.14294898336343245, -0.24130346776532094, 0.2205183889789967, -0.3106873203864512, 0.9344094514717693, -0.6788295525082405, 0.9255668794188086, 1.1354130537063045, 0.7112179462085441, 0.28355043799601937], [-0.8681906233573472, -0.07984258401860074, 0.09621175732533346, 0.027668192595627063, 0.14405007967704653, 0.6953751385002552, -0.6395532523982614, -0.3740195406572244, -0.6235454332000971, 1.2159756209112953, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8190692430905998, -0.2752017482198396, 0.06450628571889061, 0.0977750230046527, -0.12700459097229475, 0.09862021999234794, -0.40580166195892853, 0.12827048217994283, -0.480794432708836, 0.8840413352673827, -0.8630021545398225, -0.378699710519056, -0.5285692862872777, -0.38466447650718416], [-0.7567228758289587, -0.15891653143338794, -0.31084558781544946, 0.23798868382270408, 0.9460530169512739, -0.057492881051914795, -0.5940704867944359, -0.3470851481282749, -0.6075474762484903, 1.1472995618125545, -1.115990537632655, -0.49357508810710443, -0.525200299242452, -0.3530121910833482], [-1.0457833058602037, -0.33567006094879454, -0.316982130707019, -0.46307962026755267, -0.14294898336343245, -0.6769093787436669, 2.6803158271268726, 6.017439010807021, -0.6272372694196987, -1.5935292539328938, 0.9079165271100063, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.3184090211410577, -0.2752017482198396, 0.37746997318893977, 0.3080955142317297, 3.109707064428662, -0.2664830001918149, 2.30079570102282, 0.5140874562432742, -0.5423250363688623, -1.7158380448992223, 0.6725784963259759, -0.4554880645217622, -0.472419502206851, -0.24789534195974483], [0.3050546514753532, -0.1868249834621363, 0.09723451447392846, -0.22939018557080043, -0.14294898336343245, -0.26144709370651614, -0.6108469167302732, -0.4540947616892366, -0.4623352516108281, 0.6845537350281843, -0.6864986314517997, -0.440130393721221, -0.430307164146531, -0.16974155078977948], [-0.016123604114919074, -0.28915597423421385, 0.7344122180485713, -0.46307962026755267, -0.14294898336343245, -0.2866266261330101, -0.7077774008039996, -0.33762171291540066, 1.1374604435498563, -0.015288010073266812, 0.5431425793947592, 1.2108192173369619, 1.482996728394009, 0.13701207955233438], [-0.851187068649627, -0.2379904788481751, -0.3190276450042089, 0.5651538923981573, 0.4358324604348668, -0.065046740779863, 0.08779818770881735, -0.4540947616892366, -0.6106240064314916, 0.5808855886743711, -0.7335662376086057, -0.4941893949391261, -0.5125665978243561, -0.3768490973901876], [-0.5923551803209959, -0.2007792094765105, -0.04799700062655196, -0.04243863781339862, -0.14294898336343245, -0.6869811917142645, 1.44333372652447, 1.4240331497888672, 0.46062380328956665, -1.2802356129014967, 1.1256042055852344, 0.23560712150259336, 0.28560258287890944, 1.0025653167597004], [-0.7123247052032446, -0.10775103604734912, -0.20243333006438666, -0.25275912904047565, -0.14294898336343245, -0.5359039971553006, -0.07027306324218291, 0.5730519371850286, -0.4654117817938294, 0.5844829060557337, -0.5923634191381876, -0.2306517640018385, -0.4670852727192104, -0.36121833915619456], [1.3639982529950452, -0.29845879157713, -0.27709460191181673, -0.46307962026755267, -0.14294898336343245, -0.09022627320635701, -0.7935235982538347, -0.4540947616892366, -0.5780127864916776, 0.6456373015388975, -0.604130320677389, -0.4656241272501194, -0.5062497471153081, -0.31881990744648836], [-0.3344679339205713, -0.21008202681942667, 0.06962007146186527, -0.46307962026755267, -0.11424907705938457, -0.2211598418241257, -0.5661097702347071, -0.4540947616892366, -0.19160059550671232, 0.7264134281931309, -0.5923634191381876, -0.15524560037118107, -0.1819847440508439, -0.2934199253162496], [-0.6405319186595366, -0.3263672436058784, -0.19936505861860188, -0.46307962026755267, -0.14294898336343245, 0.11876384593354314, 0.67795571189616, -0.1818390101803952, -0.4924852474042411, -0.08200189605490042, -0.13933770987892902, -0.4473484989974753, -0.4439234867860344, -0.21917382370478258], [0.9965325429226454, -0.3217158349344203, -0.27300357331743696, -0.46307962026755267, -0.14294898336343245, 0.17667677051447922, -0.7935235982538347, -0.4540947616892366, -0.5152515707584507, 0.6247074549564242, -0.6453144760645944, -0.3955931483996514, -0.4274996749425096, -0.34754142570145063], [-0.7123247052032446, 0.21319616228325763, -0.25459394464272816, -0.27612807251015087, -0.13178790868963605, -0.6869811917142645, 0.16198728898063106, -0.0544466130840122, -0.2789740527039497, 0.2921191116068099, -0.38644264220216096, 0.04670777065593616, -0.5285692862872777, -0.38466447650718416], [1.018259307271399, -0.3031102002485881, -0.2095926301045512, -0.46307962026755267, 0.3385716668489267, 0.40329256235292515, -0.7935235982538347, -0.4540947616892366, 0.9085665979345584, -0.08625327114196539, 0.5902101855515652, 0.8207343790032144, 0.6842660498499392, 0.5258271906229119], [0.3239474900394868, -0.3077616089200461, 0.8581658330285578, -0.46307962026755267, -0.14294898336343245, -0.18590849642703416, -0.6779526364736222, -0.4540947616892366, 1.1251543228178509, -0.15918070532777068, 0.6372777917083713, 0.927777344482987, 1.2585379665325032, 0.23919816150706408], [-0.4931677778592941, 0.6922912554434387, -0.3190276450042089, -0.46307962026755267, 0.5745486742377649, -0.24382142100797025, -0.26786212693093314, -0.4540947616892366, -0.5607842174668702, 0.6992700334064854, -0.851235253000621, -0.45978821234591377, -0.48856256512997365, -0.3430475827091776], [-0.729328259910965, 0.3573898310984578, -0.07152041504423537, 0.3314644577014049, 0.20463877076336984, -0.12295966536079922, -0.6078644402972354, -0.39949802007650104, -0.6026250279556882, 1.1423941290197877, -1.115990537632655, -0.48635698283085005, -0.5246388014016479, -0.35144911525994893], [-0.8851941780650677, 0.38529828312720626, -0.3139138592612342, 0.004299249125951819, 0.8934365220605194, 0.030635482440814106, -0.6891369230975137, -0.4540947616892366, -0.616161760760894, 1.276475958688757, -1.1924753976374651, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.5771115267988779, -0.3263672436058784, -0.24948015889975353, -0.46307962026755267, -0.015393844234330694, -0.02979539538277138, -0.790541121820797, -0.4540947616892366, -0.38357607892599443, 0.7267404570459818, -0.6394310252949936, -0.3372339993575947, -0.4106547397183816, -0.17951077468602517], [0.37212422837802767, 1.1760377572750778, 0.48281395949421774, -0.019069694343723426, -0.14294898336343245, -0.4326679142066753, 0.09860966477857913, -0.25245079599953324, 0.4938503292659808, -0.522509760845393, 0.596093636321166, 0.5031377468480218, 0.08935908751781818, 0.5326656473502839], [0.8472791182659892, -0.2472932961910912, -0.24027534456239916, -0.46307962026755267, -0.14294898336343245, 0.16660495754388163, -0.7935235982538347, -0.4540947616892366, -0.49556177758724235, 0.6924024274966116, -0.6688482791429974, -0.40173621671986787, -0.4317109087485416, -0.34167989136370325], [1.6369997702467762, -0.3263672436058784, -0.2157291729961208, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, -0.431569949780815, 0.39022776746215354, -0.4511606006677693, -0.3756281763589478, -0.28712521474144287, -0.37294140783168933], [0.3333939093215536, -0.29845879157713, 0.7804362897353431, -0.46307962026755267, -0.14294898336343245, -0.09778013293430521, -0.7226897829691884, -0.3740195406572244, -0.5853964589308808, 0.7761218138265048, -0.8630021545398225, -0.4676206244541898, -0.49038743311258753, -0.3580921875093959], [-0.3373018597051914, -0.0705397666756846, -0.3251641878957785, 0.4716781185194563, -0.13816566564609115, -0.2337496080373727, 2.1535359271415815, 2.3776562366246483, -0.16944957818910283, -1.6540295917103558, 1.1432545578940367, -0.18120006402409575, -0.08302074960909182, 0.019586008319461494], [0.7868220348607614, 0.022488406753476818, -0.24641188745396872, -0.46307962026755267, -0.12700459097229475, 0.19430244321302503, -0.7935235982538347, -0.4540947616892366, -0.5853964589308808, 0.7859326794120391, -0.7629834914566096, -0.4802139145106336, -0.5121454744437529, -0.33659989493765546], [-0.8048996141674997, -0.18217357479067822, -0.3067545592210697, 0.14451290994400318, 0.8456033448871062, 0.11120998620559494, -0.5288288148217353, -0.32743032114769005, -0.5977025796628861, 1.0933398010921158, -1.0748063822454499, -0.48589625270683384, -0.5232350567996372, -0.33484143463633126], [-0.8936959554189278, -0.3496242869631688, 0.2076922865221811, -0.27612807251015087, -0.14294898336343245, 0.6928571852576059, -0.4930390976252824, -0.39513028074748224, -0.45495157917162493, 1.0377448961074212, -0.9041863099270279, -0.3777782502710235, -0.4719983788262478, -0.14824925821803905], [-0.964544100034429, -0.2798531568912977, -0.3251641878957785, 0.8923191009736103, -0.08236029227710913, -0.0700826472651618, 0.5910910857839359, -0.4540947616892366, -0.6106240064314916, 0.18746987869444334, -0.4629275022069708, -0.4991038495952993, -0.5200064442150126, -0.37137833200829], [-0.7576675177571655, 0.10621376283972207, -0.2893676876949559, -0.3228659594495013, -0.08554917075533666, -0.32691387801540045, -0.308871177885202, 0.38014345015336304, -0.4389536222200181, 0.8091517279644702, -0.7453331391478073, -0.2586027248588236, -0.4246921857384883, -0.30553376294759427], [-0.03312715882263934, -0.2845045655627558, 0.3130362728274591, 2.7150966916082777, -0.14294898336343245, 0.028117529198164702, 2.041320251348537, -0.40677758562486577, -0.25313119916673865, -1.6759405248513826, 1.0785365994284284, -0.31972625464497767, -0.140153154910926, 0.04830752657442371], [-0.5866873287517557, -0.14961371409047178, -0.027541857654653303, 0.6118917793375076, -0.1285990302114085, -0.0751185537504606, -0.2249890282060156, -0.4388076740376707, -0.5786280925282778, 0.7218350242532149, -0.7806338437654119, -0.47591376668648205, -0.5058286237347049, -0.3281983623868842], [-0.8757477587830007, 0.30622433571241897, -0.29345871628933556, -0.46307962026755267, 0.32103283521867526, -0.4326679142066753, -0.46806085749859133, 0.15010917882503713, -0.4278781135612134, 0.9857473085040889, -0.8688856053094233, -0.1759784559519117, -0.4830879611821321, -0.240666116276523], [-0.5677944901876221, -0.14961371409047178, 7.701433914277247, -0.46307962026755267, -0.1349767871678636, 0.03818934216876245, -0.6578209205506175, -0.18911857572875995, -0.6278525754562989, 0.5102473564585234, -1.0806898330150505, -0.5011003467993697, -0.5282885373668756, -0.38407832307340944], [-0.6329747832338832, -0.0705397666756846, -0.08481625797596946, -0.08917652475274906, -0.10468244162470194, 0.0230816227128659, -0.32005546450909356, -0.22333253380607426, -0.4574128033180261, 0.7401486400128786, -0.727682786839005, -0.34921298258201683, -0.3615236786480083, -0.3070968387709936], [-0.6329747832338832, -0.0705397666756846, -0.08481625797596946, -0.08917652475274906, -0.10468244162470194, 0.0230816227128659, -0.32005546450909356, -0.22333253380607426, -0.4574128033180261, 0.7401486400128786, -0.727682786839005, -0.34921298258201683, -0.3615236786480083, -0.3070968387709936], [-0.6329747832338832, -0.29845879157713, 0.47156363085967357, 0.12114396647432794, -0.14294898336343245, -0.2211598418241257, 2.3671558016579097, 2.737266774713867, -0.2660526259353442, -1.7321894875417796, 1.0785365994284284, 0.143461096699346, -0.430307164146531, -0.2303107389465026], [-0.4808874327926072, -0.08449399269005878, 0.014391185437738947, -0.3696038463888518, -0.14294898336343245, -0.5056885582435078, -0.2730814606887491, -0.35145288745729375, -0.2598995655693415, 0.5714017519416877, -0.49822820682457536, 0.020292576879005285, -0.29779367371672394, -0.30651068533721887], [-0.5526802193363152, -0.2472932961910912, -0.21777468729331062, 0.5885228358678325, 0.14405007967704653, -0.3017343455889065, -0.28575698552915957, -0.09011648427099946, -0.6038556400288887, 0.8016300643488942, -0.8335849006918187, -0.4914250141950287, -0.5239369291006425, -0.35047219287032433], [1.0891074518869004, -0.29845879157713, -0.26277600183148764, -0.46307962026755267, -0.14294898336343245, 0.07344068756585392, -0.7935235982538347, -0.4540947616892366, 1.2045288015392848, -0.281162467441248, 0.8608489209532002, 1.3428951862216165, 1.268223804286377, -0.17951077468602517], [0.7783202575069013, -0.11705385339026526, -0.22902501592785493, -0.46307962026755267, -0.14294898336343245, 0.33027191831609254, -0.7935235982538347, -0.4540947616892366, -0.5786280925282778, 0.7780839869436118, -0.7571000406870089, -0.47652807351850374, -0.5098994830805358, -0.3266352865634849], [0.9644147173636182, -0.3263672436058784, -0.26277600183148764, -0.46307962026755267, -0.14294898336343245, 0.249697414551312, -0.7935235982538347, -0.4540947616892366, -0.5201740190512529, 0.6655860615628174, -0.6570813776037959, -0.4201654216805174, -0.4499595885746803, -0.3494952704806998], [1.4575178038875065, -0.3170644262629622, -0.2484574017511586, -0.46307962026755267, -0.14294898336343245, 0.025599575955515444, -0.7935235982538347, -0.4540947616892366, -0.5977025796628861, 0.5570124824162375, -0.6335475745253929, -0.48743201978688794, -0.48126309319951815, -0.3797798645590613], [0.36173316716775417, -0.3031102002485881, 0.7916866183698872, -0.46307962026755267, -0.14294898336343245, -0.13806738481669556, -0.6593121587671363, -0.3740195406572244, -0.5915495192968835, 0.72052690884181, -0.8159345483830164, -0.47391726948241164, -0.5075131172571177, -0.36317218393544365], [-0.5167838260644612, -0.2472932961910912, -0.27709460191181673, 0.5184160054588068, 0.38321596554411236, -0.057492881051914795, -0.35733641992206533, -0.4540947616892366, -0.5915495192968835, 0.8349870073397109, -0.8630021545398225, -0.48036749121863903, -0.5261829204638596, -0.32409528835046103], [-0.7652246531828188, 0.28296729235512874, -0.015268771871514108, 0.0977750230046527, 0.013306062069717194, 0.4863850193603554, -0.6537200154551907, -0.42279262983126825, -0.6124699245412923, 1.1688834661007301, -1.1512912422502597, -0.49495727847915316, -0.5277270395260714, -0.3633675684133686], [-0.6811515215724241, 0.19459052759742534, -0.24743464460256365, -0.43971067679787745, -0.1397601048852049, -0.22619574830942452, -0.41213942437913376, 0.24183170473443286, -0.4057270962436039, 0.8480681614537569, -0.7688669422262103, -0.1884181693003501, -0.4018111487257144, -0.3307383605999081], [-0.39398037539759234, 0.6876398467719808, -0.26891254472305726, -0.46307962026755267, -0.14294898336343245, 0.18423063024242756, -0.2939587957200133, -0.4540947616892366, -0.3884985272187965, 0.6191479644579552, -0.6276641237557921, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.633790042491279, -0.2798531568912977, -0.2709580590202471, -0.46307962026755267, -0.14294898336343245, 0.18171267699977803, -0.7935235982538347, -0.4540947616892366, -0.43341586789061576, 0.7378594380429208, -0.6747317299125982, -0.3344696186134973, -0.36727903151625196, -0.2940060787500244], [-0.7085461374904178, -0.0705397666756846, -0.08481625797596946, -0.08917652475274906, -0.10468244162470194, 0.1514972380879852, -0.32005546450909356, -0.19421427161261529, -0.48202504478203656, 0.7695812367694819, -0.774750392995811, -0.34921298258201683, -0.3893178217678195, -0.3070968387709936], [0.7754863317222815, -0.25659611353400735, -0.24129810171099406, -0.46307962026755267, -0.14294898336343245, 0.10869203296294554, -0.7935235982538347, -0.4540947616892366, -0.4543362731350247, 0.7188917645775544, -0.6511979268341951, -0.38822146641539157, -0.3907215663698302, -0.3194060608802631], [-0.7463318146186853, 0.17133348424013498, -0.2668670304258674, -0.27612807251015087, -0.1285990302114085, -0.2664830001918149, -0.4080385192837069, 0.24037579162475983, -0.4198791350854099, 0.8775007582103597, -0.7982841960742141, -0.17843568327999831, -0.3895985706882216, -0.3604368012444949], [-0.8955852392753412, -0.2007792094765105, 0.3856520303776992, -0.27612807251015087, -0.06641589988597141, -0.6869811917142645, -0.11314616196710037, 0.41217353856616784, -0.4574128033180261, 0.6518508497430697, -0.680615180682199, -0.3188047943969452, -0.4728406255874542, -0.22952920103480298], [-0.6291962155210564, -0.2845045655627558, 0.4030389019038131, 0.12114396647432794, -0.1413545441243187, -0.2136059820961775, 2.382440993377228, 2.8020549080943127, -0.28143527685035075, -1.7321894875417796, 1.0785365994284284, 0.09892385137777641, -0.4274996749425096, -0.2283568941672535], [0.6432364617733456, 0.07365390213951556, 0.07575661435343486, -0.46307962026755267, -0.09033248847267798, -0.03483130186807018, -0.7935235982538347, -0.4540947616892366, -0.5829352347844797, 0.7921462276162108, -0.7982841960742141, -0.47069215861429803, -0.5104609809213401, -0.33425528120255654], [0.6432364617733456, 0.07365390213951556, 0.07575661435343486, -0.46307962026755267, -0.09033248847267798, -0.03483130186807018, -0.7935235982538347, -0.4540947616892366, -0.5829352347844797, 0.7921462276162108, -0.7982841960742141, -0.47069215861429803, -0.5104609809213401, -0.33425528120255654], [-0.7812835659623326, 0.07830531081097364, -0.2914132019921457, -0.3462349029191766, 0.010117183591489642, -0.37475498962573905, -0.37299442119551346, 0.09915221998648384, -0.33927404429077546, 0.8176544781386001, -0.704148983760602, -0.30866873166858805, -0.25680433133801245, -0.17618923856130164], [-0.5243409614901147, -0.25659611353400735, 0.03280081411244768, -0.13591441169209956, -0.14294898336343245, -0.45784744663316923, 0.9508523055191132, -0.4540947616892366, 1.1399216676962574, -1.2324894003852296, 1.4668443502220785, 0.7468639824526111, 1.5053162675659786, 0.3050427305677598], [-0.6981550762801444, 0.2690130663407545, -0.2607304875342978, -0.3462349029191766, -0.13019346945052226, -0.6869811917142645, 0.023674944398505995, -0.010769219793823765, -0.246978138800736, 0.40527109469330597, -0.4452771498981685, 0.09738808429772225, -0.5285692862872777, -0.38466447650718416], [-0.9399834099010553, -0.14496230541901367, -0.08277074367877962, 0.5651538923981573, 0.02925045446085493, 0.41336437532352294, -0.24996726833270666, -0.4540947616892366, -0.6198535969804955, 0.8971224893814287, -0.9571373668534346, -0.49710735239122894, -0.5271655416852671, -0.3731367923096143], [-0.7888407013879859, 0.0503968587822252, -0.08481625797596946, 0.004299249125951819, 0.4230769465219566, 0.471277299904459, -0.6485006816973746, -0.4540947616892366, -0.6032403339922884, 1.199624178268738, -1.145407791480659, -0.48881421015893667, -0.5239369291006425, -0.3518398842157987], [-0.23339124760245628, -0.3496242869631688, 0.41735750198414223, 0.23798868382270408, -0.14294898336343245, -0.6869811917142645, -0.0031673434988337495, -0.4540947616892366, -0.4869474930748387, 0.3248219968919245, -0.4629275022069708, -0.3977432223117272, -0.4033552677879262, -0.2988906906981472], [0.6281221909220387, -0.3170644262629622, -0.22800225877925995, -0.46307962026755267, -0.11106019858115701, 0.03567138892611291, -0.7883042644960186, -0.4540947616892366, -0.38603730307239553, 0.7077727835806154, -0.6276641237557921, -0.2891644897519006, -0.3689635250386648, -0.2779845515601815], [0.2889957386958396, 0.4969320912421999, 1.4707973650369222, 0.6819986097465334, -0.09989912390736061, -0.10533399266225334, 1.7598490379805998, -0.036247699213100344, -0.2912801734359549, -1.6062833791940885, 0.9667510348060139, -0.2879358760878573, -0.36461191677243177, 0.06471982272011645], [0.6073400685014918, -0.22868766150525893, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, 0.40329256235292515, -0.7935235982538347, -0.4540947616892366, -0.4863321870382384, 0.7663109482409706, -0.7217993360694043, -0.43383374869299907, -0.4484154695124685, -0.2676291742301611], [-0.8521317105778338, -0.04728272331839422, -0.2893676876949559, -0.46307962026755267, -0.13338234792874984, -0.4981346985155595, -0.6895097326516435, -0.44608723958603536, 1.6481644539280746, 0.07333680904939359, 0.743179905561185, 3.035617661857271, 0.9714721954213217, -0.11620620383835323], [-0.699099718208351, 0.22249897962617385, -0.25459394464272816, -0.46307962026755267, 0.022872697504399825, -0.1833905431843847, -0.3957358039974262, 0.15520487470889233, -0.4309546437442147, 0.8510114211294169, -0.7806338437654119, -0.2205157012734813, -0.41598896920602213, -0.3430475827091776], [-0.8851941780650677, 0.11551658018263823, -0.2822083876547914, 0.4716781185194563, 0.23971643402387283, 0.37055917019848295, -0.6183031078128676, -0.4031378028506834, -0.6100087003948913, 1.1947187454759707, -1.1512912422502597, -0.4903499772389908, -0.5277270395260714, -0.3590691098990205], [1.1108342162356537, -0.33101865227733646, -0.23618431596801942, -0.46307962026755267, -0.14294898336343245, 0.14394337836003715, -0.7935235982538347, -0.4540947616892366, -0.527557691490456, 0.5991992044340354, -0.6276641237557921, -0.4327587117369612, -0.45613606482352725, -0.3203829832698877], [-0.7878960594597793, 0.0503968587822252, -0.26891254472305726, -0.22939018557080043, 0.07867807087338184, -0.2664830001918149, -0.021062202097060202, 0.4798734981659599, -0.5484780967348649, 0.6260155703678291, -0.6688482791429974, -0.495264431895164, -0.5136895935059647, -0.3661029511043174], [0.8321648474146823, -0.29380738290567193, -0.24232085885958898, -0.46307962026755267, 0.30349400358842366, -0.36720112989779086, -0.7935235982538347, -0.4540947616892366, -0.43772301014681764, 0.6659130904156687, -0.6217806729861913, -0.3387697664376488, -0.41626971812642427, -0.3006491509994714], [-0.6669818926493238, 0.36204123976991587, 0.0010953425060048188, 0.4015712881104307, -0.10787132010292946, 0.07344068756585392, -0.6145750122715703, -0.41696897739257643, -0.5749362563086764, 1.0946479165035201, -1.0865732837846513, -0.49603231543519105, -0.5285692862872777, -0.3678614114056416], [-0.016123604114919074, -0.14031089674755562, -0.08174798653018467, 1.172746422609713, 0.7260204019535733, -0.1556930575152413, 2.039829013132018, 1.1474096589510068, -0.33927404429077546, -1.7158380448992223, 0.890266174801204, -0.3633420397185148, -0.3601199340459976, 0.12333516609759049], [0.9143486951686638, -0.31241301759150414, -0.28118563050619644, -0.46307962026755267, -0.14294898336343245, -0.25641118722121725, -0.7935235982538347, -0.4540947616892366, -0.3571179193521831, 0.598872175581184, -0.53352891144218, -0.2128368658732107, -0.29133644854747487, -0.34167989136370325], [0.058503108213408817, -0.08449399269005878, 3.484606190620344, 0.7988433270949096, -0.14294898336343245, -0.15821101075789076, 0.19330329152752732, -0.0027616976906225253, -0.258668953496141, -0.40706857578893874, -0.11580390680052598, -0.32663720650522127, -0.3542242067175528, 0.24134739076423806], [0.869005882614743, -0.27055033954838154, -0.24334361600818394, -0.46307962026755267, -0.14294898336343245, 0.14646133160268654, -0.7935235982538347, -0.4540947616892366, -0.4746413723428334, 0.684226706175333, -0.6453144760645944, -0.38637854591932663, -0.41626971812642427, -0.3338645122467067], [0.7868220348607614, -0.31241301759150414, 0.13814480041772573, 0.19125079688335359, -0.14294898336343245, -0.5912989684935873, -0.6406716810606505, -0.4249764994957776, -0.5669372778328728, 0.6093370988724205, -0.680615180682199, -0.48620340612284463, -0.514531840267171, -0.2869722375447275], [0.6640185841938929, -0.3031102002485881, -0.008109471831349578, 0.2613576272923793, -0.14294898336343245, -0.6064066879494837, -0.5698378657760043, -0.4104173683990482, -0.5484780967348649, 0.5864450791728407, -0.6511979268341951, -0.42477272292067975, -0.5004943942470643, -0.26743378975223614], [-0.7368853953366185, -0.15426512276192983, -0.08277074367877962, 0.19125079688335359, 0.6207874121720643, -0.0826724134784088, -0.5526886262860372, -0.16364009630948334, -0.6143158426510931, 1.0936668299449668, -1.0512725791670468, -0.49480370177114774, -0.5253406737026531, -0.3651260287146928], [-0.5781855513978956, -0.2007792094765105, -0.02242807191167864, 0.5651538923981573, -0.08236029227710913, -0.25389323397856794, 0.04939880363345642, -0.4540947616892366, -0.5583229933204692, 0.46511737476506554, -0.5864799683685867, -0.4834390253787473, -0.4924930500156035, -0.28501839276547836], [-0.2626751473768635, -0.15426512276192983, -0.32311867359858865, 0.4249402315801058, -0.1365712264069774, 0.10617407972029613, -0.00726824859426062, -0.4540947616892366, -0.6007791098458874, 0.4360118068613136, -0.5923634191381876, -0.48374617879475806, -0.523094682339436, -0.34695527226767586], [-0.6206944381671964, -0.3077616089200461, 0.4286078306186864, 0.07440607953497745, -0.14294898336343245, -0.21612393533882693, 2.376476040511153, 2.702324860081716, -0.25497711727653943, -1.7485409301843369, 1.0961869517372305, 0.180319506620645, -0.4317109087485416, -0.2185876702710078], [-0.8700799072137607, -0.2379904788481751, -0.004018443236969846, -0.11254546822242431, -0.04728262901660613, 0.028117529198164702, -0.16683073776177973, -0.3499969743476208, -0.3688087340475881, 0.6587184556529436, -0.6217806729861913, -0.10026513890524343, -0.3783686138721363, -0.3457829654001264], [1.0607681940406997, -0.3263672436058784, -0.26175324468289274, -0.46307962026755267, -0.07917141379888158, 0.11120998620559494, -0.7935235982538347, -0.4540947616892366, -0.5361719760028597, 0.6319020897191499, -0.680615180682199, -0.46777420116219515, -0.5075131172571177, -0.15020310299728817], [0.9455218787994842, -0.3077616089200461, -0.24743464460256365, -0.46307962026755267, -0.14294898336343245, -0.09022627320635701, -0.7935235982538347, -0.4540947616892366, -0.4260321954514126, 0.6341912916891077, -0.580596517598986, -0.3203405614769993, -0.34327499882186957, -0.3260491331297101], [0.01221565373128132, -0.024025679961103854, 0.4971325595745469, -0.46307962026755267, -0.11106019858115701, -0.3395036442286474, -0.5586535791521127, -0.4540947616892366, 1.1251543228178509, -0.1199372429856334, 0.6372777917083713, 1.0495636739312788, 1.3805233724472301, 0.28355043799601937], [-0.758612159685372, -0.2007792094765105, -0.30470904492387985, 0.3080955142317297, 1.014613904233166, 0.013009809742268437, -0.5593991982603721, -0.4540947616892366, -0.609393394358291, 1.111980445704631, -1.0983401853238528, -0.4940358182311207, -0.5244984269414468, -0.35789680303147103], [0.7906006025735884, -0.29845879157713, -0.25459394464272816, -0.46307962026755267, -0.11106019858115701, -0.1556930575152413, -0.7935235982538347, -0.4540947616892366, 0.008373866388373213, 0.4844120770832832, -0.2511232745013435, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.6839854473570441, 0.19924193626888348, -0.2709580590202471, 0.19125079688335359, 0.4469935351086633, 0.17667677051447922, -0.6772070173653628, -0.4089614552893752, -0.5964719675896856, 1.175424043157753, -1.0924567345542522, -0.4928072045670774, -0.5243580524812457, -0.35535680481844717], [0.8623933891172961, -0.29845879157713, -0.24641188745396872, -0.46307962026755267, -0.14294898336343245, 0.18926653672772623, -0.7935235982538347, -0.4540947616892366, -0.46910361801343103, 0.6695104077970313, -0.6394310252949936, -0.3817712446791643, -0.41205848432039227, -0.33191066746745757], [-0.42137499131558614, -0.3077616089200461, -0.32720970219296835, -0.46307962026755267, -0.14294898336343245, -0.4704372128464162, 2.1643474042113438, -0.4540947616892366, -0.5927801313700839, -1.3924065094294396, 0.8314316671051963, -0.4772959570585308, -0.5031615089908846, -0.35437988242882257], [-0.806788898023913, -0.04728272331839422, -0.1379996297029059, 0.07440607953497745, -0.1397601048852049, -0.4477756336625716, 0.11016676095660032, 0.3335542306438286, -0.5392485061858611, 0.49520402922737095, -0.580596517598986, -0.46362763004604907, -0.46048767308976035, -0.3008445354773963], [1.1797930769947416, -0.29380738290567193, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, 0.08099454729380212, -0.7935235982538347, -0.4540947616892366, -0.5324801397832581, 0.6001802909925884, -0.6100137714469898, -0.42477272292067975, -0.4906681820329897, -0.3026029957787206], [-0.8171799592341864, -0.04728272331839422, 0.32326384431340843, -0.27612807251015087, -0.14294898336343245, -0.48302697905966313, -0.4930390976252824, -0.33689375636056423, -0.23159548788572942, 0.8120949876401307, -0.7159158852998035, -0.1300590202582934, -0.30214528198295704, -0.06950931361429893], [0.16430300417255742, 0.8923018283161359, 0.5063373739119011, -0.43971067679787745, -0.11106019858115701, -0.022241535654823178, -0.7830849307382025, -0.4540947616892366, 0.8285768131765241, 0.14332098355953868, 0.2960376470715272, 0.8374742401758044, 1.0001085853023395, 0.051629062699147306], [-0.48372135857722726, -0.10309962737589107, 0.4623588165223192, -0.20602124210112518, -0.14294898336343245, -0.5207962776994042, -0.6794438746901412, -0.3922184545281363, 1.3275900088593375, 0.02820682735593545, 0.6078605378603675, -0.052963512839576385, 0.20783513192751857, 2.856764012267128], [-0.9371494841164352, -0.29380738290567193, -0.32720970219296835, 0.027668192595627063, -0.12700459097229475, -0.18590849642703416, 0.04007856478021348, 1.0207452184094603, -0.6204689030170958, 0.6561022248301345, -0.7629834914566096, -0.4969537756832236, -0.5235158057200393, -0.3768490973901876], [-0.6953211504955243, 0.2643616576692965, -0.25868497323710793, -0.29949701597982614, -0.13019346945052226, -0.6869811917142645, 0.015473134207652122, -0.006401480464804884, -0.24328630258113443, 0.3882655943450466, -0.4452771498981685, 0.10353115261793874, -0.5285692862872777, -0.38466447650718416], [1.1873502124203954, -0.29380738290567193, -0.2668670304258674, -0.46307962026755267, -0.14294898336343245, 0.06588682783790573, -0.7935235982538347, -0.4540947616892366, -0.5263270794172555, 0.5920045696713098, -0.604130320677389, -0.4201654216805174, -0.4878606928289683, -0.2986953062202223], [-0.9607655323216022, -0.233339070176717, 1.383863007406353, 0.12114396647432794, -0.14294898336343245, -0.6567657528024716, -0.42928866386910075, -0.10467561536772896, -0.5853964589308808, 1.0279340305218867, -0.99832152224064, -0.48006033780262813, -0.5197256952946104, -0.3272214399972596], [0.5317687142449571, -0.3031102002485881, -0.16765958701215897, -0.46307962026755267, 0.3513271807618369, -0.08770831996370754, -0.7935235982538347, -0.4540947616892366, -0.4684883119768308, 0.7924732564690621, -0.727682786839005, -0.3648778067985689, -0.434518397952563, -0.3162799092334645], [0.975750420502098, -0.3263672436058784, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, 0.15653314457328416, -0.7935235982538347, -0.4540947616892366, -0.480794432708836, 0.6191479644579552, -0.6217806729861913, -0.36564569033859595, -0.39016006852902585, -0.34226604479747796], [-0.7113800632750379, 0.21319616228325763, -0.24948015889975353, -0.22939018557080043, -0.13178790868963605, -0.6869811917142645, 0.14483804949066417, -0.031152003329245066, -0.2715903802647465, 0.30225700604519506, -0.39820954374136247, 0.058993907296369164, -0.5285692862872777, -0.38466447650718416], [-0.9909940740242161, -0.06588835800422652, 0.13916755756632065, -0.22939018557080043, -0.13178790868963605, -0.4351858674493246, -0.005031391269482363, 0.8758818639970019, -0.6032403339922884, 0.6780131579711612, -0.751216589917408, -0.49127143748702323, -0.5280077884464734, -0.3639537218471433], [0.8104380830659286, -0.3031102002485881, -0.24027534456239916, -0.46307962026755267, -0.14294898336343245, -0.10533399266225334, -0.7935235982538347, -0.4540947616892366, -0.38788322118219626, 0.6652590327099666, -0.5864799683685867, -0.3479843689179736, -0.3587161894439869, -0.19514153292001823], [-0.7652246531828188, 0.6271715340430258, -0.27709460191181673, 0.19125079688335359, 0.2779829757626034, -0.05497492780926539, -0.5288288148217353, -0.41260123806355753, -0.6032403339922884, 1.0792775604195164, -1.0748063822454499, -0.4923464744430612, -0.5257617970832563, -0.34363373614295234], [-0.9513191130395354, -0.3077616089200461, -0.24743464460256365, -0.46307962026755267, -0.14294898336343245, -0.2060521223682293, -0.3692663256542162, -0.4540947616892366, -0.01500776300243673, 0.7130052452262335, -0.48646130528537385, 0.9273166143589707, -0.5136895935059647, -0.38407832307340944], [-0.4431017556643399, -0.14031089674755562, 0.1575771862410294, -0.46307962026755267, -0.11424907705938457, 0.11876384593354314, -0.16310264222048249, -0.4540947616892366, -0.4161872988658084, 0.5187501066326534, -0.5747130668293853, -0.24401293759830942, -0.3341506589088002, -0.3446106585325769], [1.06926997139456, -0.3263672436058784, -0.25459394464272816, -0.46307962026755267, -0.14294898336343245, 0.11876384593354314, -0.7935235982538347, -0.4540947616892366, -0.5226352431976539, 0.6704914943555847, -0.6335475745253929, -0.40941505212013846, -0.4443446101666376, -0.3104183748957171], [0.8472791182659892, -0.29380738290567193, -0.25868497323710793, -0.46307962026755267, -0.13338234792874984, -0.009651769441576311, -0.7935235982538347, -0.4540947616892366, -0.42357097130501153, 0.66624011926852, -0.604130320677389, -0.3710208751187854, -0.3783686138721363, -0.22640304938800435], [0.9540236561533446, -0.2798531568912977, -0.2822083876547914, -0.46307962026755267, -0.14294898336343245, -0.2916625326183089, -0.7935235982538347, -0.4540947616892366, -0.3577332253887834, 0.5841558772028824, -0.5217620099029784, -0.21437263295326478, -0.29133644854747487, -0.34167989136370325], [1.167512731928055, -0.29380738290567193, -0.25970773038570283, -0.46307962026755267, -0.14294898336343245, 0.10365612647764673, -0.7935235982538347, -0.4540947616892366, -0.5318648337466578, 0.6047586949325044, -0.6158972222165906, -0.42477272292067975, -0.489264437430979, -0.3026029957787206], [0.39007242501395456, -0.31241301759150414, 0.9246450476872285, -0.46307962026755267, -0.09511580619001929, -0.11792375887550034, -0.715233591886594, -0.4540947616892366, 0.9467155722037748, -0.06107204947242711, 0.5019584240075539, 0.8744862268051089, 1.1924215957778008, 0.28355043799601937], [-1.0438940220037904, -0.33567006094879454, 0.2649666868434972, -0.46307962026755267, -0.14294898336343245, -0.6064066879494837, -0.7197073065361507, -0.4540947616892366, 1.6118613977686589, 0.14462909897094325, 0.6961122994043789, 1.0475671767272086, 1.3944204440071362, 1.5009911199461543], [-0.9749351612447025, -0.1868249834621363, -0.32720970219296835, 0.21461974035302883, -0.11106019858115701, -0.10281603941960402, -0.07847487343303665, 0.7295625964748707, -0.6100087003948913, 0.7731785541508445, -0.851235253000621, -0.4923464744430612, -0.5193045719140074, -0.3565291116859966], [-1.0457833058602037, 0.19459052759742534, -0.3220959164499937, -0.46307962026755267, -0.14294898336343245, -0.6794273319863163, 2.897290987630368, -0.4540947616892366, -0.6284678814928992, -1.8008655466405201, 0.9667510348060139, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.2721215666589303, 0.5853088559999032, -0.31595937355842413, -0.25275912904047565, -0.1397601048852049, -0.3143241118021534, -0.7305187836059124, -0.4104173683990482, -0.37188526423058943, 0.9641634042159134, -0.874769056079024, -0.36902437791471504, -0.35647019808076985, -0.034144723109889655], [-0.8190692430905998, -0.1263566707331814, -0.03367840054622284, 0.0977750230046527, -0.1126546378202708, 0.1389074718747382, -0.40580166195892853, 0.12827048217994283, -0.5054066741728466, 0.90039277790994, -0.8630021545398225, -0.378699710519056, -0.5285692862872777, -0.38466447650718416], [0.5175990853218569, 0.017836998082018746, -0.2668670304258674, 1.6401252920032177, -0.1238157124940672, 2.3169370267664684, 1.9179202889316003, -0.27720131886397337, -0.5835505408210799, -1.603013090665577, 0.6608115947867743, -0.4633204766300382, -0.512426223364155, -0.3498860394365496], [1.1807377189229484, -0.33567006094879454, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, 0.05581501486730812, -0.7935235982538347, -0.4540947616892366, -0.5084832043558479, 0.6276507146320847, -0.6276641237557921, -0.42676922012475005, -0.45669756266433154, -0.2686060966197857], [-0.24283766688452307, -0.2007792094765105, -0.1277720582169566, 1.2895911399580893, -0.14294898336343245, 0.18423063024242756, 2.304523796564117, 1.8680866482391163, -0.3884985272187965, -1.7321894875417796, 0.960867584036413, -0.378699710519056, -0.3741573800661043, -0.13066465520479684], [0.9748057785738916, -0.29380738290567193, -0.24948015889975353, -0.46307962026755267, -0.1062768808638157, -0.11036989914755221, -0.7935235982538347, -0.4540947616892366, -0.4389536222200181, 0.6538130228601762, -0.5864799683685867, -0.38023547759911014, -0.4022322721063176, -0.23812611806349918], [-0.22394482832038948, 0.6643828034146904, -0.27811735906041163, -0.46307962026755267, -0.14294898336343245, 0.19178448997037564, -0.3610645154633625, -0.4540947616892366, -0.3946515875847992, 0.6224182529864665, -0.6335475745253929, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7246050502699315, 0.1480764408828447, -0.2862994162491711, -0.392972789858527, -0.12062683401583965, -0.3118061585595041, -0.3006693676943482, 0.38014345015336304, -0.4112648505730063, 0.7748136984151001, -0.7100324345302027, -0.21897993419342715, -0.39998628074310055, -0.312958373108741], [-0.701933643992971, -0.22868766150525893, -0.3128911021126393, 0.49504706198913145, 0.5857097489115614, 0.04322524865406111, -0.48334604921790975, -0.3026797982832499, -0.6044709460654889, 1.0227015688762682, -1.0395056776278453, -0.4891213635749475, -0.5243580524812457, -0.3455875809222015], [0.5374365658141974, -0.024025679961103854, -0.28732217339776606, -0.46307962026755267, -0.14294898336343245, 0.26984104049250707, -0.7935235982538347, -0.4540947616892366, -0.4857168810016381, 0.7928002853219129, -0.7453331391478073, -0.43214440490493955, -0.42946491738532455, -0.22698920282177912], [-0.7982871206700528, 0.008534180739102597, 0.6474778604180019, -0.392972789858527, -0.13019346945052226, -0.38482680259633667, -0.16906759508655797, 0.02417269483832703, 1.006400257754, -0.1346535413639348, 0.5549094809339606, 0.16803336998021198, 1.626178677799097, 0.8560269583160154], [-0.8275710204444598, -0.27055033954838154, -0.1942512728756272, 0.0977750230046527, -0.1397601048852049, -0.4805090258170138, 1.9581837207776098, 2.890865607784363, -0.04269653464944864, -1.3600306529971762, 1.0079351901932192, -0.3636491931345256, -0.3465036114064941, 0.9517653524992229], [-0.621639080095403, -0.3170644262629622, -0.06845214359845056, -0.46307962026755267, -0.13816566564609115, 1.5313356150598558, -0.19180897788847073, -0.4540947616892366, -0.6223148211268966, 0.7067916970220619, -0.827701449922218, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0108315545165565, -0.33101865227733646, -0.3098228306668545, -0.20602124210112518, -0.1238157124940672, -0.6064066879494837, 0.4639630278257021, 1.4880933266144767, -0.6124699245412923, 0.3202435929520084, -0.5688296160597845, -0.49127143748702323, -0.5280077884464734, -0.3639537218471433], [-0.6093587350287161, -0.2054306181479686, 0.01745945688352369, 0.7988433270949096, -0.14294898336343245, -0.6869811917142645, -0.07661082566238804, -0.006401480464804884, -0.5577076872838689, 0.596255944758375, -0.6511979268341951, -0.4424340443413021, -0.5285692862872777, -0.38466447650718416], [0.17280478152641757, -0.14031089674755562, 0.7415715180887357, -0.46307962026755267, -0.14294898336343245, -0.23123165479472324, -0.7264178785104856, -0.34490127846376545, 1.0390114776938142, -0.018558298601778312, 0.4960749732379531, 1.0587782764116036, 1.2948949517245796, 0.14287361389008185], [0.8623933891172961, -0.2798531568912977, -0.24027534456239916, -0.46307962026755267, -0.14294898336343245, 0.1389074718747382, -0.7935235982538347, -0.4540947616892366, -0.45187504898862363, 0.6685293212384779, -0.6276641237557921, -0.3694851080387313, -0.39942478290229627, -0.3260491331297101], [0.8236630700608222, -0.2472932961910912, -0.23413880167082957, -0.46307962026755267, -0.14294898336343245, 0.09610226674969853, -0.7935235982538347, -0.4540947616892366, -0.44387607051282024, 0.6904402543795046, -0.6276641237557921, -0.3633420397185148, -0.3938098044942536, -0.32409528835046103], [-0.8936959554189278, -0.3496242869631688, 0.35599207306844627, 0.0977750230046527, -0.14294898336343245, -0.5459758101258981, -0.5228638619556598, -0.33689375636056423, -0.2808199708137505, 0.9298253746665432, -0.7629834914566096, -0.25384184691065576, -0.4154274713652179, 0.2456458492785863], [-0.4317660525258597, -0.3496242869631688, 0.42451680202430664, 0.6118917793375076, -0.14294898336343245, -0.6869811917142645, -0.1224664008203433, -0.4540947616892366, -0.49925361380684397, 0.5046878659600543, -0.5982468699077883, -0.4092614754121331, -0.42370956451708086, -0.29752299935267285], [-0.6159712285261629, 0.2550588403263803, -0.27300357331743696, -0.46307962026755267, -0.11903239477672588, -0.27151890667711365, -0.49341190717941213, 0.1581167009282383, -0.3706546521573889, 0.8853494506787875, -0.7688669422262103, -0.10364382648136247, -0.3458017391054888, -0.3459783498780513], [-0.3278554404231246, 0.12016798885409624, -0.039814943437792495, 0.5184160054588068, -0.14294898336343245, 0.224517882124818, 1.6819318411674893, -0.4540947616892366, 0.46677686365556936, -1.604648234929833, 1.3491753348300632, 0.9681680186884104, -0.12990581931624812, 0.2425196976317876], [-0.7368853953366185, -0.14496230541901367, -0.23209328737363968, 0.7988433270949096, 0.04360040761287887, 0.24466150806601306, -0.40170075686350165, -0.38202706276042564, -0.6192382909438953, 0.9638363753630621, -1.0100884237798415, -0.49603231543519105, -0.5278674139862723, -0.37215986991998967], [-0.7756157143930924, 0.11086517151118015, -0.24743464460256365, 0.05103713606530231, 0.3050884428275375, 0.7180367176840999, -0.6581937301047472, -0.4235205863861047, -0.6044709460654889, 1.1750970143049022, -1.1512912422502597, -0.4918857443190449, -0.5271655416852671, -0.3524260376495734], [-0.6688711765057371, 0.296921518369503, -0.24232085885958898, -0.46307962026755267, -0.1413545441243187, -0.16576487048583896, -0.13737878298553194, -0.10321970225805598, -0.3823454668527939, 0.5880802234370963, -0.5688296160597845, -0.189493206256388, -0.3703672696406754, -0.3237045193946112], [0.8198845023479955, -0.33101865227733646, 0.0021180996545996952, -0.46307962026755267, -0.14294898336343245, 0.0230816227128659, -0.7935235982538347, -0.4540947616892366, -0.46048933350102733, 0.7015592353764437, -0.6747317299125982, -0.40219694684388413, -0.4068646292929528, -0.2887306978460517], [-0.585742686823549, -0.3077616089200461, 0.17394130061854832, 0.14451290994400318, 0.49482671228207636, -0.21108802885352818, 2.4577485233114307, 2.694317337978515, -0.41311076868280705, -1.7321894875417796, 1.0197020917324207, -0.36027050555840656, -0.2857214701394322, -0.2185876702710078], [0.48831518554744957, 0.0690024934680575, 0.05223319993575146, -0.46307962026755267, -0.05844370369040254, 0.20437425618362265, -0.7629532148151978, -0.4540947616892366, -0.5853964589308808, 0.8205977378142606, -0.8218179991526172, -0.4834390253787473, -0.5171989550109913, -0.3584829564652458], [0.8557808956198494, -0.29845879157713, -0.257662216088513, -0.46307962026755267, -0.14294898336343245, -0.06756469402251232, -0.7935235982538347, -0.4540947616892366, -0.4088036264266052, 0.6587184556529436, -0.5923634191381876, -0.3326266981174323, -0.37696486927012557, -0.19514153292001823], [-0.5706284159722421, -0.2658989308769235, -0.32414143074718355, 0.4249402315801058, 0.09781134174274712, 0.24214355482336364, -0.06318968171371823, -0.4540947616892366, -0.5657066657596724, 0.5766342135873059, -0.704148983760602, -0.47238150240235754, -0.5007751431674665, -0.28912146680190154], [1.0588789101842864, -0.28915597423421385, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, 0.11624589269089373, -0.7935235982538347, -0.4540947616892366, 1.1688410514164695, -0.2710245730028624, 0.8255482163355956, 1.3075725433803715, 1.2443601460521956, -0.1756030851275269], [0.809493441137722, -0.24264188751963314, -0.22902501592785493, -0.46307962026755267, -0.14294898336343245, 0.05581501486730812, -0.7935235982538347, -0.4540947616892366, -0.4278781135612134, 0.6946916294665694, -0.6217806729861913, -0.3510559030780818, -0.38117610307615757, -0.3182337540127136], [-0.7283836179827583, 0.13877362353992853, -0.27811735906041163, -0.20602124210112518, 0.08505582782983694, -0.21108802885352818, -0.20224764540410287, 0.39615849435976536, -0.5663219717962726, 0.7689271790637797, -0.7924007453046134, -0.42093330522054445, -0.4854743270055502, -0.3608275702003447], [-0.6717051022903572, -0.2798531568912977, 0.05018768563856154, 0.14451290994400318, -0.14294898336343245, -0.19849826264028117, 0.09152628325011444, -0.4431754133666895, -0.41557199282920815, 0.3859763923750883, -0.4511606006677693, -0.42446556950466885, -0.4315705342883406, -0.07615238586374604], [-0.9428173356856753, -0.3263672436058784, -0.32720970219296835, 0.14451290994400318, -0.004232769560534303, 0.21444606915422024, 0.05797342337843993, 0.4361961048757715, -0.6081627822850905, 0.6358264359533633, -0.7629834914566096, -0.4843604856267797, -0.5240773035608436, -0.37040140961866547], [-0.9513191130395354, -0.2658989308769235, 0.08393867154219427, -0.46307962026755267, 0.7499369905402798, -0.2740368599197631, 2.2940851290484847, 3.7374790810591825, -0.4635658636840287, -1.4117012117476573, 0.8255482163355956, -0.40173621671986787, -0.3208150851896989, -0.2772030136484818], [-0.6386426348031233, -0.2798531568912977, -0.040837700586387374, 0.49504706198913145, -0.04887706825571991, -0.019723582412173778, -0.04976853776504843, -0.2932163630703758, -0.5737056442354758, 0.6093370988724205, -0.7394496883782066, -0.4760673433944875, -0.5042845046724931, -0.30123530443324614], [-0.6528122637262236, -0.14496230541901367, 0.23939775812862402, -0.20602124210112518, -0.14294898336343245, 0.18926653672772623, 1.7930290882981448, 2.097392963012606, 0.1462024185868322, -1.4892070498733785, 1.1079538532764321, -0.05926015786779835, 0.17611050392207736, -0.19318768814076911], [0.7849327510043481, -0.22403625283380085, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, 0.5291902244853951, -0.7935235982538347, -0.4540947616892366, -0.5657066657596724, 0.776775871532207, -0.7453331391478073, -0.4657777039581248, -0.5002136453266622, -0.321946059093287], [-0.25795193773583003, -0.22403625283380085, -0.22186571588769036, 1.0792706487310122, 1.148546800318723, 2.077731468714775, 2.232571552617082, -0.20950135926418126, -0.6032403339922884, -1.5987617155785123, 0.7961309624875919, -0.4756066132704712, -0.5273059161454681, -0.35672449616392155], [0.8557808956198494, -0.29845879157713, -0.24027534456239916, -0.46307962026755267, -0.14294898336343245, -0.11036989914755221, -0.7935235982538347, -0.4540947616892366, -0.39403628154819886, 0.675723956001203, -0.580596517598986, -0.3510559030780818, -0.3629274232500189, -0.1990492224785165], [-0.9324262744754018, -0.233339070176717, -0.32720970219296835, 1.055901705261337, 0.27479409728437587, -0.3067702520742053, -0.3483889906229521, -0.13233796445151497, -0.5884729891138821, 0.9903257124440049, -0.9806711699318377, -0.49864311947128304, -0.5195853208344094, -0.31139529728534165], [0.9058469178148036, -0.26124752220546543, -0.26175324468289274, -0.46307962026755267, -0.14294898336343245, -0.12799557184609794, -0.7935235982538347, -0.4540947616892366, -0.41249546264620685, 0.6508697631845163, -0.580596517598986, -0.3203405614769993, -0.41626971812642427, -0.17951077468602517], [-0.7312175437673782, 1.1992948006323683, 0.2168971008595354, -0.46307962026755267, 0.17593886445932194, -0.6038887347068344, 2.561762388913622, 2.943278479732589, -0.5257117733806552, -1.7321894875417796, 0.9961682886540176, -0.5015610769233859, -0.29456506113209946, -0.38466447650718416], [-0.21260912518190916, -0.13565948807609757, -0.02651910050605837, -0.22939018557080043, 0.011711622830603431, -0.6869811917142645, -0.5668553893429665, -0.34271740879925605, -0.2408250784347334, 0.7166025626075961, -0.6394310252949936, -0.2524596565386071, -0.182265492971246, -0.06833700674674949], [-0.8285156623726667, -0.33101865227733646, -0.08890728657034923, -0.46307962026755267, -0.14294898336343245, -0.39238066232428487, 2.744439070437184, -0.4540947616892366, -0.6284678814928992, -1.7518112187128483, 0.8961496255708047, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.809622823808533, 0.017836998082018746, -0.2903904448435508, -0.3696038463888518, 0.3975659186961363, -0.2841086728903607, -0.13961564031031035, 0.5126315431336013, -0.579243398564878, 0.7532297941269246, -0.7629834914566096, -0.4221619188845877, -0.49782727950324407, -0.38036601799283604], [1.068325329466353, -0.33567006094879454, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, 0.20185630294097323, -0.7935235982538347, -0.4540947616892366, -0.5035607560630458, 0.6086830411667183, -0.6158972222165906, -0.3879143129993808, -0.4611895453907657, -0.2986953062202223], [1.029595010409879, -0.28915597423421385, -0.2453891303053738, -0.46307962026755267, -0.1238157124940672, -0.19849826264028117, -0.7935235982538347, -0.4540947616892366, -0.410649544536406, 0.6371345513647682, -0.5452958129813814, -0.3571989713982983, -0.4092509951163709, -0.2283568941672535], [-0.7302729018391716, -0.3403214696202526, -0.0694749007470455, 0.16788185341367842, -0.0440937505383786, -0.05245697456661599, 0.0158459437617819, 0.10861565519935806, -0.5417097303322621, 0.5681314634131764, -0.7159158852998035, -0.47130646544631966, -0.4760692381720787, -0.2668476363184614], [0.4939830371166899, -0.3170644262629622, -0.21777468729331062, -0.46307962026755267, 0.47888231989093866, 0.0029379967716706935, -0.7935235982538347, -0.4540947616892366, -0.4869474930748387, 0.8186355646971536, -0.7571000406870089, -0.38023547759911014, -0.4457483547686483, -0.32409528835046103], [-0.07091283595090671, -0.22868766150525893, 0.2659894439920922, -0.46307962026755267, -0.14294898336343245, -0.4981346985155595, 0.06953051955646113, -0.4540947616892366, 1.1454594220256595, -0.6330455131090803, 1.0314689932716221, 0.6671576709978021, 1.2050552971958968, 0.9498115077199738], [0.8992344243173569, -0.29845879157713, -0.23822983026520925, -0.46307962026755267, -0.09192692771179176, -0.11792375887550034, -0.7935235982538347, -0.4540947616892366, -0.4180332169756092, 0.6838996773224817, -0.5864799683685867, -0.36641357387862306, -0.3797723584741469, -0.2185876702710078], [-0.27778941822817027, -0.22868766150525893, -0.30880007351825955, 0.3782023446407554, -0.1365712264069774, 0.25725127427926003, -0.035974584262248845, -0.4540947616892366, -0.5847811528942806, 0.46544440361791684, -0.5982468699077883, -0.4731493859423846, -0.5202871931354147, -0.3254629796959354], [0.1095137723365698, -0.27055033954838154, 0.5963400029882553, -0.46307962026755267, -0.14294898336343245, 0.06840478108055512, -0.6887641135433842, -0.33762171291540066, 1.050702292389219, -0.02902322189301497, 0.5313756778555576, 0.9164126680905862, 1.1278493440853101, 0.37420883575317915], [-1.0457833058602037, -0.25659611353400735, 0.4777001737512431, -0.392972789858527, -0.14294898336343245, -0.6441759865892247, 2.6736052551525376, 4.95607835385544, -0.6038556400288887, -1.6798648710855961, 0.8667323717228009, -0.48773917320289883, -0.5243580524812457, -0.353402960039198], [-0.8209585269470131, -0.16356794010484596, -0.2862994162491711, 0.3080955142317297, 0.8918420828214055, 0.05077910838200931, -0.5258463383886975, -0.3529088005669667, -0.6032403339922884, 1.1047858109419058, -1.0806898330150505, -0.4894285169909583, -0.522954307879235, -0.35144911525994893], [-0.6433658444441568, -0.3496242869631688, 0.5206559739922303, 0.027668192595627063, -0.14294898336343245, -0.6869811917142645, 0.9117073023354929, -0.22187662069640132, -0.5632454416132713, -0.30961397763929754, -0.05108594833491762, -0.4198582682645065, -0.5285692862872777, -0.38466447650718416], [-0.7368853953366185, 0.07830531081097364, -0.3251641878957785, 0.12114396647432794, 0.7834202145616691, 0.05833296810995765, -0.6313514422074076, -0.31942279904448884, -0.5835505408210799, 1.1505698503410662, -1.1101070868630545, -0.4791388775545957, -0.5152337125681763, -0.33249682090123234], [-0.7756157143930924, 0.08295671948243177, -0.2914132019921457, -0.46307962026755267, 0.008522744352375879, -0.37223703638308964, -0.3778409453991997, 0.3102596208890614, -0.3349669020345737, 0.8176544781386001, -0.704148983760602, -0.30866873166858805, -0.25680433133801245, -0.17599385408337673], [-0.4591606684438535, -0.13565948807609757, -0.005041200385564779, 0.027668192595627063, -0.1238157124940672, -0.4351858674493246, 1.0943839838590543, 0.9668764333515611, 0.5467666484136037, -1.0748614933109775, 1.060886247119626, 0.33389621462605734, 0.8695603373153473, 0.17491666826976757], [-0.4912784940028807, 0.4597208218705353, -0.039814943437792495, 0.19125079688335359, -0.14294898336343245, -0.03986720835336898, 1.6077427398956752, -0.4024098462958469, 0.6341401056108409, -1.5752156381732298, 1.455077448682877, 0.27400129850394644, 0.48072308255839236, 0.4281349516604553], [1.018259307271399, -0.3263672436058784, -0.25970773038570283, -0.46307962026755267, -0.14294898336343245, 0.09358431350704913, -0.7935235982538347, -0.4540947616892366, -0.4869474930748387, 0.6753969271483522, -0.6158972222165906, -0.3694851080387313, -0.417673462728435, -0.2967414614409732], [-0.5167838260644612, -0.1868249834621363, 0.5155421882492556, 0.19125079688335359, 0.23333867706741773, -0.09778013293430521, 2.324655512487122, 2.339074539218315, -0.3060475183143613, -1.7321894875417796, 1.037352444041223, -0.3003755894362957, -0.4148659735244136, -0.24789534195974483], [-0.8946405973471345, -0.2007792094765105, 0.05632422853013114, 0.28472657076205454, -0.06641589988597141, 0.11876384593354314, -0.40580166195892853, 0.0700339577930249, -0.480794432708836, 0.90039277790994, -0.8630021545398225, -0.4424340443413021, -0.5285692862872777, -0.38466447650718416], [-0.8936959554189278, -0.3496242869631688, 0.0675745571646754, -0.27612807251015087, -0.06641589988597141, 0.7130008111988013, -0.1921817874426005, 0.2505671833924705, -0.6284678814928992, 0.8120949876401307, -0.8571187037702217, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.2336376669025226, -0.28915597423421385, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, 0.14897928484533596, -0.7935235982538347, -0.4540947616892366, 1.085774736475434, -0.2651380536515418, 0.7961309624875919, 1.2661068322189102, 1.1727691713496513, -0.19709537769926738], [-0.6594247572236703, 0.13877362353992853, -0.2668670304258674, -0.46307962026755267, -0.12222127325495342, -0.24130346776532094, 0.2943346806966808, -0.4540947616892366, -0.3128158847169642, 0.17765901310890886, -0.2570067252709442, -0.12621960255815812, -0.28445809999762256, -0.254343029731267], [-0.8851941780650677, -0.2379904788481751, -0.30777731636966466, 0.3782023446407554, 0.8456033448871062, 0.19430244321302503, -0.5623816746934099, -0.2648260574317533, -0.6223148211268966, 1.1620158601908561, -1.1277574391718568, -0.49956457971931556, -0.5275866650658702, -0.3752860215667883], [-0.8908620296343076, -0.028677088632561926, -0.03265564339762797, 0.07440607953497745, 0.23812199478475907, 0.7457342033532433, -0.6328426804239266, -0.3077754941671053, -0.6229301271634968, 1.2107431592656765, -1.168941594559062, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.5005955306141366, -0.14961371409047178, -0.1850464585382728, -0.46307962026755267, -0.07119921760331273, -0.10785194590490274, -0.5579079600438532, -0.4540947616892366, -0.3651168978279865, 0.533466405010955, -0.5041116575941761, -0.25737411119478026, -0.4148659735244136, -0.3338645122467067], [-0.6046355253876827, -0.061236949332768444, 0.08700694298797913, -0.20602124210112518, -0.14294898336343245, 0.09106636026439972, 2.0484036328770014, 2.1869316192574924, 0.05698304327979407, -1.643237639566268, 1.207972516359645, -0.10226163610931378, -0.026028718767458697, -0.06228008793107719], [-0.6915425827826975, 0.4364637785132449, -0.2750490876146268, -0.46307962026755267, -0.1062768808638157, -0.23878551452267147, -0.6004082492146411, -0.4540947616892366, -0.20452202227531785, 0.9131469031711347, -0.7159158852998035, 0.2044310497774946, -0.2777201259079714, -0.35613834273014683], [0.8916772888917036, -0.2007792094765105, -0.26277600183148764, -0.46307962026755267, -0.1174379555376121, 0.3630053104705349, -0.7935235982538347, -0.4540947616892366, -0.546016872588464, 0.699924091112188, -0.6982655329910012, -0.45779171514184336, -0.49333529677680993, -0.2949830011396489], [0.585613304152738, -0.3263672436058784, -0.2709580590202471, -0.46307962026755267, -0.05844370369040254, 0.05329706162465871, -0.7439399275545824, -0.4540947616892366, -0.3601944495351844, 0.6783401868240121, -0.5923634191381876, -0.3234120956371076, -0.3853873368821896, -0.16583386123128122], [-0.8889727457778943, -0.2845045655627558, -0.3149366164098292, 0.3314644577014049, 1.175652267383657, -0.042385161596018385, -0.5940704867944359, -0.3121432334961241, -0.6007791098458874, 1.188505197271799, -1.1277574391718568, -0.4941893949391261, -0.5247791758618489, -0.33718604837143024], [0.7490363577324942, 0.09691094549680593, 0.16882751487557365, -0.46307962026755267, -0.14294898336343245, -0.10785194590490274, -0.7935235982538347, -0.4540947616892366, -0.5755515623452766, 0.7404756688657299, -0.7629834914566096, -0.4696171216582601, -0.4930545478564078, -0.3182337540127136], [0.7632059866555944, -0.25659611353400735, -0.24232085885958898, -0.46307962026755267, -0.14294898336343245, 0.10365612647764673, -0.7935235982538347, -0.4540947616892366, -0.41434138075600757, 0.7015592353764437, -0.6217806729861913, -0.3387697664376488, -0.35211858981453675, -0.31373991102044063], [-0.8974745231317545, -0.3031102002485881, -0.3210731593013988, 0.23798868382270408, 0.057950360764902814, 0.03567138892611291, -0.13327787789010506, 0.48278532438530575, -0.5866270710040813, 0.7823353620306766, -0.8453518022310202, -0.4657777039581248, -0.520848690976219, -0.34793219465730046], [-0.6376979928749166, -0.3403214696202526, -0.3210731593013988, -0.46307962026755267, 0.09621690250363334, 0.5971749620369289, 0.6082403252739029, -0.4540947616892366, -0.525096467344055, -0.008747433016243814, -0.2158225698837389, -0.4525701070696594, -0.4416774954228173, -0.26391686914958773], [0.12368340125967008, -0.2472932961910912, 0.3876975446748891, 0.12114396647432794, -0.08714360999445044, -0.25892914046386667, -0.5739387708714311, -0.3339819301412184, 0.9374859816547707, -0.06336125144238514, 0.5078418747771546, 1.0226877500303317, 1.1960713317430285, 0.08953365141658048], [-0.3826446722591122, -0.09844821870443297, 0.23837500098002898, 0.05103713606530231, -0.14294898336343245, -0.35712931692719324, 1.196533801690597, 0.8547711239067441, 0.4760064542045732, -1.1723160914606185, 1.084420050198029, 0.22040302741005763, 0.7658236112267589, 0.08718903768148152], [0.7254203095273272, 1.2179004353182008, 0.5094056453576861, -0.3696038463888518, -0.13816566564609115, -0.007133816198926771, -0.4758898581353154, -0.4540947616892366, 0.43293503164255487, -0.06826668423515227, 0.27838729476272495, 0.07281581101685632, 0.4793193379563816, 0.6176578952476212], [-0.9909940740242161, -0.2519447048625493, -0.2903904448435508, 0.7988433270949096, 0.4469935351086633, 0.04826115513935991, -0.14632621228464524, -0.4540947616892366, -0.5915495192968835, 0.8238680263427719, -0.8806525068486247, -0.47514588314645495, -0.520848690976219, -0.3352322035921811], [-0.6518676217980168, -0.29380738290567193, -0.030610129100438047, 0.16788185341367842, -0.09511580619001929, -0.3319497845006993, -0.37933218361571863, -0.2480830566705144, -0.314661802826765, 0.7447270439527947, -0.6570813776037959, -0.19747919507266945, -0.2174994824817138, -0.3143260644542154], [-0.8209585269470131, -0.3496242869631688, 0.06143801427310581, -0.27612807251015087, -0.14294898336343245, 0.9924936211328846, -0.20187483584997315, -0.39658619385715516, -0.5306342216734573, 0.7859326794120391, -0.774750392995811, -0.44059112384523724, -0.4171119648876307, -0.3070968387709936], [0.28616181291121945, -0.22868766150525893, 0.5513386884500783, -0.46307962026755267, -0.14294898336343245, -0.25892914046386667, -0.7115054963452969, -0.4540947616892366, 1.1251543228178509, -0.1101263774000989, 0.6313943409387706, 1.126352027933985, 1.3440260127949528, 0.12333516609759049], [-0.9088102262702348, -0.12170526206172333, -0.18300094424108296, -0.46307962026755267, -0.1397601048852049, -0.5233142309420535, 0.04902599407932677, 0.7812475118682601, -0.39588219965799976, 0.5295420587767411, -0.5217620099029784, -0.34552714158988695, -0.20767327026763907, -0.3676660269277167], [-0.7368853953366185, 0.30622433571241897, -0.27709460191181673, -0.3696038463888518, -0.1062768808638157, -0.32439592477275103, -0.3509986575018601, 0.3896068853662371, -0.43341586789061576, 0.8326978053697531, -0.7629834914566096, -0.20991890842110786, -0.42399031343748295, -0.3498860394365496], [-0.8936959554189278, -0.3496242869631688, 0.010300156843359215, -0.27612807251015087, -0.06641589988597141, 0.7356623903826457, -0.28240169954199207, 0.1326382215089617, -0.5540158510642674, 0.8611493155678024, -0.8571187037702217, -0.4396696635972047, -0.5285692862872777, -0.3059245319034441], [1.041875355476566, -0.3217158349344203, -0.2791401162090066, -0.46307962026755267, -0.14294898336343245, 0.17919472375712864, -0.7935235982538347, -0.4540947616892366, -0.480794432708836, 0.6060668103439092, -0.604130320677389, -0.3636491931345256, -0.3887563239270152, -0.3471506567456008], [-0.9966619255934562, -0.29845879157713, -0.32720970219296835, -0.019069694343723426, 0.48685451608650754, -0.4402217739346234, -0.010623534581428071, 0.900632386861442, -0.6198535969804955, 0.7385134957486229, -0.827701449922218, -0.500486039967348, -0.5259021715434574, -0.37137833200829], [0.6602400164810659, 0.06435108479659948, -0.028564614803248237, -0.46307962026755267, -0.09511580619001929, 0.14142542511738762, -0.7920323600373158, -0.4540947616892366, -0.5620148295400708, 0.770235294475184, -0.774750392995811, -0.46746704774618436, -0.5016173899286729, -0.3090506835502427], [-0.7434978888340651, 0.07365390213951556, -0.2822083876547914, -0.41634173332820223, -0.14294898336343245, -0.3067702520742053, 0.022929325290246445, 0.9727000857902531, -0.579243398564878, 0.583174790644329, -0.6511979268341951, -0.42477272292067975, -0.5285692862872777, -0.38466447650718416], [0.8595594633326763, -0.27055033954838154, -0.2351615588194245, -0.46307962026755267, -0.14294898336343245, 0.12883565890414075, -0.7935235982538347, -0.4540947616892366, -0.4229556652684113, 0.6351723782476612, -0.604130320677389, -0.34644860183791937, -0.3783686138721363, -0.3182337540127136], [0.27954931941377265, -0.15891653143338794, 0.18007784351011796, -0.22939018557080043, -0.09192692771179176, -0.007133816198926771, -0.683544779785568, -0.3572765398959855, 0.9633288351919819, -0.03262053927437755, 0.4843080716987515, 1.0735216403801229, 1.3156703718343374, 0.0701905881020141], [0.6819667808298197, -0.13565948807609757, 0.5267925168837998, -0.46307962026755267, -0.031338236625468426, -0.17331873021378716, -0.7935235982538347, -0.4540947616892366, -0.5915495192968835, 0.7882218813819969, -0.7924007453046134, -0.48773917320289883, -0.5173393294711923, -0.35926449437694546], [-0.6868193731416642, 0.15272784955430282, -0.27198081616884207, -0.392972789858527, -0.14294898336343245, -0.24130346776532094, -0.051632585535697044, 0.797990512629499, -0.5730903381988754, 0.6322291185720007, -0.6864986314517997, -0.42477272292067975, -0.5285692862872777, -0.38466447650718416], [0.4939830371166899, -0.3496242869631688, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 0.8544196667137353, 0.1122532425386798, 0.3725225070763371, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.005978962204712, -0.2845045655627558, -0.25357118749413327, -0.46307962026755267, -0.14294898336343245, 0.07344068756585392, -0.7935235982538347, -0.4540947616892366, -0.4623352516108281, 0.6184939067522526, -0.5982468699077883, -0.3648778067985689, -0.4485558439726697, -0.23226458372575176], [-0.8776370426394142, -0.2472932961910912, -0.29754974488371533, 0.14451290994400318, -0.11106019858115701, 0.10869203296294554, -0.2805376517713435, 0.18941883278620666, -0.46295055764742843, 0.8026111509074477, -0.774750392995811, -0.39421095802760264, -0.44588872922884937, -0.15332925464408675], [-0.8936959554189278, 0.02713981542493489, 0.010300156843359215, -0.27612807251015087, -0.14294898336343245, 0.8968113979122073, -0.4930390976252824, -0.33689375636056423, -0.5294036096002569, 1.0344746075789093, -0.9571373668534346, -0.4396696635972047, -0.4719983788262478, -0.227184587299704], [-0.8568549202188671, -0.2658989308769235, -0.03572391484341271, 0.12114396647432794, -0.14294898336343245, -0.4100063350228307, 2.5639992462384007, 4.254328234993079, -0.5423250363688623, -1.6177293890438786, 0.9549841332668123, -0.4708457353223034, -0.4920719266350003, -0.26079071750278915], [-1.0457833058602037, -0.33567006094879454, -0.2443663731567789, -0.46307962026755267, -0.14294898336343245, -0.6492118930745234, 1.4981367309815383, 1.1088279615446737, -0.6284678814928992, -0.5718911176259162, 0.09011687013550061, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.9001790662455637, -0.28915597423421385, -0.2443663731567789, -0.46307962026755267, -0.14294898336343245, 0.28243080670575405, -0.7935235982538347, -0.4540947616892366, -0.4863321870382384, 0.66624011926852, -0.6453144760645944, -0.3925216142395431, -0.383983592280179, -0.35144911525994893], [0.11707090776222326, 0.43181236984178695, 0.37440170174315507, -0.29949701597982614, -0.14294898336343245, -0.19094440291233297, -0.13551473521488347, -0.24589918700600497, 0.7547400887844925, -0.34558715145292357, 0.6078605378603675, 0.6385924033087954, 0.8629627376858972, 0.3703011461946809], [-0.7359407534084117, 0.17133348424013498, -0.22391123018488027, -0.27612807251015087, -0.1413545441243187, -0.2941804858609583, -0.05685191929351298, 0.4085337557919854, -0.5017148379532449, 0.6041046372268023, -0.6335475745253929, -0.30360070030440933, -0.44406386124623554, -0.36981525618489075], [0.9596915077225846, -0.3403214696202526, -0.22288847303628528, -0.46307962026755267, -0.14294898336343245, 0.07847659405115272, -0.7935235982538347, -0.4540947616892366, -0.4309546437442147, 0.6005073198454397, -0.580596517598986, -0.4432019278813292, -0.3629274232500189, -0.20100306725776565], [0.9332415337327974, -0.3263672436058784, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, 0.31768215210284556, -0.7935235982538347, -0.4540947616892366, -0.4949464715506421, 0.6714725809141383, -0.6453144760645944, -0.39436453473560806, -0.4173927138080328, -0.312958373108741], [0.04338883736210187, -0.29845879157713, 0.8172555470847607, -0.46307962026755267, -0.14294898336343245, -0.2664830001918149, -0.7294003549435233, -0.4540947616892366, 1.0722380036702284, 0.01610675980044316, 0.5078418747771546, 1.152460068294905, 1.390349584661305, 0.1487351482278292], [1.1136681420202739, -0.3263672436058784, -0.23618431596801942, -0.46307962026755267, -0.14294898336343245, 0.12379975241884195, -0.7935235982538347, -0.4540947616892366, -0.5078678983192477, 0.6580643979472415, -0.6100137714469898, -0.40787928504008436, -0.4457483547686483, -0.3006491509994714], [-0.8936959554189278, -0.3496242869631688, 0.010300156843359215, -0.27612807251015087, -0.14294898336343245, 0.8363805200886217, -0.4326439498562682, -0.0427993082066286, -0.504176062099646, 0.9854202796512376, -0.9041863099270279, -0.3777782502710235, -0.4719983788262478, -0.227184587299704], [0.5005955306141366, -0.2658989308769235, 0.946122947807722, -0.46307962026755267, -0.14294898336343245, -0.2765548131624125, -0.6798166842442709, -0.4540947616892366, 0.9337941454351691, -0.10358580034307613, 0.5431425793947592, 0.9589534162080856, 1.0688920708008622, 0.2249350946185454], [1.0314842942662923, -0.3263672436058784, -0.25459394464272816, -0.46307962026755267, -0.14294898336343245, 0.10617407972029613, -0.7935235982538347, -0.4540947616892366, -0.480794432708836, 0.6610076576229018, -0.604130320677389, -0.3771639434390019, -0.4092509951163709, -0.2830645479862292], [-0.38453395611552554, -0.3496242869631688, 0.13916755756632065, 1.6401252920032177, -0.14294898336343245, 0.35293349749993713, 2.2262337901968765, 1.9481618692711287, -0.5238658552708545, -1.585026503758764, 0.6725784963259759, -0.440130393721221, -0.5048460025132974, -0.25883687272353995], [0.9086808435994238, -0.3170644262629622, -0.2678897875744623, -0.46307962026755267, -0.14294898336343245, 0.24466150806601306, -0.7935235982538347, -0.4540947616892366, -0.4026505660606026, 0.5517800207706192, -0.604130320677389, -0.4175546176444253, -0.396617293698275, -0.23421842850500088], [0.37117958644982096, -0.29845879157713, 0.8908940617835956, -0.46307962026755267, -0.14294898336343245, -0.17080077697113777, -0.6257592988954619, -0.330342147367036, -0.5853964589308808, 0.6878240235566955, -0.7924007453046134, -0.47007785178227635, -0.5007751431674665, -0.3580921875093959], [-0.8908620296343076, -0.2658989308769235, 0.3212183300162185, -0.15928335516177475, 0.04041152913465132, -0.03986720835336898, -0.15676487980027737, -0.02460039433571674, -0.49802300173364344, 0.7084268412863175, -0.7394496883782066, -0.440130393721221, -0.46259328999277627, -0.17951077468602517], [-0.47899814893619386, -0.25659611353400735, 0.11359862885144738, -0.04243863781339862, -0.14294898336343245, -0.40497042853753185, 2.185224739242608, 2.126511225206065, -0.0254679656246412, -1.7321894875417796, 1.2432732209772495, -0.28655368571580864, 0.07546201595791255, 0.412894962382312], [0.541215133527024, -0.33101865227733646, 0.735434975197166, -0.46307962026755267, -0.14294898336343245, 0.10869203296294554, -0.7096414485746483, -0.4395356305925071, -0.6044709460654889, 0.695345687172272, -0.8159345483830164, -0.4815961048826823, -0.506109372655107, -0.37294140783168933], [-0.5734623417568622, 0.6736856207576065, -0.28118563050619644, -0.20602124210112518, -0.12222127325495342, -0.17331873021378716, -0.223124980435367, -0.4540947616892366, -0.3761924064867913, 0.6224182529864665, -0.604130320677389, -0.1547848702471648, -0.5285692862872777, -0.38466447650718416], [-1.0079976287319363, -0.3403214696202526, -0.3057318020724748, -0.46307962026755267, -0.12700459097229475, -0.6794273319863163, 0.42183554820904423, 1.9190436070776697, -0.6284678814928992, 0.37387632481959626, -0.53352891144218, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.37508753683345875, 3.6040730837761905, -0.3220959164499937, -0.3462349029191766, -0.10468244162470194, 0.28243080670575405, 2.10320663733407, -0.4453592830311989, -0.3269679235587702, -1.5948373693442983, 1.0138186409628198, -0.3604240822664119, -0.35169746643393357, 0.009230630989441099], [0.4798134081935894, -0.3077616089200461, -0.2740263304660319, -0.46307962026755267, -0.14294898336343245, -0.02475948889747258, -0.7935235982538347, -0.4540947616892366, 1.3195910303835343, -0.12942107971831657, 0.8020144132571926, 1.5287230029081655, 1.4043870306814115, -0.15997232689353386], [0.7244756675991203, -0.29845879157713, -0.1850464585382728, -0.46307962026755267, -0.07119921760331273, -0.10785194590490274, -0.6619218256460444, -0.4540947616892366, -0.3429658805103771, 0.533466405010955, -0.48646130528537385, -0.28041061739559214, -0.4289034195445203, -0.2615722554144888], [1.0881628099586935, -0.3031102002485881, -0.27198081616884207, -0.46307962026755267, -0.06163258216863008, -0.03231334862542078, -0.7935235982538347, -0.4540947616892366, -0.4444913765494205, 0.5298690876295924, -0.5629461652901837, -0.36794934095867715, -0.4106547397183816, -0.23421842850500088], [1.0985538711689669, -0.2007792094765105, 0.569748317124787, -0.46307962026755267, -0.12541015173318096, 0.16156905105858296, -0.7674269294647544, -0.4540947616892366, 0.7867360026877062, -0.14936983974223642, 0.519608776316356, 0.7193737517196422, 0.8357300924068901, 0.25033507674878414], [0.13312982054173686, -0.19612780080505246, -0.31595937355842413, 3.5797475999862614, -0.14294898336343245, 0.4511336739632638, 1.9458810054913291, -0.39585823730231867, -0.4869474930748387, -1.5052314636630848, 0.7961309624875919, -0.4275371036647771, -0.487158820527963, -0.16817847496638022], [-0.5489016516234885, -0.233339070176717, -0.06436111500407084, 0.7988433270949096, -0.12541015173318096, -0.042385161596018385, -0.21417755113625384, -0.31869484248965235, -0.6063168641752897, 0.7162755337547453, -0.7924007453046134, -0.4885070567429258, -0.5045652535928953, -0.3551614203405222], [-0.4638838780848869, -0.26124752220546543, 0.09007521443376387, 0.12114396647432794, -0.14294898336343245, -0.4427397271772729, 1.0190764539248514, -0.4540947616892366, 0.9756349559239871, -1.2311812849738248, 1.4021263917564701, 0.7514712836927734, 1.1793667709791016, 0.23587662538234058], [1.1864055704921885, -0.33101865227733646, -0.26993530187165216, -0.46307962026755267, -0.14294898336343245, -0.15821101075789076, -0.7935235982538347, -0.4540947616892366, -0.0027016422704315085, 0.25778108205743955, -0.19228876680533585, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5592927128337619, -0.2379904788481751, 0.0021180996545996952, 0.8222122705645847, 0.014900501308830983, -0.4100063350228307, -0.26189717406485763, -0.11559496369027603, -0.6118546185046921, 0.7865867371177413, -0.827701449922218, -0.4940358182311207, -0.525200299242452, -0.35945987885487035], [-0.9220352132651282, -0.2519447048625493, -0.3251641878957785, 0.3314644577014049, -0.09830468466824684, -0.437703820691974, 0.06766647178581264, 0.9799796513386176, -0.6198535969804955, 0.6407318687461306, -0.7453331391478073, -0.5007931933833588, -0.5266040438444628, -0.3690337182731911], [-0.9673780258190491, -0.29845879157713, -0.3251641878957785, 0.3080955142317297, -0.004232769560534303, -0.450293586905221, 0.07735952019318522, 1.0061860873127306, -0.6210842090536961, 0.6495616477731114, -0.751216589917408, -0.5007931933833588, -0.527025167225066, -0.37137833200829], [-0.8946405973471345, -0.2752017482198396, 0.05632422853013114, 0.28472657076205454, -0.08236029227710913, 0.21948197563951904, -0.40580166195892853, 0.0700339577930249, -0.480794432708836, 0.9494471058376117, -0.8630021545398225, -0.440130393721221, -0.5285692862872777, -0.38466447650718416], [-0.46955172965412706, -0.21473343549088475, -0.08379350082737456, -0.27612807251015087, -0.14294898336343245, -0.40748838178018126, 1.7751342296999186, 1.0192893052997871, 0.5283074673155957, -1.6635134284430388, 1.4609608994524776, 1.1956151232444259, 0.24657848294301296, -0.19279691918491929], [-0.39398037539759234, -0.2379904788481751, 0.1596227005382193, 0.19125079688335359, -0.14294898336343245, -0.3470575039565956, 2.069653777462395, 1.8098501238521985, -0.0070087845266333685, -1.6700540055000619, 1.2020890655900442, -0.2682780574631645, 0.04500075809428111, 0.36404884290108364], [-0.24283766688452307, -0.21008202681942667, 0.25576187250614296, 0.49504706198913145, -0.14294898336343245, -0.19849826264028117, 2.319436178729306, 2.384935802173013, -0.3761924064867913, -1.771432949883917, 1.0961869517372305, -0.378699710519056, -0.3636292955510242, -0.09412775783283807], [-0.5422891581260416, -0.3031102002485881, -0.3057318020724748, -0.46307962026755267, -0.12541015173318096, 1.6345716980084815, -0.039329870249416296, -0.4540947616892366, -0.6106240064314916, 0.5563584247105352, -0.704148983760602, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.1231145613023408, -0.3263672436058784, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, 0.11372793944824434, -0.7935235982538347, -0.4540947616892366, -0.4795638206356355, 0.5920045696713098, -0.580596517598986, -0.3556632043182442, -0.434518397952563, -0.2928337718824749], [0.08400844027498938, 0.22715038829763187, 0.8336196614622794, -0.18265229863145, -0.14294898336343245, -0.4553294933905198, 0.0814604252886121, -0.4540947616892366, 0.70182376963687, -0.5247989628153511, 0.6902288486347782, 0.09708093088171146, 0.15000085432467894, 1.6633556211017573], [0.69897033553754, -0.29845879157713, -0.27709460191181673, -0.46307962026755267, -0.13019346945052226, 0.3680412169558336, -0.7935235982538347, -0.4540947616892366, -0.4531056610618242, 0.7260863993402796, -0.6688482791429974, -0.3873000061673591, -0.37429775452630537, -0.26039994854693926], [1.259142998964103, -0.33101865227733646, -0.2822083876547914, -0.46307962026755267, -0.14294898336343245, 0.4234361882941204, -0.7935235982538347, -0.4540947616892366, -0.5983178856994863, 0.6070478969024626, -0.6453144760645944, -0.47514588314645495, -0.5122858489039539, -0.3559429582522219], [-0.979658370885736, -0.3263672436058784, -0.30266353062669, -0.019069694343723426, 0.9412696992339326, 0.7331444371399963, -0.607118821188976, -0.26846584020593567, -0.6223148211268966, 1.2568542275176884, -1.168941594559062, -0.49956457971931556, -0.5190238229936052, -0.3823198627720852], [-0.7907299852443992, -0.2845045655627558, 0.04609665704418181, -0.29949701597982614, -0.14294898336343245, -0.6743914255010175, 2.6064995354091884, -0.4540947616892366, -0.6223148211268966, -1.6569728513860162, 0.9255668794188086, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9182566455523016, -0.2007792094765105, 2.466962827768386, -0.392972789858527, -0.1413545441243187, -0.551011716611197, -0.38641556514418324, -0.4540947616892366, -0.6130852305778927, 0.8022841220545964, -0.9865546207014384, -0.49495727847915316, -0.5183219506925998, -0.37176910096413984], [-0.7652246531828188, -0.1868249834621363, -0.30880007351825955, -0.46307962026755267, 0.30349400358842366, 0.3881848428970289, 0.8889659195335802, -0.4540947616892366, -0.579243398564878, -0.18207272502735095, -0.10403700526132446, -0.4834390253787473, -0.4697523874630307, -0.34421988957672706], [1.0107021718457454, -0.2845045655627558, -0.2566394589399181, -0.46307962026755267, -0.14294898336343245, 0.05833296810995765, -0.7845761689547215, -0.4540947616892366, -0.45249035502522394, 0.6112992719895274, -0.580596517598986, -0.3556632043182442, -0.442940865564627, -0.22249535982950608], [1.0125914557021587, -0.29380738290567193, -0.27709460191181673, -0.46307962026755267, -0.14294898336343245, 0.2648051340072081, -0.7935235982538347, -0.4540947616892366, -0.4857168810016381, 0.6227452818393178, -0.6158972222165906, -0.3955931483996514, -0.4401333763606057, -0.2967414614409732], [-0.11153243886379405, 0.46437223054199334, -0.32005040215280384, -0.3696038463888518, -0.1349767871678636, -0.3546113636845438, -0.7189616874278912, -0.4176969339474129, -0.26974446215494574, 0.844143815219543, -0.751216589917408, -0.41832250118445236, 0.0803751220649499, -0.27876608947188114], [0.8775076599686031, -0.3263672436058784, -0.257662216088513, -0.46307962026755267, -0.12222127325495342, 0.10113817323499734, -0.6485006816973746, -0.4540947616892366, -0.40511179020700366, 0.501744606284394, -0.49234475605497463, -0.31220099595271245, -0.4613299198509667, -0.29381069427209944], [1.0144807395585722, -0.3217158349344203, -0.2515256731969434, -0.46307962026755267, -0.14294898336343245, 0.08854840702175033, -0.7935235982538347, -0.4540947616892366, -0.4654117817938294, 0.6691833789441805, -0.5982468699077883, -0.3556632043182442, -0.3952135490962643, -0.2869722375447275], [0.15013337524945713, 0.6922912554434387, 0.3805382446347245, -0.13591441169209956, -0.14294898336343245, -0.2136059820961775, 0.12060542847223245, -0.3135991466057971, 0.6673666315872551, -0.5404963477522062, 0.6725784963259759, 0.6123307862398697, 0.5591924058107886, 0.24720892510198553], [-0.8936959554189278, -0.2007792094765105, 0.2076922865221811, -0.27612807251015087, -0.14294898336343245, 0.4511336739632638, -0.46284152374077536, -0.33689375636056423, -0.38049954874299313, 0.9069333549669629, -0.8100510976134156, -0.25384184691065576, -0.4154274713652179, -0.14824925821803905], [-0.6291962155210564, -0.15891653143338794, 0.13098550037756118, -0.29949701597982614, -0.14294898336343245, -0.4553294933905198, 1.621536693398475, 1.9736403486904053, 0.42432074713015117, -1.420530990774638, 1.2432732209772495, 0.39379113074816813, 0.27858385986885614, -0.20491075681626392], [0.8671165987583297, -0.2798531568912977, -0.28016287335760154, -0.46307962026755267, -0.14294898336343245, -0.2765548131624125, -0.7935235982538347, -0.4540947616892366, -0.2943567036189563, 0.5697666076774321, -0.49234475605497463, -0.14679888143088338, -0.23659040906905884, -0.3299568226882084], [-0.24567159266914304, -0.07519117534714263, -0.318004887855614, -0.27612807251015087, -0.010610526516989379, 0.20689220942627204, -0.5500789594071291, -0.4162410208377399, -0.3546566952057821, 0.7842975351477834, -0.8100510976134156, -0.40680424808404647, -0.38693145594440137, 0.106336716518123], [0.9152933370968707, -0.233339070176717, -0.2443663731567789, -0.46307962026755267, -0.06322702140774386, 0.007973903256969636, -0.7935235982538347, -0.4540947616892366, -0.13006999184668602, 0.45399839376812645, -0.3334915852757541, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.7490363577324942, -0.29845879157713, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, -0.6869811917142645, -0.7935235982538347, -0.4540947616892366, 0.706746217929672, 0.06646920313951951, 0.30780454861072876, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.9003084489163744, -0.2798531568912977, 0.08905245728516893, 0.07440607953497745, -0.14294898336343245, 0.20437425618362265, -0.27718236578417604, 0.2178091384248292, -0.46295055764742843, 0.8088246991116194, -0.7865172945350126, -0.3834605884672238, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.2379904788481751, 0.11359862885144738, -0.46307962026755267, -0.14294898336343245, -0.3017343455889065, 2.6214119175743766, -0.4540947616892366, -0.6284678814928992, -1.5588641955306726, 0.7608302578699873, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.8406666247685424, -0.2845045655627558, -0.23107053022504476, -0.46307962026755267, -0.14294898336343245, 0.08351250053645153, -0.7935235982538347, -0.4540947616892366, -0.3891138332553968, 0.6446562149803445, -0.580596517598986, -0.32187632855705345, -0.3531012110359443, -0.30651068533721887], [0.31450107075742, -0.29845879157713, 1.0310117911411012, -0.46307962026755267, -0.14294898336343245, -0.1632469172431895, -0.6854088275562167, -0.4540947616892366, 0.9836339343997904, -0.09704522328605313, 0.5254922270859569, 1.2206481266493083, 1.1963520806634307, -0.21604767205798397], [0.8340541312710956, -0.3170644262629622, 0.14223582901210546, 0.3314644577014049, -0.14294898336343245, -0.6441759865892247, -0.6220312033541646, -0.4322560650441424, -0.5546311571008676, 0.5733639250587946, -0.6453144760645944, -0.4708457353223034, -0.514531840267171, -0.2869722375447275], [0.275770751700946, -0.29845879157713, -0.2668670304258674, -0.46307962026755267, -0.14294898336343245, -0.10533399266225334, -0.7935235982538347, -0.4540947616892366, 1.3220522545299354, -0.06401530914808752, 0.7196461024827819, 1.7928749406774747, 1.2962986963265901, -0.06931392913637403], [0.5723883171578444, -0.3217158349344203, -0.23209328737363968, -0.46307962026755267, -0.09511580619001929, 0.05581501486730812, -0.7782384065345163, -0.4540947616892366, -0.3337362899613731, 0.6917483697909094, -0.6217806729861913, -0.29945412918826325, -0.3333084121475938, -0.13613542058669442], [-0.526230245346528, -0.16821934877630404, 0.2107605579679659, 1.4531737442458157, -0.14294898336343245, -0.24130346776532094, 1.2755694271660971, 1.2253010103185096, -0.050080207088651754, -0.9309687980564736, 0.5549094809339606, -0.2711960149152674, -0.21679761018070842, 0.5762363859275396], [1.25441978932307, -0.28915597423421385, -0.28732217339776606, -0.46307962026755267, -0.14294898336343245, 0.5795492893383831, -0.7935235982538347, -0.4540947616892366, -0.574320950272076, 0.4647903459122147, -0.6276641237557921, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [0.8293309216300625, -0.33567006094879454, -0.26993530187165216, -0.46307962026755267, -0.0440937505383786, -0.012169722684225573, -0.7935235982538347, -0.4540947616892366, -0.36696281593778735, 0.6554481671244323, -0.5629461652901837, -0.29883982235624157, -0.3587161894439869, -0.27134147931073443], [-0.6868193731416642, 0.23180179696908992, -0.2750490876146268, -0.41634173332820223, -0.14294898336343245, -0.20353416912557992, -0.11501020973774898, 0.8125496437262285, -0.579243398564878, 0.6878240235566955, -0.7217993360694043, -0.42477272292067975, -0.5285692862872777, -0.38466447650718416], [-0.7151586309878647, -0.31241301759150414, 0.26803495828928203, -0.13591441169209956, -0.14294898336343245, -0.47547311933171493, 0.3528657806950464, -0.4540947616892366, -0.3220454752659681, 0.11127215598012632, -0.2158225698837389, -0.3843820487152563, -0.3874929537852056, 0.06862751227861472], [-0.5791301933261023, -0.3496242869631688, 0.4296305877672813, 0.12114396647432794, -0.14294898336343245, -0.6869811917142645, 0.6794469501126789, -0.09448422360001828, -0.5527852389910668, -0.07415320358647287, -0.17463841449653358, -0.40680424808404647, -0.5285692862872777, -0.38466447650718416], [-0.8615781298599006, -0.019374271289645844, -0.17993267279529818, -0.46307962026755267, -0.13816566564609115, -0.4553294933905198, 0.01510032465352248, 0.6312884615719465, -0.3897291392919971, 0.535428578128062, -0.5217620099029784, -0.35382028382217917, -0.17229890629697023, -0.37059679409659035], [-0.9135334359112681, -0.29845879157713, -0.3139138592612342, 0.23798868382270408, -0.07917141379888158, 0.7835035019929844, 0.0989824743327089, -0.10467561536772896, -0.6223148211268966, 0.5884072522899472, -0.7159158852998035, -0.4975680825152452, -0.5282885373668756, -0.3762629439564129], [-0.36658575947959854, 0.08295671948243177, -0.11549897243381742, 0.07440607953497745, -0.09511580619001929, -0.11036989914755221, -0.2559322211987822, -0.330342147367036, -0.4875627991114389, 0.6387696956290237, -0.6570813776037959, -0.3479843689179736, -0.4583820561867443, -0.30651068533721887], [-0.8851941780650677, 0.38529828312720626, -0.0725431721928303, 0.004299249125951819, 0.8934365220605194, 0.030635482440814106, -0.6891369230975137, -0.4540947616892366, -0.616161760760894, 1.276475958688757, -1.1924753976374651, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0457833058602037, -0.16356794010484596, -0.2637987589800826, -0.46307962026755267, -0.1365712264069774, -0.6114425944347825, 2.714987115660936, 5.405955504744382, -0.5527852389910668, -1.7318624586889284, 0.9961682886540176, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-1.0136654803011766, -0.2658989308769235, -0.22800225877925995, -0.08917652475274906, -0.14294898336343245, -0.5459758101258981, 2.291102652615447, 5.419058722731439, -0.6241607392366973, -1.2678085164931532, 0.6078605378603675, -0.5000253098433318, -0.5274462906056692, -0.38075678694868587], [0.4344705956396688, -0.31241301759150414, 0.5533842027472681, -0.43971067679787745, -0.14294898336343245, -0.6517298463171729, 2.1967818354206288, -0.4540947616892366, -0.6284678814928992, -1.7508301321542947, -0.12168735757012675, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.8048996141674997, -0.18217357479067822, -0.06538387215266576, 0.14451290994400318, 0.8456033448871062, 0.11120998620559494, -0.5288288148217353, -0.32743032114769005, -0.5977025796628861, 1.0933398010921158, -1.0748063822454499, -0.48589625270683384, -0.5232350567996372, -0.33484143463633126], [0.5790008106552912, -0.3077616089200461, -0.24232085885958898, -0.46307962026755267, 0.2237720416327351, 0.21444606915422024, -0.7935235982538347, -0.4540947616892366, -0.43772301014681764, 0.7417837842771347, -0.6923820822214004, -0.34337706767781123, -0.4148659735244136, -0.3397260465844541], [0.9596915077225846, -0.3263672436058784, -0.2095926301045512, -0.46307962026755267, -0.1238157124940672, 0.24466150806601306, -0.7935235982538347, -0.4540947616892366, -0.46910361801343103, 0.6646049750042644, -0.6158972222165906, -0.41448308348431706, -0.4214635731538638, -0.30670606981514376], [0.6545721649118259, -0.233339070176717, 0.3447417444339019, 1.5232805746548415, 0.9364863815165911, -0.5207962776994042, 1.9652671023060744, 0.48496919404981526, -0.5054066741728466, -1.7158380448992223, 0.9432172317276108, -0.44780922912149157, -0.472419502206851, -0.2283568941672535], [-0.9513191130395354, -0.2845045655627558, -0.3139138592612342, 0.3080955142317297, 0.18550549989400458, 0.013009809742268437, -0.16571230909939053, 0.5315584135593495, -0.6100087003948913, 0.8402194689853291, -0.898302859157427, -0.49372866481510985, -0.5159355848691817, -0.3711829475303651], [-0.9362048421882285, -0.3077616089200461, -0.32618694504437346, 0.16788185341367842, -0.08395473151622289, 0.11876384593354314, -0.059461586172421005, 0.7827034249779331, -0.6130852305778927, 0.7401486400128786, -0.8335849006918187, -0.4975680825152452, -0.5160759593293828, -0.3616091081120444], [-0.7151586309878647, -0.24264188751963314, 0.3478100158796867, -0.41634173332820223, -0.14294898336343245, -0.3697190831404402, -0.5101883371152495, -0.3587324530056585, -0.17929447477470706, 0.8153652761686424, -0.6453144760645944, -0.2066937975529942, -0.07796726904185342, -0.023203192346094498], [-0.07091283595090671, -0.3031102002485881, -0.19834230147000692, -0.46307962026755267, 0.0802725101124956, 0.10617407972029613, -0.7935235982538347, -0.4540947616892366, -0.12330162544408305, 0.7950894872918712, -0.5923634191381876, -0.20822956463304831, -0.2983551715575282, -0.1990492224785165], [0.9190719048096972, -0.1868249834621363, 0.4541767593335597, -0.46307962026755267, -0.14294898336343245, -0.12547761860344855, -0.35882765813858414, -0.4540947616892366, 0.7867360026877062, -0.4433687784554161, 0.6961122994043789, 0.23499281467057176, 0.5135707062454419, 1.2897804993093231], [-0.9343155583318151, -0.08914540136151688, -0.0070867146827546445, 0.3080955142317297, 0.25406638717589675, -0.06756469402251232, -0.37262161164138374, 0.12754252562510637, -0.5860117649674811, 0.9684147793029781, -1.0042049730102407, -0.48773917320289883, -0.5103206064611391, -0.31842913849063853], [-0.9210905713369215, -0.17752216611922014, -0.07663420078721, 0.4716781185194563, 0.06432811772135792, 0.237107648338065, -0.15937454667918527, -0.10467561536772896, -0.6100087003948913, 0.8101328145230237, -0.8688856053094233, -0.49388224152311533, -0.5128473467447582, -0.37548140604471325], [1.009757529917539, -0.2798531568912977, -0.2607304875342978, -0.46307962026755267, -0.14294898336343245, 0.05077910838200931, -0.7935235982538347, -0.4540947616892366, -0.4328005618540155, 0.5985451467283327, -0.5688296160597845, -0.3403055335177029, -0.43311465335055227, -0.20491075681626392], [-0.5526802193363152, -0.19147639213359438, -0.02549634335746338, 0.7754743836252342, -0.1238157124940672, -0.09022627320635701, -0.2529497447657444, -0.31942279904448884, -0.5915495192968835, 0.738186466895772, -0.7924007453046134, -0.47990676109462277, -0.4749462424904702, -0.333278358812932], [-0.654701547582637, 0.6736856207576065, -0.2852766591005762, -0.27612807251015087, -0.13816566564609115, -0.2690009534344643, -0.3349678466742822, -0.10613152847740187, -0.42049444112201023, 0.7764488426793557, -0.7217993360694043, -0.23356972145394134, -0.4085491228153656, -0.3145214489321403], [1.1986859155588756, -0.29845879157713, -0.2791401162090066, -0.46307962026755267, -0.14294898336343245, 0.007973903256969636, -0.7935235982538347, -0.4540947616892366, -0.4654117817938294, 0.5694395788245807, -0.5511792637509823, -0.390985847159489, -0.3881948260862109, -0.2615722554144888], [-0.46010531037206015, -0.06588835800422652, -0.29243595914074066, -0.46307962026755267, -0.14294898336343245, 0.11876384593354314, 1.8646085226910505, 4.736235474294825, -0.6284678814928992, -1.1239158212386493, 0.5843267347819644, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.5715730579004489, 0.1480764408828447, -0.26584427327727245, -0.46307962026755267, -0.14294898336343245, -0.3143241118021534, -0.3834330887111455, 0.34665744863088516, -0.34665771672997864, 0.7650028328295658, -0.6747317299125982, -0.16922108079967355, -0.3349929056700066, -0.3045568405579697], [1.3639982529950452, -0.29845879157713, 0.01745945688352369, -0.46307962026755267, -0.14294898336343245, -0.09022627320635701, -0.7935235982538347, -0.4540947616892366, -0.5780127864916776, 0.6227452818393178, -0.604130320677389, -0.4656241272501194, -0.5062497471153081, -0.31881990744648836], [0.05000133085954868, -0.21008202681942667, -0.29243595914074066, -0.46307962026755267, -0.14294898336343245, 0.7885394084782831, 0.25407124885067134, -0.4540947616892366, -0.5730903381988754, 0.063198914611008, -0.4158598960501647, -0.46746704774618436, -0.4957216626002281, -0.35066757734824927], [-0.5479570096952817, 0.3527384224269997, -0.3190276450042089, 0.004299249125951819, 0.3513271807618369, 0.17919472375712864, -0.3778409453991997, -0.38129910620558916, -0.5712444200890747, 0.8562438827750355, -0.9336035637750316, -0.4782174173065632, -0.46217216661217314, -0.38173370933831047], [-0.6112480188851296, -0.14961371409047178, -0.031632886249033036, -0.46307962026755267, -0.14294898336343245, -0.1632469172431895, 1.6707475545435972, -0.4540947616892366, 0.922103330739764, -1.7158380448992223, 1.6374644225405004, 0.7755828268496234, 1.3071075297620722, 0.12724285565608875], [-0.7652246531828188, 0.6271715340430258, -0.03572391484341271, 0.19125079688335359, 0.2779829757626034, -0.05497492780926539, -0.5288288148217353, -0.41260123806355753, -0.6032403339922884, 1.0792775604195164, -1.0748063822454499, -0.4954180086031694, -0.5285692862872777, -0.38466447650718416], [0.8510576859788159, -0.29380738290567193, -0.24129810171099406, -0.46307962026755267, -0.09352136695090552, -0.12799557184609794, -0.7935235982538347, -0.4540947616892366, -0.3632709797181858, 0.6711455520612869, -0.5511792637509823, -0.3326266981174323, -0.3404675096178482, -0.1756030851275269], [-0.06335570052525323, -0.3077616089200461, -0.21368365869893094, -0.46307962026755267, 0.11216129489477107, 0.05833296810995765, -0.7935235982538347, -0.4540947616892366, -0.10053530208987335, 0.7761218138265048, -0.5688296160597845, -0.16522808639153286, -0.31098887297562416, -0.21272613593326045], [0.9360754595174176, -0.19147639213359438, -0.24743464460256365, -0.46307962026755267, -0.14294898336343245, -0.2841086728903607, -0.7935235982538347, -0.4540947616892366, -0.3509648589861805, 0.5923315985241611, -0.5217620099029784, -0.35950262201837946, -0.274772262243749, -0.15118002538691272], [1.0513217747586328, -0.2752017482198396, -0.1011803723534884, 0.14451290994400318, -0.14294898336343245, -0.5006526517582089, -0.6555840632258393, -0.39585823730231867, -0.5546311571008676, 0.5406610397736802, -0.6158972222165906, -0.4708457353223034, -0.5004943942470643, -0.2283568941672535], [0.9360754595174176, -0.3263672436058784, -0.2637987589800826, -0.46307962026755267, -0.14294898336343245, 0.237107648338065, -0.7935235982538347, -0.4540947616892366, -0.4389536222200181, 0.6322291185720007, -0.5982468699077883, -0.3203405614769993, -0.3713498908620829, -0.33777220180520495], [-0.6225837220236097, 0.34343560508408355, -0.22902501592785493, -0.22939018557080043, -0.14294898336343245, 0.07344068756585392, 0.32714192146009585, 0.004517867857742192, -0.6284678814928992, 0.29048396734255383, -0.47469440374617233, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [-0.7869514175315725, 0.12016798885409624, -0.16663682986356404, -0.46307962026755267, -0.14294898336343245, -0.38986270908163545, -0.10606278043863569, 0.7091798129394493, -0.4506444369154231, 0.637461580217619, -0.6335475745253929, -0.2506167360425421, -0.4287630450843192, -0.34656450331182603], [-0.740663963049445, -0.2752017482198396, 0.38974305897207906, 0.28472657076205454, -0.14294898336343245, -0.5459758101258981, -0.46284152374077536, -0.39513028074748224, -0.2808199708137505, 0.7728515252979932, -0.7159158852998035, -0.31573326023683695, -0.3587161894439869, 0.08797057559318117], [-0.487499926290054, -0.3496242869631688, 0.614749631662964, 0.0977750230046527, -0.14294898336343245, -0.6869811917142645, 0.57245060807745, -0.10977131125158424, -0.5558617691740682, -0.10358580034307613, -0.22170602065333966, -0.41079724249218724, -0.5285692862872777, -0.38466447650718416], [-0.8606334879316939, -0.2519447048625493, 0.012345671140549025, -0.11254546822242431, 0.024467136743513612, 0.13387156538943953, -0.1619842135580933, -0.3492690177927843, -0.37003934612078865, 0.6469454169503024, -0.6335475745253929, -0.3522845167421251, -0.26480567556947326, -0.15723694420258502], [1.1335056225126143, -0.3077616089200461, -0.27198081616884207, -0.46307962026755267, -0.14294898336343245, 0.17415881727182997, -0.7935235982538347, -0.4540947616892366, -0.46295055764742843, 0.5870991368785429, -0.5982468699077883, -0.34306991426180033, -0.38889669838721624, -0.3635629528912935], [-0.07469140366373353, -0.3031102002485881, -0.20550160151017147, -0.46307962026755267, 0.07230031391692676, -0.037349255110719584, -0.7935235982538347, -0.4540947616892366, -0.061771021784056725, 0.7486513901870085, -0.5394123622117807, -0.1822751009801336, -0.2956880568137079, -0.10546005755248301], [-0.7161032729160713, 0.24575602298346416, -0.22800225877925995, 0.3080955142317297, -0.14294898336343245, -0.2211598418241257, 0.08705256860055793, -0.4540947616892366, -0.4684883119768308, 0.4507281052396152, -0.5099951083637769, -0.2504631593345367, -0.4314301598281395, -0.3618044925899693], [-0.8209585269470131, -0.2007792094765105, 0.004163613951789618, 0.0977750230046527, -0.14294898336343245, 0.9723499951916894, -0.3498802288394709, -0.22333253380607426, -0.6038556400288887, 0.9069333549669629, -0.9159532114662293, -0.5015610769233859, -0.5285692862872777, -0.38466447650718416], [1.1278377709433745, -0.3031102002485881, -0.26277600183148764, -0.46307962026755267, -0.14294898336343245, 0.05077910838200931, -0.7935235982538347, -0.4540947616892366, 1.1257696288544514, -0.25303798609604955, 0.8020144132571926, 1.2645710651388562, 1.1839991281657367, -0.19123384336151997], [1.3961160785540723, -0.3217158349344203, -0.2648215161286775, -0.46307962026755267, -0.14294898336343245, 0.3353078248013915, -0.7935235982538347, -0.4540947616892366, -0.5127903466120497, 0.5144987315455887, -0.580596517598986, -0.5015610769233859, -0.514531840267171, -0.38466447650718416], [4.5635004638310805, -0.2845045655627558, 0.6433868318236221, -0.46307962026755267, -0.14294898336343245, 1.3525609348317484, -0.7935235982538347, -0.4540947616892366, -0.4026505660606026, -0.7082621492648435, 0.30780454861072876, -0.25798841802680195, -0.3599795595857965, -0.3123722196749662], [-0.845519217080387, 0.4085553264844966, -0.29345871628933556, -0.46307962026755267, 0.3178439567404476, -0.4326679142066753, -0.4878197638674664, 0.14282961327667226, -0.3675781219743876, 0.9680877504501268, -0.827701449922218, -0.11086193175761688, -0.47213875328644883, -0.22015074609440713], [0.863338031045503, -0.2519447048625493, -0.2556167017913231, -0.46307962026755267, -0.14294898336343245, 0.33027191831609254, -0.7935235982538347, -0.4540947616892366, -0.4801791266722358, 0.7358972649258139, -0.6511979268341951, -0.4080328617480898, -0.42637667926090106, -0.28345531694207904], [0.06889416942368244, -0.2798531568912977, 0.5175877025464456, -0.46307962026755267, -0.14294898336343245, -0.336985690985998, -0.696593114180108, -0.2939443196252122, 1.1190012624518482, -0.02509887565880108, 0.5549094809339606, 1.2092834502569079, 1.4493068579457529, 0.00024294500489507835], [-0.6263622897364364, -0.24264188751963314, 0.09416624302814361, -0.019069694343723426, -0.14294898336343245, -0.2085700756108787, 1.7945203265146639, 2.2764702755023785, 0.14312588840383084, -1.4283796832430655, 1.1138373040460328, -0.05926015786779835, 0.18593671613615206, -0.20100306725776565], [0.89262193081991, -0.3217158349344203, -0.26584427327727245, -0.46307962026755267, -0.14294898336343245, 0.04322524865406111, -0.7935235982538347, -0.4540947616892366, -0.3706546521573889, 0.6204560798693596, -0.5511792637509823, -0.2711960149152674, -0.29133644854747487, -0.3104183748957171], [-0.2626751473768635, -0.15426512276192983, -0.08174798653018467, 0.4249402315801058, -0.1365712264069774, 0.10617407972029613, -0.00726824859426062, -0.4540947616892366, -0.6007791098458874, 0.4360118068613136, -0.5923634191381876, -0.48374617879475806, -0.523094682339436, -0.34695527226767586], [1.1155574258766872, -0.3263672436058784, -0.27709460191181673, -0.46307962026755267, -0.14294898336343245, 0.31768215210284556, -0.7935235982538347, -0.4540947616892366, -0.5232505492342543, 0.6675482346799244, -0.6217806729861913, -0.4210868819285498, -0.43213203212914486, -0.32155529013743717], [0.27671539362915265, -0.3263672436058784, -0.2852766591005762, -0.46307962026755267, -0.11424907705938457, -0.12547761860344855, -0.7935235982538347, -0.4540947616892366, -0.19160059550671232, 0.7499595055984133, -0.557062714520583, -0.13297697771039627, -0.026028718767458697, -0.23226458372575176], [0.10101199498270966, -0.3077616089200461, -0.2351615588194245, -0.46307962026755267, 0.0802725101124956, -0.1959803093976317, -0.7935235982538347, -0.4540947616892366, -0.04331184068604889, 0.6675482346799244, -0.47469440374617233, -0.17137115471174935, -0.28712521474144287, -0.09744929395756158], [-0.9021977327727879, -0.11240244471880723, 0.5042918596147115, -0.04243863781339862, -0.1349767871678636, -0.19849826264028117, 0.160868860318242, 0.0875049151091003, -0.5663219717962726, 0.40984949863322206, -0.6100137714469898, -0.43245155832095034, -0.4666641493386073, -0.3711829475303651], [-0.5356766646285948, 0.2550588403263803, 0.006209128248979483, -0.27612807251015087, -0.1397601048852049, -0.4477756336625716, 1.3389470513681492, 2.1294230514254107, 0.13451160389142722, -1.0519694736113974, 0.813781314796394, 0.00048118154630702215, 0.21667872292018572, 0.230405860000443], [0.7622613447273878, 0.1620306668972189, -0.2760718447632218, -0.46307962026755267, -0.14294898336343245, 0.29250261967635166, -0.7935235982538347, -0.4540947616892366, -0.553400545027667, 0.7797191312078674, -0.7394496883782066, -0.4633204766300382, -0.48729919498816404, -0.2973276148747479], [-0.9588762484651889, -0.24264188751963314, 1.3807947359605681, 0.14451290994400318, 0.016494940547944745, -0.2010162158829305, -0.6168118695963486, -0.29831205895423113, -0.5706291140524745, 1.0930127722392646, -1.1277574391718568, -0.4866641362468609, -0.5211294398966212, -0.2842368548537787], [0.28710645483942615, -0.3170644262629622, 0.8285058757193048, -0.46307962026755267, -0.14294898336343245, -0.24382142100797025, -0.703303686154443, -0.4540947616892366, 1.0273206629984093, -0.062380164883831656, 0.5490260301643599, 1.2553564626585314, 1.2920874625205583, -0.17951077468602517], [-0.758612159685372, -0.2007792094765105, -0.0633383578554759, 0.3080955142317297, 1.014613904233166, 0.013009809742268437, -0.5593991982603721, -0.4540947616892366, -0.609393394358291, 1.111980445704631, -1.0983401853238528, -0.4940358182311207, -0.5244984269414468, -0.35789680303147103], [1.0012557525636787, -0.3217158349344203, -0.2453891303053738, -0.46307962026755267, -0.14294898336343245, 0.09862021999234794, -0.7935235982538347, -0.4540947616892366, -0.44695260069582154, 0.6502157054788137, -0.5864799683685867, -0.3172690273168911, -0.3797723584741469, -0.27134147931073443]], \"links\": [], \"views\": [{\"N_row_sum\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [3255.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 3288, \"cat_0_index\": 3060, \"rank\": 3999, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3994, \"ini\": 4000}, {\"group\": [3252.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 3285, \"cat_0_index\": 3344, \"rank\": 3998, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3991, \"ini\": 3999}, {\"group\": [3250.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 3286, \"cat_0_index\": 3345, \"rank\": 3997, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3989, \"ini\": 3998}, {\"group\": [3251.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 3287, \"cat_0_index\": 3346, \"rank\": 3996, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3988, \"ini\": 3997}, {\"group\": [3136.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 3171, \"cat_0_index\": 3061, \"rank\": 3995, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3995, \"ini\": 3996}, {\"group\": [3485.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 3521, \"cat_0_index\": 3347, \"rank\": 3994, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3928, \"ini\": 3995}, {\"group\": [3336.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 3368, \"cat_0_index\": 3062, \"rank\": 3993, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3987, \"ini\": 3994}, {\"group\": [3253.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 3289, \"cat_0_index\": 466, \"rank\": 3992, \"cat-0\": \"Beverages\", \"rankvar\": 3993, \"ini\": 3993}, {\"group\": [3334.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 3369, \"cat_0_index\": 3063, \"rank\": 3991, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3996, \"ini\": 3992}, {\"group\": [3157.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 3188, \"cat_0_index\": 3064, \"rank\": 3990, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3799, \"ini\": 3991}, {\"group\": [3139.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 3169, \"cat_0_index\": 3065, \"rank\": 3989, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3820, \"ini\": 3990}, {\"group\": [3354.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 3383, \"cat_0_index\": 3348, \"rank\": 3988, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3967, \"ini\": 3989}, {\"group\": [3332.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 3366, \"cat_0_index\": 3066, \"rank\": 3987, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3922, \"ini\": 3988}, {\"group\": [3396.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 3428, \"cat_0_index\": 3067, \"rank\": 3986, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3859, \"ini\": 3987}, {\"group\": [2704.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 2736, \"cat_0_index\": 1367, \"rank\": 3985, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3961, \"ini\": 3986}, {\"group\": [2721.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 2750, \"cat_0_index\": 1368, \"rank\": 3984, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3981, \"ini\": 3985}, {\"group\": [2705.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 2740, \"cat_0_index\": 1369, \"rank\": 3983, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3970, \"ini\": 3984}, {\"group\": [3149.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 3179, \"cat_0_index\": 1056, \"rank\": 3982, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3924, \"ini\": 3983}, {\"group\": [2707.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 2742, \"cat_0_index\": 1370, \"rank\": 3981, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3936, \"ini\": 3982}, {\"group\": [2733.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 2735, \"cat_0_index\": 1371, \"rank\": 3980, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3990, \"ini\": 3981}, {\"group\": [2706.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 2741, \"cat_0_index\": 1372, \"rank\": 3979, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3985, \"ini\": 3980}, {\"group\": [2660.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 2688, \"cat_0_index\": 1373, \"rank\": 3978, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3930, \"ini\": 3979}, {\"group\": [3337.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 3372, \"cat_0_index\": 3068, \"rank\": 3977, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3902, \"ini\": 3978}, {\"group\": [2716.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 2752, \"cat_0_index\": 1374, \"rank\": 3976, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3976, \"ini\": 3977}, {\"group\": [2657.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 2686, \"cat_0_index\": 1375, \"rank\": 3975, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3910, \"ini\": 3976}, {\"group\": [2658.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 2687, \"cat_0_index\": 1376, \"rank\": 3974, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3913, \"ini\": 3975}, {\"group\": [2717.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 2753, \"cat_0_index\": 1377, \"rank\": 3973, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3974, \"ini\": 3974}, {\"group\": [2661.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 2689, \"cat_0_index\": 1378, \"rank\": 3972, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3921, \"ini\": 3973}, {\"group\": [2644.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 2672, \"cat_0_index\": 1379, \"rank\": 3971, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3887, \"ini\": 3972}, {\"group\": [2718.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 2754, \"cat_0_index\": 1380, \"rank\": 3970, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3975, \"ini\": 3971}, {\"group\": [2719.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 2755, \"cat_0_index\": 1381, \"rank\": 3969, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3969, \"ini\": 3970}, {\"group\": [2655.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 2681, \"cat_0_index\": 1382, \"rank\": 3968, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3926, \"ini\": 3969}, {\"group\": [3333.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 3367, \"cat_0_index\": 3069, \"rank\": 3967, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3942, \"ini\": 3968}, {\"group\": [2647.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 2674, \"cat_0_index\": 1383, \"rank\": 3966, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3905, \"ini\": 3967}, {\"group\": [2646.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 2671, \"cat_0_index\": 1384, \"rank\": 3965, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3862, \"ini\": 3966}, {\"group\": [2653.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 2682, \"cat_0_index\": 1385, \"rank\": 3964, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3912, \"ini\": 3965}, {\"group\": [2651.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 2677, \"cat_0_index\": 1386, \"rank\": 3963, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3900, \"ini\": 3964}, {\"group\": [2648.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 2675, \"cat_0_index\": 1387, \"rank\": 3962, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3897, \"ini\": 3963}, {\"group\": [2654.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 2683, \"cat_0_index\": 1388, \"rank\": 3961, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3914, \"ini\": 3962}, {\"group\": [3127.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 3160, \"cat_0_index\": 3070, \"rank\": 3960, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3931, \"ini\": 3961}, {\"group\": [2649.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 2678, \"cat_0_index\": 1389, \"rank\": 3959, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3895, \"ini\": 3960}, {\"group\": [2576.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 2602, \"cat_0_index\": 1390, \"rank\": 3958, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3935, \"ini\": 3959}, {\"group\": [3129.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 3159, \"cat_0_index\": 3071, \"rank\": 3957, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3916, \"ini\": 3958}, {\"group\": [2650.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 2679, \"cat_0_index\": 1391, \"rank\": 3956, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3892, \"ini\": 3957}, {\"group\": [3335.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 3370, \"cat_0_index\": 3072, \"rank\": 3955, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3932, \"ini\": 3956}, {\"group\": [2670.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 2701, \"cat_0_index\": 1392, \"rank\": 3954, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3904, \"ini\": 3955}, {\"group\": [2702.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 2737, \"cat_0_index\": 1393, \"rank\": 3953, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3964, \"ini\": 3954}, {\"group\": [2652.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 2676, \"cat_0_index\": 1394, \"rank\": 3952, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3880, \"ini\": 3953}, {\"group\": [2671.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 2702, \"cat_0_index\": 1395, \"rank\": 3951, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3885, \"ini\": 3952}, {\"group\": [2720.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 2751, \"cat_0_index\": 1396, \"rank\": 3950, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3958, \"ini\": 3951}, {\"group\": [2645.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 2673, \"cat_0_index\": 1397, \"rank\": 3949, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3861, \"ini\": 3950}, {\"group\": [2639.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 2667, \"cat_0_index\": 1398, \"rank\": 3948, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3854, \"ini\": 3949}, {\"group\": [2634.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 2662, \"cat_0_index\": 1399, \"rank\": 3947, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3847, \"ini\": 3948}, {\"group\": [2577.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 2606, \"cat_0_index\": 1400, \"rank\": 3946, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3923, \"ini\": 3947}, {\"group\": [2579.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 2605, \"cat_0_index\": 1401, \"rank\": 3945, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3929, \"ini\": 3946}, {\"group\": [2641.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 2666, \"cat_0_index\": 1402, \"rank\": 3944, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3852, \"ini\": 3945}, {\"group\": [2659.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 2685, \"cat_0_index\": 1403, \"rank\": 3943, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3899, \"ini\": 3944}, {\"group\": [2578.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 2607, \"cat_0_index\": 1404, \"rank\": 3942, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3919, \"ini\": 3943}, {\"group\": [2637.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 2664, \"cat_0_index\": 1405, \"rank\": 3941, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3848, \"ini\": 3942}, {\"group\": [2635.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 2663, \"cat_0_index\": 1406, \"rank\": 3940, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3849, \"ini\": 3941}, {\"group\": [2640.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 2668, \"cat_0_index\": 1407, \"rank\": 3939, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3850, \"ini\": 3940}, {\"group\": [2712.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 2746, \"cat_0_index\": 1408, \"rank\": 3938, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3971, \"ini\": 3939}, {\"group\": [2642.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 2669, \"cat_0_index\": 1409, \"rank\": 3937, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3869, \"ini\": 3938}, {\"group\": [2574.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 2603, \"cat_0_index\": 1410, \"rank\": 3936, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3925, \"ini\": 3937}, {\"group\": [2575.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 2604, \"cat_0_index\": 1411, \"rank\": 3935, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3927, \"ini\": 3936}, {\"group\": [3137.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 3172, \"cat_0_index\": 3073, \"rank\": 3934, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3834, \"ini\": 3935}, {\"group\": [2656.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 2680, \"cat_0_index\": 1226, \"rank\": 3933, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3898, \"ini\": 3934}, {\"group\": [2856.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 2883, \"cat_0_index\": 1412, \"rank\": 3932, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3874, \"ini\": 3933}, {\"group\": [2713.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 2747, \"cat_0_index\": 1413, \"rank\": 3931, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3973, \"ini\": 3932}, {\"group\": [2710.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 2744, \"cat_0_index\": 1414, \"rank\": 3930, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3955, \"ini\": 3931}, {\"group\": [2886.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 2922, \"cat_0_index\": 1415, \"rank\": 3929, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3860, \"ini\": 3930}, {\"group\": [2711.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 2745, \"cat_0_index\": 1416, \"rank\": 3928, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3960, \"ini\": 3929}, {\"group\": [2888.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 2921, \"cat_0_index\": 1417, \"rank\": 3927, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3870, \"ini\": 3928}, {\"group\": [2887.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 2923, \"cat_0_index\": 1418, \"rank\": 3926, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3867, \"ini\": 3927}, {\"group\": [2866.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 2900, \"cat_0_index\": 1419, \"rank\": 3925, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3863, \"ini\": 3926}, {\"group\": [2851.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 2887, \"cat_0_index\": 1420, \"rank\": 3924, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3896, \"ini\": 3925}, {\"group\": [2855.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 2884, \"cat_0_index\": 1421, \"rank\": 3923, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3890, \"ini\": 3924}, {\"group\": [2526.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 2553, \"cat_0_index\": 2187, \"rank\": 3922, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3750, \"ini\": 3923}, {\"group\": [2868.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 2899, \"cat_0_index\": 1422, \"rank\": 3921, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3875, \"ini\": 3922}, {\"group\": [2643.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 2670, \"cat_0_index\": 1423, \"rank\": 3920, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3843, \"ini\": 3921}, {\"group\": [3342.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 3377, \"cat_0_index\": 3114, \"rank\": 3919, \"cat-0\": \"Sweets\", \"rankvar\": 3821, \"ini\": 3920}, {\"group\": [2867.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 2901, \"cat_0_index\": 1424, \"rank\": 3918, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3858, \"ini\": 3919}, {\"group\": [3147.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 3185, \"cat_0_index\": 467, \"rank\": 3917, \"cat-0\": \"Beverages\", \"rankvar\": 3822, \"ini\": 3918}, {\"group\": [2588.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 2615, \"cat_0_index\": 1425, \"rank\": 3916, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3938, \"ini\": 3917}, {\"group\": [2852.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 2888, \"cat_0_index\": 1426, \"rank\": 3915, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3894, \"ini\": 3916}, {\"group\": [2871.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 2905, \"cat_0_index\": 1427, \"rank\": 3914, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3888, \"ini\": 3915}, {\"group\": [2586.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 2616, \"cat_0_index\": 1428, \"rank\": 3913, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3944, \"ini\": 3914}, {\"group\": [2587.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 2617, \"cat_0_index\": 1429, \"rank\": 3912, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3945, \"ini\": 3913}, {\"group\": [2593.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 2620, \"cat_0_index\": 1430, \"rank\": 3911, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3943, \"ini\": 3912}, {\"group\": [2869.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 2906, \"cat_0_index\": 1431, \"rank\": 3910, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3891, \"ini\": 3911}, {\"group\": [3036.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, flaxseed\", \"clust\": 3067, \"cat_0_index\": 2188, \"rank\": 3909, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3745, \"ini\": 3910}, {\"group\": [2849.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 2881, \"cat_0_index\": 1432, \"rank\": 3908, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3915, \"ini\": 3909}, {\"group\": [2475.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 2505, \"cat_0_index\": 1433, \"rank\": 3907, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3933, \"ini\": 3908}, {\"group\": [2581.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 2608, \"cat_0_index\": 1434, \"rank\": 3906, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3881, \"ini\": 3907}, {\"group\": [3154.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, roasted and toasted\", \"clust\": 3190, \"cat_0_index\": 2189, \"rank\": 3905, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3630, \"ini\": 3906}, {\"group\": [2850.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 2882, \"cat_0_index\": 1435, \"rank\": 3904, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3908, \"ini\": 3905}, {\"group\": [2861.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 2889, \"cat_0_index\": 1436, \"rank\": 3903, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3917, \"ini\": 3904}, {\"group\": [2591.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 2621, \"cat_0_index\": 1437, \"rank\": 3902, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3937, \"ini\": 3903}, {\"group\": [2479.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 2510, \"cat_0_index\": 1438, \"rank\": 3901, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3953, \"ini\": 3902}, {\"group\": [2870.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 2907, \"cat_0_index\": 1439, \"rank\": 3900, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3901, \"ini\": 3901}, {\"group\": [2522.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, with salt added\", \"clust\": 2551, \"cat_0_index\": 2190, \"rank\": 3899, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3747, \"ini\": 3900}, {\"group\": [2592.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 2622, \"cat_0_index\": 1440, \"rank\": 3898, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3939, \"ini\": 3899}, {\"group\": [2480.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 2511, \"cat_0_index\": 1057, \"rank\": 3897, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3934, \"ini\": 3898}, {\"group\": [3140.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, celery seed\", \"clust\": 3166, \"cat_0_index\": 3074, \"rank\": 3896, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3785, \"ini\": 3897}, {\"group\": [3155.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, dried\", \"clust\": 3191, \"cat_0_index\": 2191, \"rank\": 3895, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3624, \"ini\": 3896}, {\"group\": [2583.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 2611, \"cat_0_index\": 1441, \"rank\": 3894, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3907, \"ini\": 3895}, {\"group\": [2872.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 2904, \"cat_0_index\": 1442, \"rank\": 3893, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3911, \"ini\": 3894}, {\"group\": [3413.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, chia seeds, dried\", \"clust\": 3444, \"cat_0_index\": 2192, \"rank\": 3892, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3828, \"ini\": 3893}, {\"group\": [3254.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 3290, \"cat_0_index\": 468, \"rank\": 3891, \"cat-0\": \"Beverages\", \"rankvar\": 3946, \"ini\": 3892}, {\"group\": [2589.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 2618, \"cat_0_index\": 1443, \"rank\": 3890, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3957, \"ini\": 3891}, {\"group\": [2524.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, without salt added\", \"clust\": 2554, \"cat_0_index\": 2193, \"rank\": 3889, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3761, \"ini\": 3890}, {\"group\": [2873.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 2903, \"cat_0_index\": 1444, \"rank\": 3888, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3909, \"ini\": 3889}, {\"group\": [2714.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 2748, \"cat_0_index\": 1445, \"rank\": 3887, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3948, \"ini\": 3888}, {\"group\": [2854.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), beef tallow and cottonseed\", \"clust\": 2885, \"cat_0_index\": 1446, \"rank\": 3886, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3868, \"ini\": 3887}, {\"group\": [3393.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander seed\", \"clust\": 3430, \"cat_0_index\": 3075, \"rank\": 3885, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3837, \"ini\": 3886}, {\"group\": [2595.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 2624, \"cat_0_index\": 1447, \"rank\": 3884, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3941, \"ini\": 3885}, {\"group\": [2523.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, without salt added\", \"clust\": 2552, \"cat_0_index\": 2194, \"rank\": 3883, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3757, \"ini\": 3884}, {\"group\": [3249.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Energy Bar, all flavors\", \"clust\": 3281, \"cat_0_index\": 2482, \"rank\": 3882, \"cat-0\": \"Snacks\", \"rankvar\": 3767, \"ini\": 3883}, {\"group\": [3411.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pinon Nuts, roasted (Navajo)\", \"clust\": 3447, \"cat_0_index\": 1227, \"rank\": 3881, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3844, \"ini\": 3882}, {\"group\": [2482.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 2502, \"cat_0_index\": 1448, \"rank\": 3880, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3963, \"ini\": 3881}, {\"group\": [3347.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chili powder\", \"clust\": 3380, \"cat_0_index\": 3076, \"rank\": 3879, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3795, \"ini\": 3880}, {\"group\": [3159.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu), prepared with calcium sulfate\", \"clust\": 3193, \"cat_0_index\": 1970, \"rank\": 3878, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3878, \"ini\": 3879}, {\"group\": [2596.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 2625, \"cat_0_index\": 1449, \"rank\": 3877, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3962, \"ini\": 3878}, {\"group\": [2590.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 2619, \"cat_0_index\": 1450, \"rank\": 3876, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3949, \"ini\": 3877}, {\"group\": [2584.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, spotted seal (Alaska Native)\", \"clust\": 2612, \"cat_0_index\": 1228, \"rank\": 3875, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3857, \"ini\": 3876}, {\"group\": [2853.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, leaf fat, raw\", \"clust\": 2886, \"cat_0_index\": 2291, \"rank\": 3874, \"cat-0\": \"Pork Products\", \"rankvar\": 3840, \"ini\": 3875}, {\"group\": [2525.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans\", \"clust\": 2555, \"cat_0_index\": 2195, \"rank\": 3873, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3731, \"ini\": 3874}, {\"group\": [3150.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with low-calorie sweeteners, powder\", \"clust\": 3178, \"cat_0_index\": 469, \"rank\": 3872, \"cat-0\": \"Beverages\", \"rankvar\": 3763, \"ini\": 3873}, {\"group\": [2715.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 2749, \"cat_0_index\": 1451, \"rank\": 3871, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3952, \"ini\": 3872}, {\"group\": [2748.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, english\", \"clust\": 2782, \"cat_0_index\": 2196, \"rank\": 3870, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3829, \"ini\": 3871}, {\"group\": [2450.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), not sweetened\", \"clust\": 2479, \"cat_0_index\": 2197, \"rank\": 3869, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3830, \"ini\": 3870}, {\"group\": [3156.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, paste\", \"clust\": 3189, \"cat_0_index\": 2198, \"rank\": 3868, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3619, \"ini\": 3869}, {\"group\": [3394.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, caraway seed\", \"clust\": 3431, \"cat_0_index\": 3077, \"rank\": 3867, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3815, \"ini\": 3868}, {\"group\": [3256.0, 55.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C\", \"clust\": 3284, \"cat_0_index\": 3115, \"rank\": 3866, \"cat-0\": \"Sweets\", \"rankvar\": 3836, \"ini\": 3867}, {\"group\": [2601.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, with salt added\", \"clust\": 2626, \"cat_0_index\": 2199, \"rank\": 3865, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3818, \"ini\": 3866}, {\"group\": [2599.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, raw\", \"clust\": 2627, \"cat_0_index\": 2200, \"rank\": 3864, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3817, \"ini\": 3865}, {\"group\": [2891.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, bacon, rendered fat, cooked\", \"clust\": 2920, \"cat_0_index\": 2292, \"rank\": 3863, \"cat-0\": \"Pork Products\", \"rankvar\": 3833, \"ini\": 3864}, {\"group\": [3119.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL\", \"clust\": 3154, \"cat_0_index\": 726, \"rank\": 3862, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3886, \"ini\": 3863}, {\"group\": [3130.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 3162, \"cat_0_index\": 291, \"rank\": 3861, \"cat-0\": \"Baked Products\", \"rankvar\": 3997, \"ini\": 3862}, {\"group\": [2476.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, suet, raw\", \"clust\": 2506, \"cat_0_index\": 436, \"rank\": 3860, \"cat-0\": \"Beef Products\", \"rankvar\": 3877, \"ini\": 3861}, {\"group\": [2746.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, with salt added\", \"clust\": 2779, \"cat_0_index\": 2201, \"rank\": 3859, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3746, \"ini\": 3860}, {\"group\": [2536.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, with salt added\", \"clust\": 2566, \"cat_0_index\": 2202, \"rank\": 3858, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3549, \"ini\": 3859}, {\"group\": [2597.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 2623, \"cat_0_index\": 1452, \"rank\": 3857, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3950, \"ini\": 3858}, {\"group\": [2731.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 2765, \"cat_0_index\": 1453, \"rank\": 3856, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3920, \"ini\": 3857}, {\"group\": [3397.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cloves, ground\", \"clust\": 3427, \"cat_0_index\": 3078, \"rank\": 3855, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3772, \"ini\": 3856}, {\"group\": [2600.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, without salt added\", \"clust\": 2628, \"cat_0_index\": 2203, \"rank\": 3854, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3819, \"ini\": 3855}, {\"group\": [2534.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, with salt added\", \"clust\": 2564, \"cat_0_index\": 2204, \"rank\": 3853, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3526, \"ini\": 3854}, {\"group\": [3345.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, paprika\", \"clust\": 3381, \"cat_0_index\": 3079, \"rank\": 3852, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3814, \"ini\": 3853}, {\"group\": [2521.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, brazilnuts, dried, unblanched\", \"clust\": 2540, \"cat_0_index\": 2205, \"rank\": 3851, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3593, \"ini\": 3852}, {\"group\": [2893.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pilinuts, dried\", \"clust\": 2908, \"cat_0_index\": 2206, \"rank\": 3850, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3760, \"ini\": 3851}, {\"group\": [2535.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, without salt added\", \"clust\": 2565, \"cat_0_index\": 2207, \"rank\": 3849, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3536, \"ini\": 3850}, {\"group\": [2889.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, backfat, raw\", \"clust\": 2924, \"cat_0_index\": 2293, \"rank\": 3848, \"cat-0\": \"Pork Products\", \"rankvar\": 3816, \"ini\": 3849}, {\"group\": [2538.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, without salt added\", \"clust\": 2569, \"cat_0_index\": 2208, \"rank\": 3847, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3558, \"ini\": 3848}, {\"group\": [2604.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, dry roasted, without salt added\", \"clust\": 2632, \"cat_0_index\": 2209, \"rank\": 3846, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3706, \"ini\": 3847}, {\"group\": [2453.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 2482, \"cat_0_index\": 1454, \"rank\": 3845, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3959, \"ini\": 3846}, {\"group\": [2517.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, dried (decorticated)\", \"clust\": 2547, \"cat_0_index\": 2210, \"rank\": 3844, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3652, \"ini\": 3845}, {\"group\": [2454.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 2483, \"cat_0_index\": 1455, \"rank\": 3843, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3951, \"ini\": 3844}, {\"group\": [2556.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut spread, reduced sugar\", \"clust\": 2584, \"cat_0_index\": 1971, \"rank\": 3842, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3477, \"ini\": 3843}, {\"group\": [2537.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, with salt added\", \"clust\": 2567, \"cat_0_index\": 2211, \"rank\": 3841, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3488, \"ini\": 3842}, {\"group\": [2747.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, without salt\", \"clust\": 2780, \"cat_0_index\": 2212, \"rank\": 3840, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3758, \"ini\": 3841}, {\"group\": [2885.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, salt pork, raw\", \"clust\": 2913, \"cat_0_index\": 2294, \"rank\": 3839, \"cat-0\": \"Pork Products\", \"rankvar\": 3768, \"ini\": 3840}, {\"group\": [3138.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill seed\", \"clust\": 3170, \"cat_0_index\": 3080, \"rank\": 3838, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3776, \"ini\": 3839}, {\"group\": [3486.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried\", \"clust\": 3522, \"cat_0_index\": 3349, \"rank\": 3837, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3797, \"ini\": 3838}, {\"group\": [2582.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, beluga, whale (Alaska Native)\", \"clust\": 2609, \"cat_0_index\": 1229, \"rank\": 3836, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3845, \"ini\": 3837}, {\"group\": [2722.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, with salt\", \"clust\": 2756, \"cat_0_index\": 1456, \"rank\": 3835, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3831, \"ini\": 3836}, {\"group\": [2468.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 2494, \"cat_0_index\": 1457, \"rank\": 3834, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3956, \"ini\": 3835}, {\"group\": [2519.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, pinyon, dried\", \"clust\": 2546, \"cat_0_index\": 2213, \"rank\": 3833, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3642, \"ini\": 3834}, {\"group\": [2606.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, blanched\", \"clust\": 2631, \"cat_0_index\": 2214, \"rank\": 3832, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3719, \"ini\": 3833}, {\"group\": [2703.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 2738, \"cat_0_index\": 1458, \"rank\": 3831, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3906, \"ini\": 3832}, {\"group\": [3141.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, with added vitamin D\", \"clust\": 3175, \"cat_0_index\": 1058, \"rank\": 3829, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3480, \"ini\": 3831}, {\"group\": [3141.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, without added vitamin D\", \"clust\": 3176, \"cat_0_index\": 1059, \"rank\": 3830, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3481, \"ini\": 3830}, {\"group\": [2511.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from roasted and toasted kernels (most common type)\", \"clust\": 2538, \"cat_0_index\": 2215, \"rank\": 3828, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3544, \"ini\": 3829}, {\"group\": [2723.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise dressing, no cholesterol\", \"clust\": 2757, \"cat_0_index\": 1459, \"rank\": 3827, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3839, \"ini\": 3828}, {\"group\": [2540.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, without salt added\", \"clust\": 2568, \"cat_0_index\": 2216, \"rank\": 3826, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3503, \"ini\": 3827}, {\"group\": [2605.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts\", \"clust\": 2633, \"cat_0_index\": 2217, \"rank\": 3825, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3683, \"ini\": 3826}, {\"group\": [2668.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, hard, soybean (hydrogenated)\", \"clust\": 2692, \"cat_0_index\": 1460, \"rank\": 3824, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3773, \"ini\": 3825}, {\"group\": [2664.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt, with added vitamin D\", \"clust\": 2696, \"cat_0_index\": 1461, \"rank\": 3822, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3781, \"ini\": 3824}, {\"group\": [2664.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt\", \"clust\": 2697, \"cat_0_index\": 1462, \"rank\": 3823, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3782, \"ini\": 3823}, {\"group\": [2744.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, with salt added\", \"clust\": 2777, \"cat_0_index\": 2218, \"rank\": 3821, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3698, \"ini\": 3822}, {\"group\": [2742.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, without salt\", \"clust\": 2775, \"cat_0_index\": 2219, \"rank\": 3820, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3679, \"ini\": 3821}, {\"group\": [3346.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, red or cayenne\", \"clust\": 3382, \"cat_0_index\": 3081, \"rank\": 3819, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3713, \"ini\": 3820}, {\"group\": [2665.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils\", \"clust\": 2695, \"cat_0_index\": 1463, \"rank\": 3818, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3784, \"ini\": 3819}, {\"group\": [3128.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, tarragon, dried\", \"clust\": 3161, \"cat_0_index\": 3082, \"rank\": 3817, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3794, \"ini\": 3818}, {\"group\": [2743.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, with salt added\", \"clust\": 2776, \"cat_0_index\": 2220, \"rank\": 3816, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3668, \"ini\": 3817}, {\"group\": [2465.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 2496, \"cat_0_index\": 1464, \"rank\": 3815, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3965, \"ini\": 3816}, {\"group\": [2673.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt, with added vitamin D\", \"clust\": 2704, \"cat_0_index\": 1465, \"rank\": 3813, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3786, \"ini\": 3815}, {\"group\": [2673.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt\", \"clust\": 2705, \"cat_0_index\": 1466, \"rank\": 3814, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3787, \"ini\": 3814}, {\"group\": [3162.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 3199, \"cat_0_index\": 3116, \"rank\": 3812, \"cat-0\": \"Sweets\", \"rankvar\": 3998, \"ini\": 3813}, {\"group\": [2466.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 2497, \"cat_0_index\": 1467, \"rank\": 3811, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3966, \"ini\": 3812}, {\"group\": [2569.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, with salt\", \"clust\": 2599, \"cat_0_index\": 1972, \"rank\": 3810, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3438, \"ini\": 3811}, {\"group\": [2445.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, liquid\", \"clust\": 2473, \"cat_0_index\": 3117, \"rank\": 3809, \"cat-0\": \"Sweets\", \"rankvar\": 3560, \"ini\": 3810}, {\"group\": [3034.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, with salt added (decorticated)\", \"clust\": 3068, \"cat_0_index\": 2221, \"rank\": 3808, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3532, \"ini\": 3809}, {\"group\": [2580.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)\", \"clust\": 2601, \"cat_0_index\": 1468, \"rank\": 3807, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3802, \"ini\": 3808}, {\"group\": [2467.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 2495, \"cat_0_index\": 1469, \"rank\": 3806, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3954, \"ini\": 3807}, {\"group\": [2667.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy\", \"clust\": 2693, \"cat_0_index\": 1470, \"rank\": 3805, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3771, \"ini\": 3806}, {\"group\": [3247.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 3282, \"cat_0_index\": 470, \"rank\": 3804, \"cat-0\": \"Beverages\", \"rankvar\": 3940, \"ini\": 3805}, {\"group\": [2750.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, black, dried\", \"clust\": 2781, \"cat_0_index\": 2222, \"rank\": 3803, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3726, \"ini\": 3804}, {\"group\": [2541.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds\", \"clust\": 2563, \"cat_0_index\": 2223, \"rank\": 3802, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3462, \"ini\": 3803}, {\"group\": [2464.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 2490, \"cat_0_index\": 1471, \"rank\": 3801, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3968, \"ini\": 3802}, {\"group\": [2874.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries\", \"clust\": 2902, \"cat_0_index\": 1472, \"rank\": 3800, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3780, \"ini\": 3801}, {\"group\": [2509.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, dried\", \"clust\": 2536, \"cat_0_index\": 2224, \"rank\": 3799, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3736, \"ini\": 3800}, {\"group\": [2530.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, with peanuts, oil roasted, with salt added\", \"clust\": 2560, \"cat_0_index\": 2225, \"rank\": 3798, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3492, \"ini\": 3799}, {\"group\": [2539.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, blanched\", \"clust\": 2570, \"cat_0_index\": 2226, \"rank\": 3797, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3506, \"ini\": 3798}, {\"group\": [2745.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, without salt\", \"clust\": 2778, \"cat_0_index\": 2227, \"rank\": 3796, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3707, \"ini\": 3797}, {\"group\": [2542.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, honey roasted, unblanched\", \"clust\": 2562, \"cat_0_index\": 2228, \"rank\": 3795, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3520, \"ini\": 3796}, {\"group\": [2463.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 2491, \"cat_0_index\": 1473, \"rank\": 3794, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3972, \"ini\": 3795}, {\"group\": [3343.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, plain\", \"clust\": 3378, \"cat_0_index\": 3118, \"rank\": 3793, \"cat-0\": \"Sweets\", \"rankvar\": 3723, \"ini\": 3794}, {\"group\": [2527.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hickorynuts, dried\", \"clust\": 2550, \"cat_0_index\": 2229, \"rank\": 3792, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3664, \"ini\": 3793}, {\"group\": [2446.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, squares\", \"clust\": 2474, \"cat_0_index\": 3119, \"rank\": 3791, \"cat-0\": \"Sweets\", \"rankvar\": 3618, \"ini\": 3792}, {\"group\": [2461.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 2492, \"cat_0_index\": 1474, \"rank\": 3790, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3977, \"ini\": 3791}, {\"group\": [3142.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, without added vitamin A and vitamin D\", \"clust\": 3181, \"cat_0_index\": 1060, \"rank\": 3789, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3737, \"ini\": 3790}, {\"group\": [3143.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, with added vitamin A and vitamin D\", \"clust\": 3182, \"cat_0_index\": 1061, \"rank\": 3788, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3738, \"ini\": 3789}, {\"group\": [2518.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)\", \"clust\": 2548, \"cat_0_index\": 2230, \"rank\": 3787, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3588, \"ini\": 3788}, {\"group\": [2462.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 2493, \"cat_0_index\": 1475, \"rank\": 3786, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3978, \"ini\": 3787}, {\"group\": [3120.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Blueberry Pomegranate\", \"clust\": 3155, \"cat_0_index\": 727, \"rank\": 3785, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3832, \"ini\": 3786}, {\"group\": [2749.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, butternuts, dried\", \"clust\": 2783, \"cat_0_index\": 2231, \"rank\": 3784, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3806, \"ini\": 3785}, {\"group\": [2477.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, whipped, with salt\", \"clust\": 2507, \"cat_0_index\": 1062, \"rank\": 3783, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3823, \"ini\": 3784}, {\"group\": [2558.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, with salt\", \"clust\": 2588, \"cat_0_index\": 1973, \"rank\": 3782, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3425, \"ini\": 3783}, {\"group\": [3490.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carrot, dehydrated\", \"clust\": 3525, \"cat_0_index\": 3350, \"rank\": 3781, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3774, \"ini\": 3782}, {\"group\": [3167.0, 46.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese, dry, powder\", \"clust\": 3195, \"cat_0_index\": 2597, \"rank\": 3780, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3348, \"ini\": 3781}, {\"group\": [3035.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, without salt added (decorticated)\", \"clust\": 3069, \"cat_0_index\": 2232, \"rank\": 3779, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3548, \"ini\": 3780}, {\"group\": [2669.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt\", \"clust\": 2698, \"cat_0_index\": 1476, \"rank\": 3777, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3790, \"ini\": 3779}, {\"group\": [2669.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt, with added vitamin D\", \"clust\": 2699, \"cat_0_index\": 1477, \"rank\": 3778, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3791, \"ini\": 3778}, {\"group\": [2548.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, with salt added\", \"clust\": 2575, \"cat_0_index\": 2233, \"rank\": 3776, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3258, \"ini\": 3777}, {\"group\": [3395.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, curry powder\", \"clust\": 3429, \"cat_0_index\": 3083, \"rank\": 3775, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3766, \"ini\": 3776}, {\"group\": [2460.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 2484, \"cat_0_index\": 1478, \"rank\": 3774, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3979, \"ini\": 3775}, {\"group\": [2672.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, without salt\", \"clust\": 2700, \"cat_0_index\": 1479, \"rank\": 3773, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3792, \"ini\": 3774}, {\"group\": [3146.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, dried\", \"clust\": 3180, \"cat_0_index\": 1063, \"rank\": 3772, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3689, \"ini\": 3773}, {\"group\": [2562.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, with salt\", \"clust\": 2591, \"cat_0_index\": 1974, \"rank\": 3771, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3391, \"ini\": 3772}, {\"group\": [2708.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, without salt\", \"clust\": 2743, \"cat_0_index\": 1480, \"rank\": 3770, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3812, \"ini\": 3771}, {\"group\": [2555.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, with salt\", \"clust\": 2585, \"cat_0_index\": 1975, \"rank\": 3769, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3333, \"ini\": 3770}, {\"group\": [3163.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 3200, \"cat_0_index\": 292, \"rank\": 3768, \"cat-0\": \"Baked Products\", \"rankvar\": 3999, \"ini\": 3769}, {\"group\": [2638.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, butter-margarine blend, 80% fat, stick, without salt\", \"clust\": 2665, \"cat_0_index\": 1481, \"rank\": 3767, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3762, \"ini\": 3768}, {\"group\": [2531.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, with peanuts, without salt added\", \"clust\": 2561, \"cat_0_index\": 2234, \"rank\": 3766, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3535, \"ini\": 3767}, {\"group\": [3126.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 3146, \"cat_0_index\": 471, \"rank\": 3765, \"cat-0\": \"Beverages\", \"rankvar\": 3947, \"ini\": 3766}, {\"group\": [3121.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 3153, \"cat_0_index\": 728, \"rank\": 3764, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3903, \"ini\": 3765}, {\"group\": [2546.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, raw\", \"clust\": 2576, \"cat_0_index\": 2235, \"rank\": 3763, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3309, \"ini\": 3764}, {\"group\": [2478.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, salted\", \"clust\": 2508, \"cat_0_index\": 1064, \"rank\": 3762, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3825, \"ini\": 3763}, {\"group\": [2455.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 2485, \"cat_0_index\": 1482, \"rank\": 3761, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3980, \"ini\": 3762}, {\"group\": [3304.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, salted\", \"clust\": 3339, \"cat_0_index\": 1976, \"rank\": 3760, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3499, \"ini\": 3761}, {\"group\": [3144.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, without added vitamin A and vitamin D\", \"clust\": 3183, \"cat_0_index\": 1065, \"rank\": 3759, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3727, \"ini\": 3760}, {\"group\": [3145.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, with added vitamin A and vitamin D\", \"clust\": 3184, \"cat_0_index\": 1066, \"rank\": 3758, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3728, \"ini\": 3759}, {\"group\": [3491.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hot chile, sun-dried\", \"clust\": 3526, \"cat_0_index\": 3351, \"rank\": 3757, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3749, \"ini\": 3758}, {\"group\": [2559.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, with salt\", \"clust\": 2589, \"cat_0_index\": 1977, \"rank\": 3756, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3353, \"ini\": 3757}, {\"group\": [2614.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter with omega-3, creamy\", \"clust\": 2635, \"cat_0_index\": 1978, \"rank\": 3755, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3552, \"ini\": 3756}, {\"group\": [2456.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 2486, \"cat_0_index\": 1483, \"rank\": 3754, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3983, \"ini\": 3755}, {\"group\": [3047.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw\", \"clust\": 3083, \"cat_0_index\": 1979, \"rank\": 3753, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3622, \"ini\": 3754}, {\"group\": [3122.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Double Chocolate Nut Bar\", \"clust\": 3152, \"cat_0_index\": 2483, \"rank\": 3752, \"cat-0\": \"Snacks\", \"rankvar\": 3722, \"ini\": 3753}, {\"group\": [3554.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, NEOSURE, powder, with ARA and DHA (formerly ROSS)\", \"clust\": 3596, \"cat_0_index\": 0, \"rank\": 3751, \"cat-0\": \"Baby Foods\", \"rankvar\": 3186, \"ini\": 3752}, {\"group\": [2512.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from raw and stone ground kernels\", \"clust\": 2539, \"cat_0_index\": 2236, \"rank\": 3750, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3435, \"ini\": 3751}, {\"group\": [2547.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, without salt added\", \"clust\": 2577, \"cat_0_index\": 2237, \"rank\": 3749, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3297, \"ini\": 3750}, {\"group\": [3546.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP PROSOBEE, powder, not reconstituted\", \"clust\": 3586, \"cat_0_index\": 1, \"rank\": 3747, \"cat-0\": \"Baby Foods\", \"rankvar\": 3472, \"ini\": 3749}, {\"group\": [3546.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE LIPIL, powder, with ARA and DHA\", \"clust\": 3587, \"cat_0_index\": 2, \"rank\": 3748, \"cat-0\": \"Baby Foods\", \"rankvar\": 3473, \"ini\": 3748}, {\"group\": [2459.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 2487, \"cat_0_index\": 1484, \"rank\": 3746, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3986, \"ini\": 3747}, {\"group\": [3487.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, no sugar added, powder\", \"clust\": 3520, \"cat_0_index\": 472, \"rank\": 3745, \"cat-0\": \"Beverages\", \"rankvar\": 3701, \"ini\": 3746}, {\"group\": [2560.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, raw\", \"clust\": 2592, \"cat_0_index\": 1980, \"rank\": 3744, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3399, \"ini\": 3745}, {\"group\": [3404.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN WITH EXTRA FIBER\", \"clust\": 3439, \"cat_0_index\": 729, \"rank\": 3743, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3879, \"ini\": 3744}, {\"group\": [2552.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunky, vitamin and mineral fortified\", \"clust\": 2580, \"cat_0_index\": 1981, \"rank\": 3742, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3340, \"ini\": 3743}, {\"group\": [3400.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carob flour\", \"clust\": 3434, \"cat_0_index\": 1982, \"rank\": 3741, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3838, \"ini\": 3742}, {\"group\": [3352.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened, processed with alkali\", \"clust\": 3387, \"cat_0_index\": 3120, \"rank\": 3740, \"cat-0\": \"Sweets\", \"rankvar\": 3801, \"ini\": 3741}, {\"group\": [2457.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 2488, \"cat_0_index\": 1485, \"rank\": 3739, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3984, \"ini\": 3740}, {\"group\": [2549.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, vitamin and mineral fortified\", \"clust\": 2582, \"cat_0_index\": 1983, \"rank\": 3738, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3319, \"ini\": 3739}, {\"group\": [2594.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, PAM cooking spray, original\", \"clust\": 2614, \"cat_0_index\": 1486, \"rank\": 3737, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3824, \"ini\": 3738}, {\"group\": [2602.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, with salt added\", \"clust\": 2629, \"cat_0_index\": 2238, \"rank\": 3736, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3586, \"ini\": 3737}, {\"group\": [3151.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, dried\", \"clust\": 3177, \"cat_0_index\": 1067, \"rank\": 3735, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3735, \"ini\": 3736}, {\"group\": [2550.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, with salt\", \"clust\": 2583, \"cat_0_index\": 1984, \"rank\": 3734, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3308, \"ini\": 3735}, {\"group\": [2561.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, without salt\", \"clust\": 2593, \"cat_0_index\": 1985, \"rank\": 3733, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3413, \"ini\": 3734}, {\"group\": [2458.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 2489, \"cat_0_index\": 1487, \"rank\": 3732, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3982, \"ini\": 3733}, {\"group\": [2533.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, with salt added\", \"clust\": 2558, \"cat_0_index\": 2239, \"rank\": 3731, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3426, \"ini\": 3732}, {\"group\": [2553.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, without salt\", \"clust\": 2586, \"cat_0_index\": 1986, \"rank\": 3730, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3365, \"ini\": 3731}, {\"group\": [3339.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cinnamon, ground\", \"clust\": 3371, \"cat_0_index\": 3084, \"rank\": 3729, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3918, \"ini\": 3730}, {\"group\": [3134.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cumin seed\", \"clust\": 3167, \"cat_0_index\": 3085, \"rank\": 3728, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3540, \"ini\": 3729}, {\"group\": [2513.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, all flavors except macadamia, without salt\", \"clust\": 2543, \"cat_0_index\": 2240, \"rank\": 3727, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3639, \"ini\": 3728}, {\"group\": [3064.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smelt, dried (Alaska Native)\", \"clust\": 3099, \"cat_0_index\": 1230, \"rank\": 3726, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3783, \"ini\": 3727}, {\"group\": [3048.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw, crude protein basis (N x 6.25)\", \"clust\": 3084, \"cat_0_index\": 1987, \"rank\": 3725, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3649, \"ini\": 3726}, {\"group\": [2674.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, margarine-butter blend, soybean oil and butter\", \"clust\": 2703, \"cat_0_index\": 1488, \"rank\": 3724, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3742, \"ini\": 3725}, {\"group\": [2563.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, without salt\", \"clust\": 2590, \"cat_0_index\": 1988, \"rank\": 3723, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3458, \"ini\": 3724}, {\"group\": [3305.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, no salt added\", \"clust\": 3340, \"cat_0_index\": 1989, \"rank\": 3722, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3517, \"ini\": 3723}, {\"group\": [3148.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, milkshake mix, dry, not chocolate\", \"clust\": 3186, \"cat_0_index\": 1068, \"rank\": 3721, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3669, \"ini\": 3722}, {\"group\": [2566.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, raw\", \"clust\": 2597, \"cat_0_index\": 1990, \"rank\": 3720, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3363, \"ini\": 3721}, {\"group\": [3548.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, powder, not reconstituted\", \"clust\": 3590, \"cat_0_index\": 3, \"rank\": 3719, \"cat-0\": \"Baby Foods\", \"rankvar\": 3271, \"ini\": 3720}, {\"group\": [2570.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, with salt\", \"clust\": 2600, \"cat_0_index\": 1991, \"rank\": 3718, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3377, \"ini\": 3719}, {\"group\": [3398.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN BRAN BUDS\", \"clust\": 3432, \"cat_0_index\": 730, \"rank\": 3717, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3851, \"ini\": 3718}, {\"group\": [2603.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, without salt\", \"clust\": 2630, \"cat_0_index\": 2241, \"rank\": 3716, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3596, \"ini\": 3717}, {\"group\": [2528.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, without peanuts, oil roasted, with salt added\", \"clust\": 2556, \"cat_0_index\": 2242, \"rank\": 3715, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3490, \"ini\": 3716}, {\"group\": [2481.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, without salt\", \"clust\": 2509, \"cat_0_index\": 1069, \"rank\": 3714, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3827, \"ini\": 3715}, {\"group\": [2520.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dried\", \"clust\": 2545, \"cat_0_index\": 2243, \"rank\": 3713, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3504, \"ini\": 3714}, {\"group\": [2554.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, reduced sodium\", \"clust\": 2587, \"cat_0_index\": 1992, \"rank\": 3712, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3313, \"ini\": 3713}, {\"group\": [3158.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sesame crunch\", \"clust\": 3187, \"cat_0_index\": 3121, \"rank\": 3711, \"cat-0\": \"Sweets\", \"rankvar\": 3179, \"ini\": 3712}, {\"group\": [2567.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, raw\", \"clust\": 2598, \"cat_0_index\": 1993, \"rank\": 3710, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3355, \"ini\": 3711}, {\"group\": [3297.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted, crude protein basis (N x 6.25)\", \"clust\": 3334, \"cat_0_index\": 1994, \"rank\": 3709, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3655, \"ini\": 3710}, {\"group\": [2543.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, with salt added\", \"clust\": 2573, \"cat_0_index\": 2244, \"rank\": 3708, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3408, \"ini\": 3709}, {\"group\": [3105.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Bar\", \"clust\": 3140, \"cat_0_index\": 3122, \"rank\": 3707, \"cat-0\": \"Sweets\", \"rankvar\": 3645, \"ini\": 3708}, {\"group\": [2564.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, without salt\", \"clust\": 2594, \"cat_0_index\": 1995, \"rank\": 3706, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3379, \"ini\": 3707}, {\"group\": [2551.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, without salt\", \"clust\": 2581, \"cat_0_index\": 1996, \"rank\": 3705, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3318, \"ini\": 3706}, {\"group\": [2565.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, without salt\", \"clust\": 2595, \"cat_0_index\": 1997, \"rank\": 3704, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3394, \"ini\": 3705}, {\"group\": [2545.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, dried\", \"clust\": 2572, \"cat_0_index\": 2245, \"rank\": 3703, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3449, \"ini\": 3704}, {\"group\": [2515.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, unflavored, with salt added\", \"clust\": 2542, \"cat_0_index\": 2246, \"rank\": 3702, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3567, \"ini\": 3703}, {\"group\": [2469.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), creamed\", \"clust\": 2498, \"cat_0_index\": 2247, \"rank\": 3701, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3842, \"ini\": 3702}, {\"group\": [2447.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, nutmeg, ground\", \"clust\": 2472, \"cat_0_index\": 3086, \"rank\": 3700, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3592, \"ini\": 3701}, {\"group\": [2568.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, without salt\", \"clust\": 2596, \"cat_0_index\": 1998, \"rank\": 3699, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3400, \"ini\": 3700}, {\"group\": [2709.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, home recipe\", \"clust\": 2739, \"cat_0_index\": 1489, \"rank\": 3698, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3765, \"ini\": 3699}, {\"group\": [3569.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE, with iron, powder, not reconstituted\", \"clust\": 3613, \"cat_0_index\": 4, \"rank\": 3697, \"cat-0\": \"Baby Foods\", \"rankvar\": 3201, \"ini\": 3698}, {\"group\": [3152.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, instant breakfast powder, chocolate, sugar-free, not reconstituted\", \"clust\": 3174, \"cat_0_index\": 1070, \"rank\": 3696, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3456, \"ini\": 3697}, {\"group\": [2544.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, without salt\", \"clust\": 2574, \"cat_0_index\": 2248, \"rank\": 3695, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3419, \"ini\": 3696}, {\"group\": [3570.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 3614, \"cat_0_index\": 5, \"rank\": 3694, \"cat-0\": \"Baby Foods\", \"rankvar\": 3194, \"ini\": 3695}, {\"group\": [3564.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, with iron, powder, not reconstituted\", \"clust\": 3609, \"cat_0_index\": 6, \"rank\": 3693, \"cat-0\": \"Baby Foods\", \"rankvar\": 3254, \"ini\": 3694}, {\"group\": [3049.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted\", \"clust\": 3085, \"cat_0_index\": 1999, \"rank\": 3692, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3487, \"ini\": 3693}, {\"group\": [3054.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat, crude protein basis (N x 6.25)\", \"clust\": 3087, \"cat_0_index\": 2000, \"rank\": 3691, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3705, \"ini\": 3692}, {\"group\": [3537.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, with added nutrients, powder\", \"clust\": 3575, \"cat_0_index\": 473, \"rank\": 3690, \"cat-0\": \"Beverages\", \"rankvar\": 3615, \"ini\": 3691}, {\"group\": [3166.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, regular, dry mix\", \"clust\": 3196, \"cat_0_index\": 3123, \"rank\": 3689, \"cat-0\": \"Sweets\", \"rankvar\": 3744, \"ini\": 3690}, {\"group\": [3553.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3597, \"cat_0_index\": 7, \"rank\": 3687, \"cat-0\": \"Baby Foods\", \"rankvar\": 3203, \"ini\": 3689}, {\"group\": [3553.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3598, \"cat_0_index\": 8, \"rank\": 3688, \"cat-0\": \"Baby Foods\", \"rankvar\": 3204, \"ini\": 3688}, {\"group\": [2529.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, without peanuts, without salt added\", \"clust\": 2557, \"cat_0_index\": 2249, \"rank\": 3686, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3519, \"ini\": 3687}, {\"group\": [3565.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 3610, \"cat_0_index\": 9, \"rank\": 3685, \"cat-0\": \"Baby Foods\", \"rankvar\": 3226, \"ini\": 3686}, {\"group\": [2573.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mustard seed, ground\", \"clust\": 2549, \"cat_0_index\": 3087, \"rank\": 3684, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3159, \"ini\": 3685}, {\"group\": [2493.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 70-85% cacao solids\", \"clust\": 2521, \"cat_0_index\": 3124, \"rank\": 3683, \"cat-0\": \"Sweets\", \"rankvar\": 3362, \"ini\": 3684}, {\"group\": [3299.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted\", \"clust\": 3333, \"cat_0_index\": 2001, \"rank\": 3682, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3718, \"ini\": 3683}, {\"group\": [3298.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat\", \"clust\": 3335, \"cat_0_index\": 2002, \"rank\": 3681, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3628, \"ini\": 3682}, {\"group\": [2532.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, without salt added\", \"clust\": 2559, \"cat_0_index\": 2250, \"rank\": 3680, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3467, \"ini\": 3681}, {\"group\": [3116.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Raisin Bran\", \"clust\": 3150, \"cat_0_index\": 731, \"rank\": 3679, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3807, \"ini\": 3680}, {\"group\": [3549.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SENSITIVE, (LACTOSE FREE), powder, with ARA and DHA (formerly ROSS)\", \"clust\": 3591, \"cat_0_index\": 10, \"rank\": 3678, \"cat-0\": \"Baby Foods\", \"rankvar\": 3344, \"ini\": 3679}, {\"group\": [2516.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, type of kernels unspecified\", \"clust\": 2541, \"cat_0_index\": 2251, \"rank\": 3677, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3516, \"ini\": 3678}, {\"group\": [3571.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, powder, not reconstituted\", \"clust\": 3615, \"cat_0_index\": 11, \"rank\": 3676, \"cat-0\": \"Baby Foods\", \"rankvar\": 3192, \"ini\": 3677}, {\"group\": [3563.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, with iron, powder\", \"clust\": 3605, \"cat_0_index\": 12, \"rank\": 3675, \"cat-0\": \"Baby Foods\", \"rankvar\": 3227, \"ini\": 3676}, {\"group\": [3488.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomato powder\", \"clust\": 3523, \"cat_0_index\": 3352, \"rank\": 3674, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3633, \"ini\": 3675}, {\"group\": [3344.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened\", \"clust\": 3376, \"cat_0_index\": 3125, \"rank\": 3673, \"cat-0\": \"Sweets\", \"rankvar\": 3770, \"ini\": 3674}, {\"group\": [3050.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, raw\", \"clust\": 3086, \"cat_0_index\": 2003, \"rank\": 3672, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3371, \"ini\": 3673}, {\"group\": [3562.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, low iron, powder, not reconstituted\", \"clust\": 3606, \"cat_0_index\": 13, \"rank\": 3671, \"cat-0\": \"Baby Foods\", \"rankvar\": 3224, \"ini\": 3672}, {\"group\": [3053.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed kernels, roasted (glandless)\", \"clust\": 3080, \"cat_0_index\": 2252, \"rank\": 3670, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3349, \"ini\": 3671}, {\"group\": [2666.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-type vegetable oil spread, 70% fat, soybean and partially hydrogenated soybean, stick\", \"clust\": 2694, \"cat_0_index\": 1490, \"rank\": 3669, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3700, \"ini\": 3670}, {\"group\": [3224.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, shredded\", \"clust\": 3261, \"cat_0_index\": 1071, \"rank\": 3668, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3643, \"ini\": 3669}, {\"group\": [3560.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 3607, \"cat_0_index\": 14, \"rank\": 3667, \"cat-0\": \"Baby Foods\", \"rankvar\": 3222, \"ini\": 3668}, {\"group\": [3566.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, powder, with ARA and DHA\", \"clust\": 3604, \"cat_0_index\": 15, \"rank\": 3666, \"cat-0\": \"Baby Foods\", \"rankvar\": 3193, \"ini\": 3667}, {\"group\": [3561.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, powder, with ARA and DHA\", \"clust\": 3608, \"cat_0_index\": 16, \"rank\": 3665, \"cat-0\": \"Baby Foods\", \"rankvar\": 3221, \"ini\": 3666}, {\"group\": [3557.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3602, \"cat_0_index\": 17, \"rank\": 3663, \"cat-0\": \"Baby Foods\", \"rankvar\": 3207, \"ini\": 3665}, {\"group\": [3558.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3603, \"cat_0_index\": 18, \"rank\": 3664, \"cat-0\": \"Baby Foods\", \"rankvar\": 3208, \"ini\": 3664}, {\"group\": [3559.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3601, \"cat_0_index\": 19, \"rank\": 3662, \"cat-0\": \"Baby Foods\", \"rankvar\": 3206, \"ini\": 3663}, {\"group\": [2729.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, peppercorn dressing, commercial, regular\", \"clust\": 2761, \"cat_0_index\": 1491, \"rank\": 3661, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3716, \"ini\": 3662}, {\"group\": [3572.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 3616, \"cat_0_index\": 20, \"rank\": 3660, \"cat-0\": \"Baby Foods\", \"rankvar\": 3115, \"ini\": 3661}, {\"group\": [3223.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, low sodium\", \"clust\": 3255, \"cat_0_index\": 1072, \"rank\": 3659, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3715, \"ini\": 3660}, {\"group\": [3414.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seeds, whole, roasted, with salt added\", \"clust\": 3443, \"cat_0_index\": 2253, \"rank\": 3658, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3357, \"ini\": 3659}, {\"group\": [2757.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, yolk, dried\", \"clust\": 2786, \"cat_0_index\": 1073, \"rank\": 3657, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3471, \"ini\": 3658}, {\"group\": [3284.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, dried and salted\", \"clust\": 3318, \"cat_0_index\": 1554, \"rank\": 3656, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3813, \"ini\": 3657}, {\"group\": [2514.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, flavored, macadamia flavored, without salt\", \"clust\": 2544, \"cat_0_index\": 2254, \"rank\": 3655, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3563, \"ini\": 3656}, {\"group\": [3178.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, alfredo mix, dry\", \"clust\": 3211, \"cat_0_index\": 2598, \"rank\": 3654, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3054, \"ini\": 3655}, {\"group\": [3349.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, turmeric, ground\", \"clust\": 3385, \"cat_0_index\": 3088, \"rank\": 3653, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3720, \"ini\": 3654}, {\"group\": [3567.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, soy, powder (formerly WYETH-AYERST)\", \"clust\": 3611, \"cat_0_index\": 21, \"rank\": 3651, \"cat-0\": \"Baby Foods\", \"rankvar\": 3168, \"ini\": 3653}, {\"group\": [3568.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, powder (formerly WYETH-AYERST)\", \"clust\": 3612, \"cat_0_index\": 22, \"rank\": 3652, \"cat-0\": \"Baby Foods\", \"rankvar\": 3169, \"ini\": 3652}, {\"group\": [3551.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SOY, with ARA and DHA, powder\", \"clust\": 3594, \"cat_0_index\": 23, \"rank\": 3650, \"cat-0\": \"Baby Foods\", \"rankvar\": 3064, \"ini\": 3651}, {\"group\": [3278.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry\", \"clust\": 3311, \"cat_0_index\": 2599, \"rank\": 3649, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3853, \"ini\": 3650}, {\"group\": [2557.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Peanut Butter, smooth\", \"clust\": 2579, \"cat_0_index\": 2004, \"rank\": 3648, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3146, \"ini\": 3649}, {\"group\": [3552.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START ESSENTIALS SOY, with iron, powder\", \"clust\": 3595, \"cat_0_index\": 24, \"rank\": 3647, \"cat-0\": \"Baby Foods\", \"rankvar\": 3065, \"ini\": 3648}, {\"group\": [2939.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, salted\", \"clust\": 2970, \"cat_0_index\": 2484, \"rank\": 3646, \"cat-0\": \"Snacks\", \"rankvar\": 3422, \"ini\": 3647}, {\"group\": [2585.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, 70% fat, stick, with salt\", \"clust\": 2610, \"cat_0_index\": 1492, \"rank\": 3645, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3712, \"ini\": 3646}, {\"group\": [3248.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, dry powdered mix, low calorie, with aspartame\", \"clust\": 3283, \"cat_0_index\": 474, \"rank\": 3644, \"cat-0\": \"Beverages\", \"rankvar\": 3871, \"ini\": 3645}, {\"group\": [2571.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, raw\", \"clust\": 2578, \"cat_0_index\": 2005, \"rank\": 3643, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3369, \"ini\": 3644}, {\"group\": [2875.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like shortening, industrial, soy (partially hydrogenated), cottonseed, and soy, principal use flaky pastries\", \"clust\": 2898, \"cat_0_index\": 1493, \"rank\": 3642, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3710, \"ini\": 3643}, {\"group\": [2864.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 2895, \"cat_0_index\": 1914, \"rank\": 3641, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3714, \"ini\": 3642}, {\"group\": [2615.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 2634, \"cat_0_index\": 1323, \"rank\": 3640, \"cat-0\": \"Fast Foods\", \"rankvar\": 3474, \"ini\": 3641}, {\"group\": [3575.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, powder, with ARA and DHA\", \"clust\": 3588, \"cat_0_index\": 25, \"rank\": 3639, \"cat-0\": \"Baby Foods\", \"rankvar\": 3288, \"ini\": 3640}, {\"group\": [3685.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated coffee beans\", \"clust\": 3727, \"cat_0_index\": 3126, \"rank\": 3638, \"cat-0\": \"Sweets\", \"rankvar\": 3290, \"ini\": 3639}, {\"group\": [3532.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, added vitamin C and sugar\", \"clust\": 3569, \"cat_0_index\": 475, \"rank\": 3637, \"cat-0\": \"Beverages\", \"rankvar\": 3809, \"ini\": 3638}, {\"group\": [2677.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-like vegetable oil spread, 67-70% fat, tub\", \"clust\": 2706, \"cat_0_index\": 1494, \"rank\": 3636, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3676, \"ini\": 3637}, {\"group\": [2675.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Omega Plus Spread (with plant sterols & fish oil)\", \"clust\": 2707, \"cat_0_index\": 1495, \"rank\": 3635, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3657, \"ini\": 3636}, {\"group\": [3065.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk Light, powder\", \"clust\": 3100, \"cat_0_index\": 1074, \"rank\": 3634, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3635, \"ini\": 3635}, {\"group\": [3686.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate, with almonds\", \"clust\": 3728, \"cat_0_index\": 3127, \"rank\": 3633, \"cat-0\": \"Sweets\", \"rankvar\": 3132, \"ini\": 3634}, {\"group\": [2890.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, jowl, raw\", \"clust\": 2925, \"cat_0_index\": 2295, \"rank\": 3632, \"cat-0\": \"Pork Products\", \"rankvar\": 3675, \"ini\": 3633}, {\"group\": [3131.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sisymbrium sp. seeds, whole, dried\", \"clust\": 3163, \"cat_0_index\": 2255, \"rank\": 3631, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3808, \"ini\": 3632}, {\"group\": [3106.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Crispy Chocolate Bar\", \"clust\": 3141, \"cat_0_index\": 3128, \"rank\": 3630, \"cat-0\": \"Sweets\", \"rankvar\": 3571, \"ini\": 3631}, {\"group\": [3227.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, grated\", \"clust\": 3259, \"cat_0_index\": 1075, \"rank\": 3629, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3583, \"ini\": 3630}, {\"group\": [3555.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, powder (formerly WYETH-AYERST)\", \"clust\": 3599, \"cat_0_index\": 26, \"rank\": 3627, \"cat-0\": \"Baby Foods\", \"rankvar\": 3239, \"ini\": 3629}, {\"group\": [3556.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, powder (formerly WYETH-AYERST)\", \"clust\": 3600, \"cat_0_index\": 27, \"rank\": 3628, \"cat-0\": \"Baby Foods\", \"rankvar\": 3240, \"ini\": 3628}, {\"group\": [3107.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Blueberry and Almond Chocolate Bar\", \"clust\": 3139, \"cat_0_index\": 3129, \"rank\": 3626, \"cat-0\": \"Sweets\", \"rankvar\": 3551, \"ini\": 3627}, {\"group\": [3687.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S MILK CHOCOLATE WITH ALMOND BITES\", \"clust\": 3726, \"cat_0_index\": 3130, \"rank\": 3625, \"cat-0\": \"Sweets\", \"rankvar\": 3172, \"ini\": 3626}, {\"group\": [2494.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 60-69% cacao solids\", \"clust\": 2522, \"cat_0_index\": 3131, \"rank\": 3624, \"cat-0\": \"Sweets\", \"rankvar\": 3304, \"ini\": 3625}, {\"group\": [3574.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, PM 60/40, powder not reconstituted (formerly ROSS)\", \"clust\": 3592, \"cat_0_index\": 28, \"rank\": 3623, \"cat-0\": \"Baby Foods\", \"rankvar\": 3219, \"ini\": 3624}, {\"group\": [3164.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 3198, \"cat_0_index\": 293, \"rank\": 3622, \"cat-0\": \"Baked Products\", \"rankvar\": 3992, \"ini\": 3623}, {\"group\": [3493.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, decaffeinated\", \"clust\": 3532, \"cat_0_index\": 476, \"rank\": 3620, \"cat-0\": \"Beverages\", \"rankvar\": 3872, \"ini\": 3622}, {\"group\": [3494.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder\", \"clust\": 3533, \"cat_0_index\": 477, \"rank\": 3621, \"cat-0\": \"Beverages\", \"rankvar\": 3873, \"ini\": 3621}, {\"group\": [3405.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE\", \"clust\": 3440, \"cat_0_index\": 732, \"rank\": 3619, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3883, \"ini\": 3620}, {\"group\": [2857.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, raw\", \"clust\": 2890, \"cat_0_index\": 1915, \"rank\": 3618, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3721, \"ini\": 3619}, {\"group\": [3576.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, ALIMENTUM ADVANCE, with iron, powder, not reconstituted, with DHA and ARA (formerly ROSS)\", \"clust\": 3584, \"cat_0_index\": 29, \"rank\": 3617, \"cat-0\": \"Baby Foods\", \"rankvar\": 3042, \"ini\": 3618}, {\"group\": [2726.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, caesar dressing, regular\", \"clust\": 2763, \"cat_0_index\": 1496, \"rank\": 3616, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3699, \"ini\": 3617}, {\"group\": [2924.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, sour-cream-and-onion-flavor\", \"clust\": 2958, \"cat_0_index\": 2485, \"rank\": 3615, \"cat-0\": \"Snacks\", \"rankvar\": 3257, \"ini\": 3616}, {\"group\": [2878.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, cooked\", \"clust\": 2911, \"cat_0_index\": 2296, \"rank\": 3614, \"cat-0\": \"Pork Products\", \"rankvar\": 3587, \"ini\": 3615}, {\"group\": [3402.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Toasted Wheat Bran\", \"clust\": 3436, \"cat_0_index\": 733, \"rank\": 3613, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3835, \"ini\": 3614}, {\"group\": [3403.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Wheat bran, crude\", \"clust\": 3437, \"cat_0_index\": 985, \"rank\": 3612, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3841, \"ini\": 3613}, {\"group\": [2859.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, cooked\", \"clust\": 2892, \"cat_0_index\": 1916, \"rank\": 3611, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3695, \"ini\": 3612}, {\"group\": [2751.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, watermelon seed kernels, dried\", \"clust\": 2784, \"cat_0_index\": 2256, \"rank\": 3610, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3606, \"ini\": 3611}, {\"group\": [3550.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, MEAD JOHNSON, PORTAGEN, with iron, powder, not reconstituted\", \"clust\": 3589, \"cat_0_index\": 30, \"rank\": 3609, \"cat-0\": \"Baby Foods\", \"rankvar\": 3339, \"ini\": 3610}, {\"group\": [3661.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX chocolate fudge cookie bars\", \"clust\": 3702, \"cat_0_index\": 3132, \"rank\": 3608, \"cat-0\": \"Sweets\", \"rankvar\": 3305, \"ini\": 3609}, {\"group\": [2636.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, separable fat, raw\", \"clust\": 2661, \"cat_0_index\": 2331, \"rank\": 3607, \"cat-0\": \"Poultry Products\", \"rankvar\": 3653, \"ini\": 3608}, {\"group\": [3306.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, low fat\", \"clust\": 3338, \"cat_0_index\": 2006, \"rank\": 3606, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3323, \"ini\": 3607}, {\"group\": [2607.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, with salt added\", \"clust\": 2636, \"cat_0_index\": 2257, \"rank\": 3605, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3334, \"ini\": 3606}, {\"group\": [2862.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 2896, \"cat_0_index\": 1917, \"rank\": 3604, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3684, \"ini\": 3605}, {\"group\": [3261.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of vegetable, dry, powder\", \"clust\": 3291, \"cat_0_index\": 2600, \"rank\": 3603, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3409, \"ini\": 3604}, {\"group\": [2754.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried, stabilized, glucose reduced\", \"clust\": 2788, \"cat_0_index\": 1076, \"rank\": 3602, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3445, \"ini\": 3603}, {\"group\": [2846.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, raw\", \"clust\": 2879, \"cat_0_index\": 437, \"rank\": 3601, \"cat-0\": \"Beef Products\", \"rankvar\": 3704, \"ini\": 3602}, {\"group\": [2495.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate covered, dietetic or low calorie\", \"clust\": 2520, \"cat_0_index\": 3133, \"rank\": 3600, \"cat-0\": \"Sweets\", \"rankvar\": 3094, \"ini\": 3601}, {\"group\": [3102.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON Protein Performance Bar, Caramel Nut Rush\", \"clust\": 3131, \"cat_0_index\": 2486, \"rank\": 3599, \"cat-0\": \"Snacks\", \"rankvar\": 3060, \"ini\": 3600}, {\"group\": [2847.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, cooked\", \"clust\": 2880, \"cat_0_index\": 438, \"rank\": 3598, \"cat-0\": \"Beef Products\", \"rankvar\": 3690, \"ini\": 3599}, {\"group\": [3225.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, hard\", \"clust\": 3262, \"cat_0_index\": 1077, \"rank\": 3597, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3599, \"ini\": 3598}, {\"group\": [3392.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Original\", \"clust\": 3424, \"cat_0_index\": 734, \"rank\": 3596, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3703, \"ini\": 3597}, {\"group\": [2485.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered\", \"clust\": 2512, \"cat_0_index\": 1078, \"rank\": 3595, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3637, \"ini\": 3596}, {\"group\": [2884.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, oriental style, dehydrated\", \"clust\": 2914, \"cat_0_index\": 2297, \"rank\": 3594, \"cat-0\": \"Pork Products\", \"rankvar\": 3582, \"ini\": 3595}, {\"group\": [3281.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Adobo fresco\", \"clust\": 3310, \"cat_0_index\": 2601, \"rank\": 3593, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3855, \"ini\": 3594}, {\"group\": [2863.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 2897, \"cat_0_index\": 1918, \"rank\": 3592, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3702, \"ini\": 3593}, {\"group\": [3068.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk, powder\", \"clust\": 3096, \"cat_0_index\": 1079, \"rank\": 3591, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3171, \"ini\": 3592}, {\"group\": [2858.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 2891, \"cat_0_index\": 1919, \"rank\": 3590, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3711, \"ini\": 3591}, {\"group\": [3135.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, anise seed\", \"clust\": 3168, \"cat_0_index\": 3089, \"rank\": 3589, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3358, \"ini\": 3590}, {\"group\": [3014.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, beechnuts, dried\", \"clust\": 3042, \"cat_0_index\": 2258, \"rank\": 3588, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3518, \"ini\": 3589}, {\"group\": [2486.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, dry, powder, with whitener, reduced calorie\", \"clust\": 2513, \"cat_0_index\": 478, \"rank\": 3587, \"cat-0\": \"Beverages\", \"rankvar\": 3553, \"ini\": 3588}, {\"group\": [3586.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate, dark, NFS (45-59% cacao solids 90%; 60-69% cacao solids 5%; 70-85% cacao solids 5%)\", \"clust\": 3626, \"cat_0_index\": 3134, \"rank\": 3586, \"cat-0\": \"Sweets\", \"rankvar\": 3300, \"ini\": 3587}, {\"group\": [3338.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, bay leaf\", \"clust\": 3373, \"cat_0_index\": 3090, \"rank\": 3585, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3694, \"ini\": 3586}, {\"group\": [2766.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, baked\", \"clust\": 2800, \"cat_0_index\": 2298, \"rank\": 3584, \"cat-0\": \"Pork Products\", \"rankvar\": 3298, \"ini\": 3585}, {\"group\": [3662.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, peanut bar\", \"clust\": 3703, \"cat_0_index\": 3135, \"rank\": 3583, \"cat-0\": \"Sweets\", \"rankvar\": 3072, \"ini\": 3584}, {\"group\": [2764.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, pan-fried\", \"clust\": 2801, \"cat_0_index\": 2299, \"rank\": 3582, \"cat-0\": \"Pork Products\", \"rankvar\": 3310, \"ini\": 3583}, {\"group\": [2765.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, broiled, pan-fried or roasted\", \"clust\": 2802, \"cat_0_index\": 2300, \"rank\": 3581, \"cat-0\": \"Pork Products\", \"rankvar\": 3303, \"ini\": 3582}, {\"group\": [3587.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 45- 59% cacao solids\", \"clust\": 3627, \"cat_0_index\": 3136, \"rank\": 3580, \"cat-0\": \"Sweets\", \"rankvar\": 3312, \"ini\": 3581}, {\"group\": [2492.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, carob, unsweetened\", \"clust\": 2514, \"cat_0_index\": 3137, \"rank\": 3579, \"cat-0\": \"Sweets\", \"rankvar\": 3428, \"ini\": 3580}, {\"group\": [2755.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried\", \"clust\": 2789, \"cat_0_index\": 1080, \"rank\": 3578, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3364, \"ini\": 3579}, {\"group\": [2608.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, with salt added\", \"clust\": 2637, \"cat_0_index\": 2259, \"rank\": 3577, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3242, \"ini\": 3578}, {\"group\": [3353.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, pasilla, dried\", \"clust\": 3388, \"cat_0_index\": 3353, \"rank\": 3576, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3739, \"ini\": 3577}, {\"group\": [3108.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Covered Almonds\", \"clust\": 3138, \"cat_0_index\": 3138, \"rank\": 3575, \"cat-0\": \"Sweets\", \"rankvar\": 3448, \"ini\": 3576}, {\"group\": [2611.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, with salt added\", \"clust\": 2640, \"cat_0_index\": 2260, \"rank\": 3574, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3234, \"ini\": 3575}, {\"group\": [3583.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored hazelnut spread\", \"clust\": 3624, \"cat_0_index\": 3139, \"rank\": 3573, \"cat-0\": \"Sweets\", \"rankvar\": 3561, \"ini\": 3574}, {\"group\": [2676.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Regular Buttery Spread with flax oil\", \"clust\": 2708, \"cat_0_index\": 1497, \"rank\": 3572, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3611, \"ini\": 3573}, {\"group\": [2882.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), roasted\", \"clust\": 2917, \"cat_0_index\": 2301, \"rank\": 3571, \"cat-0\": \"Pork Products\", \"rankvar\": 3577, \"ini\": 3572}, {\"group\": [2986.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, oil-popped, microwave, regular flavor\", \"clust\": 3008, \"cat_0_index\": 2487, \"rank\": 3570, \"cat-0\": \"Snacks\", \"rankvar\": 3468, \"ini\": 3571}, {\"group\": [3243.0, 51.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rose Hips, wild (Northern Plains Indians)\", \"clust\": 3277, \"cat_0_index\": 1231, \"rank\": 3569, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3796, \"ini\": 3570}, {\"group\": [2936.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, cheese-flavor\", \"clust\": 2966, \"cat_0_index\": 2488, \"rank\": 3568, \"cat-0\": \"Snacks\", \"rankvar\": 3106, \"ini\": 3569}, {\"group\": [3600.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ALMOND JOY BITES\", \"clust\": 3638, \"cat_0_index\": 3140, \"rank\": 3567, \"cat-0\": \"Sweets\", \"rankvar\": 3389, \"ini\": 3568}, {\"group\": [3406.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fungi, Cloud ears, dried\", \"clust\": 3438, \"cat_0_index\": 3354, \"rank\": 3566, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3876, \"ini\": 3567}, {\"group\": [3412.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mace, ground\", \"clust\": 3448, \"cat_0_index\": 3091, \"rank\": 3565, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3354, \"ini\": 3566}, {\"group\": [3547.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, powder\", \"clust\": 3585, \"cat_0_index\": 31, \"rank\": 3564, \"cat-0\": \"Baby Foods\", \"rankvar\": 3093, \"ini\": 3565}, {\"group\": [3055.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by alcohol extraction\", \"clust\": 3088, \"cat_0_index\": 2007, \"rank\": 3563, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3678, \"ini\": 3564}, {\"group\": [3310.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, SPECIAL K Low Carb Lifestyle Protein Plus\", \"clust\": 3341, \"cat_0_index\": 735, \"rank\": 3562, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3281, \"ini\": 3563}, {\"group\": [2444.0, 18.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, ground beef calculator - user selects lean/fat percentage\", \"clust\": 3, \"cat_0_index\": 439, \"rank\": 0, \"cat-0\": \"Beef Products\", \"rankvar\": 621, \"ini\": 3562}, {\"group\": [2696.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt, with added vitamin D\", \"clust\": 2730, \"cat_0_index\": 1498, \"rank\": 3561, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3636, \"ini\": 3561}, {\"group\": [3603.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SYMPHONY Milk Chocolate Bar\", \"clust\": 3642, \"cat_0_index\": 3141, \"rank\": 3560, \"cat-0\": \"Sweets\", \"rankvar\": 3337, \"ini\": 3560}, {\"group\": [3683.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated peanuts\", \"clust\": 3723, \"cat_0_index\": 3142, \"rank\": 3559, \"cat-0\": \"Sweets\", \"rankvar\": 2932, \"ini\": 3559}, {\"group\": [3117.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Cranberry Crunch\", \"clust\": 3151, \"cat_0_index\": 736, \"rank\": 3558, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3788, \"ini\": 3558}, {\"group\": [3573.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, powder\", \"clust\": 3593, \"cat_0_index\": 32, \"rank\": 3557, \"cat-0\": \"Baby Foods\", \"rankvar\": 2910, \"ini\": 3557}, {\"group\": [3534.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder\", \"clust\": 3572, \"cat_0_index\": 479, \"rank\": 3556, \"cat-0\": \"Beverages\", \"rankvar\": 3778, \"ini\": 3556}, {\"group\": [2925.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, barbecue-flavor\", \"clust\": 2959, \"cat_0_index\": 2489, \"rank\": 3555, \"cat-0\": \"Snacks\", \"rankvar\": 3170, \"ini\": 3555}, {\"group\": [3684.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, peanut butter\", \"clust\": 3724, \"cat_0_index\": 3143, \"rank\": 3554, \"cat-0\": \"Sweets\", \"rankvar\": 2886, \"ini\": 3554}, {\"group\": [2609.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, without salt added\", \"clust\": 2641, \"cat_0_index\": 2261, \"rank\": 3553, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3244, \"ini\": 3553}, {\"group\": [2783.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, beef sticks, smoked\", \"clust\": 2814, \"cat_0_index\": 2490, \"rank\": 3552, \"cat-0\": \"Snacks\", \"rankvar\": 3283, \"ini\": 3552}, {\"group\": [3350.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder\", \"clust\": 3386, \"cat_0_index\": 480, \"rank\": 3551, \"cat-0\": \"Beverages\", \"rankvar\": 3751, \"ini\": 3551}, {\"group\": [2758.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, barbecue-flavor\", \"clust\": 2792, \"cat_0_index\": 2491, \"rank\": 3550, \"cat-0\": \"Snacks\", \"rankvar\": 3565, \"ini\": 3550}, {\"group\": [2937.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, made with partially hydrogenated soybean oil, salted\", \"clust\": 2971, \"cat_0_index\": 2492, \"rank\": 3549, \"cat-0\": \"Snacks\", \"rankvar\": 3131, \"ini\": 3549}, {\"group\": [2697.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt\", \"clust\": 2731, \"cat_0_index\": 1499, \"rank\": 3548, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3638, \"ini\": 3548}, {\"group\": [3202.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, hard type\", \"clust\": 3227, \"cat_0_index\": 1081, \"rank\": 3547, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3507, \"ini\": 3547}, {\"group\": [3326.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower-leaf portion), freeze-dried\", \"clust\": 3360, \"cat_0_index\": 3355, \"rank\": 3546, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3648, \"ini\": 3546}, {\"group\": [2940.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, vegetable chips, HAIN CELESTIAL GROUP, TERRA CHIPS\", \"clust\": 2969, \"cat_0_index\": 2493, \"rank\": 3545, \"cat-0\": \"Snacks\", \"rankvar\": 3145, \"ini\": 3545}, {\"group\": [3276.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, dry\", \"clust\": 3312, \"cat_0_index\": 2602, \"rank\": 3544, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3856, \"ini\": 3544}, {\"group\": [2926.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato sticks\", \"clust\": 2957, \"cat_0_index\": 2494, \"rank\": 3543, \"cat-0\": \"Snacks\", \"rankvar\": 3282, \"ini\": 3543}, {\"group\": [3348.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice bran, crude\", \"clust\": 3379, \"cat_0_index\": 986, \"rank\": 3542, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3509, \"ini\": 3542}, {\"group\": [3123.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Chewy Chocolate Peanut Bar\", \"clust\": 3157, \"cat_0_index\": 2495, \"rank\": 3541, \"cat-0\": \"Snacks\", \"rankvar\": 3441, \"ini\": 3541}, {\"group\": [2487.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dessert topping, powdered\", \"clust\": 2515, \"cat_0_index\": 1082, \"rank\": 3540, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3681, \"ini\": 3540}, {\"group\": [3051.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, dry roasted\", \"clust\": 3082, \"cat_0_index\": 2008, \"rank\": 3539, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3275, \"ini\": 3539}, {\"group\": [2613.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, without salt added\", \"clust\": 2638, \"cat_0_index\": 2262, \"rank\": 3538, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3387, \"ini\": 3538}, {\"group\": [3083.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Steelhead trout, dried, flesh (Shoshone Bannock)\", \"clust\": 3117, \"cat_0_index\": 1232, \"rank\": 3537, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3759, \"ini\": 3537}, {\"group\": [3601.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate\", \"clust\": 3643, \"cat_0_index\": 3144, \"rank\": 3536, \"cat-0\": \"Sweets\", \"rankvar\": 3289, \"ini\": 3536}, {\"group\": [3103.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Agave, dried (Southwest)\", \"clust\": 3135, \"cat_0_index\": 1233, \"rank\": 3535, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3612, \"ini\": 3535}, {\"group\": [3604.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, white chocolate\", \"clust\": 3641, \"cat_0_index\": 3145, \"rank\": 3534, \"cat-0\": \"Sweets\", \"rankvar\": 3459, \"ini\": 3534}, {\"group\": [3351.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, ancho, dried\", \"clust\": 3384, \"cat_0_index\": 3356, \"rank\": 3533, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3708, \"ini\": 3533}, {\"group\": [2510.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame meal, partially defatted\", \"clust\": 2537, \"cat_0_index\": 2263, \"rank\": 3532, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3432, \"ini\": 3532}, {\"group\": [3272.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, dry, mix\", \"clust\": 3306, \"cat_0_index\": 2603, \"rank\": 3531, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3800, \"ini\": 3531}, {\"group\": [3588.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate\", \"clust\": 3629, \"cat_0_index\": 3146, \"rank\": 3530, \"cat-0\": \"Sweets\", \"rankvar\": 3401, \"ini\": 3530}, {\"group\": [2612.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, without salt added\", \"clust\": 2639, \"cat_0_index\": 2264, \"rank\": 3529, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3269, \"ini\": 3529}, {\"group\": [3677.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S Peanut Butter Cups\", \"clust\": 3717, \"cat_0_index\": 3147, \"rank\": 3528, \"cat-0\": \"Sweets\", \"rankvar\": 3068, \"ini\": 3528}, {\"group\": [2883.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), unheated\", \"clust\": 2918, \"cat_0_index\": 2302, \"rank\": 3527, \"cat-0\": \"Pork Products\", \"rankvar\": 3575, \"ini\": 3527}, {\"group\": [2489.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, banana chips\", \"clust\": 2518, \"cat_0_index\": 2496, \"rank\": 3526, \"cat-0\": \"Snacks\", \"rankvar\": 3466, \"ini\": 3526}, {\"group\": [3124.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON MULTIGRAIN CRUNCH BAR\", \"clust\": 3158, \"cat_0_index\": 2497, \"rank\": 3525, \"cat-0\": \"Snacks\", \"rankvar\": 3453, \"ini\": 3525}, {\"group\": [2927.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, unsalted\", \"clust\": 2956, \"cat_0_index\": 2498, \"rank\": 3524, \"cat-0\": \"Snacks\", \"rankvar\": 3150, \"ini\": 3524}, {\"group\": [3052.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted, crude protein basis (N x 6.25)\", \"clust\": 3081, \"cat_0_index\": 2009, \"rank\": 3523, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3538, \"ini\": 3523}, {\"group\": [3226.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, romano\", \"clust\": 3260, \"cat_0_index\": 1083, \"rank\": 3522, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3501, \"ini\": 3522}, {\"group\": [3045.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu)\", \"clust\": 3077, \"cat_0_index\": 2010, \"rank\": 3521, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3439, \"ini\": 3521}, {\"group\": [2876.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, enhanced, composite of separable fat, cooked\", \"clust\": 2909, \"cat_0_index\": 2303, \"rank\": 3520, \"cat-0\": \"Pork Products\", \"rankvar\": 3498, \"ini\": 3520}, {\"group\": [2694.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like vegetable-oil spread, stick/tub/bottle, 60% fat, with added vitamin D\", \"clust\": 2728, \"cat_0_index\": 1500, \"rank\": 3519, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3608, \"ini\": 3519}, {\"group\": [3682.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MR. GOODBAR Chocolate Bar\", \"clust\": 3719, \"cat_0_index\": 3148, \"rank\": 3518, \"cat-0\": \"Sweets\", \"rankvar\": 3127, \"ini\": 3518}, {\"group\": [3220.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gruyere\", \"clust\": 3257, \"cat_0_index\": 1084, \"rank\": 3517, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3478, \"ini\": 3517}, {\"group\": [3355.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM SLIM\", \"clust\": 3390, \"cat_0_index\": 737, \"rank\": 3516, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3447, \"ini\": 3516}, {\"group\": [3697.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Almond Chocolate Candies\", \"clust\": 3732, \"cat_0_index\": 3149, \"rank\": 3515, \"cat-0\": \"Sweets\", \"rankvar\": 3111, \"ini\": 3515}, {\"group\": [3589.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, semisweet chocolate\", \"clust\": 3630, \"cat_0_index\": 3150, \"rank\": 3514, \"cat-0\": \"Sweets\", \"rankvar\": 3375, \"ini\": 3514}, {\"group\": [2572.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, reduced fat\", \"clust\": 2571, \"cat_0_index\": 2011, \"rank\": 3513, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2816, \"ini\": 3513}, {\"group\": [2663.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt, with added vitamin D\", \"clust\": 2690, \"cat_0_index\": 1501, \"rank\": 3511, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3578, \"ini\": 3512}, {\"group\": [2663.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt\", \"clust\": 2691, \"cat_0_index\": 1502, \"rank\": 3512, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3579, \"ini\": 3511}, {\"group\": [2865.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, cooked\", \"clust\": 2894, \"cat_0_index\": 1920, \"rank\": 3510, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3557, \"ini\": 3510}, {\"group\": [2695.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, with salt\", \"clust\": 2729, \"cat_0_index\": 1503, \"rank\": 3509, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3607, \"ini\": 3509}, {\"group\": [2778.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon and beef sticks\", \"clust\": 2812, \"cat_0_index\": 2406, \"rank\": 3508, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 3197, \"ini\": 3508}, {\"group\": [3356.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM\", \"clust\": 3391, \"cat_0_index\": 738, \"rank\": 3507, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3393, \"ini\": 3507}, {\"group\": [3535.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy bits, yogurt covered with vitamin C\", \"clust\": 3573, \"cat_0_index\": 2499, \"rank\": 3506, \"cat-0\": \"Snacks\", \"rankvar\": 3609, \"ini\": 3506}, {\"group\": [3268.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Dry Taco Seasoning Mix\", \"clust\": 3302, \"cat_0_index\": 3092, \"rank\": 3505, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3826, \"ini\": 3505}, {\"group\": [2740.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, stick or tub, sweetened\", \"clust\": 2773, \"cat_0_index\": 1504, \"rank\": 3504, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3527, \"ini\": 3504}, {\"group\": [2488.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, shredded\", \"clust\": 2516, \"cat_0_index\": 2265, \"rank\": 3503, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3523, \"ini\": 3503}, {\"group\": [3474.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston Enriched Bran flakes\", \"clust\": 3511, \"cat_0_index\": 739, \"rank\": 3502, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3537, \"ini\": 3502}, {\"group\": [3598.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S BITES\", \"clust\": 3639, \"cat_0_index\": 3151, \"rank\": 3501, \"cat-0\": \"Sweets\", \"rankvar\": 3184, \"ini\": 3501}, {\"group\": [2610.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, raw\", \"clust\": 2642, \"cat_0_index\": 2266, \"rank\": 3500, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3108, \"ini\": 3500}, {\"group\": [3542.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, mocha-flavor, powder\", \"clust\": 3582, \"cat_0_index\": 481, \"rank\": 3499, \"cat-0\": \"Beverages\", \"rankvar\": 3373, \"ini\": 3499}, {\"group\": [2938.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, made with partially hydrogenated soybean oil, unsalted\", \"clust\": 2972, \"cat_0_index\": 2500, \"rank\": 3498, \"cat-0\": \"Snacks\", \"rankvar\": 3165, \"ini\": 3498}, {\"group\": [2699.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt, with added vitamin D\", \"clust\": 2733, \"cat_0_index\": 1505, \"rank\": 3497, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3651, \"ini\": 3497}, {\"group\": [3678.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S NUTRAGEOUS Candy Bar\", \"clust\": 3718, \"cat_0_index\": 3152, \"rank\": 3496, \"cat-0\": \"Sweets\", \"rankvar\": 2938, \"ini\": 3496}, {\"group\": [3698.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, regular, chocolate-coated\", \"clust\": 3731, \"cat_0_index\": 294, \"rank\": 3495, \"cat-0\": \"Baked Products\", \"rankvar\": 3415, \"ini\": 3495}, {\"group\": [3340.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, allspice, ground\", \"clust\": 3374, \"cat_0_index\": 3093, \"rank\": 3494, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3584, \"ini\": 3494}, {\"group\": [2700.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt\", \"clust\": 2734, \"cat_0_index\": 1506, \"rank\": 3493, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3650, \"ini\": 3493}, {\"group\": [3125.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, LUNA BAR, NUTZ OVER CHOCOLATE\", \"clust\": 3156, \"cat_0_index\": 2501, \"rank\": 3492, \"cat-0\": \"Snacks\", \"rankvar\": 3090, \"ini\": 3492}, {\"group\": [3602.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate, with rice cereal\", \"clust\": 3644, \"cat_0_index\": 3153, \"rank\": 3491, \"cat-0\": \"Sweets\", \"rankvar\": 3236, \"ini\": 3491}, {\"group\": [3399.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, 100% Bran Cereal\", \"clust\": 3433, \"cat_0_index\": 740, \"rank\": 3490, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3697, \"ini\": 3490}, {\"group\": [3046.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon bits, meatless\", \"clust\": 3078, \"cat_0_index\": 2012, \"rank\": 3489, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3050, \"ini\": 3489}, {\"group\": [3593.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, yogurt\", \"clust\": 3633, \"cat_0_index\": 3154, \"rank\": 3488, \"cat-0\": \"Sweets\", \"rankvar\": 3564, \"ini\": 3488}, {\"group\": [2767.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, microwaved\", \"clust\": 2799, \"cat_0_index\": 2304, \"rank\": 3487, \"cat-0\": \"Pork Products\", \"rankvar\": 3182, \"ini\": 3487}, {\"group\": [3597.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HEATH BITES\", \"clust\": 3635, \"cat_0_index\": 3155, \"rank\": 3486, \"cat-0\": \"Sweets\", \"rankvar\": 3420, \"ini\": 3486}, {\"group\": [3109.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bar, chocolate chip\", \"clust\": 3142, \"cat_0_index\": 2502, \"rank\": 3485, \"cat-0\": \"Snacks\", \"rankvar\": 3541, \"ini\": 3485}, {\"group\": [2860.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 2893, \"cat_0_index\": 1921, \"rank\": 3484, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3621, \"ini\": 3484}, {\"group\": [3390.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cardamom\", \"clust\": 3425, \"cat_0_index\": 3094, \"rank\": 3483, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3680, \"ini\": 3483}, {\"group\": [2728.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, commercial, regular\", \"clust\": 2762, \"cat_0_index\": 1507, \"rank\": 3482, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3573, \"ini\": 3482}, {\"group\": [3279.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, au jus, dry\", \"clust\": 3314, \"cat_0_index\": 2604, \"rank\": 3481, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3864, \"ini\": 3481}, {\"group\": [2759.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, plain\", \"clust\": 2793, \"cat_0_index\": 2503, \"rank\": 3480, \"cat-0\": \"Snacks\", \"rankvar\": 3576, \"ini\": 3480}, {\"group\": [2769.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, broiled, pan-fried or roasted, reduced sodium\", \"clust\": 2797, \"cat_0_index\": 2305, \"rank\": 3479, \"cat-0\": \"Pork Products\", \"rankvar\": 3231, \"ini\": 3479}, {\"group\": [2727.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, ranch dressing, commercial, regular\", \"clust\": 2764, \"cat_0_index\": 1508, \"rank\": 3478, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3598, \"ini\": 3478}, {\"group\": [3038.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, cheese-flavor\", \"clust\": 3073, \"cat_0_index\": 2504, \"rank\": 3477, \"cat-0\": \"Snacks\", \"rankvar\": 3079, \"ini\": 3477}, {\"group\": [3482.0, 69.0, 18.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gjetost\", \"clust\": 3516, \"cat_0_index\": 1085, \"rank\": 3476, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3167, \"ini\": 3476}, {\"group\": [3409.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seeds, whole, roasted, without salt\", \"clust\": 3445, \"cat_0_index\": 2267, \"rank\": 3475, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3302, \"ini\": 3475}, {\"group\": [3067.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, dried (Alaska Native)\", \"clust\": 3097, \"cat_0_index\": 1234, \"rank\": 3474, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3620, \"ini\": 3474}, {\"group\": [3274.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix\", \"clust\": 3308, \"cat_0_index\": 2605, \"rank\": 3473, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3793, \"ini\": 3473}, {\"group\": [2490.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, flaked, packaged\", \"clust\": 2519, \"cat_0_index\": 2268, \"rank\": 3472, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3361, \"ini\": 3472}, {\"group\": [2985.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sesame sticks, wheat-based, salted\", \"clust\": 3009, \"cat_0_index\": 2505, \"rank\": 3471, \"cat-0\": \"Snacks\", \"rankvar\": 3134, \"ini\": 3471}, {\"group\": [3679.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, crispy bar with peanut butter filling\", \"clust\": 3721, \"cat_0_index\": 3156, \"rank\": 3470, \"cat-0\": \"Sweets\", \"rankvar\": 2995, \"ini\": 3470}, {\"group\": [3300.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Meat extender\", \"clust\": 3332, \"cat_0_index\": 2013, \"rank\": 3469, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3610, \"ini\": 3469}, {\"group\": [3595.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SKOR Toffee Bar\", \"clust\": 3636, \"cat_0_index\": 3157, \"rank\": 3468, \"cat-0\": \"Sweets\", \"rankvar\": 3486, \"ini\": 3468}, {\"group\": [2491.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, with coconut, chocolate coated\", \"clust\": 2517, \"cat_0_index\": 2506, \"rank\": 3467, \"cat-0\": \"Snacks\", \"rankvar\": 3209, \"ini\": 3467}, {\"group\": [3489.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Onions, dehydrated flakes\", \"clust\": 3524, \"cat_0_index\": 3357, \"rank\": 3466, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3450, \"ini\": 3466}, {\"group\": [3388.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, yeast, baker's, active dry\", \"clust\": 3401, \"cat_0_index\": 295, \"rank\": 3465, \"cat-0\": \"Baked Products\", \"rankvar\": 3674, \"ini\": 3465}, {\"group\": [3596.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, toffee, prepared-from-recipe\", \"clust\": 3637, \"cat_0_index\": 3158, \"rank\": 3464, \"cat-0\": \"Sweets\", \"rankvar\": 3581, \"ini\": 3464}, {\"group\": [3681.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX Peanut Butter Cookie Bars\", \"clust\": 3720, \"cat_0_index\": 3159, \"rank\": 3463, \"cat-0\": \"Sweets\", \"rankvar\": 3009, \"ini\": 3463}, {\"group\": [3680.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY, REESESTICKS crispy wafers, peanut butter, milk chocolate\", \"clust\": 3722, \"cat_0_index\": 3160, \"rank\": 3462, \"cat-0\": \"Sweets\", \"rankvar\": 2980, \"ini\": 3462}, {\"group\": [3501.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, dried\", \"clust\": 3529, \"cat_0_index\": 3358, \"rank\": 3461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3811, \"ini\": 3461}, {\"group\": [3688.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, truffles, prepared-from-recipe\", \"clust\": 3725, \"cat_0_index\": 3161, \"rank\": 3460, \"cat-0\": \"Sweets\", \"rankvar\": 3057, \"ini\": 3460}, {\"group\": [2934.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, reduced fat\", \"clust\": 2967, \"cat_0_index\": 2507, \"rank\": 3459, \"cat-0\": \"Snacks\", \"rankvar\": 3328, \"ini\": 3459}, {\"group\": [3377.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, california red, mature seeds, raw\", \"clust\": 3413, \"cat_0_index\": 2014, \"rank\": 3458, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3660, \"ini\": 3458}, {\"group\": [3599.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Peanut Butter Chocolate Candies\", \"clust\": 3640, \"cat_0_index\": 3162, \"rank\": 3457, \"cat-0\": \"Sweets\", \"rankvar\": 3233, \"ini\": 3457}, {\"group\": [3375.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, small white, mature seeds, raw\", \"clust\": 3414, \"cat_0_index\": 2015, \"rank\": 3456, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3662, \"ini\": 3456}, {\"group\": [3257.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, instant beef, dry\", \"clust\": 3292, \"cat_0_index\": 2606, \"rank\": 3455, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3491, \"ini\": 3455}, {\"group\": [3475.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S COMPLETE Wheat Flakes\", \"clust\": 3512, \"cat_0_index\": 741, \"rank\": 3454, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3496, \"ini\": 3454}, {\"group\": [2976.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, cheese-flavor\", \"clust\": 3010, \"cat_0_index\": 2508, \"rank\": 3453, \"cat-0\": \"Snacks\", \"rankvar\": 3185, \"ini\": 3453}, {\"group\": [3376.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, black turtle soup, mature seeds, raw\", \"clust\": 3415, \"cat_0_index\": 2016, \"rank\": 3452, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3658, \"ini\": 3452}, {\"group\": [3611.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S PIECES Candy\", \"clust\": 3645, \"cat_0_index\": 3163, \"rank\": 3451, \"cat-0\": \"Sweets\", \"rankvar\": 3250, \"ini\": 3451}, {\"group\": [2768.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, breakfast strips, cooked\", \"clust\": 2798, \"cat_0_index\": 2306, \"rank\": 3450, \"cat-0\": \"Pork Products\", \"rankvar\": 2941, \"ini\": 3450}, {\"group\": [3391.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, black\", \"clust\": 3426, \"cat_0_index\": 3095, \"rank\": 3449, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3656, \"ini\": 3449}, {\"group\": [3540.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Litchis, dried\", \"clust\": 3577, \"cat_0_index\": 1650, \"rank\": 3448, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3572, \"ini\": 3448}, {\"group\": [3382.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, raw\", \"clust\": 3418, \"cat_0_index\": 2017, \"rank\": 3447, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3724, \"ini\": 3447}, {\"group\": [3466.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn, dried, yellow (Northern Plains Indians)\", \"clust\": 3496, \"cat_0_index\": 1235, \"rank\": 3446, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3398, \"ini\": 3446}, {\"group\": [3374.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, all types, mature seeds, raw\", \"clust\": 3410, \"cat_0_index\": 2018, \"rank\": 3445, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3647, \"ini\": 3445}, {\"group\": [2752.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, safflower seed kernels, dried\", \"clust\": 2785, \"cat_0_index\": 2269, \"rank\": 3444, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3566, \"ini\": 3444}, {\"group\": [3605.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, KRACKEL Chocolate Bar\", \"clust\": 3650, \"cat_0_index\": 3164, \"rank\": 3443, \"cat-0\": \"Sweets\", \"rankvar\": 3274, \"ini\": 3443}, {\"group\": [3401.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, high fiber, chewy, oats and chocolate\", \"clust\": 3435, \"cat_0_index\": 2509, \"rank\": 3442, \"cat-0\": \"Snacks\", \"rankvar\": 3470, \"ini\": 3442}, {\"group\": [2756.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg Mix, USDA Commodity\", \"clust\": 2787, \"cat_0_index\": 1086, \"rank\": 3441, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3000, \"ini\": 3441}, {\"group\": [3591.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, butterscotch\", \"clust\": 3631, \"cat_0_index\": 3165, \"rank\": 3440, \"cat-0\": \"Sweets\", \"rankvar\": 3626, \"ini\": 3440}, {\"group\": [3693.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Peanut Chocolate Candies\", \"clust\": 3735, \"cat_0_index\": 3166, \"rank\": 3439, \"cat-0\": \"Sweets\", \"rankvar\": 3117, \"ini\": 3439}, {\"group\": [2935.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potato chips, without salt, reduced fat\", \"clust\": 2968, \"cat_0_index\": 2510, \"rank\": 3438, \"cat-0\": \"Snacks\", \"rankvar\": 3359, \"ini\": 3438}, {\"group\": [3539.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, instant breakfast powder, chocolate, not reconstituted\", \"clust\": 3574, \"cat_0_index\": 1087, \"rank\": 3437, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3461, \"ini\": 3437}, {\"group\": [3606.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY, KIT KAT BIG KAT Bar\", \"clust\": 3651, \"cat_0_index\": 3167, \"rank\": 3436, \"cat-0\": \"Sweets\", \"rankvar\": 3367, \"ini\": 3436}, {\"group\": [2730.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, sesame seed dressing, regular\", \"clust\": 2760, \"cat_0_index\": 1509, \"rank\": 3435, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3434, \"ini\": 3435}, {\"group\": [3544.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, french-flavor, powder\", \"clust\": 3581, \"cat_0_index\": 482, \"rank\": 3434, \"cat-0\": \"Beverages\", \"rankvar\": 3217, \"ini\": 3434}, {\"group\": [3538.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, with added nutrients, powder\", \"clust\": 3576, \"cat_0_index\": 483, \"rank\": 3433, \"cat-0\": \"Beverages\", \"rankvar\": 3505, \"ini\": 3433}, {\"group\": [2724.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 2758, \"cat_0_index\": 1324, \"rank\": 3432, \"cat-0\": \"Fast Foods\", \"rankvar\": 3594, \"ini\": 3432}, {\"group\": [3378.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, french, mature seeds, raw\", \"clust\": 3409, \"cat_0_index\": 2019, \"rank\": 3431, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3640, \"ini\": 3431}, {\"group\": [2684.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame flour, high-fat\", \"clust\": 2713, \"cat_0_index\": 2270, \"rank\": 3430, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3213, \"ini\": 3430}, {\"group\": [3410.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, UNCLE SAM CEREAL\", \"clust\": 3446, \"cat_0_index\": 742, \"rank\": 3429, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3392, \"ini\": 3429}, {\"group\": [3840.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, with added nutrients\", \"clust\": 3882, \"cat_0_index\": 484, \"rank\": 3428, \"cat-0\": \"Beverages\", \"rankvar\": 3663, \"ini\": 3428}, {\"group\": [3085.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg substitute, powder\", \"clust\": 3106, \"cat_0_index\": 1088, \"rank\": 3427, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3343, \"ini\": 3427}, {\"group\": [3041.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, oriental mix, rice-based\", \"clust\": 3071, \"cat_0_index\": 2511, \"rank\": 3426, \"cat-0\": \"Snacks\", \"rankvar\": 2983, \"ini\": 3426}, {\"group\": [3643.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, GOOBERS Chocolate Covered Peanuts\", \"clust\": 3683, \"cat_0_index\": 3168, \"rank\": 3425, \"cat-0\": \"Sweets\", \"rankvar\": 3177, \"ini\": 3425}, {\"group\": [3168.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Imitation cheese, american or cheddar, low cholesterol\", \"clust\": 3202, \"cat_0_index\": 1089, \"rank\": 3424, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3046, \"ini\": 3424}, {\"group\": [3191.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cheddar\", \"clust\": 3231, \"cat_0_index\": 1090, \"rank\": 3423, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3229, \"ini\": 3423}, {\"group\": [3484.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener\", \"clust\": 3518, \"cat_0_index\": 485, \"rank\": 3421, \"cat-0\": \"Beverages\", \"rankvar\": 3410, \"ini\": 3422}, {\"group\": [3484.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener, decaffeinated\", \"clust\": 3519, \"cat_0_index\": 486, \"rank\": 3422, \"cat-0\": \"Beverages\", \"rankvar\": 3411, \"ini\": 3421}, {\"group\": [3210.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, roquefort\", \"clust\": 3242, \"cat_0_index\": 1091, \"rank\": 3420, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3103, \"ini\": 3420}, {\"group\": [3042.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, granola, homemade\", \"clust\": 3070, \"cat_0_index\": 743, \"rank\": 3419, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2706, \"ini\": 3419}, {\"group\": [3099.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, SLIM-FAST OPTIMA meal bar, milk chocolate peanut\", \"clust\": 3133, \"cat_0_index\": 2512, \"rank\": 3418, \"cat-0\": \"Snacks\", \"rankvar\": 2904, \"ini\": 3418}, {\"group\": [3132.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, with apple and orange, dry\", \"clust\": 3164, \"cat_0_index\": 33, \"rank\": 3417, \"cat-0\": \"Baby Foods\", \"rankvar\": 3325, \"ini\": 3417}, {\"group\": [3111.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bars, peanut butter\", \"clust\": 3144, \"cat_0_index\": 2513, \"rank\": 3416, \"cat-0\": \"Snacks\", \"rankvar\": 3463, \"ini\": 3416}, {\"group\": [3440.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, whole wheat, with apples, dry\", \"clust\": 3475, \"cat_0_index\": 34, \"rank\": 3415, \"cat-0\": \"Baby Foods\", \"rankvar\": 3200, \"ini\": 3415}, {\"group\": [2977.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, sour-cream and onion-flavor\", \"clust\": 3011, \"cat_0_index\": 2514, \"rank\": 3414, \"cat-0\": \"Snacks\", \"rankvar\": 3228, \"ini\": 3414}, {\"group\": [2470.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), toasted\", \"clust\": 2499, \"cat_0_index\": 2271, \"rank\": 3413, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3692, \"ini\": 3413}, {\"group\": [3663.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond paste\", \"clust\": 3701, \"cat_0_index\": 2272, \"rank\": 3412, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2820, \"ini\": 3412}, {\"group\": [3389.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Papad\", \"clust\": 3400, \"cat_0_index\": 2020, \"rank\": 3411, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3412, \"ini\": 3411}, {\"group\": [3699.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, praline, prepared-from-recipe\", \"clust\": 3739, \"cat_0_index\": 3169, \"rank\": 3410, \"cat-0\": \"Sweets\", \"rankvar\": 3276, \"ini\": 3410}, {\"group\": [3533.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy rolls, yogurt-covered, fruit flavored with high vitamin C\", \"clust\": 3570, \"cat_0_index\": 2515, \"rank\": 3409, \"cat-0\": \"Snacks\", \"rankvar\": 3495, \"ini\": 3409}, {\"group\": [3372.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, royal red, mature seeds, raw\", \"clust\": 3411, \"cat_0_index\": 2021, \"rank\": 3408, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3646, \"ini\": 3408}, {\"group\": [2777.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, breakfast strips, cooked\", \"clust\": 2806, \"cat_0_index\": 440, \"rank\": 3407, \"cat-0\": \"Beef Products\", \"rankvar\": 3059, \"ini\": 3407}, {\"group\": [3301.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, defatted\", \"clust\": 3331, \"cat_0_index\": 2022, \"rank\": 3406, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3556, \"ini\": 3406}, {\"group\": [3207.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, pimento\", \"clust\": 3244, \"cat_0_index\": 1092, \"rank\": 3405, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3015, \"ini\": 3405}, {\"group\": [3695.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MARS Almond Bar\", \"clust\": 3737, \"cat_0_index\": 3170, \"rank\": 3404, \"cat-0\": \"Sweets\", \"rankvar\": 3104, \"ini\": 3404}, {\"group\": [2473.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, with salt\", \"clust\": 2503, \"cat_0_index\": 1510, \"rank\": 3403, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3590, \"ini\": 3403}, {\"group\": [3277.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, dry\", \"clust\": 3313, \"cat_0_index\": 2607, \"rank\": 3402, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3866, \"ini\": 3402}, {\"group\": [3370.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, raw\", \"clust\": 3407, \"cat_0_index\": 2023, \"rank\": 3401, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3603, \"ini\": 3401}, {\"group\": [3590.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ALMOND JOY Candy Bar\", \"clust\": 3628, \"cat_0_index\": 3171, \"rank\": 3400, \"cat-0\": \"Sweets\", \"rankvar\": 3211, \"ini\": 3400}, {\"group\": [3341.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pumpkin pie spice\", \"clust\": 3375, \"cat_0_index\": 3096, \"rank\": 3399, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3273, \"ini\": 3399}, {\"group\": [3373.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, cranberry (roman), mature seeds, raw\", \"clust\": 3412, \"cat_0_index\": 2024, \"rank\": 3398, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3629, \"ini\": 3398}, {\"group\": [3380.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans (fava beans), mature seeds, raw\", \"clust\": 3419, \"cat_0_index\": 2025, \"rank\": 3397, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3614, \"ini\": 3397}, {\"group\": [3638.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Milk Chocolate Candies\", \"clust\": 3681, \"cat_0_index\": 3172, \"rank\": 3396, \"cat-0\": \"Sweets\", \"rankvar\": 3442, \"ini\": 3396}, {\"group\": [2880.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, separable fat, boneless, unheated\", \"clust\": 2915, \"cat_0_index\": 2307, \"rank\": 3395, \"cat-0\": \"Pork Products\", \"rankvar\": 3306, \"ini\": 3395}, {\"group\": [3114.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Almond Snack Bar\", \"clust\": 3148, \"cat_0_index\": 2516, \"rank\": 3394, \"cat-0\": \"Snacks\", \"rankvar\": 3545, \"ini\": 3394}, {\"group\": [3280.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry\", \"clust\": 3315, \"cat_0_index\": 2608, \"rank\": 3393, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3865, \"ini\": 3393}, {\"group\": [3691.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S, FAST BREAK, milk chocolate peanut butter and soft nougats\", \"clust\": 3733, \"cat_0_index\": 3173, \"rank\": 3392, \"cat-0\": \"Sweets\", \"rankvar\": 3120, \"ini\": 3392}, {\"group\": [3222.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, swiss, low sodium\", \"clust\": 3256, \"cat_0_index\": 1093, \"rank\": 3391, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3397, \"ini\": 3391}, {\"group\": [3543.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered, light\", \"clust\": 3583, \"cat_0_index\": 1094, \"rank\": 3390, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3569, \"ini\": 3390}, {\"group\": [3692.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE's Fast Break, milk chocolate, peanut butter, soft nougats, candy bar\", \"clust\": 3734, \"cat_0_index\": 3174, \"rank\": 3389, \"cat-0\": \"Sweets\", \"rankvar\": 3163, \"ini\": 3389}, {\"group\": [2881.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, separable fat, boneless, heated\", \"clust\": 2916, \"cat_0_index\": 2308, \"rank\": 3388, \"cat-0\": \"Pork Products\", \"rankvar\": 3255, \"ini\": 3388}, {\"group\": [3476.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Complete Oat Bran Flakes\", \"clust\": 3510, \"cat_0_index\": 744, \"rank\": 3387, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3346, \"ini\": 3387}, {\"group\": [3203.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso anejo\", \"clust\": 3226, \"cat_0_index\": 1095, \"rank\": 3386, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3032, \"ini\": 3386}, {\"group\": [3369.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, large, mature seeds, raw\", \"clust\": 3402, \"cat_0_index\": 2026, \"rank\": 3385, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3562, \"ini\": 3385}, {\"group\": [2879.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, raw\", \"clust\": 2912, \"cat_0_index\": 2309, \"rank\": 3384, \"cat-0\": \"Pork Products\", \"rankvar\": 3317, \"ini\": 3384}, {\"group\": [3192.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, colby\", \"clust\": 3232, \"cat_0_index\": 1096, \"rank\": 3383, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3130, \"ini\": 3383}, {\"group\": [2781.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pepperoni, pork, beef\", \"clust\": 2815, \"cat_0_index\": 2407, \"rank\": 3382, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2986, \"ini\": 3382}, {\"group\": [3960.0, 85.0, 23.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, ZONE PERFECT CLASSIC CRUNCH BAR, mixed flavors\", \"clust\": 3566, \"cat_0_index\": 2517, \"rank\": 3381, \"cat-0\": \"Snacks\", \"rankvar\": 2712, \"ini\": 3381}, {\"group\": [2978.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, puffs or twists, cheese-flavor\", \"clust\": 3014, \"cat_0_index\": 2518, \"rank\": 3380, \"cat-0\": \"Snacks\", \"rankvar\": 3262, \"ini\": 3380}, {\"group\": [3273.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato vegetable, dry, mix\", \"clust\": 3307, \"cat_0_index\": 2609, \"rank\": 3379, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3691, \"ini\": 3379}, {\"group\": [2930.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snack, potato chips, made from dried potatoes, plain\", \"clust\": 2963, \"cat_0_index\": 2519, \"rank\": 3378, \"cat-0\": \"Snacks\", \"rankvar\": 3063, \"ini\": 3378}, {\"group\": [2760.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, beef jerky, chopped and formed\", \"clust\": 2791, \"cat_0_index\": 2520, \"rank\": 3377, \"cat-0\": \"Snacks\", \"rankvar\": 2736, \"ini\": 3377}, {\"group\": [3115.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Blueberry Snack Bar\", \"clust\": 3149, \"cat_0_index\": 2521, \"rank\": 3376, \"cat-0\": \"Snacks\", \"rankvar\": 3574, \"ini\": 3376}, {\"group\": [3502.0, 72.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yeast extract spread\", \"clust\": 3528, \"cat_0_index\": 3359, \"rank\": 3375, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3696, \"ini\": 3375}, {\"group\": [3607.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, WHATCHAMACALLIT Candy Bar\", \"clust\": 3649, \"cat_0_index\": 3175, \"rank\": 3374, \"cat-0\": \"Sweets\", \"rankvar\": 3223, \"ini\": 3374}, {\"group\": [3060.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed flour, partially defatted (glandless)\", \"clust\": 3091, \"cat_0_index\": 2273, \"rank\": 3373, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3454, \"ini\": 3373}, {\"group\": [3371.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, yellow, mature seeds, raw\", \"clust\": 3408, \"cat_0_index\": 2027, \"rank\": 3372, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3613, \"ini\": 3372}, {\"group\": [3184.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, edam\", \"clust\": 3221, \"cat_0_index\": 1097, \"rank\": 3371, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3067, \"ini\": 3371}, {\"group\": [3644.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, dark chocolate coated coffee beans\", \"clust\": 3684, \"cat_0_index\": 3176, \"rank\": 3370, \"cat-0\": \"Sweets\", \"rankvar\": 3212, \"ini\": 3370}, {\"group\": [2848.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, breast, separable fat, cooked\", \"clust\": 2878, \"cat_0_index\": 1922, \"rank\": 3369, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3444, \"ini\": 3369}, {\"group\": [3215.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, swiss, with di sodium phosphate\", \"clust\": 3252, \"cat_0_index\": 1098, \"rank\": 3368, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3073, \"ini\": 3368}, {\"group\": [3827.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dehydrated (low moisture), sulfured, uncooked\", \"clust\": 3871, \"cat_0_index\": 1651, \"rank\": 3367, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3688, \"ini\": 3367}, {\"group\": [3381.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peas, split, mature seeds, raw\", \"clust\": 3420, \"cat_0_index\": 2028, \"rank\": 3366, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3617, \"ini\": 3366}, {\"group\": [3608.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, KIT KAT Wafer Bar\", \"clust\": 3648, \"cat_0_index\": 3177, \"rank\": 3365, \"cat-0\": \"Sweets\", \"rankvar\": 3292, \"ini\": 3365}, {\"group\": [3700.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sugar-coated almonds\", \"clust\": 3740, \"cat_0_index\": 3178, \"rank\": 3364, \"cat-0\": \"Sweets\", \"rankvar\": 3374, \"ini\": 3364}, {\"group\": [2892.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, belly, raw\", \"clust\": 2919, \"cat_0_index\": 2310, \"rank\": 3363, \"cat-0\": \"Pork Products\", \"rankvar\": 3372, \"ini\": 3363}, {\"group\": [3473.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S CRACKLIN' OAT BRAN\", \"clust\": 3501, \"cat_0_index\": 745, \"rank\": 3362, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2973, \"ini\": 3362}, {\"group\": [3641.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, CARAMELLO Candy Bar\", \"clust\": 3675, \"cat_0_index\": 3179, \"rank\": 3361, \"cat-0\": \"Sweets\", \"rankvar\": 3261, \"ini\": 3361}, {\"group\": [2979.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, puffs or twists, cheese-flavor, unenriched\", \"clust\": 3015, \"cat_0_index\": 2522, \"rank\": 3360, \"cat-0\": \"Snacks\", \"rankvar\": 3238, \"ini\": 3360}, {\"group\": [3058.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed meal, partially defatted (glandless)\", \"clust\": 3092, \"cat_0_index\": 2274, \"rank\": 3359, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3600, \"ini\": 3359}, {\"group\": [3483.0, 69.0, 18.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, pork, beef, less sodium\", \"clust\": 3517, \"cat_0_index\": 2408, \"rank\": 3358, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2751, \"ini\": 3358}, {\"group\": [3258.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, pork, dry, powder\", \"clust\": 3293, \"cat_0_index\": 2610, \"rank\": 3357, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3543, \"ini\": 3357}, {\"group\": [3407.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn bran, crude\", \"clust\": 3441, \"cat_0_index\": 987, \"rank\": 3356, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3893, \"ini\": 3356}, {\"group\": [3095.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poultry seasoning\", \"clust\": 3123, \"cat_0_index\": 3097, \"rank\": 3355, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3446, \"ini\": 3355}, {\"group\": [3236.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, dry grated, reduced fat\", \"clust\": 3254, \"cat_0_index\": 1099, \"rank\": 3354, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3440, \"ini\": 3354}, {\"group\": [3541.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gerber graduates Fruit Strips Real Fruit Bars\", \"clust\": 3578, \"cat_0_index\": 35, \"rank\": 3353, \"cat-0\": \"Baby Foods\", \"rankvar\": 3591, \"ini\": 3353}, {\"group\": [2474.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, without salt\", \"clust\": 2504, \"cat_0_index\": 1511, \"rank\": 3352, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3597, \"ini\": 3352}, {\"group\": [3075.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type\", \"clust\": 3107, \"cat_0_index\": 2029, \"rank\": 3351, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3743, \"ini\": 3351}, {\"group\": [3437.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI HEART TO HEART, Instant Oatmeal, Apple Cinnamon, dry\", \"clust\": 3472, \"cat_0_index\": 746, \"rank\": 3350, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2989, \"ini\": 3350}, {\"group\": [3594.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, DOVE Milk Chocolate\", \"clust\": 3634, \"cat_0_index\": 3180, \"rank\": 3349, \"cat-0\": \"Sweets\", \"rankvar\": 3465, \"ini\": 3349}, {\"group\": [3118.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, HARMONY\", \"clust\": 3147, \"cat_0_index\": 747, \"rank\": 3348, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3533, \"ini\": 3348}, {\"group\": [3208.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, american, with di sodium phosphate\", \"clust\": 3245, \"cat_0_index\": 1100, \"rank\": 3347, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2939, \"ini\": 3347}, {\"group\": [2732.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, imitation, soybean without cholesterol\", \"clust\": 2766, \"cat_0_index\": 1512, \"rank\": 3346, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3568, \"ini\": 3346}, {\"group\": [3694.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS Bar\", \"clust\": 3736, \"cat_0_index\": 3181, \"rank\": 3345, \"cat-0\": \"Sweets\", \"rankvar\": 3082, \"ini\": 3345}, {\"group\": [2877.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, enhanced, composite of separable fat, raw\", \"clust\": 2910, \"cat_0_index\": 2311, \"rank\": 3344, \"cat-0\": \"Pork Products\", \"rankvar\": 3263, \"ini\": 3344}, {\"group\": [3696.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, 5TH AVENUE Candy Bar\", \"clust\": 3738, \"cat_0_index\": 3182, \"rank\": 3343, \"cat-0\": \"Sweets\", \"rankvar\": 3016, \"ini\": 3343}, {\"group\": [3197.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, monterey\", \"clust\": 3236, \"cat_0_index\": 1101, \"rank\": 3342, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3158, \"ini\": 3342}, {\"group\": [3195.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, muenster\", \"clust\": 3237, \"cat_0_index\": 1102, \"rank\": 3341, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3109, \"ini\": 3341}, {\"group\": [3320.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, white, mature seeds, raw\", \"clust\": 3346, \"cat_0_index\": 2030, \"rank\": 3340, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3493, \"ini\": 3340}, {\"group\": [3322.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, breadnut tree seeds, dried\", \"clust\": 3358, \"cat_0_index\": 2275, \"rank\": 3339, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3589, \"ini\": 3339}, {\"group\": [3006.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, barbecue-flavor\", \"clust\": 3038, \"cat_0_index\": 2523, \"rank\": 3338, \"cat-0\": \"Snacks\", \"rankvar\": 3070, \"ini\": 3338}, {\"group\": [3189.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, low-sodium, cheddar or colby\", \"clust\": 3223, \"cat_0_index\": 1103, \"rank\": 3337, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3202, \"ini\": 3337}, {\"group\": [3104.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Cinnamon Toast Crunch, reduced sugar\", \"clust\": 3136, \"cat_0_index\": 748, \"rank\": 3336, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3181, \"ini\": 3336}, {\"group\": [3307.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, wheat germ, toasted, plain\", \"clust\": 3343, \"cat_0_index\": 749, \"rank\": 3335, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3133, \"ini\": 3335}, {\"group\": [3073.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, ProPlus\", \"clust\": 3108, \"cat_0_index\": 2031, \"rank\": 3334, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3779, \"ini\": 3334}, {\"group\": [3366.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, great northern, mature seeds, raw\", \"clust\": 3404, \"cat_0_index\": 2032, \"rank\": 3333, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3522, \"ini\": 3333}, {\"group\": [3500.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, lemon-flavored, powder\", \"clust\": 3537, \"cat_0_index\": 487, \"rank\": 3332, \"cat-0\": \"Beverages\", \"rankvar\": 3804, \"ini\": 3332}, {\"group\": [2770.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, Italian, pork\", \"clust\": 2804, \"cat_0_index\": 2409, \"rank\": 3331, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2846, \"ini\": 3331}, {\"group\": [2779.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chorizo, pork and beef\", \"clust\": 2813, \"cat_0_index\": 2410, \"rank\": 3330, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2873, \"ini\": 3330}, {\"group\": [2496.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Granola bar, soft, milk chocolate coated, peanut butter\", \"clust\": 2523, \"cat_0_index\": 2524, \"rank\": 3329, \"cat-0\": \"Snacks\", \"rankvar\": 2866, \"ini\": 3329}, {\"group\": [3367.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, thin seeded (baby), mature seeds, raw\", \"clust\": 3405, \"cat_0_index\": 2033, \"rank\": 3328, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3534, \"ini\": 3328}, {\"group\": [3216.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, swiss\", \"clust\": 3253, \"cat_0_index\": 1104, \"rank\": 3327, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2944, \"ini\": 3327}, {\"group\": [3632.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, mexican, squares\", \"clust\": 3673, \"cat_0_index\": 3183, \"rank\": 3326, \"cat-0\": \"Sweets\", \"rankvar\": 3500, \"ini\": 3326}, {\"group\": [3186.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, provolone\", \"clust\": 3220, \"cat_0_index\": 1105, \"rank\": 3325, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3091, \"ini\": 3325}, {\"group\": [3275.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, mushroom, dry, powder\", \"clust\": 3309, \"cat_0_index\": 2611, \"rank\": 3324, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3682, \"ini\": 3324}, {\"group\": [3689.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate covered, caramel with nuts\", \"clust\": 3729, \"cat_0_index\": 3184, \"rank\": 3323, \"cat-0\": \"Sweets\", \"rankvar\": 2850, \"ini\": 3323}, {\"group\": [3282.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, mackerel, salted\", \"clust\": 3316, \"cat_0_index\": 1555, \"rank\": 3322, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3216, \"ini\": 3322}, {\"group\": [3039.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, oil-popped, white popcorn\", \"clust\": 3074, \"cat_0_index\": 2525, \"rank\": 3321, \"cat-0\": \"Snacks\", \"rankvar\": 3002, \"ini\": 3321}, {\"group\": [3193.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cheshire\", \"clust\": 3230, \"cat_0_index\": 1106, \"rank\": 3320, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3052, \"ini\": 3320}, {\"group\": [3581.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, DOVE Dark Chocolate\", \"clust\": 3621, \"cat_0_index\": 3185, \"rank\": 3319, \"cat-0\": \"Sweets\", \"rankvar\": 3403, \"ini\": 3319}, {\"group\": [3438.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI HEART TO HEART, Instant Oatmeal, maple, dry\", \"clust\": 3473, \"cat_0_index\": 750, \"rank\": 3318, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2965, \"ini\": 3318}, {\"group\": [3204.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, fontina\", \"clust\": 3225, \"cat_0_index\": 1107, \"rank\": 3317, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2959, \"ini\": 3317}, {\"group\": [3185.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gouda\", \"clust\": 3222, \"cat_0_index\": 1108, \"rank\": 3316, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3020, \"ini\": 3316}, {\"group\": [3910.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate, with nuts, prepared-from-recipe\", \"clust\": 3949, \"cat_0_index\": 3186, \"rank\": 3315, \"cat-0\": \"Sweets\", \"rankvar\": 3386, \"ini\": 3315}, {\"group\": [3056.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw, crude protein basis (N x 6.25)\", \"clust\": 3089, \"cat_0_index\": 2034, \"rank\": 3314, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3693, \"ini\": 3314}, {\"group\": [3212.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, american, with di sodium phosphate\", \"clust\": 3248, \"cat_0_index\": 1109, \"rank\": 3313, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2702, \"ini\": 3313}, {\"group\": [3259.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, instant turkey, dry\", \"clust\": 3294, \"cat_0_index\": 2612, \"rank\": 3312, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3157, \"ini\": 3312}, {\"group\": [3623.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ROLO Caramels in Milk Chocolate\", \"clust\": 3665, \"cat_0_index\": 3187, \"rank\": 3311, \"cat-0\": \"Sweets\", \"rankvar\": 3457, \"ini\": 3311}, {\"group\": [3199.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, caraway\", \"clust\": 3234, \"cat_0_index\": 1110, \"rank\": 3310, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3066, \"ini\": 3310}, {\"group\": [3260.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, brown instant, dry\", \"clust\": 3295, \"cat_0_index\": 2613, \"rank\": 3309, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3452, \"ini\": 3309}, {\"group\": [3209.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, blue\", \"clust\": 3243, \"cat_0_index\": 1111, \"rank\": 3308, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2843, \"ini\": 3308}, {\"group\": [3221.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, swiss\", \"clust\": 3258, \"cat_0_index\": 1112, \"rank\": 3307, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3191, \"ini\": 3307}, {\"group\": [3194.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, american, without di sodium phosphate\", \"clust\": 3229, \"cat_0_index\": 1113, \"rank\": 3306, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3004, \"ini\": 3306}, {\"group\": [3201.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso chihuahua\", \"clust\": 3228, \"cat_0_index\": 1114, \"rank\": 3305, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2981, \"ini\": 3305}, {\"group\": [3196.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, brick\", \"clust\": 3238, \"cat_0_index\": 1115, \"rank\": 3304, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3034, \"ini\": 3304}, {\"group\": [2931.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, taro chips\", \"clust\": 2962, \"cat_0_index\": 2526, \"rank\": 3303, \"cat-0\": \"Snacks\", \"rankvar\": 2996, \"ini\": 3303}, {\"group\": [2773.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, dry or hard, pork\", \"clust\": 2809, \"cat_0_index\": 2411, \"rank\": 3302, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2791, \"ini\": 3302}, {\"group\": [3074.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type, crude protein basis\", \"clust\": 3109, \"cat_0_index\": 2035, \"rank\": 3301, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3789, \"ini\": 3301}, {\"group\": [3584.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MOUNDS Candy Bar\", \"clust\": 3625, \"cat_0_index\": 3188, \"rank\": 3300, \"cat-0\": \"Sweets\", \"rankvar\": 3287, \"ini\": 3300}, {\"group\": [2632.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil-butter spread, reduced calorie\", \"clust\": 2659, \"cat_0_index\": 1513, \"rank\": 3299, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3350, \"ini\": 3299}, {\"group\": [3232.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, Mexican, blend, reduced fat\", \"clust\": 3263, \"cat_0_index\": 1116, \"rank\": 3298, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3460, \"ini\": 3298}, {\"group\": [3645.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S POT OF GOLD Almond Bar\", \"clust\": 3686, \"cat_0_index\": 3189, \"rank\": 3297, \"cat-0\": \"Sweets\", \"rankvar\": 3237, \"ini\": 3297}, {\"group\": [3609.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX Caramel Cookie Bars\", \"clust\": 3647, \"cat_0_index\": 3190, \"rank\": 3296, \"cat-0\": \"Sweets\", \"rankvar\": 3311, \"ini\": 3296}, {\"group\": [2969.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, microwave, regular (butter) flavor, made with palm oil\", \"clust\": 2998, \"cat_0_index\": 2527, \"rank\": 3295, \"cat-0\": \"Snacks\", \"rankvar\": 2903, \"ini\": 3295}, {\"group\": [3823.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, without added nutrients\", \"clust\": 3867, \"cat_0_index\": 488, \"rank\": 3294, \"cat-0\": \"Beverages\", \"rankvar\": 3665, \"ini\": 3294}, {\"group\": [3498.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder, half the caffeine\", \"clust\": 3538, \"cat_0_index\": 489, \"rank\": 3293, \"cat-0\": \"Beverages\", \"rankvar\": 3810, \"ini\": 3293}, {\"group\": [3084.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, spirulina, dried\", \"clust\": 3118, \"cat_0_index\": 3360, \"rank\": 3292, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3476, \"ini\": 3292}, {\"group\": [3653.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, peanut\", \"clust\": 3688, \"cat_0_index\": 2528, \"rank\": 3291, \"cat-0\": \"Snacks\", \"rankvar\": 2914, \"ini\": 3291}, {\"group\": [3439.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, dry\", \"clust\": 3471, \"cat_0_index\": 751, \"rank\": 3290, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2991, \"ini\": 3290}, {\"group\": [3610.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, CRUNCH Bar and Dessert Topping\", \"clust\": 3646, \"cat_0_index\": 3191, \"rank\": 3289, \"cat-0\": \"Sweets\", \"rankvar\": 3390, \"ini\": 3289}, {\"group\": [3822.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bananas, dehydrated, or banana powder\", \"clust\": 3862, \"cat_0_index\": 1652, \"rank\": 3288, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3524, \"ini\": 3288}, {\"group\": [3057.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw\", \"clust\": 3090, \"cat_0_index\": 2036, \"rank\": 3287, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3672, \"ini\": 3287}, {\"group\": [3639.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, BABY RUTH Bar\", \"clust\": 3682, \"cat_0_index\": 3192, \"rank\": 3286, \"cat-0\": \"Sweets\", \"rankvar\": 3199, \"ini\": 3286}, {\"group\": [3385.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI GO LEAN Hot Cereal, Hearty Honey & Cinnamon, dry\", \"clust\": 3422, \"cat_0_index\": 752, \"rank\": 3285, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3327, \"ini\": 3285}, {\"group\": [2738.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french dressing, commercial, regular\", \"clust\": 2770, \"cat_0_index\": 1514, \"rank\": 3284, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3267, \"ini\": 3284}, {\"group\": [3110.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baby food, fortified cereal bar, fruit filling\", \"clust\": 3143, \"cat_0_index\": 36, \"rank\": 3283, \"cat-0\": \"Baby Foods\", \"rankvar\": 3539, \"ini\": 3283}, {\"group\": [3383.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fenugreek seed\", \"clust\": 3417, \"cat_0_index\": 3098, \"rank\": 3282, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3580, \"ini\": 3282}, {\"group\": [3714.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with extra creme filling\", \"clust\": 3754, \"cat_0_index\": 296, \"rank\": 3281, \"cat-0\": \"Baked Products\", \"rankvar\": 3190, \"ini\": 3281}, {\"group\": [2701.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, home recipe, vinegar and oil\", \"clust\": 2732, \"cat_0_index\": 1515, \"rank\": 3280, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3513, \"ini\": 3280}, {\"group\": [2633.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil-butter spread, reduced calorie, tub, with salt\", \"clust\": 2660, \"cat_0_index\": 1516, \"rank\": 3279, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3248, \"ini\": 3279}, {\"group\": [3842.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, powder\", \"clust\": 3880, \"cat_0_index\": 490, \"rank\": 3278, \"cat-0\": \"Beverages\", \"rankvar\": 3121, \"ini\": 3278}, {\"group\": [3462.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GO LEAN CRUNCH!, Honey Almond Flax\", \"clust\": 3499, \"cat_0_index\": 753, \"rank\": 3277, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3123, \"ini\": 3277}, {\"group\": [3188.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, swiss, without di sodium phosphate\", \"clust\": 3218, \"cat_0_index\": 1117, \"rank\": 3276, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3062, \"ini\": 3276}, {\"group\": [3217.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, dry white, queso seco\", \"clust\": 3251, \"cat_0_index\": 1118, \"rank\": 3275, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2917, \"ini\": 3275}, {\"group\": [3198.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso asadero\", \"clust\": 3235, \"cat_0_index\": 1119, \"rank\": 3274, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2960, \"ini\": 3274}, {\"group\": [3213.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, american, without di sodium phosphate\", \"clust\": 3249, \"cat_0_index\": 1120, \"rank\": 3273, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2649, \"ini\": 3273}, {\"group\": [3633.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated raisins\", \"clust\": 3674, \"cat_0_index\": 3193, \"rank\": 3272, \"cat-0\": \"Sweets\", \"rankvar\": 3332, \"ini\": 3272}, {\"group\": [3007.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, unsalted\", \"clust\": 3039, \"cat_0_index\": 2529, \"rank\": 3271, \"cat-0\": \"Snacks\", \"rankvar\": 3166, \"ini\": 3271}, {\"group\": [3302.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Honey Crunch Wheat Germ\", \"clust\": 3336, \"cat_0_index\": 754, \"rank\": 3270, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2940, \"ini\": 3270}, {\"group\": [3294.0, 60.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Hazelnuts, beaked (Northern Plains Indians)\", \"clust\": 3329, \"cat_0_index\": 1236, \"rank\": 3269, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3293, \"ini\": 3269}, {\"group\": [3112.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bar, M&M's milk chocolate\", \"clust\": 3145, \"cat_0_index\": 2530, \"rank\": 3268, \"cat-0\": \"Snacks\", \"rankvar\": 3479, \"ini\": 3268}, {\"group\": [2928.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, plantain chips, salted\", \"clust\": 2964, \"cat_0_index\": 2531, \"rank\": 3267, \"cat-0\": \"Snacks\", \"rankvar\": 2985, \"ini\": 3267}, {\"group\": [2946.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, vegetable chips, made from garden vegetables\", \"clust\": 2978, \"cat_0_index\": 2532, \"rank\": 3266, \"cat-0\": \"Snacks\", \"rankvar\": 2772, \"ini\": 3266}, {\"group\": [2983.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puff pastry, frozen, ready-to-bake, baked\", \"clust\": 3016, \"cat_0_index\": 297, \"rank\": 3265, \"cat-0\": \"Baked Products\", \"rankvar\": 3405, \"ini\": 3265}, {\"group\": [3646.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S GOLDEN ALMOND SOLITAIRES\", \"clust\": 3687, \"cat_0_index\": 3194, \"rank\": 3264, \"cat-0\": \"Sweets\", \"rankvar\": 3178, \"ini\": 3264}, {\"group\": [3690.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, almond, confectioners coating\", \"clust\": 3730, \"cat_0_index\": 2533, \"rank\": 3263, \"cat-0\": \"Snacks\", \"rankvar\": 2654, \"ini\": 3263}, {\"group\": [3628.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular\", \"clust\": 3669, \"cat_0_index\": 3195, \"rank\": 3262, \"cat-0\": \"Sweets\", \"rankvar\": 3644, \"ini\": 3262}, {\"group\": [2725.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, green goddess, regular\", \"clust\": 2759, \"cat_0_index\": 1517, \"rank\": 3261, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3352, \"ini\": 3261}, {\"group\": [1909.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, distilled\", \"clust\": 1934, \"cat_0_index\": 3099, \"rank\": 1, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2127, \"ini\": 3260}, {\"group\": [3160.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, fried, prepared with calcium sulfate\", \"clust\": 3194, \"cat_0_index\": 2037, \"rank\": 3260, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3218, \"ini\": 3259}, {\"group\": [3626.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, NESTLE, Hot Cocoa Mix Rich Chocolate With Marshmallows\", \"clust\": 3667, \"cat_0_index\": 491, \"rank\": 3259, \"cat-0\": \"Beverages\", \"rankvar\": 3502, \"ini\": 3258}, {\"group\": [3292.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese sauce mix, dry\", \"clust\": 3324, \"cat_0_index\": 2614, \"rank\": 3258, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2966, \"ini\": 3257}, {\"group\": [3582.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, MARS SNACKFOOD US, M&M's Semisweet Chocolate Mini Baking Bits\", \"clust\": 3622, \"cat_0_index\": 3196, \"rank\": 3257, \"cat-0\": \"Sweets\", \"rankvar\": 3416, \"ini\": 3256}, {\"group\": [1943.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DASANI\", \"clust\": 1977, \"cat_0_index\": 492, \"rank\": 2, \"cat-0\": \"Beverages\", \"rankvar\": 2434, \"ini\": 3255}, {\"group\": [1944.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, PEPSI, AQUAFINA\", \"clust\": 1978, \"cat_0_index\": 493, \"rank\": 3, \"cat-0\": \"Beverages\", \"rankvar\": 2435, \"ini\": 3254}, {\"group\": [1945.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, CALISTOGA\", \"clust\": 1976, \"cat_0_index\": 494, \"rank\": 4, \"cat-0\": \"Beverages\", \"rankvar\": 2438, \"ini\": 3253}, {\"group\": [3920.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium\", \"clust\": 3957, \"cat_0_index\": 495, \"rank\": 3256, \"cat-0\": \"Beverages\", \"rankvar\": 3756, \"ini\": 3252}, {\"group\": [2630.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, skin only, cooked, roasted\", \"clust\": 2655, \"cat_0_index\": 2332, \"rank\": 3255, \"cat-0\": \"Poultry Products\", \"rankvar\": 3003, \"ini\": 3251}, {\"group\": [1946.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, POLAND SPRING\", \"clust\": 1975, \"cat_0_index\": 496, \"rank\": 5, \"cat-0\": \"Beverages\", \"rankvar\": 2440, \"ini\": 3250}, {\"group\": [3705.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, graham crackers, chocolate-coated\", \"clust\": 3742, \"cat_0_index\": 298, \"rank\": 3254, \"cat-0\": \"Baked Products\", \"rankvar\": 3056, \"ini\": 3249}, {\"group\": [1936.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DANNON\", \"clust\": 1969, \"cat_0_index\": 497, \"rank\": 6, \"cat-0\": \"Beverages\", \"rankvar\": 2439, \"ini\": 3248}, {\"group\": [1939.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, drinking\", \"clust\": 1972, \"cat_0_index\": 498, \"rank\": 7, \"cat-0\": \"Beverages\", \"rankvar\": 2431, \"ini\": 3247}, {\"group\": [1937.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, CRYSTAL GEYSER\", \"clust\": 1970, \"cat_0_index\": 499, \"rank\": 8, \"cat-0\": \"Beverages\", \"rankvar\": 2442, \"ini\": 3246}, {\"group\": [1938.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DANNON Fluoride To Go\", \"clust\": 1968, \"cat_0_index\": 500, \"rank\": 9, \"cat-0\": \"Beverages\", \"rankvar\": 2436, \"ini\": 3245}, {\"group\": [3200.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, port de salut\", \"clust\": 3233, \"cat_0_index\": 1121, \"rank\": 3253, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2928, \"ini\": 3244}, {\"group\": [1940.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, well\", \"clust\": 1973, \"cat_0_index\": 501, \"rank\": 10, \"cat-0\": \"Beverages\", \"rankvar\": 2432, \"ini\": 3243}, {\"group\": [1941.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, municipal\", \"clust\": 1971, \"cat_0_index\": 502, \"rank\": 11, \"cat-0\": \"Beverages\", \"rankvar\": 2430, \"ini\": 3242}, {\"group\": [3825.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, powder\", \"clust\": 3866, \"cat_0_index\": 503, \"rank\": 3252, \"cat-0\": \"Beverages\", \"rankvar\": 3475, \"ini\": 3241}, {\"group\": [1942.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, NAYA\", \"clust\": 1967, \"cat_0_index\": 504, \"rank\": 12, \"cat-0\": \"Beverages\", \"rankvar\": 2444, \"ini\": 3240}, {\"group\": [3585.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Coconut Macaroon\", \"clust\": 3623, \"cat_0_index\": 299, \"rank\": 3251, \"cat-0\": \"Baked Products\", \"rankvar\": 3256, \"ini\": 3239}, {\"group\": [1947.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, non-carbonated, bottles, natural fruit flavors, sweetened with low calorie sweetener\", \"clust\": 1974, \"cat_0_index\": 505, \"rank\": 13, \"cat-0\": \"Beverages\", \"rankvar\": 2420, \"ini\": 3238}, {\"group\": [1934.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, with aspartame, contains caffeine\", \"clust\": 1965, \"cat_0_index\": 506, \"rank\": 14, \"cat-0\": \"Beverages\", \"rankvar\": 2421, \"ini\": 3237}, {\"group\": [1935.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, without caffeine\", \"clust\": 1966, \"cat_0_index\": 507, \"rank\": 15, \"cat-0\": \"Beverages\", \"rankvar\": 2422, \"ini\": 3236}, {\"group\": [1923.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, AMP, sugar free\", \"clust\": 1953, \"cat_0_index\": 508, \"rank\": 16, \"cat-0\": \"Beverages\", \"rankvar\": 2363, \"ini\": 3235}, {\"group\": [1925.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, EVIAN\", \"clust\": 1956, \"cat_0_index\": 509, \"rank\": 17, \"cat-0\": \"Beverages\", \"rankvar\": 2445, \"ini\": 3234}, {\"group\": [1928.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, with sodium saccharin, without caffeine\", \"clust\": 1959, \"cat_0_index\": 510, \"rank\": 18, \"cat-0\": \"Beverages\", \"rankvar\": 2428, \"ini\": 3233}, {\"group\": [1924.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, VAULT Zero, sugar-free, citrus flavor\", \"clust\": 1954, \"cat_0_index\": 511, \"rank\": 19, \"cat-0\": \"Beverages\", \"rankvar\": 2356, \"ini\": 3232}, {\"group\": [1931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herb, chamomile, brewed\", \"clust\": 1961, \"cat_0_index\": 512, \"rank\": 20, \"cat-0\": \"Beverages\", \"rankvar\": 2413, \"ini\": 3231}, {\"group\": [1931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herb, other than chamomile, brewed\", \"clust\": 1962, \"cat_0_index\": 513, \"rank\": 21, \"cat-0\": \"Beverages\", \"rankvar\": 2414, \"ini\": 3230}, {\"group\": [1929.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-types, with sodium saccharin, contains caffeine\", \"clust\": 1960, \"cat_0_index\": 514, \"rank\": 22, \"cat-0\": \"Beverages\", \"rankvar\": 2427, \"ini\": 3229}, {\"group\": [1930.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, club soda\", \"clust\": 1958, \"cat_0_index\": 515, \"rank\": 23, \"cat-0\": \"Beverages\", \"rankvar\": 2433, \"ini\": 3228}, {\"group\": [1926.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, generic\", \"clust\": 1957, \"cat_0_index\": 516, \"rank\": 24, \"cat-0\": \"Beverages\", \"rankvar\": 2446, \"ini\": 3227}, {\"group\": [1932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-type, with aspartame, without caffeine\", \"clust\": 1963, \"cat_0_index\": 517, \"rank\": 25, \"cat-0\": \"Beverages\", \"rankvar\": 2411, \"ini\": 3226}, {\"group\": [1950.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with distilled water\", \"clust\": 1980, \"cat_0_index\": 518, \"rank\": 26, \"cat-0\": \"Beverages\", \"rankvar\": 2407, \"ini\": 3225}, {\"group\": [1933.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-type, with aspartame, contains caffeine\", \"clust\": 1964, \"cat_0_index\": 519, \"rank\": 27, \"cat-0\": \"Beverages\", \"rankvar\": 2397, \"ini\": 3224}, {\"group\": [1927.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, PERRIER\", \"clust\": 1955, \"cat_0_index\": 520, \"rank\": 28, \"cat-0\": \"Beverages\", \"rankvar\": 2443, \"ini\": 3223}, {\"group\": [1948.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, prepared\", \"clust\": 1981, \"cat_0_index\": 521, \"rank\": 29, \"cat-0\": \"Beverages\", \"rankvar\": 2393, \"ini\": 3222}, {\"group\": [1951.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, unsweetened, WENDY'S, fast food, without ice\", \"clust\": 1979, \"cat_0_index\": 522, \"rank\": 30, \"cat-0\": \"Beverages\", \"rankvar\": 2409, \"ini\": 3221}, {\"group\": [3480.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Honey Nut Oat Bar\", \"clust\": 3509, \"cat_0_index\": 2534, \"rank\": 3250, \"cat-0\": \"Snacks\", \"rankvar\": 3148, \"ini\": 3220}, {\"group\": [1949.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, prepared\", \"clust\": 1982, \"cat_0_index\": 523, \"rank\": 31, \"cat-0\": \"Beverages\", \"rankvar\": 2405, \"ini\": 3219}, {\"group\": [2698.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine Spread, approximately 48% fat, tub\", \"clust\": 2727, \"cat_0_index\": 1518, \"rank\": 3249, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3370, \"ini\": 3218}, {\"group\": [2984.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sesame sticks, wheat-based, unsalted\", \"clust\": 3012, \"cat_0_index\": 2535, \"rank\": 3248, \"cat-0\": \"Snacks\", \"rankvar\": 3183, \"ini\": 3217}, {\"group\": [3190.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, cheddar or american, low sodium\", \"clust\": 3224, \"cat_0_index\": 1122, \"rank\": 3247, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3026, \"ini\": 3216}, {\"group\": [3614.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, MARS SNACKFOOD US, M&M's Milk Chocolate Mini Baking Bits\", \"clust\": 3656, \"cat_0_index\": 3197, \"rank\": 3246, \"cat-0\": \"Sweets\", \"rankvar\": 3484, \"ini\": 3215}, {\"group\": [1910.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, red wine\", \"clust\": 1933, \"cat_0_index\": 3100, \"rank\": 32, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2072, \"ini\": 3214}, {\"group\": [3676.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, chocolate wafer, chilled\", \"clust\": 3714, \"cat_0_index\": 300, \"rank\": 3245, \"cat-0\": \"Baked Products\", \"rankvar\": 2793, \"ini\": 3213}, {\"group\": [3615.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's MINIs Milk Chocolate Candies\", \"clust\": 3657, \"cat_0_index\": 3198, \"rank\": 3244, \"cat-0\": \"Sweets\", \"rankvar\": 3485, \"ini\": 3212}, {\"group\": [2784.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey bacon, cooked\", \"clust\": 2794, \"cat_0_index\": 2333, \"rank\": 3243, \"cat-0\": \"Poultry Products\", \"rankvar\": 2739, \"ini\": 3211}, {\"group\": [3100.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, POWER BAR, chocolate\", \"clust\": 3134, \"cat_0_index\": 2536, \"rank\": 3242, \"cat-0\": \"Snacks\", \"rankvar\": 2921, \"ini\": 3210}, {\"group\": [1917.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, prepared with water\", \"clust\": 1945, \"cat_0_index\": 524, \"rank\": 33, \"cat-0\": \"Beverages\", \"rankvar\": 2377, \"ini\": 3209}, {\"group\": [1913.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with tap water, decaffeinated\", \"clust\": 1943, \"cat_0_index\": 525, \"rank\": 34, \"cat-0\": \"Beverages\", \"rankvar\": 2400, \"ini\": 3208}, {\"group\": [1914.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with tap water\", \"clust\": 1944, \"cat_0_index\": 526, \"rank\": 35, \"cat-0\": \"Beverages\", \"rankvar\": 2401, \"ini\": 3207}, {\"group\": [3113.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cream, LA MODERNA RIKIS CREAM CRACKERS\", \"clust\": 3137, \"cat_0_index\": 301, \"rank\": 3241, \"cat-0\": \"Baked Products\", \"rankvar\": 3037, \"ini\": 3206}, {\"group\": [3422.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese puffs and twists, corn based, baked, low fat\", \"clust\": 3452, \"cat_0_index\": 2537, \"rank\": 3240, \"cat-0\": \"Snacks\", \"rankvar\": 2838, \"ini\": 3205}, {\"group\": [3387.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GOLEAN\", \"clust\": 3421, \"cat_0_index\": 755, \"rank\": 3239, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3417, \"ini\": 3204}, {\"group\": [1907.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, MICHELOB ULTRA\", \"clust\": 1937, \"cat_0_index\": 527, \"rank\": 36, \"cat-0\": \"Beverages\", \"rankvar\": 2085, \"ini\": 3203}, {\"group\": [2987.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, sandwich, with peanut butter filling\", \"clust\": 3019, \"cat_0_index\": 302, \"rank\": 3238, \"cat-0\": \"Baked Products\", \"rankvar\": 2665, \"ini\": 3202}, {\"group\": [1915.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder, prepared with water\", \"clust\": 1946, \"cat_0_index\": 528, \"rank\": 37, \"cat-0\": \"Beverages\", \"rankvar\": 2371, \"ini\": 3201}, {\"group\": [3386.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chickpeas (garbanzo beans, bengal gram), mature seeds, raw\", \"clust\": 3423, \"cat_0_index\": 2038, \"rank\": 3237, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3189, \"ini\": 3200}, {\"group\": [1916.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, prepared with water\", \"clust\": 1947, \"cat_0_index\": 529, \"rank\": 38, \"cat-0\": \"Beverages\", \"rankvar\": 2367, \"ini\": 3199}, {\"group\": [1918.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed from grounds, prepared with tap water, decaffeinated\", \"clust\": 1949, \"cat_0_index\": 530, \"rank\": 39, \"cat-0\": \"Beverages\", \"rankvar\": 2381, \"ini\": 3198}, {\"group\": [1591.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Pinot Blanc\", \"clust\": 1621, \"cat_0_index\": 531, \"rank\": 40, \"cat-0\": \"Beverages\", \"rankvar\": 1045, \"ini\": 3197}, {\"group\": [1613.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Carignane\", \"clust\": 1640, \"cat_0_index\": 532, \"rank\": 41, \"cat-0\": \"Beverages\", \"rankvar\": 1159, \"ini\": 3196}, {\"group\": [1919.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed from grounds, prepared with tap water\", \"clust\": 1950, \"cat_0_index\": 533, \"rank\": 42, \"cat-0\": \"Beverages\", \"rankvar\": 2384, \"ini\": 3195}, {\"group\": [1921.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, RED BULL, sugar free, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12\", \"clust\": 1951, \"cat_0_index\": 534, \"rank\": 43, \"cat-0\": \"Beverages\", \"rankvar\": 2347, \"ini\": 3194}, {\"group\": [3774.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Blueberry Muffin Tops Cereal\", \"clust\": 3819, \"cat_0_index\": 756, \"rank\": 3236, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2977, \"ini\": 3193}, {\"group\": [1592.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Sauvignon Blanc\", \"clust\": 1622, \"cat_0_index\": 535, \"rank\": 44, \"cat-0\": \"Beverages\", \"rankvar\": 1043, \"ini\": 3192}, {\"group\": [3868.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, peanut brittle, prepared-from-recipe\", \"clust\": 3906, \"cat_0_index\": 3199, \"rank\": 3235, \"cat-0\": \"Sweets\", \"rankvar\": 3176, \"ini\": 3191}, {\"group\": [1596.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Lemberger\", \"clust\": 1627, \"cat_0_index\": 536, \"rank\": 45, \"cat-0\": \"Beverages\", \"rankvar\": 1025, \"ini\": 3190}, {\"group\": [1598.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Gamay\", \"clust\": 1626, \"cat_0_index\": 537, \"rank\": 46, \"cat-0\": \"Beverages\", \"rankvar\": 1089, \"ini\": 3189}, {\"group\": [1922.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, ROCKSTAR, sugar free\", \"clust\": 1952, \"cat_0_index\": 538, \"rank\": 47, \"cat-0\": \"Beverages\", \"rankvar\": 2352, \"ini\": 3188}, {\"group\": [1595.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Pinot Gris (Grigio)\", \"clust\": 1623, \"cat_0_index\": 539, \"rank\": 48, \"cat-0\": \"Beverages\", \"rankvar\": 1012, \"ini\": 3187}, {\"group\": [1603.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Cabernet Franc\", \"clust\": 1631, \"cat_0_index\": 540, \"rank\": 49, \"cat-0\": \"Beverages\", \"rankvar\": 947, \"ini\": 3186}, {\"group\": [3771.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS Peanut Butter Toast Crunch\", \"clust\": 3814, \"cat_0_index\": 757, \"rank\": 3234, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3030, \"ini\": 3185}, {\"group\": [1593.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Fume Blanc\", \"clust\": 1624, \"cat_0_index\": 541, \"rank\": 50, \"cat-0\": \"Beverages\", \"rankvar\": 1011, \"ini\": 3184}, {\"group\": [1594.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Pinot Noir\", \"clust\": 1625, \"cat_0_index\": 542, \"rank\": 51, \"cat-0\": \"Beverages\", \"rankvar\": 1006, \"ini\": 3183}, {\"group\": [1908.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, BUDWEISER SELECT\", \"clust\": 1938, \"cat_0_index\": 543, \"rank\": 52, \"cat-0\": \"Beverages\", \"rankvar\": 2063, \"ini\": 3182}, {\"group\": [1601.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Syrah\", \"clust\": 1632, \"cat_0_index\": 544, \"rank\": 53, \"cat-0\": \"Beverages\", \"rankvar\": 937, \"ini\": 3181}, {\"group\": [1602.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Cabernet Sauvignon\", \"clust\": 1633, \"cat_0_index\": 545, \"rank\": 54, \"cat-0\": \"Beverages\", \"rankvar\": 941, \"ini\": 3180}, {\"group\": [1597.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Gewurztraminer\", \"clust\": 1628, \"cat_0_index\": 546, \"rank\": 55, \"cat-0\": \"Beverages\", \"rankvar\": 1018, \"ini\": 3179}, {\"group\": [1604.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Petite Sirah\", \"clust\": 1635, \"cat_0_index\": 547, \"rank\": 56, \"cat-0\": \"Beverages\", \"rankvar\": 894, \"ini\": 3178}, {\"group\": [1606.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Sangiovese\", \"clust\": 1634, \"cat_0_index\": 548, \"rank\": 57, \"cat-0\": \"Beverages\", \"rankvar\": 885, \"ini\": 3177}, {\"group\": [1607.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Mouvedre\", \"clust\": 1638, \"cat_0_index\": 549, \"rank\": 58, \"cat-0\": \"Beverages\", \"rankvar\": 834, \"ini\": 3176}, {\"group\": [1599.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Claret\", \"clust\": 1629, \"cat_0_index\": 550, \"rank\": 59, \"cat-0\": \"Beverages\", \"rankvar\": 916, \"ini\": 3175}, {\"group\": [1605.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Barbera\", \"clust\": 1636, \"cat_0_index\": 551, \"rank\": 60, \"cat-0\": \"Beverages\", \"rankvar\": 900, \"ini\": 3174}, {\"group\": [1608.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Zinfandel\", \"clust\": 1639, \"cat_0_index\": 552, \"rank\": 61, \"cat-0\": \"Beverages\", \"rankvar\": 826, \"ini\": 3173}, {\"group\": [1600.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Semillon\", \"clust\": 1630, \"cat_0_index\": 553, \"rank\": 62, \"cat-0\": \"Beverages\", \"rankvar\": 932, \"ini\": 3172}, {\"group\": [1612.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Muller Thurgau\", \"clust\": 1641, \"cat_0_index\": 554, \"rank\": 63, \"cat-0\": \"Beverages\", \"rankvar\": 1051, \"ini\": 3171}, {\"group\": [1610.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Chenin Blanc\", \"clust\": 1642, \"cat_0_index\": 555, \"rank\": 64, \"cat-0\": \"Beverages\", \"rankvar\": 966, \"ini\": 3170}, {\"group\": [1905.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light\", \"clust\": 1935, \"cat_0_index\": 556, \"rank\": 65, \"cat-0\": \"Beverages\", \"rankvar\": 2021, \"ini\": 3169}, {\"group\": [1834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, tundra, herb and laborador combination (Alaska Native)\", \"clust\": 1862, \"cat_0_index\": 1237, \"rank\": 66, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2429, \"ini\": 3168}, {\"group\": [1611.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Riesling\", \"clust\": 1643, \"cat_0_index\": 557, \"rank\": 67, \"cat-0\": \"Beverages\", \"rankvar\": 931, \"ini\": 3167}, {\"group\": [3010.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, with chocolate chips, salted nuts and seeds\", \"clust\": 3043, \"cat_0_index\": 2538, \"rank\": 3233, \"cat-0\": \"Snacks\", \"rankvar\": 2806, \"ini\": 3166}, {\"group\": [1609.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Burgundy\", \"clust\": 1637, \"cat_0_index\": 558, \"rank\": 68, \"cat-0\": \"Beverages\", \"rankvar\": 814, \"ini\": 3165}, {\"group\": [2832.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, raw\", \"clust\": 2868, \"cat_0_index\": 2312, \"rank\": 3232, \"cat-0\": \"Pork Products\", \"rankvar\": 2964, \"ini\": 3164}, {\"group\": [3101.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI GOLEAN, crunchy, mixed flavors\", \"clust\": 3132, \"cat_0_index\": 2539, \"rank\": 3231, \"cat-0\": \"Snacks\", \"rankvar\": 2653, \"ini\": 3163}, {\"group\": [1920.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herbal, brewed, Hohoysi (Hopi)\", \"clust\": 1948, \"cat_0_index\": 1238, \"rank\": 69, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2394, \"ini\": 3162}, {\"group\": [3772.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, REESE'S PUFFS\", \"clust\": 3815, \"cat_0_index\": 758, \"rank\": 3230, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2949, \"ini\": 3161}, {\"group\": [3040.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, home-prepared, oil-popped, unsalted\", \"clust\": 3072, \"cat_0_index\": 2540, \"rank\": 3229, \"cat-0\": \"Snacks\", \"rankvar\": 3044, \"ini\": 3160}, {\"group\": [1906.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, BUD LIGHT\", \"clust\": 1936, \"cat_0_index\": 559, \"rank\": 70, \"cat-0\": \"Beverages\", \"rankvar\": 2012, \"ini\": 3159}, {\"group\": [3071.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by acid wash\", \"clust\": 3104, \"cat_0_index\": 2039, \"rank\": 3228, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3424, \"ini\": 3158}, {\"group\": [2932.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sweet potato chips\", \"clust\": 2961, \"cat_0_index\": 2541, \"rank\": 3227, \"cat-0\": \"Snacks\", \"rankvar\": 2958, \"ini\": 3157}, {\"group\": [1953.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder, prepared with water\", \"clust\": 1941, \"cat_0_index\": 560, \"rank\": 71, \"cat-0\": \"Beverages\", \"rankvar\": 2403, \"ini\": 3156}, {\"group\": [1899.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, cider\", \"clust\": 1927, \"cat_0_index\": 3101, \"rank\": 72, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1991, \"ini\": 3155}, {\"group\": [1614.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Muscat\", \"clust\": 1620, \"cat_0_index\": 561, \"rank\": 73, \"cat-0\": \"Beverages\", \"rankvar\": 815, \"ini\": 3154}, {\"group\": [1911.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, fruit-flavored, low calorie, ready-to-drink\", \"clust\": 1939, \"cat_0_index\": 562, \"rank\": 74, \"cat-0\": \"Beverages\", \"rankvar\": 2270, \"ini\": 3153}, {\"group\": [3499.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, powder\", \"clust\": 3539, \"cat_0_index\": 563, \"rank\": 3226, \"cat-0\": \"Beverages\", \"rankvar\": 3798, \"ini\": 3152}, {\"group\": [1974.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, prepared with water\", \"clust\": 2001, \"cat_0_index\": 3200, \"rank\": 75, \"cat-0\": \"Sweets\", \"rankvar\": 2008, \"ini\": 3151}, {\"group\": [1903.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, regular, BUDWEISER\", \"clust\": 1931, \"cat_0_index\": 564, \"rank\": 76, \"cat-0\": \"Beverages\", \"rankvar\": 1691, \"ini\": 3150}, {\"group\": [1904.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, regular, all\", \"clust\": 1932, \"cat_0_index\": 565, \"rank\": 77, \"cat-0\": \"Beverages\", \"rankvar\": 1595, \"ini\": 3149}, {\"group\": [3826.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, cappuccino-flavor powder\", \"clust\": 3865, \"cat_0_index\": 566, \"rank\": 3225, \"cat-0\": \"Beverages\", \"rankvar\": 3550, \"ini\": 3148}, {\"group\": [3187.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, tilsit\", \"clust\": 3219, \"cat_0_index\": 1123, \"rank\": 3224, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3006, \"ini\": 3147}, {\"group\": [3368.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, raw\", \"clust\": 3403, \"cat_0_index\": 2040, \"rank\": 3223, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3336, \"ini\": 3146}, {\"group\": [3471.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI TLC Bar, crunchy, mixed flavors\", \"clust\": 3506, \"cat_0_index\": 2542, \"rank\": 3222, \"cat-0\": \"Snacks\", \"rankvar\": 2744, \"ini\": 3145}, {\"group\": [341.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, vodka, 80 proof\", \"clust\": 349, \"cat_0_index\": 567, \"rank\": 78, \"cat-0\": \"Beverages\", \"rankvar\": 131, \"ini\": 3144}, {\"group\": [3002.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho cheese\", \"clust\": 3036, \"cat_0_index\": 2543, \"rank\": 3221, \"cat-0\": \"Snacks\", \"rankvar\": 2876, \"ini\": 3143}, {\"group\": [2844.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate de foie gras, canned (goose liver pate), smoked\", \"clust\": 2876, \"cat_0_index\": 2334, \"rank\": 3220, \"cat-0\": \"Poultry Products\", \"rankvar\": 3138, \"ini\": 3142}, {\"group\": [340.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 80 proof\", \"clust\": 350, \"cat_0_index\": 568, \"rank\": 79, \"cat-0\": \"Beverages\", \"rankvar\": 129, \"ini\": 3141}, {\"group\": [340.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, rum, 80 proof\", \"clust\": 351, \"cat_0_index\": 569, \"rank\": 80, \"cat-0\": \"Beverages\", \"rankvar\": 130, \"ini\": 3140}, {\"group\": [3011.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, with chocolate chips, unsalted nuts and seeds\", \"clust\": 3044, \"cat_0_index\": 2544, \"rank\": 3219, \"cat-0\": \"Snacks\", \"rankvar\": 2813, \"ini\": 3139}, {\"group\": [3545.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SPECIAL DARK Chocolate Bar\", \"clust\": 3580, \"cat_0_index\": 3201, \"rank\": 3218, \"cat-0\": \"Sweets\", \"rankvar\": 3245, \"ini\": 3138}, {\"group\": [1952.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, prepared with water\", \"clust\": 1942, \"cat_0_index\": 570, \"rank\": 81, \"cat-0\": \"Beverages\", \"rankvar\": 2326, \"ini\": 3137}, {\"group\": [3066.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parmesan cheese topping, fat free\", \"clust\": 3098, \"cat_0_index\": 1124, \"rank\": 3217, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3322, \"ini\": 3136}, {\"group\": [1971.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, fruit, no sugar added\", \"clust\": 2003, \"cat_0_index\": 3202, \"rank\": 82, \"cat-0\": \"Sweets\", \"rankvar\": 1814, \"ini\": 3135}, {\"group\": [3076.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, powder, glucose reduced\", \"clust\": 3112, \"cat_0_index\": 1125, \"rank\": 3216, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3730, \"ini\": 3134}, {\"group\": [2631.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, fried, flour\", \"clust\": 2654, \"cat_0_index\": 2335, \"rank\": 3215, \"cat-0\": \"Poultry Products\", \"rankvar\": 2948, \"ini\": 3133}, {\"group\": [3592.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, flavored, powdered\", \"clust\": 3632, \"cat_0_index\": 1126, \"rank\": 3214, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3525, \"ini\": 3132}, {\"group\": [1956.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed, espresso, restaurant-prepared, decaffeinated\", \"clust\": 1987, \"cat_0_index\": 571, \"rank\": 83, \"cat-0\": \"Beverages\", \"rankvar\": 2324, \"ini\": 3131}, {\"group\": [342.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 86 proof\", \"clust\": 352, \"cat_0_index\": 572, \"rank\": 84, \"cat-0\": \"Beverages\", \"rankvar\": 123, \"ini\": 3130}, {\"group\": [2845.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate, goose liver, smoked, canned\", \"clust\": 2877, \"cat_0_index\": 2412, \"rank\": 3213, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 3141, \"ini\": 3129}, {\"group\": [343.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, whiskey, 86 proof\", \"clust\": 353, \"cat_0_index\": 573, \"rank\": 85, \"cat-0\": \"Beverages\", \"rankvar\": 124, \"ini\": 3128}, {\"group\": [344.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, gin, 90 proof\", \"clust\": 355, \"cat_0_index\": 574, \"rank\": 86, \"cat-0\": \"Beverages\", \"rankvar\": 136, \"ini\": 3127}, {\"group\": [1957.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed, espresso, restaurant-prepared\", \"clust\": 1988, \"cat_0_index\": 575, \"rank\": 87, \"cat-0\": \"Beverages\", \"rankvar\": 2319, \"ini\": 3126}, {\"group\": [345.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 90 proof\", \"clust\": 356, \"cat_0_index\": 576, \"rank\": 88, \"cat-0\": \"Beverages\", \"rankvar\": 134, \"ini\": 3125}, {\"group\": [2662.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Agutuk, fish with shortening (Alaskan ice cream) (Alaska Native)\", \"clust\": 2684, \"cat_0_index\": 1239, \"rank\": 3212, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3140, \"ini\": 3124}, {\"group\": [1837.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON BROTH, Certified Organic Vegetable Broth\", \"clust\": 1866, \"cat_0_index\": 2615, \"rank\": 89, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2373, \"ini\": 3123}, {\"group\": [1912.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"QUAKER OATS, PROPEL Fitness Water, fruit-flavored, non-carbonated\", \"clust\": 1940, \"cat_0_index\": 577, \"rank\": 90, \"cat-0\": \"Beverages\", \"rankvar\": 2386, \"ini\": 3122}, {\"group\": [3059.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed flour, low fat (glandless)\", \"clust\": 3093, \"cat_0_index\": 2276, \"rank\": 3211, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3570, \"ini\": 3121}, {\"group\": [346.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 94 proof\", \"clust\": 354, \"cat_0_index\": 578, \"rank\": 91, \"cat-0\": \"Beverages\", \"rankvar\": 144, \"ini\": 3120}, {\"group\": [1582.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, pepper-type, contains caffeine\", \"clust\": 1611, \"cat_0_index\": 579, \"rank\": 92, \"cat-0\": \"Beverages\", \"rankvar\": 1405, \"ini\": 3119}, {\"group\": [3078.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried\", \"clust\": 3111, \"cat_0_index\": 1127, \"rank\": 3210, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3725, \"ini\": 3118}, {\"group\": [1836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, prepared with water\", \"clust\": 1867, \"cat_0_index\": 2616, \"rank\": 93, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2395, \"ini\": 3117}, {\"group\": [1836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, prepared with water\", \"clust\": 1868, \"cat_0_index\": 2617, \"rank\": 94, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2396, \"ini\": 3116}, {\"group\": [1583.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, grape soda\", \"clust\": 1612, \"cat_0_index\": 580, \"rank\": 95, \"cat-0\": \"Beverages\", \"rankvar\": 1347, \"ini\": 3115}, {\"group\": [348.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 100 proof\", \"clust\": 347, \"cat_0_index\": 581, \"rank\": 96, \"cat-0\": \"Beverages\", \"rankvar\": 169, \"ini\": 3114}, {\"group\": [3463.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GOLEAN CRUNCH!\", \"clust\": 3500, \"cat_0_index\": 759, \"rank\": 3209, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3102, \"ini\": 3113}, {\"group\": [3715.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, graham cracker, baked\", \"clust\": 3757, \"cat_0_index\": 303, \"rank\": 3208, \"cat-0\": \"Baked Products\", \"rankvar\": 2990, \"ini\": 3112}, {\"group\": [3636.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Midnight Bar\", \"clust\": 3679, \"cat_0_index\": 3203, \"rank\": 3207, \"cat-0\": \"Sweets\", \"rankvar\": 3316, \"ini\": 3111}, {\"group\": [3309.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Wheat Germ, Regular\", \"clust\": 3342, \"cat_0_index\": 760, \"rank\": 3206, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3095, \"ini\": 3110}, {\"group\": [1522.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, canned\", \"clust\": 1550, \"cat_0_index\": 3361, \"rank\": 97, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2389, \"ini\": 3109}, {\"group\": [1580.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, orange\", \"clust\": 1608, \"cat_0_index\": 582, \"rank\": 98, \"cat-0\": \"Beverages\", \"rankvar\": 1220, \"ini\": 3108}, {\"group\": [3824.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, powder\", \"clust\": 3868, \"cat_0_index\": 583, \"rank\": 3205, \"cat-0\": \"Beverages\", \"rankvar\": 3508, \"ini\": 3107}, {\"group\": [2771.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Salami (Genoa)\", \"clust\": 2805, \"cat_0_index\": 2413, \"rank\": 3204, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2711, \"ini\": 3106}, {\"group\": [2678.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 2711, \"cat_0_index\": 1325, \"rank\": 3203, \"cat-0\": \"Fast Foods\", \"rankvar\": 2775, \"ini\": 3105}, {\"group\": [3470.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, COCOA BEACH Cereal\", \"clust\": 3502, \"cat_0_index\": 761, \"rank\": 3202, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2827, \"ini\": 3104}, {\"group\": [1619.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, rice (sake)\", \"clust\": 1619, \"cat_0_index\": 584, \"rank\": 99, \"cat-0\": \"Beverages\", \"rankvar\": 248, \"ini\": 3103}, {\"group\": [1972.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jew's ear, (pepeao), raw\", \"clust\": 2004, \"cat_0_index\": 3362, \"rank\": 100, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1744, \"ini\": 3102}, {\"group\": [1581.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, italian, restaurant-prepared\", \"clust\": 1609, \"cat_0_index\": 3204, \"rank\": 101, \"cat-0\": \"Sweets\", \"rankvar\": 1060, \"ini\": 3101}, {\"group\": [1575.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Huckleberries, raw (Alaska Native)\", \"clust\": 1602, \"cat_0_index\": 1240, \"rank\": 102, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1537, \"ini\": 3100}, {\"group\": [3634.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, OH HENRY! Bar\", \"clust\": 3676, \"cat_0_index\": 3205, \"rank\": 3201, \"cat-0\": \"Sweets\", \"rankvar\": 3035, \"ini\": 3099}, {\"group\": [1861.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry, prepared with water\", \"clust\": 1887, \"cat_0_index\": 2618, \"rank\": 103, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2355, \"ini\": 3098}, {\"group\": [1966.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, powder, prepared with water\", \"clust\": 1995, \"cat_0_index\": 585, \"rank\": 104, \"cat-0\": \"Beverages\", \"rankvar\": 2233, \"ini\": 3097}, {\"group\": [1958.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wine, non-alcoholic\", \"clust\": 1986, \"cat_0_index\": 586, \"rank\": 105, \"cat-0\": \"Beverages\", \"rankvar\": 2296, \"ini\": 3096}, {\"group\": [3472.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI TLC Bar, chewy, mixed flavors\", \"clust\": 3507, \"cat_0_index\": 2545, \"rank\": 3200, \"cat-0\": \"Snacks\", \"rankvar\": 2700, \"ini\": 3095}, {\"group\": [1959.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Chicken Broth\", \"clust\": 1991, \"cat_0_index\": 2619, \"rank\": 106, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2267, \"ini\": 3094}, {\"group\": [3749.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, GENERAL MILLS Berry Burst CHEERIOS, all flavors\", \"clust\": 3787, \"cat_0_index\": 762, \"rank\": 3199, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2961, \"ini\": 3093}, {\"group\": [1964.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, sugar free, orange, cherry, and grape POPSICLE pops\", \"clust\": 1993, \"cat_0_index\": 3206, \"rank\": 107, \"cat-0\": \"Sweets\", \"rankvar\": 2061, \"ini\": 3092}, {\"group\": [3004.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, plain\", \"clust\": 3035, \"cat_0_index\": 2546, \"rank\": 3198, \"cat-0\": \"Snacks\", \"rankvar\": 2988, \"ini\": 3091}, {\"group\": [757.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, late harvest\", \"clust\": 774, \"cat_0_index\": 587, \"rank\": 108, \"cat-0\": \"Beverages\", \"rankvar\": 270, \"ini\": 3090}, {\"group\": [1900.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, light\", \"clust\": 1928, \"cat_0_index\": 588, \"rank\": 109, \"cat-0\": \"Beverages\", \"rankvar\": 1629, \"ini\": 3089}, {\"group\": [1973.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oheloberries, raw\", \"clust\": 2002, \"cat_0_index\": 1653, \"rank\": 110, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1742, \"ini\": 3088}, {\"group\": [1576.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, frozen (Alaska Native)\", \"clust\": 1603, \"cat_0_index\": 1241, \"rank\": 111, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1299, \"ini\": 3087}, {\"group\": [1961.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, au jus, canned\", \"clust\": 1990, \"cat_0_index\": 2620, \"rank\": 112, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1967, \"ini\": 3086}, {\"group\": [1617.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white\", \"clust\": 1646, \"cat_0_index\": 589, \"rank\": 113, \"cat-0\": \"Beverages\", \"rankvar\": 918, \"ini\": 3085}, {\"group\": [3637.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate marshmallow, prepared-from-recipe\", \"clust\": 3680, \"cat_0_index\": 3207, \"rank\": 3197, \"cat-0\": \"Sweets\", \"rankvar\": 3429, \"ini\": 3084}, {\"group\": [1864.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON BROTH, Vegetable Broth\", \"clust\": 1893, \"cat_0_index\": 2621, \"rank\": 114, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2390, \"ini\": 3083}, {\"group\": [1521.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, low calorie, with vitamin C, prepared\", \"clust\": 1543, \"cat_0_index\": 590, \"rank\": 115, \"cat-0\": \"Beverages\", \"rankvar\": 2484, \"ini\": 3082}, {\"group\": [1758.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sour, low sodium\", \"clust\": 1786, \"cat_0_index\": 3363, \"rank\": 116, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2081, \"ini\": 3081}, {\"group\": [2980.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, barbecue-flavor, made with enriched masa flour\", \"clust\": 3013, \"cat_0_index\": 2547, \"rank\": 3196, \"cat-0\": \"Snacks\", \"rankvar\": 3105, \"ini\": 3080}, {\"group\": [1965.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pop, with low calorie sweetener\", \"clust\": 1994, \"cat_0_index\": 3208, \"rank\": 117, \"cat-0\": \"Sweets\", \"rankvar\": 2044, \"ini\": 3079}, {\"group\": [3357.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, onion powder\", \"clust\": 3389, \"cat_0_index\": 3102, \"rank\": 3195, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3296, \"ini\": 3078}, {\"group\": [3442.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, Kashi U\", \"clust\": 3474, \"cat_0_index\": 763, \"rank\": 3194, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2971, \"ini\": 3077}, {\"group\": [2775.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Salami (hard)\", \"clust\": 2808, \"cat_0_index\": 2414, \"rank\": 3193, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2685, \"ini\": 3076}, {\"group\": [3365.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, wafers, seasoned\", \"clust\": 3394, \"cat_0_index\": 304, \"rank\": 3192, \"cat-0\": \"Baked Products\", \"rankvar\": 3436, \"ini\": 3075}, {\"group\": [1618.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, all\", \"clust\": 1647, \"cat_0_index\": 591, \"rank\": 118, \"cat-0\": \"Beverages\", \"rankvar\": 866, \"ini\": 3074}, {\"group\": [3315.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, black, mature seeds, raw\", \"clust\": 3352, \"cat_0_index\": 2041, \"rank\": 3191, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3376, \"ini\": 3073}, {\"group\": [1584.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF RICE, cooked with water, without salt\", \"clust\": 1610, \"cat_0_index\": 764, \"rank\": 119, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1030, \"ini\": 3072}, {\"group\": [1862.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry, prepared with water\", \"clust\": 1891, \"cat_0_index\": 2622, \"rank\": 120, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2415, \"ini\": 3071}, {\"group\": [1760.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pectin, liquid\", \"clust\": 1785, \"cat_0_index\": 3209, \"rank\": 121, \"cat-0\": \"Sweets\", \"rankvar\": 2327, \"ini\": 3070}, {\"group\": [1876.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Au Jus Gravy\", \"clust\": 1901, \"cat_0_index\": 2623, \"rank\": 122, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2344, \"ini\": 3069}, {\"group\": [760.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared from item 14530\", \"clust\": 772, \"cat_0_index\": 592, \"rank\": 123, \"cat-0\": \"Beverages\", \"rankvar\": 121, \"ini\": 3068}, {\"group\": [1146.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, reduced sugar, cola, contains caffeine and sweeteners\", \"clust\": 1171, \"cat_0_index\": 593, \"rank\": 124, \"cat-0\": \"Beverages\", \"rankvar\": 2116, \"ini\": 3067}, {\"group\": [3747.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Chocolate\", \"clust\": 3789, \"cat_0_index\": 765, \"rank\": 3190, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3013, \"ini\": 3066}, {\"group\": [2761.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, smoked, brined (Alaska Native)\", \"clust\": 2790, \"cat_0_index\": 1242, \"rank\": 3189, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3027, \"ini\": 3065}, {\"group\": [1519.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Fruit Medley\", \"clust\": 1547, \"cat_0_index\": 594, \"rank\": 125, \"cat-0\": \"Beverages\", \"rankvar\": 2471, \"ini\": 3064}, {\"group\": [2929.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, reduced fat\", \"clust\": 2965, \"cat_0_index\": 2548, \"rank\": 3188, \"cat-0\": \"Snacks\", \"rankvar\": 2916, \"ini\": 3063}, {\"group\": [1515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Berry Blend\", \"clust\": 1545, \"cat_0_index\": 595, \"rank\": 126, \"cat-0\": \"Beverages\", \"rankvar\": 2461, \"ini\": 3062}, {\"group\": [1863.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, SWANSON Chicken Broth 99% Fat Free\", \"clust\": 1892, \"cat_0_index\": 2624, \"rank\": 127, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2392, \"ini\": 3061}, {\"group\": [2933.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, yucca (cassava) chips, salted\", \"clust\": 2960, \"cat_0_index\": 2549, \"rank\": 3187, \"cat-0\": \"Snacks\", \"rankvar\": 2882, \"ini\": 3060}, {\"group\": [1901.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fluid replacement, electrolyte solution (include PEDIALYTE)\", \"clust\": 1929, \"cat_0_index\": 37, \"rank\": 128, \"cat-0\": \"Baby Foods\", \"rankvar\": 2238, \"ini\": 3059}, {\"group\": [1615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Merlot\", \"clust\": 1644, \"cat_0_index\": 596, \"rank\": 129, \"cat-0\": \"Beverages\", \"rankvar\": 871, \"ini\": 3058}, {\"group\": [2451.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, raw\", \"clust\": 2480, \"cat_0_index\": 2277, \"rank\": 3186, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3268, \"ini\": 3057}, {\"group\": [1954.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, napa, cooked\", \"clust\": 1984, \"cat_0_index\": 3364, \"rank\": 130, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2170, \"ini\": 3056}, {\"group\": [1516.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Tropical Blend\", \"clust\": 1546, \"cat_0_index\": 597, \"rank\": 131, \"cat-0\": \"Beverages\", \"rankvar\": 2463, \"ini\": 3055}, {\"group\": [1520.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Breakfast type drink, orange flavor, reduced sugar\", \"clust\": 1544, \"cat_0_index\": 598, \"rank\": 132, \"cat-0\": \"Beverages\", \"rankvar\": 2470, \"ini\": 3054}, {\"group\": [758.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, canned\", \"clust\": 775, \"cat_0_index\": 599, \"rank\": 133, \"cat-0\": \"Beverages\", \"rankvar\": 236, \"ini\": 3053}, {\"group\": [1616.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, red\", \"clust\": 1645, \"cat_0_index\": 600, \"rank\": 134, \"cat-0\": \"Beverages\", \"rankvar\": 848, \"ini\": 3052}, {\"group\": [347.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract, imitation, alcohol\", \"clust\": 348, \"cat_0_index\": 3103, \"rank\": 135, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 56, \"ini\": 3051}, {\"group\": [759.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, daiquiri, canned\", \"clust\": 773, \"cat_0_index\": 601, \"rank\": 136, \"cat-0\": \"Beverages\", \"rankvar\": 180, \"ini\": 3050}, {\"group\": [3640.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, 100 GRAND Bar\", \"clust\": 3678, \"cat_0_index\": 3210, \"rank\": 3185, \"cat-0\": \"Sweets\", \"rankvar\": 3247, \"ini\": 3049}, {\"group\": [2774.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, dry or hard, pork, beef\", \"clust\": 2810, \"cat_0_index\": 2415, \"rank\": 3184, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2668, \"ini\": 3048}, {\"group\": [1517.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Strawberry Kiwi\", \"clust\": 1548, \"cat_0_index\": 602, \"rank\": 137, \"cat-0\": \"Beverages\", \"rankvar\": 2472, \"ini\": 3047}, {\"group\": [1518.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable and fruit juice drink, reduced calorie, with low-calorie sweetener, added vitamin C\", \"clust\": 1549, \"cat_0_index\": 603, \"rank\": 138, \"cat-0\": \"Beverages\", \"rankvar\": 2466, \"ini\": 3046}, {\"group\": [3454.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Raisin Bran Clusters\", \"clust\": 3489, \"cat_0_index\": 766, \"rank\": 3183, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3511, \"ini\": 3045}, {\"group\": [3716.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, graham cracker, chilled\", \"clust\": 3758, \"cat_0_index\": 305, \"rank\": 3182, \"cat-0\": \"Baked Products\", \"rankvar\": 2936, \"ini\": 3044}, {\"group\": [3775.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, CINNAMON TOASTERS\", \"clust\": 3820, \"cat_0_index\": 767, \"rank\": 3181, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2962, \"ini\": 3043}, {\"group\": [1541.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch juice drink, frozen concentrate, prepared with water\", \"clust\": 1567, \"cat_0_index\": 604, \"rank\": 139, \"cat-0\": \"Beverages\", \"rankvar\": 1358, \"ini\": 3042}, {\"group\": [3857.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, chocolate, dry mix, regular\", \"clust\": 3890, \"cat_0_index\": 306, \"rank\": 3180, \"cat-0\": \"Baked Products\", \"rankvar\": 2858, \"ini\": 3041}, {\"group\": [1839.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, dry, mix, prepared with water\", \"clust\": 1864, \"cat_0_index\": 2625, \"rank\": 140, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1977, \"ini\": 3040}, {\"group\": [1960.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, low sodium, canned\", \"clust\": 1992, \"cat_0_index\": 2626, \"rank\": 141, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2028, \"ini\": 3039}, {\"group\": [2988.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, sandwich, with cheese filling\", \"clust\": 3020, \"cat_0_index\": 307, \"rank\": 3179, \"cat-0\": \"Baked Products\", \"rankvar\": 2687, \"ini\": 3038}, {\"group\": [1578.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, no salt\", \"clust\": 1606, \"cat_0_index\": 768, \"rank\": 142, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 908, \"ini\": 3037}, {\"group\": [1828.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, less/reduced sodium\", \"clust\": 1854, \"cat_0_index\": 2627, \"rank\": 143, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2262, \"ini\": 3036}, {\"group\": [3461.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Honey Clusters\", \"clust\": 3491, \"cat_0_index\": 769, \"rank\": 3178, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3604, \"ini\": 3035}, {\"group\": [1759.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, Indian, cooked, boiled (Navajo)\", \"clust\": 1787, \"cat_0_index\": 1243, \"rank\": 144, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2222, \"ini\": 3034}, {\"group\": [1867.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix, prepared with water\", \"clust\": 1895, \"cat_0_index\": 2628, \"rank\": 145, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2247, \"ini\": 3033}, {\"group\": [2908.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, shortribs, separable lean and fat, choice, cooked, braised\", \"clust\": 2927, \"cat_0_index\": 441, \"rank\": 3177, \"cat-0\": \"Beef Products\", \"rankvar\": 3058, \"ini\": 3032}, {\"group\": [1975.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn beverage\", \"clust\": 1997, \"cat_0_index\": 605, \"rank\": 146, \"cat-0\": \"Beverages\", \"rankvar\": 1410, \"ini\": 3031}, {\"group\": [3756.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, MARSHMALLOW MATEYS\", \"clust\": 3800, \"cat_0_index\": 770, \"rank\": 3176, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3187, \"ini\": 3030}, {\"group\": [3313.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, raw\", \"clust\": 3350, \"cat_0_index\": 2042, \"rank\": 3175, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3347, \"ini\": 3029}, {\"group\": [2741.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french dressing, commercial, regular, without salt\", \"clust\": 2774, \"cat_0_index\": 1519, \"rank\": 3174, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3291, \"ini\": 3028}, {\"group\": [1826.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, bouillon, consomme, prepared with equal volume water\", \"clust\": 1855, \"cat_0_index\": 2629, \"rank\": 147, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2165, \"ini\": 3027}, {\"group\": [1147.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, PEPSICO QUAKER GATORADE, GATORADE, original, fruit-flavored, ready-to-drink\", \"clust\": 1172, \"cat_0_index\": 606, \"rank\": 148, \"cat-0\": \"Beverages\", \"rankvar\": 1975, \"ini\": 3026}, {\"group\": [1739.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, clam, mixed species, canned, liquid\", \"clust\": 1769, \"cat_0_index\": 1556, \"rank\": 149, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2339, \"ini\": 3025}, {\"group\": [1579.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, salt\", \"clust\": 1607, \"cat_0_index\": 771, \"rank\": 150, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 905, \"ini\": 3024}, {\"group\": [1875.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon canned, ready-to-serve\", \"clust\": 1902, \"cat_0_index\": 2630, \"rank\": 151, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2325, \"ini\": 3023}, {\"group\": [3701.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar wafers with creme filling, regular\", \"clust\": 3745, \"cat_0_index\": 308, \"rank\": 3173, \"cat-0\": \"Baked Products\", \"rankvar\": 3139, \"ini\": 3022}, {\"group\": [1577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, unenriched, cooked with water, without salt\", \"clust\": 1604, \"cat_0_index\": 772, \"rank\": 152, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 697, \"ini\": 3021}, {\"group\": [1577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular and quick, unenriched, cooked with water, without salt\", \"clust\": 1605, \"cat_0_index\": 773, \"rank\": 153, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 698, \"ini\": 3020}, {\"group\": [3863.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, regular\", \"clust\": 3907, \"cat_0_index\": 309, \"rank\": 3172, \"cat-0\": \"Baked Products\", \"rankvar\": 2954, \"ini\": 3019}, {\"group\": [3816.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI GOLEAN, chewy, mixed flavors\", \"clust\": 3829, \"cat_0_index\": 2550, \"rank\": 3171, \"cat-0\": \"Snacks\", \"rankvar\": 2869, \"ini\": 3018}, {\"group\": [1648.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, chunky, reduced fat, reduced sodium, ready-to-serve, single brand\", \"clust\": 1674, \"cat_0_index\": 2631, \"rank\": 154, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1271, \"ini\": 3017}, {\"group\": [2981.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, chinese, chow mein\", \"clust\": 3017, \"cat_0_index\": 988, \"rank\": 3170, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3143, \"ini\": 3016}, {\"group\": [1585.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apricot juice drink, bottled\", \"clust\": 1599, \"cat_0_index\": 607, \"rank\": 155, \"cat-0\": \"Beverages\", \"rankvar\": 654, \"ini\": 3015}, {\"group\": [3228.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, cheese, cheddar, reduced fat\", \"clust\": 3266, \"cat_0_index\": 1128, \"rank\": 3169, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3175, \"ini\": 3014}, {\"group\": [1843.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken & Stars Soup\", \"clust\": 1872, \"cat_0_index\": 2632, \"rank\": 156, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2026, \"ini\": 3013}, {\"group\": [3841.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk and cereal bar\", \"clust\": 3881, \"cat_0_index\": 774, \"rank\": 3168, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3124, \"ini\": 3012}, {\"group\": [1589.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Groundcherries, (cape-gooseberries or poha), raw\", \"clust\": 1616, \"cat_0_index\": 1654, \"rank\": 157, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 833, \"ini\": 3011}, {\"group\": [3909.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla with nuts\", \"clust\": 3950, \"cat_0_index\": 3211, \"rank\": 3167, \"cat-0\": \"Sweets\", \"rankvar\": 3521, \"ini\": 3010}, {\"group\": [1968.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and dumplings and beef, strained\", \"clust\": 1999, \"cat_0_index\": 38, \"rank\": 158, \"cat-0\": \"Baby Foods\", \"rankvar\": 1087, \"ini\": 3009}, {\"group\": [1963.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, Chicken Broth, canned, ready-to-serve\", \"clust\": 1983, \"cat_0_index\": 2633, \"rank\": 159, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2309, \"ini\": 3008}, {\"group\": [1571.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF RICE, cooked with water, with salt\", \"clust\": 1596, \"cat_0_index\": 775, \"rank\": 160, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1095, \"ini\": 3007}, {\"group\": [3464.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KASHI GOLEAN Crisp Toasted Berry Crumble\", \"clust\": 3498, \"cat_0_index\": 776, \"rank\": 3166, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3023, \"ini\": 3006}, {\"group\": [2966.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, multigrain, French onion flavor\", \"clust\": 3000, \"cat_0_index\": 2551, \"rank\": 3165, \"cat-0\": \"Snacks\", \"rankvar\": 2771, \"ini\": 3005}, {\"group\": [791.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, bottled, with added potassium and sodium\", \"clust\": 809, \"cat_0_index\": 608, \"rank\": 161, \"cat-0\": \"Beverages\", \"rankvar\": 434, \"ini\": 3004}, {\"group\": [792.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plains Pricklypear, broiled (Northern Plains Indians)\", \"clust\": 810, \"cat_0_index\": 1244, \"rank\": 162, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 322, \"ini\": 3003}, {\"group\": [1969.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and dumplings and beef, junior\", \"clust\": 2000, \"cat_0_index\": 39, \"rank\": 163, \"cat-0\": \"Baby Foods\", \"rankvar\": 1041, \"ini\": 3002}, {\"group\": [2055.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Chicken Gravy\", \"clust\": 2083, \"cat_0_index\": 2634, \"rank\": 164, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1608, \"ini\": 3001}, {\"group\": [3455.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Caramel Delight\", \"clust\": 3490, \"cat_0_index\": 777, \"rank\": 3164, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3259, \"ini\": 3000}, {\"group\": [1144.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, with corn syrup and/or sugar and low calorie sweetener, fruit flavored\", \"clust\": 1169, \"cat_0_index\": 609, \"rank\": 165, \"cat-0\": \"Beverages\", \"rankvar\": 2198, \"ini\": 2999}, {\"group\": [1841.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Italian Style Wedding Soup\", \"clust\": 1869, \"cat_0_index\": 2635, \"rank\": 166, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1948, \"ini\": 2998}, {\"group\": [1835.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, low sodium, canned, prepared with equal volume water\", \"clust\": 1863, \"cat_0_index\": 2636, \"rank\": 167, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1875, \"ini\": 2997}, {\"group\": [3133.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Incaparina, dry mix (corn and soy flours), unprepared\", \"clust\": 3165, \"cat_0_index\": 778, \"rank\": 3163, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3174, \"ini\": 2996}, {\"group\": [1842.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Vegetable Beef Soup\", \"clust\": 1870, \"cat_0_index\": 2637, \"rank\": 168, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2041, \"ini\": 2995}, {\"group\": [3020.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter sandwich, special dietary\", \"clust\": 3050, \"cat_0_index\": 310, \"rank\": 3162, \"cat-0\": \"Baked Products\", \"rankvar\": 2975, \"ini\": 2994}, {\"group\": [3744.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, HONEY NUT CHEERIOS\", \"clust\": 3773, \"cat_0_index\": 779, \"rank\": 3161, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2919, \"ini\": 2993}, {\"group\": [2048.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Beef Gravy\", \"clust\": 2079, \"cat_0_index\": 2638, \"rank\": 169, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1868, \"ini\": 2992}, {\"group\": [1967.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chilchen (Red Berry Beverage) (Navajo)\", \"clust\": 1996, \"cat_0_index\": 1245, \"rank\": 170, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1315, \"ini\": 2991}, {\"group\": [2050.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Beef Gravy\", \"clust\": 2078, \"cat_0_index\": 2639, \"rank\": 171, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1636, \"ini\": 2990}, {\"group\": [1818.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, mung, mature seeds, sprouted, canned, drained solids\", \"clust\": 1845, \"cat_0_index\": 3365, \"rank\": 172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2163, \"ini\": 2989}, {\"group\": [1545.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, mixed vegetable, junior\", \"clust\": 1572, \"cat_0_index\": 40, \"rank\": 173, \"cat-0\": \"Baby Foods\", \"rankvar\": 1443, \"ini\": 2988}, {\"group\": [1845.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Chicken with Mini Noodles Soup\", \"clust\": 1871, \"cat_0_index\": 2640, \"rank\": 174, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1897, \"ini\": 2987}, {\"group\": [1777.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, water pack, solids and liquids\", \"clust\": 1805, \"cat_0_index\": 1655, \"rank\": 175, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1607, \"ini\": 2986}, {\"group\": [1902.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato vegetable, dry, mix, prepared with water\", \"clust\": 1930, \"cat_0_index\": 2641, \"rank\": 176, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1933, \"ini\": 2985}, {\"group\": [3719.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, commercially prepared, regular\", \"clust\": 3759, \"cat_0_index\": 311, \"rank\": 3160, \"cat-0\": \"Baked Products\", \"rankvar\": 2762, \"ini\": 2984}, {\"group\": [1761.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lime juice, canned or bottled, unsweetened\", \"clust\": 1789, \"cat_0_index\": 1656, \"rank\": 177, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1824, \"ini\": 2983}, {\"group\": [1148.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, COCA-COLA, POWERADE, lemon-lime flavored, ready-to-drink\", \"clust\": 1173, \"cat_0_index\": 610, \"rank\": 178, \"cat-0\": \"Beverages\", \"rankvar\": 1823, \"ini\": 2982}, {\"group\": [1549.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef broth and tomato juice, canned\", \"clust\": 1576, \"cat_0_index\": 611, \"rank\": 179, \"cat-0\": \"Beverages\", \"rankvar\": 1399, \"ini\": 2981}, {\"group\": [3624.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Bar\", \"clust\": 3666, \"cat_0_index\": 3212, \"rank\": 3159, \"cat-0\": \"Sweets\", \"rankvar\": 3385, \"ini\": 2980}, {\"group\": [1848.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Rice Soup\", \"clust\": 1875, \"cat_0_index\": 2642, \"rank\": 180, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1789, \"ini\": 2979}, {\"group\": [2053.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Chicken Gravy\", \"clust\": 2084, \"cat_0_index\": 2643, \"rank\": 181, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1677, \"ini\": 2978}, {\"group\": [3295.0, 60.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, mole poblano, dry mix, single brand\", \"clust\": 3330, \"cat_0_index\": 2644, \"rank\": 3158, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3084, \"ini\": 2977}, {\"group\": [1547.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, raw\", \"clust\": 1570, \"cat_0_index\": 3366, \"rank\": 182, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1569, \"ini\": 2976}, {\"group\": [2049.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Chicken Gravy\", \"clust\": 2080, \"cat_0_index\": 2645, \"rank\": 183, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1931, \"ini\": 2975}, {\"group\": [2967.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, Harvest Cheddar flavor\", \"clust\": 3001, \"cat_0_index\": 2552, \"rank\": 3157, \"cat-0\": \"Snacks\", \"rankvar\": 2773, \"ini\": 2974}, {\"group\": [1652.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Rotini & Penne Pasta Soup\", \"clust\": 1677, \"cat_0_index\": 2646, \"rank\": 184, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1196, \"ini\": 2973}, {\"group\": [1846.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Noodle Soup\", \"clust\": 1876, \"cat_0_index\": 2647, \"rank\": 185, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1785, \"ini\": 2972}, {\"group\": [1955.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1985, \"cat_0_index\": 3367, \"rank\": 186, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1778, \"ini\": 2971}, {\"group\": [1149.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder, prepared with water\", \"clust\": 1174, \"cat_0_index\": 612, \"rank\": 187, \"cat-0\": \"Beverages\", \"rankvar\": 2013, \"ini\": 2970}, {\"group\": [3717.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Peanut Butter\", \"clust\": 3760, \"cat_0_index\": 312, \"rank\": 3156, \"cat-0\": \"Baked Products\", \"rankvar\": 2718, \"ini\": 2969}, {\"group\": [3441.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI MIGHTY BITES, Honey Crunch Cereal\", \"clust\": 3476, \"cat_0_index\": 780, \"rank\": 3155, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2829, \"ini\": 2968}, {\"group\": [3748.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Yogurt Burst\", \"clust\": 3788, \"cat_0_index\": 781, \"rank\": 3154, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2976, \"ini\": 2967}, {\"group\": [1729.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), raw\", \"clust\": 1758, \"cat_0_index\": 3368, \"rank\": 188, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2166, \"ini\": 2966}, {\"group\": [2054.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Turkey Gravy\", \"clust\": 2085, \"cat_0_index\": 2648, \"rank\": 189, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1689, \"ini\": 2965}, {\"group\": [3017.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, vanilla wafer, chilled\", \"clust\": 3052, \"cat_0_index\": 313, \"rank\": 3153, \"cat-0\": \"Baked Products\", \"rankvar\": 2963, \"ini\": 2964}, {\"group\": [3754.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Honey Nut TOASTY O'S Cereal\", \"clust\": 3797, \"cat_0_index\": 782, \"rank\": 3152, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3087, \"ini\": 2963}, {\"group\": [3211.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, cold pack, american\", \"clust\": 3241, \"cat_0_index\": 1129, \"rank\": 3151, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2626, \"ini\": 2962}, {\"group\": [762.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, tequila sunrise, canned\", \"clust\": 770, \"cat_0_index\": 613, \"rank\": 190, \"cat-0\": \"Beverages\", \"rankvar\": 429, \"ini\": 2961}, {\"group\": [1847.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken rice, dry, mix, prepared with water\", \"clust\": 1877, \"cat_0_index\": 2649, \"rank\": 191, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2031, \"ini\": 2960}, {\"group\": [1573.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular and quick, enriched, cooked with water, without salt\", \"clust\": 1600, \"cat_0_index\": 783, \"rank\": 192, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 616, \"ini\": 2959}, {\"group\": [2736.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sandwich spread, with chopped pickle, regular, unspecified oils\", \"clust\": 2771, \"cat_0_index\": 1520, \"rank\": 3150, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3085, \"ini\": 2958}, {\"group\": [761.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, dessert, dry\", \"clust\": 771, \"cat_0_index\": 614, \"rank\": 193, \"cat-0\": \"Beverages\", \"rankvar\": 76, \"ini\": 2957}, {\"group\": [1815.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, sweet and sour\", \"clust\": 1843, \"cat_0_index\": 1521, \"rank\": 194, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2244, \"ini\": 2956}, {\"group\": [1730.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), cooked, boiled, drained, without salt\", \"clust\": 1759, \"cat_0_index\": 3369, \"rank\": 195, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2125, \"ini\": 2955}, {\"group\": [2077.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Broth, condensed\", \"clust\": 2105, \"cat_0_index\": 2650, \"rank\": 196, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2351, \"ini\": 2954}, {\"group\": [1838.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with rice, canned, prepared with equal volume water\", \"clust\": 1865, \"cat_0_index\": 2651, \"rank\": 197, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1885, \"ini\": 2953}, {\"group\": [1543.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, cooked, boiled, without salt\", \"clust\": 1573, \"cat_0_index\": 3370, \"rank\": 198, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1134, \"ini\": 2952}, {\"group\": [1844.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken with Mini Noodles Soup\", \"clust\": 1873, \"cat_0_index\": 2652, \"rank\": 199, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1943, \"ini\": 2951}, {\"group\": [2799.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, breakfast strips, raw or unheated\", \"clust\": 2832, \"cat_0_index\": 442, \"rank\": 3149, \"cat-0\": \"Beef Products\", \"rankvar\": 2832, \"ini\": 2950}, {\"group\": [1651.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Savory Chicken and Long Grain Rice Soup\", \"clust\": 1678, \"cat_0_index\": 2653, \"rank\": 200, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1250, \"ini\": 2949}, {\"group\": [3003.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, ranch-flavor\", \"clust\": 3037, \"cat_0_index\": 2553, \"rank\": 3148, \"cat-0\": \"Snacks\", \"rankvar\": 2859, \"ini\": 2948}, {\"group\": [3835.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Currants, zante, dried\", \"clust\": 3875, \"cat_0_index\": 1657, \"rank\": 3147, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3489, \"ini\": 2947}, {\"group\": [1558.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, extra light syrup, solids and liquids\", \"clust\": 1584, \"cat_0_index\": 1658, \"rank\": 201, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1243, \"ini\": 2946}, {\"group\": [1145.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water with added vitamins and minerals, bottles, sweetened, assorted fruit flavors\", \"clust\": 1170, \"cat_0_index\": 615, \"rank\": 202, \"cat-0\": \"Beverages\", \"rankvar\": 2194, \"ini\": 2945}, {\"group\": [3379.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mungo beans, mature seeds, raw\", \"clust\": 3406, \"cat_0_index\": 2043, \"rank\": 3146, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3366, \"ini\": 2944}, {\"group\": [1649.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Long Grain & Wild Rice Soup\", \"clust\": 1679, \"cat_0_index\": 2654, \"rank\": 203, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1166, \"ini\": 2943}, {\"group\": [1819.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), cooked, boiled, drained, without salt\", \"clust\": 1846, \"cat_0_index\": 3371, \"rank\": 204, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2257, \"ini\": 2942}, {\"group\": [3660.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, special dietary\", \"clust\": 3694, \"cat_0_index\": 314, \"rank\": 3145, \"cat-0\": \"Baked Products\", \"rankvar\": 2727, \"ini\": 2941}, {\"group\": [3776.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CINNAMON TOAST CRUNCH\", \"clust\": 3818, \"cat_0_index\": 784, \"rank\": 3144, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2987, \"ini\": 2940}, {\"group\": [1544.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, mixed vegetable, strained\", \"clust\": 1574, \"cat_0_index\": 41, \"rank\": 205, \"cat-0\": \"Baby Foods\", \"rankvar\": 1201, \"ini\": 2939}, {\"group\": [1336.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cucumber, peeled, raw\", \"clust\": 1362, \"cat_0_index\": 3372, \"rank\": 206, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2205, \"ini\": 2938}, {\"group\": [2061.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Mushroom Gravy\", \"clust\": 2086, \"cat_0_index\": 2655, \"rank\": 207, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1951, \"ini\": 2937}, {\"group\": [2629.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, roasted\", \"clust\": 2656, \"cat_0_index\": 2336, \"rank\": 3143, \"cat-0\": \"Poultry Products\", \"rankvar\": 2844, \"ini\": 2936}, {\"group\": [2051.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Beef Gravy\", \"clust\": 2081, \"cat_0_index\": 2656, \"rank\": 208, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1583, \"ini\": 2935}, {\"group\": [1840.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, prepared with equal volume water\", \"clust\": 1861, \"cat_0_index\": 2657, \"rank\": 209, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1712, \"ini\": 2934}, {\"group\": [1827.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, prepared with equal volume water\", \"clust\": 1856, \"cat_0_index\": 2658, \"rank\": 210, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2114, \"ini\": 2933}, {\"group\": [3952.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, powder\", \"clust\": 3994, \"cat_0_index\": 616, \"rank\": 3142, \"cat-0\": \"Beverages\", \"rankvar\": 3754, \"ini\": 2932}, {\"group\": [3096.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with bananas, dry\", \"clust\": 3129, \"cat_0_index\": 42, \"rank\": 3141, \"cat-0\": \"Baby Foods\", \"rankvar\": 3012, \"ini\": 2931}, {\"group\": [3635.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, BUTTERFINGER Bar\", \"clust\": 3677, \"cat_0_index\": 3213, \"rank\": 3140, \"cat-0\": \"Sweets\", \"rankvar\": 3101, \"ini\": 2930}, {\"group\": [3718.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter sandwich, regular\", \"clust\": 3761, \"cat_0_index\": 315, \"rank\": 3139, \"cat-0\": \"Baked Products\", \"rankvar\": 2839, \"ini\": 2929}, {\"group\": [3497.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, cream of tartar\", \"clust\": 3534, \"cat_0_index\": 316, \"rank\": 3138, \"cat-0\": \"Baked Products\", \"rankvar\": 3889, \"ini\": 2928}, {\"group\": [3316.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pigeon peas (red gram), mature seeds, raw\", \"clust\": 3353, \"cat_0_index\": 2044, \"rank\": 3137, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3338, \"ini\": 2927}, {\"group\": [1162.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Malt-o-Meal, plain, prepared with water, without salt\", \"clust\": 1186, \"cat_0_index\": 785, \"rank\": 211, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1349, \"ini\": 2926}, {\"group\": [1569.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular, quick, unenriched, cooked with water, with salt\", \"clust\": 1597, \"cat_0_index\": 786, \"rank\": 212, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 769, \"ini\": 2925}, {\"group\": [1744.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew/soup, caribou (Alaska Native)\", \"clust\": 1774, \"cat_0_index\": 1246, \"rank\": 213, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1144, \"ini\": 2924}, {\"group\": [1731.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), raw\", \"clust\": 1757, \"cat_0_index\": 3373, \"rank\": 214, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1952, \"ini\": 2923}, {\"group\": [1620.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Original Creamer\", \"clust\": 1618, \"cat_0_index\": 2045, \"rank\": 215, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 785, \"ini\": 2922}, {\"group\": [1590.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry, low bush or lingenberry, raw (Alaska Native)\", \"clust\": 1617, \"cat_0_index\": 1247, \"rank\": 216, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1321, \"ini\": 2921}, {\"group\": [1646.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, 98% Fat Free New England Clam Chowder\", \"clust\": 1675, \"cat_0_index\": 2659, \"rank\": 217, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1146, \"ini\": 2920}, {\"group\": [2835.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, breakfast strips, raw or unheated\", \"clust\": 2866, \"cat_0_index\": 2313, \"rank\": 3136, \"cat-0\": \"Pork Products\", \"rankvar\": 2657, \"ini\": 2919}, {\"group\": [1337.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cucumber, with peel, raw\", \"clust\": 1363, \"cat_0_index\": 3374, \"rank\": 218, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2055, \"ini\": 2918}, {\"group\": [1546.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horned melon (Kiwano)\", \"clust\": 1571, \"cat_0_index\": 1659, \"rank\": 219, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1145, \"ini\": 2917}, {\"group\": [1802.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, dill, low sodium\", \"clust\": 1827, \"cat_0_index\": 3375, \"rank\": 220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1741, \"ini\": 2916}, {\"group\": [1811.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, canned, drained, solid, without salt\", \"clust\": 1837, \"cat_0_index\": 3376, \"rank\": 221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2181, \"ini\": 2915}, {\"group\": [1868.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, dry, mix, prepared with water\", \"clust\": 1896, \"cat_0_index\": 2660, \"rank\": 222, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1980, \"ini\": 2914}, {\"group\": [1859.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, canned, prepared with equal volume water\", \"clust\": 1888, \"cat_0_index\": 2661, \"rank\": 223, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1962, \"ini\": 2913}, {\"group\": [1570.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular, quick, unenriched, cooked with water, with salt\", \"clust\": 1598, \"cat_0_index\": 787, \"rank\": 224, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 779, \"ini\": 2912}, {\"group\": [1741.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, fish, home-prepared\", \"clust\": 1768, \"cat_0_index\": 2662, \"rank\": 225, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2110, \"ini\": 2911}, {\"group\": [2052.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Turkey Gravy\", \"clust\": 2082, \"cat_0_index\": 2663, \"rank\": 226, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1494, \"ini\": 2910}, {\"group\": [3459.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI Good Friends\", \"clust\": 3494, \"cat_0_index\": 788, \"rank\": 3135, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3530, \"ini\": 2909}, {\"group\": [603.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, tonic water\", \"clust\": 617, \"cat_0_index\": 617, \"rank\": 227, \"cat-0\": \"Beverages\", \"rankvar\": 1910, \"ini\": 2908}, {\"group\": [3093.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, dry\", \"clust\": 3125, \"cat_0_index\": 43, \"rank\": 3134, \"cat-0\": \"Baby Foods\", \"rankvar\": 3100, \"ini\": 2907}, {\"group\": [3627.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, NESTLE, Rich Chocolate Hot Cocoa Mix\", \"clust\": 3668, \"cat_0_index\": 618, \"rank\": 3133, \"cat-0\": \"Beverages\", \"rankvar\": 3404, \"ini\": 2906}, {\"group\": [604.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, ginger ale\", \"clust\": 618, \"cat_0_index\": 619, \"rank\": 228, \"cat-0\": \"Beverages\", \"rankvar\": 1916, \"ini\": 2905}, {\"group\": [3012.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular\", \"clust\": 3045, \"cat_0_index\": 2554, \"rank\": 3132, \"cat-0\": \"Snacks\", \"rankvar\": 2688, \"ini\": 2904}, {\"group\": [1807.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, no salt added, solids and liquids\", \"clust\": 1838, \"cat_0_index\": 3377, \"rank\": 229, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2068, \"ini\": 2903}, {\"group\": [1860.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey noodle, canned, prepared with equal volume water\", \"clust\": 1889, \"cat_0_index\": 2664, \"rank\": 230, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1807, \"ini\": 2902}, {\"group\": [349.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, daiquiri, prepared-from-recipe\", \"clust\": 357, \"cat_0_index\": 620, \"rank\": 231, \"cat-0\": \"Beverages\", \"rankvar\": 101, \"ini\": 2901}, {\"group\": [1556.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, frozen, unsweetened, unheated\", \"clust\": 1585, \"cat_0_index\": 1660, \"rank\": 232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1067, \"ini\": 2900}, {\"group\": [1557.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, frozen, unsweetened, heated\", \"clust\": 1586, \"cat_0_index\": 1661, \"rank\": 233, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1121, \"ini\": 2899}, {\"group\": [1794.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, water pack, without skin, solids and liquids\", \"clust\": 1822, \"cat_0_index\": 1662, \"rank\": 234, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1864, \"ini\": 2898}, {\"group\": [2278.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, extra light syrup pack, solids and liquids\", \"clust\": 2307, \"cat_0_index\": 1663, \"rank\": 235, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1211, \"ini\": 2897}, {\"group\": [612.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverages, fruit juice drink, reduced sugar, with vitamin E added\", \"clust\": 621, \"cat_0_index\": 621, \"rank\": 236, \"cat-0\": \"Beverages\", \"rankvar\": 1554, \"ini\": 2896}, {\"group\": [3061.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, mature seeds, raw\", \"clust\": 3094, \"cat_0_index\": 2046, \"rank\": 3131, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2836, \"ini\": 2895}, {\"group\": [1548.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), cooked, boiled, drained, without salt\", \"clust\": 1569, \"cat_0_index\": 3378, \"rank\": 237, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1486, \"ini\": 2894}, {\"group\": [1574.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, enriched, cooked with water, without salt\", \"clust\": 1601, \"cat_0_index\": 789, \"rank\": 238, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 487, \"ini\": 2893}, {\"group\": [3214.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese spread, pasteurized process, american, without di sodium phosphate\", \"clust\": 3247, \"cat_0_index\": 1130, \"rank\": 3130, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2608, \"ini\": 2892}, {\"group\": [607.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, prepared\", \"clust\": 616, \"cat_0_index\": 622, \"rank\": 239, \"cat-0\": \"Beverages\", \"rankvar\": 1861, \"ini\": 2891}, {\"group\": [1808.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, no salt added, solids and liquids\", \"clust\": 1839, \"cat_0_index\": 3379, \"rank\": 240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2069, \"ini\": 2890}, {\"group\": [1650.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken Vegetable Medley Soup\", \"clust\": 1680, \"cat_0_index\": 2665, \"rank\": 241, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1014, \"ini\": 2889}, {\"group\": [2685.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Veggie Breakfast Bacon Strips, frozen, unprepared\", \"clust\": 2719, \"cat_0_index\": 2047, \"rank\": 3128, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2691, \"ini\": 2888}, {\"group\": [2685.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Stripples, frozen, unprepared\", \"clust\": 2720, \"cat_0_index\": 2048, \"rank\": 3129, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2692, \"ini\": 2887}, {\"group\": [608.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malt beverage\", \"clust\": 615, \"cat_0_index\": 623, \"rank\": 242, \"cat-0\": \"Beverages\", \"rankvar\": 1810, \"ini\": 2886}, {\"group\": [1586.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, tropical fruit, junior\", \"clust\": 1614, \"cat_0_index\": 44, \"rank\": 243, \"cat-0\": \"Baby Foods\", \"rankvar\": 897, \"ini\": 2885}, {\"group\": [1740.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, beef, home-prepared\", \"clust\": 1770, \"cat_0_index\": 2666, \"rank\": 244, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2097, \"ini\": 2884}, {\"group\": [1703.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Vegetable Medley Soup\", \"clust\": 1728, \"cat_0_index\": 2667, \"rank\": 245, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1426, \"ini\": 2883}, {\"group\": [609.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, contains caffeine\", \"clust\": 623, \"cat_0_index\": 624, \"rank\": 246, \"cat-0\": \"Beverages\", \"rankvar\": 1813, \"ini\": 2882}, {\"group\": [3629.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, coconut macaroons, prepared from recipe\", \"clust\": 3670, \"cat_0_index\": 317, \"rank\": 3127, \"cat-0\": \"Baked Products\", \"rankvar\": 3514, \"ini\": 2881}, {\"group\": [2598.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whale, bowhead, skin and subcutaneous fat (muktuk) (Alaska Native)\", \"clust\": 2613, \"cat_0_index\": 1248, \"rank\": 3126, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3253, \"ini\": 2880}, {\"group\": [1852.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom barley, canned, prepared with equal volume water\", \"clust\": 1878, \"cat_0_index\": 2668, \"rank\": 247, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1805, \"ini\": 2879}, {\"group\": [1857.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, wonton, Chinese restaurant\", \"clust\": 1885, \"cat_0_index\": 2669, \"rank\": 248, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1617, \"ini\": 2878}, {\"group\": [605.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, LIPTON BRISK iced tea, with lemon flavor\", \"clust\": 619, \"cat_0_index\": 625, \"rank\": 249, \"cat-0\": \"Beverages\", \"rankvar\": 1876, \"ini\": 2877}, {\"group\": [3763.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, TOOTIE FRUITIES\", \"clust\": 3805, \"cat_0_index\": 790, \"rank\": 3125, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3277, \"ini\": 2876}, {\"group\": [3314.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, red, mature seeds, raw\", \"clust\": 3351, \"cat_0_index\": 2049, \"rank\": 3124, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3324, \"ini\": 2875}, {\"group\": [1563.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, light syrup, solids and liquids\", \"clust\": 1588, \"cat_0_index\": 1664, \"rank\": 250, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 755, \"ini\": 2874}, {\"group\": [1660.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Chicken and Rice Soup, canned\", \"clust\": 1685, \"cat_0_index\": 2670, \"rank\": 251, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1372, \"ini\": 2873}, {\"group\": [1554.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra light syrup, solids and liquids\", \"clust\": 1582, \"cat_0_index\": 1665, \"rank\": 252, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1174, \"ini\": 2872}, {\"group\": [1526.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mixed vegetable and fruit juice drink, with added nutrients\", \"clust\": 1553, \"cat_0_index\": 626, \"rank\": 253, \"cat-0\": \"Beverages\", \"rankvar\": 2147, \"ini\": 2871}, {\"group\": [610.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, SPRITE, lemon-lime, without caffeine\", \"clust\": 624, \"cat_0_index\": 627, \"rank\": 254, \"cat-0\": \"Beverages\", \"rankvar\": 1740, \"ini\": 2870}, {\"group\": [3165.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, salted and fermented (fuyu), prepared with calcium sulfate\", \"clust\": 3197, \"cat_0_index\": 2050, \"rank\": 3123, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3605, \"ini\": 2869}, {\"group\": [1542.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, boiled and steamed\", \"clust\": 1568, \"cat_0_index\": 2278, \"rank\": 255, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 886, \"ini\": 2868}, {\"group\": [1890.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, prepared with equal volume water\", \"clust\": 1919, \"cat_0_index\": 2671, \"rank\": 256, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2119, \"ini\": 2867}, {\"group\": [3460.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Yogurt Bites\", \"clust\": 3495, \"cat_0_index\": 791, \"rank\": 3122, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3286, \"ini\": 2866}, {\"group\": [2627.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, skin only, cooked, roasted\", \"clust\": 2657, \"cat_0_index\": 2337, \"rank\": 3121, \"cat-0\": \"Poultry Products\", \"rankvar\": 2798, \"ini\": 2865}, {\"group\": [1831.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish broth\", \"clust\": 1853, \"cat_0_index\": 2672, \"rank\": 257, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2154, \"ini\": 2864}, {\"group\": [1523.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New Zealand spinach, cooked, boiled, drained, without salt\", \"clust\": 1551, \"cat_0_index\": 3380, \"rank\": 258, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2187, \"ini\": 2863}, {\"group\": [1832.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1859, \"cat_0_index\": 3381, \"rank\": 259, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1907, \"ini\": 2862}, {\"group\": [1849.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, egg drop, Chinese restaurant\", \"clust\": 1874, \"cat_0_index\": 2673, \"rank\": 260, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1934, \"ini\": 2861}, {\"group\": [1657.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Itallian-Style Wedding Soup\", \"clust\": 1688, \"cat_0_index\": 2674, \"rank\": 261, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1214, \"ini\": 2860}, {\"group\": [1764.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and noodles and turkey, strained\", \"clust\": 1792, \"cat_0_index\": 45, \"rank\": 262, \"cat-0\": \"Baby Foods\", \"rankvar\": 1346, \"ini\": 2859}, {\"group\": [3264.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, unspecified type, dry\", \"clust\": 3300, \"cat_0_index\": 2675, \"rank\": 3120, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3595, \"ini\": 2858}, {\"group\": [3029.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puff pastry, frozen, ready-to-bake\", \"clust\": 3056, \"cat_0_index\": 318, \"rank\": 3119, \"cat-0\": \"Baked Products\", \"rankvar\": 3076, \"ini\": 2857}, {\"group\": [1833.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, with green chilies\", \"clust\": 1860, \"cat_0_index\": 3382, \"rank\": 263, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2151, \"ini\": 2856}, {\"group\": [3233.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, monterey, low fat\", \"clust\": 3269, \"cat_0_index\": 1131, \"rank\": 3118, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2945, \"ini\": 2855}, {\"group\": [1647.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT HARVEST Microwaveable Bowls, 98% Fat Free New England Clam Chowder\", \"clust\": 1676, \"cat_0_index\": 2676, \"rank\": 264, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1163, \"ini\": 2854}, {\"group\": [1829.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, gazpacho, canned, ready-to-serve\", \"clust\": 1857, \"cat_0_index\": 2677, \"rank\": 265, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1884, \"ini\": 2853}, {\"group\": [1587.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Java-plum, (jambolan), raw\", \"clust\": 1615, \"cat_0_index\": 1666, \"rank\": 266, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 732, \"ini\": 2852}, {\"group\": [1757.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, pinto bean and hominy, badufsuki (Hopi)\", \"clust\": 1782, \"cat_0_index\": 1249, \"rank\": 267, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1599, \"ini\": 2851}, {\"group\": [1528.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pitanga, (surinam-cherry), raw\", \"clust\": 1557, \"cat_0_index\": 1667, \"rank\": 268, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1775, \"ini\": 2850}, {\"group\": [3503.0, 73.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried, packed in oil, drained\", \"clust\": 3527, \"cat_0_index\": 3383, \"rank\": 3117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2865, \"ini\": 2849}, {\"group\": [3457.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, All-Bran Strawberry Medley\", \"clust\": 3492, \"cat_0_index\": 792, \"rank\": 3116, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3335, \"ini\": 2848}, {\"group\": [1572.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, mix'n eat, plain, prepared with water\", \"clust\": 1595, \"cat_0_index\": 793, \"rank\": 269, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 460, \"ini\": 2847}, {\"group\": [3650.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toppings, nuts in syrup\", \"clust\": 3692, \"cat_0_index\": 3214, \"rank\": 3115, \"cat-0\": \"Sweets\", \"rankvar\": 2997, \"ini\": 2846}, {\"group\": [3094.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with bananas, dry\", \"clust\": 3124, \"cat_0_index\": 46, \"rank\": 3114, \"cat-0\": \"Baby Foods\", \"rankvar\": 3147, \"ini\": 2845}, {\"group\": [1529.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rose-apples, raw\", \"clust\": 1558, \"cat_0_index\": 1668, \"rank\": 270, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2010, \"ini\": 2844}, {\"group\": [606.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, NESTLE, COOL NESTEA ice tea lemon flavor\", \"clust\": 620, \"cat_0_index\": 628, \"rank\": 271, \"cat-0\": \"Beverages\", \"rankvar\": 1902, \"ini\": 2843}, {\"group\": [3182.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, white, queso blanco\", \"clust\": 3216, \"cat_0_index\": 1132, \"rank\": 3113, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2811, \"ini\": 2842}, {\"group\": [1813.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, canned, drained solids\", \"clust\": 1835, \"cat_0_index\": 3384, \"rank\": 272, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1918, \"ini\": 2841}, {\"group\": [2075.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Broth, condensed\", \"clust\": 2106, \"cat_0_index\": 2678, \"rank\": 273, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2302, \"ini\": 2840}, {\"group\": [3848.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, marble, dry mix, pudding-type\", \"clust\": 3892, \"cat_0_index\": 319, \"rank\": 3112, \"cat-0\": \"Baked Products\", \"rankvar\": 3321, \"ini\": 2839}, {\"group\": [611.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, ARIZONA iced tea, with lemon flavor\", \"clust\": 622, \"cat_0_index\": 629, \"rank\": 274, \"cat-0\": \"Beverages\", \"rankvar\": 1843, \"ini\": 2838}, {\"group\": [1555.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, juice pack, solids and liquids\", \"clust\": 1583, \"cat_0_index\": 1669, \"rank\": 275, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 938, \"ini\": 2837}, {\"group\": [1737.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), cooked, boiled, drained, with salt\", \"clust\": 1766, \"cat_0_index\": 3385, \"rank\": 276, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2196, \"ini\": 2836}, {\"group\": [1164.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Malt-O-Meal, chocolate, prepared with water, without salt\", \"clust\": 1188, \"cat_0_index\": 794, \"rank\": 277, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1283, \"ini\": 2835}, {\"group\": [3709.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, coconut-nut, ready-to-eat\", \"clust\": 3741, \"cat_0_index\": 3215, \"rank\": 3111, \"cat-0\": \"Sweets\", \"rankvar\": 2799, \"ini\": 2834}, {\"group\": [2076.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Consomme, condensed\", \"clust\": 2107, \"cat_0_index\": 2679, \"rank\": 278, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2175, \"ini\": 2833}, {\"group\": [1659.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Slow Roasted Beef and Vegetables Soup\", \"clust\": 1686, \"cat_0_index\": 2680, \"rank\": 279, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1218, \"ini\": 2832}, {\"group\": [2060.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oxtail, dry, mix, prepared with water\", \"clust\": 2087, \"cat_0_index\": 2681, \"rank\": 280, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1970, \"ini\": 2831}, {\"group\": [1565.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular, quick, enriched, cooked with water, with salt\", \"clust\": 1593, \"cat_0_index\": 795, \"rank\": 281, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 677, \"ini\": 2830}, {\"group\": [1177.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, regular (10 minute), cooked with water, without salt\", \"clust\": 1198, \"cat_0_index\": 796, \"rank\": 282, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1202, \"ini\": 2829}, {\"group\": [2782.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, summer, pork and beef, sticks, with cheddar cheese\", \"clust\": 2816, \"cat_0_index\": 2416, \"rank\": 3110, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2638, \"ini\": 2828}, {\"group\": [1970.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with eggs, strained\", \"clust\": 1998, \"cat_0_index\": 47, \"rank\": 283, \"cat-0\": \"Baby Foods\", \"rankvar\": 771, \"ini\": 2827}, {\"group\": [2954.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, sandwich, with peanut butter filling\", \"clust\": 2988, \"cat_0_index\": 320, \"rank\": 3109, \"cat-0\": \"Baked Products\", \"rankvar\": 2644, \"ini\": 2826}, {\"group\": [1820.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), cooked, boiled, drained, with salt\", \"clust\": 1847, \"cat_0_index\": 3386, \"rank\": 284, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2317, \"ini\": 2825}, {\"group\": [1996.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Brown Gravy with Onions\", \"clust\": 2025, \"cat_0_index\": 2682, \"rank\": 285, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1642, \"ini\": 2824}, {\"group\": [1809.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, no salt added, drained solids\", \"clust\": 1840, \"cat_0_index\": 3387, \"rank\": 286, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1877, \"ini\": 2823}, {\"group\": [1732.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, raw\", \"clust\": 1762, \"cat_0_index\": 3388, \"rank\": 287, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2062, \"ini\": 2822}, {\"group\": [3878.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, gingerbread, dry mix\", \"clust\": 3913, \"cat_0_index\": 321, \"rank\": 3108, \"cat-0\": \"Baked Products\", \"rankvar\": 3069, \"ini\": 2821}, {\"group\": [1661.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Chicken Noodle Soup, canned\", \"clust\": 1682, \"cat_0_index\": 2683, \"rank\": 288, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1226, \"ini\": 2820}, {\"group\": [3008.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, acorns, dried\", \"clust\": 3040, \"cat_0_index\": 2279, \"rank\": 3107, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2970, \"ini\": 2819}, {\"group\": [1706.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, New England Clam Chowder\", \"clust\": 1734, \"cat_0_index\": 2684, \"rank\": 289, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1625, \"ini\": 2818}, {\"group\": [1491.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-grape juice drink, bottled\", \"clust\": 1519, \"cat_0_index\": 630, \"rank\": 290, \"cat-0\": \"Beverages\", \"rankvar\": 1409, \"ini\": 2817}, {\"group\": [1655.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mexican Style Chicken Tortilla Soup\", \"clust\": 1689, \"cat_0_index\": 2685, \"rank\": 291, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1123, \"ini\": 2816}, {\"group\": [1500.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, frozen concentrate, sweetened, diluted with 3 volume water\", \"clust\": 1529, \"cat_0_index\": 1670, \"rank\": 292, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1437, \"ini\": 2815}, {\"group\": [3625.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Caramels, milk chocolate covered\", \"clust\": 3664, \"cat_0_index\": 3216, \"rank\": 3106, \"cat-0\": \"Sweets\", \"rankvar\": 3402, \"ini\": 2814}, {\"group\": [1550.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, cooked, boiled, with salt\", \"clust\": 1577, \"cat_0_index\": 3389, \"rank\": 293, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1207, \"ini\": 2813}, {\"group\": [1080.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, spirulina, raw\", \"clust\": 1101, \"cat_0_index\": 3390, \"rank\": 294, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1297, \"ini\": 2812}, {\"group\": [617.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, lemon-lime soda, contains caffeine\", \"clust\": 629, \"cat_0_index\": 631, \"rank\": 295, \"cat-0\": \"Beverages\", \"rankvar\": 1804, \"ini\": 2811}, {\"group\": [1340.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melon, banana (Navajo)\", \"clust\": 1365, \"cat_0_index\": 1250, \"rank\": 296, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2011, \"ini\": 2810}, {\"group\": [1489.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pear nectar, canned, with added ascorbic acid\", \"clust\": 1520, \"cat_0_index\": 1671, \"rank\": 297, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1208, \"ini\": 2809}, {\"group\": [808.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mouse nuts, roots (Alaska Native)\", \"clust\": 825, \"cat_0_index\": 1251, \"rank\": 298, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 256, \"ini\": 2808}, {\"group\": [1701.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Minestrone Soup\", \"clust\": 1729, \"cat_0_index\": 2686, \"rank\": 299, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1313, \"ini\": 2807}, {\"group\": [2056.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Turkey Gravy\", \"clust\": 2090, \"cat_0_index\": 2687, \"rank\": 300, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1482, \"ini\": 2806}, {\"group\": [1866.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, canned, prepared with equal volume water\", \"clust\": 1890, \"cat_0_index\": 2688, \"rank\": 301, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1964, \"ini\": 2805}, {\"group\": [1690.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken with Vegetables & Pasta Soup\", \"clust\": 1719, \"cat_0_index\": 2689, \"rank\": 302, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1314, \"ini\": 2804}, {\"group\": [1676.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Vegetable Beef Soup\", \"clust\": 1706, \"cat_0_index\": 2690, \"rank\": 303, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1570, \"ini\": 2803}, {\"group\": [1166.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, instant, prepared with water, without salt\", \"clust\": 1190, \"cat_0_index\": 797, \"rank\": 304, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 672, \"ini\": 2802}, {\"group\": [1645.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Zesty Azteca Meatballs & Rice\", \"clust\": 1670, \"cat_0_index\": 2691, \"rank\": 305, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 914, \"ini\": 2801}, {\"group\": [3419.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, TOASTY O'S\", \"clust\": 3456, \"cat_0_index\": 798, \"rank\": 3105, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2908, \"ini\": 2800}, {\"group\": [2737.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, thousand island, commercial, regular\", \"clust\": 2772, \"cat_0_index\": 1522, \"rank\": 3104, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2926, \"ini\": 2799}, {\"group\": [1623.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Harvest Tomato with Basil Soup\", \"clust\": 1652, \"cat_0_index\": 2692, \"rank\": 306, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1320, \"ini\": 2798}, {\"group\": [1702.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Minestrone Soup\", \"clust\": 1730, \"cat_0_index\": 2693, \"rank\": 307, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1238, \"ini\": 2797}, {\"group\": [1658.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Chicken Noodle Soup\", \"clust\": 1687, \"cat_0_index\": 2694, \"rank\": 308, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 892, \"ini\": 2796}, {\"group\": [802.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, sweetened, with salt\", \"clust\": 822, \"cat_0_index\": 1672, \"rank\": 309, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 471, \"ini\": 2795}, {\"group\": [3080.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, chum, dried (Alaska Native)\", \"clust\": 3115, \"cat_0_index\": 1252, \"rank\": 3103, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3464, \"ini\": 2794}, {\"group\": [2952.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, sandwich-type with cheese filling\", \"clust\": 2985, \"cat_0_index\": 322, \"rank\": 3102, \"cat-0\": \"Baked Products\", \"rankvar\": 2642, \"ini\": 2793}, {\"group\": [1338.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, iceberg (includes crisphead types), raw\", \"clust\": 1361, \"cat_0_index\": 3391, \"rank\": 310, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2102, \"ini\": 2792}, {\"group\": [1339.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin flowers, cooked, boiled, drained, without salt\", \"clust\": 1360, \"cat_0_index\": 3392, \"rank\": 311, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2070, \"ini\": 2791}, {\"group\": [2834.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 2867, \"cat_0_index\": 1326, \"rank\": 3101, \"cat-0\": \"Fast Foods\", \"rankvar\": 2681, \"ini\": 2790}, {\"group\": [3077.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, flakes, glucose reduced\", \"clust\": 3113, \"cat_0_index\": 1133, \"rank\": 3100, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3687, \"ini\": 2789}, {\"group\": [1524.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, bottled, low calorie, with calcium, saccharin and corn sweetener\", \"clust\": 1554, \"cat_0_index\": 632, \"rank\": 312, \"cat-0\": \"Beverages\", \"rankvar\": 2349, \"ini\": 2788}, {\"group\": [2739.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, coleslaw\", \"clust\": 2769, \"cat_0_index\": 1523, \"rank\": 3099, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2978, \"ini\": 2787}, {\"group\": [3205.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, limburger\", \"clust\": 3239, \"cat_0_index\": 1134, \"rank\": 3098, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2719, \"ini\": 2786}, {\"group\": [615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, with higher caffeine\", \"clust\": 631, \"cat_0_index\": 633, \"rank\": 313, \"cat-0\": \"Beverages\", \"rankvar\": 1869, \"ini\": 2785}, {\"group\": [615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, without caffeine\", \"clust\": 632, \"cat_0_index\": 634, \"rank\": 314, \"cat-0\": \"Beverages\", \"rankvar\": 1870, \"ini\": 2784}, {\"group\": [2057.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Turkey Gravy\", \"clust\": 2091, \"cat_0_index\": 2695, \"rank\": 315, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1499, \"ini\": 2783}, {\"group\": [1733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 1763, \"cat_0_index\": 1327, \"rank\": 316, \"cat-0\": \"Fast Foods\", \"rankvar\": 2219, \"ini\": 2782}, {\"group\": [3384.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rye flour, dark\", \"clust\": 3416, \"cat_0_index\": 989, \"rank\": 3097, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3555, \"ini\": 2781}, {\"group\": [256.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea cucumber, yane (Alaska Native)\", \"clust\": 262, \"cat_0_index\": 1253, \"rank\": 317, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 602, \"ini\": 2780}, {\"group\": [1688.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Chicken with White & Wild Rice Soup\", \"clust\": 1716, \"cat_0_index\": 2696, \"rank\": 318, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1147, \"ini\": 2779}, {\"group\": [803.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, light syrup pack, solids and liquids\", \"clust\": 823, \"cat_0_index\": 1673, \"rank\": 319, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 391, \"ini\": 2778}, {\"group\": [1490.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peach nectar, canned, with added ascorbic acid\", \"clust\": 1521, \"cat_0_index\": 1674, \"rank\": 320, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1310, \"ini\": 2777}, {\"group\": [616.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, root beer\", \"clust\": 630, \"cat_0_index\": 635, \"rank\": 321, \"cat-0\": \"Beverages\", \"rankvar\": 1846, \"ini\": 2776}, {\"group\": [2058.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Beef Gravy\", \"clust\": 2089, \"cat_0_index\": 2697, \"rank\": 322, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1536, \"ini\": 2775}, {\"group\": [785.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, glutinous, cooked\", \"clust\": 799, \"cat_0_index\": 990, \"rank\": 323, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 220, \"ini\": 2774}, {\"group\": [1765.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and noodles and turkey, junior\", \"clust\": 1793, \"cat_0_index\": 48, \"rank\": 324, \"cat-0\": \"Baby Foods\", \"rankvar\": 1053, \"ini\": 2773}, {\"group\": [1493.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, frozen concentrate, prepared with water\", \"clust\": 1517, \"cat_0_index\": 636, \"rank\": 325, \"cat-0\": \"Beverages\", \"rankvar\": 1972, \"ini\": 2772}, {\"group\": [1855.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken gumbo, canned, prepared with equal volume water\", \"clust\": 1883, \"cat_0_index\": 2698, \"rank\": 326, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2024, \"ini\": 2771}, {\"group\": [2998.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, regular\", \"clust\": 3030, \"cat_0_index\": 323, \"rank\": 3096, \"cat-0\": \"Baked Products\", \"rankvar\": 2835, \"ini\": 2770}, {\"group\": [1762.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, without salt\", \"clust\": 1790, \"cat_0_index\": 3393, \"rank\": 327, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1521, \"ini\": 2769}, {\"group\": [778.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice noodles, cooked\", \"clust\": 790, \"cat_0_index\": 991, \"rank\": 328, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 228, \"ini\": 2768}, {\"group\": [1624.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Tomato Garden Soup\", \"clust\": 1653, \"cat_0_index\": 2699, \"rank\": 329, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1338, \"ini\": 2767}, {\"group\": [1881.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan, canned, prepared with equal volume water\", \"clust\": 1911, \"cat_0_index\": 2700, \"rank\": 330, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1680, \"ini\": 2766}, {\"group\": [1707.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Chicken Soup\", \"clust\": 1735, \"cat_0_index\": 2701, \"rank\": 331, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1493, \"ini\": 2765}, {\"group\": [3762.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COCOA PUFFS\", \"clust\": 3792, \"cat_0_index\": 799, \"rank\": 3095, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3153, \"ini\": 2764}, {\"group\": [1689.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken & Pasta with Roasted Garlic Soup\", \"clust\": 1717, \"cat_0_index\": 2702, \"rank\": 332, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1131, \"ini\": 2763}, {\"group\": [2059.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Beef Gravy\", \"clust\": 2088, \"cat_0_index\": 2703, \"rank\": 333, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1532, \"ini\": 2762}, {\"group\": [1869.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey vegetable, canned, prepared with equal volume water\", \"clust\": 1897, \"cat_0_index\": 2704, \"rank\": 334, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1790, \"ini\": 2761}, {\"group\": [1662.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Beef with Roasted Barley Soup\", \"clust\": 1681, \"cat_0_index\": 2705, \"rank\": 335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 674, \"ini\": 2760}, {\"group\": [1501.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water, with added ascorbic acid\", \"clust\": 1530, \"cat_0_index\": 1675, \"rank\": 336, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1452, \"ini\": 2759}, {\"group\": [1962.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, chicken, home-prepared\", \"clust\": 1989, \"cat_0_index\": 2706, \"rank\": 337, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1432, \"ini\": 2758}, {\"group\": [1347.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, Indian, raw (Navajo)\", \"clust\": 1367, \"cat_0_index\": 1254, \"rank\": 338, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1883, \"ini\": 2757}, {\"group\": [1873.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef mushroom, canned, prepared with equal volume water\", \"clust\": 1903, \"cat_0_index\": 2707, \"rank\": 339, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1700, \"ini\": 2756}, {\"group\": [3745.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Banana Nut\", \"clust\": 3790, \"cat_0_index\": 800, \"rank\": 3094, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3024, \"ini\": 2755}, {\"group\": [3013.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, unsalted\", \"clust\": 3046, \"cat_0_index\": 2555, \"rank\": 3093, \"cat-0\": \"Snacks\", \"rankvar\": 2705, \"ini\": 2754}, {\"group\": [804.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rambutan, canned, syrup pack\", \"clust\": 821, \"cat_0_index\": 1676, \"rank\": 340, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 375, \"ini\": 2753}, {\"group\": [1691.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Classic Chicken Noodle, ready-to-serve\", \"clust\": 1720, \"cat_0_index\": 2708, \"rank\": 341, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1261, \"ini\": 2752}, {\"group\": [1766.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables, noodles and chicken, junior\", \"clust\": 1794, \"cat_0_index\": 49, \"rank\": 342, \"cat-0\": \"Baby Foods\", \"rankvar\": 691, \"ini\": 2751}, {\"group\": [1360.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, red leaf, raw\", \"clust\": 1385, \"cat_0_index\": 3394, \"rank\": 343, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2089, \"ini\": 2750}, {\"group\": [3616.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Caramels. dark chocolate covered\", \"clust\": 3655, \"cat_0_index\": 3217, \"rank\": 3092, \"cat-0\": \"Sweets\", \"rankvar\": 3329, \"ini\": 2749}, {\"group\": [1551.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), cooked, boiled, drained, with salt\", \"clust\": 1575, \"cat_0_index\": 3395, \"rank\": 344, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1575, \"ini\": 2748}, {\"group\": [3630.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, 3 MUSKETEERS Bar\", \"clust\": 3671, \"cat_0_index\": 3218, \"rank\": 3091, \"cat-0\": \"Sweets\", \"rankvar\": 3482, \"ini\": 2747}, {\"group\": [1798.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, unprepared\", \"clust\": 1824, \"cat_0_index\": 3396, \"rank\": 345, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1699, \"ini\": 2746}, {\"group\": [1994.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Pico De Gallo\", \"clust\": 2026, \"cat_0_index\": 2709, \"rank\": 346, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1769, \"ini\": 2745}, {\"group\": [768.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, cooked\", \"clust\": 785, \"cat_0_index\": 992, \"rank\": 347, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 88, \"ini\": 2744}, {\"group\": [769.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, cooked, unenriched\", \"clust\": 786, \"cat_0_index\": 993, \"rank\": 348, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 89, \"ini\": 2743}, {\"group\": [613.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, frozen concentrate, white, prepared with water\", \"clust\": 626, \"cat_0_index\": 637, \"rank\": 349, \"cat-0\": \"Beverages\", \"rankvar\": 1793, \"ini\": 2742}, {\"group\": [2950.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho-flavor, made with enriched masa flour\", \"clust\": 2983, \"cat_0_index\": 2556, \"rank\": 3090, \"cat-0\": \"Snacks\", \"rankvar\": 2764, \"ini\": 2741}, {\"group\": [1882.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable with beef broth, canned, prepared with equal volume water\", \"clust\": 1912, \"cat_0_index\": 2710, \"rank\": 350, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1563, \"ini\": 2740}, {\"group\": [1494.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, wild, leaves (Alaska Native)\", \"clust\": 1516, \"cat_0_index\": 1255, \"rank\": 351, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 864, \"ini\": 2739}, {\"group\": [1452.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, agar, raw\", \"clust\": 1472, \"cat_0_index\": 3397, \"rank\": 352, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1685, \"ini\": 2738}, {\"group\": [1767.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables, noodles and chicken, strained\", \"clust\": 1795, \"cat_0_index\": 50, \"rank\": 353, \"cat-0\": \"Baby Foods\", \"rankvar\": 776, \"ini\": 2737}, {\"group\": [1341.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, low sodium, with water\", \"clust\": 1366, \"cat_0_index\": 2711, \"rank\": 354, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1597, \"ini\": 2736}, {\"group\": [1738.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, cooked, boiled, drained, with salt\", \"clust\": 1767, \"cat_0_index\": 3398, \"rank\": 355, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1792, \"ini\": 2735}, {\"group\": [1566.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, enriched, cooked with water, with salt\", \"clust\": 1594, \"cat_0_index\": 801, \"rank\": 356, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 517, \"ini\": 2734}, {\"group\": [799.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, extra heavy syrup, solids and liquids\", \"clust\": 819, \"cat_0_index\": 1677, \"rank\": 357, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 324, \"ini\": 2733}, {\"group\": [1143.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange breakfast drink, ready-to-drink\", \"clust\": 1156, \"cat_0_index\": 638, \"rank\": 358, \"cat-0\": \"Beverages\", \"rankvar\": 1568, \"ini\": 2732}, {\"group\": [2982.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, flat, crunchy, Chinese restaurant\", \"clust\": 3018, \"cat_0_index\": 994, \"rank\": 3089, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3088, \"ini\": 2731}, {\"group\": [3757.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, LUCKY CHARMS\", \"clust\": 3801, \"cat_0_index\": 802, \"rank\": 3088, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3122, \"ini\": 2730}, {\"group\": [1667.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Portobello Mushroom Soup\", \"clust\": 1691, \"cat_0_index\": 2712, \"rank\": 359, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1460, \"ini\": 2729}, {\"group\": [1421.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green variety, canned, regular pack, solids and liquids\", \"clust\": 1447, \"cat_0_index\": 3399, \"rank\": 360, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2123, \"ini\": 2728}, {\"group\": [1778.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken and rice\", \"clust\": 1806, \"cat_0_index\": 51, \"rank\": 361, \"cat-0\": \"Baby Foods\", \"rankvar\": 956, \"ini\": 2727}, {\"group\": [3245.0, 52.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola, (west indian cherry), raw\", \"clust\": 3279, \"cat_0_index\": 1678, \"rank\": 3087, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3882, \"ini\": 2726}, {\"group\": [1883.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetarian vegetable, canned, prepared with equal volume water\", \"clust\": 1910, \"cat_0_index\": 2713, \"rank\": 362, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1763, \"ini\": 2725}, {\"group\": [1891.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, prepared with equal volume water\", \"clust\": 1920, \"cat_0_index\": 2714, \"rank\": 363, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1759, \"ini\": 2724}, {\"group\": [3452.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Raisin Bran Cereal\", \"clust\": 3485, \"cat_0_index\": 803, \"rank\": 3086, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3125, \"ini\": 2723}, {\"group\": [793.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, mix'n eat, apple, banana and maple flavored, prepared\", \"clust\": 808, \"cat_0_index\": 804, \"rank\": 364, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 293, \"ini\": 2722}, {\"group\": [770.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, cooked, unenriched\", \"clust\": 784, \"cat_0_index\": 995, \"rank\": 365, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 84, \"ini\": 2721}, {\"group\": [1879.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, prepared with equal volume water\", \"clust\": 1908, \"cat_0_index\": 2715, \"rank\": 366, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1458, \"ini\": 2720}, {\"group\": [3855.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, dry mix, regular\", \"clust\": 3898, \"cat_0_index\": 324, \"rank\": 3085, \"cat-0\": \"Baked Products\", \"rankvar\": 3264, \"ini\": 2719}, {\"group\": [1810.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, green beans, dices, toddler\", \"clust\": 1841, \"cat_0_index\": 52, \"rank\": 367, \"cat-0\": \"Baby Foods\", \"rankvar\": 1657, \"ini\": 2718}, {\"group\": [1653.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Mexican Style Chicken Tortilla\", \"clust\": 1683, \"cat_0_index\": 2716, \"rank\": 368, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 773, \"ini\": 2717}, {\"group\": [1805.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, unprepared\", \"clust\": 1833, \"cat_0_index\": 3400, \"rank\": 369, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2152, \"ini\": 2716}, {\"group\": [1325.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, water pack, solids and liquids\", \"clust\": 1349, \"cat_0_index\": 1679, \"rank\": 370, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1903, \"ini\": 2715}, {\"group\": [1172.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, regular (10 minute), cooked with water, with salt\", \"clust\": 1196, \"cat_0_index\": 805, \"rank\": 371, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1194, \"ini\": 2714}, {\"group\": [1134.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orange Pineapple\", \"clust\": 1160, \"cat_0_index\": 639, \"rank\": 372, \"cat-0\": \"Beverages\", \"rankvar\": 2148, \"ini\": 2713}, {\"group\": [618.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, RED BULL, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12\", \"clust\": 628, \"cat_0_index\": 640, \"rank\": 373, \"cat-0\": \"Beverages\", \"rankvar\": 1645, \"ini\": 2712}, {\"group\": [810.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, japanese, soba, cooked\", \"clust\": 824, \"cat_0_index\": 996, \"rank\": 374, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 57, \"ini\": 2711}, {\"group\": [1885.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, prepared with equal volume water\", \"clust\": 1913, \"cat_0_index\": 2717, \"rank\": 375, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1637, \"ini\": 2710}, {\"group\": [1656.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mediterranean Meatball w/Bowtie Pasta Soup\", \"clust\": 1690, \"cat_0_index\": 2718, \"rank\": 376, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1086, \"ini\": 2709}, {\"group\": [777.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, precooked or instant, enriched, prepared\", \"clust\": 791, \"cat_0_index\": 997, \"rank\": 377, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 126, \"ini\": 2708}, {\"group\": [2837.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork sausage, pre-cooked\", \"clust\": 2864, \"cat_0_index\": 2417, \"rank\": 3084, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2585, \"ini\": 2707}, {\"group\": [1135.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Banana\", \"clust\": 1161, \"cat_0_index\": 641, \"rank\": 378, \"cat-0\": \"Beverages\", \"rankvar\": 2176, \"ini\": 2706}, {\"group\": [1678.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Chicken with Vegetables Soup\", \"clust\": 1705, \"cat_0_index\": 2719, \"rank\": 379, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1230, \"ini\": 2705}, {\"group\": [3424.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, DORA THE EXPLORER\", \"clust\": 3458, \"cat_0_index\": 806, \"rank\": 3083, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3080, \"ini\": 2704}, {\"group\": [1342.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1364, \"cat_0_index\": 3401, \"rank\": 380, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1842, \"ini\": 2703}, {\"group\": [1422.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, regular pack, solids and liquids\", \"clust\": 1448, \"cat_0_index\": 3402, \"rank\": 381, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2120, \"ini\": 2702}, {\"group\": [3458.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, bran flakes, single brand\", \"clust\": 3493, \"cat_0_index\": 807, \"rank\": 3082, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3326, \"ini\": 2701}, {\"group\": [1806.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, no salt added, drained solids\", \"clust\": 1834, \"cat_0_index\": 3403, \"rank\": 382, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1938, \"ini\": 2700}, {\"group\": [1995.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Green Taco Sauce\", \"clust\": 2027, \"cat_0_index\": 2720, \"rank\": 383, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2149, \"ini\": 2699}, {\"group\": [789.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 805, \"cat_0_index\": 1680, \"rank\": 384, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 216, \"ini\": 2698}, {\"group\": [2955.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, sandwich-type with peanut butter filling\", \"clust\": 2989, \"cat_0_index\": 325, \"rank\": 3081, \"cat-0\": \"Baked Products\", \"rankvar\": 2634, \"ini\": 2697}, {\"group\": [3218.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese spread, pasteurized process, american, with di sodium phosphate\", \"clust\": 3250, \"cat_0_index\": 1135, \"rank\": 3080, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2652, \"ini\": 2696}, {\"group\": [1525.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apple juice drink, low calorie, with vitamin C added\", \"clust\": 1555, \"cat_0_index\": 642, \"rank\": 385, \"cat-0\": \"Beverages\", \"rankvar\": 2329, \"ini\": 2695}, {\"group\": [1850.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom, dry, mix, prepared with water\", \"clust\": 1879, \"cat_0_index\": 2721, \"rank\": 386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1806, \"ini\": 2694}, {\"group\": [3777.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Malt-O-Meal Honey Graham Squares\", \"clust\": 3817, \"cat_0_index\": 808, \"rank\": 3079, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2934, \"ini\": 2693}, {\"group\": [2999.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"NABISCO, NABISCO RITZ Crackers\", \"clust\": 3031, \"cat_0_index\": 326, \"rank\": 3078, \"cat-0\": \"Baked Products\", \"rankvar\": 2755, \"ini\": 2692}, {\"group\": [1692.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Classic Chicken Noodle Soup\", \"clust\": 1718, \"cat_0_index\": 2722, \"rank\": 387, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1105, \"ini\": 2691}, {\"group\": [3318.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pink, mature seeds, raw\", \"clust\": 3354, \"cat_0_index\": 2051, \"rank\": 3077, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3272, \"ini\": 2690}, {\"group\": [1133.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Berry Blend\", \"clust\": 1157, \"cat_0_index\": 643, \"rank\": 388, \"cat-0\": \"Beverages\", \"rankvar\": 2171, \"ini\": 2689}, {\"group\": [3773.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, French Toast Crunch\", \"clust\": 3813, \"cat_0_index\": 809, \"rank\": 3076, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2924, \"ini\": 2688}, {\"group\": [1131.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Tropical Blend\", \"clust\": 1158, \"cat_0_index\": 644, \"rank\": 389, \"cat-0\": \"Beverages\", \"rankvar\": 2188, \"ini\": 2687}, {\"group\": [1693.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Pot Roast Soup\", \"clust\": 1722, \"cat_0_index\": 2723, \"rank\": 390, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1029, \"ini\": 2686}, {\"group\": [1795.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, cooked, boiled, drained, without salt\", \"clust\": 1823, \"cat_0_index\": 3404, \"rank\": 391, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1703, \"ini\": 2685}, {\"group\": [2448.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, semisoft type\", \"clust\": 2475, \"cat_0_index\": 1136, \"rank\": 3075, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2754, \"ini\": 2684}, {\"group\": [3421.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS\", \"clust\": 3453, \"cat_0_index\": 810, \"rank\": 3074, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2872, \"ini\": 2683}, {\"group\": [1132.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Kiwi\", \"clust\": 1159, \"cat_0_index\": 645, \"rank\": 392, \"cat-0\": \"Beverages\", \"rankvar\": 2183, \"ini\": 2682}, {\"group\": [1865.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, canned, prepared with equal volume water\", \"clust\": 1894, \"cat_0_index\": 2724, \"rank\": 393, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1640, \"ini\": 2681}, {\"group\": [800.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra heavy syrup, solids and liquids\", \"clust\": 820, \"cat_0_index\": 1681, \"rank\": 394, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 318, \"ini\": 2680}, {\"group\": [1654.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Mexican Style Chicken Tortilla Soup\", \"clust\": 1684, \"cat_0_index\": 2725, \"rank\": 395, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 819, \"ini\": 2679}, {\"group\": [1530.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, cooked, steamed, without salt\", \"clust\": 1556, \"cat_0_index\": 3405, \"rank\": 396, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2216, \"ini\": 2678}, {\"group\": [3617.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, CHUNKY Bar\", \"clust\": 3658, \"cat_0_index\": 3219, \"rank\": 3073, \"cat-0\": \"Sweets\", \"rankvar\": 3285, \"ini\": 2677}, {\"group\": [1755.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, prepared with water, no salt\", \"clust\": 1783, \"cat_0_index\": 811, \"rank\": 397, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1188, \"ini\": 2676}, {\"group\": [1531.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, canned or bottled\", \"clust\": 1562, \"cat_0_index\": 1682, \"rank\": 398, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2020, \"ini\": 2675}, {\"group\": [1368.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, unprepared\", \"clust\": 1393, \"cat_0_index\": 3406, \"rank\": 399, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1961, \"ini\": 2674}, {\"group\": [1663.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Chicken with Egg Noodles Soup\", \"clust\": 1669, \"cat_0_index\": 2726, \"rank\": 400, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1151, \"ini\": 2673}, {\"group\": [796.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 815, \"cat_0_index\": 1683, \"rank\": 401, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 240, \"ini\": 2672}, {\"group\": [1076.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, lite firm\", \"clust\": 1096, \"cat_0_index\": 2052, \"rank\": 402, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1324, \"ini\": 2671}, {\"group\": [614.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, frozen concentrate, pink, prepared with water\", \"clust\": 627, \"cat_0_index\": 646, \"rank\": 403, \"cat-0\": \"Beverages\", \"rankvar\": 1730, \"ini\": 2670}, {\"group\": [1644.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian-Style Wedding Soup\", \"clust\": 1671, \"cat_0_index\": 2727, \"rank\": 404, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1094, \"ini\": 2669}, {\"group\": [2305.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mangosteen, canned, syrup pack\", \"clust\": 2335, \"cat_0_index\": 1684, \"rank\": 405, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 549, \"ini\": 2668}, {\"group\": [1711.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, New England Clam Chowder\", \"clust\": 1738, \"cat_0_index\": 2728, \"rank\": 406, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 624, \"ini\": 2667}, {\"group\": [1871.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, canned, prepared with equal volume water\", \"clust\": 1899, \"cat_0_index\": 2729, \"rank\": 407, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1753, \"ini\": 2666}, {\"group\": [1736.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fiddlehead ferns, frozen, unprepared\", \"clust\": 1756, \"cat_0_index\": 3407, \"rank\": 408, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1255, \"ini\": 2665}, {\"group\": [2279.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, whole wheat hot natural cereal, cooked with water, without salt\", \"clust\": 2308, \"cat_0_index\": 812, \"rank\": 409, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 542, \"ini\": 2664}, {\"group\": [2080.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth bouillon and consomme, canned, condensed\", \"clust\": 2111, \"cat_0_index\": 2730, \"rank\": 410, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2255, \"ini\": 2663}, {\"group\": [1886.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, prepared with equal volume water\", \"clust\": 1914, \"cat_0_index\": 2731, \"rank\": 411, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1669, \"ini\": 2662}, {\"group\": [3308.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Wheat germ, crude\", \"clust\": 3344, \"cat_0_index\": 998, \"rank\": 3072, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2935, \"ini\": 2661}, {\"group\": [576.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, water pack, solids and liquids\", \"clust\": 586, \"cat_0_index\": 1685, \"rank\": 412, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1855, \"ini\": 2660}, {\"group\": [3015.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, prepared from recipe, baked\", \"clust\": 3048, \"cat_0_index\": 327, \"rank\": 3071, \"cat-0\": \"Baked Products\", \"rankvar\": 2874, \"ini\": 2659}, {\"group\": [627.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium, prepared with water\", \"clust\": 638, \"cat_0_index\": 647, \"rank\": 413, \"cat-0\": \"Beverages\", \"rankvar\": 1955, \"ini\": 2658}, {\"group\": [623.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy Drink, Monster\", \"clust\": 634, \"cat_0_index\": 648, \"rank\": 414, \"cat-0\": \"Beverages\", \"rankvar\": 1825, \"ini\": 2657}, {\"group\": [1687.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Steak 'N' Potato Soup\", \"clust\": 1704, \"cat_0_index\": 2732, \"rank\": 415, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 969, \"ini\": 2656}, {\"group\": [3850.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, chocolate, dry mix, pudding-type\", \"clust\": 3891, \"cat_0_index\": 328, \"rank\": 3070, \"cat-0\": \"Baked Products\", \"rankvar\": 3071, \"ini\": 2655}, {\"group\": [1708.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Velvety Potato Soup\", \"clust\": 1736, \"cat_0_index\": 2733, \"rank\": 416, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1380, \"ini\": 2654}, {\"group\": [1768.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with egg yolks, junior\", \"clust\": 1798, \"cat_0_index\": 53, \"rank\": 417, \"cat-0\": \"Baby Foods\", \"rankvar\": 1009, \"ini\": 2653}, {\"group\": [3703.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, regular, higher fat, enriched\", \"clust\": 3744, \"cat_0_index\": 329, \"rank\": 3069, \"cat-0\": \"Baked Products\", \"rankvar\": 2847, \"ini\": 2652}, {\"group\": [1677.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken with Vegetables and Pasta Soup, ready-to-serve\", \"clust\": 1707, \"cat_0_index\": 2734, \"rank\": 418, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1270, \"ini\": 2651}, {\"group\": [1769.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with egg yolks, strained\", \"clust\": 1799, \"cat_0_index\": 54, \"rank\": 419, \"cat-0\": \"Baby Foods\", \"rankvar\": 1026, \"ini\": 2650}, {\"group\": [1167.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, instant, prepared with water, with salt, (wheat)\", \"clust\": 1191, \"cat_0_index\": 813, \"rank\": 420, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 695, \"ini\": 2649}, {\"group\": [3900.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, caramel-coated, without peanuts\", \"clust\": 3945, \"cat_0_index\": 2557, \"rank\": 3068, \"cat-0\": \"Snacks\", \"rankvar\": 3265, \"ini\": 2648}, {\"group\": [1443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, yellow, raw\", \"clust\": 1470, \"cat_0_index\": 3408, \"rank\": 421, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2162, \"ini\": 2647}, {\"group\": [3246.0, 52.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola juice, raw\", \"clust\": 3280, \"cat_0_index\": 1686, \"rank\": 3067, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3884, \"ini\": 2646}, {\"group\": [1560.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, potatoes, toddler\", \"clust\": 1580, \"cat_0_index\": 55, \"rank\": 422, \"cat-0\": \"Baby Foods\", \"rankvar\": 1004, \"ini\": 2645}, {\"group\": [1726.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New zealand spinach, cooked, boiled, drained, with salt\", \"clust\": 1754, \"cat_0_index\": 3409, \"rank\": 423, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2243, \"ini\": 2644}, {\"group\": [1559.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, extra light syrup pack, with skin, solids and liquids\", \"clust\": 1581, \"cat_0_index\": 1687, \"rank\": 424, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1028, \"ini\": 2643}, {\"group\": [1870.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom with beef stock, canned, prepared with equal volume water\", \"clust\": 1898, \"cat_0_index\": 2735, \"rank\": 425, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1660, \"ini\": 2642}, {\"group\": [1770.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken noodle, junior\", \"clust\": 1797, \"cat_0_index\": 56, \"rank\": 426, \"cat-0\": \"Baby Foods\", \"rankvar\": 774, \"ini\": 2641}, {\"group\": [2047.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, condensed, single brand\", \"clust\": 2075, \"cat_0_index\": 2736, \"rank\": 427, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1036, \"ini\": 2640}, {\"group\": [3286.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, instant, dry mix\", \"clust\": 3321, \"cat_0_index\": 3220, \"rank\": 3066, \"cat-0\": \"Sweets\", \"rankvar\": 3295, \"ini\": 2639}, {\"group\": [1136.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Fruit Medley\", \"clust\": 1164, \"cat_0_index\": 649, \"rank\": 428, \"cat-0\": \"Beverages\", \"rankvar\": 2129, \"ini\": 2638}, {\"group\": [773.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, cooked\", \"clust\": 787, \"cat_0_index\": 999, \"rank\": 429, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 81, \"ini\": 2637}, {\"group\": [1137.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Guava Passion Fruit\", \"clust\": 1165, \"cat_0_index\": 650, \"rank\": 430, \"cat-0\": \"Beverages\", \"rankvar\": 2137, \"ini\": 2636}, {\"group\": [1734.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin flowers, raw\", \"clust\": 1761, \"cat_0_index\": 3410, \"rank\": 431, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2264, \"ini\": 2635}, {\"group\": [2042.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, cooking\", \"clust\": 2073, \"cat_0_index\": 651, \"rank\": 432, \"cat-0\": \"Beverages\", \"rankvar\": 1619, \"ini\": 2634}, {\"group\": [1369.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, cooked, boiled, drained, without salt\", \"clust\": 1394, \"cat_0_index\": 3411, \"rank\": 433, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1963, \"ini\": 2633}, {\"group\": [1803.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, raw\", \"clust\": 1831, \"cat_0_index\": 3412, \"rank\": 434, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2029, \"ini\": 2632}, {\"group\": [1756.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Oat Bran, QUAKER, QUAKER/MOTHER'S Oat Bran, prepared with water, salt\", \"clust\": 1784, \"cat_0_index\": 814, \"rank\": 435, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1183, \"ini\": 2631}, {\"group\": [1856.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, prepared with equal volume water\", \"clust\": 1884, \"cat_0_index\": 2737, \"rank\": 436, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1592, \"ini\": 2630}, {\"group\": [332.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, dietetic\", \"clust\": 319, \"cat_0_index\": 3221, \"rank\": 437, \"cat-0\": \"Sweets\", \"rankvar\": 1516, \"ini\": 2629}, {\"group\": [258.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oopah (tunicate), whole animal (Alaska Native)\", \"clust\": 261, \"cat_0_index\": 1256, \"rank\": 438, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 454, \"ini\": 2628}, {\"group\": [1751.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef lasagna, toddler\", \"clust\": 1780, \"cat_0_index\": 57, \"rank\": 439, \"cat-0\": \"Baby Foods\", \"rankvar\": 279, \"ini\": 2627}, {\"group\": [801.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 818, \"cat_0_index\": 1688, \"rank\": 440, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 370, \"ini\": 2626}, {\"group\": [1394.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), raw\", \"clust\": 1418, \"cat_0_index\": 3413, \"rank\": 441, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2380, \"ini\": 2625}, {\"group\": [1138.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orchard Blend\", \"clust\": 1163, \"cat_0_index\": 652, \"rank\": 442, \"cat-0\": \"Beverages\", \"rankvar\": 2167, \"ini\": 2624}, {\"group\": [1880.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, prepared with equal volume water\", \"clust\": 1909, \"cat_0_index\": 2738, \"rank\": 443, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1475, \"ini\": 2623}, {\"group\": [1176.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, cooked with water, stove-top, without salt\", \"clust\": 1199, \"cat_0_index\": 815, \"rank\": 444, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1090, \"ini\": 2622}, {\"group\": [1799.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, cooked, boiled, drained, or baked, without salt\", \"clust\": 1829, \"cat_0_index\": 3414, \"rank\": 445, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1718, \"ini\": 2621}, {\"group\": [1561.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MALTEX, cooked with water, without salt\", \"clust\": 1589, \"cat_0_index\": 816, \"rank\": 446, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 311, \"ini\": 2620}, {\"group\": [1800.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, cooked, boiled, drained, without salt\", \"clust\": 1830, \"cat_0_index\": 3415, \"rank\": 447, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1734, \"ini\": 2619}, {\"group\": [1532.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, frozen, unsweetened, single strength\", \"clust\": 1563, \"cat_0_index\": 1689, \"rank\": 448, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2088, \"ini\": 2618}, {\"group\": [3654.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, vanilla sandwich with creme filling\", \"clust\": 3697, \"cat_0_index\": 330, \"rank\": 3065, \"cat-0\": \"Baked Products\", \"rankvar\": 3041, \"ini\": 2617}, {\"group\": [1365.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, without salt\", \"clust\": 1390, \"cat_0_index\": 3416, \"rank\": 449, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2025, \"ini\": 2616}, {\"group\": [257.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Octopus (Alaska Native)\", \"clust\": 263, \"cat_0_index\": 1257, \"rank\": 450, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 777, \"ini\": 2615}, {\"group\": [1343.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, squash, junior\", \"clust\": 1370, \"cat_0_index\": 58, \"rank\": 451, \"cat-0\": \"Baby Foods\", \"rankvar\": 1756, \"ini\": 2614}, {\"group\": [1332.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, orange, raw\", \"clust\": 1356, \"cat_0_index\": 3417, \"rank\": 452, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2122, \"ini\": 2613}, {\"group\": [2953.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, sandwich, with cheese filling\", \"clust\": 2986, \"cat_0_index\": 331, \"rank\": 3064, \"cat-0\": \"Baked Products\", \"rankvar\": 2628, \"ini\": 2612}, {\"group\": [1153.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Watermelon, raw\", \"clust\": 1179, \"cat_0_index\": 1690, \"rank\": 453, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1706, \"ini\": 2611}, {\"group\": [1077.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, lite extra firm\", \"clust\": 1097, \"cat_0_index\": 2053, \"rank\": 454, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1293, \"ini\": 2610}, {\"group\": [1872.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, scotch broth, canned, prepared with equal volume water\", \"clust\": 1900, \"cat_0_index\": 2739, \"rank\": 455, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1624, \"ini\": 2609}, {\"group\": [1695.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Rib Roast with Potatoes & Herbs Soup\", \"clust\": 1721, \"cat_0_index\": 2740, \"rank\": 456, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1168, \"ini\": 2608}, {\"group\": [1625.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Classic Tomato\", \"clust\": 1651, \"cat_0_index\": 2741, \"rank\": 457, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1529, \"ini\": 2607}, {\"group\": [1670.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, BATMAN Fun Shapes Soup, condensed\", \"clust\": 1698, \"cat_0_index\": 2742, \"rank\": 458, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 930, \"ini\": 2606}, {\"group\": [1527.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 1552, \"cat_0_index\": 3418, \"rank\": 459, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2354, \"ini\": 2605}, {\"group\": [1504.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, California\", \"clust\": 1534, \"cat_0_index\": 1691, \"rank\": 460, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1760, \"ini\": 2604}, {\"group\": [1668.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Fajita Chicken with Rice & Beans Soup\", \"clust\": 1695, \"cat_0_index\": 2743, \"rank\": 461, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 681, \"ini\": 2603}, {\"group\": [1796.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, mix vegetables strained\", \"clust\": 1825, \"cat_0_index\": 59, \"rank\": 462, \"cat-0\": \"Baby Foods\", \"rankvar\": 1345, \"ini\": 2602}, {\"group\": [625.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, frozen concentrate, prepared with water\", \"clust\": 639, \"cat_0_index\": 653, \"rank\": 463, \"cat-0\": \"Beverages\", \"rankvar\": 1674, \"ini\": 2601}, {\"group\": [1180.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, irishmoss, raw\", \"clust\": 1202, \"cat_0_index\": 3419, \"rank\": 464, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 591, \"ini\": 2600}, {\"group\": [1139.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Mango Peach\", \"clust\": 1162, \"cat_0_index\": 654, \"rank\": 465, \"cat-0\": \"Beverages\", \"rankvar\": 2131, \"ini\": 2599}, {\"group\": [3577.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER 100% Natural Cereal with oats, honey, and raisins\", \"clust\": 3617, \"cat_0_index\": 817, \"rank\": 3063, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2769, \"ini\": 2598}, {\"group\": [1699.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Golden Butternut Squash Soup\", \"clust\": 1725, \"cat_0_index\": 2744, \"rank\": 466, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1556, \"ini\": 2597}, {\"group\": [1533.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lime juice, raw\", \"clust\": 1561, \"cat_0_index\": 1692, \"rank\": 467, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1935, \"ini\": 2596}, {\"group\": [3746.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Fruity CHEERIOS\", \"clust\": 3791, \"cat_0_index\": 818, \"rank\": 3062, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3045, \"ini\": 2595}, {\"group\": [3764.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Apple ZINGS\", \"clust\": 3806, \"cat_0_index\": 819, \"rank\": 3061, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3246, \"ini\": 2594}, {\"group\": [797.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, extra heavy syrup pack, solids and liquids\", \"clust\": 816, \"cat_0_index\": 1693, \"rank\": 468, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 233, \"ini\": 2593}, {\"group\": [1853.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, prepared with equal volume water\", \"clust\": 1881, \"cat_0_index\": 2745, \"rank\": 469, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1693, \"ini\": 2592}, {\"group\": [622.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, without added nutrients, canned\", \"clust\": 635, \"cat_0_index\": 655, \"rank\": 470, \"cat-0\": \"Beverages\", \"rankvar\": 1690, \"ini\": 2591}, {\"group\": [1685.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Old Fashioned Vegetable Beef Soup, ready-to-serve\", \"clust\": 1714, \"cat_0_index\": 2746, \"rank\": 471, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1330, \"ini\": 2590}, {\"group\": [1424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, canned, all styles, seasoned, solids and liquids\", \"clust\": 1445, \"cat_0_index\": 3420, \"rank\": 472, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2136, \"ini\": 2589}, {\"group\": [1642.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian-Style Wedding Soup\", \"clust\": 1672, \"cat_0_index\": 2747, \"rank\": 473, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1073, \"ini\": 2588}, {\"group\": [1567.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, country bacon (imitation bacon bits), prepared with water\", \"clust\": 1592, \"cat_0_index\": 820, \"rank\": 474, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 503, \"ini\": 2587}, {\"group\": [1801.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 1828, \"cat_0_index\": 3421, \"rank\": 475, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1743, \"ini\": 2586}, {\"group\": [1508.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and pineapple, junior\", \"clust\": 1536, \"cat_0_index\": 60, \"rank\": 476, \"cat-0\": \"Baby Foods\", \"rankvar\": 1695, \"ini\": 2585}, {\"group\": [619.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, Horchata, as served in restaurant\", \"clust\": 625, \"cat_0_index\": 656, \"rank\": 477, \"cat-0\": \"Beverages\", \"rankvar\": 1360, \"ini\": 2584}, {\"group\": [1174.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, cooked with water, without salt\", \"clust\": 1200, \"cat_0_index\": 821, \"rank\": 478, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1058, \"ini\": 2583}, {\"group\": [1897.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, meat or poultry, low sodium, prepared\", \"clust\": 1925, \"cat_0_index\": 2748, \"rank\": 479, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 642, \"ini\": 2582}, {\"group\": [2271.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, RALSTON, cooked with water, without salt\", \"clust\": 2301, \"cat_0_index\": 822, \"rank\": 480, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 910, \"ini\": 2581}, {\"group\": [3923.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate, prepared-from-recipe\", \"clust\": 3966, \"cat_0_index\": 3222, \"rank\": 3060, \"cat-0\": \"Sweets\", \"rankvar\": 3542, \"ini\": 2580}, {\"group\": [1344.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, squash, strained\", \"clust\": 1371, \"cat_0_index\": 61, \"rank\": 481, \"cat-0\": \"Baby Foods\", \"rankvar\": 1713, \"ini\": 2579}, {\"group\": [754.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crabapples, raw\", \"clust\": 768, \"cat_0_index\": 1694, \"rank\": 482, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 441, \"ini\": 2578}, {\"group\": [1889.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with dumplings, canned, prepared with equal volume water\", \"clust\": 1915, \"cat_0_index\": 2749, \"rank\": 483, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1483, \"ini\": 2577}, {\"group\": [798.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 814, \"cat_0_index\": 1695, \"rank\": 484, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 305, \"ini\": 2576}, {\"group\": [1821.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Blended Vegetable Medley Soup\", \"clust\": 1848, \"cat_0_index\": 2750, \"rank\": 485, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1768, \"ini\": 2575}, {\"group\": [3619.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Crispy Chocolate Candies\", \"clust\": 3660, \"cat_0_index\": 3223, \"rank\": 3059, \"cat-0\": \"Sweets\", \"rankvar\": 3421, \"ini\": 2574}, {\"group\": [1170.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, 1 minute cook time, cooked with water, stove-top, without salt\", \"clust\": 1194, \"cat_0_index\": 823, \"rank\": 486, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1189, \"ini\": 2573}, {\"group\": [1512.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1541, \"cat_0_index\": 3422, \"rank\": 487, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2376, \"ini\": 2572}, {\"group\": [1509.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and pineapple, strained\", \"clust\": 1537, \"cat_0_index\": 62, \"rank\": 488, \"cat-0\": \"Baby Foods\", \"rankvar\": 1783, \"ini\": 2571}, {\"group\": [1175.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, assorted brands including CREAM OF WHEAT, quick (1-3 minutes), cooked with water, without salt\", \"clust\": 1201, \"cat_0_index\": 824, \"rank\": 489, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1040, \"ini\": 2570}, {\"group\": [1510.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, boiled, drained, without salt\", \"clust\": 1538, \"cat_0_index\": 3423, \"rank\": 490, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2343, \"ini\": 2569}, {\"group\": [1538.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky beef with country vegetables, ready-to-serve\", \"clust\": 1565, \"cat_0_index\": 2751, \"rank\": 491, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 641, \"ini\": 2568}, {\"group\": [3578.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, 100% Natural Granola Oats and Honey\", \"clust\": 3618, \"cat_0_index\": 825, \"rank\": 3058, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2748, \"ini\": 2567}, {\"group\": [1423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, regular pack, drained solids\", \"clust\": 1446, \"cat_0_index\": 3424, \"rank\": 492, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1939, \"ini\": 2566}, {\"group\": [1709.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Potato Broccoli Cheese Soup\", \"clust\": 1737, \"cat_0_index\": 2752, \"rank\": 493, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1203, \"ini\": 2565}, {\"group\": [1333.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, no salt added, solids and liquids\", \"clust\": 1357, \"cat_0_index\": 3425, \"rank\": 494, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2052, \"ini\": 2564}, {\"group\": [1858.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, hot and sour, Chinese restaurant\", \"clust\": 1886, \"cat_0_index\": 2753, \"rank\": 495, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1420, \"ini\": 2563}, {\"group\": [809.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mouse nuts, seedlings (Alaska Native)\", \"clust\": 826, \"cat_0_index\": 1258, \"rank\": 496, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 45, \"ini\": 2562}, {\"group\": [3467.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, ORCHARD SPICE CEREAL\", \"clust\": 3504, \"cat_0_index\": 826, \"rank\": 3057, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2800, \"ini\": 2561}, {\"group\": [2680.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 2710, \"cat_0_index\": 1328, \"rank\": 3056, \"cat-0\": \"Fast Foods\", \"rankvar\": 2589, \"ini\": 2560}, {\"group\": [1893.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Cream of Mushroom Soup\", \"clust\": 1921, \"cat_0_index\": 2754, \"rank\": 497, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1185, \"ini\": 2559}, {\"group\": [1535.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 60% Vegetable Juice, V8 V-Lite\", \"clust\": 1559, \"cat_0_index\": 3426, \"rank\": 498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2320, \"ini\": 2558}, {\"group\": [1505.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, Florida\", \"clust\": 1535, \"cat_0_index\": 1696, \"rank\": 499, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2001, \"ini\": 2557}, {\"group\": [624.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, chocolate-flavored soda\", \"clust\": 633, \"cat_0_index\": 657, \"rank\": 500, \"cat-0\": \"Beverages\", \"rankvar\": 1780, \"ini\": 2556}, {\"group\": [3758.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHOCOLATE LUCKY CHARMS\", \"clust\": 3803, \"cat_0_index\": 827, \"rank\": 3055, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3152, \"ini\": 2555}, {\"group\": [1669.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with White and Wild Rice Soup\", \"clust\": 1696, \"cat_0_index\": 2755, \"rank\": 501, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 659, \"ini\": 2554}, {\"group\": [620.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, AMP\", \"clust\": 636, \"cat_0_index\": 658, \"rank\": 502, \"cat-0\": \"Beverages\", \"rankvar\": 1729, \"ini\": 2553}, {\"group\": [1562.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MALTEX, cooked with water, with salt\", \"clust\": 1590, \"cat_0_index\": 828, \"rank\": 503, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 320, \"ini\": 2552}, {\"group\": [637.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, VAULT, citrus flavor\", \"clust\": 652, \"cat_0_index\": 659, \"rank\": 504, \"cat-0\": \"Beverages\", \"rankvar\": 1796, \"ini\": 2551}, {\"group\": [1671.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DANNY PHANTOM shaped pasta with Chicken in Chicken Broth, condensed\", \"clust\": 1699, \"cat_0_index\": 2756, \"rank\": 505, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 837, \"ini\": 2550}, {\"group\": [3005.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, plain, white corn\", \"clust\": 3034, \"cat_0_index\": 2558, \"rank\": 3054, \"cat-0\": \"Snacks\", \"rankvar\": 2809, \"ini\": 2549}, {\"group\": [1816.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, prepared with equal volume water, commercial\", \"clust\": 1844, \"cat_0_index\": 2757, \"rank\": 506, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1626, \"ini\": 2548}, {\"group\": [1323.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, sweet, raw\", \"clust\": 1350, \"cat_0_index\": 3427, \"rank\": 507, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1600, \"ini\": 2547}, {\"group\": [621.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, FULL THROTTLE\", \"clust\": 637, \"cat_0_index\": 660, \"rank\": 508, \"cat-0\": \"Beverages\", \"rankvar\": 1732, \"ini\": 2546}, {\"group\": [1425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, flowers, cooked, boiled, drained, with salt\", \"clust\": 1449, \"cat_0_index\": 3428, \"rank\": 509, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2115, \"ini\": 2545}, {\"group\": [1752.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef and rice, toddler\", \"clust\": 1781, \"cat_0_index\": 63, \"rank\": 510, \"cat-0\": \"Baby Foods\", \"rankvar\": 234, \"ini\": 2544}, {\"group\": [2841.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 2874, \"cat_0_index\": 1329, \"rank\": 3053, \"cat-0\": \"Fast Foods\", \"rankvar\": 2643, \"ini\": 2543}, {\"group\": [1455.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bean beverage\", \"clust\": 1478, \"cat_0_index\": 2054, \"rank\": 511, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1551, \"ini\": 2542}, {\"group\": [1682.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Herb Roasted Chicken with Potatoes & Garlic Soup\", \"clust\": 1712, \"cat_0_index\": 2758, \"rank\": 512, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1063, \"ini\": 2541}, {\"group\": [1345.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Naranjilla (lulo) pulp, frozen, unsweetened\", \"clust\": 1369, \"cat_0_index\": 1697, \"rank\": 513, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1874, \"ini\": 2540}, {\"group\": [1694.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken & Sausage Gumbo Soup\", \"clust\": 1723, \"cat_0_index\": 2759, \"rank\": 514, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 767, \"ini\": 2539}, {\"group\": [1502.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, California and Arizona\", \"clust\": 1532, \"cat_0_index\": 1698, \"rank\": 515, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1881, \"ini\": 2538}, {\"group\": [1679.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pork Roast with Carrots & Potatoes Soup\", \"clust\": 1709, \"cat_0_index\": 2760, \"rank\": 516, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 838, \"ini\": 2537}, {\"group\": [2041.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, HEINZ Home Style Savory Beef Gravy\", \"clust\": 2069, \"cat_0_index\": 2761, \"rank\": 517, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1659, \"ini\": 2536}, {\"group\": [1684.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pepper Steak Soup\", \"clust\": 1711, \"cat_0_index\": 2762, \"rank\": 518, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1128, \"ini\": 2535}, {\"group\": [771.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked\", \"clust\": 788, \"cat_0_index\": 1000, \"rank\": 519, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 62, \"ini\": 2534}, {\"group\": [772.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, unenriched, without salt\", \"clust\": 789, \"cat_0_index\": 1001, \"rank\": 520, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 63, \"ini\": 2533}, {\"group\": [3702.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, soft-type\", \"clust\": 3746, \"cat_0_index\": 332, \"rank\": 3052, \"cat-0\": \"Baked Products\", \"rankvar\": 2870, \"ini\": 2532}, {\"group\": [1697.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Vegetable Soup\", \"clust\": 1726, \"cat_0_index\": 2763, \"rank\": 521, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1356, \"ini\": 2531}, {\"group\": [1564.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, no salt added, solids and liquids\", \"clust\": 1587, \"cat_0_index\": 3429, \"rank\": 522, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 401, \"ini\": 2530}, {\"group\": [1150.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, water pack, solids and liquids\", \"clust\": 1176, \"cat_0_index\": 1699, \"rank\": 523, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1679, \"ini\": 2529}, {\"group\": [1804.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, cooked, boiled, drained, without salt\", \"clust\": 1832, \"cat_0_index\": 3430, \"rank\": 524, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2134, \"ini\": 2528}, {\"group\": [1830.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky chicken noodle, canned, ready-to-serve\", \"clust\": 1858, \"cat_0_index\": 2764, \"rank\": 525, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1348, \"ini\": 2527}, {\"group\": [2947.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, white, restructured, baked\", \"clust\": 2979, \"cat_0_index\": 2559, \"rank\": 3051, \"cat-0\": \"Snacks\", \"rankvar\": 2724, \"ini\": 2526}, {\"group\": [2014.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Chicken Gravy\", \"clust\": 2046, \"cat_0_index\": 2765, \"rank\": 526, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1386, \"ini\": 2525}, {\"group\": [2303.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, stewed, with added sugar\", \"clust\": 2333, \"cat_0_index\": 1700, \"rank\": 527, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 447, \"ini\": 2524}, {\"group\": [1237.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, fluid\", \"clust\": 1260, \"cat_0_index\": 1137, \"rank\": 528, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1853, \"ini\": 2523}, {\"group\": [3954.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, instant\", \"clust\": 3996, \"cat_0_index\": 3224, \"rank\": 3050, \"cat-0\": \"Sweets\", \"rankvar\": 3729, \"ini\": 2522}, {\"group\": [1779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey and rice, junior\", \"clust\": 1810, \"cat_0_index\": 64, \"rank\": 529, \"cat-0\": \"Baby Foods\", \"rankvar\": 686, \"ini\": 2521}, {\"group\": [1362.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, butterhead (includes boston and bibb types), raw\", \"clust\": 1384, \"cat_0_index\": 3431, \"rank\": 530, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2150, \"ini\": 2520}, {\"group\": [3670.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie Crust, Cookie-type, Chocolate, Ready Crust\", \"clust\": 3708, \"cat_0_index\": 333, \"rank\": 3049, \"cat-0\": \"Baked Products\", \"rankvar\": 2783, \"ini\": 2519}, {\"group\": [1445.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melon balls, frozen\", \"clust\": 1469, \"cat_0_index\": 1701, \"rank\": 531, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1557, \"ini\": 2518}, {\"group\": [1366.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, unprepared\", \"clust\": 1391, \"cat_0_index\": 3432, \"rank\": 532, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2047, \"ini\": 2517}, {\"group\": [1363.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, packed in tomato juice, no salt added\", \"clust\": 1387, \"cat_0_index\": 3433, \"rank\": 533, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2049, \"ini\": 2516}, {\"group\": [1874.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pepperpot, canned, prepared with equal volume water\", \"clust\": 1904, \"cat_0_index\": 2766, \"rank\": 534, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1384, \"ini\": 2515}, {\"group\": [2299.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with tapioca, strained\", \"clust\": 2327, \"cat_0_index\": 65, \"rank\": 535, \"cat-0\": \"Baby Foods\", \"rankvar\": 953, \"ini\": 2514}, {\"group\": [805.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jackfruit, canned, syrup pack\", \"clust\": 817, \"cat_0_index\": 1702, \"rank\": 536, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 294, \"ini\": 2513}, {\"group\": [1430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, with salt\", \"clust\": 1451, \"cat_0_index\": 3434, \"rank\": 537, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1591, \"ini\": 2512}, {\"group\": [851.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro shoots, raw\", \"clust\": 870, \"cat_0_index\": 3435, \"rank\": 538, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2345, \"ini\": 2511}, {\"group\": [1666.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken and Sausage Gumbo, ready-to-serve\", \"clust\": 1692, \"cat_0_index\": 2767, \"rank\": 539, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 949, \"ini\": 2510}, {\"group\": [1781.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey and rice, strained\", \"clust\": 1809, \"cat_0_index\": 66, \"rank\": 540, \"cat-0\": \"Baby Foods\", \"rankvar\": 846, \"ini\": 2509}, {\"group\": [350.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, dessert, sweet\", \"clust\": 358, \"cat_0_index\": 661, \"rank\": 541, \"cat-0\": \"Beverages\", \"rankvar\": 114, \"ini\": 2508}, {\"group\": [1178.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mush, blue corn with ash (Navajo)\", \"clust\": 1203, \"cat_0_index\": 1259, \"rank\": 542, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1169, \"ini\": 2507}, {\"group\": [1534.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, raw\", \"clust\": 1560, \"cat_0_index\": 1703, \"rank\": 543, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2200, \"ini\": 2506}, {\"group\": [2015.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Chicken Gravy\", \"clust\": 2047, \"cat_0_index\": 2768, \"rank\": 544, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1365, \"ini\": 2505}, {\"group\": [3072.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, crude protein basis (N x 6.25), produced by acid wash\", \"clust\": 3105, \"cat_0_index\": 2055, \"rank\": 3048, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3529, \"ini\": 2504}, {\"group\": [787.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 806, \"cat_0_index\": 1704, \"rank\": 545, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 177, \"ini\": 2503}, {\"group\": [1704.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Vegetable Soup\", \"clust\": 1731, \"cat_0_index\": 2769, \"rank\": 546, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1186, \"ini\": 2502}, {\"group\": [1643.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian Sausage with Pasta & Pepperoni Soup\", \"clust\": 1673, \"cat_0_index\": 2770, \"rank\": 547, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 657, \"ini\": 2501}, {\"group\": [3425.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Multi-Grain Cheerios\", \"clust\": 3459, \"cat_0_index\": 829, \"rank\": 3047, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2951, \"ini\": 2500}, {\"group\": [788.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, canned, cherry\", \"clust\": 807, \"cat_0_index\": 3225, \"rank\": 548, \"cat-0\": \"Sweets\", \"rankvar\": 201, \"ini\": 2499}, {\"group\": [1675.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Manhattan Clam Chowder\", \"clust\": 1700, \"cat_0_index\": 2771, \"rank\": 549, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1157, \"ini\": 2498}, {\"group\": [1728.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New Zealand spinach, raw\", \"clust\": 1753, \"cat_0_index\": 3436, \"rank\": 550, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2250, \"ini\": 2497}, {\"group\": [1854.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stockpot, canned, prepared with equal volume water\", \"clust\": 1882, \"cat_0_index\": 2772, \"rank\": 551, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1467, \"ini\": 2496}, {\"group\": [1503.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, pink, raw\", \"clust\": 1533, \"cat_0_index\": 1705, \"rank\": 552, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1929, \"ini\": 2495}, {\"group\": [1683.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Slow Roasted Beef with Mushrooms Soup\", \"clust\": 1713, \"cat_0_index\": 2773, \"rank\": 553, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1021, \"ini\": 2494}, {\"group\": [2500.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, cones, nacho-flavor\", \"clust\": 2527, \"cat_0_index\": 2560, \"rank\": 3046, \"cat-0\": \"Snacks\", \"rankvar\": 3345, \"ini\": 2493}, {\"group\": [1539.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, split pea with ham, chunky, reduced fat, reduced sodium, ready-to-serve, single brand\", \"clust\": 1566, \"cat_0_index\": 2774, \"rank\": 554, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 329, \"ini\": 2492}, {\"group\": [852.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro shoots, cooked, without salt\", \"clust\": 871, \"cat_0_index\": 3437, \"rank\": 555, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2316, \"ini\": 2491}, {\"group\": [3761.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, APPLE CINNAMON CHEERIOS\", \"clust\": 3799, \"cat_0_index\": 830, \"rank\": 3045, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3129, \"ini\": 2490}, {\"group\": [638.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cream soda\", \"clust\": 653, \"cat_0_index\": 662, \"rank\": 556, \"cat-0\": \"Beverages\", \"rankvar\": 1829, \"ini\": 2489}, {\"group\": [2045.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with star-shaped pasta, canned, condensed, single brand\", \"clust\": 2076, \"cat_0_index\": 2775, \"rank\": 557, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1439, \"ini\": 2488}, {\"group\": [2269.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, no salt\", \"clust\": 2299, \"cat_0_index\": 831, \"rank\": 558, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 595, \"ini\": 2487}, {\"group\": [1680.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with Country Vegetables Soup\", \"clust\": 1710, \"cat_0_index\": 2776, \"rank\": 559, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 799, \"ini\": 2486}, {\"group\": [1817.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1842, \"cat_0_index\": 3438, \"rank\": 560, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1927, \"ini\": 2485}, {\"group\": [3755.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FROSTED CHEERIOS\", \"clust\": 3798, \"cat_0_index\": 832, \"rank\": 3044, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3038, \"ini\": 2484}, {\"group\": [1705.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Garden Vegetable Soup, canned\", \"clust\": 1732, \"cat_0_index\": 2777, \"rank\": 561, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1069, \"ini\": 2483}, {\"group\": [1771.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef noodle, junior\", \"clust\": 1796, \"cat_0_index\": 67, \"rank\": 562, \"cat-0\": \"Baby Foods\", \"rankvar\": 782, \"ini\": 2482}, {\"group\": [1324.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, no salt added, solids and liquids\", \"clust\": 1351, \"cat_0_index\": 3439, \"rank\": 563, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1675, \"ini\": 2481}, {\"group\": [1361.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, green leaf, raw\", \"clust\": 1386, \"cat_0_index\": 3440, \"rank\": 564, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2094, \"ini\": 2480}, {\"group\": [2951.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, taco-flavor\", \"clust\": 2984, \"cat_0_index\": 2561, \"rank\": 3043, \"cat-0\": \"Snacks\", \"rankvar\": 2730, \"ini\": 2479}, {\"group\": [1672.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Curly Noodle Soup, condensed\", \"clust\": 1697, \"cat_0_index\": 2778, \"rank\": 565, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 710, \"ini\": 2478}, {\"group\": [3009.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, acorn flour, full fat\", \"clust\": 3041, \"cat_0_index\": 2280, \"rank\": 3042, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2927, \"ini\": 2477}, {\"group\": [1780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and chicken, junior\", \"clust\": 1811, \"cat_0_index\": 68, \"rank\": 566, \"cat-0\": \"Baby Foods\", \"rankvar\": 839, \"ini\": 2476}, {\"group\": [2960.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, crackers, vegetable\", \"clust\": 2980, \"cat_0_index\": 69, \"rank\": 3041, \"cat-0\": \"Baby Foods\", \"rankvar\": 2757, \"ini\": 2475}, {\"group\": [3324.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, ginger, ground\", \"clust\": 3357, \"cat_0_index\": 3104, \"rank\": 3040, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3252, \"ini\": 2474}, {\"group\": [2497.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, plain, chocolate-coated or frosted\", \"clust\": 2524, \"cat_0_index\": 334, \"rank\": 3039, \"cat-0\": \"Baked Products\", \"rankvar\": 2660, \"ini\": 2473}, {\"group\": [2016.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Country Style Cream Gravy\", \"clust\": 2045, \"cat_0_index\": 2779, \"rank\": 567, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 860, \"ini\": 2472}, {\"group\": [1681.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Sirloin Burger with Country Vegetables Soup, ready-to-serve\", \"clust\": 1708, \"cat_0_index\": 2780, \"rank\": 568, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 719, \"ini\": 2471}, {\"group\": [1851.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, prepared with equal volume water\", \"clust\": 1880, \"cat_0_index\": 2781, \"rank\": 569, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1456, \"ini\": 2470}, {\"group\": [1173.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, cooked with water, with salt\", \"clust\": 1197, \"cat_0_index\": 833, \"rank\": 570, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1081, \"ini\": 2469}, {\"group\": [1279.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Clam and tomato juice, canned\", \"clust\": 1303, \"cat_0_index\": 663, \"rank\": 571, \"cat-0\": \"Beverages\", \"rankvar\": 1267, \"ini\": 2468}, {\"group\": [599.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, canned or bottled, unsweetened, without added ascorbic acid\", \"clust\": 613, \"cat_0_index\": 1706, \"rank\": 572, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1510, \"ini\": 2467}, {\"group\": [1774.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and lamb, junior\", \"clust\": 1803, \"cat_0_index\": 70, \"rank\": 573, \"cat-0\": \"Baby Foods\", \"rankvar\": 915, \"ini\": 2466}, {\"group\": [1628.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Italian Tomato & Basil Soup\", \"clust\": 1656, \"cat_0_index\": 2782, \"rank\": 574, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1577, \"ini\": 2465}, {\"group\": [1357.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, no salt added, solids and liquids\", \"clust\": 1382, \"cat_0_index\": 3441, \"rank\": 575, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1904, \"ini\": 2464}, {\"group\": [594.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, cherry vanilla pudding, strained\", \"clust\": 605, \"cat_0_index\": 71, \"rank\": 576, \"cat-0\": \"Baby Foods\", \"rankvar\": 820, \"ini\": 2463}, {\"group\": [1686.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Vegetable Beef Soup\", \"clust\": 1715, \"cat_0_index\": 2783, \"rank\": 577, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 997, \"ini\": 2462}, {\"group\": [2504.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, semisweet chocolate, made with butter\", \"clust\": 2530, \"cat_0_index\": 3226, \"rank\": 3038, \"cat-0\": \"Sweets\", \"rankvar\": 2999, \"ini\": 2461}, {\"group\": [640.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, ROCKSTAR\", \"clust\": 650, \"cat_0_index\": 664, \"rank\": 578, \"cat-0\": \"Beverages\", \"rankvar\": 1722, \"ini\": 2460}, {\"group\": [1140.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Strawberry Banana\", \"clust\": 1167, \"cat_0_index\": 665, \"rank\": 579, \"cat-0\": \"Beverages\", \"rankvar\": 1565, \"ini\": 2459}, {\"group\": [248.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, raw, frozen\", \"clust\": 253, \"cat_0_index\": 1138, \"rank\": 580, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1000, \"ini\": 2458}, {\"group\": [1358.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, no salt added, drained solids\", \"clust\": 1383, \"cat_0_index\": 3442, \"rank\": 581, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1854, \"ini\": 2457}, {\"group\": [259.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cockles, raw (Alaska Native)\", \"clust\": 260, \"cat_0_index\": 1260, \"rank\": 582, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 363, \"ini\": 2456}, {\"group\": [1887.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, prepared with equal volume water\", \"clust\": 1916, \"cat_0_index\": 2784, \"rank\": 583, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1415, \"ini\": 2455}, {\"group\": [2067.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Won Ton Soup, condensed\", \"clust\": 2098, \"cat_0_index\": 2785, \"rank\": 584, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1586, \"ini\": 2454}, {\"group\": [1141.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Peach Mango\", \"clust\": 1168, \"cat_0_index\": 666, \"rank\": 585, \"cat-0\": \"Beverages\", \"rankvar\": 1621, \"ini\": 2453}, {\"group\": [3230.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, provolone, reduced fat\", \"clust\": 3265, \"cat_0_index\": 1139, \"rank\": 3037, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2898, \"ini\": 2452}, {\"group\": [2082.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ascidians (tunughnak) (Alaska Native)\", \"clust\": 2110, \"cat_0_index\": 1261, \"rank\": 586, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1908, \"ini\": 2451}, {\"group\": [3720.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, chocolate, sugared or glazed\", \"clust\": 3751, \"cat_0_index\": 335, \"rank\": 3036, \"cat-0\": \"Baked Products\", \"rankvar\": 2646, \"ini\": 2450}, {\"group\": [2374.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yellow pond lily, Wocas, tuber, cooked (Pacific Northwest Indians)\", \"clust\": 2402, \"cat_0_index\": 1262, \"rank\": 587, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1682, \"ini\": 2449}, {\"group\": [3674.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, nut (includes almond, raisin nut, cinnamon nut)\", \"clust\": 3715, \"cat_0_index\": 336, \"rank\": 3035, \"cat-0\": \"Baked Products\", \"rankvar\": 2587, \"ini\": 2448}, {\"group\": [1797.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, mix vegetables junior\", \"clust\": 1826, \"cat_0_index\": 72, \"rank\": 588, \"cat-0\": \"Baby Foods\", \"rankvar\": 1316, \"ini\": 2447}, {\"group\": [1568.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, cheddar cheese flavor, prepared with water\", \"clust\": 1591, \"cat_0_index\": 834, \"rank\": 589, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 511, \"ini\": 2446}, {\"group\": [1772.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, junior\", \"clust\": 1800, \"cat_0_index\": 73, \"rank\": 590, \"cat-0\": \"Baby Foods\", \"rankvar\": 906, \"ini\": 2445}, {\"group\": [1664.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Salisbury Steak with Mushrooms & Onions Soup\", \"clust\": 1693, \"cat_0_index\": 2786, \"rank\": 591, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 711, \"ini\": 2444}, {\"group\": [639.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Limeade, frozen concentrate, prepared with water\", \"clust\": 651, \"cat_0_index\": 667, \"rank\": 592, \"cat-0\": \"Beverages\", \"rankvar\": 1766, \"ini\": 2443}, {\"group\": [1307.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato juice, canned, without salt added\", \"clust\": 1332, \"cat_0_index\": 3443, \"rank\": 593, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2104, \"ini\": 2442}, {\"group\": [765.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, homemade, made without egg, cooked\", \"clust\": 781, \"cat_0_index\": 1002, \"rank\": 594, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 36, \"ini\": 2441}, {\"group\": [1513.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, cooked, steamed, with salt\", \"clust\": 1542, \"cat_0_index\": 3444, \"rank\": 595, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2251, \"ini\": 2440}, {\"group\": [1364.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, cooked, boiled, drained, without salt\", \"clust\": 1388, \"cat_0_index\": 3445, \"rank\": 596, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1988, \"ini\": 2439}, {\"group\": [1084.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, moose (Alaska Native)\", \"clust\": 1094, \"cat_0_index\": 1263, \"rank\": 597, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 570, \"ini\": 2438}, {\"group\": [1290.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, italian style, canned\", \"clust\": 1317, \"cat_0_index\": 3446, \"rank\": 598, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1728, \"ini\": 2437}, {\"group\": [1588.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit pudding, orange, strained\", \"clust\": 1613, \"cat_0_index\": 74, \"rank\": 599, \"cat-0\": \"Baby Foods\", \"rankvar\": 360, \"ini\": 2436}, {\"group\": [2272.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, WHEATENA, cooked with water\", \"clust\": 2302, \"cat_0_index\": 835, \"rank\": 600, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 882, \"ini\": 2435}, {\"group\": [1171.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, cooked with water, microwaved, without salt\", \"clust\": 1195, \"cat_0_index\": 836, \"rank\": 601, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1284, \"ini\": 2434}, {\"group\": [1367.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, cooked, boiled, drained, without salt\", \"clust\": 1389, \"cat_0_index\": 3447, \"rank\": 602, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1957, \"ini\": 2433}, {\"group\": [2304.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup pack, without skin, solids and liquids\", \"clust\": 2334, \"cat_0_index\": 1707, \"rank\": 603, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 361, \"ini\": 2432}, {\"group\": [2270.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, salt\", \"clust\": 2300, \"cat_0_index\": 837, \"rank\": 604, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 588, \"ini\": 2431}, {\"group\": [3468.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, Mountain Medley Cereal\", \"clust\": 3505, \"cat_0_index\": 838, \"rank\": 3034, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2818, \"ini\": 2430}, {\"group\": [774.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, japanese, somen, cooked\", \"clust\": 783, \"cat_0_index\": 1003, \"rank\": 605, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 43, \"ini\": 2429}, {\"group\": [3779.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, KELLOGG'S, NUTRI-GRAIN Cereal Bars, fruit\", \"clust\": 3821, \"cat_0_index\": 2562, \"rank\": 3033, \"cat-0\": \"Snacks\", \"rankvar\": 2907, \"ini\": 2428}, {\"group\": [2073.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, shark fin, restaurant-prepared\", \"clust\": 2103, \"cat_0_index\": 2787, \"rank\": 606, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1391, \"ini\": 2427}, {\"group\": [1775.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and lamb, strained\", \"clust\": 1804, \"cat_0_index\": 75, \"rank\": 607, \"cat-0\": \"Baby Foods\", \"rankvar\": 902, \"ini\": 2426}, {\"group\": [262.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, herring eggs, Pacific, plain (Alaska Native)\", \"clust\": 259, \"cat_0_index\": 1264, \"rank\": 608, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 296, \"ini\": 2425}, {\"group\": [1395.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alfalfa seeds, sprouted, raw\", \"clust\": 1419, \"cat_0_index\": 3448, \"rank\": 609, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1724, \"ini\": 2424}, {\"group\": [1710.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Cream of Broccoli Soup\", \"clust\": 1733, \"cat_0_index\": 2788, \"rank\": 610, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1582, \"ini\": 2423}, {\"group\": [2268.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, whole wheat hot natural cereal, cooked with water, with salt\", \"clust\": 2295, \"cat_0_index\": 839, \"rank\": 611, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 583, \"ini\": 2422}, {\"group\": [2266.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, RALSTON, cooked with water, with salt\", \"clust\": 2296, \"cat_0_index\": 840, \"rank\": 612, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 959, \"ini\": 2421}, {\"group\": [763.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, fresh-refrigerated, plain, cooked\", \"clust\": 779, \"cat_0_index\": 1004, \"rank\": 613, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 24, \"ini\": 2420}, {\"group\": [1792.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, carrots, toddler\", \"clust\": 1820, \"cat_0_index\": 76, \"rank\": 614, \"cat-0\": \"Baby Foods\", \"rankvar\": 1965, \"ini\": 2419}, {\"group\": [3069.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate\", \"clust\": 3102, \"cat_0_index\": 2056, \"rank\": 3032, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3709, \"ini\": 2418}, {\"group\": [1447.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, cooked, boiled, drained, without salt\", \"clust\": 1473, \"cat_0_index\": 3449, \"rank\": 615, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1425, \"ini\": 2417}, {\"group\": [1700.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Vegetable with Pasta Soup\", \"clust\": 1724, \"cat_0_index\": 2789, \"rank\": 616, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1175, \"ini\": 2416}, {\"group\": [3936.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, powder\", \"clust\": 3979, \"cat_0_index\": 668, \"rank\": 3031, \"cat-0\": \"Beverages\", \"rankvar\": 3732, \"ini\": 2415}, {\"group\": [1783.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and tomato and beef, junior\", \"clust\": 1807, \"cat_0_index\": 77, \"rank\": 617, \"cat-0\": \"Baby Foods\", \"rankvar\": 669, \"ini\": 2414}, {\"group\": [1735.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, welsh, raw\", \"clust\": 1760, \"cat_0_index\": 3450, \"rank\": 618, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1673, \"ini\": 2413}, {\"group\": [3956.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant\", \"clust\": 3998, \"cat_0_index\": 3227, \"rank\": 3030, \"cat-0\": \"Sweets\", \"rankvar\": 3547, \"ini\": 2412}, {\"group\": [1386.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, with salt\", \"clust\": 1410, \"cat_0_index\": 3451, \"rank\": 619, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2090, \"ini\": 2411}, {\"group\": [3847.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, chocolate, creamy, ready-to-eat\", \"clust\": 3885, \"cat_0_index\": 3228, \"rank\": 3029, \"cat-0\": \"Sweets\", \"rankvar\": 3232, \"ini\": 2410}, {\"group\": [1427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, cooked, boiled, drained, with salt\", \"clust\": 1453, \"cat_0_index\": 3452, \"rank\": 620, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1841, \"ini\": 2409}, {\"group\": [775.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mashu roots, raw (Alaska Native)\", \"clust\": 777, \"cat_0_index\": 1265, \"rank\": 621, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 20, \"ini\": 2408}, {\"group\": [374.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, consomme with gelatin, dry, mix, prepared with water\", \"clust\": 387, \"cat_0_index\": 2790, \"rank\": 622, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2540, \"ini\": 2407}, {\"group\": [1151.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, water pack, solids and liquids (includes USDA commodity red tart cherries, canned)\", \"clust\": 1177, \"cat_0_index\": 1708, \"rank\": 623, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1550, \"ini\": 2406}, {\"group\": [3033.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, bunuelos (fried yeast bread)\", \"clust\": 3047, \"cat_0_index\": 2396, \"rank\": 3028, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 2569, \"ini\": 2405}, {\"group\": [2078.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, crab, canned, ready-to-serve\", \"clust\": 2108, \"cat_0_index\": 2791, \"rank\": 624, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1671, \"ini\": 2404}, {\"group\": [2505.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, coated, milk chocolate coating, peanut butter\", \"clust\": 2529, \"cat_0_index\": 2563, \"rank\": 3027, \"cat-0\": \"Snacks\", \"rankvar\": 2833, \"ini\": 2403}, {\"group\": [1978.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, microwavable, ready-to-serve, single brand\", \"clust\": 2007, \"cat_0_index\": 2792, \"rank\": 625, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1197, \"ini\": 2402}, {\"group\": [3740.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, apples and cinnamon, dry\", \"clust\": 3782, \"cat_0_index\": 841, \"rank\": 3026, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2957, \"ini\": 2401}, {\"group\": [2079.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, ready-to-serve, pepper, TABASCO\", \"clust\": 2109, \"cat_0_index\": 2793, \"rank\": 626, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2295, \"ini\": 2400}, {\"group\": [641.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract, imitation, no alcohol\", \"clust\": 654, \"cat_0_index\": 3105, \"rank\": 627, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1840, \"ini\": 2399}, {\"group\": [1429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1452, \"cat_0_index\": 3453, \"rank\": 628, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1835, \"ini\": 2398}, {\"group\": [1894.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, low sodium, ready-to-serve, canned\", \"clust\": 1922, \"cat_0_index\": 2794, \"rank\": 629, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1332, \"ini\": 2397}, {\"group\": [1235.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, fluid\", \"clust\": 1258, \"cat_0_index\": 1140, \"rank\": 630, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2045, \"ini\": 2396}, {\"group\": [3477.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI HEART TO HEART, Honey Toasted Oat\", \"clust\": 3514, \"cat_0_index\": 842, \"rank\": 3025, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3074, \"ini\": 2395}, {\"group\": [1381.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, cooked, boiled, drained, with salt\", \"clust\": 1406, \"cat_0_index\": 3454, \"rank\": 631, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2009, \"ini\": 2394}, {\"group\": [585.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, unsweetened, without added ascorbic acid (includes USDA commodity)\", \"clust\": 597, \"cat_0_index\": 1709, \"rank\": 632, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1541, \"ini\": 2393}, {\"group\": [2024.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON, Chicken A La King\", \"clust\": 2054, \"cat_0_index\": 2157, \"rank\": 633, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 368, \"ini\": 2392}, {\"group\": [626.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice drink\", \"clust\": 640, \"cat_0_index\": 669, \"rank\": 634, \"cat-0\": \"Beverages\", \"rankvar\": 1444, \"ini\": 2391}, {\"group\": [1346.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, powder, prepared with water\", \"clust\": 1368, \"cat_0_index\": 670, \"rank\": 635, \"cat-0\": \"Beverages\", \"rankvar\": 1666, \"ini\": 2390}, {\"group\": [1451.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 1475, \"cat_0_index\": 3455, \"rank\": 636, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 895, \"ini\": 2389}, {\"group\": [2039.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Gumbo Soup, condensed\", \"clust\": 2070, \"cat_0_index\": 2795, \"rank\": 637, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1436, \"ini\": 2388}, {\"group\": [1812.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, strained\", \"clust\": 1836, \"cat_0_index\": 78, \"rank\": 638, \"cat-0\": \"Baby Foods\", \"rankvar\": 1034, \"ini\": 2387}, {\"group\": [260.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, devilfish, meat (Alaska Native)\", \"clust\": 264, \"cat_0_index\": 1266, \"rank\": 639, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 345, \"ini\": 2386}, {\"group\": [1388.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, packed in tomato juice\", \"clust\": 1413, \"cat_0_index\": 3456, \"rank\": 640, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2057, \"ini\": 2385}, {\"group\": [1264.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Unsweetened, soymilk\", \"clust\": 1289, \"cat_0_index\": 2057, \"rank\": 641, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1848, \"ini\": 2384}, {\"group\": [3704.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 3743, \"cat_0_index\": 1330, \"rank\": 3024, \"cat-0\": \"Fast Foods\", \"rankvar\": 2881, \"ini\": 2383}, {\"group\": [3478.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI Heart to Heart Warm Cinnamon\", \"clust\": 3515, \"cat_0_index\": 843, \"rank\": 3023, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3096, \"ini\": 2382}, {\"group\": [1665.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian Sausage Pasta & Pepperoni Soup\", \"clust\": 1694, \"cat_0_index\": 2796, \"rank\": 642, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 998, \"ini\": 2381}, {\"group\": [1428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, cooked, boiled, drained, or baked, with salt\", \"clust\": 1454, \"cat_0_index\": 3457, \"rank\": 643, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1794, \"ini\": 2380}, {\"group\": [1511.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, Florida\", \"clust\": 1539, \"cat_0_index\": 1710, \"rank\": 644, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2073, \"ini\": 2379}, {\"group\": [2628.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, skin only, cooked, roasted\", \"clust\": 2658, \"cat_0_index\": 2338, \"rank\": 3022, \"cat-0\": \"Poultry Products\", \"rankvar\": 2710, \"ini\": 2378}, {\"group\": [3579.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bites, mixed flavors\", \"clust\": 3619, \"cat_0_index\": 2564, \"rank\": 3021, \"cat-0\": \"Snacks\", \"rankvar\": 2747, \"ini\": 2377}, {\"group\": [1330.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, regular pack, solids and liquids\", \"clust\": 1353, \"cat_0_index\": 3458, \"rank\": 645, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2111, \"ini\": 2376}, {\"group\": [2259.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, cooked, boiled, drained, without salt\", \"clust\": 2288, \"cat_0_index\": 3459, \"rank\": 646, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1524, \"ini\": 2375}, {\"group\": [3907.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, vanilla, creamy, ready-to-eat\", \"clust\": 3951, \"cat_0_index\": 3229, \"rank\": 3020, \"cat-0\": \"Sweets\", \"rankvar\": 3414, \"ini\": 2374}, {\"group\": [794.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, extra heavy syrup pack, without skin, solids and liquids\", \"clust\": 812, \"cat_0_index\": 1711, \"rank\": 647, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 271, \"ini\": 2373}, {\"group\": [1252.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Light Vanilla Soymilk\", \"clust\": 1280, \"cat_0_index\": 2058, \"rank\": 648, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1912, \"ini\": 2372}, {\"group\": [3265.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, brown, dry\", \"clust\": 3301, \"cat_0_index\": 2797, \"rank\": 3019, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3430, \"ini\": 2371}, {\"group\": [1793.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, green beans, strained\", \"clust\": 1821, \"cat_0_index\": 79, \"rank\": 649, \"cat-0\": \"Baby Foods\", \"rankvar\": 1721, \"ini\": 2370}, {\"group\": [1784.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken soup, strained\", \"clust\": 1791, \"cat_0_index\": 80, \"rank\": 650, \"cat-0\": \"Baby Foods\", \"rankvar\": 1137, \"ini\": 2369}, {\"group\": [2001.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, fat-free, tub\", \"clust\": 2028, \"cat_0_index\": 1524, \"rank\": 651, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1834, \"ini\": 2368}, {\"group\": [2372.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, cooked, boiled, drained, without salt\", \"clust\": 2403, \"cat_0_index\": 3460, \"rank\": 652, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2083, \"ini\": 2367}, {\"group\": [1259.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (all flavors), nonfat, with added calcium, vitamins A and D\", \"clust\": 1283, \"cat_0_index\": 2059, \"rank\": 653, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1858, \"ini\": 2366}, {\"group\": [1152.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, water pack, solids and liquids\", \"clust\": 1175, \"cat_0_index\": 1712, \"rank\": 654, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1716, \"ini\": 2365}, {\"group\": [1514.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1540, \"cat_0_index\": 3461, \"rank\": 655, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2374, \"ini\": 2364}, {\"group\": [1308.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked\", \"clust\": 1333, \"cat_0_index\": 3462, \"rank\": 656, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2157, \"ini\": 2363}, {\"group\": [1453.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, raw\", \"clust\": 1479, \"cat_0_index\": 3463, \"rank\": 657, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1337, \"ini\": 2362}, {\"group\": [3456.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER CRUNCHY BRAN\", \"clust\": 3488, \"cat_0_index\": 844, \"rank\": 3018, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3331, \"ini\": 2361}, {\"group\": [577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, canned, thompson seedless, water pack, solids and liquids\", \"clust\": 590, \"cat_0_index\": 1713, \"rank\": 658, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1559, \"ini\": 2360}, {\"group\": [764.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, fresh-refrigerated, spinach, cooked\", \"clust\": 780, \"cat_0_index\": 1005, \"rank\": 659, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 23, \"ini\": 2359}, {\"group\": [419.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sourdock, young leaves (Alaska Native)\", \"clust\": 420, \"cat_0_index\": 1267, \"rank\": 660, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2370, \"ini\": 2358}, {\"group\": [1168.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, plain, prepared (microwaved or boiling water added), without salt\", \"clust\": 1192, \"cat_0_index\": 845, \"rank\": 661, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 485, \"ini\": 2357}, {\"group\": [2274.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, corn, creamed, junior\", \"clust\": 2303, \"cat_0_index\": 81, \"rank\": 662, \"cat-0\": \"Baby Foods\", \"rankvar\": 512, \"ini\": 2356}, {\"group\": [1506.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and banana\", \"clust\": 1531, \"cat_0_index\": 82, \"rank\": 663, \"cat-0\": \"Baby Foods\", \"rankvar\": 1490, \"ini\": 2355}, {\"group\": [2040.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Dumplings Soup, condensed\", \"clust\": 2071, \"cat_0_index\": 2798, \"rank\": 664, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1182, \"ini\": 2354}, {\"group\": [2257.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waterchestnuts, chinese, canned, solids and liquids\", \"clust\": 2286, \"cat_0_index\": 3464, \"rank\": 665, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1142, \"ini\": 2353}, {\"group\": [2046.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef with vegetables and barley, canned, condensed, single brand\", \"clust\": 2077, \"cat_0_index\": 2799, \"rank\": 666, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1003, \"ini\": 2352}, {\"group\": [1773.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and ham, junior\", \"clust\": 1801, \"cat_0_index\": 83, \"rank\": 667, \"cat-0\": \"Baby Foods\", \"rankvar\": 680, \"ini\": 2351}, {\"group\": [776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, parboiled, enriched, cooked\", \"clust\": 792, \"cat_0_index\": 1006, \"rank\": 668, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 58, \"ini\": 2350}, {\"group\": [776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, parboiled, unenriched, cooked\", \"clust\": 793, \"cat_0_index\": 1007, \"rank\": 669, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 59, \"ini\": 2349}, {\"group\": [1444.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radicchio, raw\", \"clust\": 1471, \"cat_0_index\": 3465, \"rank\": 670, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1949, \"ini\": 2348}, {\"group\": [2273.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oat bran, cooked\", \"clust\": 2298, \"cat_0_index\": 1008, \"rank\": 671, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 726, \"ini\": 2347}, {\"group\": [853.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, cooked, boiled, drained, without salt\", \"clust\": 869, \"cat_0_index\": 3466, \"rank\": 672, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2450, \"ini\": 2346}, {\"group\": [2065.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beefy Mushroom Soup, condensed\", \"clust\": 2096, \"cat_0_index\": 2800, \"rank\": 673, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1534, \"ini\": 2345}, {\"group\": [1165.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (All flavors), lowfat, with added calcium, vitamins A and D\", \"clust\": 1189, \"cat_0_index\": 2060, \"rank\": 674, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1383, \"ini\": 2344}, {\"group\": [2948.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, regular\", \"clust\": 2981, \"cat_0_index\": 337, \"rank\": 3017, \"cat-0\": \"Baked Products\", \"rankvar\": 2697, \"ini\": 2343}, {\"group\": [1673.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Honey Roasted Ham with Potatoes Soup\", \"clust\": 1701, \"cat_0_index\": 2801, \"rank\": 675, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 824, \"ini\": 2342}, {\"group\": [2276.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), without salt\", \"clust\": 2305, \"cat_0_index\": 846, \"rank\": 676, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 446, \"ini\": 2341}, {\"group\": [601.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water without added ascorbic acid\", \"clust\": 612, \"cat_0_index\": 1714, \"rank\": 677, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1578, \"ini\": 2340}, {\"group\": [1154.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberry juice, canned\", \"clust\": 1180, \"cat_0_index\": 1715, \"rank\": 678, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1726, \"ini\": 2339}, {\"group\": [2275.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, corn, creamed, strained\", \"clust\": 2304, \"cat_0_index\": 84, \"rank\": 679, \"cat-0\": \"Baby Foods\", \"rankvar\": 676, \"ini\": 2338}, {\"group\": [1376.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, cooked, boiled, drained, without salt\", \"clust\": 1402, \"cat_0_index\": 3467, \"rank\": 680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2186, \"ini\": 2337}, {\"group\": [1142.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Tropical Colada\", \"clust\": 1166, \"cat_0_index\": 671, \"rank\": 681, \"cat-0\": \"Beverages\", \"rankvar\": 1528, \"ini\": 2336}, {\"group\": [1350.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut water (liquid from coconuts)\", \"clust\": 1372, \"cat_0_index\": 2281, \"rank\": 682, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2086, \"ini\": 2335}, {\"group\": [2295.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, cream style, no salt added\", \"clust\": 2324, \"cat_0_index\": 3468, \"rank\": 683, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 297, \"ini\": 2334}, {\"group\": [1449.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, raw\", \"clust\": 1476, \"cat_0_index\": 3469, \"rank\": 684, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1225, \"ini\": 2333}, {\"group\": [1377.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, raw, year round average\", \"clust\": 1401, \"cat_0_index\": 3470, \"rank\": 685, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2100, \"ini\": 2332}, {\"group\": [1481.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Loquats, raw\", \"clust\": 1509, \"cat_0_index\": 1716, \"rank\": 686, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1210, \"ini\": 2331}, {\"group\": [1637.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Split Pea with Roasted Ham Soup\", \"clust\": 1662, \"cat_0_index\": 2802, \"rank\": 687, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 536, \"ini\": 2330}, {\"group\": [2204.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, green beans, junior\", \"clust\": 2230, \"cat_0_index\": 85, \"rank\": 688, \"cat-0\": \"Baby Foods\", \"rankvar\": 1896, \"ini\": 2329}, {\"group\": [330.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, steamed, Chinese restaurant\", \"clust\": 332, \"cat_0_index\": 1009, \"rank\": 689, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 65, \"ini\": 2328}, {\"group\": [1635.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Beef Barley Soup\", \"clust\": 1663, \"cat_0_index\": 2803, \"rank\": 690, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 509, \"ini\": 2327}, {\"group\": [783.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Couscous, cooked\", \"clust\": 802, \"cat_0_index\": 1010, \"rank\": 691, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 69, \"ini\": 2326}, {\"group\": [3327.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, saffron\", \"clust\": 3361, \"cat_0_index\": 3106, \"rank\": 3016, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3196, \"ini\": 2325}, {\"group\": [2992.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tostada shells, corn\", \"clust\": 3024, \"cat_0_index\": 338, \"rank\": 3015, \"cat-0\": \"Baked Products\", \"rankvar\": 2709, \"ini\": 2324}, {\"group\": [1083.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, fish, homemade (Alaska Native)\", \"clust\": 1095, \"cat_0_index\": 1268, \"rank\": 692, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 333, \"ini\": 2323}, {\"group\": [3658.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, prepared from recipe, made with margarine\", \"clust\": 3699, \"cat_0_index\": 339, \"rank\": 3014, \"cat-0\": \"Baked Products\", \"rankvar\": 2693, \"ini\": 2322}, {\"group\": [790.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Poi\", \"clust\": 804, \"cat_0_index\": 3471, \"rank\": 693, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 203, \"ini\": 2321}, {\"group\": [1314.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, water pack, with skin, solids and liquids\", \"clust\": 1339, \"cat_0_index\": 1717, \"rank\": 694, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1803, \"ini\": 2320}, {\"group\": [1426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, canned, solids and liquids\", \"clust\": 1450, \"cat_0_index\": 3472, \"rank\": 695, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2087, \"ini\": 2319}, {\"group\": [767.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, spinach, cooked\", \"clust\": 778, \"cat_0_index\": 1011, \"rank\": 696, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 30, \"ini\": 2318}, {\"group\": [671.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple-cranberry juice\", \"clust\": 686, \"cat_0_index\": 86, \"rank\": 697, \"cat-0\": \"Baby Foods\", \"rankvar\": 1687, \"ini\": 2317}, {\"group\": [1254.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Plain, soymilk\", \"clust\": 1287, \"cat_0_index\": 2061, \"rank\": 698, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1859, \"ini\": 2316}, {\"group\": [1446.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, raw\", \"clust\": 1468, \"cat_0_index\": 3473, \"rank\": 699, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1880, \"ini\": 2315}, {\"group\": [3580.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Breakfast bars, oats, sugar, raisins, coconut (include granola bar)\", \"clust\": 3620, \"cat_0_index\": 2565, \"rank\": 3013, \"cat-0\": \"Snacks\", \"rankvar\": 2766, \"ini\": 2314}, {\"group\": [1629.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Tomato Soup\", \"clust\": 1657, \"cat_0_index\": 2804, \"rank\": 700, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1434, \"ini\": 2313}, {\"group\": [2267.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, WHEATENA, cooked with water, with salt\", \"clust\": 2297, \"cat_0_index\": 847, \"rank\": 701, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 781, \"ini\": 2312}, {\"group\": [2297.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apricot with tapioca, junior\", \"clust\": 2328, \"cat_0_index\": 87, \"rank\": 702, \"cat-0\": \"Baby Foods\", \"rankvar\": 768, \"ini\": 2311}, {\"group\": [1159.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, No Sugar Added CREAMSICLE Pops\", \"clust\": 1182, \"cat_0_index\": 3230, \"rank\": 703, \"cat-0\": \"Sweets\", \"rankvar\": 868, \"ini\": 2310}, {\"group\": [1698.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Blended Red Pepper Black Bean Soup\", \"clust\": 1727, \"cat_0_index\": 2805, \"rank\": 704, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1289, \"ini\": 2309}, {\"group\": [2301.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dehydrated (low moisture), sulfured, stewed\", \"clust\": 2330, \"cat_0_index\": 1718, \"rank\": 705, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 565, \"ini\": 2308}, {\"group\": [3408.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, white\", \"clust\": 3442, \"cat_0_index\": 3107, \"rank\": 3012, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3627, \"ini\": 2307}, {\"group\": [1435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, regular pack, drained solids\", \"clust\": 1457, \"cat_0_index\": 3474, \"rank\": 706, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2016, \"ini\": 2306}, {\"group\": [1383.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable soup, condensed, low sodium, prepared with equal volume water\", \"clust\": 1405, \"cat_0_index\": 2806, \"rank\": 707, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1560, \"ini\": 2305}, {\"group\": [3180.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, whole milk, low moisture\", \"clust\": 3214, \"cat_0_index\": 1141, \"rank\": 3011, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2759, \"ini\": 2304}, {\"group\": [508.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared from item 14028\", \"clust\": 519, \"cat_0_index\": 672, \"rank\": 708, \"cat-0\": \"Beverages\", \"rankvar\": 420, \"ini\": 2303}, {\"group\": [1292.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, prepared with equal volume water\", \"clust\": 1316, \"cat_0_index\": 2807, \"rank\": 709, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1176, \"ini\": 2302}, {\"group\": [1283.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, dry, mix, prepared with water\", \"clust\": 1305, \"cat_0_index\": 2808, \"rank\": 710, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1468, \"ini\": 2301}, {\"group\": [1712.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Creamy Chicken Alfredo Soup\", \"clust\": 1739, \"cat_0_index\": 2809, \"rank\": 711, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 335, \"ini\": 2300}, {\"group\": [1379.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), cooked, boiled, drained, without salt\", \"clust\": 1396, \"cat_0_index\": 3475, \"rank\": 712, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2215, \"ini\": 2299}, {\"group\": [2801.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef sausage, pre-cooked\", \"clust\": 2831, \"cat_0_index\": 2418, \"rank\": 3010, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2750, \"ini\": 2298}, {\"group\": [2373.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory, witloof, raw\", \"clust\": 2404, \"cat_0_index\": 3476, \"rank\": 713, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2230, \"ini\": 2297}, {\"group\": [1763.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mashed cheddar potatoes and broccoli, toddlers\", \"clust\": 1788, \"cat_0_index\": 88, \"rank\": 714, \"cat-0\": \"Baby Foods\", \"rankvar\": 1149, \"ini\": 2296}, {\"group\": [1824.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken rice, canned, chunky, ready-to-serve\", \"clust\": 1851, \"cat_0_index\": 2810, \"rank\": 715, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 750, \"ini\": 2295}, {\"group\": [1997.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Red Taco Sauce\", \"clust\": 2024, \"cat_0_index\": 2811, \"rank\": 716, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1801, \"ini\": 2294}, {\"group\": [2327.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mammy-apple, (mamey), raw\", \"clust\": 2354, \"cat_0_index\": 1719, \"rank\": 717, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1406, \"ini\": 2293}, {\"group\": [1892.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, dry, mix, prepared with water\", \"clust\": 1918, \"cat_0_index\": 2812, \"rank\": 718, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1601, \"ini\": 2292}, {\"group\": [1720.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Cheddar & Bacon Bits Soup\", \"clust\": 1749, \"cat_0_index\": 2813, \"rank\": 719, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 529, \"ini\": 2291}, {\"group\": [3465.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI, KASHI GO LEAN Hot Cereal, Truly Vanilla, dry\", \"clust\": 3497, \"cat_0_index\": 848, \"rank\": 3009, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2880, \"ini\": 2290}, {\"group\": [2306.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gooseberries, canned, light syrup pack, solids and liquids\", \"clust\": 2336, \"cat_0_index\": 1720, \"rank\": 720, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 604, \"ini\": 2289}, {\"group\": [2261.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, peas, strained\", \"clust\": 2291, \"cat_0_index\": 89, \"rank\": 721, \"cat-0\": \"Baby Foods\", \"rankvar\": 867, \"ini\": 2288}, {\"group\": [1884.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato beef with noodle, canned, prepared with equal volume water\", \"clust\": 1907, \"cat_0_index\": 2814, \"rank\": 722, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 863, \"ini\": 2287}, {\"group\": [2037.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Scotch Broth, condensed\", \"clust\": 2067, \"cat_0_index\": 2815, \"rank\": 723, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1462, \"ini\": 2286}, {\"group\": [1433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, cooked, boiled, drained, with salt\", \"clust\": 1458, \"cat_0_index\": 3477, \"rank\": 724, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2182, \"ini\": 2285}, {\"group\": [2994.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, unsalted, white corn\", \"clust\": 3028, \"cat_0_index\": 2566, \"rank\": 3008, \"cat-0\": \"Snacks\", \"rankvar\": 2812, \"ini\": 2284}, {\"group\": [642.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, prepared with water\", \"clust\": 655, \"cat_0_index\": 3231, \"rank\": 725, \"cat-0\": \"Sweets\", \"rankvar\": 1465, \"ini\": 2283}, {\"group\": [1322.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salmonberries, raw (Alaska Native)\", \"clust\": 1344, \"cat_0_index\": 1269, \"rank\": 726, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1307, \"ini\": 2282}, {\"group\": [2264.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hominy, canned, yellow\", \"clust\": 2293, \"cat_0_index\": 1012, \"rank\": 727, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 666, \"ini\": 2281}, {\"group\": [2044.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom barley, canned, condensed\", \"clust\": 2072, \"cat_0_index\": 2816, \"rank\": 728, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 917, \"ini\": 2280}, {\"group\": [261.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, broad, liver (Alaska Native)\", \"clust\": 265, \"cat_0_index\": 1270, \"rank\": 729, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 135, \"ini\": 2279}, {\"group\": [3958.0, 83.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, gum drops, dietetic or low calorie (sorbitol)\", \"clust\": 3762, \"cat_0_index\": 3232, \"rank\": 3007, \"cat-0\": \"Sweets\", \"rankvar\": 3685, \"ini\": 2278}, {\"group\": [795.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 813, \"cat_0_index\": 1721, \"rank\": 730, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 226, \"ini\": 2277}, {\"group\": [2298.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apricot with tapioca, strained\", \"clust\": 2329, \"cat_0_index\": 90, \"rank\": 731, \"cat-0\": \"Baby Foods\", \"rankvar\": 924, \"ini\": 2276}, {\"group\": [3612.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES SNICKERS Brand Bite Size Candies\", \"clust\": 3653, \"cat_0_index\": 3233, \"rank\": 3006, \"cat-0\": \"Sweets\", \"rankvar\": 3230, \"ini\": 2275}, {\"group\": [1359.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, garden vegetable, strained\", \"clust\": 1379, \"cat_0_index\": 91, \"rank\": 732, \"cat-0\": \"Baby Foods\", \"rankvar\": 1370, \"ini\": 2274}, {\"group\": [1753.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, toddler\", \"clust\": 1779, \"cat_0_index\": 92, \"rank\": 733, \"cat-0\": \"Baby Foods\", \"rankvar\": 276, \"ini\": 2273}, {\"group\": [1280.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Southwestern Corn Chowder\", \"clust\": 1304, \"cat_0_index\": 2817, \"rank\": 734, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 665, \"ini\": 2272}, {\"group\": [1746.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Chicken with Noodles Soup\", \"clust\": 1776, \"cat_0_index\": 2818, \"rank\": 735, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 770, \"ini\": 2271}, {\"group\": [1437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, raw\", \"clust\": 1460, \"cat_0_index\": 3478, \"rank\": 736, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1758, \"ini\": 2270}, {\"group\": [2277.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), with salt\", \"clust\": 2306, \"cat_0_index\": 849, \"rank\": 737, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 449, \"ini\": 2269}, {\"group\": [2038.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Broccoli Soup, condensed\", \"clust\": 2068, \"cat_0_index\": 2819, \"rank\": 738, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1298, \"ini\": 2268}, {\"group\": [1980.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk substitutes, fluid, with lauric acid oil\", \"clust\": 2009, \"cat_0_index\": 1142, \"rank\": 739, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 945, \"ini\": 2267}, {\"group\": [3621.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES 3 MUSKETEERS Brand Bite Size Candies\", \"clust\": 3662, \"cat_0_index\": 3234, \"rank\": 3005, \"cat-0\": \"Sweets\", \"rankvar\": 3510, \"ini\": 2266}, {\"group\": [2506.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 2534, \"cat_0_index\": 1331, \"rank\": 3004, \"cat-0\": \"Fast Foods\", \"rankvar\": 3019, \"ini\": 2265}, {\"group\": [1255.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Vanilla, soymilk\", \"clust\": 1288, \"cat_0_index\": 2062, \"rank\": 740, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1717, \"ini\": 2264}, {\"group\": [3937.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder\", \"clust\": 3980, \"cat_0_index\": 673, \"rank\": 3003, \"cat-0\": \"Beverages\", \"rankvar\": 3753, \"ini\": 2263}, {\"group\": [674.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, traditional varieties\", \"clust\": 688, \"cat_0_index\": 1722, \"rank\": 741, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1453, \"ini\": 2262}, {\"group\": [3818.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Molasses\", \"clust\": 3860, \"cat_0_index\": 3235, \"rank\": 3002, \"cat-0\": \"Sweets\", \"rankvar\": 3494, \"ini\": 2261}, {\"group\": [2258.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, cooked, without salt\", \"clust\": 2287, \"cat_0_index\": 3479, \"rank\": 742, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 658, \"ini\": 2260}, {\"group\": [1370.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, without salt\", \"clust\": 1392, \"cat_0_index\": 3480, \"rank\": 743, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1787, \"ini\": 2259}, {\"group\": [3820.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dried, sulfured, uncooked\", \"clust\": 3863, \"cat_0_index\": 1723, \"rank\": 3001, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3307, \"ini\": 2258}, {\"group\": [2070.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with rice, canned, condensed\", \"clust\": 2101, \"cat_0_index\": 2820, \"rank\": 744, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1096, \"ini\": 2257}, {\"group\": [1169.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, butter flavor, prepared with water\", \"clust\": 1193, \"cat_0_index\": 850, \"rank\": 745, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 578, \"ini\": 2256}, {\"group\": [2296.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, cream style, no salt added\", \"clust\": 2325, \"cat_0_index\": 3481, \"rank\": 746, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 304, \"ini\": 2255}, {\"group\": [2002.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BEAT Smart Squeeze\", \"clust\": 2032, \"cat_0_index\": 1525, \"rank\": 747, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1898, \"ini\": 2254}, {\"group\": [1674.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Italian Sausage & Peppers Soup\", \"clust\": 1702, \"cat_0_index\": 2821, \"rank\": 748, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 775, \"ini\": 2253}, {\"group\": [1413.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, canned, regular pack, solids and liquids\", \"clust\": 1437, \"cat_0_index\": 3482, \"rank\": 749, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1309, \"ini\": 2252}, {\"group\": [848.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro, shoots, cooked, with salt\", \"clust\": 867, \"cat_0_index\": 3483, \"rank\": 750, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2333, \"ini\": 2251}, {\"group\": [1776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef noodle, strained\", \"clust\": 1802, \"cat_0_index\": 93, \"rank\": 751, \"cat-0\": \"Baby Foods\", \"rankvar\": 612, \"ini\": 2250}, {\"group\": [1384.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, regular pack, drained solids\", \"clust\": 1408, \"cat_0_index\": 3484, \"rank\": 752, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1900, \"ini\": 2249}, {\"group\": [1081.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 1102, \"cat_0_index\": 1332, \"rank\": 753, \"cat-0\": \"Fast Foods\", \"rankvar\": 980, \"ini\": 2248}, {\"group\": [1782.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and tomato and beef, strained\", \"clust\": 1808, \"cat_0_index\": 94, \"rank\": 754, \"cat-0\": \"Baby Foods\", \"rankvar\": 594, \"ini\": 2247}, {\"group\": [1351.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, raw\", \"clust\": 1377, \"cat_0_index\": 3485, \"rank\": 755, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1895, \"ini\": 2246}, {\"group\": [806.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (pineapple and papaya and banana and guava), tropical, canned, heavy syrup, solids and liquids\", \"clust\": 811, \"cat_0_index\": 1724, \"rank\": 756, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 424, \"ini\": 2245}, {\"group\": [1268.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, nonfat, with added calcium, vitamins A and D\", \"clust\": 1276, \"cat_0_index\": 2063, \"rank\": 757, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1306, \"ini\": 2244}, {\"group\": [1204.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice drink, unsweetened, with added calcium, vitamins A and D\", \"clust\": 1228, \"cat_0_index\": 674, \"rank\": 758, \"cat-0\": \"Beverages\", \"rankvar\": 1606, \"ini\": 2243}, {\"group\": [2833.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork and beef sausage, fresh, cooked\", \"clust\": 2869, \"cat_0_index\": 2419, \"rank\": 3000, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2662, \"ini\": 2242}, {\"group\": [1374.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, raw\", \"clust\": 1403, \"cat_0_index\": 3486, \"rank\": 759, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2164, \"ini\": 2241}, {\"group\": [1160.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, NESTUM, prepared with water\", \"clust\": 1183, \"cat_0_index\": 851, \"rank\": 760, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 636, \"ini\": 2240}, {\"group\": [1895.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Orgnaic Classic Original Soymilk\", \"clust\": 1923, \"cat_0_index\": 2064, \"rank\": 761, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1042, \"ini\": 2239}, {\"group\": [1719.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Mushroom Chowder\", \"clust\": 1746, \"cat_0_index\": 2822, \"rank\": 762, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 470, \"ini\": 2238}, {\"group\": [3760.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COUNT CHOCULA\", \"clust\": 3802, \"cat_0_index\": 852, \"rank\": 2999, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3225, \"ini\": 2237}, {\"group\": [3070.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, SUPRO\", \"clust\": 3103, \"cat_0_index\": 2065, \"rank\": 2998, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3755, \"ini\": 2236}, {\"group\": [471.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pop\", \"clust\": 485, \"cat_0_index\": 3236, \"rank\": 763, \"cat-0\": \"Sweets\", \"rankvar\": 1285, \"ini\": 2235}, {\"group\": [3231.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, part skim milk, low moisture\", \"clust\": 3264, \"cat_0_index\": 1143, \"rank\": 2997, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2883, \"ini\": 2234}, {\"group\": [1353.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, cooked, boiled, drained, without salt\", \"clust\": 1376, \"cat_0_index\": 3487, \"rank\": 764, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1921, \"ini\": 2233}, {\"group\": [2064.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Noodle Soup, condensed\", \"clust\": 2093, \"cat_0_index\": 2823, \"rank\": 765, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1419, \"ini\": 2232}, {\"group\": [3153.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese substitute, mozzarella\", \"clust\": 3173, \"cat_0_index\": 1144, \"rank\": 2996, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2574, \"ini\": 2231}, {\"group\": [756.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn with red and green peppers, canned, solids and liquids\", \"clust\": 767, \"cat_0_index\": 3488, \"rank\": 766, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 300, \"ini\": 2230}, {\"group\": [1754.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, spaghetti and tomato and meat, toddler\", \"clust\": 1778, \"cat_0_index\": 95, \"rank\": 767, \"cat-0\": \"Baby Foods\", \"rankvar\": 282, \"ini\": 2229}, {\"group\": [3819.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, sorghum\", \"clust\": 3861, \"cat_0_index\": 3237, \"rank\": 2995, \"cat-0\": \"Sweets\", \"rankvar\": 3601, \"ini\": 2228}, {\"group\": [1258.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, light, with added calcium, vitamins A and D\", \"clust\": 1284, \"cat_0_index\": 2066, \"rank\": 768, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1839, \"ini\": 2227}, {\"group\": [249.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, raw, fresh\", \"clust\": 254, \"cat_0_index\": 1145, \"rank\": 769, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 903, \"ini\": 2226}, {\"group\": [3303.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chickpea flour (besan)\", \"clust\": 3337, \"cat_0_index\": 2067, \"rank\": 2994, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2787, \"ini\": 2225}, {\"group\": [416.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and pineapple\", \"clust\": 426, \"cat_0_index\": 96, \"rank\": 770, \"cat-0\": \"Baby Foods\", \"rankvar\": 2002, \"ini\": 2224}, {\"group\": [1319.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, unprepared\", \"clust\": 1346, \"cat_0_index\": 3489, \"rank\": 771, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1531, \"ini\": 2223}, {\"group\": [3618.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS CRUNCHER\", \"clust\": 3659, \"cat_0_index\": 3238, \"rank\": 2993, \"cat-0\": \"Sweets\", \"rankvar\": 3188, \"ini\": 2222}, {\"group\": [1348.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, raw\", \"clust\": 1373, \"cat_0_index\": 3490, \"rank\": 772, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2199, \"ini\": 2221}, {\"group\": [1721.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Corn Chowder\", \"clust\": 1750, \"cat_0_index\": 2824, \"rank\": 773, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 491, \"ini\": 2220}, {\"group\": [1355.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, carrots, strained\", \"clust\": 1380, \"cat_0_index\": 97, \"rank\": 774, \"cat-0\": \"Baby Foods\", \"rankvar\": 1826, \"ini\": 2219}, {\"group\": [1389.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, cooked, boiled, drained, with salt\", \"clust\": 1414, \"cat_0_index\": 3491, \"rank\": 775, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2053, \"ini\": 2218}, {\"group\": [1717.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Chicken and Dumplings Soup\", \"clust\": 1747, \"cat_0_index\": 2825, \"rank\": 776, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 556, \"ini\": 2217}, {\"group\": [1371.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, raw\", \"clust\": 1398, \"cat_0_index\": 3492, \"rank\": 777, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2218, \"ini\": 2216}, {\"group\": [1261.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, light, unsweetened, with added calcium, vitamins A and D\", \"clust\": 1291, \"cat_0_index\": 2068, \"rank\": 778, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1692, \"ini\": 2215}, {\"group\": [3495.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder\", \"clust\": 3535, \"cat_0_index\": 675, \"rank\": 2992, \"cat-0\": \"Beverages\", \"rankvar\": 3805, \"ini\": 2214}, {\"group\": [1696.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stew - Fully Loaded\", \"clust\": 1703, \"cat_0_index\": 2826, \"rank\": 779, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 518, \"ini\": 2213}, {\"group\": [1385.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, regular pack, solids and liquids\", \"clust\": 1409, \"cat_0_index\": 3493, \"rank\": 780, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1953, \"ini\": 2212}, {\"group\": [1715.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Potato Ham Chowder\", \"clust\": 1744, \"cat_0_index\": 2827, \"rank\": 781, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 543, \"ini\": 2211}, {\"group\": [1354.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, cos or romaine, raw\", \"clust\": 1375, \"cat_0_index\": 3494, \"rank\": 782, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2113, \"ini\": 2210}, {\"group\": [766.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, homemade, made with egg, cooked\", \"clust\": 782, \"cat_0_index\": 1013, \"rank\": 783, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 19, \"ini\": 2209}, {\"group\": [1334.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, cooked, boiled, drained, without salt\", \"clust\": 1358, \"cat_0_index\": 3495, \"rank\": 784, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2071, \"ini\": 2208}, {\"group\": [592.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cherry cobbler, junior\", \"clust\": 606, \"cat_0_index\": 98, \"rank\": 785, \"cat-0\": \"Baby Foods\", \"rankvar\": 821, \"ini\": 2207}, {\"group\": [628.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, tutti frutti, junior\", \"clust\": 642, \"cat_0_index\": 99, \"rank\": 786, \"cat-0\": \"Baby Foods\", \"rankvar\": 929, \"ini\": 2206}, {\"group\": [578.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, water pack, solids and liquids\", \"clust\": 591, \"cat_0_index\": 1725, \"rank\": 787, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1571, \"ini\": 2205}, {\"group\": [2371.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, maitake, raw\", \"clust\": 2396, \"cat_0_index\": 3496, \"rank\": 788, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1573, \"ini\": 2204}, {\"group\": [3330.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potato soup, instant, dry mix\", \"clust\": 3363, \"cat_0_index\": 2828, \"rank\": 2991, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2972, \"ini\": 2203}, {\"group\": [1320.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, raw\", \"clust\": 1347, \"cat_0_index\": 3497, \"rank\": 789, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1371, \"ini\": 2202}, {\"group\": [2071.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Chicken Noodle Soup, condensed\", \"clust\": 2102, \"cat_0_index\": 2829, \"rank\": 790, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1187, \"ini\": 2201}, {\"group\": [1375.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, raw\", \"clust\": 1404, \"cat_0_index\": 3498, \"rank\": 791, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2174, \"ini\": 2200}, {\"group\": [596.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice, unsweetened\", \"clust\": 609, \"cat_0_index\": 1726, \"rank\": 792, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1670, \"ini\": 2199}, {\"group\": [1356.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, carrots, junior\", \"clust\": 1381, \"cat_0_index\": 100, \"rank\": 793, \"cat-0\": \"Baby Foods\", \"rankvar\": 1618, \"ini\": 2198}, {\"group\": [3328.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, granules with milk, dry form\", \"clust\": 3364, \"cat_0_index\": 3499, \"rank\": 2990, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3395, \"ini\": 2197}, {\"group\": [3238.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT VELVEETA Pasteurized Process Cheese Spread\", \"clust\": 3271, \"cat_0_index\": 1146, \"rank\": 2989, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2604, \"ini\": 2196}, {\"group\": [3849.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, german chocolate, dry mix, pudding-type\", \"clust\": 3893, \"cat_0_index\": 340, \"rank\": 2988, \"cat-0\": \"Baked Products\", \"rankvar\": 3161, \"ini\": 2195}, {\"group\": [3613.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS Almond bar\", \"clust\": 3654, \"cat_0_index\": 3239, \"rank\": 2987, \"cat-0\": \"Sweets\", \"rankvar\": 3266, \"ini\": 2194}, {\"group\": [1450.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, cooked, boiled, drained, without salt\", \"clust\": 1477, \"cat_0_index\": 3500, \"rank\": 794, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1245, \"ini\": 2193}, {\"group\": [1078.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, farmed, raw\", \"clust\": 1098, \"cat_0_index\": 1557, \"rank\": 795, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 584, \"ini\": 2192}, {\"group\": [807.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pineapple-coconut\", \"clust\": 776, \"cat_0_index\": 3240, \"rank\": 796, \"cat-0\": \"Sweets\", \"rankvar\": 264, \"ini\": 2191}, {\"group\": [1305.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, raw\", \"clust\": 1330, \"cat_0_index\": 3501, \"rank\": 797, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2106, \"ini\": 2190}, {\"group\": [1476.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quinces, raw\", \"clust\": 1503, \"cat_0_index\": 1727, \"rank\": 798, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 951, \"ini\": 2189}, {\"group\": [781.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, brown, long-grain, cooked\", \"clust\": 800, \"cat_0_index\": 1014, \"rank\": 799, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 109, \"ini\": 2188}, {\"group\": [1387.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, cooked, boiled, drained, with salt\", \"clust\": 1411, \"cat_0_index\": 3502, \"rank\": 800, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1998, \"ini\": 2187}, {\"group\": [1372.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 1399, \"cat_0_index\": 1333, \"rank\": 801, \"cat-0\": \"Fast Foods\", \"rankvar\": 2066, \"ini\": 2186}, {\"group\": [1888.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom, canned, prepared with equal volume water\", \"clust\": 1917, \"cat_0_index\": 2830, \"rank\": 802, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1269, \"ini\": 2185}, {\"group\": [1318.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, regular pack, solids and liquids\", \"clust\": 1341, \"cat_0_index\": 3503, \"rank\": 803, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1698, \"ini\": 2184}, {\"group\": [1448.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, raw\", \"clust\": 1474, \"cat_0_index\": 3504, \"rank\": 804, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1215, \"ini\": 2183}, {\"group\": [1310.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, cooked, boiled, drained, without salt\", \"clust\": 1336, \"cat_0_index\": 3505, \"rank\": 805, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2048, \"ini\": 2182}, {\"group\": [1749.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef and mushroom, low sodium, chunk style\", \"clust\": 1772, \"cat_0_index\": 2831, \"rank\": 806, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 310, \"ini\": 2181}, {\"group\": [3908.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, cream cheese-flavor, ready-to-eat\", \"clust\": 3952, \"cat_0_index\": 3241, \"rank\": 2986, \"cat-0\": \"Sweets\", \"rankvar\": 3406, \"ini\": 2180}, {\"group\": [1303.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato and vegetable juice, low sodium\", \"clust\": 1322, \"cat_0_index\": 3506, \"rank\": 807, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2158, \"ini\": 2179}, {\"group\": [784.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Millet, cooked\", \"clust\": 803, \"cat_0_index\": 1015, \"rank\": 808, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 44, \"ini\": 2178}, {\"group\": [553.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity peaches, canned, light syrup, drained\", \"clust\": 563, \"cat_0_index\": 1728, \"rank\": 809, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1083, \"ini\": 2177}, {\"group\": [1352.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, cooked, boiled, drained\", \"clust\": 1378, \"cat_0_index\": 3507, \"rank\": 810, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1817, \"ini\": 2176}, {\"group\": [1822.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and cheese, junior\", \"clust\": 1849, \"cat_0_index\": 101, \"rank\": 811, \"cat-0\": \"Baby Foods\", \"rankvar\": 727, \"ini\": 2175}, {\"group\": [1713.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, New England Clam Chowder\", \"clust\": 1742, \"cat_0_index\": 2832, \"rank\": 812, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 337, \"ini\": 2174}, {\"group\": [1321.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, cooked, boiled, drained, without salt\", \"clust\": 1345, \"cat_0_index\": 3508, \"rank\": 813, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1178, \"ini\": 2173}, {\"group\": [3647.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS MUNCH bar\", \"clust\": 3685, \"cat_0_index\": 3242, \"rank\": 2985, \"cat-0\": \"Sweets\", \"rankvar\": 2918, \"ini\": 2172}, {\"group\": [3420.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston TASTEEOS\", \"clust\": 3457, \"cat_0_index\": 853, \"rank\": 2984, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2871, \"ini\": 2171}, {\"group\": [1295.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato juice, canned, with salt added\", \"clust\": 1320, \"cat_0_index\": 3509, \"rank\": 814, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2169, \"ini\": 2170}, {\"group\": [2625.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, skin only, raw\", \"clust\": 2651, \"cat_0_index\": 2339, \"rank\": 2983, \"cat-0\": \"Poultry Products\", \"rankvar\": 2803, \"ini\": 2169}, {\"group\": [2922.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, rotisserie, original seasoning\", \"clust\": 2950, \"cat_0_index\": 2340, \"rank\": 2982, \"cat-0\": \"Poultry Products\", \"rankvar\": 2637, \"ini\": 2168}, {\"group\": [1552.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable and brown rice, strained\", \"clust\": 1578, \"cat_0_index\": 102, \"rank\": 815, \"cat-0\": \"Baby Foods\", \"rankvar\": 453, \"ini\": 2167}, {\"group\": [645.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tamarind nectar, canned\", \"clust\": 657, \"cat_0_index\": 1729, \"rank\": 816, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1567, \"ini\": 2166}, {\"group\": [3664.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, refrigerated dough, baked\", \"clust\": 3704, \"cat_0_index\": 341, \"rank\": 2981, \"cat-0\": \"Baked Products\", \"rankvar\": 2770, \"ini\": 2165}, {\"group\": [1727.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, cooked, boiled, drained, with salt\", \"clust\": 1755, \"cat_0_index\": 3510, \"rank\": 817, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1473, \"ini\": 2164}, {\"group\": [2320.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL WITH OATS, cooked with water, without salt\", \"clust\": 2351, \"cat_0_index\": 854, \"rank\": 818, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 488, \"ini\": 2163}, {\"group\": [2262.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, low sodium, prepared with equal volume water\", \"clust\": 2292, \"cat_0_index\": 2833, \"rank\": 819, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 521, \"ini\": 2162}, {\"group\": [2968.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, original flavor\", \"clust\": 2999, \"cat_0_index\": 2567, \"rank\": 2980, \"cat-0\": \"Snacks\", \"rankvar\": 2760, \"ini\": 2161}, {\"group\": [1256.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla, soymilk\", \"clust\": 1286, \"cat_0_index\": 2069, \"rank\": 820, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1581, \"ini\": 2160}, {\"group\": [375.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sour\", \"clust\": 388, \"cat_0_index\": 3511, \"rank\": 821, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2509, \"ini\": 2159}, {\"group\": [1553.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, spaghetti and tomato and meat, junior\", \"clust\": 1579, \"cat_0_index\": 103, \"rank\": 822, \"cat-0\": \"Baby Foods\", \"rankvar\": 428, \"ini\": 2158}, {\"group\": [1495.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, raw\", \"clust\": 1525, \"cat_0_index\": 3512, \"rank\": 823, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1851, \"ini\": 2157}, {\"group\": [3710.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, commercially prepared, regular (includes vanilla)\", \"clust\": 3752, \"cat_0_index\": 342, \"rank\": 2979, \"cat-0\": \"Baked Products\", \"rankvar\": 2969, \"ini\": 2156}, {\"group\": [579.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, juice pack, solids and liquids\", \"clust\": 589, \"cat_0_index\": 1730, \"rank\": 824, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1522, \"ini\": 2155}, {\"group\": [1085.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with chicken\", \"clust\": 1103, \"cat_0_index\": 1334, \"rank\": 825, \"cat-0\": \"Fast Foods\", \"rankvar\": 784, \"ini\": 2154}, {\"group\": [2322.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, frozen\", \"clust\": 2349, \"cat_0_index\": 1731, \"rank\": 826, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1746, \"ini\": 2153}, {\"group\": [2686.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon, meatless\", \"clust\": 2718, \"cat_0_index\": 2070, \"rank\": 2978, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2661, \"ini\": 2152}, {\"group\": [1877.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken and noodle with vegetables, toddler\", \"clust\": 1905, \"cat_0_index\": 104, \"rank\": 827, \"cat-0\": \"Baby Foods\", \"rankvar\": 481, \"ini\": 2151}, {\"group\": [1718.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Steak & Cheese Soup\", \"clust\": 1748, \"cat_0_index\": 2834, \"rank\": 828, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 389, \"ini\": 2150}, {\"group\": [1257.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plain, soymilk\", \"clust\": 1285, \"cat_0_index\": 2071, \"rank\": 829, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1579, \"ini\": 2149}, {\"group\": [1082.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, raw\", \"clust\": 1100, \"cat_0_index\": 1558, \"rank\": 830, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 878, \"ini\": 2148}, {\"group\": [1454.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, baked, without salt\", \"clust\": 1480, \"cat_0_index\": 3513, \"rank\": 831, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 999, \"ini\": 2147}, {\"group\": [633.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guanabana nectar, canned\", \"clust\": 648, \"cat_0_index\": 1732, \"rank\": 832, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1613, \"ini\": 2146}, {\"group\": [1878.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey, rice, and vegetables, toddler\", \"clust\": 1906, \"cat_0_index\": 105, \"rank\": 833, \"cat-0\": \"Baby Foods\", \"rankvar\": 577, \"ini\": 2145}, {\"group\": [1417.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, cooked, boiled, drained, with salt\", \"clust\": 1443, \"cat_0_index\": 3514, \"rank\": 834, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1598, \"ini\": 2144}, {\"group\": [2335.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Diced Green Chilies\", \"clust\": 2362, \"cat_0_index\": 3515, \"rank\": 835, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2263, \"ini\": 2143}, {\"group\": [1281.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato rice, canned, prepared with equal volume water\", \"clust\": 1306, \"cat_0_index\": 2835, \"rank\": 836, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1273, \"ini\": 2142}, {\"group\": [3959.0, 84.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, coleslaw dressing, reduced fat\", \"clust\": 3579, \"cat_0_index\": 1526, \"rank\": 2977, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2741, \"ini\": 2141}, {\"group\": [2081.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, condensed\", \"clust\": 2112, \"cat_0_index\": 2836, \"rank\": 837, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1762, \"ini\": 2140}, {\"group\": [3815.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S SPECIAL K Chocolatey Delight\", \"clust\": 3857, \"cat_0_index\": 855, \"rank\": 2976, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2913, \"ini\": 2139}, {\"group\": [600.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, powder, prepared with water\", \"clust\": 614, \"cat_0_index\": 676, \"rank\": 838, \"cat-0\": \"Beverages\", \"rankvar\": 1139, \"ini\": 2138}, {\"group\": [1406.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, cooked, boiled, drained, with salt\", \"clust\": 1429, \"cat_0_index\": 3516, \"rank\": 839, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2144, \"ini\": 2137}, {\"group\": [1185.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, with added nonfat milk solids, vitamin A and vitamin D\", \"clust\": 1210, \"cat_0_index\": 1147, \"rank\": 840, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1398, \"ini\": 2136}, {\"group\": [2265.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hominy, canned, white\", \"clust\": 2294, \"cat_0_index\": 1016, \"rank\": 841, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 648, \"ini\": 2135}, {\"group\": [672.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Citrus fruit juice drink, frozen concentrate, prepared with water\", \"clust\": 687, \"cat_0_index\": 677, \"rank\": 842, \"cat-0\": \"Beverages\", \"rankvar\": 1649, \"ini\": 2134}, {\"group\": [2307.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Boysenberries, canned, heavy syrup\", \"clust\": 2332, \"cat_0_index\": 1733, \"rank\": 843, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 395, \"ini\": 2133}, {\"group\": [2382.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, cooked, boiled, drained, without salt\", \"clust\": 2413, \"cat_0_index\": 3517, \"rank\": 844, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1863, \"ini\": 2132}, {\"group\": [2325.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tree fern, cooked, without salt\", \"clust\": 2355, \"cat_0_index\": 3518, \"rank\": 845, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2141, \"ini\": 2131}, {\"group\": [209.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, liver, raw (Alaska Native)\", \"clust\": 196, \"cat_0_index\": 1271, \"rank\": 846, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 112, \"ini\": 2130}, {\"group\": [3802.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, NUTRI-GRAIN FRUIT AND NUT BAR\", \"clust\": 3844, \"cat_0_index\": 2568, \"rank\": 2975, \"cat-0\": \"Snacks\", \"rankvar\": 2703, \"ini\": 2129}, {\"group\": [782.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, brown, medium-grain, cooked\", \"clust\": 801, \"cat_0_index\": 1017, \"rank\": 847, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 110, \"ini\": 2128}, {\"group\": [751.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, unenriched, with salt\", \"clust\": 765, \"cat_0_index\": 1018, \"rank\": 848, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 106, \"ini\": 2127}, {\"group\": [752.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, enriched, with salt\", \"clust\": 766, \"cat_0_index\": 1019, \"rank\": 849, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 107, \"ini\": 2126}, {\"group\": [1748.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef stew, toddler\", \"clust\": 1773, \"cat_0_index\": 106, \"rank\": 850, \"cat-0\": \"Baby Foods\", \"rankvar\": 607, \"ini\": 2125}, {\"group\": [1456.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1482, \"cat_0_index\": 3519, \"rank\": 851, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 960, \"ini\": 2124}, {\"group\": [583.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin\", \"clust\": 595, \"cat_0_index\": 1734, \"rank\": 852, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1438, \"ini\": 2123}, {\"group\": [1436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, raw\", \"clust\": 1461, \"cat_0_index\": 3520, \"rank\": 853, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1959, \"ini\": 2122}, {\"group\": [1436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, exposed to ultraviolet light, raw\", \"clust\": 1462, \"cat_0_index\": 3521, \"rank\": 854, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1960, \"ini\": 2121}, {\"group\": [1411.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, straw, canned, drained solids\", \"clust\": 1435, \"cat_0_index\": 3522, \"rank\": 855, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1511, \"ini\": 2120}, {\"group\": [598.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, canned, unsweetened, without added ascorbic acid\", \"clust\": 608, \"cat_0_index\": 1735, \"rank\": 856, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1390, \"ini\": 2119}, {\"group\": [2006.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken with Herbs Soup, condensed\", \"clust\": 2034, \"cat_0_index\": 2837, \"rank\": 857, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1015, \"ini\": 2118}, {\"group\": [643.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peach nectar, canned, without added ascorbic acid\", \"clust\": 658, \"cat_0_index\": 1736, \"rank\": 858, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1635, \"ini\": 2117}, {\"group\": [1747.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef with vegetables, toddler\", \"clust\": 1777, \"cat_0_index\": 107, \"rank\": 859, \"cat-0\": \"Baby Foods\", \"rankvar\": 422, \"ini\": 2116}, {\"group\": [1187.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, protein fortified, with added vitamin A and vitamin D (fat free and skim)\", \"clust\": 1209, \"cat_0_index\": 1148, \"rank\": 860, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1450, \"ini\": 2115}, {\"group\": [3929.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, nougat, with almonds\", \"clust\": 3971, \"cat_0_index\": 3243, \"rank\": 2974, \"cat-0\": \"Sweets\", \"rankvar\": 3667, \"ini\": 2114}, {\"group\": [3030.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, refrigerated dough, baked\", \"clust\": 3064, \"cat_0_index\": 343, \"rank\": 2973, \"cat-0\": \"Baked Products\", \"rankvar\": 2708, \"ini\": 2113}, {\"group\": [3091.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, barley, dry\", \"clust\": 3126, \"cat_0_index\": 108, \"rank\": 2972, \"cat-0\": \"Baby Foods\", \"rankvar\": 3249, \"ini\": 2112}, {\"group\": [1638.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Beef with Country Vegetables Soup, ready-to-serve\", \"clust\": 1665, \"cat_0_index\": 2838, \"rank\": 861, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 757, \"ini\": 2111}, {\"group\": [2293.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, banana yogurt, strained\", \"clust\": 2322, \"cat_0_index\": 109, \"rank\": 862, \"cat-0\": \"Baby Foods\", \"rankvar\": 456, \"ini\": 2110}, {\"group\": [1440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Chicken Noodle Soup\", \"clust\": 1466, \"cat_0_index\": 2839, \"rank\": 863, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1049, \"ini\": 2109}, {\"group\": [1492.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with applesauce and bananas, strained\", \"clust\": 1518, \"cat_0_index\": 110, \"rank\": 864, \"cat-0\": \"Baby Foods\", \"rankvar\": 735, \"ini\": 2108}, {\"group\": [1743.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg\", \"clust\": 1764, \"cat_0_index\": 1335, \"rank\": 865, \"cat-0\": \"Fast Foods\", \"rankvar\": 1155, \"ini\": 2107}, {\"group\": [1408.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, solids and liquids\", \"clust\": 1433, \"cat_0_index\": 3523, \"rank\": 866, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1277, \"ini\": 2106}, {\"group\": [2331.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, wild, raw (Alaska Native)\", \"clust\": 2358, \"cat_0_index\": 1272, \"rank\": 867, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1445, \"ini\": 2105}, {\"group\": [1787.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, pasta with vegetables\", \"clust\": 1816, \"cat_0_index\": 111, \"rank\": 868, \"cat-0\": \"Baby Foods\", \"rankvar\": 765, \"ini\": 2104}, {\"group\": [3953.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, caramels\", \"clust\": 3995, \"cat_0_index\": 3244, \"rank\": 2971, \"cat-0\": \"Sweets\", \"rankvar\": 3431, \"ini\": 2103}, {\"group\": [786.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wild rice, cooked\", \"clust\": 798, \"cat_0_index\": 1020, \"rank\": 869, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 82, \"ini\": 2102}, {\"group\": [635.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mango nectar, canned\", \"clust\": 647, \"cat_0_index\": 1737, \"rank\": 870, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1795, \"ini\": 2101}, {\"group\": [1378.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, cooked, boiled, drained, without salt\", \"clust\": 1400, \"cat_0_index\": 3524, \"rank\": 871, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2235, \"ini\": 2100}, {\"group\": [1299.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Organic V8\", \"clust\": 1327, \"cat_0_index\": 3525, \"rank\": 872, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2220, \"ini\": 2099}, {\"group\": [1714.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, New England Clam Chowder, ready-to-serve\", \"clust\": 1743, \"cat_0_index\": 2840, \"rank\": 873, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 567, \"ini\": 2098}, {\"group\": [1296.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked, with salt\", \"clust\": 1321, \"cat_0_index\": 3526, \"rank\": 874, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2192, \"ini\": 2097}, {\"group\": [1626.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Creamy Tomato Soup\", \"clust\": 1654, \"cat_0_index\": 2841, \"rank\": 875, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 912, \"ini\": 2096}, {\"group\": [2205.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, canned, no salt added\", \"clust\": 2234, \"cat_0_index\": 3527, \"rank\": 876, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2239, \"ini\": 2095}, {\"group\": [286.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-orange relish, canned\", \"clust\": 288, \"cat_0_index\": 1738, \"rank\": 877, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 656, \"ini\": 2094}, {\"group\": [3097.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with bananas, dry\", \"clust\": 3130, \"cat_0_index\": 112, \"rank\": 2970, \"cat-0\": \"Baby Foods\", \"rankvar\": 3164, \"ini\": 2093}, {\"group\": [472.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, juice type, POPSICLE SCRIBBLERS\", \"clust\": 486, \"cat_0_index\": 3245, \"rank\": 878, \"cat-0\": \"Sweets\", \"rankvar\": 1340, \"ini\": 2092}, {\"group\": [2919.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Duck, domesticated, meat and skin, raw\", \"clust\": 2954, \"cat_0_index\": 2341, \"rank\": 2969, \"cat-0\": \"Poultry Products\", \"rankvar\": 2780, \"ini\": 2091}, {\"group\": [3469.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, Summer Berry Cereal\", \"clust\": 3503, \"cat_0_index\": 856, \"rank\": 2968, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2834, \"ini\": 2090}, {\"group\": [1496.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1526, \"cat_0_index\": 3528, \"rank\": 879, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1574, \"ini\": 2089}, {\"group\": [629.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, tutti frutti, strained\", \"clust\": 643, \"cat_0_index\": 113, \"rank\": 880, \"cat-0\": \"Baby Foods\", \"rankvar\": 1078, \"ini\": 2088}, {\"group\": [3807.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, EGGO Crunch Cereal, maple flavored\", \"clust\": 3848, \"cat_0_index\": 857, \"rank\": 2967, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3036, \"ini\": 2087}, {\"group\": [3706.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Chocolate Chip Ice Box\", \"clust\": 3748, \"cat_0_index\": 344, \"rank\": 2966, \"cat-0\": \"Baked Products\", \"rankvar\": 2892, \"ini\": 2086}, {\"group\": [2017.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Golden Pork Gravy\", \"clust\": 2044, \"cat_0_index\": 2842, \"rank\": 881, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1181, \"ini\": 2085}, {\"group\": [1390.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, stewed\", \"clust\": 1412, \"cat_0_index\": 3529, \"rank\": 882, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1749, \"ini\": 2084}, {\"group\": [1896.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, unfortified\", \"clust\": 1924, \"cat_0_index\": 2072, \"rank\": 883, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 788, \"ini\": 2083}, {\"group\": [2091.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, dill or kosher dill\", \"clust\": 2122, \"cat_0_index\": 3530, \"rank\": 884, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2417, \"ini\": 2082}, {\"group\": [646.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pear nectar, canned, without added ascorbic acid\", \"clust\": 656, \"cat_0_index\": 1739, \"rank\": 885, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1737, \"ini\": 2081}, {\"group\": [1262.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (all flavors), unsweetened, with added calcium, vitamins A and D\", \"clust\": 1292, \"cat_0_index\": 2073, \"rank\": 886, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1845, \"ini\": 2080}, {\"group\": [417.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricot nectar, canned, with added ascorbic acid\", \"clust\": 427, \"cat_0_index\": 1740, \"rank\": 887, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1815, \"ini\": 2079}, {\"group\": [2383.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, cooked, boiled, drained without salt\", \"clust\": 2414, \"cat_0_index\": 3531, \"rank\": 888, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1852, \"ini\": 2078}, {\"group\": [831.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sour cream, fat free\", \"clust\": 829, \"cat_0_index\": 1149, \"rank\": 889, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 478, \"ini\": 2077}, {\"group\": [1300.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable juice cocktail, canned\", \"clust\": 1328, \"cat_0_index\": 3532, \"rank\": 890, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2191, \"ini\": 2076}, {\"group\": [850.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, cooked, boiled, drained, with salt\", \"clust\": 866, \"cat_0_index\": 3533, \"rank\": 891, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2459, \"ini\": 2075}, {\"group\": [1306.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, green, raw\", \"clust\": 1331, \"cat_0_index\": 3534, \"rank\": 892, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2019, \"ini\": 2074}, {\"group\": [3267.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, onion, dry, mix\", \"clust\": 3296, \"cat_0_index\": 2843, \"rank\": 2965, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3356, \"ini\": 2073}, {\"group\": [1309.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, casaba, raw\", \"clust\": 1329, \"cat_0_index\": 1741, \"rank\": 893, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1893, \"ini\": 2072}, {\"group\": [2318.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, cooked with water, without salt\", \"clust\": 2352, \"cat_0_index\": 858, \"rank\": 894, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 736, \"ini\": 2071}, {\"group\": [2294.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach yogurt\", \"clust\": 2323, \"cat_0_index\": 114, \"rank\": 895, \"cat-0\": \"Baby Foods\", \"rankvar\": 550, \"ini\": 2070}, {\"group\": [644.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Papaya nectar, canned\", \"clust\": 659, \"cat_0_index\": 1742, \"rank\": 896, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1634, \"ini\": 2069}, {\"group\": [1182.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, 1 minute cook time, cooked with water, microwaved, without salt\", \"clust\": 1184, \"cat_0_index\": 859, \"rank\": 897, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1217, \"ini\": 2068}, {\"group\": [1391.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, cooked, boiled, drained, with salt\", \"clust\": 1416, \"cat_0_index\": 3535, \"rank\": 898, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2209, \"ini\": 2067}, {\"group\": [586.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, cherry, low calorie\", \"clust\": 598, \"cat_0_index\": 3246, \"rank\": 899, \"cat-0\": \"Sweets\", \"rankvar\": 1272, \"ini\": 2066}, {\"group\": [1486.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, unprepared\", \"clust\": 1512, \"cat_0_index\": 3536, \"rank\": 900, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 559, \"ini\": 2065}, {\"group\": [1483.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, boiled, mashed, without salt\", \"clust\": 1508, \"cat_0_index\": 3537, \"rank\": 901, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1696, \"ini\": 2064}, {\"group\": [2316.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, regular pack, solids and liquids\", \"clust\": 2345, \"cat_0_index\": 3538, \"rank\": 902, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 480, \"ini\": 2063}, {\"group\": [900.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, brown, Italian, or Crimini, raw\", \"clust\": 919, \"cat_0_index\": 3539, \"rank\": 903, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2054, \"ini\": 2062}, {\"group\": [2255.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, no salt added, solids and liquids\", \"clust\": 2284, \"cat_0_index\": 3540, \"rank\": 904, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 440, \"ini\": 2061}, {\"group\": [1006.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, raw\", \"clust\": 1026, \"cat_0_index\": 3541, \"rank\": 905, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 842, \"ini\": 2060}, {\"group\": [584.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, juice pack, solids and liquids\", \"clust\": 596, \"cat_0_index\": 1743, \"rank\": 906, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1388, \"ini\": 2059}, {\"group\": [2087.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, lentil with ham, canned, ready-to-serve\", \"clust\": 2117, \"cat_0_index\": 2844, \"rank\": 907, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 791, \"ini\": 2058}, {\"group\": [1007.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), cooked, boiled, drained, without salt\", \"clust\": 1027, \"cat_0_index\": 3542, \"rank\": 908, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1369, \"ini\": 2057}, {\"group\": [3285.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, anchovy, european, canned in oil, drained solids\", \"clust\": 3319, \"cat_0_index\": 1559, \"rank\": 2964, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3010, \"ini\": 2056}, {\"group\": [675.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, water pack, solids and liquids\", \"clust\": 689, \"cat_0_index\": 1744, \"rank\": 909, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1836, \"ini\": 2055}, {\"group\": [2385.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed (corn, lima beans, peas, green beans, carrots) canned, no salt added\", \"clust\": 2411, \"cat_0_index\": 3543, \"rank\": 910, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1638, \"ini\": 2054}, {\"group\": [2260.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, cooked, boiled, drained, without salt\", \"clust\": 2289, \"cat_0_index\": 3544, \"rank\": 911, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1184, \"ini\": 2053}, {\"group\": [1441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soups, HEALTHY REQUEST Chicken with Egg Noodles\", \"clust\": 1467, \"cat_0_index\": 2845, \"rank\": 912, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1290, \"ini\": 2052}, {\"group\": [1313.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, raw\", \"clust\": 1334, \"cat_0_index\": 3545, \"rank\": 913, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1476, \"ini\": 2051}, {\"group\": [2066.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, canned, condensed\", \"clust\": 2097, \"cat_0_index\": 2846, \"rank\": 914, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1342, \"ini\": 2050}, {\"group\": [203.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, scoter, white-winged, meat (Alaska Native)\", \"clust\": 202, \"cat_0_index\": 1273, \"rank\": 915, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1440, \"ini\": 2049}, {\"group\": [1092.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 1111, \"cat_0_index\": 3546, \"rank\": 916, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1352, \"ini\": 2048}, {\"group\": [658.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice cocktail, frozen concentrate, diluted with 3 volume water, with added ascorbic acid\", \"clust\": 674, \"cat_0_index\": 1745, \"rank\": 917, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1956, \"ini\": 2047}, {\"group\": [3262.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, chicken, dry\", \"clust\": 3298, \"cat_0_index\": 2847, \"rank\": 2963, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3270, \"ini\": 2046}, {\"group\": [3759.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COOKIE CRISP\", \"clust\": 3804, \"cat_0_index\": 860, \"rank\": 2962, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3135, \"ini\": 2045}, {\"group\": [3947.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, brown\", \"clust\": 3991, \"cat_0_index\": 3247, \"rank\": 2961, \"cat-0\": \"Sweets\", \"rankvar\": 3752, \"ini\": 2044}, {\"group\": [1373.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, raw\", \"clust\": 1397, \"cat_0_index\": 3547, \"rank\": 918, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2221, \"ini\": 2043}, {\"group\": [1431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, cooked, boiled, drained, with salt\", \"clust\": 1455, \"cat_0_index\": 3548, \"rank\": 919, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1995, \"ini\": 2042}, {\"group\": [3831.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dates, medjool\", \"clust\": 3878, \"cat_0_index\": 1746, \"rank\": 2960, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3469, \"ini\": 2041}, {\"group\": [331.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, protein-fortified, cooked, enriched, (n x 5.70)\", \"clust\": 328, \"cat_0_index\": 1021, \"rank\": 920, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3, \"ini\": 2040}, {\"group\": [2062.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey noodle, canned, condensed\", \"clust\": 2094, \"cat_0_index\": 2848, \"rank\": 921, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1088, \"ini\": 2039}, {\"group\": [1297.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Organic Tomato juice\", \"clust\": 1323, \"cat_0_index\": 3549, \"rank\": 922, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2217, \"ini\": 2038}, {\"group\": [689.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Peach Mango\", \"clust\": 700, \"cat_0_index\": 678, \"rank\": 923, \"cat-0\": \"Beverages\", \"rankvar\": 1779, \"ini\": 2037}, {\"group\": [1302.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Campbell's V8 100% Vegetable Juice\", \"clust\": 1325, \"cat_0_index\": 3550, \"rank\": 924, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2210, \"ini\": 2036}, {\"group\": [2101.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, white icicle, raw\", \"clust\": 2130, \"cat_0_index\": 3551, \"rank\": 925, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2328, \"ini\": 2035}, {\"group\": [566.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity pears, canned, juice pack, drained\", \"clust\": 578, \"cat_0_index\": 1747, \"rank\": 926, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1331, \"ini\": 2034}, {\"group\": [3620.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, RAISINETS Chocolate Covered Raisins\", \"clust\": 3661, \"cat_0_index\": 3248, \"rank\": 2959, \"cat-0\": \"Sweets\", \"rankvar\": 3381, \"ini\": 2033}, {\"group\": [2043.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, condensed\", \"clust\": 2074, \"cat_0_index\": 2849, \"rank\": 927, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 818, \"ini\": 2032}, {\"group\": [1298.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Tomato juice\", \"clust\": 1324, \"cat_0_index\": 3552, \"rank\": 928, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2223, \"ini\": 2031}, {\"group\": [1244.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, without added vitamin A and vitamin D (fat free or skim)\", \"clust\": 1268, \"cat_0_index\": 1150, \"rank\": 929, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1605, \"ini\": 2030}, {\"group\": [725.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, unsweetened, with added ascorbic acid\", \"clust\": 737, \"cat_0_index\": 1748, \"rank\": 930, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1745, \"ini\": 2029}, {\"group\": [1245.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, with added vitamin A and vitamin D (fat free or skim)\", \"clust\": 1269, \"cat_0_index\": 1151, \"rank\": 931, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1604, \"ini\": 2028}, {\"group\": [1316.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, drained solids\", \"clust\": 1342, \"cat_0_index\": 3553, \"rank\": 932, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1665, \"ini\": 2027}, {\"group\": [1434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, cooked, boiled, drained, with salt\", \"clust\": 1459, \"cat_0_index\": 3554, \"rank\": 933, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2080, \"ini\": 2026}, {\"group\": [595.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with applesauce and bananas, junior\", \"clust\": 604, \"cat_0_index\": 115, \"rank\": 934, \"cat-0\": \"Baby Foods\", \"rankvar\": 515, \"ini\": 2025}, {\"group\": [659.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple and orange juice drink, canned\", \"clust\": 675, \"cat_0_index\": 679, \"rank\": 935, \"cat-0\": \"Beverages\", \"rankvar\": 1676, \"ini\": 2024}, {\"group\": [1000.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shallots, raw\", \"clust\": 1018, \"cat_0_index\": 3555, \"rank\": 936, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 476, \"ini\": 2023}, {\"group\": [1640.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Turkey Pot Pie - Fully Loaded\", \"clust\": 1667, \"cat_0_index\": 2850, \"rank\": 937, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 347, \"ini\": 2022}, {\"group\": [1507.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carissa, (natal-plum), raw\", \"clust\": 1528, \"cat_0_index\": 1749, \"rank\": 938, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1344, \"ini\": 2021}, {\"group\": [901.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, raw\", \"clust\": 920, \"cat_0_index\": 3556, \"rank\": 939, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2180, \"ini\": 2020}, {\"group\": [1745.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable chicken, canned, prepared with water, low sodium\", \"clust\": 1775, \"cat_0_index\": 2851, \"rank\": 940, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 285, \"ini\": 2019}, {\"group\": [279.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, herring eggs on giant kelp, Pacific (Alaska Native)\", \"clust\": 284, \"cat_0_index\": 1274, \"rank\": 941, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 928, \"ini\": 2018}, {\"group\": [2302.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, harvard, canned, solids and liquids\", \"clust\": 2331, \"cat_0_index\": 3557, \"rank\": 942, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 551, \"ini\": 2017}, {\"group\": [551.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit dessert, without ascorbic acid, junior\", \"clust\": 564, \"cat_0_index\": 116, \"rank\": 943, \"cat-0\": \"Baby Foods\", \"rankvar\": 1173, \"ini\": 2016}, {\"group\": [2072.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, turkey, canned, ready-to-serve\", \"clust\": 2100, \"cat_0_index\": 2852, \"rank\": 944, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1257, \"ini\": 2015}, {\"group\": [1179.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, plain, prepared with water (boiling water added or microwaved)\", \"clust\": 1204, \"cat_0_index\": 861, \"rank\": 945, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 576, \"ini\": 2014}, {\"group\": [2941.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, regular\", \"clust\": 2974, \"cat_0_index\": 345, \"rank\": 2958, \"cat-0\": \"Baked Products\", \"rankvar\": 2666, \"ini\": 2013}, {\"group\": [1331.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), cooked, boiled, drained, with salt\", \"clust\": 1352, \"cat_0_index\": 3558, \"rank\": 946, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2241, \"ini\": 2012}, {\"group\": [552.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit dessert, without ascorbic acid, strained\", \"clust\": 565, \"cat_0_index\": 117, \"rank\": 947, \"cat-0\": \"Baby Foods\", \"rankvar\": 1333, \"ini\": 2011}, {\"group\": [3743.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with \\\"DINOSAUR BONES\\\", Brown Sugar Cinnamon, dry\", \"clust\": 3774, \"cat_0_index\": 862, \"rank\": 2957, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2912, \"ini\": 2010}, {\"group\": [3843.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, marshmallow, chocolate-coated (includes marshmallow pies)\", \"clust\": 3888, \"cat_0_index\": 346, \"rank\": 2956, \"cat-0\": \"Baked Products\", \"rankvar\": 2968, \"ini\": 2009}, {\"group\": [673.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, pear\", \"clust\": 685, \"cat_0_index\": 118, \"rank\": 948, \"cat-0\": \"Baby Foods\", \"rankvar\": 1773, \"ini\": 2008}, {\"group\": [1045.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, Spaghetti in Tomato & Cheese Sauce\", \"clust\": 1065, \"cat_0_index\": 2158, \"rank\": 949, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 406, \"ini\": 2007}, {\"group\": [1788.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and ham, strained\", \"clust\": 1817, \"cat_0_index\": 119, \"rank\": 950, \"cat-0\": \"Baby Foods\", \"rankvar\": 734, \"ini\": 2006}, {\"group\": [1420.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, canned, drained solids\", \"clust\": 1441, \"cat_0_index\": 3559, \"rank\": 951, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1808, \"ini\": 2005}, {\"group\": [580.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, juice pack, solids and liquids\", \"clust\": 593, \"cat_0_index\": 1750, \"rank\": 952, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1484, \"ini\": 2004}, {\"group\": [3037.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, cooked, boiled, with salt\", \"clust\": 3066, \"cat_0_index\": 2074, \"rank\": 2955, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2311, \"ini\": 2003}, {\"group\": [3924.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate coated fondant\", \"clust\": 3967, \"cat_0_index\": 3249, \"rank\": 2954, \"cat-0\": \"Sweets\", \"rankvar\": 3531, \"ini\": 2002}, {\"group\": [2142.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, unprepared\", \"clust\": 2173, \"cat_0_index\": 3560, \"rank\": 953, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2473, \"ini\": 2001}, {\"group\": [2083.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky beef, canned, ready-to-serve\", \"clust\": 2113, \"cat_0_index\": 2853, \"rank\": 954, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 412, \"ini\": 2000}, {\"group\": [2280.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, cream style, regular pack\", \"clust\": 2309, \"cat_0_index\": 3561, \"rank\": 955, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 336, \"ini\": 1999}, {\"group\": [1482.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, drained solids, no salt added\", \"clust\": 1510, \"cat_0_index\": 3562, \"rank\": 956, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 809, \"ini\": 1998}, {\"group\": [1087.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, extra firm\", \"clust\": 1106, \"cat_0_index\": 2075, \"rank\": 957, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 702, \"ini\": 1997}, {\"group\": [1462.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrot juice, canned\", \"clust\": 1487, \"cat_0_index\": 3563, \"rank\": 958, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1430, \"ini\": 1996}, {\"group\": [546.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, solids and liquids\", \"clust\": 559, \"cat_0_index\": 1751, \"rank\": 959, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1364, \"ini\": 1995}, {\"group\": [2063.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Noodle Soup, condensed\", \"clust\": 2095, \"cat_0_index\": 2854, \"rank\": 960, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 976, \"ini\": 1994}, {\"group\": [2300.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce with banana, junior\", \"clust\": 2326, \"cat_0_index\": 120, \"rank\": 961, \"cat-0\": \"Baby Foods\", \"rankvar\": 825, \"ini\": 1993}, {\"group\": [2376.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, cooked, boiled, drained, without salt\", \"clust\": 2405, \"cat_0_index\": 3564, \"rank\": 962, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1990, \"ini\": 1992}, {\"group\": [686.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Strawberry Banana\", \"clust\": 702, \"cat_0_index\": 680, \"rank\": 963, \"cat-0\": \"Beverages\", \"rankvar\": 1733, \"ini\": 1991}, {\"group\": [2074.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, beef, canned, ready-to-serve\", \"clust\": 2104, \"cat_0_index\": 2855, \"rank\": 964, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1017, \"ini\": 1990}, {\"group\": [3838.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, canned, condensed, sweetened\", \"clust\": 3883, \"cat_0_index\": 1152, \"rank\": 2953, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3008, \"ini\": 1989}, {\"group\": [1349.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, cooked, boiled, drained, without salt\", \"clust\": 1374, \"cat_0_index\": 3565, \"rank\": 965, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2108, \"ini\": 1988}, {\"group\": [2995.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Taco shells, baked, without added salt\", \"clust\": 3029, \"cat_0_index\": 347, \"rank\": 2952, \"cat-0\": \"Baked Products\", \"rankvar\": 2749, \"ini\": 1987}, {\"group\": [1438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Italian Wedding Soup\", \"clust\": 1464, \"cat_0_index\": 2856, \"rank\": 966, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 955, \"ini\": 1986}, {\"group\": [661.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, with added nutrients, canned\", \"clust\": 672, \"cat_0_index\": 681, \"rank\": 967, \"cat-0\": \"Beverages\", \"rankvar\": 2027, \"ini\": 1985}, {\"group\": [2029.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, mushroom, canned\", \"clust\": 2061, \"cat_0_index\": 2857, \"rank\": 968, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1402, \"ini\": 1984}, {\"group\": [1478.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, cooked, boiled, drained, without salt\", \"clust\": 1506, \"cat_0_index\": 3566, \"rank\": 969, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 618, \"ini\": 1983}, {\"group\": [3832.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dates, deglet noor\", \"clust\": 3879, \"cat_0_index\": 1752, \"rank\": 2951, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3443, \"ini\": 1982}, {\"group\": [1163.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and cheese, strained\", \"clust\": 1187, \"cat_0_index\": 121, \"rank\": 970, \"cat-0\": \"Baby Foods\", \"rankvar\": 514, \"ini\": 1981}, {\"group\": [2619.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil-butter spread, tub, with salt\", \"clust\": 2648, \"cat_0_index\": 1527, \"rank\": 2950, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2937, \"ini\": 1980}, {\"group\": [1414.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, seasoned, solids and liquids\", \"clust\": 1438, \"cat_0_index\": 3567, \"rank\": 971, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 975, \"ini\": 1979}, {\"group\": [660.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange and apricot juice drink, canned\", \"clust\": 673, \"cat_0_index\": 682, \"rank\": 972, \"cat-0\": \"Beverages\", \"rankvar\": 1738, \"ini\": 1978}, {\"group\": [898.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, cooked, boiled, drained, without salt\", \"clust\": 917, \"cat_0_index\": 3568, \"rank\": 973, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2468, \"ini\": 1977}, {\"group\": [2989.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, regular, low salt\", \"clust\": 3022, \"cat_0_index\": 348, \"rank\": 2949, \"cat-0\": \"Baked Products\", \"rankvar\": 2752, \"ini\": 1976}, {\"group\": [602.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Nog, soymilk\", \"clust\": 611, \"cat_0_index\": 2076, \"rank\": 974, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 585, \"ini\": 1975}, {\"group\": [200.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, broad, head, eyes, cheeks and soft bones (Alaska Native)\", \"clust\": 204, \"cat_0_index\": 1275, \"rank\": 975, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 740, \"ini\": 1974}, {\"group\": [1621.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Sirloin Steak with Hearty Vegetables Soup\", \"clust\": 1649, \"cat_0_index\": 2858, \"rank\": 976, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1133, \"ini\": 1973}, {\"group\": [2085.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey, chunky, canned, ready-to-serve\", \"clust\": 2115, \"cat_0_index\": 2859, \"rank\": 977, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 679, \"ini\": 1972}, {\"group\": [233.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, roughy, orange, raw\", \"clust\": 235, \"cat_0_index\": 1560, \"rank\": 978, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 475, \"ini\": 1971}, {\"group\": [1315.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, beets, strained\", \"clust\": 1340, \"cat_0_index\": 122, \"rank\": 979, \"cat-0\": \"Baby Foods\", \"rankvar\": 1539, \"ini\": 1970}, {\"group\": [2289.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, cooked, with salt\", \"clust\": 2316, \"cat_0_index\": 3569, \"rank\": 980, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 707, \"ini\": 1969}, {\"group\": [1382.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, with salt\", \"clust\": 1407, \"cat_0_index\": 3570, \"rank\": 981, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1849, \"ini\": 1968}, {\"group\": [3319.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, catjang, mature seeds, raw\", \"clust\": 3355, \"cat_0_index\": 2077, \"rank\": 2948, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3137, \"ini\": 1967}, {\"group\": [2319.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, cooked with water, with salt\", \"clust\": 2353, \"cat_0_index\": 863, \"rank\": 982, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 743, \"ini\": 1966}, {\"group\": [544.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity pears, canned, light syrup, drained\", \"clust\": 557, \"cat_0_index\": 1753, \"rank\": 983, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1227, \"ini\": 1965}, {\"group\": [1065.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Savory White Bean with Roasted Ham Soup\", \"clust\": 1083, \"cat_0_index\": 2860, \"rank\": 984, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 639, \"ini\": 1964}, {\"group\": [1282.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky vegetable, canned, ready-to-serve\", \"clust\": 1307, \"cat_0_index\": 2861, \"rank\": 985, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1037, \"ini\": 1963}, {\"group\": [1089.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, soft\", \"clust\": 1105, \"cat_0_index\": 2078, \"rank\": 986, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 840, \"ini\": 1962}, {\"group\": [3244.0, 51.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Thyme, fresh\", \"clust\": 3278, \"cat_0_index\": 3108, \"rank\": 2947, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3128, \"ini\": 1961}, {\"group\": [3283.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, yolk, raw, frozen, salted\", \"clust\": 3317, \"cat_0_index\": 1153, \"rank\": 2946, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2933, \"ini\": 1960}, {\"group\": [554.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice, canned or bottled, unsweetened, without added ascorbic acid\", \"clust\": 566, \"cat_0_index\": 1754, \"rank\": 987, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1530, \"ini\": 1959}, {\"group\": [3945.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder\", \"clust\": 3992, \"cat_0_index\": 683, \"rank\": 2945, \"cat-0\": \"Beverages\", \"rankvar\": 3740, \"ini\": 1958}, {\"group\": [682.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, canned, unsweetened\", \"clust\": 690, \"cat_0_index\": 1755, \"rank\": 988, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1971, \"ini\": 1957}, {\"group\": [1301.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST Tomato juice\", \"clust\": 1326, \"cat_0_index\": 3571, \"rank\": 989, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2202, \"ini\": 1956}, {\"group\": [2234.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, vacuum pack, no salt added\", \"clust\": 2264, \"cat_0_index\": 3572, \"rank\": 990, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 253, \"ini\": 1955}, {\"group\": [2328.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, canned, no salt added, solids and liquids\", \"clust\": 2360, \"cat_0_index\": 3573, \"rank\": 991, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1471, \"ini\": 1954}, {\"group\": [2256.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, corn and sweet potatoes, strained\", \"clust\": 2285, \"cat_0_index\": 123, \"rank\": 992, \"cat-0\": \"Baby Foods\", \"rankvar\": 560, \"ini\": 1953}, {\"group\": [687.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Tropical\", \"clust\": 703, \"cat_0_index\": 684, \"rank\": 993, \"cat-0\": \"Beverages\", \"rankvar\": 1736, \"ini\": 1952}, {\"group\": [1998.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, condensed\", \"clust\": 2030, \"cat_0_index\": 2862, \"rank\": 994, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1764, \"ini\": 1951}, {\"group\": [934.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, stir-fried\", \"clust\": 950, \"cat_0_index\": 3574, \"rank\": 995, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1802, \"ini\": 1950}, {\"group\": [2370.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, raw\", \"clust\": 2397, \"cat_0_index\": 3575, \"rank\": 996, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2074, \"ini\": 1949}, {\"group\": [2263.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peas and brown rice\", \"clust\": 2290, \"cat_0_index\": 124, \"rank\": 997, \"cat-0\": \"Baby Foods\", \"rankvar\": 568, \"ini\": 1948}, {\"group\": [1989.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, prepared with equal volume milk\", \"clust\": 2015, \"cat_0_index\": 2863, \"rank\": 998, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 752, \"ini\": 1947}, {\"group\": [2452.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, flaked, canned\", \"clust\": 2478, \"cat_0_index\": 2282, \"rank\": 2944, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3241, \"ini\": 1946}, {\"group\": [1750.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni, beef and tomato sauce, toddler\", \"clust\": 1771, \"cat_0_index\": 125, \"rank\": 999, \"cat-0\": \"Baby Foods\", \"rankvar\": 211, \"ini\": 1945}, {\"group\": [582.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, frozen, unsweetened\", \"clust\": 592, \"cat_0_index\": 1756, \"rank\": 1000, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1328, \"ini\": 1944}, {\"group\": [688.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverages, vegetable and fruit juice blend, 100% juice, with added vitamins A, C, E\", \"clust\": 701, \"cat_0_index\": 685, \"rank\": 1001, \"cat-0\": \"Beverages\", \"rankvar\": 1909, \"ini\": 1943}, {\"group\": [1199.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, okara\", \"clust\": 1205, \"cat_0_index\": 2079, \"rank\": 1002, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 342, \"ini\": 1942}, {\"group\": [3845.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, snack cakes, creme-filled, chocolate with frosting\", \"clust\": 3887, \"cat_0_index\": 349, \"rank\": 2943, \"cat-0\": \"Baked Products\", \"rankvar\": 2682, \"ini\": 1941}, {\"group\": [3722.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S GROOVY GRAHAMS\", \"clust\": 3765, \"cat_0_index\": 864, \"rank\": 2942, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3215, \"ini\": 1940}, {\"group\": [3901.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, OREO O's Cereal\", \"clust\": 3946, \"cat_0_index\": 865, \"rank\": 2941, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3160, \"ini\": 1939}, {\"group\": [1472.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, raw\", \"clust\": 1497, \"cat_0_index\": 3576, \"rank\": 1003, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1513, \"ini\": 1938}, {\"group\": [1328.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, drained solids\", \"clust\": 1354, \"cat_0_index\": 3577, \"rank\": 1004, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2067, \"ini\": 1937}, {\"group\": [545.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, light syrup pack, solids and liquids\", \"clust\": 558, \"cat_0_index\": 1757, \"rank\": 1005, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1422, \"ini\": 1936}, {\"group\": [1636.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Split Pea 'N' Ham Soup\", \"clust\": 1664, \"cat_0_index\": 2864, \"rank\": 1006, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 352, \"ini\": 1935}, {\"group\": [849.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, cooked, boiled, drained, with salt\", \"clust\": 868, \"cat_0_index\": 3578, \"rank\": 1007, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2237, \"ini\": 1934}, {\"group\": [1157.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, reduced fat, without salt\", \"clust\": 1117, \"cat_0_index\": 1528, \"rank\": 1008, \"cat-0\": \"Fats and Oils\", \"rankvar\": 705, \"ini\": 1933}, {\"group\": [2838.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bologna, chicken, pork\", \"clust\": 2871, \"cat_0_index\": 2420, \"rank\": 2940, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2518, \"ini\": 1932}, {\"group\": [3287.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, au gratin, dry mix, unprepared\", \"clust\": 3322, \"cat_0_index\": 3579, \"rank\": 2939, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2947, \"ini\": 1931}, {\"group\": [2310.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Buckwheat groats, roasted, cooked\", \"clust\": 2338, \"cat_0_index\": 1022, \"rank\": 1009, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 194, \"ini\": 1930}, {\"group\": [1260.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus Omega-3 DHA, soymilk\", \"clust\": 1282, \"cat_0_index\": 2080, \"rank\": 1010, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1596, \"ini\": 1929}, {\"group\": [1293.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, salsa\", \"clust\": 1313, \"cat_0_index\": 2865, \"rank\": 1011, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1602, \"ini\": 1928}, {\"group\": [3183.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, fresh, queso fresco\", \"clust\": 3217, \"cat_0_index\": 1154, \"rank\": 2938, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2627, \"ini\": 1927}, {\"group\": [2377.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, all styles, unprepared\", \"clust\": 2406, \"cat_0_index\": 3580, \"rank\": 1012, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1652, \"ini\": 1926}, {\"group\": [3021.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, enriched, baked\", \"clust\": 3054, \"cat_0_index\": 350, \"rank\": 2937, \"cat-0\": \"Baked Products\", \"rankvar\": 2717, \"ini\": 1925}, {\"group\": [1317.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, cooked, boiled, drained, with salt\", \"clust\": 1343, \"cat_0_index\": 3581, \"rank\": 1013, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1251, \"ini\": 1924}, {\"group\": [3864.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Rocky Road\", \"clust\": 3908, \"cat_0_index\": 351, \"rank\": 2936, \"cat-0\": \"Baked Products\", \"rankvar\": 2782, \"ini\": 1923}, {\"group\": [1823.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni and Cheese, canned entree\", \"clust\": 1850, \"cat_0_index\": 2159, \"rank\": 1014, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 266, \"ini\": 1922}, {\"group\": [1329.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, cooked, boiled, drained, with salt\", \"clust\": 1355, \"cat_0_index\": 3582, \"rank\": 1015, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2101, \"ini\": 1921}, {\"group\": [2281.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, cream style, regular pack\", \"clust\": 2310, \"cat_0_index\": 3583, \"rank\": 1016, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 341, \"ini\": 1920}, {\"group\": [2103.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celtuce, raw\", \"clust\": 2133, \"cat_0_index\": 3584, \"rank\": 1017, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2275, \"ini\": 1919}, {\"group\": [3892.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER MARSHMALLOW SAFARI\", \"clust\": 3938, \"cat_0_index\": 866, \"rank\": 2935, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3173, \"ini\": 1918}, {\"group\": [1267.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with aspartame, powder, prepared with water and ice\", \"clust\": 1277, \"cat_0_index\": 686, \"rank\": 1018, \"cat-0\": \"Beverages\", \"rankvar\": 1856, \"ini\": 1917}, {\"group\": [2086.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, chunky, canned, ready-to-serve\", \"clust\": 2116, \"cat_0_index\": 2866, \"rank\": 1019, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 365, \"ini\": 1916}, {\"group\": [401.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prunes, dehydrated (low-moisture), stewed\", \"clust\": 410, \"cat_0_index\": 1758, \"rank\": 1020, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 227, \"ini\": 1915}, {\"group\": [3707.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Oatmeal Pecan\", \"clust\": 3749, \"cat_0_index\": 352, \"rank\": 2934, \"cat-0\": \"Baked Products\", \"rankvar\": 2673, \"ini\": 1914}, {\"group\": [1212.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Chai, soymilk\", \"clust\": 1235, \"cat_0_index\": 2081, \"rank\": 1021, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1216, \"ini\": 1913}, {\"group\": [581.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, water pack, solids and liquids\", \"clust\": 594, \"cat_0_index\": 1759, \"rank\": 1022, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1418, \"ini\": 1912}, {\"group\": [555.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricot nectar, canned, without added ascorbic acid\", \"clust\": 567, \"cat_0_index\": 1760, \"rank\": 1023, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1519, \"ini\": 1911}, {\"group\": [1536.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radish seeds, sprouted, raw\", \"clust\": 1527, \"cat_0_index\": 3585, \"rank\": 1024, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1485, \"ini\": 1910}, {\"group\": [3496.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder\", \"clust\": 3536, \"cat_0_index\": 687, \"rank\": 2933, \"cat-0\": \"Beverages\", \"rankvar\": 3803, \"ini\": 1909}, {\"group\": [1498.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, raw\", \"clust\": 1523, \"cat_0_index\": 3586, \"rank\": 1025, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1301, \"ini\": 1908}, {\"group\": [2180.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, kelp, raw\", \"clust\": 2207, \"cat_0_index\": 3587, \"rank\": 1026, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1170, \"ini\": 1907}, {\"group\": [922.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, raw\", \"clust\": 940, \"cat_0_index\": 3588, \"rank\": 1027, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1545, \"ini\": 1906}, {\"group\": [3025.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, shortbread, commercially prepared, pecan\", \"clust\": 3061, \"cat_0_index\": 353, \"rank\": 2932, \"cat-0\": \"Baked Products\", \"rankvar\": 2994, \"ini\": 1905}, {\"group\": [692.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Juice, apple and grape blend, with added ascorbic acid\", \"clust\": 706, \"cat_0_index\": 1761, \"rank\": 1028, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1827, \"ini\": 1904}, {\"group\": [2122.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, cooked, boiled, drained, without salt\", \"clust\": 2152, \"cat_0_index\": 3589, \"rank\": 1029, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2268, \"ini\": 1903}, {\"group\": [1439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Grilled Chicken & Sausage Gumbo Soup\", \"clust\": 1465, \"cat_0_index\": 2867, \"rank\": 1030, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 758, \"ini\": 1902}, {\"group\": [664.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach cobbler, strained\", \"clust\": 679, \"cat_0_index\": 126, \"rank\": 1031, \"cat-0\": \"Baby Foods\", \"rankvar\": 1232, \"ini\": 1901}, {\"group\": [3023.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, dry mix, prepared, baked\", \"clust\": 3057, \"cat_0_index\": 354, \"rank\": 2931, \"cat-0\": \"Baked Products\", \"rankvar\": 2781, \"ini\": 1900}, {\"group\": [1622.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken and Dumplings Soup\", \"clust\": 1650, \"cat_0_index\": 2868, \"rank\": 1032, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 593, \"ini\": 1899}, {\"group\": [201.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squirrel, ground, meat (Alaska Native)\", \"clust\": 205, \"cat_0_index\": 1276, \"rank\": 1033, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 800, \"ini\": 1898}, {\"group\": [1457.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, cooked, boiled, drained, with salt\", \"clust\": 1483, \"cat_0_index\": 3590, \"rank\": 1034, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1296, \"ini\": 1897}, {\"group\": [1540.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, ravioli, cheese filled, with tomato sauce\", \"clust\": 1564, \"cat_0_index\": 127, \"rank\": 1035, \"cat-0\": \"Baby Foods\", \"rankvar\": 138, \"ini\": 1896}, {\"group\": [3622.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES MILKY WAY Brand Bite Size Candies\", \"clust\": 3663, \"cat_0_index\": 3250, \"rank\": 2930, \"cat-0\": \"Sweets\", \"rankvar\": 3423, \"ini\": 1895}, {\"group\": [1639.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, BBQ Seasoned Pork Soup\", \"clust\": 1666, \"cat_0_index\": 2869, \"rank\": 1036, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 525, \"ini\": 1894}, {\"group\": [593.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with mixed fruit, junior\", \"clust\": 607, \"cat_0_index\": 128, \"rank\": 1037, \"cat-0\": \"Baby Foods\", \"rankvar\": 745, \"ini\": 1893}, {\"group\": [547.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, drained\", \"clust\": 560, \"cat_0_index\": 1762, \"rank\": 1038, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1322, \"ini\": 1892}, {\"group\": [1206.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, prepared with boiling water\", \"clust\": 1227, \"cat_0_index\": 867, \"rank\": 1039, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 541, \"ini\": 1891}, {\"group\": [1432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, cooked, boiled, drained, with salt\", \"clust\": 1456, \"cat_0_index\": 3591, \"rank\": 1040, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1873, \"ini\": 1890}, {\"group\": [1051.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Organic Picante Sauce\", \"clust\": 1070, \"cat_0_index\": 2870, \"rank\": 1041, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2280, \"ini\": 1889}, {\"group\": [3364.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, wafers, plain\", \"clust\": 3395, \"cat_0_index\": 355, \"rank\": 2929, \"cat-0\": \"Baked Products\", \"rankvar\": 3554, \"ini\": 1888}, {\"group\": [3741.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, dry\", \"clust\": 3785, \"cat_0_index\": 868, \"rank\": 2928, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2801, \"ini\": 1887}, {\"group\": [1090.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, cooked, boiled, drained, without salt\", \"clust\": 1109, \"cat_0_index\": 3592, \"rank\": 1042, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1911, \"ini\": 1886}, {\"group\": [1291.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed, reduced sodium\", \"clust\": 1318, \"cat_0_index\": 2871, \"rank\": 1043, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 828, \"ini\": 1885}, {\"group\": [1188.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids and vitamin A and vitamin D\", \"clust\": 1212, \"cat_0_index\": 1155, \"rank\": 1044, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1213, \"ini\": 1884}, {\"group\": [1412.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, canned, solids and liquids\", \"clust\": 1436, \"cat_0_index\": 3593, \"rank\": 1045, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1079, \"ini\": 1883}, {\"group\": [597.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 610, \"cat_0_index\": 1763, \"rank\": 1046, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1627, \"ini\": 1882}, {\"group\": [1401.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, cooked, boiled, drained, with salt\", \"clust\": 1427, \"cat_0_index\": 3594, \"rank\": 1047, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1930, \"ini\": 1881}, {\"group\": [2991.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, prepared from recipe, made with margarine\", \"clust\": 3021, \"cat_0_index\": 356, \"rank\": 2927, \"cat-0\": \"Baked Products\", \"rankvar\": 2729, \"ini\": 1880}, {\"group\": [690.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and grape\", \"clust\": 704, \"cat_0_index\": 129, \"rank\": 1048, \"cat-0\": \"Baby Foods\", \"rankvar\": 1979, \"ini\": 1879}, {\"group\": [2690.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, bacon and tomato\", \"clust\": 2722, \"cat_0_index\": 1529, \"rank\": 2926, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3061, \"ini\": 1878}, {\"group\": [2367.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, boiled, mashed, without salt\", \"clust\": 2399, \"cat_0_index\": 3595, \"rank\": 1049, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1781, \"ini\": 1877}, {\"group\": [1716.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Broccoli Cheese & Potato Soup\", \"clust\": 1745, \"cat_0_index\": 2872, \"rank\": 1050, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 455, \"ini\": 1876}, {\"group\": [1049.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Chipotle Chunky Salsa\", \"clust\": 1071, \"cat_0_index\": 2873, \"rank\": 1051, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2272, \"ini\": 1875}, {\"group\": [1186.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, protein fortified, with added vitamin A and vitamin D\", \"clust\": 1211, \"cat_0_index\": 1156, \"rank\": 1052, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1305, \"ini\": 1874}, {\"group\": [1311.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, young green, tops only\", \"clust\": 1337, \"cat_0_index\": 3596, \"rank\": 1053, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1913, \"ini\": 1873}, {\"group\": [3081.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salmon, red (sockeye), filets with skin, smoked (Alaska Native)\", \"clust\": 3116, \"cat_0_index\": 1277, \"rank\": 2925, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3451, \"ini\": 1872}, {\"group\": [589.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, raw\", \"clust\": 602, \"cat_0_index\": 1764, \"rank\": 1054, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1509, \"ini\": 1871}, {\"group\": [1627.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Tomato Soup\", \"clust\": 1655, \"cat_0_index\": 2874, \"rank\": 1055, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1077, \"ini\": 1870}, {\"group\": [1050.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Thick & Chunky Salsa\", \"clust\": 1072, \"cat_0_index\": 2875, \"rank\": 1056, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2277, \"ini\": 1869}, {\"group\": [1641.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Smoked Chicken with Roasted Corn Chowder\", \"clust\": 1668, \"cat_0_index\": 2876, \"rank\": 1057, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 415, \"ini\": 1868}, {\"group\": [567.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, frozen, unsweetened\", \"clust\": 579, \"cat_0_index\": 1765, \"rank\": 1058, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1455, \"ini\": 1867}, {\"group\": [304.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Creamy Stroganoff Sauce with pasta\", \"clust\": 300, \"cat_0_index\": 2160, \"rank\": 1059, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 0, \"ini\": 1866}, {\"group\": [2178.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, frozen, uncooked\", \"clust\": 2208, \"cat_0_index\": 1766, \"rank\": 1060, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2357, \"ini\": 1865}, {\"group\": [2134.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Limes, raw\", \"clust\": 2162, \"cat_0_index\": 1767, \"rank\": 1061, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1871, \"ini\": 1864}, {\"group\": [2326.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tree fern, cooked, with salt\", \"clust\": 2356, \"cat_0_index\": 3597, \"rank\": 1062, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2185, \"ini\": 1863}, {\"group\": [700.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-strawberry-banana juice\", \"clust\": 711, \"cat_0_index\": 1768, \"rank\": 1063, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1572, \"ini\": 1862}, {\"group\": [2035.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey and gravy, frozen\", \"clust\": 2065, \"cat_0_index\": 2342, \"rank\": 1064, \"cat-0\": \"Poultry Products\", \"rankvar\": 613, \"ini\": 1861}, {\"group\": [3043.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish sticks, meatless\", \"clust\": 3075, \"cat_0_index\": 2082, \"rank\": 2923, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2313, \"ini\": 1860}, {\"group\": [3044.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetarian fillets\", \"clust\": 3076, \"cat_0_index\": 2083, \"rank\": 2924, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2314, \"ini\": 1859}, {\"group\": [414.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apple\", \"clust\": 423, \"cat_0_index\": 130, \"rank\": 1065, \"cat-0\": \"Baby Foods\", \"rankvar\": 2465, \"ini\": 1858}, {\"group\": [1458.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, baked, with salt\", \"clust\": 1481, \"cat_0_index\": 3598, \"rank\": 1066, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1065, \"ini\": 1857}, {\"group\": [3851.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffeecake, cinnamon with crumb topping, dry mix\", \"clust\": 3894, \"cat_0_index\": 357, \"rank\": 2922, \"cat-0\": \"Baked Products\", \"rankvar\": 3028, \"ini\": 1856}, {\"group\": [1488.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, stir-fried\", \"clust\": 1500, \"cat_0_index\": 3599, \"rank\": 1067, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 682, \"ini\": 1855}, {\"group\": [1467.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, crushed, canned\", \"clust\": 1495, \"cat_0_index\": 3600, \"rank\": 1068, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1584, \"ini\": 1854}, {\"group\": [2023.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, potato ham chowder, chunky, ready-to-serve, single brand\", \"clust\": 2051, \"cat_0_index\": 2877, \"rank\": 1069, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 605, \"ini\": 1853}, {\"group\": [1246.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, with added nonfat milk solids, vitamin A and vitamin D (fat free or skim)\", \"clust\": 1267, \"cat_0_index\": 1157, \"rank\": 1070, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1548, \"ini\": 1852}, {\"group\": [1499.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1522, \"cat_0_index\": 3601, \"rank\": 1071, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 573, \"ini\": 1851}, {\"group\": [713.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and blueberry, junior\", \"clust\": 726, \"cat_0_index\": 131, \"rank\": 1072, \"cat-0\": \"Baby Foods\", \"rankvar\": 1141, \"ini\": 1850}, {\"group\": [476.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, balsamic\", \"clust\": 487, \"cat_0_index\": 3109, \"rank\": 1073, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 893, \"ini\": 1849}, {\"group\": [3098.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, agar, dried\", \"clust\": 3128, \"cat_0_index\": 3602, \"rank\": 2921, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3260, \"ini\": 1848}, {\"group\": [1396.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, shellie, canned, solids and liquids\", \"clust\": 1423, \"cat_0_index\": 3603, \"rank\": 1074, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1924, \"ini\": 1847}, {\"group\": [1253.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, with added calcium, vitamins A and D\", \"clust\": 1281, \"cat_0_index\": 2084, \"rank\": 1075, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1457, \"ini\": 1846}, {\"group\": [561.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, light syrup pack, solids and liquids\", \"clust\": 571, \"cat_0_index\": 1769, \"rank\": 1076, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1542, \"ini\": 1845}, {\"group\": [1193.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, vanilla, dry mix, prepared with 2% milk\", \"clust\": 1217, \"cat_0_index\": 3251, \"rank\": 1077, \"cat-0\": \"Sweets\", \"rankvar\": 436, \"ini\": 1844}, {\"group\": [3092.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, dry\", \"clust\": 3127, \"cat_0_index\": 132, \"rank\": 2920, \"cat-0\": \"Baby Foods\", \"rankvar\": 3144, \"ini\": 1843}, {\"group\": [1239.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, imitation, non-soy\", \"clust\": 1257, \"cat_0_index\": 1158, \"rank\": 1078, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1392, \"ini\": 1842}, {\"group\": [3765.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, COCO-ROOS\", \"clust\": 3807, \"cat_0_index\": 869, \"rank\": 2919, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3301, \"ini\": 1841}, {\"group\": [245.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pollock, walleye, raw\", \"clust\": 250, \"cat_0_index\": 1561, \"rank\": 1079, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1002, \"ini\": 1840}, {\"group\": [530.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pomegranate juice, bottled\", \"clust\": 540, \"cat_0_index\": 1770, \"rank\": 1080, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1535, \"ini\": 1839}, {\"group\": [2896.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2930, \"cat_0_index\": 443, \"rank\": 2918, \"cat-0\": \"Beef Products\", \"rankvar\": 2722, \"ini\": 1838}, {\"group\": [1004.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, cooked, steamed, without salt\", \"clust\": 1023, \"cat_0_index\": 3604, \"rank\": 1081, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 733, \"ini\": 1837}, {\"group\": [2368.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, canned, without salt\", \"clust\": 2400, \"cat_0_index\": 3605, \"rank\": 1082, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1641, \"ini\": 1836}, {\"group\": [1207.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plain soy yogurt\", \"clust\": 1226, \"cat_0_index\": 2085, \"rank\": 1083, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1070, \"ini\": 1835}, {\"group\": [473.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, cherry vanilla pudding, junior\", \"clust\": 484, \"cat_0_index\": 133, \"rank\": 1084, \"cat-0\": \"Baby Foods\", \"rankvar\": 1686, \"ini\": 1834}, {\"group\": [1273.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, egg yolks and bacon, junior\", \"clust\": 1297, \"cat_0_index\": 134, \"rank\": 1085, \"cat-0\": \"Baby Foods\", \"rankvar\": 532, \"ini\": 1833}, {\"group\": [1002.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, potato, mashed\", \"clust\": 1020, \"cat_0_index\": 1336, \"rank\": 1086, \"cat-0\": \"Fast Foods\", \"rankvar\": 302, \"ini\": 1832}, {\"group\": [3450.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST Raisin Bran Cereal\", \"clust\": 3486, \"cat_0_index\": 870, \"rank\": 2917, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3011, \"ini\": 1831}, {\"group\": [1785.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and beef, strained\", \"clust\": 1813, \"cat_0_index\": 135, \"rank\": 1087, \"cat-0\": \"Baby Foods\", \"rankvar\": 426, \"ini\": 1830}, {\"group\": [2212.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), raw\", \"clust\": 2238, \"cat_0_index\": 3606, \"rank\": 1088, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2259, \"ini\": 1829}, {\"group\": [2314.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, drained solids\", \"clust\": 2343, \"cat_0_index\": 3607, \"rank\": 1089, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 847, \"ini\": 1828}, {\"group\": [1722.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON, Chicken and Dumplings\", \"clust\": 1741, \"cat_0_index\": 2161, \"rank\": 1090, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 272, \"ini\": 1827}, {\"group\": [202.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, liver, raw (Alaska Native)\", \"clust\": 203, \"cat_0_index\": 1278, \"rank\": 1091, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 527, \"ini\": 1826}, {\"group\": [2502.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, almond\", \"clust\": 2531, \"cat_0_index\": 2569, \"rank\": 2916, \"cat-0\": \"Snacks\", \"rankvar\": 2742, \"ini\": 1825}, {\"group\": [3836.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Figs, dried, uncooked\", \"clust\": 3870, \"cat_0_index\": 1771, \"rank\": 2915, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3126, \"ini\": 1824}, {\"group\": [857.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with tomato tidbits\", \"clust\": 872, \"cat_0_index\": 3608, \"rank\": 1092, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1830, \"ini\": 1823}, {\"group\": [1312.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, raw\", \"clust\": 1335, \"cat_0_index\": 3609, \"rank\": 1093, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1932, \"ini\": 1822}, {\"group\": [1400.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, canned, solids and liquids\", \"clust\": 1420, \"cat_0_index\": 3610, \"rank\": 1094, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1915, \"ini\": 1821}, {\"group\": [3804.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S FROOT LOOPS\", \"clust\": 3850, \"cat_0_index\": 871, \"rank\": 2914, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3243, \"ini\": 1820}, {\"group\": [1630.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs in Meat Sauce\", \"clust\": 1648, \"cat_0_index\": 2162, \"rank\": 1095, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 554, \"ini\": 1819}, {\"group\": [1181.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, macaroni and cheese, toddler\", \"clust\": 1185, \"cat_0_index\": 136, \"rank\": 1096, \"cat-0\": \"Baby Foods\", \"rankvar\": 355, \"ini\": 1818}, {\"group\": [694.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 709, \"cat_0_index\": 1772, \"rank\": 1097, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1997, \"ini\": 1817}, {\"group\": [2286.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Original\", \"clust\": 2318, \"cat_0_index\": 2163, \"rank\": 1098, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 404, \"ini\": 1816}, {\"group\": [1402.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, cooked, boiled, drained, with salt\", \"clust\": 1428, \"cat_0_index\": 3611, \"rank\": 1099, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1917, \"ini\": 1815}, {\"group\": [559.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, light syrup, solids and liquids\", \"clust\": 572, \"cat_0_index\": 1773, \"rank\": 1100, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1517, \"ini\": 1814}, {\"group\": [407.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, guava and papaya with tapioca, strained\", \"clust\": 416, \"cat_0_index\": 137, \"rank\": 1101, \"cat-0\": \"Baby Foods\", \"rankvar\": 2336, \"ini\": 1813}, {\"group\": [779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, unenriched, without added salt\", \"clust\": 794, \"cat_0_index\": 1023, \"rank\": 1102, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 8, \"ini\": 1812}, {\"group\": [779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, enriched\", \"clust\": 795, \"cat_0_index\": 1024, \"rank\": 1103, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 9, \"ini\": 1811}, {\"group\": [2384.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, cooked, boiled, drained, without salt\", \"clust\": 2412, \"cat_0_index\": 3612, \"rank\": 1104, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1612, \"ini\": 1810}, {\"group\": [924.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, enoki, raw\", \"clust\": 939, \"cat_0_index\": 3613, \"rank\": 1105, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1520, \"ini\": 1809}, {\"group\": [2109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, raw\", \"clust\": 2135, \"cat_0_index\": 1774, \"rank\": 1106, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2142, \"ini\": 1808}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, DHA and ARA, prepared from liquid concentrate\", \"clust\": 1126, \"cat_0_index\": 138, \"rank\": 1107, \"cat-0\": \"Baby Foods\", \"rankvar\": 851, \"ini\": 1807}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, ready-to-feed\", \"clust\": 1127, \"cat_0_index\": 139, \"rank\": 1108, \"cat-0\": \"Baby Foods\", \"rankvar\": 852, \"ini\": 1806}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, DHA and ARA, ready-to-feed\", \"clust\": 1125, \"cat_0_index\": 140, \"rank\": 1109, \"cat-0\": \"Baby Foods\", \"rankvar\": 853, \"ini\": 1805}, {\"group\": [280.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Nasoya Lite Firm Tofu\", \"clust\": 285, \"cat_0_index\": 2086, \"rank\": 1110, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1488, \"ini\": 1804}, {\"group\": [2288.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, brine pack, regular pack, solids and liquids\", \"clust\": 2317, \"cat_0_index\": 3614, \"rank\": 1111, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 464, \"ini\": 1803}, {\"group\": [1248.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, fluid, cultured, lowfat\", \"clust\": 1270, \"cat_0_index\": 1159, \"rank\": 1112, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1429, \"ini\": 1802}, {\"group\": [3026.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, deep dish, frozen, baked, made with enriched flour\", \"clust\": 3062, \"cat_0_index\": 358, \"rank\": 2913, \"cat-0\": \"Baked Products\", \"rankvar\": 2826, \"ini\": 1801}, {\"group\": [1790.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables chicken, strained\", \"clust\": 1818, \"cat_0_index\": 141, \"rank\": 1113, \"cat-0\": \"Baby Foods\", \"rankvar\": 730, \"ini\": 1800}, {\"group\": [1008.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), cooked, boiled, drained, with salt\", \"clust\": 1025, \"cat_0_index\": 3615, \"rank\": 1114, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1428, \"ini\": 1799}, {\"group\": [695.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apple and banana\", \"clust\": 710, \"cat_0_index\": 142, \"rank\": 1115, \"cat-0\": \"Baby Foods\", \"rankvar\": 1847, \"ini\": 1798}, {\"group\": [974.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Salsa Verde\", \"clust\": 991, \"cat_0_index\": 2878, \"rank\": 1116, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1844, \"ini\": 1797}, {\"group\": [2201.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, cooked, boiled, drained, without salt\", \"clust\": 2232, \"cat_0_index\": 3616, \"rank\": 1117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1720, \"ini\": 1796}, {\"group\": [560.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, light syrup pack, solids and liquids\", \"clust\": 573, \"cat_0_index\": 1775, \"rank\": 1118, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1495, \"ini\": 1795}, {\"group\": [1266.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus for Bone Health, soymilk\", \"clust\": 1278, \"cat_0_index\": 2087, \"rank\": 1119, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1757, \"ini\": 1794}, {\"group\": [969.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, honeydew, raw\", \"clust\": 987, \"cat_0_index\": 1776, \"rank\": 1120, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1761, \"ini\": 1793}, {\"group\": [1392.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, cooked, boiled, drained, with salt\", \"clust\": 1417, \"cat_0_index\": 3617, \"rank\": 1121, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2256, \"ini\": 1792}, {\"group\": [647.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, bottled\", \"clust\": 661, \"cat_0_index\": 688, \"rank\": 1122, \"cat-0\": \"Beverages\", \"rankvar\": 2133, \"ini\": 1791}, {\"group\": [351.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract\", \"clust\": 346, \"cat_0_index\": 3110, \"rank\": 1123, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 241, \"ini\": 1790}, {\"group\": [866.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, cooked, boiled, drained, without salt\", \"clust\": 887, \"cat_0_index\": 3618, \"rank\": 1124, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2372, \"ini\": 1789}, {\"group\": [3016.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, prepared from recipe, unbaked\", \"clust\": 3049, \"cat_0_index\": 359, \"rank\": 2912, \"cat-0\": \"Baked Products\", \"rankvar\": 2648, \"ini\": 1788}, {\"group\": [1404.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauerkraut, canned, low sodium\", \"clust\": 1430, \"cat_0_index\": 3619, \"rank\": 1125, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2091, \"ini\": 1787}, {\"group\": [1205.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored drink, whey and milk based\", \"clust\": 1229, \"cat_0_index\": 689, \"rank\": 1126, \"cat-0\": \"Beverages\", \"rankvar\": 1478, \"ini\": 1786}, {\"group\": [1442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Mexican Style Tortilla\", \"clust\": 1463, \"cat_0_index\": 2879, \"rank\": 1127, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 926, \"ini\": 1785}, {\"group\": [702.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red and white, all areas\", \"clust\": 720, \"cat_0_index\": 1777, \"rank\": 1128, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2050, \"ini\": 1784}, {\"group\": [1825.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken, canned, chunky, ready-to-serve\", \"clust\": 1852, \"cat_0_index\": 2880, \"rank\": 1129, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 383, \"ini\": 1783}, {\"group\": [1497.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1524, \"cat_0_index\": 3620, \"rank\": 1130, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1614, \"ini\": 1782}, {\"group\": [2199.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, cooked, boiled, drained, without salt\", \"clust\": 2228, \"cat_0_index\": 3621, \"rank\": 1131, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2042, \"ini\": 1781}, {\"group\": [2209.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, cooked, boiled, drained, without salt\", \"clust\": 2240, \"cat_0_index\": 3622, \"rank\": 1132, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2246, \"ini\": 1780}, {\"group\": [1477.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, o'brien, frozen, unprepared\", \"clust\": 1504, \"cat_0_index\": 3623, \"rank\": 1133, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 462, \"ini\": 1779}, {\"group\": [509.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared with water, whiskey and powder mix\", \"clust\": 520, \"cat_0_index\": 690, \"rank\": 1134, \"cat-0\": \"Beverages\", \"rankvar\": 586, \"ini\": 1778}, {\"group\": [415.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, raw\", \"clust\": 424, \"cat_0_index\": 3624, \"rank\": 1135, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2482, \"ini\": 1777}, {\"group\": [1263.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Organic Creamy Original Soymilk\", \"clust\": 1290, \"cat_0_index\": 2088, \"rank\": 1136, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1427, \"ini\": 1776}, {\"group\": [1067.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Barley with Mushrooms Soup, condensed\", \"clust\": 1087, \"cat_0_index\": 2881, \"rank\": 1137, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 699, \"ini\": 1775}, {\"group\": [3795.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, Smart Start Strong Heart, Original\", \"clust\": 3841, \"cat_0_index\": 872, \"rank\": 2911, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2906, \"ini\": 1774}, {\"group\": [683.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, canned or bottled, unsweetened, with added ascorbic acid\", \"clust\": 698, \"cat_0_index\": 1778, \"rank\": 1138, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2018, \"ini\": 1773}, {\"group\": [684.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Acai Berry\", \"clust\": 699, \"cat_0_index\": 691, \"rank\": 1139, \"cat-0\": \"Beverages\", \"rankvar\": 2146, \"ini\": 1772}, {\"group\": [1484.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, sweet potatoes, junior\", \"clust\": 1513, \"cat_0_index\": 143, \"rank\": 1140, \"cat-0\": \"Baby Foods\", \"rankvar\": 792, \"ini\": 1771}, {\"group\": [654.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice drink, canned\", \"clust\": 666, \"cat_0_index\": 692, \"rank\": 1141, \"cat-0\": \"Beverages\", \"rankvar\": 1989, \"ini\": 1770}, {\"group\": [2025.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Pepper Pot Soup, condensed\", \"clust\": 2055, \"cat_0_index\": 2882, \"rank\": 1142, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 841, \"ini\": 1769}, {\"group\": [1789.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and bacon, strained\", \"clust\": 1815, \"cat_0_index\": 144, \"rank\": 1143, \"cat-0\": \"Baby Foods\", \"rankvar\": 544, \"ini\": 1768}, {\"group\": [2135.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, chili, green, canned\", \"clust\": 2139, \"cat_0_index\": 3625, \"rank\": 1144, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2291, \"ini\": 1767}, {\"group\": [2308.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Amaranth grain, cooked\", \"clust\": 2339, \"cat_0_index\": 1025, \"rank\": 1145, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 105, \"ini\": 1766}, {\"group\": [590.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nectarines, raw\", \"clust\": 603, \"cat_0_index\": 1779, \"rank\": 1146, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1341, \"ini\": 1765}, {\"group\": [860.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fiddlehead ferns, raw\", \"clust\": 878, \"cat_0_index\": 3626, \"rank\": 1147, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1622, \"ini\": 1764}, {\"group\": [3240.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese product, pasteurized process, cheddar or american, reduced fat\", \"clust\": 3275, \"cat_0_index\": 1160, \"rank\": 2909, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2557, \"ini\": 1763}, {\"group\": [3240.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese product, pasteurized process, american, reduced fat, fortified with vitamin D\", \"clust\": 3276, \"cat_0_index\": 1161, \"rank\": 2910, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2558, \"ini\": 1762}, {\"group\": [3024.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, dry mix\", \"clust\": 3058, \"cat_0_index\": 360, \"rank\": 2908, \"cat-0\": \"Baked Products\", \"rankvar\": 2875, \"ini\": 1761}, {\"group\": [854.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Low Sodium V8\", \"clust\": 874, \"cat_0_index\": 3627, \"rank\": 1148, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2281, \"ini\": 1760}, {\"group\": [697.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-grapefruit juice, canned, unsweetened\", \"clust\": 713, \"cat_0_index\": 1780, \"rank\": 1149, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1892, \"ini\": 1759}, {\"group\": [691.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple - cherry\", \"clust\": 705, \"cat_0_index\": 145, \"rank\": 1150, \"cat-0\": \"Baby Foods\", \"rankvar\": 1942, \"ini\": 1758}, {\"group\": [667.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder, prepared with water\", \"clust\": 682, \"cat_0_index\": 693, \"rank\": 1151, \"cat-0\": \"Beverages\", \"rankvar\": 2034, \"ini\": 1757}, {\"group\": [723.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and apricots, junior\", \"clust\": 738, \"cat_0_index\": 146, \"rank\": 1152, \"cat-0\": \"Baby Foods\", \"rankvar\": 1527, \"ini\": 1756}, {\"group\": [3415.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, KIX\", \"clust\": 3450, \"cat_0_index\": 873, \"rank\": 2907, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3114, \"ini\": 1755}, {\"group\": [665.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach cobbler, junior\", \"clust\": 680, \"cat_0_index\": 147, \"rank\": 1153, \"cat-0\": \"Baby Foods\", \"rankvar\": 1300, \"ini\": 1754}, {\"group\": [1110.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1136, \"cat_0_index\": 148, \"rank\": 1154, \"cat-0\": \"Baby Foods\", \"rankvar\": 1047, \"ini\": 1753}, {\"group\": [1304.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Spicy Hot V8\", \"clust\": 1319, \"cat_0_index\": 3628, \"rank\": 1155, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2248, \"ini\": 1752}, {\"group\": [3805.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S APPLE JACKS\", \"clust\": 3851, \"cat_0_index\": 874, \"rank\": 2906, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3280, \"ini\": 1751}, {\"group\": [1111.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1137, \"cat_0_index\": 149, \"rank\": 1156, \"cat-0\": \"Baby Foods\", \"rankvar\": 1044, \"ini\": 1750}, {\"group\": [1247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, fluid, 1% fat, without added vitamin A and vitamin D\", \"clust\": 1271, \"cat_0_index\": 1162, \"rank\": 1157, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1416, \"ini\": 1749}, {\"group\": [1247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, with added vitamin A and vitamin D\", \"clust\": 1272, \"cat_0_index\": 1163, \"rank\": 1158, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1417, \"ini\": 1748}, {\"group\": [2228.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, frozen, sweetened\", \"clust\": 2258, \"cat_0_index\": 1781, \"rank\": 1159, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 314, \"ini\": 1747}, {\"group\": [2350.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, boiled, mashed, with salt\", \"clust\": 2379, \"cat_0_index\": 3629, \"rank\": 1160, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1750, \"ini\": 1746}, {\"group\": [1479.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, hashed brown, frozen, plain, unprepared\", \"clust\": 1507, \"cat_0_index\": 3630, \"rank\": 1161, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 338, \"ini\": 1745}, {\"group\": [2909.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, ground, 72% lean / 28% fat, cooked, crumbles\", \"clust\": 2943, \"cat_0_index\": 2314, \"rank\": 2905, \"cat-0\": \"Pork Products\", \"rankvar\": 2624, \"ini\": 1744}, {\"group\": [1217.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS LIGHT Nonfat Strawberry Yogurt (with Aspartame and Fructose Sweeteners)\", \"clust\": 1237, \"cat_0_index\": 1164, \"rank\": 1162, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 934, \"ini\": 1743}, {\"group\": [666.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guava nectar, canned\", \"clust\": 676, \"cat_0_index\": 1782, \"rank\": 1163, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1643, \"ini\": 1742}, {\"group\": [693.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple-banana juice\", \"clust\": 707, \"cat_0_index\": 150, \"rank\": 1164, \"cat-0\": \"Baby Foods\", \"rankvar\": 1786, \"ini\": 1741}, {\"group\": [722.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, pears, dices, toddler\", \"clust\": 733, \"cat_0_index\": 151, \"rank\": 1165, \"cat-0\": \"Baby Foods\", \"rankvar\": 1555, \"ini\": 1740}, {\"group\": [2206.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, canned, solids and liquids\", \"clust\": 2235, \"cat_0_index\": 3631, \"rank\": 1166, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2299, \"ini\": 1739}, {\"group\": [1093.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1112, \"cat_0_index\": 3632, \"rank\": 1167, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1401, \"ini\": 1738}, {\"group\": [3504.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake, with 2% maple, with added potassium\", \"clust\": 3545, \"cat_0_index\": 3252, \"rank\": 1168, \"cat-0\": \"Sweets\", \"rankvar\": 2523, \"ini\": 1737}, {\"group\": [1485.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, sweet potatoes strained\", \"clust\": 1514, \"cat_0_index\": 152, \"rank\": 1169, \"cat-0\": \"Baby Foods\", \"rankvar\": 896, \"ini\": 1736}, {\"group\": [1415.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, green, canned, prepared with equal volume water\", \"clust\": 1439, \"cat_0_index\": 2883, \"rank\": 1170, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 597, \"ini\": 1735}, {\"group\": [587.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, raw\", \"clust\": 599, \"cat_0_index\": 1783, \"rank\": 1171, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1447, \"ini\": 1734}, {\"group\": [3329.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, fat free, salted\", \"clust\": 3365, \"cat_0_index\": 2570, \"rank\": 2904, \"cat-0\": \"Snacks\", \"rankvar\": 3342, \"ini\": 1733}, {\"group\": [1418.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, cooked, boiled, drained, with salt\", \"clust\": 1444, \"cat_0_index\": 3633, \"rank\": 1172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1244, \"ini\": 1732}, {\"group\": [534.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, plums with tapioca, without ascorbic acid, strained\", \"clust\": 546, \"cat_0_index\": 153, \"rank\": 1173, \"cat-0\": \"Baby Foods\", \"rankvar\": 1179, \"ini\": 1731}, {\"group\": [2315.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), canned, with whole kernel corn, solids and liquids\", \"clust\": 2344, \"cat_0_index\": 3634, \"rank\": 1174, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 552, \"ini\": 1730}, {\"group\": [2181.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, unprepared\", \"clust\": 2210, \"cat_0_index\": 3635, \"rank\": 1175, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2245, \"ini\": 1729}, {\"group\": [1470.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, raw\", \"clust\": 1498, \"cat_0_index\": 3636, \"rank\": 1176, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1708, \"ini\": 1728}, {\"group\": [2242.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, without salt\", \"clust\": 2268, \"cat_0_index\": 3637, \"rank\": 1177, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 239, \"ini\": 1727}, {\"group\": [3867.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, special dietary\", \"clust\": 3909, \"cat_0_index\": 361, \"rank\": 2903, \"cat-0\": \"Baked Products\", \"rankvar\": 2956, \"ini\": 1726}, {\"group\": [2200.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, cooked, boiled, drained, without salt\", \"clust\": 2229, \"cat_0_index\": 3638, \"rank\": 1178, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2206, \"ini\": 1725}, {\"group\": [703.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, all areas\", \"clust\": 721, \"cat_0_index\": 1784, \"rank\": 1179, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1999, \"ini\": 1724}, {\"group\": [1213.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Mocha, soymilk\", \"clust\": 1236, \"cat_0_index\": 2089, \"rank\": 1180, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1209, \"ini\": 1723}, {\"group\": [923.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, cooked, boiled, drained, without salt\", \"clust\": 941, \"cat_0_index\": 3639, \"rank\": 1181, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1819, \"ini\": 1722}, {\"group\": [3739.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with raisins and spice, dry\", \"clust\": 3783, \"cat_0_index\": 875, \"rank\": 2901, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2884, \"ini\": 1721}, {\"group\": [3739.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, dry\", \"clust\": 3784, \"cat_0_index\": 876, \"rank\": 2902, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2885, \"ini\": 1720}, {\"group\": [2911.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, spareribs, separable lean and fat, cooked, braised\", \"clust\": 2942, \"cat_0_index\": 2315, \"rank\": 2900, \"cat-0\": \"Pork Products\", \"rankvar\": 2635, \"ini\": 1719}, {\"group\": [1052.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Picante Sauce\", \"clust\": 1073, \"cat_0_index\": 2884, \"rank\": 1182, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2346, \"ini\": 1718}, {\"group\": [1161.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu yogurt\", \"clust\": 1181, \"cat_0_index\": 2090, \"rank\": 1183, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 231, \"ini\": 1717}, {\"group\": [1189.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids, without added vitamin A\", \"clust\": 1213, \"cat_0_index\": 1165, \"rank\": 1184, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1143, \"ini\": 1716}, {\"group\": [2944.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bouillon cubes and granules, low sodium, dry\", \"clust\": 2976, \"cat_0_index\": 2885, \"rank\": 2899, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2601, \"ini\": 1715}, {\"group\": [1984.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, prepared with equal volume milk\", \"clust\": 2016, \"cat_0_index\": 2886, \"rank\": 1185, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1237, \"ini\": 1714}, {\"group\": [3786.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, wheat and bran, presweetened with nuts and fruits\", \"clust\": 3830, \"cat_0_index\": 877, \"rank\": 2898, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2887, \"ini\": 1713}, {\"group\": [2321.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL WITH OATS, cooked with water, with salt\", \"clust\": 2350, \"cat_0_index\": 878, \"rank\": 1186, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 589, \"ini\": 1712}, {\"group\": [1814.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable, green beans and potatoes\", \"clust\": 1812, \"cat_0_index\": 154, \"rank\": 1187, \"cat-0\": \"Baby Foods\", \"rankvar\": 633, \"ini\": 1711}, {\"group\": [2210.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, no salt added, solids and liquids\", \"clust\": 2241, \"cat_0_index\": 3640, \"rank\": 1188, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2093, \"ini\": 1710}, {\"group\": [1474.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, cooked, boiled, drained, with salt\", \"clust\": 1501, \"cat_0_index\": 3641, \"rank\": 1189, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 675, \"ini\": 1709}, {\"group\": [2380.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, all styles, unprepared\", \"clust\": 2409, \"cat_0_index\": 3642, \"rank\": 1190, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1562, \"ini\": 1708}, {\"group\": [3263.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, turkey, dry\", \"clust\": 3299, \"cat_0_index\": 2887, \"rank\": 2897, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3360, \"ini\": 1707}, {\"group\": [2753.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, russian dressing\", \"clust\": 2716, \"cat_0_index\": 1530, \"rank\": 2896, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2674, \"ini\": 1706}, {\"group\": [2287.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Original, easy open\", \"clust\": 2319, \"cat_0_index\": 2164, \"rank\": 1191, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 385, \"ini\": 1705}, {\"group\": [568.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin, cooked, boiled\", \"clust\": 584, \"cat_0_index\": 1785, \"rank\": 1192, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1472, \"ini\": 1704}, {\"group\": [720.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peaches, dices, toddler\", \"clust\": 734, \"cat_0_index\": 155, \"rank\": 1193, \"cat-0\": \"Baby Foods\", \"rankvar\": 1715, \"ini\": 1703}, {\"group\": [574.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apples with ham, strained\", \"clust\": 587, \"cat_0_index\": 156, \"rank\": 1194, \"cat-0\": \"Baby Foods\", \"rankvar\": 731, \"ini\": 1702}, {\"group\": [1380.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatillos, raw\", \"clust\": 1395, \"cat_0_index\": 3643, \"rank\": 1195, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1788, \"ini\": 1701}, {\"group\": [1633.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Rigatoni & Meatballs - Fully Loaded\", \"clust\": 1660, \"cat_0_index\": 2888, \"rank\": 1196, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 260, \"ini\": 1700}, {\"group\": [3656.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, oatmeal, commercially prepared, special dietary\", \"clust\": 3696, \"cat_0_index\": 362, \"rank\": 2895, \"cat-0\": \"Baked Products\", \"rankvar\": 2808, \"ini\": 1699}, {\"group\": [755.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, corn on the cob with butter\", \"clust\": 769, \"cat_0_index\": 1337, \"rank\": 1197, \"cat-0\": \"Fast Foods\", \"rankvar\": 48, \"ini\": 1698}, {\"group\": [705.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, juice pack\", \"clust\": 718, \"cat_0_index\": 1786, \"rank\": 1198, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1986, \"ini\": 1697}, {\"group\": [2069.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, canned, condensed\", \"clust\": 2092, \"cat_0_index\": 2889, \"rank\": 1199, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1304, \"ini\": 1696}, {\"group\": [2323.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, muscadine, raw\", \"clust\": 2348, \"cat_0_index\": 1787, \"rank\": 1200, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1323, \"ini\": 1695}, {\"group\": [699.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, canned, sweetened\", \"clust\": 712, \"cat_0_index\": 1788, \"rank\": 1201, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1791, \"ini\": 1694}, {\"group\": [394.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 403, \"cat_0_index\": 3644, \"rank\": 1202, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 60, \"ini\": 1693}, {\"group\": [903.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, liquid from stewed kidney beans\", \"clust\": 915, \"cat_0_index\": 2091, \"rank\": 1203, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1664, \"ini\": 1692}, {\"group\": [1202.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange breakfast drink, ready-to-drink, with added nutrients\", \"clust\": 1224, \"cat_0_index\": 694, \"rank\": 1204, \"cat-0\": \"Beverages\", \"rankvar\": 1580, \"ini\": 1691}, {\"group\": [1053.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Cilantro Chunky Salsa\", \"clust\": 1074, \"cat_0_index\": 2890, \"rank\": 1205, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2342, \"ini\": 1690}, {\"group\": [680.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, raw\", \"clust\": 694, \"cat_0_index\": 1789, \"rank\": 1206, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2092, \"ini\": 1689}, {\"group\": [2009.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, fat free, liquid, with salt\", \"clust\": 2038, \"cat_0_index\": 1531, \"rank\": 1207, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2076, \"ini\": 1688}, {\"group\": [899.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, cooked, boiled, drained, with salt\", \"clust\": 918, \"cat_0_index\": 3645, \"rank\": 1208, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2478, \"ini\": 1687}, {\"group\": [535.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, plums with tapioca, without ascorbic acid, junior\", \"clust\": 547, \"cat_0_index\": 157, \"rank\": 1209, \"cat-0\": \"Baby Foods\", \"rankvar\": 1154, \"ini\": 1686}, {\"group\": [409.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, prune and orange\", \"clust\": 418, \"cat_0_index\": 158, \"rank\": 1210, \"cat-0\": \"Baby Foods\", \"rankvar\": 1809, \"ini\": 1685}, {\"group\": [1459.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, raw\", \"clust\": 1485, \"cat_0_index\": 3646, \"rank\": 1211, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2286, \"ini\": 1684}, {\"group\": [2104.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, cooked, boiled, drained, without salt\", \"clust\": 2134, \"cat_0_index\": 3647, \"rank\": 1212, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2056, \"ini\": 1683}, {\"group\": [2143.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, unprepared\", \"clust\": 2174, \"cat_0_index\": 3648, \"rank\": 1213, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2469, \"ini\": 1682}, {\"group\": [721.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apples, dices, toddler\", \"clust\": 735, \"cat_0_index\": 159, \"rank\": 1214, \"cat-0\": \"Baby Foods\", \"rankvar\": 1914, \"ini\": 1681}, {\"group\": [1155.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, unfortified\", \"clust\": 1178, \"cat_0_index\": 2092, \"rank\": 1215, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 709, \"ini\": 1680}, {\"group\": [3731.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, BASIC 4\", \"clust\": 3767, \"cat_0_index\": 879, \"rank\": 2894, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2902, \"ini\": 1679}, {\"group\": [1040.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom Soup, condensed\", \"clust\": 1056, \"cat_0_index\": 2891, \"rank\": 1216, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1039, \"ini\": 1678}, {\"group\": [715.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas and pineapple with tapioca, junior\", \"clust\": 729, \"cat_0_index\": 160, \"rank\": 1217, \"cat-0\": \"Baby Foods\", \"rankvar\": 1007, \"ini\": 1677}, {\"group\": [1001.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, lotus seeds, raw\", \"clust\": 1019, \"cat_0_index\": 2283, \"rank\": 1218, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 238, \"ini\": 1676}, {\"group\": [3000.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, plain\", \"clust\": 3032, \"cat_0_index\": 2571, \"rank\": 2893, \"cat-0\": \"Snacks\", \"rankvar\": 2785, \"ini\": 1675}, {\"group\": [3671.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie Crust, Cookie-type, Graham Cracker, Ready Crust\", \"clust\": 3712, \"cat_0_index\": 363, \"rank\": 2892, \"cat-0\": \"Baked Products\", \"rankvar\": 2848, \"ini\": 1674}, {\"group\": [2000.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Oyster Stew, condensed\", \"clust\": 2029, \"cat_0_index\": 2892, \"rank\": 1219, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1589, \"ini\": 1673}, {\"group\": [1405.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, cooked, boiled, drained, with salt\", \"clust\": 1431, \"cat_0_index\": 3649, \"rank\": 1220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2030, \"ini\": 1672}, {\"group\": [1393.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, cooked, boiled, drained, with salt\", \"clust\": 1415, \"cat_0_index\": 3650, \"rank\": 1221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2178, \"ini\": 1671}, {\"group\": [3445.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, low fat\", \"clust\": 3482, \"cat_0_index\": 2572, \"rank\": 2891, \"cat-0\": \"Snacks\", \"rankvar\": 3040, \"ini\": 1670}, {\"group\": [724.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and apricots, strained\", \"clust\": 739, \"cat_0_index\": 161, \"rank\": 1222, \"cat-0\": \"Baby Foods\", \"rankvar\": 1648, \"ini\": 1669}, {\"group\": [275.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chiton, leathery, gumboots (Alaska Native)\", \"clust\": 278, \"cat_0_index\": 1279, \"rank\": 1223, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1082, \"ini\": 1668}, {\"group\": [3206.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, camembert\", \"clust\": 3240, \"cat_0_index\": 1166, \"rank\": 2890, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2586, \"ini\": 1667}, {\"group\": [2123.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, cooked, boiled, drained, with salt\", \"clust\": 2153, \"cat_0_index\": 3651, \"rank\": 1224, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2307, \"ini\": 1666}, {\"group\": [2215.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nopales, cooked, without salt\", \"clust\": 2245, \"cat_0_index\": 3652, \"rank\": 1225, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2322, \"ini\": 1665}, {\"group\": [469.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pudding, lemon, dry mix, regular, prepared with sugar, egg yolk and water\", \"clust\": 481, \"cat_0_index\": 3253, \"rank\": 1226, \"cat-0\": \"Sweets\", \"rankvar\": 600, \"ini\": 1664}, {\"group\": [208.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, tipnuk, fermented (Alaska Native)\", \"clust\": 208, \"cat_0_index\": 1280, \"rank\": 1227, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 186, \"ini\": 1663}, {\"group\": [418.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pummelo, raw\", \"clust\": 425, \"cat_0_index\": 1790, \"rank\": 1228, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2279, \"ini\": 1662}, {\"group\": [263.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, no sodium added\", \"clust\": 266, \"cat_0_index\": 1167, \"rank\": 1229, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 501, \"ini\": 1661}, {\"group\": [2324.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bulgur, cooked\", \"clust\": 2347, \"cat_0_index\": 1026, \"rank\": 1230, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 673, \"ini\": 1660}, {\"group\": [2958.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Croutons, seasoned\", \"clust\": 2990, \"cat_0_index\": 364, \"rank\": 2889, \"cat-0\": \"Baked Products\", \"rankvar\": 2614, \"ini\": 1659}, {\"group\": [2084.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, split with ham, canned, prepared with equal volume water\", \"clust\": 2114, \"cat_0_index\": 2893, \"rank\": 1231, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 299, \"ini\": 1658}, {\"group\": [676.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, canned, unsweetened\", \"clust\": 692, \"cat_0_index\": 1791, \"rank\": 1232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1656, \"ini\": 1657}, {\"group\": [1397.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with bacon, dry, mix, prepared with water\", \"clust\": 1424, \"cat_0_index\": 2894, \"rank\": 1233, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1651, \"ini\": 1656}, {\"group\": [855.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Tomato juice, low sodium\", \"clust\": 875, \"cat_0_index\": 3653, \"rank\": 1234, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2318, \"ini\": 1655}, {\"group\": [1054.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Lime & Garlic Chunky Salsa\", \"clust\": 1069, \"cat_0_index\": 2895, \"rank\": 1235, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2059, \"ini\": 1654}, {\"group\": [3229.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, part skim milk\", \"clust\": 3267, \"cat_0_index\": 1168, \"rank\": 2888, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2920, \"ini\": 1653}, {\"group\": [1088.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, firm\", \"clust\": 1107, \"cat_0_index\": 2093, \"rank\": 1236, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 596, \"ini\": 1652}, {\"group\": [2359.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Endive, raw\", \"clust\": 2387, \"cat_0_index\": 3654, \"rank\": 1237, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2266, \"ini\": 1651}, {\"group\": [387.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, raw\", \"clust\": 397, \"cat_0_index\": 3655, \"rank\": 1238, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 328, \"ini\": 1650}, {\"group\": [2343.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, asian, raw\", \"clust\": 2367, \"cat_0_index\": 1792, \"rank\": 1239, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1767, \"ini\": 1649}, {\"group\": [867.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, raw\", \"clust\": 888, \"cat_0_index\": 3656, \"rank\": 1240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2447, \"ini\": 1648}, {\"group\": [678.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, juice pack, solids and liquids\", \"clust\": 695, \"cat_0_index\": 1793, \"rank\": 1241, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1983, \"ini\": 1647}, {\"group\": [2329.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, no salt added, solids and liquids\", \"clust\": 2361, \"cat_0_index\": 3657, \"rank\": 1242, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1118, \"ini\": 1646}, {\"group\": [2309.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Teff, cooked\", \"clust\": 2340, \"cat_0_index\": 1027, \"rank\": 1243, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 173, \"ini\": 1645}, {\"group\": [588.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, juice pack, with skin, solids and liquids\", \"clust\": 600, \"cat_0_index\": 1794, \"rank\": 1244, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1448, \"ini\": 1644}, {\"group\": [1056.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Enchilada Sauce\", \"clust\": 1076, \"cat_0_index\": 2896, \"rank\": 1245, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1985, \"ini\": 1643}, {\"group\": [2092.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken gumbo, canned, condensed\", \"clust\": 2123, \"cat_0_index\": 2897, \"rank\": 1246, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1504, \"ini\": 1642}, {\"group\": [2378.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, raw\", \"clust\": 2407, \"cat_0_index\": 3658, \"rank\": 1247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1919, \"ini\": 1641}, {\"group\": [536.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, sweetened, without salt (includes USDA commodity)\", \"clust\": 549, \"cat_0_index\": 1795, \"rank\": 1248, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1431, \"ini\": 1640}, {\"group\": [2956.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, onion-flavor\", \"clust\": 2991, \"cat_0_index\": 2573, \"rank\": 2887, \"cat-0\": \"Snacks\", \"rankvar\": 2732, \"ini\": 1639}, {\"group\": [2734.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, Mayonnaise dressing, diet, no cholesterol\", \"clust\": 2767, \"cat_0_index\": 1532, \"rank\": 2886, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2950, \"ini\": 1638}, {\"group\": [2102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, unprepared\", \"clust\": 2131, \"cat_0_index\": 3659, \"rank\": 1249, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2003, \"ini\": 1637}, {\"group\": [1191.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carob-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1215, \"cat_0_index\": 695, \"rank\": 1250, \"cat-0\": \"Beverages\", \"rankvar\": 465, \"ini\": 1636}, {\"group\": [2145.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Essential Antioxidants V8\", \"clust\": 2171, \"cat_0_index\": 3660, \"rank\": 1251, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2366, \"ini\": 1635}, {\"group\": [569.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, with skin\", \"clust\": 585, \"cat_0_index\": 1796, \"rank\": 1252, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1459, \"ini\": 1634}, {\"group\": [3738.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS, Baked Apple, dry\", \"clust\": 3777, \"cat_0_index\": 880, \"rank\": 2885, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2890, \"ini\": 1633}, {\"group\": [821.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, prepared with 2% milk\", \"clust\": 839, \"cat_0_index\": 3254, \"rank\": 1253, \"cat-0\": \"Sweets\", \"rankvar\": 148, \"ini\": 1632}, {\"group\": [2021.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable with potato and cheese, chunky, ready-to-serve\", \"clust\": 2052, \"cat_0_index\": 2898, \"rank\": 1254, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1068, \"ini\": 1631}, {\"group\": [1094.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, immature seeds, raw\", \"clust\": 1108, \"cat_0_index\": 3661, \"rank\": 1255, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 986, \"ini\": 1630}, {\"group\": [669.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, fruit punch, with calcium\", \"clust\": 681, \"cat_0_index\": 162, \"rank\": 1256, \"cat-0\": \"Baby Foods\", \"rankvar\": 1646, \"ini\": 1629}, {\"group\": [718.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce, junior\", \"clust\": 731, \"cat_0_index\": 163, \"rank\": 1257, \"cat-0\": \"Baby Foods\", \"rankvar\": 2130, \"ini\": 1628}, {\"group\": [2179.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus Fiber, soymilk\", \"clust\": 2209, \"cat_0_index\": 2094, \"rank\": 1258, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1497, \"ini\": 1627}, {\"group\": [677.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate\", \"clust\": 693, \"cat_0_index\": 1797, \"rank\": 1259, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1644, \"ini\": 1626}, {\"group\": [408.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit, mixed, (peach and pear and pineapple), canned, heavy syrup, solids and liquids\", \"clust\": 417, \"cat_0_index\": 1798, \"rank\": 1260, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1945, \"ini\": 1625}, {\"group\": [3443.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat\", \"clust\": 3477, \"cat_0_index\": 365, \"rank\": 2884, \"cat-0\": \"Baked Products\", \"rankvar\": 2792, \"ini\": 1624}, {\"group\": [2363.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, cooked, boiled, drained, without salt\", \"clust\": 2394, \"cat_0_index\": 3662, \"rank\": 1261, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1754, \"ini\": 1623}, {\"group\": [2340.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears and pineapple, junior\", \"clust\": 2371, \"cat_0_index\": 164, \"rank\": 1262, \"cat-0\": \"Baby Foods\", \"rankvar\": 1623, \"ini\": 1622}, {\"group\": [679.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange-carrot\", \"clust\": 696, \"cat_0_index\": 165, \"rank\": 1263, \"cat-0\": \"Baby Foods\", \"rankvar\": 1906, \"ini\": 1621}, {\"group\": [2817.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, beef\", \"clust\": 2850, \"cat_0_index\": 2421, \"rank\": 2883, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2591, \"ini\": 1620}, {\"group\": [902.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST New England Clam Chowder\", \"clust\": 916, \"cat_0_index\": 2899, \"rank\": 1264, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 729, \"ini\": 1619}, {\"group\": [2369.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, cooked, baked, without salt\", \"clust\": 2398, \"cat_0_index\": 3663, \"rank\": 1265, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1620, \"ini\": 1618}, {\"group\": [2735.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise type, regular, with salt\", \"clust\": 2768, \"cat_0_index\": 1533, \"rank\": 2882, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2952, \"ini\": 1617}, {\"group\": [3796.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SMART START Strong Heart, Maple Brown Sugar\", \"clust\": 3842, \"cat_0_index\": 881, \"rank\": 2881, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2899, \"ini\": 1616}, {\"group\": [717.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with applesauce and bananas, strained\", \"clust\": 728, \"cat_0_index\": 166, \"rank\": 1266, \"cat-0\": \"Baby Foods\", \"rankvar\": 690, \"ini\": 1615}, {\"group\": [198.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Walrus, liver, raw (Alaska Native)\", \"clust\": 199, \"cat_0_index\": 1281, \"rank\": 1267, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 794, \"ini\": 1614}, {\"group\": [2815.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Braunschweiger Liver Sausage (sliced)\", \"clust\": 2848, \"cat_0_index\": 2422, \"rank\": 2880, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2559, \"ini\": 1613}, {\"group\": [3915.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Original Bite Size Candies\", \"clust\": 3961, \"cat_0_index\": 3255, \"rank\": 2879, \"cat-0\": \"Sweets\", \"rankvar\": 3632, \"ini\": 1612}, {\"group\": [423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Country Style Sausage Gravy\", \"clust\": 433, \"cat_0_index\": 2900, \"rank\": 1268, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 291, \"ini\": 1611}, {\"group\": [250.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, Pacific, raw\", \"clust\": 252, \"cat_0_index\": 1562, \"rank\": 1269, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 263, \"ini\": 1610}, {\"group\": [538.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, light syrup pack, solids and liquids\", \"clust\": 548, \"cat_0_index\": 1799, \"rank\": 1270, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1544, \"ini\": 1609}, {\"group\": [1095.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg substitute, liquid or frozen, fat free\", \"clust\": 1114, \"cat_0_index\": 1169, \"rank\": 1271, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 927, \"ini\": 1608}, {\"group\": [3946.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, decaffeinated\", \"clust\": 3993, \"cat_0_index\": 696, \"rank\": 2878, \"cat-0\": \"Beverages\", \"rankvar\": 3741, \"ini\": 1607}, {\"group\": [2239.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, vacuum pack, no salt added\", \"clust\": 2270, \"cat_0_index\": 3664, \"rank\": 1272, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 242, \"ini\": 1606}, {\"group\": [591.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, raw\", \"clust\": 601, \"cat_0_index\": 1800, \"rank\": 1273, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1235, \"ini\": 1605}, {\"group\": [630.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, banana pudding, strained\", \"clust\": 641, \"cat_0_index\": 167, \"rank\": 1274, \"cat-0\": \"Baby Foods\", \"rankvar\": 971, \"ini\": 1604}, {\"group\": [1976.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom chowder, chunky, ready-to-serve, single brand\", \"clust\": 2005, \"cat_0_index\": 2901, \"rank\": 1275, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 564, \"ini\": 1603}, {\"group\": [575.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, apples and chicken, strained\", \"clust\": 588, \"cat_0_index\": 168, \"rank\": 1276, \"cat-0\": \"Baby Foods\", \"rankvar\": 749, \"ini\": 1602}, {\"group\": [2033.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef mushroom, canned, condensed\", \"clust\": 2063, \"cat_0_index\": 2902, \"rank\": 1277, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 861, \"ini\": 1601}, {\"group\": [548.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, juice pack, solids and liquids\", \"clust\": 561, \"cat_0_index\": 1801, \"rank\": 1278, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1375, \"ini\": 1600}, {\"group\": [2381.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, raw\", \"clust\": 2410, \"cat_0_index\": 3665, \"rank\": 1279, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1678, \"ini\": 1599}, {\"group\": [662.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with applesauce and bananas, junior\", \"clust\": 677, \"cat_0_index\": 169, \"rank\": 1280, \"cat-0\": \"Baby Foods\", \"rankvar\": 898, \"ini\": 1598}, {\"group\": [397.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mothbeans, mature seeds, cooked, boiled, without salt\", \"clust\": 405, \"cat_0_index\": 2095, \"rank\": 1281, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 21, \"ini\": 1597}, {\"group\": [3852.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, yellow, dry mix, regular, enriched\", \"clust\": 3895, \"cat_0_index\": 366, \"rank\": 2877, \"cat-0\": \"Baked Products\", \"rankvar\": 3075, \"ini\": 1596}, {\"group\": [3903.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, caramel-coated, with peanuts\", \"clust\": 3947, \"cat_0_index\": 2574, \"rank\": 2876, \"cat-0\": \"Snacks\", \"rankvar\": 3086, \"ini\": 1595}, {\"group\": [3444.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat, low salt\", \"clust\": 3478, \"cat_0_index\": 367, \"rank\": 2875, \"cat-0\": \"Baked Products\", \"rankvar\": 2814, \"ini\": 1594}, {\"group\": [1105.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, ready-to-feed\", \"clust\": 1130, \"cat_0_index\": 170, \"rank\": 1282, \"cat-0\": \"Baby Foods\", \"rankvar\": 859, \"ini\": 1593}, {\"group\": [2791.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Thuringer, cervelat, summer sausage, beef, pork\", \"clust\": 2820, \"cat_0_index\": 2423, \"rank\": 2874, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2565, \"ini\": 1592}, {\"group\": [1126.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1151, \"cat_0_index\": 171, \"rank\": 1283, \"cat-0\": \"Baby Foods\", \"rankvar\": 884, \"ini\": 1591}, {\"group\": [247.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, scallop, mixed species, raw\", \"clust\": 249, \"cat_0_index\": 1563, \"rank\": 1284, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 531, \"ini\": 1590}, {\"group\": [1079.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, farmed, cooked, dry heat\", \"clust\": 1099, \"cat_0_index\": 1564, \"rank\": 1285, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 254, \"ini\": 1589}, {\"group\": [270.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, tripe soup\", \"clust\": 273, \"cat_0_index\": 2397, \"rank\": 1286, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 376, \"ini\": 1588}, {\"group\": [354.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Roselle, raw\", \"clust\": 363, \"cat_0_index\": 1802, \"rank\": 1287, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1922, \"ini\": 1587}, {\"group\": [1786.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and beef, junior\", \"clust\": 1814, \"cat_0_index\": 172, \"rank\": 1288, \"cat-0\": \"Baby Foods\", \"rankvar\": 417, \"ini\": 1586}, {\"group\": [3941.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugar, turbinado\", \"clust\": 3984, \"cat_0_index\": 3256, \"rank\": 2873, \"cat-0\": \"Sweets\", \"rankvar\": 3769, \"ini\": 1585}, {\"group\": [875.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Chicken Noodle Soup, condensed\", \"clust\": 895, \"cat_0_index\": 2903, \"rank\": 1289, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1287, \"ini\": 1584}, {\"group\": [1990.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cheese, canned, prepared with equal volume water\", \"clust\": 2012, \"cat_0_index\": 2904, \"rank\": 1290, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1075, \"ini\": 1583}, {\"group\": [2317.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, vacuum pack, regular pack\", \"clust\": 2346, \"cat_0_index\": 3666, \"rank\": 1291, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 281, \"ini\": 1582}, {\"group\": [1109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1134, \"cat_0_index\": 173, \"rank\": 1292, \"cat-0\": \"Baby Foods\", \"rankvar\": 984, \"ini\": 1581}, {\"group\": [1109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, soy, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1135, \"cat_0_index\": 174, \"rank\": 1293, \"cat-0\": \"Baby Foods\", \"rankvar\": 985, \"ini\": 1580}, {\"group\": [1127.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, ADVANCE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1152, \"cat_0_index\": 175, \"rank\": 1294, \"cat-0\": \"Baby Foods\", \"rankvar\": 877, \"ini\": 1579}, {\"group\": [634.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mixed fruit yogurt, strained\", \"clust\": 649, \"cat_0_index\": 176, \"rank\": 1295, \"cat-0\": \"Baby Foods\", \"rankvar\": 972, \"ini\": 1578}, {\"group\": [856.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Low Sodium Spicy Hot\", \"clust\": 873, \"cat_0_index\": 3667, \"rank\": 1296, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2321, \"ini\": 1577}, {\"group\": [1791.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken noodle, strained\", \"clust\": 1819, \"cat_0_index\": 177, \"rank\": 1297, \"cat-0\": \"Baby Foods\", \"rankvar\": 561, \"ini\": 1576}, {\"group\": [1468.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, raw\", \"clust\": 1496, \"cat_0_index\": 3668, \"rank\": 1298, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1355, \"ini\": 1575}, {\"group\": [2342.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, raw (Alaska Native)\", \"clust\": 2370, \"cat_0_index\": 1282, \"rank\": 1299, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1240, \"ini\": 1574}, {\"group\": [714.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas and pineapple with tapioca, strained\", \"clust\": 727, \"cat_0_index\": 178, \"rank\": 1300, \"cat-0\": \"Baby Foods\", \"rankvar\": 1258, \"ini\": 1573}, {\"group\": [3781.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, SUN COUNTRY Granola with Almonds\", \"clust\": 3823, \"cat_0_index\": 882, \"rank\": 2872, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2645, \"ini\": 1572}, {\"group\": [649.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, canned, with added vitamin C\", \"clust\": 660, \"cat_0_index\": 697, \"rank\": 1301, \"cat-0\": \"Beverages\", \"rankvar\": 2359, \"ini\": 1571}, {\"group\": [1460.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, cooked, boiled, drained, without salt\", \"clust\": 1486, \"cat_0_index\": 3669, \"rank\": 1302, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2236, \"ini\": 1570}, {\"group\": [704.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, juice pack, drained\", \"clust\": 719, \"cat_0_index\": 1803, \"rank\": 1303, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1944, \"ini\": 1569}, {\"group\": [716.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with tapioca, junior\", \"clust\": 730, \"cat_0_index\": 179, \"rank\": 1304, \"cat-0\": \"Baby Foods\", \"rankvar\": 958, \"ini\": 1568}, {\"group\": [1074.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, dumpling with mutton (Navajo)\", \"clust\": 1092, \"cat_0_index\": 1283, \"rank\": 1305, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 74, \"ini\": 1567}, {\"group\": [780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, enriched, with added salt\", \"clust\": 796, \"cat_0_index\": 1028, \"rank\": 1306, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 11, \"ini\": 1566}, {\"group\": [780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, unenriched, with added salt\", \"clust\": 797, \"cat_0_index\": 1029, \"rank\": 1307, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 12, \"ini\": 1565}, {\"group\": [1086.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, canned\", \"clust\": 1104, \"cat_0_index\": 1565, \"rank\": 1308, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 473, \"ini\": 1564}, {\"group\": [698.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, raw\", \"clust\": 714, \"cat_0_index\": 1804, \"rank\": 1309, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1928, \"ini\": 1563}, {\"group\": [3724.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S PEANUT BUTTER BUMPERS Cereal\", \"clust\": 3764, \"cat_0_index\": 883, \"rank\": 2871, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2797, \"ini\": 1562}, {\"group\": [3311.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, raw\", \"clust\": 3347, \"cat_0_index\": 2096, \"rank\": 2870, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2946, \"ini\": 1561}, {\"group\": [819.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, regular, prepared with 2% milk\", \"clust\": 840, \"cat_0_index\": 3257, \"rank\": 1310, \"cat-0\": \"Sweets\", \"rankvar\": 159, \"ini\": 1560}, {\"group\": [3433.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Oat Bran Cereal\", \"clust\": 3469, \"cat_0_index\": 884, \"rank\": 2869, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2774, \"ini\": 1559}, {\"group\": [2235.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, unprepared\", \"clust\": 2265, \"cat_0_index\": 3670, \"rank\": 1311, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 196, \"ini\": 1558}, {\"group\": [1125.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, human, mature, fluid\", \"clust\": 1123, \"cat_0_index\": 1170, \"rank\": 1312, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 968, \"ini\": 1557}, {\"group\": [696.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple-sweet potato\", \"clust\": 708, \"cat_0_index\": 180, \"rank\": 1313, \"cat-0\": \"Baby Foods\", \"rankvar\": 1865, \"ini\": 1556}, {\"group\": [648.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple and grapefruit juice drink, canned\", \"clust\": 662, \"cat_0_index\": 698, \"rank\": 1314, \"cat-0\": \"Beverages\", \"rankvar\": 2232, \"ini\": 1555}, {\"group\": [820.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular, prepared with 2% milk\", \"clust\": 841, \"cat_0_index\": 3258, \"rank\": 1315, \"cat-0\": \"Sweets\", \"rankvar\": 166, \"ini\": 1554}, {\"group\": [2218.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, regular pack, solids and liquids\", \"clust\": 2247, \"cat_0_index\": 3671, \"rank\": 1316, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2095, \"ini\": 1553}, {\"group\": [1113.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1141, \"cat_0_index\": 181, \"rank\": 1317, \"cat-0\": \"Baby Foods\", \"rankvar\": 1022, \"ini\": 1552}, {\"group\": [317.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, whole-wheat, cooked\", \"clust\": 320, \"cat_0_index\": 1030, \"rank\": 1318, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 47, \"ini\": 1551}, {\"group\": [1114.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, ready-to-feed (formerly ROSS)\", \"clust\": 1142, \"cat_0_index\": 182, \"rank\": 1319, \"cat-0\": \"Baby Foods\", \"rankvar\": 1023, \"ini\": 1550}, {\"group\": [2129.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, High Fiber V8\", \"clust\": 2157, \"cat_0_index\": 3672, \"rank\": 1320, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2155, \"ini\": 1549}, {\"group\": [1898.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken stew, toddler\", \"clust\": 1926, \"cat_0_index\": 183, \"rank\": 1321, \"cat-0\": \"Baby Foods\", \"rankvar\": 257, \"ini\": 1548}, {\"group\": [1071.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, hominy with mutton (Navajo)\", \"clust\": 1090, \"cat_0_index\": 1284, \"rank\": 1322, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 199, \"ini\": 1547}, {\"group\": [2816.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Braunschweiger Liver Sausage (saren tube)\", \"clust\": 2849, \"cat_0_index\": 2424, \"rank\": 2868, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2567, \"ini\": 1546}, {\"group\": [3916.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Wild Berry Bite Size Candies\", \"clust\": 3962, \"cat_0_index\": 3259, \"rank\": 2867, \"cat-0\": \"Sweets\", \"rankvar\": 3634, \"ini\": 1545}, {\"group\": [1106.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, ready to feed, with ARA and DHA\", \"clust\": 1131, \"cat_0_index\": 184, \"rank\": 1323, \"cat-0\": \"Baby Foods\", \"rankvar\": 858, \"ini\": 1544}, {\"group\": [681.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 691, \"cat_0_index\": 1805, \"rank\": 1324, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1894, \"ini\": 1543}, {\"group\": [1419.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, reduced sodium, ready-to-serve\", \"clust\": 1442, \"cat_0_index\": 2905, \"rank\": 1325, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1107, \"ini\": 1542}, {\"group\": [933.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, oyster, raw\", \"clust\": 951, \"cat_0_index\": 3673, \"rank\": 1326, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1653, \"ini\": 1541}, {\"group\": [3708.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"PILLSBURY, Chocolate Chip Cookies, refrigerated dough\", \"clust\": 3747, \"cat_0_index\": 368, \"rank\": 2866, \"cat-0\": \"Baked Products\", \"rankvar\": 2888, \"ini\": 1540}, {\"group\": [572.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, raw\", \"clust\": 581, \"cat_0_index\": 1806, \"rank\": 1327, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1308, \"ini\": 1539}, {\"group\": [470.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, apple, canned\", \"clust\": 482, \"cat_0_index\": 3260, \"rank\": 1328, \"cat-0\": \"Sweets\", \"rankvar\": 797, \"ini\": 1538}, {\"group\": [1066.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Bean 'N' Ham Soup\", \"clust\": 1084, \"cat_0_index\": 2906, \"rank\": 1329, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 592, \"ini\": 1537}, {\"group\": [876.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Homestyle Chicken Noodle Soup, condensed\", \"clust\": 896, \"cat_0_index\": 2907, \"rank\": 1330, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1288, \"ini\": 1536}, {\"group\": [663.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with applesauce and bananas, strained\", \"clust\": 678, \"cat_0_index\": 185, \"rank\": 1331, \"cat-0\": \"Baby Foods\", \"rankvar\": 992, \"ini\": 1535}, {\"group\": [3921.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, peanut butter, prepared-from-recipe\", \"clust\": 3963, \"cat_0_index\": 3261, \"rank\": 2865, \"cat-0\": \"Sweets\", \"rankvar\": 3546, \"ini\": 1534}, {\"group\": [1286.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chili beef, canned, prepared with equal volume water\", \"clust\": 1310, \"cat_0_index\": 2908, \"rank\": 1332, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 704, \"ini\": 1533}, {\"group\": [376.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, escarole, canned, ready-to-serve\", \"clust\": 386, \"cat_0_index\": 2909, \"rank\": 1333, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2566, \"ini\": 1532}, {\"group\": [823.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix, prepared with 2% milk\", \"clust\": 837, \"cat_0_index\": 3262, \"rank\": 1334, \"cat-0\": \"Sweets\", \"rankvar\": 92, \"ini\": 1531}, {\"group\": [880.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken with Rice Soup, condensed\", \"clust\": 893, \"cat_0_index\": 2910, \"rank\": 1335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1052, \"ini\": 1530}, {\"group\": [1091.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, cooked, boiled, drained, with salt\", \"clust\": 1110, \"cat_0_index\": 3674, \"rank\": 1336, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1947, \"ini\": 1529}, {\"group\": [3672.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, shortbread, commercially prepared, plain\", \"clust\": 3713, \"cat_0_index\": 369, \"rank\": 2864, \"cat-0\": \"Baked Products\", \"rankvar\": 2746, \"ini\": 1528}, {\"group\": [2132.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carambola, (starfruit), raw\", \"clust\": 2163, \"cat_0_index\": 1807, \"rank\": 1337, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2128, \"ini\": 1527}, {\"group\": [1410.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Split pea with ham soup, canned, reduced sodium, prepared with water or ready-to-serve\", \"clust\": 1432, \"cat_0_index\": 2911, \"rank\": 1338, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 382, \"ini\": 1526}, {\"group\": [1999.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, condensed\", \"clust\": 2031, \"cat_0_index\": 2912, \"rank\": 1339, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 935, \"ini\": 1525}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, enriched, without added salt\", \"clust\": 335, \"cat_0_index\": 1031, \"rank\": 1340, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 15, \"ini\": 1524}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, unenriched, without added salt\", \"clust\": 336, \"cat_0_index\": 1032, \"rank\": 1341, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 16, \"ini\": 1523}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, cooked, enriched\", \"clust\": 334, \"cat_0_index\": 1033, \"rank\": 1342, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 17, \"ini\": 1522}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, cooked, unenriched\", \"clust\": 333, \"cat_0_index\": 1034, \"rank\": 1343, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 18, \"ini\": 1521}, {\"group\": [234.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, surimi\", \"clust\": 236, \"cat_0_index\": 1566, \"rank\": 1344, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 230, \"ini\": 1520}, {\"group\": [2118.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, cooked, boiled, drained, without salt\", \"clust\": 2148, \"cat_0_index\": 3675, \"rank\": 1345, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2283, \"ini\": 1519}, {\"group\": [2354.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, boiled, mashed, with salt\", \"clust\": 2383, \"cat_0_index\": 3676, \"rank\": 1346, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1828, \"ini\": 1518}, {\"group\": [1115.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1140, \"cat_0_index\": 186, \"rank\": 1347, \"cat-0\": \"Baby Foods\", \"rankvar\": 1019, \"ini\": 1517}, {\"group\": [558.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, juice pack, solids and liquids\", \"clust\": 568, \"cat_0_index\": 1808, \"rank\": 1348, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1491, \"ini\": 1516}, {\"group\": [2949.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, low sodium\", \"clust\": 2982, \"cat_0_index\": 370, \"rank\": 2863, \"cat-0\": \"Baked Products\", \"rankvar\": 2698, \"ini\": 1515}, {\"group\": [706.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, all areas\", \"clust\": 717, \"cat_0_index\": 1809, \"rank\": 1349, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1667, \"ini\": 1514}, {\"group\": [1031.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked without skin, flesh, without salt\", \"clust\": 1048, \"cat_0_index\": 3677, \"rank\": 1350, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 386, \"ini\": 1513}, {\"group\": [3505.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, white, fluffy, dry mix, prepared with water\", \"clust\": 3546, \"cat_0_index\": 3263, \"rank\": 1351, \"cat-0\": \"Sweets\", \"rankvar\": 2227, \"ini\": 1512}, {\"group\": [3732.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Banana Bread, dry\", \"clust\": 3775, \"cat_0_index\": 885, \"rank\": 2862, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2805, \"ini\": 1511}, {\"group\": [1124.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, ready-to-feed\", \"clust\": 1124, \"cat_0_index\": 187, \"rank\": 1352, \"cat-0\": \"Baby Foods\", \"rankvar\": 850, \"ini\": 1510}, {\"group\": [1107.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SOY, with DHA and ARA, ready-to-feed\", \"clust\": 1132, \"cat_0_index\": 188, \"rank\": 1353, \"cat-0\": \"Baby Foods\", \"rankvar\": 940, \"ini\": 1509}, {\"group\": [2202.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, unprepared\", \"clust\": 2233, \"cat_0_index\": 3678, \"rank\": 1354, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1755, \"ini\": 1508}, {\"group\": [3453.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, CINNA-RAISIN CRUNCH\", \"clust\": 3484, \"cat_0_index\": 886, \"rank\": 2861, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3220, \"ini\": 1507}, {\"group\": [668.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape drink, canned\", \"clust\": 683, \"cat_0_index\": 699, \"rank\": 1355, \"cat-0\": \"Beverages\", \"rankvar\": 1941, \"ini\": 1506}, {\"group\": [1121.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1149, \"cat_0_index\": 189, \"rank\": 1356, \"cat-0\": \"Baby Foods\", \"rankvar\": 1074, \"ini\": 1505}, {\"group\": [1240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added vitamin A and vitamin D\", \"clust\": 1262, \"cat_0_index\": 1171, \"rank\": 1357, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1253, \"ini\": 1504}, {\"group\": [1240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, without added vitamin A and vitamin D\", \"clust\": 1263, \"cat_0_index\": 1172, \"rank\": 1358, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1254, \"ini\": 1503}, {\"group\": [550.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, stewed, without added sugar\", \"clust\": 556, \"cat_0_index\": 1810, \"rank\": 1359, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1518, \"ini\": 1502}, {\"group\": [2897.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2931, \"cat_0_index\": 444, \"rank\": 2860, \"cat-0\": \"Beef Products\", \"rankvar\": 2701, \"ini\": 1501}, {\"group\": [1487.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), raw\", \"clust\": 1511, \"cat_0_index\": 3679, \"rank\": 1360, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 687, \"ini\": 1500}, {\"group\": [537.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, heavy syrup, drained\", \"clust\": 550, \"cat_0_index\": 1811, \"rank\": 1361, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1280, \"ini\": 1499}, {\"group\": [2099.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, cooked, boiled, drained, without salt\", \"clust\": 2128, \"cat_0_index\": 3680, \"rank\": 1362, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2323, \"ini\": 1498}, {\"group\": [2364.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, baby, raw\", \"clust\": 2395, \"cat_0_index\": 3681, \"rank\": 1363, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1784, \"ini\": 1497}, {\"group\": [701.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, canned, sweetened\", \"clust\": 684, \"cat_0_index\": 1812, \"rank\": 1364, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1707, \"ini\": 1496}, {\"group\": [3860.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate wafers\", \"clust\": 3901, \"cat_0_index\": 371, \"rank\": 2859, \"cat-0\": \"Baked Products\", \"rankvar\": 2728, \"ini\": 1495}, {\"group\": [1108.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START ESSENTIALS SOY, with iron, ready-to-feed\", \"clust\": 1133, \"cat_0_index\": 190, \"rank\": 1365, \"cat-0\": \"Baby Foods\", \"rankvar\": 936, \"ini\": 1494}, {\"group\": [549.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit and vegetable, apple and sweet potato\", \"clust\": 562, \"cat_0_index\": 191, \"rank\": 1366, \"cat-0\": \"Baby Foods\", \"rankvar\": 1265, \"ini\": 1493}, {\"group\": [3666.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Pecan Ice Box\", \"clust\": 3706, \"cat_0_index\": 372, \"rank\": 2858, \"cat-0\": \"Baked Products\", \"rankvar\": 2815, \"ini\": 1492}, {\"group\": [3893.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, chocolate-flavored frosted puffed corn\", \"clust\": 3939, \"cat_0_index\": 887, \"rank\": 2857, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3235, \"ini\": 1491}, {\"group\": [1122.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant Formula, MEAD JOHNSON, ENFAMIL GENTLEASE LIPIL, with iron, prepared from powder\", \"clust\": 1150, \"cat_0_index\": 192, \"rank\": 1367, \"cat-0\": \"Baby Foods\", \"rankvar\": 1084, \"ini\": 1490}, {\"group\": [858.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cornsalad, raw\", \"clust\": 879, \"cat_0_index\": 3682, \"rank\": 1368, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2398, \"ini\": 1489}, {\"group\": [2236.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, without salt\", \"clust\": 2263, \"cat_0_index\": 3683, \"rank\": 1369, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 150, \"ini\": 1488}, {\"group\": [1287.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan style, canned, chunky, ready-to-serve\", \"clust\": 1311, \"cat_0_index\": 2913, \"rank\": 1370, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 754, \"ini\": 1487}, {\"group\": [2217.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malabar spinach, cooked\", \"clust\": 2244, \"cat_0_index\": 3684, \"rank\": 1371, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2036, \"ini\": 1486}, {\"group\": [2290.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with tomato sauce, no meat, canned\", \"clust\": 2320, \"cat_0_index\": 2165, \"rank\": 1372, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 359, \"ini\": 1485}, {\"group\": [745.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and cherry\", \"clust\": 762, \"cat_0_index\": 193, \"rank\": 1373, \"cat-0\": \"Baby Foods\", \"rankvar\": 2358, \"ini\": 1484}, {\"group\": [325.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, protein-fortified, cooked, enriched, (n x 6.25)\", \"clust\": 330, \"cat_0_index\": 1035, \"rank\": 1374, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2, \"ini\": 1483}, {\"group\": [243.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, veal, strained\", \"clust\": 246, \"cat_0_index\": 194, \"rank\": 1375, \"cat-0\": \"Baby Foods\", \"rankvar\": 378, \"ini\": 1482}, {\"group\": [1480.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, unprepared\", \"clust\": 1505, \"cat_0_index\": 3685, \"rank\": 1376, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 469, \"ini\": 1481}, {\"group\": [2366.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, cooked, boiled, drained, without salt\", \"clust\": 2392, \"cat_0_index\": 3686, \"rank\": 1377, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1797, \"ini\": 1480}, {\"group\": [326.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, protein-fortified, cooked, enriched (N x 5.70)\", \"clust\": 331, \"cat_0_index\": 1036, \"rank\": 1378, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 6, \"ini\": 1479}, {\"group\": [1208.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Chocolate, soymilk\", \"clust\": 1232, \"cat_0_index\": 2097, \"rank\": 1379, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1359, \"ini\": 1478}, {\"group\": [3001.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, peanut butter\", \"clust\": 3033, \"cat_0_index\": 2575, \"rank\": 2856, \"cat-0\": \"Snacks\", \"rankvar\": 2795, \"ini\": 1477}, {\"group\": [571.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, water pack, solids and liquids\", \"clust\": 582, \"cat_0_index\": 1813, \"rank\": 1380, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1481, \"ini\": 1476}, {\"group\": [2772.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, Italian, pork, cooked\", \"clust\": 2803, \"cat_0_index\": 2425, \"rank\": 2855, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2495, \"ini\": 1475}, {\"group\": [657.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit dessert, mango with tapioca\", \"clust\": 669, \"cat_0_index\": 195, \"rank\": 1381, \"cat-0\": \"Baby Foods\", \"rankvar\": 1234, \"ini\": 1474}, {\"group\": [1062.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Salsa Refried Beans\", \"clust\": 1078, \"cat_0_index\": 2098, \"rank\": 1382, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1031, \"ini\": 1473}, {\"group\": [1195.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberry-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1220, \"cat_0_index\": 700, \"rank\": 1383, \"cat-0\": \"Beverages\", \"rankvar\": 298, \"ini\": 1472}, {\"group\": [925.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Beef Barley Soup\", \"clust\": 942, \"cat_0_index\": 2914, \"rank\": 1384, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 572, \"ini\": 1471}, {\"group\": [2396.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, stir-fried\", \"clust\": 2421, \"cat_0_index\": 3687, \"rank\": 1385, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1533, \"ini\": 1470}, {\"group\": [1723.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stroganof - Fully Loaded\", \"clust\": 1740, \"cat_0_index\": 2915, \"rank\": 1386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 246, \"ini\": 1469}, {\"group\": [3631.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, AFTER EIGHT Mints\", \"clust\": 3672, \"cat_0_index\": 3264, \"rank\": 2854, \"cat-0\": \"Sweets\", \"rankvar\": 3515, \"ini\": 1468}, {\"group\": [1003.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, o'brien, home-prepared\", \"clust\": 1021, \"cat_0_index\": 3688, \"rank\": 1387, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 369, \"ini\": 1467}, {\"group\": [3312.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, raw\", \"clust\": 3348, \"cat_0_index\": 2099, \"rank\": 2853, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3078, \"ini\": 1466}, {\"group\": [1210.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate and other flavors, light, with added calcium, vitamins A and D\", \"clust\": 1231, \"cat_0_index\": 2100, \"rank\": 1388, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1395, \"ini\": 1465}, {\"group\": [1005.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, cooked, steamed, with salt\", \"clust\": 1024, \"cat_0_index\": 3689, \"rank\": 1389, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 778, \"ini\": 1464}, {\"group\": [650.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apple juice drink, bottled\", \"clust\": 663, \"cat_0_index\": 701, \"rank\": 1390, \"cat-0\": \"Beverages\", \"rankvar\": 2109, \"ini\": 1463}, {\"group\": [2352.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, canned, with salt\", \"clust\": 2384, \"cat_0_index\": 3690, \"rank\": 1391, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1683, \"ini\": 1462}, {\"group\": [2120.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, cooked, boiled, drained, without salt\", \"clust\": 2150, \"cat_0_index\": 3691, \"rank\": 1392, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2214, \"ini\": 1461}, {\"group\": [2412.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberries, raw\", \"clust\": 2440, \"cat_0_index\": 1814, \"rank\": 1393, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1978, \"ini\": 1460}, {\"group\": [318.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, spinach, cooked, enriched\", \"clust\": 321, \"cat_0_index\": 1037, \"rank\": 1394, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 27, \"ini\": 1459}, {\"group\": [242.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef, junior\", \"clust\": 247, \"cat_0_index\": 196, \"rank\": 1395, \"cat-0\": \"Baby Foods\", \"rankvar\": 326, \"ini\": 1458}, {\"group\": [242.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef, strained\", \"clust\": 248, \"cat_0_index\": 197, \"rank\": 1396, \"cat-0\": \"Baby Foods\", \"rankvar\": 327, \"ini\": 1457}, {\"group\": [2229.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, stewed, with added sugar\", \"clust\": 2259, \"cat_0_index\": 1815, \"rank\": 1397, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 286, \"ini\": 1456}, {\"group\": [822.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix, prepared with 2% milk\", \"clust\": 838, \"cat_0_index\": 3265, \"rank\": 1398, \"cat-0\": \"Sweets\", \"rankvar\": 157, \"ini\": 1455}, {\"group\": [1190.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, filled, fluid, with blend of hydrogenated vegetable oils\", \"clust\": 1206, \"cat_0_index\": 1173, \"rank\": 1399, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 942, \"ini\": 1454}, {\"group\": [1407.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hearts of palm, canned\", \"clust\": 1425, \"cat_0_index\": 3692, \"rank\": 1400, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1739, \"ini\": 1453}, {\"group\": [3426.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Multi-Bran CHEX\", \"clust\": 3461, \"cat_0_index\": 888, \"rank\": 2852, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3049, \"ini\": 1452}, {\"group\": [2133.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, frozen, unsweetened\", \"clust\": 2164, \"cat_0_index\": 1816, \"rank\": 1401, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2078, \"ini\": 1451}, {\"group\": [3925.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, YORK BITES\", \"clust\": 3969, \"cat_0_index\": 3266, \"rank\": 2851, \"cat-0\": \"Sweets\", \"rankvar\": 3585, \"ini\": 1450}, {\"group\": [1979.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, sirloin burger with vegetables, ready-to-serve, single brand\", \"clust\": 2008, \"cat_0_index\": 2916, \"rank\": 1402, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 539, \"ini\": 1449}, {\"group\": [271.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, gefiltefish, commercial, sweet recipe\", \"clust\": 274, \"cat_0_index\": 1567, \"rank\": 1403, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 267, \"ini\": 1448}, {\"group\": [2961.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, nut and raisin\", \"clust\": 2994, \"cat_0_index\": 2576, \"rank\": 2850, \"cat-0\": \"Snacks\", \"rankvar\": 2630, \"ini\": 1447}, {\"group\": [3803.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Cranberry Macadamia Nut Cereal\", \"clust\": 3843, \"cat_0_index\": 889, \"rank\": 2849, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2778, \"ini\": 1446}, {\"group\": [1037.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, russet, flesh and skin, raw\", \"clust\": 1053, \"cat_0_index\": 3693, \"rank\": 1404, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 535, \"ini\": 1445}, {\"group\": [655.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana apple dessert, strained\", \"clust\": 670, \"cat_0_index\": 198, \"rank\": 1405, \"cat-0\": \"Baby Foods\", \"rankvar\": 1547, \"ini\": 1444}, {\"group\": [3358.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, dry\", \"clust\": 3392, \"cat_0_index\": 890, \"rank\": 2848, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2929, \"ini\": 1443}, {\"group\": [1116.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL LIPIL, with iron, ready-to-feed, with ARA and DHA\", \"clust\": 1143, \"cat_0_index\": 199, \"rank\": 1406, \"cat-0\": \"Baby Foods\", \"rankvar\": 1111, \"ini\": 1442}, {\"group\": [1724.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, potatoes with cheese and ham, toddler\", \"clust\": 1751, \"cat_0_index\": 200, \"rank\": 1407, \"cat-0\": \"Baby Foods\", \"rankvar\": 255, \"ini\": 1441}, {\"group\": [1403.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, cooked, boiled, drained, with salt\", \"clust\": 1426, \"cat_0_index\": 3694, \"rank\": 1408, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1639, \"ini\": 1440}, {\"group\": [1183.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, producer, fluid, 3.7% milkfat\", \"clust\": 1207, \"cat_0_index\": 1174, \"rank\": 1409, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 921, \"ini\": 1439}, {\"group\": [556.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, juice pack, solids and liquids\", \"clust\": 569, \"cat_0_index\": 1817, \"rank\": 1410, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1525, \"ini\": 1438}, {\"group\": [570.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin, cooked, microwave\", \"clust\": 583, \"cat_0_index\": 1818, \"rank\": 1411, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1500, \"ini\": 1437}, {\"group\": [2284.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, whole kernel, drained solids\", \"clust\": 2313, \"cat_0_index\": 3695, \"rank\": 1412, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 217, \"ini\": 1436}, {\"group\": [541.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, canned, sweetened, sliced, drained, unheated\", \"clust\": 554, \"cat_0_index\": 1819, \"rank\": 1413, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1502, \"ini\": 1435}, {\"group\": [246.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, flatfish (flounder and sole species), raw\", \"clust\": 251, \"cat_0_index\": 1568, \"rank\": 1414, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 617, \"ini\": 1434}, {\"group\": [2093.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Manhattan Clam Chowder, condensed\", \"clust\": 2124, \"cat_0_index\": 2917, \"rank\": 1415, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1376, \"ini\": 1433}, {\"group\": [1009.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowroot, raw\", \"clust\": 1022, \"cat_0_index\": 3696, \"rank\": 1416, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 638, \"ini\": 1432}, {\"group\": [1123.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1148, \"cat_0_index\": 201, \"rank\": 1417, \"cat-0\": \"Baby Foods\", \"rankvar\": 835, \"ini\": 1431}, {\"group\": [1117.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, ready to feed, with ARA and DHA\", \"clust\": 1144, \"cat_0_index\": 202, \"rank\": 1418, \"cat-0\": \"Baby Foods\", \"rankvar\": 1114, \"ini\": 1430}, {\"group\": [2392.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, unprepared\", \"clust\": 2424, \"cat_0_index\": 3697, \"rank\": 1419, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1654, \"ini\": 1429}, {\"group\": [1196.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, vanilla, dry mix, prepared with whole milk\", \"clust\": 1221, \"cat_0_index\": 3267, \"rank\": 1420, \"cat-0\": \"Sweets\", \"rankvar\": 319, \"ini\": 1428}, {\"group\": [972.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Tequila Lime Salsa\", \"clust\": 992, \"cat_0_index\": 2918, \"rank\": 1421, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1888, \"ini\": 1427}, {\"group\": [868.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, cooked, boiled, drained, with salt\", \"clust\": 886, \"cat_0_index\": 3698, \"rank\": 1422, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2385, \"ini\": 1426}, {\"group\": [1057.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Hearty Vegetable with Pasta Soup, condensed\", \"clust\": 1077, \"cat_0_index\": 2919, \"rank\": 1423, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 872, \"ini\": 1425}, {\"group\": [446.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla soy Yogurt (Family size)\", \"clust\": 449, \"cat_0_index\": 2101, \"rank\": 1424, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 830, \"ini\": 1424}, {\"group\": [826.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, instant, prepared with 2% milk\", \"clust\": 846, \"cat_0_index\": 3268, \"rank\": 1425, \"cat-0\": \"Sweets\", \"rankvar\": 145, \"ini\": 1423}, {\"group\": [1223.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Coffee, soymilk\", \"clust\": 1243, \"cat_0_index\": 2102, \"rank\": 1426, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1195, \"ini\": 1422}, {\"group\": [2197.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, cooked, boiled, drained, with salt\", \"clust\": 2226, \"cat_0_index\": 3699, \"rank\": 1427, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2060, \"ini\": 1421}, {\"group\": [631.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, custard pudding, vanilla, junior\", \"clust\": 644, \"cat_0_index\": 203, \"rank\": 1428, \"cat-0\": \"Baby Foods\", \"rankvar\": 603, \"ini\": 1420}, {\"group\": [2211.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, cooked, boiled, drained, with salt\", \"clust\": 2239, \"cat_0_index\": 3700, \"rank\": 1429, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2261, \"ini\": 1419}, {\"group\": [1118.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, low iron, ready-to-feed\", \"clust\": 1146, \"cat_0_index\": 204, \"rank\": 1430, \"cat-0\": \"Baby Foods\", \"rankvar\": 1126, \"ini\": 1418}, {\"group\": [1119.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, with iron, ready-to-feed\", \"clust\": 1147, \"cat_0_index\": 205, \"rank\": 1431, \"cat-0\": \"Baby Foods\", \"rankvar\": 1125, \"ini\": 1417}, {\"group\": [388.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 398, \"cat_0_index\": 3701, \"rank\": 1432, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 191, \"ini\": 1416}, {\"group\": [746.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and peach\", \"clust\": 763, \"cat_0_index\": 206, \"rank\": 1433, \"cat-0\": \"Baby Foods\", \"rankvar\": 2348, \"ini\": 1415}, {\"group\": [1103.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PROSOBEE, with iron, ready-to-feed\", \"clust\": 1128, \"cat_0_index\": 207, \"rank\": 1434, \"cat-0\": \"Baby Foods\", \"rankvar\": 1080, \"ini\": 1414}, {\"group\": [1284.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan, canned, condensed\", \"clust\": 1308, \"cat_0_index\": 2920, \"rank\": 1435, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 701, \"ini\": 1413}, {\"group\": [1271.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, fluid, nonfat, calcium fortified (fat free or skim)\", \"clust\": 1294, \"cat_0_index\": 1175, \"rank\": 1436, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2040, \"ini\": 1412}, {\"group\": [1634.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Barbeque Seasoned Burger Soup\", \"clust\": 1661, \"cat_0_index\": 2921, \"rank\": 1437, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 344, \"ini\": 1411}, {\"group\": [3428.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES, Fuel\", \"clust\": 3460, \"cat_0_index\": 891, \"rank\": 2847, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2925, \"ini\": 1410}, {\"group\": [1184.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder, prepared with whole milk\", \"clust\": 1208, \"cat_0_index\": 702, \"rank\": 1438, \"cat-0\": \"Beverages\", \"rankvar\": 813, \"ini\": 1409}, {\"group\": [1982.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 2013, \"cat_0_index\": 2922, \"rank\": 1439, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 812, \"ini\": 1408}, {\"group\": [1988.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, prepared with equal volume milk\", \"clust\": 2018, \"cat_0_index\": 2923, \"rank\": 1440, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 720, \"ini\": 1407}, {\"group\": [543.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, heavy syrup pack, solids and liquids\", \"clust\": 553, \"cat_0_index\": 1820, \"rank\": 1441, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1404, \"ini\": 1406}, {\"group\": [1203.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple, with calcium\", \"clust\": 1225, \"cat_0_index\": 208, \"rank\": 1442, \"cat-0\": \"Baby Foods\", \"rankvar\": 1950, \"ini\": 1405}, {\"group\": [1236.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream, half and half, fat free\", \"clust\": 1259, \"cat_0_index\": 1176, \"rank\": 1443, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 793, \"ini\": 1404}, {\"group\": [2361.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prickly pears, raw\", \"clust\": 2390, \"cat_0_index\": 1821, \"rank\": 1444, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1723, \"ini\": 1403}, {\"group\": [1104.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PROSOBEE LIPIL, with iron, ready to feed, with ARA and DHA\", \"clust\": 1129, \"cat_0_index\": 209, \"rank\": 1445, \"cat-0\": \"Baby Foods\", \"rankvar\": 1072, \"ini\": 1402}, {\"group\": [2291.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs A to Z's\", \"clust\": 2321, \"cat_0_index\": 2166, \"rank\": 1446, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 438, \"ini\": 1401}, {\"group\": [2068.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, canned, condensed\", \"clust\": 2099, \"cat_0_index\": 2924, \"rank\": 1447, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 652, \"ini\": 1400}, {\"group\": [636.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, blueberry yogurt, strained\", \"clust\": 646, \"cat_0_index\": 210, \"rank\": 1448, \"cat-0\": \"Baby Foods\", \"rankvar\": 1228, \"ini\": 1399}, {\"group\": [3752.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, GOLDEN GRAHAMS\", \"clust\": 3795, \"cat_0_index\": 892, \"rank\": 2846, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3014, \"ini\": 1398}, {\"group\": [827.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, instant, prepared with 2% milk\", \"clust\": 847, \"cat_0_index\": 3269, \"rank\": 1449, \"cat-0\": \"Sweets\", \"rankvar\": 153, \"ini\": 1397}, {\"group\": [719.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce, strained\", \"clust\": 732, \"cat_0_index\": 211, \"rank\": 1450, \"cat-0\": \"Baby Foods\", \"rankvar\": 2098, \"ini\": 1396}, {\"group\": [1120.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, ready-to-feed\", \"clust\": 1145, \"cat_0_index\": 212, \"rank\": 1451, \"cat-0\": \"Baby Foods\", \"rankvar\": 1127, \"ini\": 1395}, {\"group\": [2105.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, cooked, boiled, drained, without salt\", \"clust\": 2132, \"cat_0_index\": 3702, \"rank\": 1452, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2278, \"ini\": 1394}, {\"group\": [3181.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, whole milk\", \"clust\": 3215, \"cat_0_index\": 1177, \"rank\": 2845, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2618, \"ini\": 1393}, {\"group\": [652.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice, canned or bottled, unsweetened, with added ascorbic acid\", \"clust\": 667, \"cat_0_index\": 1822, \"rank\": 1453, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1782, \"ini\": 1392}, {\"group\": [194.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, bearded (Oogruk), meat, raw (Alaska Native)\", \"clust\": 192, \"cat_0_index\": 1285, \"rank\": 1454, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2260, \"ini\": 1391}, {\"group\": [985.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, spanish style\", \"clust\": 1004, \"cat_0_index\": 3703, \"rank\": 1455, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1837, \"ini\": 1390}, {\"group\": [1285.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable with beef broth, canned, condensed\", \"clust\": 1309, \"cat_0_index\": 2925, \"rank\": 1456, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 569, \"ini\": 1389}, {\"group\": [1068.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Italian Style Wedding Soup, condensed\", \"clust\": 1088, \"cat_0_index\": 2926, \"rank\": 1457, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 880, \"ini\": 1388}, {\"group\": [2198.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, cooked, boiled, drained, with salt\", \"clust\": 2227, \"cat_0_index\": 3704, \"rank\": 1458, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1711, \"ini\": 1387}, {\"group\": [2898.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2934, \"cat_0_index\": 445, \"rank\": 2844, \"cat-0\": \"Beef Products\", \"rankvar\": 2670, \"ini\": 1386}, {\"group\": [1112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1138, \"cat_0_index\": 213, \"rank\": 1459, \"cat-0\": \"Baby Foods\", \"rankvar\": 981, \"ini\": 1385}, {\"group\": [1112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1139, \"cat_0_index\": 214, \"rank\": 1460, \"cat-0\": \"Baby Foods\", \"rankvar\": 982, \"ini\": 1384}, {\"group\": [932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, grilled\", \"clust\": 952, \"cat_0_index\": 3705, \"rank\": 1461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1890, \"ini\": 1383}, {\"group\": [932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, exposed to ultraviolet light, grilled\", \"clust\": 953, \"cat_0_index\": 3706, \"rank\": 1462, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1891, \"ini\": 1382}, {\"group\": [1075.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Acorn stew (Apache)\", \"clust\": 1093, \"cat_0_index\": 1286, \"rank\": 1463, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 80, \"ini\": 1381}, {\"group\": [843.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cress, garden, cooked, boiled, drained, without salt\", \"clust\": 861, \"cat_0_index\": 3707, \"rank\": 1464, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2096, \"ini\": 1380}, {\"group\": [322.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Barley, pearled, cooked\", \"clust\": 322, \"cat_0_index\": 1038, \"rank\": 1465, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 261, \"ini\": 1379}, {\"group\": [3742.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, QUAKER OATMEAL TO GO, all flavors\", \"clust\": 3786, \"cat_0_index\": 2577, \"rank\": 2843, \"cat-0\": \"Snacks\", \"rankvar\": 2807, \"ini\": 1378}, {\"group\": [1215.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, vanilla or lemon flavor, nonfat milk, sweetened with low-calorie sweetener\", \"clust\": 1238, \"cat_0_index\": 1178, \"rank\": 1466, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1378, \"ini\": 1377}, {\"group\": [1216.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, vanilla or lemon flavor, nonfat milk, sweetened with low-calorie sweetener, fortified with vitamin D\", \"clust\": 1239, \"cat_0_index\": 1179, \"rank\": 1467, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1379, \"ini\": 1376}, {\"group\": [3778.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, baked product, finger snacks cereal\", \"clust\": 3816, \"cat_0_index\": 215, \"rank\": 2842, \"cat-0\": \"Baby Foods\", \"rankvar\": 2863, \"ini\": 1375}, {\"group\": [2240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels cut off cob, unprepared\", \"clust\": 2271, \"cat_0_index\": 3708, \"rank\": 1468, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 164, \"ini\": 1374}, {\"group\": [685.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, canned, unsweetened, with added ascorbic acid\", \"clust\": 697, \"cat_0_index\": 1823, \"rank\": 1469, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1936, \"ini\": 1373}, {\"group\": [2203.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, spinach, creamed, strained\", \"clust\": 2231, \"cat_0_index\": 216, \"rank\": 1470, \"cat-0\": \"Baby Foods\", \"rankvar\": 1394, \"ini\": 1372}, {\"group\": [1742.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 1765, \"cat_0_index\": 2927, \"rank\": 1471, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 590, \"ini\": 1371}, {\"group\": [2094.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Vegetable Soup, condensed\", \"clust\": 2125, \"cat_0_index\": 2928, \"rank\": 1472, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 856, \"ini\": 1370}, {\"group\": [395.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, fava, in pod, raw\", \"clust\": 404, \"cat_0_index\": 3709, \"rank\": 1473, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 70, \"ini\": 1369}, {\"group\": [3769.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TRIX, reduced sugar, bowlpak\", \"clust\": 3811, \"cat_0_index\": 893, \"rank\": 2841, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2984, \"ini\": 1368}, {\"group\": [3938.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, granulated\", \"clust\": 3986, \"cat_0_index\": 3270, \"rank\": 2840, \"cat-0\": \"Sweets\", \"rankvar\": 3775, \"ini\": 1367}, {\"group\": [2183.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, cooked, boiled, drained, with salt\", \"clust\": 2212, \"cat_0_index\": 3710, \"rank\": 1474, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2228, \"ini\": 1366}, {\"group\": [926.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, cooked, boiled, drained, with salt\", \"clust\": 943, \"cat_0_index\": 3711, \"rank\": 1475, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1860, \"ini\": 1365}, {\"group\": [1335.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, broccoli and chicken, junior\", \"clust\": 1359, \"cat_0_index\": 217, \"rank\": 1476, \"cat-0\": \"Baby Foods\", \"rankvar\": 716, \"ini\": 1364}, {\"group\": [2341.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears and pineapple, strained\", \"clust\": 2372, \"cat_0_index\": 218, \"rank\": 1477, \"cat-0\": \"Baby Foods\", \"rankvar\": 1905, \"ini\": 1363}, {\"group\": [632.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, custard pudding, vanilla, strained\", \"clust\": 645, \"cat_0_index\": 219, \"rank\": 1478, \"cat-0\": \"Baby Foods\", \"rankvar\": 558, \"ini\": 1362}, {\"group\": [2219.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, cooked, boiled, drained, with salt\", \"clust\": 2248, \"cat_0_index\": 3712, \"rank\": 1479, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2121, \"ini\": 1361}, {\"group\": [2182.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, cooked, boiled, drained, without salt\", \"clust\": 2211, \"cat_0_index\": 3713, \"rank\": 1480, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2184, \"ini\": 1360}, {\"group\": [2285.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, with salt\", \"clust\": 2314, \"cat_0_index\": 3714, \"rank\": 1481, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 262, \"ini\": 1359}, {\"group\": [1265.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (All flavors), enhanced\", \"clust\": 1279, \"cat_0_index\": 2103, \"rank\": 1482, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1590, \"ini\": 1358}, {\"group\": [2088.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with frankfurters, canned, prepared with equal volume water\", \"clust\": 2118, \"cat_0_index\": 2929, \"rank\": 1483, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 381, \"ini\": 1357}, {\"group\": [542.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, canned, sweetened, sliced, drained, heated\", \"clust\": 555, \"cat_0_index\": 1824, \"rank\": 1484, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1512, \"ini\": 1356}, {\"group\": [3894.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, frosted oat cereal with marshmallows\", \"clust\": 3940, \"cat_0_index\": 894, \"rank\": 2839, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3119, \"ini\": 1355}, {\"group\": [391.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, cooked, stir-fried, without salt\", \"clust\": 400, \"cat_0_index\": 3715, \"rank\": 1485, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 37, \"ini\": 1354}, {\"group\": [2237.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels cut off cob, boiled, drained, without salt\", \"clust\": 2266, \"cat_0_index\": 3716, \"rank\": 1486, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 265, \"ini\": 1353}, {\"group\": [382.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, wakame, raw\", \"clust\": 381, \"cat_0_index\": 3717, \"rank\": 1487, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1461, \"ini\": 1352}, {\"group\": [1156.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, liquid, light\", \"clust\": 1118, \"cat_0_index\": 1180, \"rank\": 1488, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 869, \"ini\": 1351}, {\"group\": [196.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Deer (venison), sitka, raw (Alaska Native)\", \"clust\": 197, \"cat_0_index\": 1287, \"rank\": 1489, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1268, \"ini\": 1350}, {\"group\": [329.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, enriched, with added salt\", \"clust\": 337, \"cat_0_index\": 1039, \"rank\": 1490, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 13, \"ini\": 1349}, {\"group\": [329.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, unenriched, with added salt\", \"clust\": 338, \"cat_0_index\": 1040, \"rank\": 1491, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 14, \"ini\": 1348}, {\"group\": [845.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), cooked, boiled, drained, without salt\", \"clust\": 864, \"cat_0_index\": 3718, \"rank\": 1492, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2408, \"ini\": 1347}, {\"group\": [2121.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, raw\", \"clust\": 2151, \"cat_0_index\": 3719, \"rank\": 1493, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2204, \"ini\": 1346}, {\"group\": [3798.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, FAMILIA\", \"clust\": 3839, \"cat_0_index\": 895, \"rank\": 2838, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2823, \"ini\": 1345}, {\"group\": [2311.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quinoa, cooked\", \"clust\": 2337, \"cat_0_index\": 1041, \"rank\": 1494, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 54, \"ini\": 1344}, {\"group\": [2959.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, low salt\", \"clust\": 2987, \"cat_0_index\": 373, \"rank\": 2837, \"cat-0\": \"Baked Products\", \"rankvar\": 2640, \"ini\": 1343}, {\"group\": [3957.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant\", \"clust\": 3999, \"cat_0_index\": 3271, \"rank\": 2836, \"cat-0\": \"Sweets\", \"rankvar\": 3528, \"ini\": 1342}, {\"group\": [207.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, liver (Alaska Native)\", \"clust\": 209, \"cat_0_index\": 1288, \"rank\": 1495, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 162, \"ini\": 1341}, {\"group\": [207.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, northern, liver (Alaska Native)\", \"clust\": 210, \"cat_0_index\": 1289, \"rank\": 1496, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 163, \"ini\": 1340}, {\"group\": [2379.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, unprepared\", \"clust\": 2408, \"cat_0_index\": 3720, \"rank\": 1497, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1630, \"ini\": 1339}, {\"group\": [396.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 402, \"cat_0_index\": 3721, \"rank\": 1498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 72, \"ini\": 1338}, {\"group\": [573.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, raw\", \"clust\": 580, \"cat_0_index\": 1825, \"rank\": 1499, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1367, \"ini\": 1337}, {\"group\": [2031.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetarian vegetable, canned, condensed\", \"clust\": 2057, \"cat_0_index\": 2930, \"rank\": 1500, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 988, \"ini\": 1336}, {\"group\": [1192.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1216, \"cat_0_index\": 703, \"rank\": 1501, \"cat-0\": \"Beverages\", \"rankvar\": 250, \"ini\": 1335}, {\"group\": [1977.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken corn chowder, chunky, ready-to-serve, single brand\", \"clust\": 2006, \"cat_0_index\": 2931, \"rank\": 1502, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 346, \"ini\": 1334}, {\"group\": [2973.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, light (baked with less oil)\", \"clust\": 3006, \"cat_0_index\": 2578, \"rank\": 2835, \"cat-0\": \"Snacks\", \"rankvar\": 2683, \"ini\": 1333}, {\"group\": [2388.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, unprepared\", \"clust\": 2416, \"cat_0_index\": 3722, \"rank\": 1503, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 965, \"ini\": 1332}, {\"group\": [747.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, mixed fruit\", \"clust\": 761, \"cat_0_index\": 220, \"rank\": 1504, \"cat-0\": \"Baby Foods\", \"rankvar\": 2332, \"ini\": 1331}, {\"group\": [412.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apricot\", \"clust\": 421, \"cat_0_index\": 221, \"rank\": 1505, \"cat-0\": \"Baby Foods\", \"rankvar\": 2486, \"ini\": 1330}, {\"group\": [2026.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey vegetable, canned, condensed\", \"clust\": 2059, \"cat_0_index\": 2932, \"rank\": 1506, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1076, \"ini\": 1329}, {\"group\": [1209.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Chocolate, soymilk\", \"clust\": 1233, \"cat_0_index\": 2104, \"rank\": 1507, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1160, \"ini\": 1328}, {\"group\": [269.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, nonfat, uncreamed, dry, large or small curd\", \"clust\": 268, \"cat_0_index\": 1181, \"rank\": 1508, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 357, \"ini\": 1327}, {\"group\": [327.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, protein-fortified, cooked, enriched (n x 6.25)\", \"clust\": 329, \"cat_0_index\": 1042, \"rank\": 1509, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 7, \"ini\": 1326}, {\"group\": [3723.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S COCOA BUMPERS\", \"clust\": 3766, \"cat_0_index\": 896, \"rank\": 2834, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3180, \"ini\": 1325}, {\"group\": [1416.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, split with ham, canned, chunky, ready-to-serve\", \"clust\": 1440, \"cat_0_index\": 2933, \"rank\": 1510, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 235, \"ini\": 1324}, {\"group\": [179.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frog legs, raw\", \"clust\": 182, \"cat_0_index\": 1569, \"rank\": 1511, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 973, \"ini\": 1323}, {\"group\": [1214.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Very Vanilla, soymilk\", \"clust\": 1234, \"cat_0_index\": 2105, \"rank\": 1512, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1351, \"ini\": 1322}, {\"group\": [1194.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, chocolate, dry mix, prepared with 2% milk\", \"clust\": 1218, \"cat_0_index\": 3272, \"rank\": 1513, \"cat-0\": \"Sweets\", \"rankvar\": 315, \"ini\": 1321}, {\"group\": [656.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, light syrup pack\", \"clust\": 671, \"cat_0_index\": 1826, \"rank\": 1514, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1752, \"ini\": 1320}, {\"group\": [3235.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, low sodium\", \"clust\": 3268, \"cat_0_index\": 1182, \"rank\": 2833, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2911, \"ini\": 1319}, {\"group\": [929.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, cooked, boiled, drained, without salt\", \"clust\": 947, \"cat_0_index\": 3723, \"rank\": 1515, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2212, \"ini\": 1318}, {\"group\": [2110.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common (danish, domestic, and pointed types), stored, raw\", \"clust\": 2142, \"cat_0_index\": 3724, \"rank\": 1516, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2293, \"ini\": 1317}, {\"group\": [1983.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 2014, \"cat_0_index\": 2934, \"rank\": 1517, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 723, \"ini\": 1316}, {\"group\": [1130.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SENSITIVE (LACTOSE FREE) ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1153, \"cat_0_index\": 222, \"rank\": 1518, \"cat-0\": \"Baby Foods\", \"rankvar\": 994, \"ini\": 1315}, {\"group\": [1399.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, black bean, canned, prepared with equal volume water\", \"clust\": 1421, \"cat_0_index\": 2935, \"rank\": 1519, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1487, \"ini\": 1314}, {\"group\": [1198.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meal supplement drink, NESTLE, SUPLIGEN, canned, peanut flavor\", \"clust\": 1214, \"cat_0_index\": 704, \"rank\": 1520, \"cat-0\": \"Beverages\", \"rankvar\": 154, \"ini\": 1313}, {\"group\": [398.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth beans, mature seeds, cooked, boiled, without salt\", \"clust\": 406, \"cat_0_index\": 2106, \"rank\": 1521, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 31, \"ini\": 1312}, {\"group\": [3530.0, 77.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, with pulp, frozen concentrate\", \"clust\": 3567, \"cat_0_index\": 705, \"rank\": 2832, \"cat-0\": \"Beverages\", \"rankvar\": 3351, \"ini\": 1311}, {\"group\": [3897.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ready-to-eat, KELLOGG, KELLOGG'S CINNABON cereal\", \"clust\": 3936, \"cat_0_index\": 897, \"rank\": 2831, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3099, \"ini\": 1310}, {\"group\": [2330.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, cooked, boiled, drained, without salt\", \"clust\": 2359, \"cat_0_index\": 3725, \"rank\": 1522, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1056, \"ini\": 1309}, {\"group\": [3734.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Cinnamon-Spice, dry\", \"clust\": 3778, \"cat_0_index\": 898, \"rank\": 2830, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2864, \"ini\": 1308}, {\"group\": [2027.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, canned, condensed\", \"clust\": 2060, \"cat_0_index\": 2936, \"rank\": 1523, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 961, \"ini\": 1307}, {\"group\": [743.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple\", \"clust\": 759, \"cat_0_index\": 223, \"rank\": 1524, \"cat-0\": \"Baby Foods\", \"rankvar\": 2337, \"ini\": 1306}, {\"group\": [967.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, condensed, reduced sodium\", \"clust\": 988, \"cat_0_index\": 2937, \"rank\": 1525, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 685, \"ini\": 1305}, {\"group\": [181.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, farmed, raw\", \"clust\": 181, \"cat_0_index\": 1570, \"rank\": 1526, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 845, \"ini\": 1304}, {\"group\": [2333.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, regular pack, solids and liquids\", \"clust\": 2363, \"cat_0_index\": 3726, \"rank\": 1527, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1162, \"ini\": 1303}, {\"group\": [3735.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with cinnamon and spice, dry\", \"clust\": 3779, \"cat_0_index\": 899, \"rank\": 2829, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2867, \"ini\": 1302}, {\"group\": [1463.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato sauce, no salt added\", \"clust\": 1488, \"cat_0_index\": 3727, \"rank\": 1528, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1631, \"ini\": 1301}, {\"group\": [2312.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), canned, with cream style corn\", \"clust\": 2341, \"cat_0_index\": 3728, \"rank\": 1529, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 403, \"ini\": 1300}, {\"group\": [2917.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, tail, raw\", \"clust\": 2951, \"cat_0_index\": 2316, \"rank\": 2828, \"cat-0\": \"Pork Products\", \"rankvar\": 2605, \"ini\": 1299}, {\"group\": [3865.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, vanilla wafers, lower fat\", \"clust\": 3910, \"cat_0_index\": 374, \"rank\": 2827, \"cat-0\": \"Baked Products\", \"rankvar\": 2896, \"ini\": 1298}, {\"group\": [2365.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, unprepared\", \"clust\": 2393, \"cat_0_index\": 3729, \"rank\": 1530, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1812, \"ini\": 1297}, {\"group\": [1986.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, prepared with equal volume milk\", \"clust\": 2019, \"cat_0_index\": 2938, \"rank\": 1531, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 741, \"ini\": 1296}, {\"group\": [3506.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, yokan, mature seeds\", \"clust\": 3544, \"cat_0_index\": 2107, \"rank\": 1532, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2037, \"ini\": 1295}, {\"group\": [2503.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, coated, milk chocolate coating, chocolate chip\", \"clust\": 2532, \"cat_0_index\": 2579, \"rank\": 2826, \"cat-0\": \"Snacks\", \"rankvar\": 2761, \"ini\": 1294}, {\"group\": [817.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, prepared with whole milk\", \"clust\": 835, \"cat_0_index\": 3273, \"rank\": 1533, \"cat-0\": \"Sweets\", \"rankvar\": 85, \"ini\": 1293}, {\"group\": [2089.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, scotch broth, canned, condensed\", \"clust\": 2120, \"cat_0_index\": 2939, \"rank\": 1534, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 683, \"ini\": 1292}, {\"group\": [3780.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, chewy, reduced sugar, all flavors\", \"clust\": 3822, \"cat_0_index\": 2580, \"rank\": 2825, \"cat-0\": \"Snacks\", \"rankvar\": 2672, \"ini\": 1291}, {\"group\": [557.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, juice pack, drained\", \"clust\": 570, \"cat_0_index\": 1827, \"rank\": 1535, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1498, \"ini\": 1290}, {\"group\": [1461.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, cooked, boiled, drained, with salt\", \"clust\": 1484, \"cat_0_index\": 3730, \"rank\": 1536, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2287, \"ini\": 1289}, {\"group\": [2836.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Blood sausage\", \"clust\": 2865, \"cat_0_index\": 2426, \"rank\": 2824, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2641, \"ini\": 1288}, {\"group\": [390.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, raw\", \"clust\": 395, \"cat_0_index\": 3731, \"rank\": 1537, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 507, \"ini\": 1287}, {\"group\": [2921.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, tail, cooked, simmered\", \"clust\": 2953, \"cat_0_index\": 2317, \"rank\": 2823, \"cat-0\": \"Pork Products\", \"rankvar\": 2671, \"ini\": 1286}, {\"group\": [3866.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Ruth's Golden Oatmeal\", \"clust\": 3911, \"cat_0_index\": 375, \"rank\": 2822, \"cat-0\": \"Baked Products\", \"rankvar\": 2689, \"ini\": 1285}, {\"group\": [1471.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable, butternut squash and corn\", \"clust\": 1499, \"cat_0_index\": 224, \"rank\": 1538, \"cat-0\": \"Baby Foods\", \"rankvar\": 1262, \"ini\": 1284}, {\"group\": [185.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Pacific, raw\", \"clust\": 186, \"cat_0_index\": 1571, \"rank\": 1539, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1010, \"ini\": 1283}, {\"group\": [973.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, spaghetti sauce, meatless, canned\", \"clust\": 993, \"cat_0_index\": 2940, \"rank\": 1540, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1446, \"ini\": 1282}, {\"group\": [3531.0, 77.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, breakfast type, with juice and pulp, frozen concentrate\", \"clust\": 3568, \"cat_0_index\": 706, \"rank\": 2821, \"cat-0\": \"Beverages\", \"rankvar\": 3155, \"ini\": 1281}, {\"group\": [2116.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 2146, \"cat_0_index\": 3732, \"rank\": 1541, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2099, \"ini\": 1280}, {\"group\": [413.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hungarian, raw\", \"clust\": 422, \"cat_0_index\": 3733, \"rank\": 1542, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2544, \"ini\": 1279}, {\"group\": [2216.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nopales, raw\", \"clust\": 2246, \"cat_0_index\": 3734, \"rank\": 1543, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2350, \"ini\": 1278}, {\"group\": [3733.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, dry\", \"clust\": 3776, \"cat_0_index\": 900, \"rank\": 2820, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2794, \"ini\": 1277}, {\"group\": [321.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, corn, cooked\", \"clust\": 323, \"cat_0_index\": 1043, \"rank\": 1544, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 467, \"ini\": 1276}, {\"group\": [2410.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), raw\", \"clust\": 2441, \"cat_0_index\": 3735, \"rank\": 1545, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2258, \"ini\": 1275}, {\"group\": [2353.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, cooked, boiled, drained, with salt\", \"clust\": 2385, \"cat_0_index\": 3736, \"rank\": 1546, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1818, \"ini\": 1274}, {\"group\": [878.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, condensed, reduced sodium\", \"clust\": 897, \"cat_0_index\": 2941, \"rank\": 1547, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1317, \"ini\": 1273}, {\"group\": [2679.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 2712, \"cat_0_index\": 1338, \"rank\": 2819, \"cat-0\": \"Fast Foods\", \"rankvar\": 2528, \"ini\": 1272}, {\"group\": [828.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant, prepared with 2% milk\", \"clust\": 845, \"cat_0_index\": 3274, \"rank\": 1548, \"cat-0\": \"Sweets\", \"rankvar\": 119, \"ini\": 1271}, {\"group\": [1241.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, whole, 3.25% milkfat, with added vitamin D\", \"clust\": 1265, \"cat_0_index\": 1183, \"rank\": 1549, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 977, \"ini\": 1270}, {\"group\": [1242.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, whole, 3.25% milkfat, without added vitamin A and vitamin D\", \"clust\": 1266, \"cat_0_index\": 1184, \"rank\": 1550, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 979, \"ini\": 1269}, {\"group\": [1327.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Split pea soup, canned, reduced sodium, prepared with water or ready-to serve\", \"clust\": 1338, \"cat_0_index\": 2942, \"rank\": 1551, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 354, \"ini\": 1268}, {\"group\": [399.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mothbeans, mature seeds, cooked, boiled, with salt\", \"clust\": 407, \"cat_0_index\": 2108, \"rank\": 1552, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 26, \"ini\": 1267}, {\"group\": [968.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, plums, bananas and rice, strained\", \"clust\": 989, \"cat_0_index\": 225, \"rank\": 1553, \"cat-0\": \"Baby Foods\", \"rankvar\": 1247, \"ini\": 1266}, {\"group\": [3753.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TRIX\", \"clust\": 3796, \"cat_0_index\": 901, \"rank\": 2818, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3017, \"ini\": 1265}, {\"group\": [988.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, salsa, ready-to-serve\", \"clust\": 1007, \"cat_0_index\": 2943, \"rank\": 1554, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1889, \"ini\": 1264}, {\"group\": [2189.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, unprepared\", \"clust\": 2220, \"cat_0_index\": 3737, \"rank\": 1555, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2231, \"ini\": 1263}, {\"group\": [3241.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, american cheddar, imitation\", \"clust\": 3274, \"cat_0_index\": 1185, \"rank\": 2817, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2564, \"ini\": 1262}, {\"group\": [1326.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, sweet potatoes and chicken, strained\", \"clust\": 1348, \"cat_0_index\": 226, \"rank\": 1556, \"cat-0\": \"Baby Foods\", \"rankvar\": 399, \"ini\": 1261}, {\"group\": [1046.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, Mini Beef Ravioli in Meat Sauce\", \"clust\": 1066, \"cat_0_index\": 2167, \"rank\": 1557, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 182, \"ini\": 1260}, {\"group\": [3833.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pears, dried, sulfured, uncooked\", \"clust\": 3877, \"cat_0_index\": 1828, \"rank\": 2816, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3380, \"ini\": 1259}, {\"group\": [496.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, heavy syrup, solids and liquids\", \"clust\": 513, \"cat_0_index\": 1829, \"rank\": 1558, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1684, \"ini\": 1258}, {\"group\": [497.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, heavy syrup, solids and liquids\", \"clust\": 514, \"cat_0_index\": 1830, \"rank\": 1559, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1725, \"ini\": 1257}, {\"group\": [2190.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli raab, raw\", \"clust\": 2221, \"cat_0_index\": 3738, \"rank\": 1560, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2107, \"ini\": 1256}, {\"group\": [1128.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, prepared from powder\", \"clust\": 1154, \"cat_0_index\": 227, \"rank\": 1561, \"cat-0\": \"Baby Foods\", \"rankvar\": 1013, \"ini\": 1255}, {\"group\": [2362.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, cooked, baked, without salt\", \"clust\": 2391, \"cat_0_index\": 3739, \"rank\": 1562, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1668, \"ini\": 1254}, {\"group\": [265.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, with vegetables\", \"clust\": 269, \"cat_0_index\": 1186, \"rank\": 1563, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 547, \"ini\": 1253}, {\"group\": [183.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ocean perch, Atlantic, raw\", \"clust\": 184, \"cat_0_index\": 1572, \"rank\": 1564, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 495, \"ini\": 1252}, {\"group\": [670.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit pudding, pineapple, strained\", \"clust\": 665, \"cat_0_index\": 228, \"rank\": 1565, \"cat-0\": \"Baby Foods\", \"rankvar\": 718, \"ini\": 1251}, {\"group\": [741.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, raw\", \"clust\": 756, \"cat_0_index\": 1831, \"rank\": 1566, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2103, \"ini\": 1250}, {\"group\": [1047.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs RavioliOs Beef Ravioli in Meat Sauce\", \"clust\": 1064, \"cat_0_index\": 2168, \"rank\": 1567, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 146, \"ini\": 1249}, {\"group\": [1055.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Triple Pepper Salsa\", \"clust\": 1068, \"cat_0_index\": 2944, \"rank\": 1568, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1611, \"ini\": 1248}, {\"group\": [531.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, light syrup pack, with skin, solids and liquids\", \"clust\": 544, \"cat_0_index\": 1832, \"rank\": 1569, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1466, \"ini\": 1247}, {\"group\": [2126.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, cooked, boiled, drained, with salt\", \"clust\": 2154, \"cat_0_index\": 3740, \"rank\": 1570, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2294, \"ini\": 1246}, {\"group\": [264.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, lactose reduced\", \"clust\": 267, \"cat_0_index\": 1187, \"rank\": 1571, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 423, \"ini\": 1245}, {\"group\": [1029.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, flesh, without salt\", \"clust\": 1049, \"cat_0_index\": 3741, \"rank\": 1572, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 472, \"ini\": 1244}, {\"group\": [1063.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Sizzlin' Steak- Grilled Steak Chili with Beans\", \"clust\": 1081, \"cat_0_index\": 2945, \"rank\": 1573, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 373, \"ini\": 1243}, {\"group\": [935.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, microwaved\", \"clust\": 949, \"cat_0_index\": 3742, \"rank\": 1574, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1838, \"ini\": 1242}, {\"group\": [1288.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, condensed\", \"clust\": 1314, \"cat_0_index\": 2946, \"rank\": 1575, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 435, \"ini\": 1241}, {\"group\": [205.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bear, black, meat (Alaska Native)\", \"clust\": 206, \"cat_0_index\": 1290, \"rank\": 1576, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 634, \"ini\": 1240}, {\"group\": [653.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, light syrup pack, solids and liquids\", \"clust\": 668, \"cat_0_index\": 1833, \"rank\": 1577, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1702, \"ini\": 1239}, {\"group\": [319.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, vegetable, cooked, enriched\", \"clust\": 324, \"cat_0_index\": 1044, \"rank\": 1578, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 249, \"ini\": 1238}, {\"group\": [2011.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Shrimp Soup, condensed\", \"clust\": 2042, \"cat_0_index\": 2947, \"rank\": 1579, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1150, \"ini\": 1237}, {\"group\": [888.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Chicken with Rice, condensed\", \"clust\": 900, \"cat_0_index\": 2948, \"rank\": 1580, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1701, \"ini\": 1236}, {\"group\": [282.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, soft, prepared with calcium sulfate and magnesium chloride (nigari)\", \"clust\": 286, \"cat_0_index\": 2109, \"rank\": 1581, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 827, \"ini\": 1235}, {\"group\": [2282.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, vacuum pack, regular pack\", \"clust\": 2311, \"cat_0_index\": 3743, \"rank\": 1582, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 268, \"ini\": 1234}, {\"group\": [254.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, tripe, raw\", \"clust\": 257, \"cat_0_index\": 446, \"rank\": 1583, \"cat-0\": \"Beef Products\", \"rankvar\": 492, \"ini\": 1233}, {\"group\": [199.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Owl, horned, flesh, raw (Alaska Native)\", \"clust\": 200, \"cat_0_index\": 1291, \"rank\": 1584, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1302, \"ini\": 1232}, {\"group\": [368.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Old Fashioned Tomato Rice Soup, condensed\", \"clust\": 373, \"cat_0_index\": 2949, \"rank\": 1585, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 416, \"ini\": 1231}, {\"group\": [3951.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix\", \"clust\": 3975, \"cat_0_index\": 3275, \"rank\": 2815, \"cat-0\": \"Sweets\", \"rankvar\": 3686, \"ini\": 1230}, {\"group\": [2338.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears, junior\", \"clust\": 2368, \"cat_0_index\": 229, \"rank\": 1586, \"cat-0\": \"Baby Foods\", \"rankvar\": 1937, \"ini\": 1229}, {\"group\": [3846.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, raisin, soft-type\", \"clust\": 3886, \"cat_0_index\": 376, \"rank\": 2814, \"cat-0\": \"Baked Products\", \"rankvar\": 3001, \"ini\": 1228}, {\"group\": [861.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, zucchini, baby, raw\", \"clust\": 877, \"cat_0_index\": 3744, \"rank\": 1587, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2335, \"ini\": 1227}, {\"group\": [2357.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, cooked, boiled, drained, without salt\", \"clust\": 2388, \"cat_0_index\": 3745, \"rank\": 1588, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1751, \"ini\": 1226}, {\"group\": [212.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, clam, mixed species, raw\", \"clust\": 213, \"cat_0_index\": 1573, \"rank\": 1589, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 610, \"ini\": 1225}, {\"group\": [2993.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Taco shells, baked\", \"clust\": 3025, \"cat_0_index\": 377, \"rank\": 2813, \"cat-0\": \"Baked Products\", \"rankvar\": 2617, \"ini\": 1224}, {\"group\": [2100.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, cooked, boiled, drained, with salt\", \"clust\": 2129, \"cat_0_index\": 3746, \"rank\": 1590, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2334, \"ini\": 1223}, {\"group\": [818.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix, prepared with whole milk\", \"clust\": 836, \"cat_0_index\": 3276, \"rank\": 1591, \"cat-0\": \"Sweets\", \"rankvar\": 49, \"ini\": 1222}, {\"group\": [708.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, cantaloupe, raw\", \"clust\": 715, \"cat_0_index\": 1834, \"rank\": 1592, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2064, \"ini\": 1221}, {\"group\": [474.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, ready-to-eat, fat free\", \"clust\": 488, \"cat_0_index\": 3277, \"rank\": 1593, \"cat-0\": \"Sweets\", \"rankvar\": 760, \"ini\": 1220}, {\"group\": [871.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, cooked, boiled, drained, with salt\", \"clust\": 860, \"cat_0_index\": 3747, \"rank\": 1594, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1694, \"ini\": 1219}, {\"group\": [3417.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, low sodium, dry\", \"clust\": 3454, \"cat_0_index\": 902, \"rank\": 2812, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2758, \"ini\": 1218}, {\"group\": [3939.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, powdered\", \"clust\": 3987, \"cat_0_index\": 3278, \"rank\": 2811, \"cat-0\": \"Sweets\", \"rankvar\": 3764, \"ini\": 1217}, {\"group\": [1200.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs plus Calcium\", \"clust\": 1222, \"cat_0_index\": 2169, \"rank\": 1595, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 582, \"ini\": 1216}, {\"group\": [2119.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, unprepared\", \"clust\": 2149, \"cat_0_index\": 3748, \"rank\": 1596, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2301, \"ini\": 1215}, {\"group\": [2030.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, condensed\", \"clust\": 2062, \"cat_0_index\": 2950, \"rank\": 1597, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 804, \"ini\": 1214}, {\"group\": [308.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prunes, canned, heavy syrup pack, solids and liquids\", \"clust\": 313, \"cat_0_index\": 1835, \"rank\": 1598, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 444, \"ini\": 1213}, {\"group\": [3648.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Brown sugar cinnamon\", \"clust\": 3689, \"cat_0_index\": 378, \"rank\": 2810, \"cat-0\": \"Baked Products\", \"rankvar\": 2707, \"ini\": 1212}, {\"group\": [504.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, bottled\", \"clust\": 517, \"cat_0_index\": 707, \"rank\": 1599, \"cat-0\": \"Beverages\", \"rankvar\": 2159, \"ini\": 1211}, {\"group\": [3750.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Cinnamon Grahams\", \"clust\": 3793, \"cat_0_index\": 903, \"rank\": 2809, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3098, \"ini\": 1210}, {\"group\": [2996.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, plain, yellow corn\", \"clust\": 3027, \"cat_0_index\": 2581, \"rank\": 2808, \"cat-0\": \"Snacks\", \"rankvar\": 2731, \"ini\": 1209}, {\"group\": [734.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and cherries, junior\", \"clust\": 748, \"cat_0_index\": 230, \"rank\": 1600, \"cat-0\": \"Baby Foods\", \"rankvar\": 1954, \"ini\": 1208}, {\"group\": [1238.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 1261, \"cat_0_index\": 2951, \"rank\": 1601, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 822, \"ini\": 1207}, {\"group\": [2910.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, ground, 72% lean / 28% fat, cooked, pan-broiled\", \"clust\": 2944, \"cat_0_index\": 2318, \"rank\": 2807, \"cat-0\": \"Pork Products\", \"rankvar\": 2594, \"ini\": 1206}, {\"group\": [255.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, tripe, cooked, simmered\", \"clust\": 258, \"cat_0_index\": 447, \"rank\": 1602, \"cat-0\": \"Beef Products\", \"rankvar\": 321, \"ini\": 1205}, {\"group\": [744.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and plum\", \"clust\": 760, \"cat_0_index\": 231, \"rank\": 1603, \"cat-0\": \"Baby Foods\", \"rankvar\": 2330, \"ini\": 1204}, {\"group\": [2173.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), raw\", \"clust\": 2205, \"cat_0_index\": 3749, \"rank\": 1604, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2462, \"ini\": 1203}, {\"group\": [989.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce\", \"clust\": 1008, \"cat_0_index\": 3750, \"rank\": 1605, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2043, \"ini\": 1202}, {\"group\": [371.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickle relish, hot dog\", \"clust\": 377, \"cat_0_index\": 3751, \"rank\": 1606, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 907, \"ini\": 1201}, {\"group\": [117.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, roughy, orange, cooked, dry heat\", \"clust\": 117, \"cat_0_index\": 1574, \"rank\": 1607, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1061, \"ini\": 1200}, {\"group\": [1987.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, prepared with equal volume milk\", \"clust\": 2020, \"cat_0_index\": 2952, \"rank\": 1608, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 528, \"ini\": 1199}, {\"group\": [213.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, shrimp, mixed species, raw\", \"clust\": 214, \"cat_0_index\": 1575, \"rank\": 1609, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 876, \"ini\": 1198}, {\"group\": [3446.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, microwave, low fat and sodium\", \"clust\": 3483, \"cat_0_index\": 2582, \"rank\": 2806, \"cat-0\": \"Snacks\", \"rankvar\": 3055, \"ini\": 1197}, {\"group\": [3270.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Jellyfish, dried, salted\", \"clust\": 3304, \"cat_0_index\": 1576, \"rank\": 2805, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3846, \"ini\": 1196}, {\"group\": [2356.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, cooked, boiled, drained, with salt\", \"clust\": 2381, \"cat_0_index\": 3752, \"rank\": 1610, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1857, \"ini\": 1195}, {\"group\": [2839.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (cheese hot dogs with turkey)\", \"clust\": 2872, \"cat_0_index\": 2427, \"rank\": 2804, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2489, \"ini\": 1194}, {\"group\": [930.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, morel, raw\", \"clust\": 948, \"cat_0_index\": 3753, \"rank\": 1611, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1833, \"ini\": 1193}, {\"group\": [735.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and cherries, strained\", \"clust\": 749, \"cat_0_index\": 232, \"rank\": 1612, \"cat-0\": \"Baby Foods\", \"rankvar\": 1969, \"ini\": 1192}, {\"group\": [2130.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, California, valencias\", \"clust\": 2160, \"cat_0_index\": 1836, \"rank\": 1613, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1882, \"ini\": 1191}, {\"group\": [2004.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, condensed\", \"clust\": 2035, \"cat_0_index\": 2953, \"rank\": 1614, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 810, \"ini\": 1190}, {\"group\": [2823.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Pork Sausage Links (cooked)\", \"clust\": 2857, \"cat_0_index\": 2428, \"rank\": 2803, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2552, \"ini\": 1189}, {\"group\": [2028.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom with beef stock, canned, condensed\", \"clust\": 2058, \"cat_0_index\": 2954, \"rank\": 1615, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 904, \"ini\": 1188}, {\"group\": [3288.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, scalloped, dry mix, unprepared\", \"clust\": 3320, \"cat_0_index\": 3754, \"rank\": 2802, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2905, \"ini\": 1187}, {\"group\": [965.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, cooked, boiled, drained\", \"clust\": 985, \"cat_0_index\": 3755, \"rank\": 1616, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1373, \"ini\": 1186}, {\"group\": [1058.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, KRAFT Mayo Fat Free Mayonnaise Dressing\", \"clust\": 1075, \"cat_0_index\": 1534, \"rank\": 1617, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1229, \"ini\": 1185}, {\"group\": [1035.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, red, flesh and skin, raw\", \"clust\": 1054, \"cat_0_index\": 3756, \"rank\": 1618, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 890, \"ini\": 1184}, {\"group\": [2355.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, cooked, boiled, drained, with salt\", \"clust\": 2382, \"cat_0_index\": 3757, \"rank\": 1619, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1866, \"ini\": 1183}, {\"group\": [3799.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP with Almonds\", \"clust\": 3846, \"cat_0_index\": 904, \"rank\": 2801, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2825, \"ini\": 1182}, {\"group\": [983.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauerkraut, canned, solids and liquids\", \"clust\": 1001, \"cat_0_index\": 3758, \"rank\": 1620, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2308, \"ini\": 1181}, {\"group\": [500.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, canned, thompson seedless, heavy syrup pack, solids and liquids\", \"clust\": 512, \"cat_0_index\": 1837, \"rank\": 1621, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1774, \"ini\": 1180}, {\"group\": [206.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bear, raw\", \"clust\": 207, \"cat_0_index\": 1923, \"rank\": 1622, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 630, \"ini\": 1179}, {\"group\": [2395.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cattail, Narrow Leaf Shoots (Northern Plains Indians)\", \"clust\": 2422, \"cat_0_index\": 1292, \"rank\": 1623, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2340, \"ini\": 1178}, {\"group\": [2292.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti with meat sauce, frozen entree\", \"clust\": 2315, \"cat_0_index\": 2170, \"rank\": 1624, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 133, \"ini\": 1177}, {\"group\": [2339.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears, strained\", \"clust\": 2369, \"cat_0_index\": 233, \"rank\": 1625, \"cat-0\": \"Baby Foods\", \"rankvar\": 1994, \"ini\": 1176}, {\"group\": [2623.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, skin only, raw\", \"clust\": 2652, \"cat_0_index\": 2343, \"rank\": 2800, \"cat-0\": \"Poultry Products\", \"rankvar\": 2658, \"ini\": 1175}, {\"group\": [3219.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, feta\", \"clust\": 3246, \"cat_0_index\": 1188, \"rank\": 2799, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2609, \"ini\": 1174}, {\"group\": [2336.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, cooked with water, with salt\", \"clust\": 2365, \"cat_0_index\": 905, \"rank\": 1626, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 574, \"ini\": 1173}, {\"group\": [2140.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, cooked, boiled, drained, without salt\", \"clust\": 2168, \"cat_0_index\": 3759, \"rank\": 1627, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2487, \"ini\": 1172}, {\"group\": [879.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DORA THE EXPLORER Kidshapes Soup, condensed\", \"clust\": 898, \"cat_0_index\": 2955, \"rank\": 1628, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 950, \"ini\": 1171}, {\"group\": [2174.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Watercress, raw\", \"clust\": 2206, \"cat_0_index\": 3760, \"rank\": 1629, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2479, \"ini\": 1170}, {\"group\": [2332.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peas, dices, toddler\", \"clust\": 2357, \"cat_0_index\": 234, \"rank\": 1630, \"cat-0\": \"Baby Foods\", \"rankvar\": 974, \"ini\": 1169}, {\"group\": [1985.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, prepared with equal volume milk\", \"clust\": 2017, \"cat_0_index\": 2956, \"rank\": 1631, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 524, \"ini\": 1168}, {\"group\": [813.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular, prepared with 2% milk\", \"clust\": 833, \"cat_0_index\": 3279, \"rank\": 1632, \"cat-0\": \"Sweets\", \"rankvar\": 143, \"ini\": 1167}, {\"group\": [3875.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Apple'n Raisin\", \"clust\": 3921, \"cat_0_index\": 379, \"rank\": 2798, \"cat-0\": \"Baked Products\", \"rankvar\": 2723, \"ini\": 1166}, {\"group\": [501.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, heavy syrup pack, solids and liquids\", \"clust\": 511, \"cat_0_index\": 1838, \"rank\": 1633, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1470, \"ini\": 1165}, {\"group\": [2914.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, shortribs, separable lean and fat, choice, raw\", \"clust\": 2945, \"cat_0_index\": 448, \"rank\": 2797, \"cat-0\": \"Beef Products\", \"rankvar\": 2745, \"ini\": 1164}, {\"group\": [2776.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, cooked, beef and pork\", \"clust\": 2807, \"cat_0_index\": 2429, \"rank\": 2796, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2513, \"ini\": 1163}, {\"group\": [1030.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh, without salt\", \"clust\": 1050, \"cat_0_index\": 3761, \"rank\": 1634, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 387, \"ini\": 1162}, {\"group\": [2449.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, brie\", \"clust\": 2476, \"cat_0_index\": 1189, \"rank\": 2795, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2600, \"ini\": 1161}, {\"group\": [266.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat\", \"clust\": 270, \"cat_0_index\": 1190, \"rank\": 1635, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 533, \"ini\": 1160}, {\"group\": [3451.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S RAISIN BRAN\", \"clust\": 3487, \"cat_0_index\": 906, \"rank\": 2794, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2993, \"ini\": 1159}, {\"group\": [1473.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, raw\", \"clust\": 1493, \"cat_0_index\": 3762, \"rank\": 1636, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1496, \"ini\": 1158}, {\"group\": [2900.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2933, \"cat_0_index\": 449, \"rank\": 2793, \"cat-0\": \"Beef Products\", \"rankvar\": 2651, \"ini\": 1157}, {\"group\": [2351.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, chunky, ready-to-serve\", \"clust\": 2380, \"cat_0_index\": 2957, \"rank\": 1637, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1027, \"ini\": 1156}, {\"group\": [3317.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, mature seeds, raw\", \"clust\": 3349, \"cat_0_index\": 2110, \"rank\": 2792, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3156, \"ini\": 1155}, {\"group\": [2247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, mashed\", \"clust\": 2277, \"cat_0_index\": 3763, \"rank\": 1638, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 189, \"ini\": 1154}, {\"group\": [2360.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, all styles, microwaved\", \"clust\": 2386, \"cat_0_index\": 3764, \"rank\": 1639, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1747, \"ini\": 1153}, {\"group\": [410.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jujube, raw\", \"clust\": 419, \"cat_0_index\": 1839, \"rank\": 1640, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1681, \"ini\": 1152}, {\"group\": [2127.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common, cooked, boiled, drained, with salt\", \"clust\": 2158, \"cat_0_index\": 3765, \"rank\": 1641, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2229, \"ini\": 1151}, {\"group\": [2111.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common (danish, domestic, and pointed types), freshly harvest, raw\", \"clust\": 2143, \"cat_0_index\": 3766, \"rank\": 1642, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2379, \"ini\": 1150}, {\"group\": [836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, oatmeal, instant, low sodium, prepared with water\", \"clust\": 855, \"cat_0_index\": 907, \"rank\": 1643, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 204, \"ini\": 1149}, {\"group\": [2375.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, carrots and beef, strained\", \"clust\": 2401, \"cat_0_index\": 235, \"rank\": 1644, \"cat-0\": \"Baby Foods\", \"rankvar\": 796, \"ini\": 1148}, {\"group\": [1028.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked without skin, flesh, with salt\", \"clust\": 1042, \"cat_0_index\": 3767, \"rank\": 1645, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 425, \"ini\": 1147}, {\"group\": [2243.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels, cut off cob, boiled, drained, with salt\", \"clust\": 2274, \"cat_0_index\": 3768, \"rank\": 1646, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 288, \"ini\": 1146}, {\"group\": [2337.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, cooked with water, without salt\", \"clust\": 2366, \"cat_0_index\": 908, \"rank\": 1647, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 620, \"ini\": 1145}, {\"group\": [814.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix, prepared with whole milk\", \"clust\": 834, \"cat_0_index\": 3280, \"rank\": 1648, \"cat-0\": \"Sweets\", \"rankvar\": 98, \"ini\": 1144}, {\"group\": [2114.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, raw\", \"clust\": 2144, \"cat_0_index\": 3769, \"rank\": 1649, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2082, \"ini\": 1143}, {\"group\": [1059.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Jalapenos Nacho Sliced Peppers\", \"clust\": 1067, \"cat_0_index\": 3770, \"rank\": 1650, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2499, \"ini\": 1142}, {\"group\": [294.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch juice drink, frozen concentrate\", \"clust\": 298, \"cat_0_index\": 708, \"rank\": 1651, \"cat-0\": \"Beverages\", \"rankvar\": 474, \"ini\": 1141}, {\"group\": [1631.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Firehouse - Hot & Spicy Beef & Bean Chili\", \"clust\": 1658, \"cat_0_index\": 2958, \"rank\": 1652, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 210, \"ini\": 1140}, {\"group\": [1475.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk added\", \"clust\": 1502, \"cat_0_index\": 3771, \"rank\": 1653, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 350, \"ini\": 1139}, {\"group\": [2131.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemons, raw, without peel\", \"clust\": 2161, \"cat_0_index\": 1840, \"rank\": 1654, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2254, \"ini\": 1138}, {\"group\": [816.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shake, fast food, strawberry\", \"clust\": 831, \"cat_0_index\": 709, \"rank\": 1655, \"cat-0\": \"Beverages\", \"rankvar\": 90, \"ini\": 1137}, {\"group\": [456.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, prunes with tapioca, without ascorbic acid, junior\", \"clust\": 470, \"cat_0_index\": 236, \"rank\": 1656, \"cat-0\": \"Baby Foods\", \"rankvar\": 963, \"ini\": 1136}, {\"group\": [3922.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, prepared from recipe with coconut frosting\", \"clust\": 3964, \"cat_0_index\": 380, \"rank\": 2791, \"cat-0\": \"Baked Products\", \"rankvar\": 3151, \"ini\": 1135}, {\"group\": [3931.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, maple\", \"clust\": 3973, \"cat_0_index\": 3281, \"rank\": 2790, \"cat-0\": \"Sweets\", \"rankvar\": 3673, \"ini\": 1134}, {\"group\": [3266.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, dry, mix\", \"clust\": 3297, \"cat_0_index\": 2959, \"rank\": 2789, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3112, \"ini\": 1133}, {\"group\": [1632.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Roadhouse - Beef & Bean Chili\", \"clust\": 1659, \"cat_0_index\": 2960, \"rank\": 1657, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 212, \"ini\": 1132}, {\"group\": [2106.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, spring or scallions (includes tops and bulb), raw\", \"clust\": 2137, \"cat_0_index\": 3772, \"rank\": 1658, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1799, \"ini\": 1131}, {\"group\": [966.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, raw\", \"clust\": 986, \"cat_0_index\": 1841, \"rank\": 1659, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1353, \"ini\": 1130}, {\"group\": [2090.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, condensed\", \"clust\": 2121, \"cat_0_index\": 2961, \"rank\": 1660, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 693, \"ini\": 1129}, {\"group\": [824.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, instant, prepared with whole milk\", \"clust\": 842, \"cat_0_index\": 3282, \"rank\": 1661, \"cat-0\": \"Sweets\", \"rankvar\": 87, \"ini\": 1128}, {\"group\": [3904.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, oats, fruits and nut\", \"clust\": 3948, \"cat_0_index\": 2583, \"rank\": 2788, \"cat-0\": \"Snacks\", \"rankvar\": 3053, \"ini\": 1127}, {\"group\": [2007.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, condensed\", \"clust\": 2039, \"cat_0_index\": 2962, \"rank\": 1662, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 790, \"ini\": 1126}, {\"group\": [2785.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, ham, and chicken, minced, canned, reduced sodium, added ascorbic acid, includes SPAM, 25% less sodium\", \"clust\": 2817, \"cat_0_index\": 2430, \"rank\": 2787, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2265, \"ini\": 1125}, {\"group\": [3509.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake, with butter\", \"clust\": 3541, \"cat_0_index\": 3283, \"rank\": 1663, \"cat-0\": \"Sweets\", \"rankvar\": 2571, \"ini\": 1124}, {\"group\": [2918.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Goose, domesticated, meat and skin, raw\", \"clust\": 2952, \"cat_0_index\": 2344, \"rank\": 2786, \"cat-0\": \"Poultry Products\", \"rankvar\": 2612, \"ini\": 1123}, {\"group\": [2349.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, canned, drained solids\", \"clust\": 2376, \"cat_0_index\": 3773, \"rank\": 1664, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1279, \"ini\": 1122}, {\"group\": [1048.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Tomato Parmesan\", \"clust\": 1063, \"cat_0_index\": 2963, \"rank\": 1665, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 571, \"ini\": 1121}, {\"group\": [2386.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, unprepared\", \"clust\": 2417, \"cat_0_index\": 3774, \"rank\": 1666, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 625, \"ini\": 1120}, {\"group\": [389.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 396, \"cat_0_index\": 3775, \"rank\": 1667, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 205, \"ini\": 1119}, {\"group\": [961.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, raw\", \"clust\": 980, \"cat_0_index\": 3776, \"rank\": 1668, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1609, \"ini\": 1118}, {\"group\": [1064.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Tantalizin' Turkey - Turkey Chili with Beans Soup\", \"clust\": 1082, \"cat_0_index\": 2964, \"rank\": 1669, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 494, \"ini\": 1117}, {\"group\": [859.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, raw\", \"clust\": 880, \"cat_0_index\": 3777, \"rank\": 1670, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2177, \"ini\": 1116}, {\"group\": [1032.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, unprepared\", \"clust\": 1047, \"cat_0_index\": 3778, \"rank\": 1671, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 371, \"ini\": 1115}, {\"group\": [3668.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, oatmeal, commercially prepared, regular\", \"clust\": 3709, \"cat_0_index\": 381, \"rank\": 2785, \"cat-0\": \"Baked Products\", \"rankvar\": 2679, \"ini\": 1114}, {\"group\": [3806.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S MARSHMALLOW FROOT LOOPS\", \"clust\": 3849, \"cat_0_index\": 909, \"rank\": 2784, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3330, \"ini\": 1113}, {\"group\": [539.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, canned, heavy syrup, drained\", \"clust\": 551, \"cat_0_index\": 1842, \"rank\": 1672, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1616, \"ini\": 1112}, {\"group\": [936.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, raw, skin\", \"clust\": 955, \"cat_0_index\": 3779, \"rank\": 1673, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1156, \"ini\": 1111}, {\"group\": [2191.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, unprepared\", \"clust\": 2219, \"cat_0_index\": 3780, \"rank\": 1674, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2305, \"ini\": 1110}, {\"group\": [1243.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, whole milk, 8 grams protein per 8 ounce\", \"clust\": 1264, \"cat_0_index\": 1191, \"rank\": 1675, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 946, \"ini\": 1109}, {\"group\": [829.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant, prepared with 2% milk\", \"clust\": 844, \"cat_0_index\": 3284, \"rank\": 1676, \"cat-0\": \"Sweets\", \"rankvar\": 125, \"ini\": 1108}, {\"group\": [893.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Mushroom Soup, condensed\", \"clust\": 909, \"cat_0_index\": 2965, \"rank\": 1677, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1633, \"ini\": 1107}, {\"group\": [2825.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, patties, grilled\", \"clust\": 2860, \"cat_0_index\": 2319, \"rank\": 2783, \"cat-0\": \"Pork Products\", \"rankvar\": 2562, \"ini\": 1106}, {\"group\": [3829.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Raisins, golden seedless\", \"clust\": 3873, \"cat_0_index\": 1843, \"rank\": 2782, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3383, \"ini\": 1105}, {\"group\": [2691.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, approximately 40% fat, tub, with salt\", \"clust\": 2725, \"cat_0_index\": 1535, \"rank\": 2781, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2897, \"ini\": 1104}, {\"group\": [475.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, ready-to-eat, fat free\", \"clust\": 489, \"cat_0_index\": 3285, \"rank\": 1678, \"cat-0\": \"Sweets\", \"rankvar\": 831, \"ini\": 1103}, {\"group\": [2112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, cooked, boiled, drained, without salt\", \"clust\": 2141, \"cat_0_index\": 3781, \"rank\": 1679, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2145, \"ini\": 1102}, {\"group\": [1017.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh, without salt\", \"clust\": 1038, \"cat_0_index\": 3782, \"rank\": 1680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 388, \"ini\": 1101}, {\"group\": [3877.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Iced Oatmeal\", \"clust\": 3920, \"cat_0_index\": 382, \"rank\": 2780, \"cat-0\": \"Baked Products\", \"rankvar\": 2786, \"ini\": 1100}, {\"group\": [3507.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, mature seeds, canned, sweetened\", \"clust\": 3543, \"cat_0_index\": 2111, \"rank\": 1681, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1172, \"ini\": 1099}, {\"group\": [519.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, apples and cinnamon, prepared with boiling water\", \"clust\": 531, \"cat_0_index\": 910, \"rank\": 1682, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 393, \"ini\": 1098}, {\"group\": [457.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, prunes with tapioca, without ascorbic acid, strained\", \"clust\": 471, \"cat_0_index\": 237, \"rank\": 1683, \"cat-0\": \"Baby Foods\", \"rankvar\": 996, \"ini\": 1097}, {\"group\": [3728.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OAT CINNAMON LIFE\", \"clust\": 3771, \"cat_0_index\": 911, \"rank\": 2779, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2852, \"ini\": 1096}, {\"group\": [1249.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, protein fortified, with added vitamin A and vitamin D\", \"clust\": 1274, \"cat_0_index\": 1192, \"rank\": 1684, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1120, \"ini\": 1095}, {\"group\": [2780.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, Italian, pork and beef, dry, sliced, 50% less sodium\", \"clust\": 2811, \"cat_0_index\": 2431, \"rank\": 2778, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2524, \"ini\": 1094}, {\"group\": [844.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cress, garden, cooked, boiled, drained, with salt\", \"clust\": 862, \"cat_0_index\": 3783, \"rank\": 1685, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2118, \"ini\": 1093}, {\"group\": [2418.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned, plain\", \"clust\": 2448, \"cat_0_index\": 2112, \"rank\": 1686, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 390, \"ini\": 1092}, {\"group\": [2413.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gooseberries, raw\", \"clust\": 2439, \"cat_0_index\": 1844, \"rank\": 1687, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2035, \"ini\": 1091}, {\"group\": [502.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, fruit and juice bars\", \"clust\": 510, \"cat_0_index\": 3286, \"rank\": 1688, \"cat-0\": \"Sweets\", \"rankvar\": 1433, \"ini\": 1090}, {\"group\": [532.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, light syrup pack, solids and liquids\", \"clust\": 545, \"cat_0_index\": 1845, \"rank\": 1689, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1463, \"ini\": 1089}, {\"group\": [276.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, blackfish, whole (Alaska Native)\", \"clust\": 279, \"cat_0_index\": 1293, \"rank\": 1690, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1688, \"ini\": 1088}, {\"group\": [3940.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Strawberry-flavor beverage mix, powder\", \"clust\": 3985, \"cat_0_index\": 710, \"rank\": 2777, \"cat-0\": \"Beverages\", \"rankvar\": 3748, \"ini\": 1087}, {\"group\": [2283.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, drained solids\", \"clust\": 2312, \"cat_0_index\": 3784, \"rank\": 1691, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 252, \"ini\": 1086}, {\"group\": [937.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fennel, bulb, raw\", \"clust\": 956, \"cat_0_index\": 3785, \"rank\": 1692, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2135, \"ini\": 1085}, {\"group\": [204.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, ringed, liver (Alaska Native)\", \"clust\": 201, \"cat_0_index\": 1294, \"rank\": 1693, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 466, \"ini\": 1084}, {\"group\": [2387.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, unprepared\", \"clust\": 2418, \"cat_0_index\": 3786, \"rank\": 1694, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 870, \"ini\": 1083}, {\"group\": [1060.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Spicy Jalapeno Refried Beans\", \"clust\": 1079, \"cat_0_index\": 2113, \"rank\": 1695, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1264, \"ini\": 1082}, {\"group\": [186.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, haddock, raw\", \"clust\": 187, \"cat_0_index\": 1577, \"rank\": 1696, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1115, \"ini\": 1081}, {\"group\": [2408.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, cooked, boiled, drained, without salt\", \"clust\": 2437, \"cat_0_index\": 3787, \"rank\": 1697, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1116, \"ini\": 1080}, {\"group\": [862.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, laver, raw\", \"clust\": 876, \"cat_0_index\": 3788, \"rank\": 1698, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1508, \"ini\": 1079}, {\"group\": [2692.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 2726, \"cat_0_index\": 1339, \"rank\": 2776, \"cat-0\": \"Fast Foods\", \"rankvar\": 2768, \"ini\": 1078}, {\"group\": [3797.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S CINNAMON OAT CRUNCH\", \"clust\": 3840, \"cat_0_index\": 912, \"rank\": 2775, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2849, \"ini\": 1077}, {\"group\": [742.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange\", \"clust\": 757, \"cat_0_index\": 238, \"rank\": 1699, \"cat-0\": \"Baby Foods\", \"rankvar\": 2312, \"ini\": 1076}, {\"group\": [180.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, wild, raw\", \"clust\": 183, \"cat_0_index\": 1578, \"rank\": 1700, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 883, \"ini\": 1075}, {\"group\": [2824.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, Italian, pork, raw\", \"clust\": 2858, \"cat_0_index\": 2432, \"rank\": 2774, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2555, \"ini\": 1074}, {\"group\": [2184.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, cooked, boiled, drained, with salt\", \"clust\": 2213, \"cat_0_index\": 3789, \"rank\": 1701, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2197, \"ini\": 1073}, {\"group\": [2818.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, canned\", \"clust\": 2851, \"cat_0_index\": 2433, \"rank\": 2773, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2561, \"ini\": 1072}, {\"group\": [3363.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn, white, steamed (Navajo)\", \"clust\": 3396, \"cat_0_index\": 1295, \"rank\": 2772, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3205, \"ini\": 1071}, {\"group\": [3917.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Sours Original\", \"clust\": 3960, \"cat_0_index\": 3287, \"rank\": 2771, \"cat-0\": \"Sweets\", \"rankvar\": 3616, \"ini\": 1070}, {\"group\": [3536.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, fruit leather, rolls\", \"clust\": 3571, \"cat_0_index\": 3288, \"rank\": 2770, \"cat-0\": \"Sweets\", \"rankvar\": 3341, \"ini\": 1069}, {\"group\": [393.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, cooked, stir-fried, with salt\", \"clust\": 399, \"cat_0_index\": 3790, \"rank\": 1702, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 38, \"ini\": 1068}, {\"group\": [2098.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood\", \"clust\": 2023, \"cat_0_index\": 1340, \"rank\": 1703, \"cat-0\": \"Fast Foods\", \"rankvar\": 280, \"ini\": 1067}, {\"group\": [3431.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER CINNAMON OATMEAL SQUARES\", \"clust\": 3467, \"cat_0_index\": 913, \"rank\": 2769, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2789, \"ini\": 1066}, {\"group\": [2005.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed\", \"clust\": 2036, \"cat_0_index\": 2966, \"rank\": 1704, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 619, \"ini\": 1065}, {\"group\": [540.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, light syrup pack, solids and liquids\", \"clust\": 552, \"cat_0_index\": 1846, \"rank\": 1705, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1546, \"ini\": 1064}, {\"group\": [1129.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC NEOSURE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1155, \"cat_0_index\": 239, \"rank\": 1706, \"cat-0\": \"Baby Foods\", \"rankvar\": 933, \"ini\": 1063}, {\"group\": [3161.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, fried\", \"clust\": 3192, \"cat_0_index\": 2114, \"rank\": 2768, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2514, \"ini\": 1062}, {\"group\": [846.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), cooked, boiled, drained, with salt\", \"clust\": 865, \"cat_0_index\": 3791, \"rank\": 1707, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2424, \"ini\": 1061}, {\"group\": [2144.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, raw\", \"clust\": 2172, \"cat_0_index\": 1847, \"rank\": 1708, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2361, \"ini\": 1060}, {\"group\": [887.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Chicken Soup, condensed\", \"clust\": 903, \"cat_0_index\": 2967, \"rank\": 1709, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1319, \"ini\": 1059}, {\"group\": [885.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Stars Soup, condensed\", \"clust\": 905, \"cat_0_index\": 2968, \"rank\": 1710, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1274, \"ini\": 1058}, {\"group\": [2177.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Calcium Enriched V8\", \"clust\": 2202, \"cat_0_index\": 3792, \"rank\": 1711, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2310, \"ini\": 1057}, {\"group\": [498.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, heavy syrup pack, solids and liquids\", \"clust\": 515, \"cat_0_index\": 1848, \"rank\": 1712, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1731, \"ini\": 1056}, {\"group\": [3086.0, 37.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, calcium reduced\", \"clust\": 3101, \"cat_0_index\": 1193, \"rank\": 2767, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3083, \"ini\": 1055}, {\"group\": [727.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Juice, apple, grape and pear blend, with added ascorbic acid and calcium\", \"clust\": 742, \"cat_0_index\": 1849, \"rank\": 1713, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2153, \"ini\": 1054}, {\"group\": [3883.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, chocolate chip\", \"clust\": 3900, \"cat_0_index\": 2584, \"rank\": 2766, \"cat-0\": \"Snacks\", \"rankvar\": 2694, \"ini\": 1053}, {\"group\": [2108.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, chinese, cooked\", \"clust\": 2136, \"cat_0_index\": 3793, \"rank\": 1714, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2290, \"ini\": 1052}, {\"group\": [1211.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, with added calcium, vitamins A and D\", \"clust\": 1230, \"cat_0_index\": 2115, \"rank\": 1715, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 991, \"ini\": 1051}, {\"group\": [210.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, scallop, mixed species, imitation, made from surimi\", \"clust\": 211, \"cat_0_index\": 1579, \"rank\": 1716, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 301, \"ini\": 1050}, {\"group\": [1232.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, filled, fluid, with lauric acid oil\", \"clust\": 1255, \"cat_0_index\": 1194, \"rank\": 1717, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1093, \"ini\": 1049}, {\"group\": [3927.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla, prepared-from-recipe\", \"clust\": 3968, \"cat_0_index\": 3289, \"rank\": 2765, \"cat-0\": \"Sweets\", \"rankvar\": 3625, \"ini\": 1048}, {\"group\": [3449.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread stuffing, cornbread, dry mix\", \"clust\": 3479, \"cat_0_index\": 383, \"rank\": 2764, \"cat-0\": \"Baked Products\", \"rankvar\": 3097, \"ini\": 1047}, {\"group\": [2501.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, cones, plain\", \"clust\": 2528, \"cat_0_index\": 2585, \"rank\": 2763, \"cat-0\": \"Snacks\", \"rankvar\": 3195, \"ini\": 1046}, {\"group\": [3955.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, instant\", \"clust\": 3997, \"cat_0_index\": 3290, \"rank\": 2762, \"cat-0\": \"Sweets\", \"rankvar\": 3654, \"ini\": 1045}, {\"group\": [709.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and raspberry, strained\", \"clust\": 724, \"cat_0_index\": 240, \"rank\": 1718, \"cat-0\": \"Baby Foods\", \"rankvar\": 1735, \"ini\": 1044}, {\"group\": [392.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, raw\", \"clust\": 401, \"cat_0_index\": 3794, \"rank\": 1719, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 39, \"ini\": 1043}, {\"group\": [1061.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Traditional Refried Beans\", \"clust\": 1080, \"cat_0_index\": 2116, \"rank\": 1720, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1327, \"ini\": 1042}, {\"group\": [323.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spelt, cooked\", \"clust\": 326, \"cat_0_index\": 1045, \"rank\": 1721, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 99, \"ini\": 1041}, {\"group\": [3729.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Honey Graham LIFE Cereal\", \"clust\": 3772, \"cat_0_index\": 914, \"rank\": 2761, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2821, \"ini\": 1040}, {\"group\": [1250.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, fluid, cultured, reduced fat\", \"clust\": 1275, \"cat_0_index\": 1195, \"rank\": 1722, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1112, \"ini\": 1039}, {\"group\": [244.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, lamb, strained\", \"clust\": 243, \"cat_0_index\": 241, \"rank\": 1723, \"cat-0\": \"Baby Foods\", \"rankvar\": 351, \"ini\": 1038}, {\"group\": [711.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and blueberry, strained\", \"clust\": 723, \"cat_0_index\": 242, \"rank\": 1724, \"cat-0\": \"Baby Foods\", \"rankvar\": 1770, \"ini\": 1037}, {\"group\": [731.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, all varieties\", \"clust\": 744, \"cat_0_index\": 1850, \"rank\": 1725, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1987, \"ini\": 1036}, {\"group\": [2117.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, cooked, boiled, drained, without salt\", \"clust\": 2147, \"cat_0_index\": 3795, \"rank\": 1726, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2105, \"ini\": 1035}, {\"group\": [916.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, puree, without salt added\", \"clust\": 934, \"cat_0_index\": 3796, \"rank\": 1727, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1714, \"ini\": 1034}, {\"group\": [240.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, ham, strained\", \"clust\": 244, \"cat_0_index\": 243, \"rank\": 1728, \"cat-0\": \"Baby Foods\", \"rankvar\": 167, \"ini\": 1033}, {\"group\": [2022.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, chicken, canned, ready-to-serve\", \"clust\": 2053, \"cat_0_index\": 2969, \"rank\": 1729, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 611, \"ini\": 1032}, {\"group\": [197.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, boar, wild, raw\", \"clust\": 198, \"cat_0_index\": 1924, \"rank\": 1730, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 987, \"ini\": 1031}, {\"group\": [710.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and raspberry, junior\", \"clust\": 725, \"cat_0_index\": 244, \"rank\": 1731, \"cat-0\": \"Baby Foods\", \"rankvar\": 1798, \"ini\": 1030}, {\"group\": [320.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, whole-wheat, cooked\", \"clust\": 325, \"cat_0_index\": 1046, \"rank\": 1732, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 222, \"ini\": 1029}, {\"group\": [2230.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, unprepared\", \"clust\": 2257, \"cat_0_index\": 3797, \"rank\": 1733, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 185, \"ini\": 1028}, {\"group\": [3726.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Toasted Oatmeal Cereal\", \"clust\": 3769, \"cat_0_index\": 915, \"rank\": 2760, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2840, \"ini\": 1027}, {\"group\": [2036.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with dumplings, canned, condensed\", \"clust\": 2066, \"cat_0_index\": 2970, \"rank\": 1734, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 506, \"ini\": 1026}, {\"group\": [2389.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 2415, \"cat_0_index\": 3798, \"rank\": 1735, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 888, \"ini\": 1025}, {\"group\": [883.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Chicken in Chicken Broth, condensed\", \"clust\": 906, \"cat_0_index\": 2971, \"rank\": 1736, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1132, \"ini\": 1024}, {\"group\": [2688.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise, reduced-calorie or diet, cholesterol-free\", \"clust\": 2723, \"cat_0_index\": 1536, \"rank\": 2759, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3033, \"ini\": 1023}, {\"group\": [1036.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ginger root, raw\", \"clust\": 1055, \"cat_0_index\": 3799, \"rank\": 1737, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 548, \"ini\": 1022}, {\"group\": [562.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, american type (slip skin), raw\", \"clust\": 576, \"cat_0_index\": 1851, \"rank\": 1738, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1469, \"ini\": 1021}, {\"group\": [2113.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, raw\", \"clust\": 2140, \"cat_0_index\": 3800, \"rank\": 1739, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2300, \"ini\": 1020}, {\"group\": [2138.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, raw\", \"clust\": 2169, \"cat_0_index\": 3801, \"rank\": 1740, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2530, \"ini\": 1019}, {\"group\": [931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, cooked, boiled, drained, with salt\", \"clust\": 946, \"cat_0_index\": 3802, \"rank\": 1741, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2224, \"ini\": 1018}, {\"group\": [292.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, chinese, boiled and steamed\", \"clust\": 296, \"cat_0_index\": 2284, \"rank\": 1742, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 151, \"ini\": 1017}, {\"group\": [2095.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef with Vegetables and Barley Soup, condensed\", \"clust\": 2126, \"cat_0_index\": 2972, \"rank\": 1743, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 557, \"ini\": 1016}, {\"group\": [2249.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, boiled, without skin\", \"clust\": 2279, \"cat_0_index\": 3803, \"rank\": 1744, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 579, \"ini\": 1015}, {\"group\": [2020.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, with meatballs, canned\", \"clust\": 2048, \"cat_0_index\": 2171, \"rank\": 1745, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 102, \"ini\": 1014}, {\"group\": [3882.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"NABISCO, NABISCO OREO CRUNCHIES, Cookie Crumb Topping\", \"clust\": 3912, \"cat_0_index\": 384, \"rank\": 2758, \"cat-0\": \"Baked Products\", \"rankvar\": 2915, \"ini\": 1013}, {\"group\": [241.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, ham, junior\", \"clust\": 245, \"cat_0_index\": 245, \"rank\": 1746, \"cat-0\": \"Baby Foods\", \"rankvar\": 168, \"ini\": 1012}, {\"group\": [978.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, sweet and sour, prepared-from-recipe\", \"clust\": 995, \"cat_0_index\": 2973, \"rank\": 1747, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 530, \"ini\": 1011}, {\"group\": [400.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth beans, mature seeds, cooked, boiled, with salt\", \"clust\": 408, \"cat_0_index\": 2117, \"rank\": 1748, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 35, \"ini\": 1010}, {\"group\": [863.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, raw\", \"clust\": 884, \"cat_0_index\": 3804, \"rank\": 1749, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2441, \"ini\": 1009}, {\"group\": [2334.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, cooked, boiled, drained, with salt\", \"clust\": 2364, \"cat_0_index\": 3805, \"rank\": 1750, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1136, \"ini\": 1008}, {\"group\": [3810.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K, Cinnamon Pecan\", \"clust\": 3854, \"cat_0_index\": 916, \"rank\": 2757, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2893, \"ini\": 1007}, {\"group\": [847.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, raw\", \"clust\": 863, \"cat_0_index\": 3806, \"rank\": 1751, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2273, \"ini\": 1006}, {\"group\": [958.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Traditional Italian Sauce, ready-to-serve\", \"clust\": 971, \"cat_0_index\": 2974, \"rank\": 1752, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 801, \"ini\": 1005}, {\"group\": [2207.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad without chicken\", \"clust\": 2236, \"cat_0_index\": 1341, \"rank\": 1753, \"cat-0\": \"Fast Foods\", \"rankvar\": 1318, \"ini\": 1004}, {\"group\": [2822.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Brotwurst, pork, beef, link\", \"clust\": 2847, \"cat_0_index\": 2434, \"rank\": 2756, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2451, \"ini\": 1003}, {\"group\": [3811.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, Reduced Sugar FROOT LOOPS\", \"clust\": 3853, \"cat_0_index\": 917, \"rank\": 2755, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3113, \"ini\": 1002}, {\"group\": [927.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, raw\", \"clust\": 944, \"cat_0_index\": 3807, \"rank\": 1754, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2225, \"ini\": 1001}, {\"group\": [1197.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, chocolate, dry mix, prepared with whole milk\", \"clust\": 1219, \"cat_0_index\": 3291, \"rank\": 1755, \"cat-0\": \"Sweets\", \"rankvar\": 224, \"ini\": 1000}, {\"group\": [3234.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, muenster, low fat\", \"clust\": 3270, \"cat_0_index\": 1196, \"rank\": 2754, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2597, \"ini\": 999}, {\"group\": [3767.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Chocolate CHEX\", \"clust\": 3809, \"cat_0_index\": 918, \"rank\": 2753, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2842, \"ini\": 998}, {\"group\": [917.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, cooked, steamed, without salt\", \"clust\": 935, \"cat_0_index\": 3808, \"rank\": 1756, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1872, \"ini\": 997}, {\"group\": [2920.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, carcass, separable lean and fat, raw\", \"clust\": 2955, \"cat_0_index\": 2320, \"rank\": 2752, \"cat-0\": \"Pork Products\", \"rankvar\": 2621, \"ini\": 996}, {\"group\": [877.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Meatballs in Chicken Broth Soup, condensed\", \"clust\": 894, \"cat_0_index\": 2975, \"rank\": 1757, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 635, \"ini\": 995}, {\"group\": [2115.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, cooked, boiled, drained, without salt\", \"clust\": 2145, \"cat_0_index\": 3809, \"rank\": 1758, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2084, \"ini\": 994}, {\"group\": [3813.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, SPECIAL K Vanilla Almond\", \"clust\": 3858, \"cat_0_index\": 919, \"rank\": 2751, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2879, \"ini\": 993}, {\"group\": [2012.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed, single brand\", \"clust\": 2043, \"cat_0_index\": 2976, \"rank\": 1759, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 751, \"ini\": 992}, {\"group\": [182.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, squid, mixed species, raw\", \"clust\": 180, \"cat_0_index\": 1580, \"rank\": 1760, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 413, \"ini\": 991}, {\"group\": [499.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, spiced, canned, heavy syrup pack, solids and liquids\", \"clust\": 516, \"cat_0_index\": 1852, \"rank\": 1761, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1776, \"ini\": 990}, {\"group\": [1289.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, condensed\", \"clust\": 1315, \"cat_0_index\": 2977, \"rank\": 1762, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 500, \"ini\": 989}, {\"group\": [2957.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cream, GAMESA SABROSAS\", \"clust\": 2992, \"cat_0_index\": 385, \"rank\": 2750, \"cat-0\": \"Baked Products\", \"rankvar\": 2655, \"ini\": 988}, {\"group\": [528.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Passion-fruit juice, yellow, raw\", \"clust\": 541, \"cat_0_index\": 1853, \"rank\": 1763, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1661, \"ini\": 987}, {\"group\": [3736.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS Cinnamon Roll, Dry\", \"clust\": 3780, \"cat_0_index\": 920, \"rank\": 2749, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2804, \"ini\": 986}, {\"group\": [963.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, cooked, boiled, drained, without salt\", \"clust\": 982, \"cat_0_index\": 3810, \"rank\": 1764, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1663, \"ini\": 985}, {\"group\": [1220.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, lowfat, with added vitamin A and vitamin D\", \"clust\": 1245, \"cat_0_index\": 1197, \"rank\": 1765, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 706, \"ini\": 984}, {\"group\": [512.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK French Vanilla Creamer\", \"clust\": 521, \"cat_0_index\": 2118, \"rank\": 1766, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1441, \"ini\": 983}, {\"group\": [3898.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SMORZ\", \"clust\": 3935, \"cat_0_index\": 921, \"rank\": 2748, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3116, \"ini\": 982}, {\"group\": [563.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, red or green (European type, such as Thompson seedless), raw\", \"clust\": 577, \"cat_0_index\": 1854, \"rank\": 1767, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1381, \"ini\": 981}, {\"group\": [1537.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coleslaw, home-prepared\", \"clust\": 1515, \"cat_0_index\": 3811, \"rank\": 1768, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 653, \"ini\": 980}, {\"group\": [884.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, SHREK shaped pasta with Chicken in Chicken Broth Soup, condensed\", \"clust\": 907, \"cat_0_index\": 2978, \"rank\": 1769, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1180, \"ini\": 979}, {\"group\": [3521.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, corn, refiner, and sugar\", \"clust\": 3557, \"cat_0_index\": 3292, \"rank\": 1770, \"cat-0\": \"Sweets\", \"rankvar\": 2664, \"ini\": 978}, {\"group\": [2899.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2935, \"cat_0_index\": 450, \"rank\": 2747, \"cat-0\": \"Beef Products\", \"rankvar\": 2631, \"ini\": 977}, {\"group\": [962.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, raw\", \"clust\": 981, \"cat_0_index\": 3812, \"rank\": 1771, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1526, \"ini\": 976}, {\"group\": [1294.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, prepared with equal volume milk\", \"clust\": 1312, \"cat_0_index\": 2979, \"rank\": 1772, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 421, \"ini\": 975}, {\"group\": [2393.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, cooked, boiled, drained, without salt\", \"clust\": 2425, \"cat_0_index\": 3813, \"rank\": 1773, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1615, \"ini\": 974}, {\"group\": [2246.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, with salt\", \"clust\": 2272, \"cat_0_index\": 3814, \"rank\": 1774, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 202, \"ini\": 973}, {\"group\": [1100.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant Formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1121, \"cat_0_index\": 246, \"rank\": 1775, \"cat-0\": \"Baby Foods\", \"rankvar\": 844, \"ini\": 972}, {\"group\": [2997.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, halavah, plain\", \"clust\": 3026, \"cat_0_index\": 3293, \"rank\": 2746, \"cat-0\": \"Sweets\", \"rankvar\": 2656, \"ini\": 971}, {\"group\": [1234.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, low sodium, fluid\", \"clust\": 1254, \"cat_0_index\": 1198, \"rank\": 1776, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 983, \"ini\": 970}, {\"group\": [1098.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON,NEXT STEP PROSOBEE, prepared from powder\", \"clust\": 1119, \"cat_0_index\": 247, \"rank\": 1777, \"cat-0\": \"Baby Foods\", \"rankvar\": 1092, \"ini\": 969}, {\"group\": [3853.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, dry mix, pudding-type, enriched\", \"clust\": 3896, \"cat_0_index\": 386, \"rank\": 2745, \"cat-0\": \"Baked Products\", \"rankvar\": 3198, \"ini\": 968}, {\"group\": [1069.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwestern-Style Chicken Vegetable Soup, condensed\", \"clust\": 1086, \"cat_0_index\": 2980, \"rank\": 1778, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 505, \"ini\": 967}, {\"group\": [3651.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Muffins, blueberry, commercially prepared (Includes mini-muffins)\", \"clust\": 3693, \"cat_0_index\": 387, \"rank\": 2744, \"cat-0\": \"Baked Products\", \"rankvar\": 2593, \"ini\": 966}, {\"group\": [1022.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, cooked, boiled, drained, without salt\", \"clust\": 1040, \"cat_0_index\": 3815, \"rank\": 1779, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 331, \"ini\": 965}, {\"group\": [2430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, raw\", \"clust\": 2461, \"cat_0_index\": 3816, \"rank\": 1780, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 715, \"ini\": 964}, {\"group\": [480.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, heavy syrup, drained\", \"clust\": 493, \"cat_0_index\": 1855, \"rank\": 1781, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1658, \"ini\": 963}, {\"group\": [1099.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE, LIPIL, ready to feed, with ARA and DHA\", \"clust\": 1120, \"cat_0_index\": 248, \"rank\": 1782, \"cat-0\": \"Baby Foods\", \"rankvar\": 1091, \"ini\": 962}, {\"group\": [3018.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, brownies, prepared from recipe\", \"clust\": 3053, \"cat_0_index\": 388, \"rank\": 2743, \"cat-0\": \"Baked Products\", \"rankvar\": 2677, \"ini\": 961}, {\"group\": [3725.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cookies\", \"clust\": 3763, \"cat_0_index\": 249, \"rank\": 2742, \"cat-0\": \"Baby Foods\", \"rankvar\": 2623, \"ini\": 960}, {\"group\": [2431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, cooked, boiled, drained, without salt\", \"clust\": 2462, \"cat_0_index\": 3817, \"rank\": 1783, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 601, \"ini\": 959}, {\"group\": [870.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, peppers, hot, chili, mature red, canned\", \"clust\": 881, \"cat_0_index\": 2981, \"rank\": 1784, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2483, \"ini\": 958}, {\"group\": [3737.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS, Golden Brown Sugar, dry\", \"clust\": 3781, \"cat_0_index\": 922, \"rank\": 2741, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2830, \"ini\": 957}, {\"group\": [1398.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with pork, canned, prepared with equal volume water\", \"clust\": 1422, \"cat_0_index\": 2982, \"rank\": 1785, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 762, \"ini\": 956}, {\"group\": [2124.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 2155, \"cat_0_index\": 3818, \"rank\": 1786, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2126, \"ini\": 955}, {\"group\": [3844.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, brownies, commercially prepared\", \"clust\": 3889, \"cat_0_index\": 389, \"rank\": 2740, \"cat-0\": \"Baked Products\", \"rankvar\": 2743, \"ini\": 954}, {\"group\": [825.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant, prepared with whole milk\", \"clust\": 843, \"cat_0_index\": 3294, \"rank\": 1787, \"cat-0\": \"Sweets\", \"rankvar\": 68, \"ini\": 953}, {\"group\": [2621.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, mayonnaise, light, SMART BALANCE, Omega Plus light\", \"clust\": 2647, \"cat_0_index\": 1537, \"rank\": 2739, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2725, \"ini\": 952}, {\"group\": [837.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, oatmeal, instant, raisins, dates and walnuts, prepared with water\", \"clust\": 856, \"cat_0_index\": 923, \"rank\": 1788, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 83, \"ini\": 951}, {\"group\": [529.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Passion-fruit juice, purple, raw\", \"clust\": 542, \"cat_0_index\": 1856, \"rank\": 1789, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1966, \"ini\": 950}, {\"group\": [881.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Mega Noodle in Chicken Broth, condensed\", \"clust\": 901, \"cat_0_index\": 2983, \"rank\": 1790, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 795, \"ini\": 949}, {\"group\": [2231.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, without salt\", \"clust\": 2261, \"cat_0_index\": 3819, \"rank\": 1791, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 179, \"ini\": 948}, {\"group\": [503.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, pitted, heavy syrup pack, solids and liquids\", \"clust\": 509, \"cat_0_index\": 1857, \"rank\": 1792, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1233, \"ini\": 947}, {\"group\": [1033.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, white, flesh and skin, raw\", \"clust\": 1051, \"cat_0_index\": 3820, \"rank\": 1793, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1055, \"ini\": 946}, {\"group\": [3031.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, refrigerated dough\", \"clust\": 3065, \"cat_0_index\": 390, \"rank\": 2738, \"cat-0\": \"Baked Products\", \"rankvar\": 2592, \"ini\": 945}, {\"group\": [840.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, cooked, boiled, drained, without salt\", \"clust\": 858, \"cat_0_index\": 3821, \"rank\": 1794, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2284, \"ini\": 944}, {\"group\": [2358.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, microwaved\", \"clust\": 2389, \"cat_0_index\": 3822, \"rank\": 1795, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1832, \"ini\": 943}, {\"group\": [144.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, heart (Alaska Native)\", \"clust\": 127, \"cat_0_index\": 1296, \"rank\": 1796, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 502, \"ini\": 942}, {\"group\": [2347.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, cooked, baked, with salt\", \"clust\": 2377, \"cat_0_index\": 3823, \"rank\": 1797, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1697, \"ini\": 941}, {\"group\": [928.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, raw\", \"clust\": 945, \"cat_0_index\": 3824, \"rank\": 1798, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1901, \"ini\": 940}, {\"group\": [2814.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheesefurter, cheese smokie, pork, beef\", \"clust\": 2844, \"cat_0_index\": 2435, \"rank\": 2737, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2506, \"ini\": 939}, {\"group\": [3418.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, plain, dry\", \"clust\": 3455, \"cat_0_index\": 924, \"rank\": 2736, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2735, \"ini\": 938}, {\"group\": [811.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice bowl with chicken, frozen entree, prepared (includes fried, teriyaki, and sweet and sour varieties)\", \"clust\": 827, \"cat_0_index\": 2172, \"rank\": 1799, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 4, \"ini\": 937}, {\"group\": [2313.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned with pork\", \"clust\": 2342, \"cat_0_index\": 2119, \"rank\": 1800, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 340, \"ini\": 936}, {\"group\": [835.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, low fat, 11 grams protein per 8 ounce\", \"clust\": 850, \"cat_0_index\": 1199, \"rank\": 1801, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 192, \"ini\": 935}, {\"group\": [3652.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweet rolls, cinnamon, commercially prepared with raisins\", \"clust\": 3691, \"cat_0_index\": 391, \"rank\": 2735, \"cat-0\": \"Baked Products\", \"rankvar\": 2580, \"ini\": 934}, {\"group\": [3821.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, uncooked\", \"clust\": 3864, \"cat_0_index\": 1858, \"rank\": 2734, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3031, \"ini\": 933}, {\"group\": [195.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, smoked and canned (Alaska Native)\", \"clust\": 191, \"cat_0_index\": 1297, \"rank\": 1802, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1223, \"ini\": 932}, {\"group\": [2842.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 2875, \"cat_0_index\": 1342, \"rank\": 2733, \"cat-0\": \"Fast Foods\", \"rankvar\": 1867, \"ini\": 931}, {\"group\": [886.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL's Red and White, Souper Shapes Soup - Cars, condensed\", \"clust\": 904, \"cat_0_index\": 2984, \"rank\": 1803, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1109, \"ini\": 930}, {\"group\": [970.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory roots, raw\", \"clust\": 984, \"cat_0_index\": 3825, \"rank\": 1804, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 608, \"ini\": 929}, {\"group\": [3730.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OAT LIFE, plain\", \"clust\": 3768, \"cat_0_index\": 925, \"rank\": 2732, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2779, \"ini\": 928}, {\"group\": [211.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, shrimp, mixed species, imitation, made from surimi\", \"clust\": 212, \"cat_0_index\": 1581, \"rank\": 1805, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 232, \"ini\": 927}, {\"group\": [2032.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stockpot, canned, condensed\", \"clust\": 2056, \"cat_0_index\": 2985, \"rank\": 1806, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 637, \"ini\": 926}, {\"group\": [2348.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, cooked, boiled, drained, with salt\", \"clust\": 2378, \"cat_0_index\": 3826, \"rank\": 1807, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1777, \"ini\": 925}, {\"group\": [2942.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, reduced fat\", \"clust\": 2975, \"cat_0_index\": 392, \"rank\": 2731, \"cat-0\": \"Baked Products\", \"rankvar\": 2650, \"ini\": 924}, {\"group\": [2241.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, cooked, boiled, drained, without salt\", \"clust\": 2269, \"cat_0_index\": 3827, \"rank\": 1808, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 113, \"ini\": 923}, {\"group\": [943.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, cooked, boiled. drained, with salt\", \"clust\": 963, \"cat_0_index\": 3828, \"rank\": 1809, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1411, \"ini\": 922}, {\"group\": [369.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, ranch dressing, fat-free\", \"clust\": 378, \"cat_0_index\": 1538, \"rank\": 1810, \"cat-0\": \"Fats and Oils\", \"rankvar\": 510, \"ini\": 921}, {\"group\": [1096.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, cooked, dry heat\", \"clust\": 1115, \"cat_0_index\": 1582, \"rank\": 1811, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 339, \"ini\": 920}, {\"group\": [2390.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, immature seeds, canned, no salt added, solids and liquids\", \"clust\": 2419, \"cat_0_index\": 3829, \"rank\": 1812, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 629, \"ini\": 919}, {\"group\": [976.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Tomato Soup, condensed\", \"clust\": 996, \"cat_0_index\": 2986, \"rank\": 1813, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 763, \"ini\": 918}, {\"group\": [2141.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, cooked, boiled, drained, with salt\", \"clust\": 2167, \"cat_0_index\": 3830, \"rank\": 1814, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2491, \"ini\": 917}, {\"group\": [239.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, monkfish, raw\", \"clust\": 239, \"cat_0_index\": 1583, \"rank\": 1815, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 990, \"ini\": 916}, {\"group\": [1034.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potato, flesh and skin, raw\", \"clust\": 1052, \"cat_0_index\": 3831, \"rank\": 1816, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 802, \"ini\": 915}, {\"group\": [3782.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cookie, baby, fruit\", \"clust\": 3824, \"cat_0_index\": 250, \"rank\": 2730, \"cat-0\": \"Baby Foods\", \"rankvar\": 2669, \"ini\": 914}, {\"group\": [938.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, Chanterelle, raw\", \"clust\": 954, \"cat_0_index\": 3832, \"rank\": 1817, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2269, \"ini\": 913}, {\"group\": [3830.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Raisins, seedless\", \"clust\": 3874, \"cat_0_index\": 1859, \"rank\": 2729, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3384, \"ini\": 912}, {\"group\": [3517.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, with no added salt\", \"clust\": 3560, \"cat_0_index\": 3295, \"rank\": 1818, \"cat-0\": \"Sweets\", \"rankvar\": 2900, \"ini\": 911}, {\"group\": [2107.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, raw\", \"clust\": 2138, \"cat_0_index\": 3833, \"rank\": 1819, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2022, \"ini\": 910}, {\"group\": [3808.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K Blueberry\", \"clust\": 3855, \"cat_0_index\": 926, \"rank\": 2728, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3107, \"ini\": 909}, {\"group\": [252.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad with Grilled Chicken\", \"clust\": 255, \"cat_0_index\": 1343, \"rank\": 1820, \"cat-0\": \"Fast Foods\", \"rankvar\": 334, \"ini\": 908}, {\"group\": [986.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with onions\", \"clust\": 1005, \"cat_0_index\": 3834, \"rank\": 1821, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1704, \"ini\": 907}, {\"group\": [2008.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Broccoli Soup, condensed\", \"clust\": 2040, \"cat_0_index\": 2987, \"rank\": 1822, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 806, \"ini\": 906}, {\"group\": [2943.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, milk\", \"clust\": 2973, \"cat_0_index\": 393, \"rank\": 2727, \"cat-0\": \"Baked Products\", \"rankvar\": 2633, \"ini\": 905}, {\"group\": [235.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, lungs, cooked, braised\", \"clust\": 237, \"cat_0_index\": 2321, \"rank\": 1823, \"cat-0\": \"Pork Products\", \"rankvar\": 519, \"ini\": 904}, {\"group\": [3434.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ready-to-eat, ALPEN\", \"clust\": 3470, \"cat_0_index\": 927, \"rank\": 2726, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2776, \"ini\": 903}, {\"group\": [2620.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, BENECOL Light Spread\", \"clust\": 2649, \"cat_0_index\": 1539, \"rank\": 2725, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2923, \"ini\": 902}, {\"group\": [533.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit supreme dessert\", \"clust\": 543, \"cat_0_index\": 251, \"rank\": 1824, \"cat-0\": \"Baby Foods\", \"rankvar\": 1442, \"ini\": 901}, {\"group\": [726.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), raw\", \"clust\": 736, \"cat_0_index\": 1860, \"rank\": 1825, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1503, \"ini\": 900}, {\"group\": [890.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, French Onion Soup, condensed\", \"clust\": 892, \"cat_0_index\": 2988, \"rank\": 1826, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2039, \"ini\": 899}, {\"group\": [1991.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, imitation, milk cream\", \"clust\": 2011, \"cat_0_index\": 1540, \"rank\": 1827, \"cat-0\": \"Fats and Oils\", \"rankvar\": 323, \"ini\": 898}, {\"group\": [2805.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork and turkey sausage, pre-cooked\", \"clust\": 2834, \"cat_0_index\": 2436, \"rank\": 2724, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2492, \"ini\": 897}, {\"group\": [2213.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Basil, fresh\", \"clust\": 2242, \"cat_0_index\": 3111, \"rank\": 1828, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2240, \"ini\": 896}, {\"group\": [977.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, condensed\", \"clust\": 997, \"cat_0_index\": 2989, \"rank\": 1829, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 823, \"ini\": 895}, {\"group\": [1024.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, flesh, with salt\", \"clust\": 1045, \"cat_0_index\": 3835, \"rank\": 1830, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 497, \"ini\": 894}, {\"group\": [864.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, cooked, boiled, drained, without salt\", \"clust\": 885, \"cat_0_index\": 3836, \"rank\": 1831, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2383, \"ini\": 893}, {\"group\": [494.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, dutch apple, strained\", \"clust\": 507, \"cat_0_index\": 252, \"rank\": 1832, \"cat-0\": \"Baby Foods\", \"rankvar\": 1886, \"ini\": 892}, {\"group\": [2238.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, raw\", \"clust\": 2267, \"cat_0_index\": 3837, \"rank\": 1833, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 223, \"ini\": 891}, {\"group\": [3019.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, unenriched\", \"clust\": 3051, \"cat_0_index\": 394, \"rank\": 2723, \"cat-0\": \"Baked Products\", \"rankvar\": 2699, \"ini\": 890}, {\"group\": [274.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetables tossed, without dressing, with turkey, ham and cheese\", \"clust\": 275, \"cat_0_index\": 1344, \"rank\": 1834, \"cat-0\": \"Fast Foods\", \"rankvar\": 312, \"ini\": 889}, {\"group\": [1725.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, green, canned, prepared with equal volume milk\", \"clust\": 1752, \"cat_0_index\": 2990, \"rank\": 1835, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 108, \"ini\": 888}, {\"group\": [175.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, gizzard, all classes, raw\", \"clust\": 177, \"cat_0_index\": 2345, \"rank\": 1836, \"cat-0\": \"Poultry Products\", \"rankvar\": 678, \"ini\": 887}, {\"group\": [707.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mulberries, raw\", \"clust\": 716, \"cat_0_index\": 1861, \"rank\": 1837, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1719, \"ini\": 886}, {\"group\": [293.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, raw\", \"clust\": 297, \"cat_0_index\": 2285, \"rank\": 1838, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 229, \"ini\": 885}, {\"group\": [402.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), cooked, boiled, drained, with salt\", \"clust\": 411, \"cat_0_index\": 3838, \"rank\": 1839, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 117, \"ini\": 884}, {\"group\": [459.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, raw\", \"clust\": 468, \"cat_0_index\": 1862, \"rank\": 1840, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1252, \"ini\": 883}, {\"group\": [2195.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, cooked, boiled, drained, without salt\", \"clust\": 2222, \"cat_0_index\": 3839, \"rank\": 1841, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2402, \"ini\": 882}, {\"group\": [517.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, French Vanilla, prepared with boiling water\", \"clust\": 532, \"cat_0_index\": 928, \"rank\": 1842, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 209, \"ini\": 881}, {\"group\": [7.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dehydrated (low-moisture), sulfured, stewed\", \"clust\": 9, \"cat_0_index\": 1863, \"rank\": 1843, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 566, \"ini\": 880}, {\"group\": [2483.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut cream, raw (liquid expressed from grated meat)\", \"clust\": 2481, \"cat_0_index\": 2286, \"rank\": 2722, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3278, \"ini\": 879}, {\"group\": [2194.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dandelion greens, cooked, boiled, drained, without salt\", \"clust\": 2223, \"cat_0_index\": 3840, \"rank\": 1844, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1996, \"ini\": 878}, {\"group\": [3673.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, plain (includes unsugared, old-fashioned)\", \"clust\": 3711, \"cat_0_index\": 395, \"rank\": 2721, \"cat-0\": \"Baked Products\", \"rankvar\": 2539, \"ini\": 877}, {\"group\": [518.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, prepared with boiling water\", \"clust\": 533, \"cat_0_index\": 929, \"rank\": 1845, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 221, \"ini\": 876}, {\"group\": [1025.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh, with salt\", \"clust\": 1046, \"cat_0_index\": 3841, \"rank\": 1846, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 409, \"ini\": 875}, {\"group\": [362.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, Sugar Free, CREAMSICLE Pops\", \"clust\": 370, \"cat_0_index\": 3296, \"rank\": 1847, \"cat-0\": \"Sweets\", \"rankvar\": 2467, \"ini\": 874}, {\"group\": [495.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, dutch apple, junior\", \"clust\": 508, \"cat_0_index\": 253, \"rank\": 1848, \"cat-0\": \"Baby Foods\", \"rankvar\": 1850, \"ini\": 873}, {\"group\": [990.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, hawaiian style, pickled\", \"clust\": 1006, \"cat_0_index\": 3842, \"rank\": 1849, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2253, \"ini\": 872}, {\"group\": [3175.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"T.G.I. FRIDAY'S, fried mozzarella\", \"clust\": 3208, \"cat_0_index\": 2398, \"rank\": 2720, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1594, \"ini\": 871}, {\"group\": [834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, lowfat, with low calorie sweetener\", \"clust\": 851, \"cat_0_index\": 1200, \"rank\": 1850, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 140, \"ini\": 870}, {\"group\": [834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, lowfat, with low calorie sweetener, fortified with vitamin D\", \"clust\": 852, \"cat_0_index\": 1201, \"rank\": 1851, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 141, \"ini\": 869}, {\"group\": [1070.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwest Style Pepper Jack Soup, condensed\", \"clust\": 1085, \"cat_0_index\": 2991, \"rank\": 1852, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 881, \"ini\": 868}, {\"group\": [815.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular, prepared with whole milk\", \"clust\": 832, \"cat_0_index\": 3297, \"rank\": 1853, \"cat-0\": \"Sweets\", \"rankvar\": 91, \"ini\": 867}, {\"group\": [3785.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, cornbread, dry mix, enriched (includes corn muffin mix)\", \"clust\": 3825, \"cat_0_index\": 396, \"rank\": 2719, \"cat-0\": \"Baked Products\", \"rankvar\": 2639, \"ini\": 866}, {\"group\": [3090.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with honey, dry\", \"clust\": 3119, \"cat_0_index\": 254, \"rank\": 2718, \"cat-0\": \"Baby Foods\", \"rankvar\": 3559, \"ini\": 865}, {\"group\": [2139.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pimento, canned\", \"clust\": 2170, \"cat_0_index\": 3843, \"rank\": 1854, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2535, \"ini\": 864}, {\"group\": [2192.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, cooked, boiled, drained, without salt\", \"clust\": 2224, \"cat_0_index\": 3844, \"rank\": 1855, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2005, \"ini\": 863}, {\"group\": [133.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pout, ocean, raw\", \"clust\": 134, \"cat_0_index\": 1584, \"rank\": 1856, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1161, \"ini\": 862}, {\"group\": [140.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, lingcod, meat, raw (Alaska Native)\", \"clust\": 142, \"cat_0_index\": 1298, \"rank\": 1857, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1400, \"ini\": 861}, {\"group\": [732.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, extra sweet variety\", \"clust\": 745, \"cat_0_index\": 1864, \"rank\": 1858, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2168, \"ini\": 860}, {\"group\": [3881.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Old Fashioned Windmill Cookies\", \"clust\": 3923, \"cat_0_index\": 397, \"rank\": 2717, \"cat-0\": \"Baked Products\", \"rankvar\": 2856, \"ini\": 859}, {\"group\": [3675.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, cinnamon, enriched\", \"clust\": 3716, \"cat_0_index\": 398, \"rank\": 2716, \"cat-0\": \"Baked Products\", \"rankvar\": 2505, \"ini\": 858}, {\"group\": [2409.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, no salt added, drained solids\", \"clust\": 2438, \"cat_0_index\": 3845, \"rank\": 1859, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 721, \"ini\": 857}, {\"group\": [3788.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S MUESLIX\", \"clust\": 3834, \"cat_0_index\": 930, \"rank\": 2715, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2765, \"ini\": 856}, {\"group\": [2397.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Boysenberries, frozen, unsweetened\", \"clust\": 2427, \"cat_0_index\": 1865, \"rank\": 1860, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2006, \"ini\": 855}, {\"group\": [3524.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chewing gum, sugarless\", \"clust\": 3547, \"cat_0_index\": 3298, \"rank\": 1861, \"cat-0\": \"Sweets\", \"rankvar\": 2854, \"ini\": 854}, {\"group\": [493.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, canned, heavy syrup, solids and liquids\", \"clust\": 504, \"cat_0_index\": 1866, \"rank\": 1862, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1878, \"ini\": 853}, {\"group\": [147.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, farmed, cooked, moist heat\", \"clust\": 151, \"cat_0_index\": 1585, \"rank\": 1863, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 857, \"ini\": 852}, {\"group\": [1027.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, cooked, baked, with salt\", \"clust\": 1043, \"cat_0_index\": 3846, \"rank\": 1864, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 356, \"ini\": 851}, {\"group\": [2802.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (chicken, pork, beef)\", \"clust\": 2836, \"cat_0_index\": 2437, \"rank\": 2714, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2529, \"ini\": 850}, {\"group\": [3727.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER toasted Oatmeal Cereal, Honey Nut\", \"clust\": 3770, \"cat_0_index\": 931, \"rank\": 2713, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2855, \"ini\": 849}, {\"group\": [957.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Roasted Red Pepper and Garlic Italian Sauce, ready-to-serve\", \"clust\": 972, \"cat_0_index\": 2992, \"rank\": 1865, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1066, \"ini\": 848}, {\"group\": [3427.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Curves Fruit & Nut Crunch cereal\", \"clust\": 3462, \"cat_0_index\": 932, \"rank\": 2712, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2943, \"ini\": 847}, {\"group\": [2792.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork with ham, minced, canned, includes SPAM (Hormel)\", \"clust\": 2819, \"cat_0_index\": 2438, \"rank\": 2711, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2503, \"ini\": 846}, {\"group\": [2970.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, cornnuts, nacho-flavor\", \"clust\": 3004, \"cat_0_index\": 2586, \"rank\": 2710, \"cat-0\": \"Snacks\", \"rankvar\": 2695, \"ini\": 845}, {\"group\": [869.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, (fuki), raw\", \"clust\": 882, \"cat_0_index\": 3847, \"rank\": 1866, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2548, \"ini\": 844}, {\"group\": [2616.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, approximately 37% fat, unspecified oils, with salt, with added vitamin D\", \"clust\": 2645, \"cat_0_index\": 1541, \"rank\": 2709, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2831, \"ini\": 843}, {\"group\": [2400.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberries, wild, bush, raw (Alaska Native)\", \"clust\": 2429, \"cat_0_index\": 1299, \"rank\": 1867, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2378, \"ini\": 842}, {\"group\": [2406.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, cooked, boiled, drained, with salt\", \"clust\": 2435, \"cat_0_index\": 3848, \"rank\": 1868, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1198, \"ini\": 841}, {\"group\": [3839.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dulce de Leche\", \"clust\": 3884, \"cat_0_index\": 1202, \"rank\": 2708, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2889, \"ini\": 840}, {\"group\": [372.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, reduced calorie\", \"clust\": 382, \"cat_0_index\": 1542, \"rank\": 1869, \"cat-0\": \"Fats and Oils\", \"rankvar\": 708, \"ini\": 839}, {\"group\": [2034.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pepperpot, canned, condensed\", \"clust\": 2064, \"cat_0_index\": 2993, \"rank\": 1870, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 400, \"ini\": 838}, {\"group\": [3801.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, rolled oats, whole wheat, rice, presweetened, maple flavored, with pecans\", \"clust\": 3845, \"cat_0_index\": 933, \"rank\": 2707, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2733, \"ini\": 837}, {\"group\": [184.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, flatfish (flounder and sole species), cooked, dry heat\", \"clust\": 185, \"cat_0_index\": 1586, \"rank\": 1871, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 562, \"ini\": 836}, {\"group\": [3289.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, beef flavor, dry\", \"clust\": 3326, \"cat_0_index\": 2994, \"rank\": 2706, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2678, \"ini\": 835}, {\"group\": [2828.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, pork, cooked\", \"clust\": 2856, \"cat_0_index\": 2439, \"rank\": 2705, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2510, \"ini\": 834}, {\"group\": [750.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whipped cream substitute, dietetic, made from powdered mix\", \"clust\": 436, \"cat_0_index\": 1203, \"rank\": 1872, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 644, \"ini\": 833}, {\"group\": [2128.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, cooked, boiled, drained, with salt\", \"clust\": 2159, \"cat_0_index\": 3849, \"rank\": 1873, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2173, \"ini\": 832}, {\"group\": [1251.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, white, thin, prepared-from-recipe, with butter\", \"clust\": 1273, \"cat_0_index\": 2995, \"rank\": 1874, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 540, \"ini\": 831}, {\"group\": [135.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cusk, raw\", \"clust\": 138, \"cat_0_index\": 1587, \"rank\": 1875, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1177, \"ini\": 830}, {\"group\": [277.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Organic Nasoya Firm Tofu\", \"clust\": 281, \"cat_0_index\": 2120, \"rank\": 1876, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 623, \"ini\": 829}, {\"group\": [984.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, mustard, salted\", \"clust\": 1002, \"cat_0_index\": 3850, \"rank\": 1877, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2271, \"ini\": 828}, {\"group\": [1026.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh, with salt\", \"clust\": 1044, \"cat_0_index\": 3851, \"rank\": 1878, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 410, \"ini\": 827}, {\"group\": [939.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with mushrooms\", \"clust\": 957, \"cat_0_index\": 3852, \"rank\": 1879, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1772, \"ini\": 826}, {\"group\": [3362.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, dry\", \"clust\": 3397, \"cat_0_index\": 934, \"rank\": 2704, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3294, \"ini\": 825}, {\"group\": [150.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, wild, cooked, moist heat\", \"clust\": 149, \"cat_0_index\": 1588, \"rank\": 1880, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 766, \"ini\": 824}, {\"group\": [882.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken NOODLEO's Soup, condensed\", \"clust\": 902, \"cat_0_index\": 2996, \"rank\": 1881, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 742, \"ini\": 823}, {\"group\": [3942.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, hard, dietetic or low calorie (sorbitol)\", \"clust\": 3989, \"cat_0_index\": 3299, \"rank\": 2703, \"cat-0\": \"Sweets\", \"rankvar\": 3734, \"ini\": 822}, {\"group\": [3787.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, RAISIN NUT BRAN\", \"clust\": 3831, \"cat_0_index\": 935, \"rank\": 2702, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2860, \"ini\": 821}, {\"group\": [159.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, kidney (Alaska Native)\", \"clust\": 162, \"cat_0_index\": 1300, \"rank\": 1882, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 645, \"ini\": 820}, {\"group\": [3519.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, chinese, cellophane or long rice (mung beans), dehydrated\", \"clust\": 3559, \"cat_0_index\": 2121, \"rank\": 1883, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2726, \"ini\": 819}, {\"group\": [177.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, turbot, european, raw\", \"clust\": 175, \"cat_0_index\": 1589, \"rank\": 1884, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 366, \"ini\": 818}, {\"group\": [3783.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST Banana Nut Crunch\", \"clust\": 3826, \"cat_0_index\": 936, \"rank\": 2701, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2686, \"ini\": 817}, {\"group\": [3751.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FRANKENBERRY\", \"clust\": 3794, \"cat_0_index\": 937, \"rank\": 2700, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3089, \"ini\": 816}, {\"group\": [2507.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, prepared from recipe, made with butter\", \"clust\": 2535, \"cat_0_index\": 399, \"rank\": 2699, \"cat-0\": \"Baked Products\", \"rankvar\": 2788, \"ini\": 815}, {\"group\": [315.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, with pasta, cooked\", \"clust\": 317, \"cat_0_index\": 1047, \"rank\": 1885, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 160, \"ini\": 814}, {\"group\": [753.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Chinese, fried rice\", \"clust\": 764, \"cat_0_index\": 2399, \"rank\": 1886, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 5, \"ini\": 813}, {\"group\": [3416.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pancakes, buckwheat, dry mix, incomplete\", \"clust\": 3451, \"cat_0_index\": 400, \"rank\": 2698, \"cat-0\": \"Baked Products\", \"rankvar\": 2824, \"ini\": 812}, {\"group\": [1469.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, pizza, canned, ready-to-serve\", \"clust\": 1494, \"cat_0_index\": 2997, \"rank\": 1887, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1200, \"ini\": 811}, {\"group\": [267.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 2% milkfat\", \"clust\": 271, \"cat_0_index\": 1204, \"rank\": 1888, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 330, \"ini\": 810}, {\"group\": [378.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, fat-free\", \"clust\": 384, \"cat_0_index\": 1543, \"rank\": 1889, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2172, \"ini\": 809}, {\"group\": [526.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with apples and pears, strained\", \"clust\": 538, \"cat_0_index\": 255, \"rank\": 1890, \"cat-0\": \"Baby Foods\", \"rankvar\": 874, \"ini\": 808}, {\"group\": [3176.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"DENNY'S, mozzarella cheese sticks\", \"clust\": 3207, \"cat_0_index\": 2400, \"rank\": 2697, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1650, \"ini\": 807}, {\"group\": [3242.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT VELVEETA LIGHT Reduced Fat Pasteurized Process Cheese Product\", \"clust\": 3273, \"cat_0_index\": 1205, \"rank\": 2696, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2599, \"ini\": 806}, {\"group\": [312.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, candied, home-prepared\", \"clust\": 310, \"cat_0_index\": 3853, \"rank\": 1891, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 75, \"ini\": 805}, {\"group\": [513.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, prepared\", \"clust\": 525, \"cat_0_index\": 938, \"rank\": 1892, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 275, \"ini\": 804}, {\"group\": [651.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple yogurt dessert, strained\", \"clust\": 664, \"cat_0_index\": 256, \"rank\": 1893, \"cat-0\": \"Baby Foods\", \"rankvar\": 922, \"ini\": 803}, {\"group\": [1981.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from flakes without milk, whole milk and butter added\", \"clust\": 2010, \"cat_0_index\": 3854, \"rank\": 1894, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 269, \"ini\": 802}, {\"group\": [3902.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, fig bars\", \"clust\": 3944, \"cat_0_index\": 401, \"rank\": 2695, \"cat-0\": \"Baked Products\", \"rankvar\": 2955, \"ini\": 801}, {\"group\": [3784.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, whole wheat, rolled oats, presweetened, with pecans\", \"clust\": 3827, \"cat_0_index\": 939, \"rank\": 2694, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2629, \"ini\": 800}, {\"group\": [956.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Combination Italian Sauce, ready-to-serve\", \"clust\": 975, \"cat_0_index\": 2998, \"rank\": 1895, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1221, \"ini\": 799}, {\"group\": [134.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, snail, raw\", \"clust\": 135, \"cat_0_index\": 1590, \"rank\": 1896, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 667, \"ini\": 798}, {\"group\": [2096.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Vegetable Beef Soup, condensed\", \"clust\": 2127, \"cat_0_index\": 2999, \"rank\": 1897, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 640, \"ini\": 797}, {\"group\": [3665.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, refrigerated dough\", \"clust\": 3705, \"cat_0_index\": 402, \"rank\": 2693, \"cat-0\": \"Baked Products\", \"rankvar\": 2606, \"ini\": 796}, {\"group\": [2251.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, raw\", \"clust\": 2282, \"cat_0_index\": 3855, \"rank\": 1898, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 198, \"ini\": 795}, {\"group\": [411.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Longans, raw\", \"clust\": 415, \"cat_0_index\": 1867, \"rank\": 1899, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2341, \"ini\": 794}, {\"group\": [1015.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yautia (tannier), raw\", \"clust\": 1029, \"cat_0_index\": 3856, \"rank\": 1900, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1033, \"ini\": 793}, {\"group\": [3876.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Ruth's Oatmeal\", \"clust\": 3922, \"cat_0_index\": 403, \"rank\": 2692, \"cat-0\": \"Baked Products\", \"rankvar\": 2716, \"ini\": 792}, {\"group\": [3935.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, butterscotch\", \"clust\": 3976, \"cat_0_index\": 3300, \"rank\": 2691, \"cat-0\": \"Sweets\", \"rankvar\": 3659, \"ini\": 791}, {\"group\": [3790.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP, APPLE CINNAMON\", \"clust\": 3837, \"cat_0_index\": 940, \"rank\": 2690, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2992, \"ini\": 790}, {\"group\": [980.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, scalloped, dry mix, prepared with water, whole milk and butter\", \"clust\": 999, \"cat_0_index\": 3857, \"rank\": 1901, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 213, \"ini\": 789}, {\"group\": [3721.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, salvadoran sweet cheese (quesadilla salvadorena)\", \"clust\": 3750, \"cat_0_index\": 404, \"rank\": 2689, \"cat-0\": \"Baked Products\", \"rankvar\": 2353, \"ini\": 788}, {\"group\": [2248.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, syrup pack, drained solids\", \"clust\": 2278, \"cat_0_index\": 3858, \"rank\": 1902, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 309, \"ini\": 787}, {\"group\": [2433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, raw, unprepared\", \"clust\": 2459, \"cat_0_index\": 3859, \"rank\": 1903, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 508, \"ini\": 786}, {\"group\": [443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Banana-Strawberry soy Yogurt\", \"clust\": 456, \"cat_0_index\": 2122, \"rank\": 1904, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1124, \"ini\": 785}, {\"group\": [216.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken breast, oven-roasted, fat-free, sliced\", \"clust\": 217, \"cat_0_index\": 2440, \"rank\": 1905, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1587, \"ini\": 784}, {\"group\": [491.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, frozen, sweetened\", \"clust\": 505, \"cat_0_index\": 1868, \"rank\": 1906, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1899, \"ini\": 783}, {\"group\": [3712.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, french crullers, glazed\", \"clust\": 3755, \"cat_0_index\": 405, \"rank\": 2688, \"cat-0\": \"Baked Products\", \"rankvar\": 2721, \"ini\": 782}, {\"group\": [3895.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready to eat, composite character cereals (movies, TV), brand A\", \"clust\": 3941, \"cat_0_index\": 941, \"rank\": 2687, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3081, \"ini\": 781}, {\"group\": [2964.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, peanut butter and chocolate chip\", \"clust\": 2996, \"cat_0_index\": 2587, \"rank\": 2686, \"cat-0\": \"Snacks\", \"rankvar\": 2582, \"ini\": 780}, {\"group\": [2915.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 2948, \"cat_0_index\": 1925, \"rank\": 2685, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2636, \"ini\": 779}, {\"group\": [2438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, skin, without salt\", \"clust\": 2468, \"cat_0_index\": 3860, \"rank\": 1907, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 671, \"ini\": 778}, {\"group\": [2226.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, unprepared\", \"clust\": 2254, \"cat_0_index\": 3861, \"rank\": 1908, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1976, \"ini\": 777}, {\"group\": [173.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sea bass, mixed species, raw\", \"clust\": 178, \"cat_0_index\": 1591, \"rank\": 1909, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 722, \"ini\": 776}, {\"group\": [3918.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Tropical Bite Size Candies\", \"clust\": 3959, \"cat_0_index\": 3301, \"rank\": 2684, \"cat-0\": \"Sweets\", \"rankvar\": 3641, \"ini\": 775}, {\"group\": [514.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with raisins and spice, prepared with water\", \"clust\": 526, \"cat_0_index\": 942, \"rank\": 1910, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 278, \"ini\": 774}, {\"group\": [2974.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho-flavor, reduced fat\", \"clust\": 3007, \"cat_0_index\": 2588, \"rank\": 2683, \"cat-0\": \"Snacks\", \"rankvar\": 2663, \"ini\": 773}, {\"group\": [564.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prune juice, canned\", \"clust\": 575, \"cat_0_index\": 1869, \"rank\": 1911, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1549, \"ini\": 772}, {\"group\": [3296.0, 61.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, regular (butter) flavor, made with partially hydrogenated oil\", \"clust\": 3328, \"cat_0_index\": 2589, \"rank\": 2682, \"cat-0\": \"Snacks\", \"rankvar\": 2895, \"ini\": 771}, {\"group\": [2176.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, scotch, cooked, boiled, drained, with salt\", \"clust\": 2203, \"cat_0_index\": 3862, \"rank\": 1912, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2388, \"ini\": 770}, {\"group\": [237.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, lungs, raw\", \"clust\": 240, \"cat_0_index\": 2322, \"rank\": 1913, \"cat-0\": \"Pork Products\", \"rankvar\": 468, \"ini\": 769}, {\"group\": [3887.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, HONEY GRAHAM OH!S\", \"clust\": 3927, \"cat_0_index\": 943, \"rank\": 2681, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3118, \"ini\": 768}, {\"group\": [2125.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, cooked, boiled, drained, with salt\", \"clust\": 2156, \"cat_0_index\": 3863, \"rank\": 1914, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2132, \"ini\": 767}, {\"group\": [148.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whiting, mixed species, raw\", \"clust\": 152, \"cat_0_index\": 1592, \"rank\": 1915, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 939, \"ini\": 766}, {\"group\": [309.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, dried (prunes), stewed, with added sugar\", \"clust\": 314, \"cat_0_index\": 1870, \"rank\": 1916, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 431, \"ini\": 765}, {\"group\": [3323.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, dried\", \"clust\": 3359, \"cat_0_index\": 3864, \"rank\": 2680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3315, \"ini\": 764}, {\"group\": [2617.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, unspecified oils, approximately 37% fat, with salt\", \"clust\": 2646, \"cat_0_index\": 1544, \"rank\": 2679, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2817, \"ini\": 763}, {\"group\": [565.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, ready-to-eat, fat free\", \"clust\": 574, \"cat_0_index\": 3302, \"rank\": 1917, \"cat-0\": \"Sweets\", \"rankvar\": 798, \"ini\": 762}, {\"group\": [3325.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, european, dried, unpeeled\", \"clust\": 3356, \"cat_0_index\": 2287, \"rank\": 2678, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3051, \"ini\": 761}, {\"group\": [403.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, raw\", \"clust\": 409, \"cat_0_index\": 3865, \"rank\": 1918, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 34, \"ini\": 760}, {\"group\": [3854.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, yellow, dry mix, pudding-type\", \"clust\": 3897, \"cat_0_index\": 406, \"rank\": 2677, \"cat-0\": \"Baked Products\", \"rankvar\": 3110, \"ini\": 759}, {\"group\": [145.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, northern, raw\", \"clust\": 147, \"cat_0_index\": 1593, \"rank\": 1919, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1167, \"ini\": 758}, {\"group\": [3492.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder, decaffeinated\", \"clust\": 3530, \"cat_0_index\": 711, \"rank\": 2675, \"cat-0\": \"Beverages\", \"rankvar\": 3670, \"ini\": 757}, {\"group\": [3492.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder\", \"clust\": 3531, \"cat_0_index\": 712, \"rank\": 2676, \"cat-0\": \"Beverages\", \"rankvar\": 3671, \"ini\": 756}, {\"group\": [2003.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, condensed\", \"clust\": 2033, \"cat_0_index\": 3000, \"rank\": 1920, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 408, \"ini\": 755}, {\"group\": [947.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Flavored with Meat Italian Sauce, ready-to-serve\", \"clust\": 967, \"cat_0_index\": 3001, \"rank\": 1921, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 923, \"ini\": 754}, {\"group\": [3642.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut cream, canned, sweetened\", \"clust\": 3652, \"cat_0_index\": 2288, \"rank\": 2674, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3162, \"ini\": 753}, {\"group\": [487.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, heavy syrup pack, solids and liquids\", \"clust\": 502, \"cat_0_index\": 1871, \"rank\": 1922, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2079, \"ini\": 752}, {\"group\": [953.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Tomato, Basil and Garlic Italian Sauce, ready-to-serve\", \"clust\": 977, \"cat_0_index\": 3002, \"rank\": 1923, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 967, \"ini\": 751}, {\"group\": [481.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, canned, light syrup, drained\", \"clust\": 494, \"cat_0_index\": 1872, \"rank\": 1924, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1407, \"ini\": 750}, {\"group\": [2689.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, light\", \"clust\": 2724, \"cat_0_index\": 1545, \"rank\": 2673, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2922, \"ini\": 749}, {\"group\": [420.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit, mixed, (peach and cherry-sweet and -sour and raspberry and grape and boysenberry), frozen, sweetened\", \"clust\": 429, \"cat_0_index\": 1873, \"rank\": 1925, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1610, \"ini\": 748}, {\"group\": [2018.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef stroganoff, canned, chunky style, ready-to-serve\", \"clust\": 2049, \"cat_0_index\": 3003, \"rank\": 1926, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 142, \"ini\": 747}, {\"group\": [2136.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pokeberry shoots, (poke), cooked, boiled, drained, without salt\", \"clust\": 2165, \"cat_0_index\": 3866, \"rank\": 1927, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2515, \"ini\": 746}, {\"group\": [2423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sapodilla, raw\", \"clust\": 2450, \"cat_0_index\": 1874, \"rank\": 1928, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1368, \"ini\": 745}, {\"group\": [838.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, No Sugar Added, FUDGESICLE pops\", \"clust\": 854, \"cat_0_index\": 3303, \"rank\": 1929, \"cat-0\": \"Sweets\", \"rankvar\": 77, \"ini\": 744}, {\"group\": [53.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, wing, meat only, raw\", \"clust\": 52, \"cat_0_index\": 2346, \"rank\": 1930, \"cat-0\": \"Poultry Products\", \"rankvar\": 1424, \"ini\": 743}, {\"group\": [516.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, TREASURE HUNT, prepared with boiling water\", \"clust\": 527, \"cat_0_index\": 944, \"rank\": 1931, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 237, \"ini\": 742}, {\"group\": [975.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Broccoli Cheese Soup, condensed\", \"clust\": 990, \"cat_0_index\": 3004, \"rank\": 1932, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 627, \"ini\": 741}, {\"group\": [2250.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, boiled, without skin, with salt\", \"clust\": 2280, \"cat_0_index\": 3867, \"rank\": 1933, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 599, \"ini\": 740}, {\"group\": [444.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla soy yogurt (single serving size)\", \"clust\": 457, \"cat_0_index\": 2123, \"rank\": 1934, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1104, \"ini\": 739}, {\"group\": [515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Cinnamon Spice, prepared with boiling water\", \"clust\": 528, \"cat_0_index\": 945, \"rank\": 1935, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 218, \"ini\": 738}, {\"group\": [515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with cinnamon and spice, prepared with water\", \"clust\": 529, \"cat_0_index\": 946, \"rank\": 1936, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 219, \"ini\": 737}, {\"group\": [365.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, KRAFT MIRACLE WHIP FREE Nonfat Dressing\", \"clust\": 375, \"cat_0_index\": 1546, \"rank\": 1937, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1171, \"ini\": 736}, {\"group\": [2391.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, lima, immature seeds, canned, regular pack, solids and liquids\", \"clust\": 2420, \"cat_0_index\": 3868, \"rank\": 1938, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 662, \"ini\": 735}, {\"group\": [954.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic and Herb Italian Sauce, ready-to-serve\", \"clust\": 978, \"cat_0_index\": 3005, \"rank\": 1939, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 873, \"ini\": 734}, {\"group\": [54.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, flat fillet, raw\", \"clust\": 51, \"cat_0_index\": 2347, \"rank\": 1940, \"cat-0\": \"Poultry Products\", \"rankvar\": 1421, \"ini\": 733}, {\"group\": [738.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Clementines, raw\", \"clust\": 753, \"cat_0_index\": 1875, \"rank\": 1941, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2000, \"ini\": 732}, {\"group\": [964.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, raw\", \"clust\": 983, \"cat_0_index\": 3869, \"rank\": 1942, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1958, \"ini\": 731}, {\"group\": [3911.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Tropical fruits\", \"clust\": 3955, \"cat_0_index\": 3304, \"rank\": 2672, \"cat-0\": \"Sweets\", \"rankvar\": 3437, \"ini\": 730}, {\"group\": [2800.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bologna, pork, turkey and beef\", \"clust\": 2833, \"cat_0_index\": 2441, \"rank\": 2671, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2507, \"ini\": 729}, {\"group\": [358.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with honey, prepared with whole milk\", \"clust\": 366, \"cat_0_index\": 257, \"rank\": 1943, \"cat-0\": \"Baby Foods\", \"rankvar\": 1008, \"ini\": 728}, {\"group\": [1019.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Custard-apple, (bullock's-heart), raw\", \"clust\": 1037, \"cat_0_index\": 1876, \"rank\": 1944, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 394, \"ini\": 727}, {\"group\": [948.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Fresh Mushroom Italian Sauce, ready-to-serve\", \"clust\": 968, \"cat_0_index\": 3006, \"rank\": 1945, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1099, \"ini\": 726}, {\"group\": [918.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, cooked, steamed, with salt\", \"clust\": 933, \"cat_0_index\": 3870, \"rank\": 1946, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1887, \"ini\": 725}, {\"group\": [3087.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, rice and apples, dry\", \"clust\": 3121, \"cat_0_index\": 258, \"rank\": 2670, \"cat-0\": \"Baby Foods\", \"rankvar\": 3368, \"ini\": 724}, {\"group\": [2208.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad without chicken\", \"clust\": 2237, \"cat_0_index\": 1345, \"rank\": 1947, \"cat-0\": \"Fast Foods\", \"rankvar\": 688, \"ini\": 723}, {\"group\": [749.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and prune\", \"clust\": 755, \"cat_0_index\": 259, \"rank\": 1948, \"cat-0\": \"Baby Foods\", \"rankvar\": 2138, \"ini\": 722}, {\"group\": [3770.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, BERRY BERRY KIX\", \"clust\": 3812, \"cat_0_index\": 947, \"rank\": 2669, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3022, \"ini\": 721}, {\"group\": [2175.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, scotch, cooked, boiled, drained, without salt\", \"clust\": 2204, \"cat_0_index\": 3871, \"rank\": 1949, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2369, \"ini\": 720}, {\"group\": [460.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, pickled, canned, solids and liquids\", \"clust\": 467, \"cat_0_index\": 3872, \"rank\": 1950, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1387, \"ini\": 719}, {\"group\": [1023.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, cooked, boiled, drained, with salt\", \"clust\": 1041, \"cat_0_index\": 3873, \"rank\": 1951, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 343, \"ini\": 718}, {\"group\": [2432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, cooked, boiled, drained, with salt\", \"clust\": 2460, \"cat_0_index\": 3874, \"rank\": 1952, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 632, \"ini\": 717}, {\"group\": [174.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, bass, striped, raw\", \"clust\": 179, \"cat_0_index\": 1594, \"rank\": 1953, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 647, \"ini\": 716}, {\"group\": [2434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lotus root, cooked, boiled, drained, without salt\", \"clust\": 2463, \"cat_0_index\": 3875, \"rank\": 1954, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1242, \"ini\": 715}, {\"group\": [2232.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, unprepared\", \"clust\": 2262, \"cat_0_index\": 3876, \"rank\": 1955, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 171, \"ini\": 714}, {\"group\": [3290.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, any flavor, dry\", \"clust\": 3327, \"cat_0_index\": 3007, \"rank\": 2668, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2690, \"ini\": 713}, {\"group\": [1018.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh and skin, without salt\", \"clust\": 1039, \"cat_0_index\": 3877, \"rank\": 1956, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 437, \"ini\": 712}, {\"group\": [383.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, alaska king, imitation, made from surimi\", \"clust\": 380, \"cat_0_index\": 1595, \"rank\": 1957, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 274, \"ini\": 711}, {\"group\": [3173.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, family style, fried mozzarella sticks\", \"clust\": 3209, \"cat_0_index\": 2401, \"rank\": 2667, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1325, \"ini\": 710}, {\"group\": [2975.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Bakery, Flour Mix\", \"clust\": 3002, \"cat_0_index\": 407, \"rank\": 2666, \"cat-0\": \"Baked Products\", \"rankvar\": 2613, \"ini\": 709}, {\"group\": [2394.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, cooked, boiled, drained, with salt\", \"clust\": 2423, \"cat_0_index\": 3878, \"rank\": 1958, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1647, \"ini\": 708}, {\"group\": [944.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Traditional Sauce, ready-to-serve\", \"clust\": 964, \"cat_0_index\": 3008, \"rank\": 1959, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1138, \"ini\": 707}, {\"group\": [1224.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, powder, prepared with whole milk\", \"clust\": 1240, \"cat_0_index\": 713, \"rank\": 1960, \"cat-0\": \"Beverages\", \"rankvar\": 290, \"ini\": 706}, {\"group\": [3423.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, oatmeal cereal with fruit, dry, instant, toddler\", \"clust\": 3449, \"cat_0_index\": 260, \"rank\": 2665, \"cat-0\": \"Baby Foods\", \"rankvar\": 2696, \"ini\": 705}, {\"group\": [3062.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lupins, mature seeds, raw\", \"clust\": 3095, \"cat_0_index\": 2124, \"rank\": 2664, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2857, \"ini\": 704}, {\"group\": [748.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, with pulp, frozen concentrate, prepared with water\", \"clust\": 758, \"cat_0_index\": 714, \"rank\": 1961, \"cat-0\": \"Beverages\", \"rankvar\": 2460, \"ini\": 703}, {\"group\": [2945.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Biscuits, plain or buttermilk, dry mix\", \"clust\": 2977, \"cat_0_index\": 408, \"rank\": 2663, \"cat-0\": \"Baked Products\", \"rankvar\": 2572, \"ini\": 702}, {\"group\": [2160.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, raw\", \"clust\": 2192, \"cat_0_index\": 3879, \"rank\": 1962, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2306, \"ini\": 701}, {\"group\": [1221.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, reduced fat, with added vitamin A and vitamin D\", \"clust\": 1246, \"cat_0_index\": 1206, \"rank\": 1963, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 520, \"ini\": 700}, {\"group\": [467.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jerusalem-artichokes, raw\", \"clust\": 477, \"cat_0_index\": 3880, \"rank\": 1964, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 787, \"ini\": 699}, {\"group\": [2508.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"POPEYES, Biscuit\", \"clust\": 2533, \"cat_0_index\": 1346, \"rank\": 2662, \"cat-0\": \"Fast Foods\", \"rankvar\": 2500, \"ini\": 698}, {\"group\": [231.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Diced Chik, canned, unprepared\", \"clust\": 233, \"cat_0_index\": 2125, \"rank\": 1965, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 451, \"ini\": 697}, {\"group\": [1272.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREAKSTONE'S FREE Fat Free Sour Cream\", \"clust\": 1293, \"cat_0_index\": 1207, \"rank\": 1966, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 284, \"ini\": 696}, {\"group\": [136.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, dolphinfish, raw\", \"clust\": 139, \"cat_0_index\": 1596, \"rank\": 1967, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1231, \"ini\": 695}, {\"group\": [2214.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arugula, raw\", \"clust\": 2243, \"cat_0_index\": 3881, \"rank\": 1968, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2211, \"ini\": 694}, {\"group\": [482.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, pitted, heavy syrup, drained\", \"clust\": 496, \"cat_0_index\": 1877, \"rank\": 1969, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1295, \"ini\": 693}, {\"group\": [442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Black Cherry soy Yogurt\", \"clust\": 453, \"cat_0_index\": 2126, \"rank\": 1970, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1222, \"ini\": 692}, {\"group\": [164.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, abalone, mixed species, raw\", \"clust\": 160, \"cat_0_index\": 1597, \"rank\": 1971, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 348, \"ini\": 691}, {\"group\": [2407.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean & ham, canned, reduced sodium, prepared with water or ready-to-serve\", \"clust\": 2436, \"cat_0_index\": 3009, \"rank\": 1972, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 493, \"ini\": 690}, {\"group\": [2245.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, with salt\", \"clust\": 2273, \"cat_0_index\": 3882, \"rank\": 1973, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 187, \"ini\": 689}, {\"group\": [1229.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, prepared with whole milk\", \"clust\": 1247, \"cat_0_index\": 261, \"rank\": 1974, \"cat-0\": \"Baby Foods\", \"rankvar\": 496, \"ini\": 688}, {\"group\": [841.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, cooked, boiled, drained, with salt\", \"clust\": 859, \"cat_0_index\": 3883, \"rank\": 1975, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2292, \"ini\": 687}, {\"group\": [830.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant, prepared with whole milk\", \"clust\": 830, \"cat_0_index\": 3305, \"rank\": 1976, \"cat-0\": \"Sweets\", \"rankvar\": 67, \"ini\": 686}, {\"group\": [2803.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (pork, turkey)\", \"clust\": 2837, \"cat_0_index\": 2442, \"rank\": 2661, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2498, \"ini\": 685}, {\"group\": [951.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom and Green Pepper Italian Sauce, ready-to-serve\", \"clust\": 973, \"cat_0_index\": 3010, \"rank\": 1977, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 836, \"ini\": 684}, {\"group\": [2167.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, cooked, boiled, drained, without salt\", \"clust\": 2198, \"cat_0_index\": 3884, \"rank\": 1978, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2051, \"ini\": 683}, {\"group\": [921.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, cooked, baked, with salt\", \"clust\": 936, \"cat_0_index\": 3885, \"rank\": 1979, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1973, \"ini\": 682}, {\"group\": [490.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, frozen, chunks, sweetened\", \"clust\": 500, \"cat_0_index\": 1878, \"rank\": 1980, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1982, \"ini\": 681}, {\"group\": [138.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, raw\", \"clust\": 143, \"cat_0_index\": 1598, \"rank\": 1981, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1357, \"ini\": 680}, {\"group\": [740.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Papayas, raw\", \"clust\": 750, \"cat_0_index\": 1879, \"rank\": 1982, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2274, \"ini\": 679}, {\"group\": [85.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, buffalo, water, raw\", \"clust\": 88, \"cat_0_index\": 1926, \"rank\": 1983, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1097, \"ini\": 678}, {\"group\": [2344.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, cooked, boiled, drained, without salt\", \"clust\": 2374, \"cat_0_index\": 3886, \"rank\": 1984, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1294, \"ini\": 677}, {\"group\": [2233.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, yellow, whole kernel, frozen, microwaved\", \"clust\": 2260, \"cat_0_index\": 3887, \"rank\": 1985, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 46, \"ini\": 676}, {\"group\": [287.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wheat, sprouted\", \"clust\": 289, \"cat_0_index\": 1048, \"rank\": 1986, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 51, \"ini\": 675}, {\"group\": [3171.0, 48.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, mechanically separated, raw\", \"clust\": 3204, \"cat_0_index\": 2323, \"rank\": 2660, \"cat-0\": \"Pork Products\", \"rankvar\": 2494, \"ini\": 674}, {\"group\": [458.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Persimmons, japanese, raw\", \"clust\": 469, \"cat_0_index\": 1880, \"rank\": 1987, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1397, \"ini\": 673}, {\"group\": [295.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cassava, raw\", \"clust\": 299, \"cat_0_index\": 3888, \"rank\": 1988, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 251, \"ini\": 672}, {\"group\": [955.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Mushroom and Garlic Italian Sauce, ready-to-serve\", \"clust\": 976, \"cat_0_index\": 3011, \"rank\": 1989, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1100, \"ini\": 671}, {\"group\": [3912.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Fruit and Creme\", \"clust\": 3956, \"cat_0_index\": 3306, \"rank\": 2659, \"cat-0\": \"Sweets\", \"rankvar\": 3427, \"ini\": 670}, {\"group\": [1233.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, goat, fluid, with added vitamin D\", \"clust\": 1256, \"cat_0_index\": 1208, \"rank\": 1990, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 854, \"ini\": 669}, {\"group\": [520.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Honey Nut, prepared with boiling water\", \"clust\": 530, \"cat_0_index\": 948, \"rank\": 1991, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 170, \"ini\": 668}, {\"group\": [3359.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oat bran, raw\", \"clust\": 3393, \"cat_0_index\": 1049, \"rank\": 2658, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3043, \"ini\": 667}, {\"group\": [2146.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, (skunk cabbage), raw\", \"clust\": 2176, \"cat_0_index\": 3889, \"rank\": 1992, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2448, \"ini\": 666}, {\"group\": [3435.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S TOASTED OAT BRAN CEREAL, Brown Sugar Flavor\", \"clust\": 3466, \"cat_0_index\": 949, \"rank\": 2657, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2737, \"ini\": 665}, {\"group\": [3022.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, refrigerated, regular, baked\", \"clust\": 3055, \"cat_0_index\": 409, \"rank\": 2656, \"cat-0\": \"Baked Products\", \"rankvar\": 2790, \"ini\": 664}, {\"group\": [812.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Veggie Sweet and Sour Chik'n, frozen, unprepared\", \"clust\": 828, \"cat_0_index\": 2127, \"rank\": 1993, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 25, \"ini\": 663}, {\"group\": [3794.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Low Fat 100% Natural Granola with Raisins\", \"clust\": 3832, \"cat_0_index\": 950, \"rank\": 2655, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2891, \"ini\": 662}, {\"group\": [324.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kamut, cooked\", \"clust\": 327, \"cat_0_index\": 1050, \"rank\": 1994, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 64, \"ini\": 661}, {\"group\": [161.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ocean perch, Atlantic, cooked, dry heat\", \"clust\": 161, \"cat_0_index\": 1599, \"rank\": 1995, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 581, \"ini\": 660}, {\"group\": [238.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, mussel, blue, raw\", \"clust\": 241, \"cat_0_index\": 1600, \"rank\": 1996, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 353, \"ini\": 659}, {\"group\": [2682.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Popcorn Chicken\", \"clust\": 2714, \"cat_0_index\": 1347, \"rank\": 2654, \"cat-0\": \"Fast Foods\", \"rankvar\": 2362, \"ini\": 658}, {\"group\": [421.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, papaya and applesauce with tapioca, strained\", \"clust\": 430, \"cat_0_index\": 262, \"rank\": 1997, \"cat-0\": \"Baby Foods\", \"rankvar\": 2542, \"ini\": 657}, {\"group\": [3899.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Honey SMACKS\", \"clust\": 3931, \"cat_0_index\": 951, \"rank\": 2653, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3388, \"ini\": 656}, {\"group\": [3170.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, caviar, black and red, granular\", \"clust\": 3201, \"cat_0_index\": 1601, \"rank\": 2652, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2502, \"ini\": 655}, {\"group\": [3913.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Original fruits\", \"clust\": 3954, \"cat_0_index\": 3307, \"rank\": 2651, \"cat-0\": \"Sweets\", \"rankvar\": 3433, \"ini\": 654}, {\"group\": [2821.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"HORMEL SPAM, Luncheon Meat, pork with ham, minced, canned\", \"clust\": 2852, \"cat_0_index\": 2443, \"rank\": 2650, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2516, \"ini\": 653}, {\"group\": [2797.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (beef)\", \"clust\": 2828, \"cat_0_index\": 2444, \"rank\": 2649, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2583, \"ini\": 652}, {\"group\": [505.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, juice type, orange\", \"clust\": 518, \"cat_0_index\": 3308, \"rank\": 1998, \"cat-0\": \"Sweets\", \"rankvar\": 1940, \"ini\": 651}, {\"group\": [2254.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, vacuum pack\", \"clust\": 2276, \"cat_0_index\": 3890, \"rank\": 1999, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 459, \"ini\": 650}, {\"group\": [160.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Pacific, cooked, dry heat\", \"clust\": 163, \"cat_0_index\": 1602, \"rank\": 2000, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1278, \"ini\": 649}, {\"group\": [122.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, lobster, northern, raw\", \"clust\": 119, \"cat_0_index\": 1603, \"rank\": 2001, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 995, \"ini\": 648}, {\"group\": [300.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Herb Chicken with rice (chicken not included)\", \"clust\": 303, \"cat_0_index\": 2173, \"rank\": 2002, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 433, \"ini\": 647}, {\"group\": [1014.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, red, flesh and skin, baked\", \"clust\": 1030, \"cat_0_index\": 3891, \"rank\": 2003, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 879, \"ini\": 646}, {\"group\": [2419.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans (fava beans), mature seeds, canned\", \"clust\": 2449, \"cat_0_index\": 2128, \"rank\": 2004, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 587, \"ini\": 645}, {\"group\": [3871.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Oatmeal Raisin\", \"clust\": 3916, \"cat_0_index\": 410, \"rank\": 2648, \"cat-0\": \"Baked Products\", \"rankvar\": 2819, \"ini\": 644}, {\"group\": [488.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, heavy syrup pack, solids and liquids\", \"clust\": 503, \"cat_0_index\": 1881, \"rank\": 2005, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2014, \"ini\": 643}, {\"group\": [2148.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, raw\", \"clust\": 2175, \"cat_0_index\": 3892, \"rank\": 2006, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2464, \"ini\": 642}, {\"group\": [889.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Homestyle Chicken Noodle Soup, condensed\", \"clust\": 899, \"cat_0_index\": 3012, \"rank\": 2007, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1540, \"ini\": 641}, {\"group\": [485.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup pack, with skin, solids and liquids\", \"clust\": 498, \"cat_0_index\": 1882, \"rank\": 2008, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1771, \"ini\": 640}, {\"group\": [2416.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, large, mature seeds, canned\", \"clust\": 2446, \"cat_0_index\": 2129, \"rank\": 2009, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 643, \"ini\": 639}, {\"group\": [1409.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with Sliced Franks in Tomato Sauce, canned entree\", \"clust\": 1434, \"cat_0_index\": 2174, \"rank\": 2010, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 118, \"ini\": 638}, {\"group\": [296.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eppaw, raw\", \"clust\": 295, \"cat_0_index\": 3893, \"rank\": 2011, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 79, \"ini\": 637}, {\"group\": [440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Blueberry soy Yogurt\", \"clust\": 454, \"cat_0_index\": 2130, \"rank\": 2012, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1281, \"ini\": 636}, {\"group\": [2163.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, unprepared\", \"clust\": 2190, \"cat_0_index\": 3894, \"rank\": 2013, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2368, \"ini\": 635}, {\"group\": [441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Key Lime soy Yogurt\", \"clust\": 455, \"cat_0_index\": 2131, \"rank\": 2014, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1246, \"ini\": 634}, {\"group\": [297.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Persimmons, native, raw\", \"clust\": 290, \"cat_0_index\": 1883, \"rank\": 2015, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1312, \"ini\": 633}, {\"group\": [3944.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, fructose, dry, powder\", \"clust\": 3988, \"cat_0_index\": 3309, \"rank\": 2647, \"cat-0\": \"Sweets\", \"rankvar\": 3733, \"ini\": 632}, {\"group\": [2244.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, cooked, boiled, drained, with salt\", \"clust\": 2275, \"cat_0_index\": 3895, \"rank\": 2016, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 128, \"ini\": 631}, {\"group\": [2762.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork sausage, fresh, cooked\", \"clust\": 2795, \"cat_0_index\": 2445, \"rank\": 2646, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2488, \"ini\": 630}, {\"group\": [2787.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Summer Sausage Beef Thuringer Cervelat\", \"clust\": 2823, \"cat_0_index\": 2446, \"rank\": 2645, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2549, \"ini\": 629}, {\"group\": [87.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Elk, free range, ground, raw (Shoshone Bannock)\", \"clust\": 87, \"cat_0_index\": 1301, \"rank\": 2017, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1035, \"ini\": 628}, {\"group\": [733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, peaches, strained\", \"clust\": 746, \"cat_0_index\": 263, \"rank\": 2018, \"cat-0\": \"Baby Foods\", \"rankvar\": 1709, \"ini\": 627}, {\"group\": [733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, peaches, junior\", \"clust\": 747, \"cat_0_index\": 264, \"rank\": 2019, \"cat-0\": \"Baby Foods\", \"rankvar\": 1710, \"ini\": 626}, {\"group\": [1465.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs with Meatballs - Easy Open\", \"clust\": 1490, \"cat_0_index\": 2175, \"rank\": 2020, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 132, \"ini\": 625}, {\"group\": [489.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, heavy syrup, drained\", \"clust\": 501, \"cat_0_index\": 1884, \"rank\": 2021, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1981, \"ini\": 624}, {\"group\": [2439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, (vegetable oyster), raw\", \"clust\": 2469, \"cat_0_index\": 3896, \"rank\": 2022, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 553, \"ini\": 623}, {\"group\": [3768.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS Cinnamon CHEX\", \"clust\": 3810, \"cat_0_index\": 952, \"rank\": 2644, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2878, \"ini\": 622}, {\"group\": [891.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Celery Soup, condensed\", \"clust\": 910, \"cat_0_index\": 3013, \"rank\": 2023, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1561, \"ini\": 621}, {\"group\": [3082.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, meat, dried (Alaska Native)\", \"clust\": 3114, \"cat_0_index\": 1302, \"rank\": 2643, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3602, \"ini\": 620}, {\"group\": [338.0, 8.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, pina colada, canned\", \"clust\": 344, \"cat_0_index\": 715, \"rank\": 2024, \"cat-0\": \"Beverages\", \"rankvar\": 174, \"ini\": 619}, {\"group\": [221.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (fat free)\", \"clust\": 220, \"cat_0_index\": 2447, \"rank\": 2025, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 748, \"ini\": 618}, {\"group\": [2905.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2936, \"cat_0_index\": 451, \"rank\": 2642, \"cat-0\": \"Beef Products\", \"rankvar\": 2603, \"ini\": 617}, {\"group\": [865.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, cooked, boiled, drained, with salt\", \"clust\": 883, \"cat_0_index\": 3897, \"rank\": 2026, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2404, \"ini\": 616}, {\"group\": [3873.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Dutch Cocoa\", \"clust\": 3918, \"cat_0_index\": 411, \"rank\": 2641, \"cat-0\": \"Baked Products\", \"rankvar\": 2784, \"ini\": 615}, {\"group\": [3508.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toppings, butterscotch or caramel\", \"clust\": 3542, \"cat_0_index\": 3310, \"rank\": 2027, \"cat-0\": \"Sweets\", \"rankvar\": 2449, \"ini\": 614}, {\"group\": [3809.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K RED BERRIES\", \"clust\": 3856, \"cat_0_index\": 953, \"rank\": 2640, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3047, \"ini\": 613}, {\"group\": [288.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, plum, ready-to-serve\", \"clust\": 291, \"cat_0_index\": 3014, \"rank\": 2028, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 367, \"ini\": 612}, {\"group\": [892.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom with Roasted Garlic Soup, condensed\", \"clust\": 911, \"cat_0_index\": 3015, \"rank\": 2029, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1480, \"ini\": 611}, {\"group\": [51.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, cooked, dry heat\", \"clust\": 54, \"cat_0_index\": 1604, \"rank\": 2030, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1553, \"ini\": 610}, {\"group\": [272.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, creamed, with fruit\", \"clust\": 276, \"cat_0_index\": 1209, \"rank\": 2031, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 158, \"ini\": 609}, {\"group\": [910.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, cooked, boiled, drained, without salt\", \"clust\": 928, \"cat_0_index\": 3898, \"rank\": 2032, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2426, \"ini\": 608}, {\"group\": [176.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, wolffish, Atlantic, raw\", \"clust\": 176, \"cat_0_index\": 1605, \"rank\": 2033, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 713, \"ini\": 607}, {\"group\": [919.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, puree, with salt added\", \"clust\": 937, \"cat_0_index\": 3899, \"rank\": 2034, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1822, \"ini\": 606}, {\"group\": [273.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, with vegetables\", \"clust\": 277, \"cat_0_index\": 1210, \"rank\": 2035, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 243, \"ini\": 605}, {\"group\": [3518.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cornstarch\", \"clust\": 3561, \"cat_0_index\": 1051, \"rank\": 2036, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2841, \"ini\": 604}, {\"group\": [2193.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, cooked, boiled, drained, without salt\", \"clust\": 2225, \"cat_0_index\": 3900, \"rank\": 2037, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2143, \"ini\": 603}, {\"group\": [2188.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, cooked, boiled, drained, with salt\", \"clust\": 2214, \"cat_0_index\": 3901, \"rank\": 2038, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2412, \"ini\": 602}, {\"group\": [2185.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, cooked, boiled, drained, with salt\", \"clust\": 2216, \"cat_0_index\": 3902, \"rank\": 2039, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2032, \"ini\": 601}, {\"group\": [2411.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, raw\", \"clust\": 2442, \"cat_0_index\": 1885, \"rank\": 2040, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2201, \"ini\": 600}, {\"group\": [2806.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Liver Cheese, pork fat wrapped\", \"clust\": 2840, \"cat_0_index\": 2448, \"rank\": 2639, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2453, \"ini\": 599}, {\"group\": [25.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guinea hen, meat only, raw\", \"clust\": 27, \"cat_0_index\": 2348, \"rank\": 2041, \"cat-0\": \"Poultry Products\", \"rankvar\": 803, \"ini\": 598}, {\"group\": [2187.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dandelion greens, cooked, boiled, drained, with salt\", \"clust\": 2215, \"cat_0_index\": 3903, \"rank\": 2042, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2023, \"ini\": 597}, {\"group\": [1269.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, skim milk, 13 grams protein per 8 ounce\", \"clust\": 1295, \"cat_0_index\": 1211, \"rank\": 2043, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1374, \"ini\": 596}, {\"group\": [1073.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, mutton, corn, squash (Navajo)\", \"clust\": 1089, \"cat_0_index\": 1303, \"rank\": 2044, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 33, \"ini\": 595}, {\"group\": [438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Raspberry soy yogurt\", \"clust\": 451, \"cat_0_index\": 2132, \"rank\": 2045, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1303, \"ini\": 594}, {\"group\": [278.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Organic Nasoya Extra Firm Tofu\", \"clust\": 282, \"cat_0_index\": 2133, \"rank\": 2046, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 358, \"ini\": 593}, {\"group\": [126.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, octopus, common, raw\", \"clust\": 123, \"cat_0_index\": 1606, \"rank\": 2047, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 646, \"ini\": 592}, {\"group\": [49.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, light meat, meat only, raw\", \"clust\": 55, \"cat_0_index\": 2349, \"rank\": 2048, \"cat-0\": \"Poultry Products\", \"rankvar\": 1282, \"ini\": 591}, {\"group\": [874.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Celery Soup, condensed\", \"clust\": 889, \"cat_0_index\": 3016, \"rank\": 2049, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1603, \"ini\": 590}, {\"group\": [906.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, cooked, boiled, drained, without salt\", \"clust\": 923, \"cat_0_index\": 3904, \"rank\": 2050, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2285, \"ini\": 589}, {\"group\": [3291.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, chicken flavor, dry\", \"clust\": 3325, \"cat_0_index\": 3017, \"rank\": 2638, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2704, \"ini\": 588}, {\"group\": [57.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, fan fillet, raw\", \"clust\": 63, \"cat_0_index\": 2350, \"rank\": 2051, \"cat-0\": \"Poultry Products\", \"rankvar\": 1479, \"ini\": 587}, {\"group\": [952.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Tomato, Onion and Garlic Italian Sauce, ready-to-serve\", \"clust\": 974, \"cat_0_index\": 3018, \"rank\": 2052, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 759, \"ini\": 586}, {\"group\": [3828.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, uncooked\", \"clust\": 3872, \"cat_0_index\": 1886, \"rank\": 2637, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3284, \"ini\": 585}, {\"group\": [86.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tilapia, raw\", \"clust\": 89, \"cat_0_index\": 1607, \"rank\": 2053, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1148, \"ini\": 584}, {\"group\": [2402.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green (includes baby and lesuer types), canned, drained solids, unprepared\", \"clust\": 2431, \"cat_0_index\": 3905, \"rank\": 2054, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1193, \"ini\": 583}, {\"group\": [377.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, reduced fat\", \"clust\": 385, \"cat_0_index\": 1547, \"rank\": 2055, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1748, \"ini\": 582}, {\"group\": [712.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mangos, raw\", \"clust\": 722, \"cat_0_index\": 1887, \"rank\": 2056, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1727, \"ini\": 581}, {\"group\": [251.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, chili con carne\", \"clust\": 242, \"cat_0_index\": 1348, \"rank\": 2057, \"cat-0\": \"Fast Foods\", \"rankvar\": 73, \"ini\": 580}, {\"group\": [3239.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT CHEEZ WHIZ Pasteurized Process Cheese Sauce\", \"clust\": 3272, \"cat_0_index\": 1212, \"rank\": 2636, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2551, \"ini\": 579}, {\"group\": [739.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, Florida\", \"clust\": 754, \"cat_0_index\": 1888, \"rank\": 2058, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2038, \"ini\": 578}, {\"group\": [2196.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, raw\", \"clust\": 2218, \"cat_0_index\": 3906, \"rank\": 2059, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2288, \"ini\": 577}, {\"group\": [356.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with honey, prepared with whole milk\", \"clust\": 367, \"cat_0_index\": 265, \"rank\": 2060, \"cat-0\": \"Baby Foods\", \"rankvar\": 855, \"ini\": 576}, {\"group\": [364.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plains Pricklypear, raw (Northern Plains Indians)\", \"clust\": 369, \"cat_0_index\": 1304, \"rank\": 2061, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2458, \"ini\": 575}, {\"group\": [2819.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smoked link sausage, pork and beef, nonfat dry milk added\", \"clust\": 2853, \"cat_0_index\": 2449, \"rank\": 2635, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2457, \"ini\": 574}, {\"group\": [281.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, cooked, moist heat\", \"clust\": 283, \"cat_0_index\": 1608, \"rank\": 2062, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 161, \"ini\": 573}, {\"group\": [434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait (without granola)\", \"clust\": 447, \"cat_0_index\": 1349, \"rank\": 2063, \"cat-0\": \"Fast Foods\", \"rankvar\": 545, \"ini\": 572}, {\"group\": [872.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Broccoli Cheese Soup, condensed\", \"clust\": 890, \"cat_0_index\": 3019, \"rank\": 2064, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1879, \"ini\": 571}, {\"group\": [2220.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, regular pack, drained solids\", \"clust\": 2249, \"cat_0_index\": 3907, \"rank\": 2065, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2195, \"ini\": 570}, {\"group\": [3874.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Oatmeal\", \"clust\": 3919, \"cat_0_index\": 412, \"rank\": 2634, \"cat-0\": \"Baked Products\", \"rankvar\": 2738, \"ini\": 569}, {\"group\": [2436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, baked, without salt\", \"clust\": 2465, \"cat_0_index\": 3908, \"rank\": 2066, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1821, \"ini\": 568}, {\"group\": [1010.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potato, baked, flesh and skin, without salt\", \"clust\": 1033, \"cat_0_index\": 3909, \"rank\": 2067, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 724, \"ini\": 567}, {\"group\": [1011.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh and skin, with salt\", \"clust\": 1034, \"cat_0_index\": 3910, \"rank\": 2068, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 725, \"ini\": 566}, {\"group\": [450.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate syrup, prepared with whole milk\", \"clust\": 465, \"cat_0_index\": 716, \"rank\": 2069, \"cat-0\": \"Beverages\", \"rankvar\": 414, \"ini\": 565}, {\"group\": [427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate, fortified with calcium and vitamin D\", \"clust\": 437, \"cat_0_index\": 1889, \"rank\": 2070, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2207, \"ini\": 564}, {\"group\": [427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate, fortified with calcium\", \"clust\": 438, \"cat_0_index\": 1890, \"rank\": 2071, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2208, \"ini\": 563}, {\"group\": [2019.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef stew, canned entree\", \"clust\": 2050, \"cat_0_index\": 2176, \"rank\": 2072, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 155, \"ini\": 562}, {\"group\": [404.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, stalks, raw\", \"clust\": 413, \"cat_0_index\": 3911, \"rank\": 2073, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2536, \"ini\": 561}, {\"group\": [405.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, leaves, raw\", \"clust\": 414, \"cat_0_index\": 3912, \"rank\": 2074, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2537, \"ini\": 560}, {\"group\": [406.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, flower clusters, raw\", \"clust\": 412, \"cat_0_index\": 3913, \"rank\": 2075, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2538, \"ini\": 559}, {\"group\": [728.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mixed fruit juice with low fat yogurt\", \"clust\": 743, \"cat_0_index\": 266, \"rank\": 2076, \"cat-0\": \"Baby Foods\", \"rankvar\": 1024, \"ini\": 558}, {\"group\": [3933.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, regular\", \"clust\": 3977, \"cat_0_index\": 3311, \"rank\": 2633, \"cat-0\": \"Sweets\", \"rankvar\": 3661, \"ini\": 557}, {\"group\": [908.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro leaves, cooked, steamed, without salt\", \"clust\": 925, \"cat_0_index\": 3914, \"rank\": 2077, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2364, \"ini\": 556}, {\"group\": [137.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, rockfish, Pacific, mixed species, raw\", \"clust\": 137, \"cat_0_index\": 1609, \"rank\": 2078, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1130, \"ini\": 555}, {\"group\": [2624.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, skin only, raw\", \"clust\": 2653, \"cat_0_index\": 2351, \"rank\": 2632, \"cat-0\": \"Poultry Products\", \"rankvar\": 2607, \"ini\": 554}, {\"group\": [991.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked, stewed\", \"clust\": 1010, \"cat_0_index\": 3915, \"rank\": 2079, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 486, \"ini\": 553}, {\"group\": [3237.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, mechanically separated beef, raw\", \"clust\": 3213, \"cat_0_index\": 452, \"rank\": 2631, \"cat-0\": \"Beef Products\", \"rankvar\": 2576, \"ini\": 552}, {\"group\": [993.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, condensed\", \"clust\": 1009, \"cat_0_index\": 3020, \"rank\": 2080, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 374, \"ini\": 551}, {\"group\": [2793.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef\", \"clust\": 2826, \"cat_0_index\": 2450, \"rank\": 2630, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2556, \"ini\": 550}, {\"group\": [357.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with honey, prepared with whole milk\", \"clust\": 368, \"cat_0_index\": 267, \"rank\": 2081, \"cat-0\": \"Baby Foods\", \"rankvar\": 911, \"ini\": 549}, {\"group\": [268.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, creamed, large or small curd\", \"clust\": 272, \"cat_0_index\": 1213, \"rank\": 2082, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 208, \"ini\": 548}, {\"group\": [45.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, foreshank, separable lean only, raw\", \"clust\": 43, \"cat_0_index\": 1927, \"rank\": 2083, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 832, \"ini\": 547}, {\"group\": [729.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, breakfast type, with juice and pulp, frozen concentrate, prepared with water\", \"clust\": 741, \"cat_0_index\": 717, \"rank\": 2084, \"cat-0\": \"Beverages\", \"rankvar\": 2375, \"ini\": 546}, {\"group\": [1228.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, barley, prepared with whole milk\", \"clust\": 1248, \"cat_0_index\": 268, \"rank\": 2085, \"cat-0\": \"Baby Foods\", \"rankvar\": 452, \"ini\": 545}, {\"group\": [165.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, kidneys, raw\", \"clust\": 168, \"cat_0_index\": 1928, \"rank\": 2086, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 418, \"ini\": 544}, {\"group\": [439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Strawberry soy yogurt\", \"clust\": 452, \"cat_0_index\": 2134, \"rank\": 2087, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1236, \"ini\": 543}, {\"group\": [2424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, unprepared\", \"clust\": 2455, \"cat_0_index\": 3916, \"rank\": 2088, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 325, \"ini\": 542}, {\"group\": [3659.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, wheat, sugared or glazed\", \"clust\": 3700, \"cat_0_index\": 413, \"rank\": 2629, \"cat-0\": \"Baked Products\", \"rankvar\": 2289, \"ini\": 541}, {\"group\": [2168.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, unprepared\", \"clust\": 2199, \"cat_0_index\": 3917, \"rank\": 2089, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2276, \"ini\": 540}, {\"group\": [1041.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Onion Soup, condensed\", \"clust\": 1061, \"cat_0_index\": 3021, \"rank\": 2090, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 913, \"ini\": 539}, {\"group\": [997.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Alphabet Soup, condensed\", \"clust\": 1016, \"cat_0_index\": 3022, \"rank\": 2091, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2046, \"ini\": 538}, {\"group\": [525.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Baked Apple, prepared with boiling water\", \"clust\": 524, \"cat_0_index\": 954, \"rank\": 2092, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 442, \"ini\": 537}, {\"group\": [61.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, light meat, meat only, raw\", \"clust\": 65, \"cat_0_index\": 2352, \"rank\": 2093, \"cat-0\": \"Poultry Products\", \"rankvar\": 1862, \"ini\": 536}, {\"group\": [58.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, outside drum, raw\", \"clust\": 64, \"cat_0_index\": 2353, \"rank\": 2094, \"cat-0\": \"Poultry Products\", \"rankvar\": 1662, \"ini\": 535}, {\"group\": [139.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, lingcod, raw\", \"clust\": 144, \"cat_0_index\": 1610, \"rank\": 2095, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1336, \"ini\": 534}, {\"group\": [1158.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, MEAD JOHNSON, PORTAGEN, with iron, prepared from powder\", \"clust\": 1116, \"cat_0_index\": 269, \"rank\": 2096, \"cat-0\": \"Baby Foods\", \"rankvar\": 498, \"ini\": 533}, {\"group\": [2152.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, raw\", \"clust\": 2181, \"cat_0_index\": 3918, \"rank\": 2097, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2553, \"ini\": 532}, {\"group\": [1013.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, white, flesh and skin, baked\", \"clust\": 1031, \"cat_0_index\": 3919, \"rank\": 2098, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 843, \"ini\": 531}, {\"group\": [1274.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef with vegetables\", \"clust\": 1298, \"cat_0_index\": 270, \"rank\": 2099, \"cat-0\": \"Baby Foods\", \"rankvar\": 396, \"ini\": 530}, {\"group\": [158.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turtle, green, raw\", \"clust\": 145, \"cat_0_index\": 1611, \"rank\": 2100, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1354, \"ini\": 529}, {\"group\": [107.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Buffalo, free range, top round steak, raw (Shoshone Bannock)\", \"clust\": 109, \"cat_0_index\": 1305, \"rank\": 2101, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1413, \"ini\": 528}, {\"group\": [453.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggnog-flavor mix, powder, prepared with whole milk\", \"clust\": 463, \"cat_0_index\": 718, \"rank\": 2102, \"cat-0\": \"Beverages\", \"rankvar\": 448, \"ini\": 527}, {\"group\": [2137.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pokeberry shoots, (poke), cooked, boiled, drained, with salt\", \"clust\": 2166, \"cat_0_index\": 3920, \"rank\": 2103, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2520, \"ini\": 526}, {\"group\": [1038.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Verde Soup, condensed\", \"clust\": 1057, \"cat_0_index\": 3023, \"rank\": 2104, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 738, \"ini\": 525}, {\"group\": [1275.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from granules with milk, water and margarine added\", \"clust\": 1299, \"cat_0_index\": 3921, \"rank\": 2105, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 61, \"ini\": 524}, {\"group\": [3432.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OATMEAL SQUARES\", \"clust\": 3468, \"cat_0_index\": 955, \"rank\": 2628, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2715, \"ini\": 523}, {\"group\": [3800.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, Great Grains, Raisin, Date & Pecan\", \"clust\": 3847, \"cat_0_index\": 956, \"rank\": 2627, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2680, \"ini\": 522}, {\"group\": [2812.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Smokies Sausage Little Cheese (pork, turkey)\", \"clust\": 2845, \"cat_0_index\": 2451, \"rank\": 2626, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2508, \"ini\": 521}, {\"group\": [26.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, meat only, raw\", \"clust\": 28, \"cat_0_index\": 2354, \"rank\": 2106, \"cat-0\": \"Poultry Products\", \"rankvar\": 756, \"ini\": 520}, {\"group\": [1227.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with bananas, prepared with whole milk\", \"clust\": 1249, \"cat_0_index\": 271, \"rank\": 2107, \"cat-0\": \"Baby Foods\", \"rankvar\": 443, \"ini\": 519}, {\"group\": [1270.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, low fat, 12 grams protein per 8 ounce\", \"clust\": 1296, \"cat_0_index\": 1214, \"rank\": 2108, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1057, \"ini\": 518}, {\"group\": [9.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon grass (citronella), raw\", \"clust\": 8, \"cat_0_index\": 3922, \"rank\": 2109, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1632, \"ini\": 517}, {\"group\": [527.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana no tapioca, strained\", \"clust\": 539, \"cat_0_index\": 272, \"rank\": 2110, \"cat-0\": \"Baby Foods\", \"rankvar\": 737, \"ini\": 516}, {\"group\": [468.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, tomato chili sauce, bottled, no salt, low sodium\", \"clust\": 476, \"cat_0_index\": 3024, \"rank\": 2111, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 306, \"ini\": 515}, {\"group\": [60.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, moose, raw\", \"clust\": 61, \"cat_0_index\": 1929, \"rank\": 2112, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1515, \"ini\": 514}, {\"group\": [3888.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH'S PEANUT BUTTER CRUNCH\", \"clust\": 3926, \"cat_0_index\": 957, \"rank\": 2625, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2853, \"ini\": 513}, {\"group\": [178.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sturgeon, mixed species, raw\", \"clust\": 170, \"cat_0_index\": 1612, \"rank\": 2113, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 317, \"ini\": 512}, {\"group\": [146.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, perch, mixed species, raw\", \"clust\": 148, \"cat_0_index\": 1613, \"rank\": 2114, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1204, \"ini\": 511}, {\"group\": [152.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ling, raw\", \"clust\": 155, \"cat_0_index\": 1614, \"rank\": 2115, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1335, \"ini\": 510}, {\"group\": [3792.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S, RAISIN BRAN CRUNCH\", \"clust\": 3836, \"cat_0_index\": 958, \"rank\": 2624, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3077, \"ini\": 509}, {\"group\": [168.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, kidneys, raw\", \"clust\": 166, \"cat_0_index\": 2324, \"rank\": 2116, \"cat-0\": \"Pork Products\", \"rankvar\": 538, \"ini\": 508}, {\"group\": [2440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, skin, with salt\", \"clust\": 2467, \"cat_0_index\": 3923, \"rank\": 2117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 684, \"ini\": 507}, {\"group\": [3926.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, glaze, chocolate, prepared-from-recipe, with butter, NFSMI Recipe No. C-32\", \"clust\": 3970, \"cat_0_index\": 3312, \"rank\": 2623, \"cat-0\": \"Sweets\", \"rankvar\": 3396, \"ini\": 506}, {\"group\": [3861.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereal wafer straws, KELLOGG, COCOA KRISPIES Cereal straws\", \"clust\": 3904, \"cat_0_index\": 959, \"rank\": 2622, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2979, \"ini\": 505}, {\"group\": [2894.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, cooked, broiled\", \"clust\": 2928, \"cat_0_index\": 1930, \"rank\": 2621, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2579, \"ini\": 504}, {\"group\": [2162.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, boiled, drained, without salt\", \"clust\": 2191, \"cat_0_index\": 3924, \"rank\": 2118, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1984, \"ini\": 503}, {\"group\": [1201.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"ENSURE FIBER WITH FOS, liquid\", \"clust\": 1223, \"cat_0_index\": 2135, \"rank\": 2119, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 183, \"ini\": 502}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, cooked, boiled, drained, without salt\", \"clust\": 6, \"cat_0_index\": 3925, \"rank\": 2120, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2410, \"ini\": 501}, {\"group\": [2097.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato beef with noodle, canned, condensed\", \"clust\": 2119, \"cat_0_index\": 3025, \"rank\": 2121, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 137, \"ini\": 500}, {\"group\": [3711.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 3753, \"cat_0_index\": 1350, \"rank\": 2620, \"cat-0\": \"Fast Foods\", \"rankvar\": 2533, \"ini\": 499}, {\"group\": [3834.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tamarinds, raw\", \"clust\": 3876, \"cat_0_index\": 1891, \"rank\": 2619, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3210, \"ini\": 498}, {\"group\": [2435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lotus root, cooked, boiled, drained, with salt\", \"clust\": 2464, \"cat_0_index\": 3926, \"rank\": 2122, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1291, \"ini\": 497}, {\"group\": [118.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, spiny lobster, mixed species, raw\", \"clust\": 118, \"cat_0_index\": 1615, \"rank\": 2123, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 761, \"ini\": 496}, {\"group\": [945.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic Parmesan Italian Sauce, ready-to-serve\", \"clust\": 965, \"cat_0_index\": 3026, \"rank\": 2124, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 808, \"ini\": 495}, {\"group\": [113.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, turbot, european, cooked, dry heat\", \"clust\": 49, \"cat_0_index\": 1616, \"rank\": 2125, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 700, \"ini\": 494}, {\"group\": [2790.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Summer Sausage Thuringer Cervalat\", \"clust\": 2821, \"cat_0_index\": 2452, \"rank\": 2618, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2511, \"ini\": 493}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, tongue, raw (Alaska Native)\", \"clust\": 1, \"cat_0_index\": 1306, \"rank\": 2126, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 580, \"ini\": 492}, {\"group\": [310.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dried, sulfured, stewed, with added sugar\", \"clust\": 312, \"cat_0_index\": 1892, \"rank\": 2127, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 764, \"ini\": 491}, {\"group\": [2484.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, cottonseed, oil, home recipe\", \"clust\": 2477, \"cat_0_index\": 1548, \"rank\": 2617, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3483, \"ini\": 490}, {\"group\": [2161.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, raw\", \"clust\": 2193, \"cat_0_index\": 3927, \"rank\": 2128, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2203, \"ini\": 489}, {\"group\": [191.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, young duckling, domesticated, White Pekin, breast, meat only, boneless, cooked without skin, broiled\", \"clust\": 194, \"cat_0_index\": 2355, \"rank\": 2129, \"cat-0\": \"Poultry Products\", \"rankvar\": 2252, \"ini\": 488}, {\"group\": [166.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, kidneys, raw\", \"clust\": 169, \"cat_0_index\": 1931, \"rank\": 2130, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 463, \"ini\": 487}, {\"group\": [2252.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, cooked, boiled, drained, without salt\", \"clust\": 2283, \"cat_0_index\": 3928, \"rank\": 2131, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 176, \"ini\": 486}, {\"group\": [27.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, leg, meat only, raw\", \"clust\": 30, \"cat_0_index\": 2356, \"rank\": 2132, \"cat-0\": \"Poultry Products\", \"rankvar\": 899, \"ini\": 485}, {\"group\": [2425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, cooked, boiled, drained, without salt\", \"clust\": 2456, \"cat_0_index\": 3929, \"rank\": 2133, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 292, \"ini\": 484}, {\"group\": [2895.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, cooked, roasted\", \"clust\": 2929, \"cat_0_index\": 1932, \"rank\": 2616, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2578, \"ini\": 483}, {\"group\": [227.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, turkey, junior\", \"clust\": 229, \"cat_0_index\": 273, \"rank\": 2134, \"cat-0\": \"Baby Foods\", \"rankvar\": 172, \"ini\": 482}, {\"group\": [2398.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Loganberries, frozen\", \"clust\": 2428, \"cat_0_index\": 1893, \"rank\": 2135, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1946, \"ini\": 481}, {\"group\": [1012.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, Russet, flesh and skin, baked\", \"clust\": 1032, \"cat_0_index\": 3930, \"rank\": 2136, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 747, \"ini\": 480}, {\"group\": [37.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, dark meat, meat only, raw\", \"clust\": 26, \"cat_0_index\": 2357, \"rank\": 2137, \"cat-0\": \"Poultry Products\", \"rankvar\": 489, \"ini\": 479}, {\"group\": [1277.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from granules without milk, whole milk and butter added\", \"clust\": 1301, \"cat_0_index\": 3931, \"rank\": 2138, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 165, \"ini\": 478}, {\"group\": [3436.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K low fat granola\", \"clust\": 3463, \"cat_0_index\": 960, \"rank\": 2615, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2901, \"ini\": 477}, {\"group\": [981.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, au gratin, dry mix, prepared with water, whole milk and butter\", \"clust\": 1000, \"cat_0_index\": 3932, \"rank\": 2139, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 259, \"ini\": 476}, {\"group\": [50.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, meat only, raw\", \"clust\": 56, \"cat_0_index\": 2358, \"rank\": 2140, \"cat-0\": \"Poultry Products\", \"rankvar\": 1350, \"ini\": 475}, {\"group\": [447.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ready-to-drink reduced fat milk beverage, flavored and sweetened, with added calcium, vitamin A and vitamin D\", \"clust\": 459, \"cat_0_index\": 719, \"rank\": 2141, \"cat-0\": \"Beverages\", \"rankvar\": 925, \"ini\": 474}, {\"group\": [14.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Vegetable Steaks, canned, unprepared\", \"clust\": 12, \"cat_0_index\": 2136, \"rank\": 2142, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 887, \"ini\": 473}, {\"group\": [3514.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, TWIZZLERS CHERRY BITES\", \"clust\": 3551, \"cat_0_index\": 3313, \"rank\": 2143, \"cat-0\": \"Sweets\", \"rankvar\": 2619, \"ini\": 472}, {\"group\": [217.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, breast, smoked, lemon pepper flavor, 97% fat-free\", \"clust\": 218, \"cat_0_index\": 2453, \"rank\": 2144, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2179, \"ini\": 471}, {\"group\": [2794.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef, heated\", \"clust\": 2827, \"cat_0_index\": 2454, \"rank\": 2614, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2554, \"ini\": 470}, {\"group\": [302.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickle relish, hamburger\", \"clust\": 305, \"cat_0_index\": 3933, \"rank\": 2145, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1191, \"ini\": 469}, {\"group\": [131.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cisco, raw\", \"clust\": 132, \"cat_0_index\": 1617, \"rank\": 2146, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1054, \"ini\": 468}, {\"group\": [8.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dehydrated (low-moisture), sulfured, stewed\", \"clust\": 10, \"cat_0_index\": 1894, \"rank\": 2147, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1566, \"ini\": 467}, {\"group\": [2224.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, cooked, boiled, drained, without salt\", \"clust\": 2255, \"cat_0_index\": 3934, \"rank\": 2148, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1968, \"ini\": 466}, {\"group\": [2902.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 0\\\" fat, choice, cooked, roasted\", \"clust\": 2938, \"cat_0_index\": 453, \"rank\": 2613, \"cat-0\": \"Beef Products\", \"rankvar\": 2596, \"ini\": 465}, {\"group\": [3448.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat, reduced fat\", \"clust\": 3480, \"cat_0_index\": 414, \"rank\": 2612, \"cat-0\": \"Baked Products\", \"rankvar\": 2868, \"ini\": 464}, {\"group\": [2149.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, serrano, raw\", \"clust\": 2179, \"cat_0_index\": 3935, \"rank\": 2149, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2297, \"ini\": 463}, {\"group\": [2399.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, frozen, unsweetened\", \"clust\": 2426, \"cat_0_index\": 1895, \"rank\": 2150, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1705, \"ini\": 462}, {\"group\": [3429.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES\", \"clust\": 3464, \"cat_0_index\": 961, \"rank\": 2611, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2967, \"ini\": 461}, {\"group\": [129.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, catfish, channel, wild, raw\", \"clust\": 130, \"cat_0_index\": 1618, \"rank\": 2151, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 661, \"ini\": 460}, {\"group\": [3430.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Wheat CHEX\", \"clust\": 3465, \"cat_0_index\": 962, \"rank\": 2610, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2909, \"ini\": 459}, {\"group\": [920.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable, canned, low sodium, condensed\", \"clust\": 938, \"cat_0_index\": 3027, \"rank\": 2152, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 993, \"ini\": 458}, {\"group\": [949.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Mini Meatball Italian Sauce, ready-to-serve\", \"clust\": 969, \"cat_0_index\": 3028, \"rank\": 2153, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 526, \"ini\": 457}, {\"group\": [236.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, eggs (Alaska Native)\", \"clust\": 238, \"cat_0_index\": 1307, \"rank\": 2154, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 193, \"ini\": 456}, {\"group\": [3522.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, vanilla, creamy, dry mix\", \"clust\": 3556, \"cat_0_index\": 3314, \"rank\": 2155, \"cat-0\": \"Sweets\", \"rankvar\": 2930, \"ini\": 455}, {\"group\": [2165.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lasagna with meat & sauce, low-fat, frozen entree\", \"clust\": 2194, \"cat_0_index\": 2177, \"rank\": 2156, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 103, \"ini\": 454}, {\"group\": [1021.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked, in skin, flesh and skin, with salt\", \"clust\": 1035, \"cat_0_index\": 3936, \"rank\": 2157, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 445, \"ini\": 453}, {\"group\": [1225.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with bananas, prepared with whole milk\", \"clust\": 1250, \"cat_0_index\": 274, \"rank\": 2158, \"cat-0\": \"Baby Foods\", \"rankvar\": 398, \"ini\": 452}, {\"group\": [2626.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, stewed\", \"clust\": 2650, \"cat_0_index\": 2359, \"rank\": 2609, \"cat-0\": \"Poultry Products\", \"rankvar\": 2581, \"ini\": 451}, {\"group\": [52.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, light meat, meat only, raw\", \"clust\": 53, \"cat_0_index\": 2360, \"rank\": 2159, \"cat-0\": \"Poultry Products\", \"rankvar\": 1477, \"ini\": 450}, {\"group\": [1226.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with bananas, prepared with whole milk\", \"clust\": 1251, \"cat_0_index\": 275, \"rank\": 2160, \"cat-0\": \"Baby Foods\", \"rankvar\": 397, \"ini\": 449}, {\"group\": [98.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Elk, free range, roast, eye of round, raw (Shoshone Bannock)\", \"clust\": 86, \"cat_0_index\": 1308, \"rank\": 2161, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1050, \"ini\": 448}, {\"group\": [2345.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, cooked, boiled, drained, with salt\", \"clust\": 2375, \"cat_0_index\": 3937, \"rank\": 2162, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1326, \"ini\": 447}, {\"group\": [521.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS Cinnamon Roll, prepared with boiling water\", \"clust\": 536, \"cat_0_index\": 963, \"rank\": 2163, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 149, \"ini\": 446}, {\"group\": [492.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, heavy syrup pack, solids and liquids\", \"clust\": 506, \"cat_0_index\": 1896, \"rank\": 2164, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1925, \"ini\": 445}, {\"group\": [162.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, haddock, cooked, dry heat\", \"clust\": 164, \"cat_0_index\": 1619, \"rank\": 2165, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1449, \"ini\": 444}, {\"group\": [228.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, turkey, strained\", \"clust\": 230, \"cat_0_index\": 276, \"rank\": 2166, \"cat-0\": \"Baby Foods\", \"rankvar\": 175, \"ini\": 443}, {\"group\": [2795.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (beef franks)\", \"clust\": 2829, \"cat_0_index\": 2455, \"rank\": 2608, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2577, \"ini\": 442}, {\"group\": [214.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, queen, raw\", \"clust\": 215, \"cat_0_index\": 1620, \"rank\": 2167, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1248, \"ini\": 441}, {\"group\": [422.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cloudberries, raw (Alaska Native)\", \"clust\": 428, \"cat_0_index\": 1309, \"rank\": 2168, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2684, \"ini\": 440}, {\"group\": [3512.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, regular\", \"clust\": 3552, \"cat_0_index\": 3315, \"rank\": 2169, \"cat-0\": \"Sweets\", \"rankvar\": 2861, \"ini\": 439}, {\"group\": [522.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS, Golden Brown Sugar, prepared with boiling water\", \"clust\": 537, \"cat_0_index\": 964, \"rank\": 2170, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 156, \"ini\": 438}, {\"group\": [484.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup, drained\", \"clust\": 495, \"cat_0_index\": 1897, \"rank\": 2171, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1672, \"ini\": 437}, {\"group\": [913.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, cooked, boiled, drained, without salt\", \"clust\": 931, \"cat_0_index\": 3938, \"rank\": 2172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2474, \"ini\": 436}, {\"group\": [3837.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, fruit-filled, nonfat\", \"clust\": 3869, \"cat_0_index\": 2590, \"rank\": 2607, \"cat-0\": \"Snacks\", \"rankvar\": 3314, \"ini\": 435}, {\"group\": [2443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Side dishes, potato salad\", \"clust\": 435, \"cat_0_index\": 1351, \"rank\": 2173, \"cat-0\": \"Fast Foods\", \"rankvar\": 283, \"ini\": 434}, {\"group\": [2826.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Polish sausage, pork\", \"clust\": 2861, \"cat_0_index\": 2456, \"rank\": 2606, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2501, \"ini\": 433}, {\"group\": [379.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, canned, solids and liquids\", \"clust\": 389, \"cat_0_index\": 3939, \"rank\": 2174, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2546, \"ini\": 432}, {\"group\": [379.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, canned, solids and liquids\", \"clust\": 390, \"cat_0_index\": 3940, \"rank\": 2175, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2547, \"ini\": 431}, {\"group\": [366.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, mayonnaise-like, fat-free\", \"clust\": 376, \"cat_0_index\": 1549, \"rank\": 2176, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1062, \"ini\": 430}, {\"group\": [3948.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, saccharin\", \"clust\": 3983, \"cat_0_index\": 3316, \"rank\": 2605, \"cat-0\": \"Sweets\", \"rankvar\": 3677, \"ini\": 429}, {\"group\": [193.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bear, polar, meat, raw (Alaska Native)\", \"clust\": 193, \"cat_0_index\": 1310, \"rank\": 2177, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1820, \"ini\": 428}, {\"group\": [167.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, kidneys, raw\", \"clust\": 167, \"cat_0_index\": 454, \"rank\": 2178, \"cat-0\": \"Beef Products\", \"rankvar\": 546, \"ini\": 427}, {\"group\": [3649.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, pound cake type, pan de torta salvadoran\", \"clust\": 3690, \"cat_0_index\": 415, \"rank\": 2604, \"cat-0\": \"Baked Products\", \"rankvar\": 2534, \"ini\": 426}, {\"group\": [3879.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Iced Molasses\", \"clust\": 3924, \"cat_0_index\": 416, \"rank\": 2603, \"cat-0\": \"Baked Products\", \"rankvar\": 2851, \"ini\": 425}, {\"group\": [832.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg custards, dry mix, prepared with 2% milk\", \"clust\": 848, \"cat_0_index\": 3317, \"rank\": 2179, \"cat-0\": \"Sweets\", \"rankvar\": 100, \"ini\": 424}, {\"group\": [2971.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, cornnuts, barbecue-flavor\", \"clust\": 3005, \"cat_0_index\": 2591, \"rank\": 2602, \"cat-0\": \"Snacks\", \"rankvar\": 2734, \"ini\": 423}, {\"group\": [2912.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, raw\", \"clust\": 2946, \"cat_0_index\": 455, \"rank\": 2601, \"cat-0\": \"Beef Products\", \"rankvar\": 2615, \"ini\": 422}, {\"group\": [2428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Parsnips, cooked, boiled, drained, without salt\", \"clust\": 2457, \"cat_0_index\": 3941, \"rank\": 2180, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1064, \"ini\": 421}, {\"group\": [62.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, breast, meat only, raw\", \"clust\": 66, \"cat_0_index\": 2361, \"rank\": 2181, \"cat-0\": \"Poultry Products\", \"rankvar\": 1926, \"ini\": 420}, {\"group\": [2901.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, broiled\", \"clust\": 2932, \"cat_0_index\": 456, \"rank\": 2600, \"cat-0\": \"Beef Products\", \"rankvar\": 2595, \"ini\": 419}, {\"group\": [3655.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted brown sugar cinnamon\", \"clust\": 3698, \"cat_0_index\": 417, \"rank\": 2599, \"cat-0\": \"Baked Products\", \"rankvar\": 2720, \"ini\": 418}, {\"group\": [1276.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, prepared from granules, without milk, whole milk and margarine\", \"clust\": 1300, \"cat_0_index\": 3942, \"rank\": 2182, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 152, \"ini\": 417}, {\"group\": [2972.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, KRAFT, CORNNUTS, plain\", \"clust\": 3003, \"cat_0_index\": 2592, \"rank\": 2598, \"cat-0\": \"Snacks\", \"rankvar\": 2713, \"ini\": 416}, {\"group\": [960.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom Supreme Italian Sauce, ready-to-serve\", \"clust\": 959, \"cat_0_index\": 3029, \"rank\": 2183, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 615, \"ini\": 415}, {\"group\": [141.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, halibut, Atlantic and Pacific, raw\", \"clust\": 141, \"cat_0_index\": 1621, \"rank\": 2184, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1362, \"ini\": 414}, {\"group\": [2221.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, cooked, boiled, drained, with salt\", \"clust\": 2250, \"cat_0_index\": 3943, \"rank\": 2185, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2058, \"ini\": 413}, {\"group\": [151.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, scup, raw\", \"clust\": 146, \"cat_0_index\": 1622, \"rank\": 2186, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 598, \"ini\": 412}, {\"group\": [149.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, smelt, rainbow, raw\", \"clust\": 150, \"cat_0_index\": 1623, \"rank\": 2187, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 663, \"ini\": 411}, {\"group\": [44.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, leg, whole (shank and sirloin), separable lean only, raw\", \"clust\": 44, \"cat_0_index\": 1933, \"rank\": 2188, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 689, \"ini\": 410}, {\"group\": [28.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, dark meat, meat only, raw\", \"clust\": 31, \"cat_0_index\": 2362, \"rank\": 2189, \"cat-0\": \"Poultry Products\", \"rankvar\": 849, \"ini\": 409}, {\"group\": [1222.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate beverage, hot cocoa, homemade\", \"clust\": 1244, \"cat_0_index\": 1215, \"rank\": 2190, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 504, \"ini\": 408}, {\"group\": [3520.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tapioca, pearl, dry\", \"clust\": 3558, \"cat_0_index\": 1052, \"rank\": 2191, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2777, \"ini\": 407}, {\"group\": [736.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, navels\", \"clust\": 751, \"cat_0_index\": 1898, \"rank\": 2192, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2160, \"ini\": 406}, {\"group\": [2796.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (beef franks, bun length)\", \"clust\": 2830, \"cat_0_index\": 2457, \"rank\": 2597, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2573, \"ini\": 405}, {\"group\": [3789.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MUESLI, dried fruit and nuts\", \"clust\": 3835, \"cat_0_index\": 965, \"rank\": 2596, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2845, \"ini\": 404}, {\"group\": [373.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Creamy dressing, made with sour cream and/or buttermilk and oil, reduced calorie, fat-free\", \"clust\": 383, \"cat_0_index\": 1550, \"rank\": 2193, \"cat-0\": \"Fats and Oils\", \"rankvar\": 477, \"ini\": 403}, {\"group\": [445.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Peach soy Yogurt\", \"clust\": 450, \"cat_0_index\": 2137, \"rank\": 2194, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1382, \"ini\": 402}, {\"group\": [1072.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, steamed corn (Navajo)\", \"clust\": 1091, \"cat_0_index\": 1311, \"rank\": 2195, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 28, \"ini\": 401}, {\"group\": [2404.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, cooked, boiled, drained, without salt\", \"clust\": 2433, \"cat_0_index\": 3944, \"rank\": 2196, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1119, \"ini\": 400}, {\"group\": [1039.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken Soup, condensed\", \"clust\": 1058, \"cat_0_index\": 3030, \"rank\": 2197, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 703, \"ini\": 399}, {\"group\": [16.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, lungs, cooked, braised\", \"clust\": 16, \"cat_0_index\": 1934, \"rank\": 2198, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1048, \"ini\": 398}, {\"group\": [229.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, lamb, junior\", \"clust\": 231, \"cat_0_index\": 277, \"rank\": 2199, \"cat-0\": \"Baby Foods\", \"rankvar\": 307, \"ini\": 397}, {\"group\": [59.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, inside drum, raw\", \"clust\": 62, \"cat_0_index\": 2363, \"rank\": 2200, \"cat-0\": \"Poultry Products\", \"rankvar\": 1385, \"ini\": 396}, {\"group\": [1992.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, taco salad with chili con carne\", \"clust\": 2021, \"cat_0_index\": 1352, \"rank\": 2201, \"cat-0\": \"Fast Foods\", \"rankvar\": 55, \"ini\": 395}, {\"group\": [3928.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, YORK Peppermint Pattie\", \"clust\": 3965, \"cat_0_index\": 3318, \"rank\": 2595, \"cat-0\": \"Sweets\", \"rankvar\": 3455, \"ini\": 394}, {\"group\": [2962.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, plain\", \"clust\": 2995, \"cat_0_index\": 2593, \"rank\": 2594, \"cat-0\": \"Snacks\", \"rankvar\": 2610, \"ini\": 393}, {\"group\": [940.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with onions, green peppers, and celery\", \"clust\": 958, \"cat_0_index\": 3945, \"rank\": 2202, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1920, \"ini\": 392}, {\"group\": [987.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with herbs and cheese\", \"clust\": 1003, \"cat_0_index\": 3946, \"rank\": 2203, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1059, \"ini\": 391}, {\"group\": [2471.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cream\", \"clust\": 2500, \"cat_0_index\": 1216, \"rank\": 2593, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2667, \"ini\": 390}, {\"group\": [1020.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Potato wedges, frozen\", \"clust\": 1036, \"cat_0_index\": 3947, \"rank\": 2204, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 111, \"ini\": 389}, {\"group\": [3914.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Sour Fruit Chews\", \"clust\": 3953, \"cat_0_index\": 3319, \"rank\": 2592, \"cat-0\": \"Sweets\", \"rankvar\": 3382, \"ini\": 388}, {\"group\": [130.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, seatrout, mixed species, raw\", \"clust\": 131, \"cat_0_index\": 1624, \"rank\": 2205, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 499, \"ini\": 387}, {\"group\": [895.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, New England Clam Chowder, condensed\", \"clust\": 913, \"cat_0_index\": 3031, \"rank\": 2206, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1241, \"ini\": 386}, {\"group\": [914.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coriander (cilantro) leaves, raw\", \"clust\": 932, \"cat_0_index\": 3948, \"rank\": 2207, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2423, \"ini\": 385}, {\"group\": [154.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pollock, Atlantic, raw\", \"clust\": 157, \"cat_0_index\": 1625, \"rank\": 2208, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1249, \"ini\": 384}, {\"group\": [127.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, monkfish, cooked, dry heat\", \"clust\": 128, \"cat_0_index\": 1626, \"rank\": 2209, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1514, \"ini\": 383}, {\"group\": [2498.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Croissants, cheese\", \"clust\": 2525, \"cat_0_index\": 418, \"rank\": 2591, \"cat-0\": \"Baked Products\", \"rankvar\": 2454, \"ini\": 382}, {\"group\": [737.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, all commercial varieties\", \"clust\": 752, \"cat_0_index\": 1899, \"rank\": 2210, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2139, \"ini\": 381}, {\"group\": [1097.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad with Grilled Chicken\", \"clust\": 1113, \"cat_0_index\": 1353, \"rank\": 2211, \"cat-0\": \"Fast Foods\", \"rankvar\": 377, \"ini\": 380}, {\"group\": [3862.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereal wafer straws, KELLOGG, FROOT LOOPS Cereal straws\", \"clust\": 3905, \"cat_0_index\": 966, \"rank\": 2590, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3007, \"ini\": 379}, {\"group\": [2786.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smoked link sausage, pork\", \"clust\": 2818, \"cat_0_index\": 2458, \"rank\": 2589, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2282, \"ini\": 378}, {\"group\": [1044.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Cream of Mushroom Soup, condensed\", \"clust\": 1059, \"cat_0_index\": 3032, \"rank\": 2212, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 786, \"ini\": 377}, {\"group\": [123.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, dungeness, raw\", \"clust\": 125, \"cat_0_index\": 1627, \"rank\": 2213, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 962, \"ini\": 376}, {\"group\": [65.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, elk, raw\", \"clust\": 69, \"cat_0_index\": 1935, \"rank\": 2214, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1492, \"ini\": 375}, {\"group\": [101.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, shoulder clod, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 102, \"cat_0_index\": 1936, \"rank\": 2215, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1135, \"ini\": 374}, {\"group\": [449.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, reduced fat, with added calcium\", \"clust\": 458, \"cat_0_index\": 1217, \"rank\": 2216, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 944, \"ini\": 373}, {\"group\": [3089.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, dry\", \"clust\": 3120, \"cat_0_index\": 967, \"rank\": 2588, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3279, \"ini\": 372}, {\"group\": [3713.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, fruit, enriched (includes apple, cinnamon, raisin, lemon, raspberry, strawberry)\", \"clust\": 3756, \"cat_0_index\": 419, \"rank\": 2587, \"cat-0\": \"Baked Products\", \"rankvar\": 2532, \"ini\": 371}, {\"group\": [24.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, fresh, skipjack, raw\", \"clust\": 21, \"cat_0_index\": 1628, \"rank\": 2217, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1389, \"ini\": 370}, {\"group\": [1993.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cheese, canned, prepared with equal volume milk\", \"clust\": 2022, \"cat_0_index\": 3033, \"rank\": 2218, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 430, \"ini\": 369}, {\"group\": [3063.0, 34.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Natto\", \"clust\": 3079, \"cat_0_index\": 2138, \"rank\": 2586, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1206, \"ini\": 368}, {\"group\": [465.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, cooked, baked, without salt\", \"clust\": 478, \"cat_0_index\": 3949, \"rank\": 2219, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 439, \"ini\": 367}, {\"group\": [3177.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"LITTLE CAESARS 14\\\" Cheese Pizza, Thin Crust\", \"clust\": 3206, \"cat_0_index\": 1354, \"rank\": 2585, \"cat-0\": \"Fast Foods\", \"rankvar\": 1523, \"ini\": 366}, {\"group\": [904.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum leaves, raw\", \"clust\": 921, \"cat_0_index\": 3950, \"rank\": 2220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2419, \"ini\": 365}, {\"group\": [2990.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, prepared from recipe\", \"clust\": 3023, \"cat_0_index\": 420, \"rank\": 2584, \"cat-0\": \"Baked Products\", \"rankvar\": 2659, \"ini\": 364}, {\"group\": [905.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, raw\", \"clust\": 922, \"cat_0_index\": 3951, \"rank\": 2221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2418, \"ini\": 363}, {\"group\": [385.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, pork, and beef sausage, low fat, smoked\", \"clust\": 393, \"cat_0_index\": 2459, \"rank\": 2222, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 184, \"ini\": 362}, {\"group\": [897.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Potato Soup, condensed\", \"clust\": 912, \"cat_0_index\": 3034, \"rank\": 2223, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1423, \"ini\": 361}, {\"group\": [3814.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SPECIAL K, Fruit & Yogurt\", \"clust\": 3859, \"cat_0_index\": 968, \"rank\": 2583, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2974, \"ini\": 360}, {\"group\": [3528.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, pina colada, prepared-from-recipe\", \"clust\": 3563, \"cat_0_index\": 720, \"rank\": 2224, \"cat-0\": \"Beverages\", \"rankvar\": 1339, \"ini\": 359}, {\"group\": [3889.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Honey Nut Oats\", \"clust\": 3933, \"cat_0_index\": 969, \"rank\": 2582, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3048, \"ini\": 358}, {\"group\": [524.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with DINOSAUR BONES, Brown Sugar Cinnamon, prepared with boiling water\", \"clust\": 534, \"cat_0_index\": 970, \"rank\": 2225, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 206, \"ini\": 357}, {\"group\": [3510.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, raw, unenriched\", \"clust\": 3548, \"cat_0_index\": 1053, \"rank\": 2226, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2622, \"ini\": 356}, {\"group\": [2820.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, patties, unheated\", \"clust\": 2854, \"cat_0_index\": 2325, \"rank\": 2581, \"cat-0\": \"Pork Products\", \"rankvar\": 2497, \"ini\": 355}, {\"group\": [483.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, syrup pack, solids and liquids\", \"clust\": 497, \"cat_0_index\": 3952, \"rank\": 2227, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1164, \"ini\": 354}, {\"group\": [3360.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yellow pond lily, Wocas, dried seeds (Pacific Northwest Indians)\", \"clust\": 3398, \"cat_0_index\": 1312, \"rank\": 2580, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3418, \"ini\": 353}, {\"group\": [2843.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Biscuit\", \"clust\": 2873, \"cat_0_index\": 1355, \"rank\": 2579, \"cat-0\": \"Fast Foods\", \"rankvar\": 1993, \"ini\": 352}, {\"group\": [912.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, cooked, boiled, drained, with salt\", \"clust\": 927, \"cat_0_index\": 3953, \"rank\": 2228, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2456, \"ini\": 351}, {\"group\": [950.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Italian Sausage and Garlic Italian Sauce, ready-to-serve\", \"clust\": 970, \"cat_0_index\": 3035, \"rank\": 2229, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 694, \"ini\": 350}, {\"group\": [2156.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, unprepared\", \"clust\": 2184, \"cat_0_index\": 3954, \"rank\": 2230, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2452, \"ini\": 349}, {\"group\": [3943.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fondant, prepared-from-recipe\", \"clust\": 3990, \"cat_0_index\": 3320, \"rank\": 2578, \"cat-0\": \"Sweets\", \"rankvar\": 3717, \"ini\": 348}, {\"group\": [3481.0, 68.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S PRODUCT 19\", \"clust\": 3508, \"cat_0_index\": 971, \"rank\": 2577, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3214, \"ini\": 347}, {\"group\": [232.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Low Fat Fri Chik, canned, unprepared\", \"clust\": 234, \"cat_0_index\": 2139, \"rank\": 2231, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 181, \"ini\": 346}, {\"group\": [2810.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners Little (pork, turkey)\", \"clust\": 2842, \"cat_0_index\": 2460, \"rank\": 2576, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2541, \"ini\": 345}, {\"group\": [2421.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sugar-apples, (sweetsop), raw\", \"clust\": 2451, \"cat_0_index\": 1900, \"rank\": 2232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 919, \"ini\": 344}, {\"group\": [3657.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KELLOGG'S Pop-Tarts Pastry Swirls, Strawberry Danish\", \"clust\": 3695, \"cat_0_index\": 421, \"rank\": 2575, \"cat-0\": \"Baked Products\", \"rankvar\": 2620, \"ini\": 343}, {\"group\": [477.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, ready-to-eat\", \"clust\": 483, \"cat_0_index\": 3321, \"rank\": 2233, \"cat-0\": \"Sweets\", \"rankvar\": 245, \"ini\": 342}, {\"group\": [114.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, light, canned in water, without salt, drained solids\", \"clust\": 115, \"cat_0_index\": 1629, \"rank\": 2234, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2075, \"ini\": 341}, {\"group\": [425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chili, no beans, canned entree\", \"clust\": 432, \"cat_0_index\": 2178, \"rank\": 2235, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 52, \"ini\": 340}, {\"group\": [289.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bread, kneel down (Navajo)\", \"clust\": 292, \"cat_0_index\": 1313, \"rank\": 2236, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 50, \"ini\": 339}, {\"group\": [99.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, separable lean only, raw\", \"clust\": 103, \"cat_0_index\": 1937, \"rank\": 2237, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1260, \"ini\": 338}, {\"group\": [335.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla Fudge Twirl\", \"clust\": 342, \"cat_0_index\": 3322, \"rank\": 2238, \"cat-0\": \"Sweets\", \"rankvar\": 40, \"ini\": 337}, {\"group\": [2923.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, thymus, cooked, braised\", \"clust\": 2926, \"cat_0_index\": 457, \"rank\": 2574, \"cat-0\": \"Beef Products\", \"rankvar\": 2249, \"ini\": 336}, {\"group\": [2808.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Braunschweiger (a liver sausage), pork\", \"clust\": 2839, \"cat_0_index\": 2461, \"rank\": 2573, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2490, \"ini\": 335}, {\"group\": [360.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean leaves, raw\", \"clust\": 360, \"cat_0_index\": 3955, \"rank\": 2239, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1259, \"ini\": 334}, {\"group\": [2186.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, cooked, boiled, drained, with salt\", \"clust\": 2217, \"cat_0_index\": 3956, \"rank\": 2240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2156, \"ini\": 333}, {\"group\": [2171.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard spinach, (tendergreen), cooked, boiled, drained, without salt\", \"clust\": 2200, \"cat_0_index\": 3957, \"rank\": 2241, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2525, \"ini\": 332}, {\"group\": [171.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, heart, raw\", \"clust\": 172, \"cat_0_index\": 1938, \"rank\": 2242, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 450, \"ini\": 331}, {\"group\": [3174.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"APPLEBEE'S, mozzarella sticks\", \"clust\": 3210, \"cat_0_index\": 2402, \"rank\": 2572, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 862, \"ini\": 330}, {\"group\": [97.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, arm, separable lean only, raw\", \"clust\": 96, \"cat_0_index\": 1939, \"rank\": 2243, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1005, \"ini\": 329}, {\"group\": [192.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, ringed, meat (Alaska Native)\", \"clust\": 195, \"cat_0_index\": 1314, \"rank\": 2244, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2315, \"ini\": 328}, {\"group\": [218.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Ham (40% ham/water product, smoked, fat free)\", \"clust\": 222, \"cat_0_index\": 2462, \"rank\": 2245, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1412, \"ini\": 327}, {\"group\": [3905.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, Horchata, dry mix, unprepared, variety of brands, all with morro seeds\", \"clust\": 3943, \"cat_0_index\": 721, \"rank\": 2571, \"cat-0\": \"Beverages\", \"rankvar\": 2942, \"ini\": 326}, {\"group\": [155.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sunfish, pumpkin seed, raw\", \"clust\": 158, \"cat_0_index\": 1630, \"rank\": 2246, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1366, \"ini\": 325}, {\"group\": [2157.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, cooked, boiled, drained, without salt\", \"clust\": 2183, \"cat_0_index\": 3958, \"rank\": 2247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2298, \"ini\": 324}, {\"group\": [896.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Golden Mushroom Soup, condensed\", \"clust\": 914, \"cat_0_index\": 3036, \"rank\": 2248, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1800, \"ini\": 323}, {\"group\": [311.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, dried, sulfured, stewed, with added sugar\", \"clust\": 311, \"cat_0_index\": 1901, \"rank\": 2249, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1212, \"ini\": 322}, {\"group\": [452.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, yogurt, whole milk, with fruit, multigrain cereal and added iron\", \"clust\": 464, \"cat_0_index\": 278, \"rank\": 2250, \"cat-0\": \"Baby Foods\", \"rankvar\": 407, \"ini\": 321}, {\"group\": [3447.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, 94% fat free\", \"clust\": 3481, \"cat_0_index\": 2594, \"rank\": 2570, \"cat-0\": \"Snacks\", \"rankvar\": 3018, \"ini\": 320}, {\"group\": [2417.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, canned\", \"clust\": 2447, \"cat_0_index\": 2140, \"rank\": 2251, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 522, \"ini\": 319}, {\"group\": [428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SPECIAL CARE, ADVANCE 24, with iron, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 439, \"cat_0_index\": 279, \"rank\": 2252, \"cat-0\": \"Baby Foods\", \"rankvar\": 1361, \"ini\": 318}, {\"group\": [3271.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, fish, ready-to-serve\", \"clust\": 3305, \"cat_0_index\": 3037, \"rank\": 2569, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3777, \"ini\": 317}, {\"group\": [1464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs A to Z's with Meatballs\", \"clust\": 1491, \"cat_0_index\": 2179, \"rank\": 2253, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 115, \"ini\": 316}, {\"group\": [1464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Meatballs\", \"clust\": 1492, \"cat_0_index\": 2180, \"rank\": 2254, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 116, \"ini\": 315}, {\"group\": [3884.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH\", \"clust\": 3929, \"cat_0_index\": 972, \"rank\": 2568, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3142, \"ini\": 314}, {\"group\": [424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni and Cheese, canned, microwaveable\", \"clust\": 434, \"cat_0_index\": 2181, \"rank\": 2255, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 10, \"ini\": 313}, {\"group\": [2405.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, unprepared\", \"clust\": 2434, \"cat_0_index\": 3959, \"rank\": 2256, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 714, \"ini\": 312}, {\"group\": [2903.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2939, \"cat_0_index\": 458, \"rank\": 2567, \"cat-0\": \"Beef Products\", \"rankvar\": 2584, \"ini\": 311}, {\"group\": [153.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, burbot, raw\", \"clust\": 156, \"cat_0_index\": 1631, \"rank\": 2257, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1396, \"ini\": 310}, {\"group\": [108.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, leg (top round), separable lean only, raw\", \"clust\": 110, \"cat_0_index\": 1940, \"rank\": 2258, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1334, \"ini\": 309}, {\"group\": [115.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, meat, raw (Alaska Native)\", \"clust\": 116, \"cat_0_index\": 1315, \"rank\": 2259, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2226, \"ini\": 308}, {\"group\": [219.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Turkey Breast (smoked, fat free)\", \"clust\": 223, \"cat_0_index\": 2463, \"rank\": 2260, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1286, \"ini\": 307}, {\"group\": [2441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, raw\", \"clust\": 2470, \"cat_0_index\": 3960, \"rank\": 2261, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1001, \"ini\": 306}, {\"group\": [907.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, cooked, boiled, drained, with salt\", \"clust\": 924, \"cat_0_index\": 3961, \"rank\": 2262, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2303, \"ini\": 305}, {\"group\": [1218.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, powder, prepared with whole milk\", \"clust\": 1241, \"cat_0_index\": 722, \"rank\": 2263, \"cat-0\": \"Beverages\", \"rankvar\": 384, \"ini\": 304}, {\"group\": [352.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, with apple and orange, prepared with whole milk\", \"clust\": 361, \"cat_0_index\": 280, \"rank\": 2264, \"cat-0\": \"Baby Foods\", \"rankvar\": 411, \"ini\": 303}, {\"group\": [132.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, croaker, Atlantic, raw\", \"clust\": 133, \"cat_0_index\": 1632, \"rank\": 2265, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 606, \"ini\": 302}, {\"group\": [1466.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Sliced Franks\", \"clust\": 1489, \"cat_0_index\": 2182, \"rank\": 2266, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 215, \"ini\": 301}, {\"group\": [90.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shank (fore and hind), separable lean only, raw\", \"clust\": 92, \"cat_0_index\": 1941, \"rank\": 2267, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 780, \"ini\": 300}, {\"group\": [1219.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, whole, with added vitamin A and vitamin D\", \"clust\": 1242, \"cat_0_index\": 1218, \"rank\": 2268, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 457, \"ini\": 299}, {\"group\": [367.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Bisque, condensed\", \"clust\": 374, \"cat_0_index\": 3038, \"rank\": 2269, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 631, \"ini\": 298}, {\"group\": [3886.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH with CRUNCHBERRIES\", \"clust\": 3928, \"cat_0_index\": 973, \"rank\": 2566, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3154, \"ini\": 297}, {\"group\": [119.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, canned\", \"clust\": 121, \"cat_0_index\": 1633, \"rank\": 2270, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1152, \"ini\": 296}, {\"group\": [120.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, cooked, moist heat\", \"clust\": 122, \"cat_0_index\": 1634, \"rank\": 2271, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1153, \"ini\": 295}, {\"group\": [1101.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, ABBOTT NUTRITION, PEDIASURE, ready-to-feed, with iron and fiber (formerly ROSS)\", \"clust\": 1122, \"cat_0_index\": 281, \"rank\": 2272, \"cat-0\": \"Baby Foods\", \"rankvar\": 258, \"ini\": 294}, {\"group\": [3027.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, deep dish, frozen, unbaked, made with enriched flour\", \"clust\": 3060, \"cat_0_index\": 422, \"rank\": 2565, \"cat-0\": \"Baked Products\", \"rankvar\": 2632, \"ini\": 293}, {\"group\": [333.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla\", \"clust\": 340, \"cat_0_index\": 3323, \"rank\": 2273, \"cat-0\": \"Sweets\", \"rankvar\": 78, \"ini\": 292}, {\"group\": [2437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, baked, with salt\", \"clust\": 2466, \"cat_0_index\": 3962, \"rank\": 2274, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1831, \"ini\": 291}, {\"group\": [909.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro, leaves, cooked, steamed, with salt\", \"clust\": 926, \"cat_0_index\": 3963, \"rank\": 2275, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2365, \"ini\": 290}, {\"group\": [313.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, split pea with ham and bacon, canned, condensed, single brand\", \"clust\": 315, \"cat_0_index\": 3039, \"rank\": 2276, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 71, \"ini\": 289}, {\"group\": [172.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, heart, raw\", \"clust\": 171, \"cat_0_index\": 459, \"rank\": 2277, \"cat-0\": \"Beef Products\", \"rankvar\": 461, \"ini\": 288}, {\"group\": [3293.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread crumbs, dry, grated, seasoned\", \"clust\": 3323, \"cat_0_index\": 423, \"rank\": 2564, \"cat-0\": \"Baked Products\", \"rankvar\": 2647, \"ini\": 287}, {\"group\": [142.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tilefish, raw\", \"clust\": 140, \"cat_0_index\": 1635, \"rank\": 2278, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 978, \"ini\": 286}, {\"group\": [2472.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream, fluid, heavy whipping\", \"clust\": 2501, \"cat_0_index\": 1219, \"rank\": 2563, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2982, \"ini\": 285}, {\"group\": [1230.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, with added nutrients, powder, prepared with whole milk\", \"clust\": 1252, \"cat_0_index\": 723, \"rank\": 2279, \"cat-0\": \"Beverages\", \"rankvar\": 427, \"ini\": 284}, {\"group\": [2227.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory greens, raw\", \"clust\": 2253, \"cat_0_index\": 3964, \"rank\": 2280, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2425, \"ini\": 283}, {\"group\": [66.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, full rump, raw\", \"clust\": 70, \"cat_0_index\": 2364, \"rank\": 2281, \"cat-0\": \"Poultry Products\", \"rankvar\": 1451, \"ini\": 282}, {\"group\": [435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait\", \"clust\": 448, \"cat_0_index\": 1356, \"rank\": 2282, \"cat-0\": \"Fast Foods\", \"rankvar\": 392, \"ini\": 281}, {\"group\": [17.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, lungs, cooked, braised\", \"clust\": 17, \"cat_0_index\": 1942, \"rank\": 2283, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 952, \"ini\": 280}, {\"group\": [2225.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, cooked, boiled, drained, with salt\", \"clust\": 2256, \"cat_0_index\": 3965, \"rank\": 2284, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2017, \"ini\": 279}, {\"group\": [3812.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, HEART TO HEART, Wild Blueberry\", \"clust\": 3852, \"cat_0_index\": 974, \"rank\": 2562, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2756, \"ini\": 278}, {\"group\": [42.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable lean only, raw\", \"clust\": 45, \"cat_0_index\": 1943, \"rank\": 2285, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 609, \"ini\": 277}, {\"group\": [3269.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Miso\", \"clust\": 3303, \"cat_0_index\": 2141, \"rank\": 2561, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2862, \"ini\": 276}, {\"group\": [94.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, cubed for stew (leg and shoulder), separable lean only, raw\", \"clust\": 98, \"cat_0_index\": 1944, \"rank\": 2286, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 964, \"ini\": 275}, {\"group\": [11.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Choplets, canned, unprepared\", \"clust\": 14, \"cat_0_index\": 2142, \"rank\": 2287, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 909, \"ini\": 274}, {\"group\": [13.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Multigrain Cutlets, canned, unprepared\", \"clust\": 13, \"cat_0_index\": 2143, \"rank\": 2288, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 534, \"ini\": 273}, {\"group\": [2164.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, cooked, boiled, drained, with salt\", \"clust\": 2189, \"cat_0_index\": 3966, \"rank\": 2289, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2015, \"ini\": 272}, {\"group\": [2420.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chickpeas (garbanzo beans, bengal gram), mature seeds, canned\", \"clust\": 2443, \"cat_0_index\": 2144, \"rank\": 2290, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 190, \"ini\": 271}, {\"group\": [305.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, cooked, boiled, without salt\", \"clust\": 308, \"cat_0_index\": 2145, \"rank\": 2291, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 95, \"ini\": 270}, {\"group\": [3885.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, SWEET CRUNCH/QUISP\", \"clust\": 3930, \"cat_0_index\": 975, \"rank\": 2560, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3136, \"ini\": 269}, {\"group\": [982.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk and butter added\", \"clust\": 998, \"cat_0_index\": 3967, \"rank\": 2292, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 122, \"ini\": 268}, {\"group\": [81.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Moose, meat, raw (Alaska Native)\", \"clust\": 57, \"cat_0_index\": 1316, \"rank\": 2293, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1454, \"ini\": 267}, {\"group\": [38.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, foreshank, separable lean only, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 40, \"cat_0_index\": 1945, \"rank\": 2294, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 811, \"ini\": 266}, {\"group\": [2804.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate, truffle flavor\", \"clust\": 2835, \"cat_0_index\": 2464, \"rank\": 2559, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2480, \"ini\": 265}, {\"group\": [2154.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, green, cooked, no salt added\", \"clust\": 2185, \"cat_0_index\": 3968, \"rank\": 2295, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2475, \"ini\": 264}, {\"group\": [188.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, chicken, cooked\", \"clust\": 189, \"cat_0_index\": 2465, \"rank\": 2296, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 402, \"ini\": 263}, {\"group\": [2169.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli raab, cooked\", \"clust\": 2197, \"cat_0_index\": 3969, \"rank\": 2297, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2242, \"ini\": 262}, {\"group\": [96.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, sirloin, separable lean only, raw\", \"clust\": 97, \"cat_0_index\": 1946, \"rank\": 2298, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 943, \"ini\": 261}, {\"group\": [3511.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, raw, unenriched\", \"clust\": 3549, \"cat_0_index\": 1054, \"rank\": 2299, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2625, \"ini\": 260}, {\"group\": [523.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS Baked Apple, prepared with boiling water\", \"clust\": 535, \"cat_0_index\": 976, \"rank\": 2300, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 195, \"ini\": 259}, {\"group\": [67.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, light meat, raw\", \"clust\": 74, \"cat_0_index\": 2365, \"rank\": 2301, \"cat-0\": \"Poultry Products\", \"rankvar\": 1576, \"ini\": 258}, {\"group\": [2010.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Fiesta Nacho Cheese Soup, condensed\", \"clust\": 2037, \"cat_0_index\": 3040, \"rank\": 2302, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 372, \"ini\": 257}, {\"group\": [3172.0, 48.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, pork\", \"clust\": 3205, \"cat_0_index\": 2466, \"rank\": 2558, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1974, \"ini\": 256}, {\"group\": [2693.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise, made with tofu\", \"clust\": 2721, \"cat_0_index\": 1551, \"rank\": 2557, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2763, \"ini\": 255}, {\"group\": [486.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, frozen, sweetened\", \"clust\": 499, \"cat_0_index\": 1902, \"rank\": 2303, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1628, \"ini\": 254}, {\"group\": [334.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla Chocolate Strawberry\", \"clust\": 341, \"cat_0_index\": 3324, \"rank\": 2304, \"cat-0\": \"Sweets\", \"rankvar\": 66, \"ini\": 253}, {\"group\": [68.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, light meat, meat only, raw\", \"clust\": 75, \"cat_0_index\": 2366, \"rank\": 2305, \"cat-0\": \"Poultry Products\", \"rankvar\": 1558, \"ini\": 252}, {\"group\": [380.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, pickled\", \"clust\": 391, \"cat_0_index\": 3970, \"rank\": 2306, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2522, \"ini\": 251}, {\"group\": [18.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, lungs, raw\", \"clust\": 19, \"cat_0_index\": 1947, \"rank\": 2307, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 816, \"ini\": 250}, {\"group\": [100.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, top sirloin, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 104, \"cat_0_index\": 1948, \"rank\": 2308, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1122, \"ini\": 249}, {\"group\": [336.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Chocolate Caramel\", \"clust\": 343, \"cat_0_index\": 3325, \"rank\": 2309, \"cat-0\": \"Sweets\", \"rankvar\": 42, \"ini\": 248}, {\"group\": [507.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sweet (includes bread and butter pickles)\", \"clust\": 480, \"cat_0_index\": 3971, \"rank\": 2310, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1501, \"ini\": 247}, {\"group\": [30.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, thigh, meat only, raw\", \"clust\": 34, \"cat_0_index\": 2367, \"rank\": 2311, \"cat-0\": \"Poultry Products\", \"rankvar\": 575, \"ini\": 246}, {\"group\": [2222.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 2251, \"cat_0_index\": 3972, \"rank\": 2312, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2193, \"ini\": 245}, {\"group\": [339.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, liquid, with lauric acid oil and sodium caseinate\", \"clust\": 345, \"cat_0_index\": 1220, \"rank\": 2313, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1190, \"ini\": 244}, {\"group\": [386.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, baked, canned, with beef\", \"clust\": 394, \"cat_0_index\": 2146, \"rank\": 2314, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 29, \"ini\": 243}, {\"group\": [63.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, inside leg, raw\", \"clust\": 67, \"cat_0_index\": 2368, \"rank\": 2315, \"cat-0\": \"Poultry Products\", \"rankvar\": 1435, \"ini\": 242}, {\"group\": [29.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, cornish game hens, meat only, raw\", \"clust\": 29, \"cat_0_index\": 2369, \"rank\": 2316, \"cat-0\": \"Poultry Products\", \"rankvar\": 696, \"ini\": 241}, {\"group\": [43.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, loin, separable lean only, raw\", \"clust\": 46, \"cat_0_index\": 1949, \"rank\": 2317, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 660, \"ini\": 240}, {\"group\": [69.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, light meat, meat only, raw\", \"clust\": 73, \"cat_0_index\": 2370, \"rank\": 2318, \"cat-0\": \"Poultry Products\", \"rankvar\": 1564, \"ini\": 239}, {\"group\": [2807.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liver cheese, pork\", \"clust\": 2841, \"cat_0_index\": 2467, \"rank\": 2556, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2382, \"ini\": 238}, {\"group\": [2618.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Light Buttery Spread\", \"clust\": 2644, \"cat_0_index\": 1552, \"rank\": 2555, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2714, \"ini\": 237}, {\"group\": [463.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, raw\", \"clust\": 474, \"cat_0_index\": 1903, \"rank\": 2319, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1474, \"ini\": 236}, {\"group\": [3523.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, vanilla, dry mix\", \"clust\": 3550, \"cat_0_index\": 3326, \"rank\": 2320, \"cat-0\": \"Sweets\", \"rankvar\": 3005, \"ini\": 235}, {\"group\": [283.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, firm, prepared with calcium sulfate and magnesium chloride (nigari)\", \"clust\": 287, \"cat_0_index\": 2147, \"rank\": 2321, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 948, \"ini\": 234}, {\"group\": [946.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Ricotta Parmesan Italian Sauce, ready-to-serve\", \"clust\": 966, \"cat_0_index\": 3041, \"rank\": 2322, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 739, \"ini\": 233}, {\"group\": [3321.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, garlic powder\", \"clust\": 3345, \"cat_0_index\": 3112, \"rank\": 2554, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3025, \"ini\": 232}, {\"group\": [70.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ground Turkey, fat free, raw\", \"clust\": 72, \"cat_0_index\": 2371, \"rank\": 2323, \"cat-0\": \"Poultry Products\", \"rankvar\": 1593, \"ini\": 231}, {\"group\": [3791.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Oatmeal Crisp, Raisin\", \"clust\": 3838, \"cat_0_index\": 977, \"rank\": 2553, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2953, \"ini\": 230}, {\"group\": [34.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, meat only, raw\", \"clust\": 37, \"cat_0_index\": 2372, \"rank\": 2324, \"cat-0\": \"Poultry Products\", \"rankvar\": 954, \"ini\": 229}, {\"group\": [353.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, prepared with whole milk\", \"clust\": 362, \"cat_0_index\": 282, \"rank\": 2325, \"cat-0\": \"Baby Foods\", \"rankvar\": 380, \"ini\": 228}, {\"group\": [451.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, yogurt, whole milk, with fruit, multigrain cereal and added DHA\", \"clust\": 466, \"cat_0_index\": 283, \"rank\": 2326, \"cat-0\": \"Baby Foods\", \"rankvar\": 332, \"ini\": 227}, {\"group\": [2150.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, frozen, cooked, boiled, drained, without salt\", \"clust\": 2180, \"cat_0_index\": 3973, \"rank\": 2327, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2033, \"ini\": 226}, {\"group\": [157.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sucker, white, raw\", \"clust\": 153, \"cat_0_index\": 1636, \"rank\": 2328, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 807, \"ini\": 225}, {\"group\": [2622.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Ranch Dressing\", \"clust\": 2643, \"cat_0_index\": 1357, \"rank\": 2552, \"cat-0\": \"Fast Foods\", \"rankvar\": 2496, \"ini\": 224}, {\"group\": [3906.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, soft fruit and nut squares\", \"clust\": 3942, \"cat_0_index\": 3327, \"rank\": 2551, \"cat-0\": \"Sweets\", \"rankvar\": 3092, \"ini\": 223}, {\"group\": [5.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, cooked, boiled, drained, with salt\", \"clust\": 7, \"cat_0_index\": 3974, \"rank\": 2329, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2416, \"ini\": 222}, {\"group\": [3526.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sweet, low sodium (includes bread and butter pickles)\", \"clust\": 3564, \"cat_0_index\": 3975, \"rank\": 2330, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2406, \"ini\": 221}, {\"group\": [363.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Campbell's Pork and Beans\", \"clust\": 371, \"cat_0_index\": 2148, \"rank\": 2331, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 712, \"ini\": 220}, {\"group\": [2813.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Smokies (cheese)\", \"clust\": 2846, \"cat_0_index\": 2468, \"rank\": 2550, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2455, \"ini\": 219}, {\"group\": [95.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable lean only, raw\", \"clust\": 99, \"cat_0_index\": 1950, \"rank\": 2332, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 865, \"ini\": 218}, {\"group\": [88.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, whole (arm and blade), separable lean only, raw\", \"clust\": 90, \"cat_0_index\": 1951, \"rank\": 2333, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 789, \"ini\": 217}, {\"group\": [1042.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Asparagus Soup, condensed\", \"clust\": 1062, \"cat_0_index\": 3042, \"rank\": 2334, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1071, \"ini\": 216}, {\"group\": [314.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with bacon, condensed, single brand\", \"clust\": 316, \"cat_0_index\": 3043, \"rank\": 2335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 432, \"ini\": 215}, {\"group\": [1231.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggnog\", \"clust\": 1253, \"cat_0_index\": 1221, \"rank\": 2336, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 419, \"ini\": 214}, {\"group\": [2963.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, raisin\", \"clust\": 2993, \"cat_0_index\": 2595, \"rank\": 2549, \"cat-0\": \"Snacks\", \"rankvar\": 2616, \"ini\": 213}, {\"group\": [2442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), raw\", \"clust\": 2471, \"cat_0_index\": 3976, \"rank\": 2337, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1992, \"ini\": 212}, {\"group\": [915.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, raw\", \"clust\": 930, \"cat_0_index\": 3977, \"rank\": 2338, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2437, \"ini\": 211}, {\"group\": [833.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg custards, dry mix, prepared with whole milk\", \"clust\": 849, \"cat_0_index\": 3328, \"rank\": 2339, \"cat-0\": \"Sweets\", \"rankvar\": 53, \"ini\": 210}, {\"group\": [163.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, breast, meat only, raw, enhanced\", \"clust\": 165, \"cat_0_index\": 2373, \"rank\": 2340, \"cat-0\": \"Poultry Products\", \"rankvar\": 875, \"ini\": 209}, {\"group\": [3896.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER FRUITANGY OH!S\", \"clust\": 3937, \"cat_0_index\": 978, \"rank\": 2548, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3149, \"ini\": 208}, {\"group\": [125.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, cuttlefish, mixed species, raw\", \"clust\": 124, \"cat_0_index\": 1637, \"rank\": 2341, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1113, \"ini\": 207}, {\"group\": [32.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, leg, meat and skin, raw\", \"clust\": 33, \"cat_0_index\": 2374, \"rank\": 2342, \"cat-0\": \"Poultry Products\", \"rankvar\": 664, \"ini\": 206}, {\"group\": [2427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), raw\", \"clust\": 2453, \"cat_0_index\": 3978, \"rank\": 2343, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 313, \"ini\": 205}, {\"group\": [2904.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2937, \"cat_0_index\": 460, \"rank\": 2547, \"cat-0\": \"Beef Products\", \"rankvar\": 2575, \"ini\": 204}, {\"group\": [89.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, blade, separable lean only, raw\", \"clust\": 91, \"cat_0_index\": 1952, \"rank\": 2344, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 717, \"ini\": 203}, {\"group\": [436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt parfait, lowfat, with fruit and granola\", \"clust\": 446, \"cat_0_index\": 1358, \"rank\": 2345, \"cat-0\": \"Fast Foods\", \"rankvar\": 513, \"ini\": 202}, {\"group\": [316.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, Arroz con habichuelas colorados (Rice And Red Beans)\", \"clust\": 318, \"cat_0_index\": 2403, \"rank\": 2346, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 22, \"ini\": 201}, {\"group\": [466.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bananas, raw\", \"clust\": 479, \"cat_0_index\": 1904, \"rank\": 2347, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 817, \"ini\": 200}, {\"group\": [3919.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, fruit leather, pieces\", \"clust\": 3958, \"cat_0_index\": 3329, \"rank\": 2546, \"cat-0\": \"Sweets\", \"rankvar\": 3378, \"ini\": 199}, {\"group\": [2426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, cooked, boiled, drained, with salt\", \"clust\": 2454, \"cat_0_index\": 3979, \"rank\": 2348, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 303, \"ini\": 198}, {\"group\": [3869.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Dark Molasses\", \"clust\": 3914, \"cat_0_index\": 424, \"rank\": 2545, \"cat-0\": \"Baked Products\", \"rankvar\": 2767, \"ini\": 197}, {\"group\": [128.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, grouper, mixed species, raw\", \"clust\": 129, \"cat_0_index\": 1638, \"rank\": 2349, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1585, \"ini\": 196}, {\"group\": [3331.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, flakes without milk, dry form\", \"clust\": 3362, \"cat_0_index\": 3980, \"rank\": 2544, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3029, \"ini\": 195}, {\"group\": [31.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, leg, meat only, raw\", \"clust\": 35, \"cat_0_index\": 2375, \"rank\": 2350, \"cat-0\": \"Poultry Products\", \"rankvar\": 668, \"ini\": 194}, {\"group\": [2401.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Raspberries, raw\", \"clust\": 2430, \"cat_0_index\": 1905, \"rank\": 2351, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2360, \"ini\": 193}, {\"group\": [36.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, back, meat only, raw\", \"clust\": 36, \"cat_0_index\": 2376, \"rank\": 2352, \"cat-0\": \"Poultry Products\", \"rankvar\": 746, \"ini\": 192}, {\"group\": [3766.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready to eat, composite character cereals (movies, TV), brand B\", \"clust\": 3808, \"cat_0_index\": 979, \"rank\": 2543, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3320, \"ini\": 191}, {\"group\": [253.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S Bacon Ranch Salad with Crispy Chicken\", \"clust\": 256, \"cat_0_index\": 1359, \"rank\": 2353, \"cat-0\": \"Fast Foods\", \"rankvar\": 93, \"ini\": 190}, {\"group\": [3515.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, white, fluffy, dry mix\", \"clust\": 3554, \"cat_0_index\": 3330, \"rank\": 2354, \"cat-0\": \"Sweets\", \"rankvar\": 2894, \"ini\": 189}, {\"group\": [730.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana juice with low fat yogurt\", \"clust\": 740, \"cat_0_index\": 284, \"rank\": 2355, \"cat-0\": \"Baby Foods\", \"rankvar\": 920, \"ini\": 188}, {\"group\": [102.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, antelope, raw\", \"clust\": 105, \"cat_0_index\": 1953, \"rank\": 2356, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1377, \"ini\": 187}, {\"group\": [47.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, wing, meat only, raw\", \"clust\": 47, \"cat_0_index\": 2377, \"rank\": 2357, \"cat-0\": \"Poultry Products\", \"rankvar\": 1016, \"ini\": 186}, {\"group\": [2253.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, cooked, boiled, drained, with salt\", \"clust\": 2281, \"cat_0_index\": 3981, \"rank\": 2358, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 178, \"ini\": 185}, {\"group\": [19.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, lungs, raw\", \"clust\": 20, \"cat_0_index\": 1954, \"rank\": 2359, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1108, \"ini\": 184}, {\"group\": [2681.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, fried, batter\", \"clust\": 2709, \"cat_0_index\": 2378, \"rank\": 2542, \"cat-0\": \"Poultry Products\", \"rankvar\": 2512, \"ini\": 183}, {\"group\": [35.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, drumstick, meat only, raw\", \"clust\": 38, \"cat_0_index\": 2379, \"rank\": 2360, \"cat-0\": \"Poultry Products\", \"rankvar\": 805, \"ini\": 182}, {\"group\": [306.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, catjang, mature seeds, cooked, boiled, without salt\", \"clust\": 309, \"cat_0_index\": 2149, \"rank\": 2361, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 120, \"ini\": 181}, {\"group\": [2829.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Kielbasa, kolbassy, pork, beef, nonfat dry milk added\", \"clust\": 2855, \"cat_0_index\": 2469, \"rank\": 2541, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2190, \"ini\": 180}, {\"group\": [3934.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular\", \"clust\": 3978, \"cat_0_index\": 3331, \"rank\": 2540, \"cat-0\": \"Sweets\", \"rankvar\": 3623, \"ini\": 179}, {\"group\": [2155.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, cooked, boiled, drained, without salt\", \"clust\": 2186, \"cat_0_index\": 3982, \"rank\": 2362, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2387, \"ini\": 178}, {\"group\": [301.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Lemon Chicken with herb rice (chicken not included)\", \"clust\": 304, \"cat_0_index\": 2183, \"rank\": 2363, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 670, \"ini\": 177}, {\"group\": [2147.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chives, raw\", \"clust\": 2177, \"cat_0_index\": 3983, \"rank\": 2364, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2331, \"ini\": 176}, {\"group\": [455.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, ABBOTT NUTRITION, PEDIASURE, ready-to-feed (formerly ROSS)\", \"clust\": 461, \"cat_0_index\": 285, \"rank\": 2365, \"cat-0\": \"Baby Foods\", \"rankvar\": 362, \"ini\": 175}, {\"group\": [3667.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, yeast-leavened, glazed, enriched (includes honey buns)\", \"clust\": 3707, \"cat_0_index\": 425, \"rank\": 2539, \"cat-0\": \"Baked Products\", \"rankvar\": 2493, \"ini\": 174}, {\"group\": [2965.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Sugar Free Rocky Road\", \"clust\": 2997, \"cat_0_index\": 426, \"rank\": 2538, \"cat-0\": \"Baked Products\", \"rankvar\": 2602, \"ini\": 173}, {\"group\": [75.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, tip trimmed, raw\", \"clust\": 82, \"cat_0_index\": 2380, \"rank\": 2366, \"cat-0\": \"Poultry Products\", \"rankvar\": 1276, \"ini\": 172}, {\"group\": [3890.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Honey Graham bagged cereal\", \"clust\": 3934, \"cat_0_index\": 980, \"rank\": 2537, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3021, \"ini\": 171}, {\"group\": [941.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Organic Tomato and Basil Italian Sauce, ready-to-serve\", \"clust\": 961, \"cat_0_index\": 3044, \"rank\": 2367, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1020, \"ini\": 170}, {\"group\": [994.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Soup, condensed\", \"clust\": 1013, \"cat_0_index\": 3045, \"rank\": 2368, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1538, \"ini\": 169}, {\"group\": [2906.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2940, \"cat_0_index\": 461, \"rank\": 2536, \"cat-0\": \"Beef Products\", \"rankvar\": 2570, \"ini\": 168}, {\"group\": [337.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, sundae, strawberry\", \"clust\": 339, \"cat_0_index\": 1360, \"rank\": 2369, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 167}, {\"group\": [2151.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, raw\", \"clust\": 2178, \"cat_0_index\": 3984, \"rank\": 2370, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2481, \"ini\": 166}, {\"group\": [911.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, cooked, boiled, drained, with salt\", \"clust\": 929, \"cat_0_index\": 3985, \"rank\": 2371, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2477, \"ini\": 165}, {\"group\": [187.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Goose, liver, raw\", \"clust\": 159, \"cat_0_index\": 2381, \"rank\": 2372, \"cat-0\": \"Poultry Products\", \"rankvar\": 86, \"ini\": 164}, {\"group\": [3870.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Reduced Fat Ginger Snaps\", \"clust\": 3915, \"cat_0_index\": 427, \"rank\": 2535, \"cat-0\": \"Baked Products\", \"rankvar\": 2877, \"ini\": 163}, {\"group\": [426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, indian buffalo, fluid\", \"clust\": 431, \"cat_0_index\": 1222, \"rank\": 2373, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 692, \"ini\": 162}, {\"group\": [83.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, snapper, mixed species, raw\", \"clust\": 84, \"cat_0_index\": 1639, \"rank\": 2374, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1403, \"ini\": 161}, {\"group\": [169.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, heart, raw\", \"clust\": 173, \"cat_0_index\": 2326, \"rank\": 2375, \"cat-0\": \"Pork Products\", \"rankvar\": 349, \"ini\": 160}, {\"group\": [2153.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, banana, raw\", \"clust\": 2182, \"cat_0_index\": 3986, \"rank\": 2376, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2531, \"ini\": 159}, {\"group\": [121.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, lobster, northern, cooked, moist heat\", \"clust\": 120, \"cat_0_index\": 1640, \"rank\": 2377, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1224, \"ini\": 158}, {\"group\": [91.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shank (fore and hind), separable lean and fat, raw\", \"clust\": 93, \"cat_0_index\": 1955, \"rank\": 2378, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 650, \"ini\": 157}, {\"group\": [461.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherimoya, raw\", \"clust\": 472, \"cat_0_index\": 1906, \"rank\": 2379, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1110, \"ini\": 156}, {\"group\": [290.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, ginkgo nuts, raw\", \"clust\": 293, \"cat_0_index\": 2289, \"rank\": 2380, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 277, \"ini\": 155}, {\"group\": [2830.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liverwurst spread\", \"clust\": 2862, \"cat_0_index\": 2470, \"rank\": 2534, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1816, \"ini\": 154}, {\"group\": [3669.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, miniature cinnamon rolls\", \"clust\": 3710, \"cat_0_index\": 1361, \"rank\": 2533, \"cat-0\": \"Fast Foods\", \"rankvar\": 2485, \"ini\": 153}, {\"group\": [3169.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Entrees, crab cake\", \"clust\": 3203, \"cat_0_index\": 1362, \"rank\": 2532, \"cat-0\": \"Fast Foods\", \"rankvar\": 1266, \"ini\": 152}, {\"group\": [2422.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guavas, strawberry, raw\", \"clust\": 2452, \"cat_0_index\": 1907, \"rank\": 2381, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2004, \"ini\": 151}, {\"group\": [1278.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with meatballs in tomato sauce, canned entree\", \"clust\": 1302, \"cat_0_index\": 2184, \"rank\": 2382, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 104, \"ini\": 150}, {\"group\": [998.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DOUBLE NOODLE in Chicken Broth Soup, condensed\", \"clust\": 1017, \"cat_0_index\": 3046, \"rank\": 2383, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1506, \"ini\": 149}, {\"group\": [2827.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liver sausage, liverwurst, pork\", \"clust\": 2859, \"cat_0_index\": 2471, \"rank\": 2531, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2504, \"ini\": 148}, {\"group\": [510.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, ready-to-eat\", \"clust\": 522, \"cat_0_index\": 3332, \"rank\": 2384, \"cat-0\": \"Sweets\", \"rankvar\": 523, \"ini\": 147}, {\"group\": [448.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, with added nutrients, prepared with whole milk\", \"clust\": 460, \"cat_0_index\": 724, \"rank\": 2385, \"cat-0\": \"Beverages\", \"rankvar\": 563, \"ini\": 146}, {\"group\": [995.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Tomato Soup, condensed\", \"clust\": 1014, \"cat_0_index\": 3047, \"rank\": 2386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1464, \"ini\": 145}, {\"group\": [103.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, ribeye, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 106, \"cat_0_index\": 1956, \"rank\": 2387, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1263, \"ini\": 144}, {\"group\": [506.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, frozen, sweetened, whole\", \"clust\": 490, \"cat_0_index\": 1908, \"rank\": 2388, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2065, \"ini\": 143}, {\"group\": [124.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, raw\", \"clust\": 126, \"cat_0_index\": 1641, \"rank\": 2389, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1117, \"ini\": 142}, {\"group\": [432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS LIGHT N' LIVELY Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 442, \"cat_0_index\": 1223, \"rank\": 2390, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1101, \"ini\": 141}, {\"group\": [92.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, loin, separable lean only, raw\", \"clust\": 94, \"cat_0_index\": 1957, \"rank\": 2391, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 753, \"ini\": 140}, {\"group\": [2831.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bockwurst, pork, veal, raw\", \"clust\": 2863, \"cat_0_index\": 2472, \"rank\": 2530, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2161, \"ini\": 139}, {\"group\": [215.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, alaska king, raw\", \"clust\": 216, \"cat_0_index\": 1642, \"rank\": 2392, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1543, \"ini\": 138}, {\"group\": [430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS Smooth & Creamy Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 443, \"cat_0_index\": 1224, \"rank\": 2393, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 728, \"ini\": 137}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Walrus, meat and subcutaneous fat raw (Alaska Native)\", \"clust\": 2, \"cat_0_index\": 1317, \"rank\": 2394, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1102, \"ini\": 136}, {\"group\": [72.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, meat only, raw\", \"clust\": 78, \"cat_0_index\": 2382, \"rank\": 2395, \"cat-0\": \"Poultry Products\", \"rankvar\": 1098, \"ini\": 135}, {\"group\": [971.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, pasta, spaghetti/marinara, ready-to-serve, low sodium\", \"clust\": 979, \"cat_0_index\": 3048, \"rank\": 2396, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 484, \"ini\": 134}, {\"group\": [873.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Mushroom Soup, condensed\", \"clust\": 891, \"cat_0_index\": 3049, \"rank\": 2397, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2117, \"ini\": 133}, {\"group\": [3930.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, sugar syrup/caramel, fat-free\", \"clust\": 3972, \"cat_0_index\": 2596, \"rank\": 2529, \"cat-0\": \"Snacks\", \"rankvar\": 3512, \"ini\": 132}, {\"group\": [3529.0, 76.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake\", \"clust\": 3562, \"cat_0_index\": 3333, \"rank\": 2398, \"cat-0\": \"Sweets\", \"rankvar\": 2543, \"ini\": 131}, {\"group\": [109.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Goat, raw\", \"clust\": 112, \"cat_0_index\": 1958, \"rank\": 2399, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1158, \"ini\": 130}, {\"group\": [2840.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage, Egg and Cheese\", \"clust\": 2870, \"cat_0_index\": 1363, \"rank\": 2528, \"cat-0\": \"Fast Foods\", \"rankvar\": 483, \"ini\": 129}, {\"group\": [437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, regular, prepared with 2% milk\", \"clust\": 445, \"cat_0_index\": 3334, \"rank\": 2400, \"cat-0\": \"Sweets\", \"rankvar\": 214, \"ini\": 128}, {\"group\": [79.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, squirrel, raw\", \"clust\": 76, \"cat_0_index\": 1959, \"rank\": 2401, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 901, \"ini\": 127}, {\"group\": [110.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, loin, tenderloin, separable lean only, raw\", \"clust\": 113, \"cat_0_index\": 2327, \"rank\": 2402, \"cat-0\": \"Pork Products\", \"rankvar\": 1292, \"ini\": 126}, {\"group\": [2811.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef and pork\", \"clust\": 2843, \"cat_0_index\": 2473, \"rank\": 2527, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2521, \"ini\": 125}, {\"group\": [64.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, outside leg, raw\", \"clust\": 68, \"cat_0_index\": 2383, \"rank\": 2403, \"cat-0\": \"Poultry Products\", \"rankvar\": 1489, \"ini\": 124}, {\"group\": [996.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Chicken Soup, condensed\", \"clust\": 1012, \"cat_0_index\": 3050, \"rank\": 2404, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1811, \"ini\": 123}, {\"group\": [2809.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mortadella, beef, pork\", \"clust\": 2838, \"cat_0_index\": 2474, \"rank\": 2526, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2399, \"ini\": 122}, {\"group\": [76.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, round, raw\", \"clust\": 83, \"cat_0_index\": 2384, \"rank\": 2405, \"cat-0\": \"Poultry Products\", \"rankvar\": 1275, \"ini\": 121}, {\"group\": [3793.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES Raisin Bran\", \"clust\": 3833, \"cat_0_index\": 981, \"rank\": 2525, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2998, \"ini\": 120}, {\"group\": [112.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, Salmon, Chum, raw (Alaska Native)\", \"clust\": 100, \"cat_0_index\": 1318, \"rank\": 2406, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 829, \"ini\": 119}, {\"group\": [220.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"LOUIS RICH, Turkey Breast (oven roasted, fat free)\", \"clust\": 221, \"cat_0_index\": 2475, \"rank\": 2407, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1343, \"ini\": 118}, {\"group\": [979.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato rice, canned, condensed\", \"clust\": 994, \"cat_0_index\": 3051, \"rank\": 2408, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 379, \"ini\": 117}, {\"group\": [3858.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, oat, corn and wheat squares, presweetened, maple flavored\", \"clust\": 3902, \"cat_0_index\": 982, \"rank\": 2524, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2931, \"ini\": 116}, {\"group\": [222.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken breast, fat-free, mesquite flavor, sliced\", \"clust\": 219, \"cat_0_index\": 2476, \"rank\": 2409, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1505, \"ini\": 115}, {\"group\": [359.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, prepared with whole milk\", \"clust\": 365, \"cat_0_index\": 286, \"rank\": 2410, \"cat-0\": \"Baby Foods\", \"rankvar\": 273, \"ini\": 114}, {\"group\": [3527.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, lime\", \"clust\": 3565, \"cat_0_index\": 3335, \"rank\": 2411, \"cat-0\": \"Sweets\", \"rankvar\": 2560, \"ini\": 113}, {\"group\": [3088.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, dry\", \"clust\": 3122, \"cat_0_index\": 287, \"rank\": 2523, \"cat-0\": \"Baby Foods\", \"rankvar\": 3299, \"ini\": 112}, {\"group\": [2913.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, raw\", \"clust\": 2947, \"cat_0_index\": 462, \"rank\": 2522, \"cat-0\": \"Beef Products\", \"rankvar\": 2588, \"ini\": 111}, {\"group\": [41.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, domesticated, liver, raw\", \"clust\": 25, \"cat_0_index\": 2385, \"rank\": 2412, \"cat-0\": \"Poultry Products\", \"rankvar\": 244, \"ini\": 110}, {\"group\": [55.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quail, breast, meat only, raw\", \"clust\": 58, \"cat_0_index\": 2386, \"rank\": 2413, \"cat-0\": \"Poultry Products\", \"rankvar\": 1085, \"ini\": 109}, {\"group\": [2763.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey and pork sausage, fresh, bulk, patty or link, cooked\", \"clust\": 2796, \"cat_0_index\": 2477, \"rank\": 2521, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2140, \"ini\": 108}, {\"group\": [3361.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Barley, hulled\", \"clust\": 3399, \"cat_0_index\": 1055, \"rank\": 2520, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3251, \"ini\": 107}, {\"group\": [2414.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, red, mature seeds, canned\", \"clust\": 2444, \"cat_0_index\": 2150, \"rank\": 2414, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 783, \"ini\": 106}, {\"group\": [3028.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, enriched\", \"clust\": 3059, \"cat_0_index\": 428, \"rank\": 2519, \"cat-0\": \"Baked Products\", \"rankvar\": 2590, \"ini\": 105}, {\"group\": [190.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, bearded (Oogruk), meat, low quadrant, raw (Alaska Native)\", \"clust\": 188, \"cat_0_index\": 1319, \"rank\": 2415, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 970, \"ini\": 104}, {\"group\": [2403.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, cooked, boiled, drained, with salt\", \"clust\": 2432, \"cat_0_index\": 3987, \"rank\": 2416, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1165, \"ini\": 103}, {\"group\": [478.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, canned, heavy syrup, solids and liquids\", \"clust\": 491, \"cat_0_index\": 1909, \"rank\": 2417, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1765, \"ini\": 102}, {\"group\": [479.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Raspberries, canned, red, heavy syrup pack, solids and liquids\", \"clust\": 492, \"cat_0_index\": 1910, \"rank\": 2418, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1923, \"ini\": 101}, {\"group\": [942.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Organic Mushroom Italian Sauce, ready-to-serve\", \"clust\": 962, \"cat_0_index\": 3052, \"rank\": 2419, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1219, \"ini\": 100}, {\"group\": [2499.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, butter, commercially prepared, enriched\", \"clust\": 2526, \"cat_0_index\": 429, \"rank\": 2518, \"cat-0\": \"Baked Products\", \"rankvar\": 2753, \"ini\": 99}, {\"group\": [3859.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, graham crackers, plain or honey (includes cinnamon)\", \"clust\": 3903, \"cat_0_index\": 430, \"rank\": 2517, \"cat-0\": \"Baked Products\", \"rankvar\": 2802, \"ini\": 98}, {\"group\": [3891.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, ALPHA-BITS\", \"clust\": 3932, \"cat_0_index\": 983, \"rank\": 2516, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3039, \"ini\": 97}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, raw\", \"clust\": 5, \"cat_0_index\": 3988, \"rank\": 2420, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2391, \"ini\": 96}, {\"group\": [71.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, deer, raw\", \"clust\": 71, \"cat_0_index\": 1960, \"rank\": 2421, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1363, \"ini\": 95}, {\"group\": [2687.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"CRACKER BARREL, country fried shrimp platter\", \"clust\": 2717, \"cat_0_index\": 2404, \"rank\": 2515, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 2338, \"ini\": 94}, {\"group\": [143.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, catfish, channel, wild, cooked, dry heat\", \"clust\": 136, \"cat_0_index\": 1643, \"rank\": 2422, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 889, \"ini\": 93}, {\"group\": [21.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, fresh, yellowfin, raw\", \"clust\": 23, \"cat_0_index\": 1644, \"rank\": 2423, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2124, \"ini\": 92}, {\"group\": [842.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, chili, peppers, hot, immature green, canned\", \"clust\": 857, \"cat_0_index\": 3053, \"rank\": 2424, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2550, \"ini\": 91}, {\"group\": [3513.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix\", \"clust\": 3553, \"cat_0_index\": 3336, \"rank\": 2425, \"cat-0\": \"Sweets\", \"rankvar\": 2837, \"ini\": 90}, {\"group\": [384.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, oyster, ready-to-serve\", \"clust\": 372, \"cat_0_index\": 3054, \"rank\": 2426, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2676, \"ini\": 89}, {\"group\": [291.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, roasted\", \"clust\": 294, \"cat_0_index\": 2290, \"rank\": 2427, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 628, \"ini\": 88}, {\"group\": [73.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, meat only, raw\", \"clust\": 79, \"cat_0_index\": 2387, \"rank\": 2428, \"cat-0\": \"Poultry Products\", \"rankvar\": 1046, \"ini\": 87}, {\"group\": [105.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, rabbit, wild, raw\", \"clust\": 107, \"cat_0_index\": 1961, \"rank\": 2429, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1311, \"ini\": 86}, {\"group\": [284.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, extra firm, prepared with nigari\", \"clust\": 280, \"cat_0_index\": 2151, \"rank\": 2430, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 490, \"ini\": 85}, {\"group\": [82.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, liver, raw\", \"clust\": 50, \"cat_0_index\": 463, \"rank\": 2431, \"cat-0\": \"Beef Products\", \"rankvar\": 458, \"ini\": 84}, {\"group\": [77.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, fan, raw\", \"clust\": 81, \"cat_0_index\": 2388, \"rank\": 2432, \"cat-0\": \"Poultry Products\", \"rankvar\": 1205, \"ini\": 83}, {\"group\": [3179.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage McMUFFIN\", \"clust\": 3212, \"cat_0_index\": 1364, \"rank\": 2514, \"cat-0\": \"Fast Foods\", \"rankvar\": 405, \"ini\": 82}, {\"group\": [894.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cheddar Cheese Soup, condensed\", \"clust\": 908, \"cat_0_index\": 3055, \"rank\": 2433, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 891, \"ini\": 81}, {\"group\": [3880.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Frosty Lemon\", \"clust\": 3925, \"cat_0_index\": 431, \"rank\": 2513, \"cat-0\": \"Baked Products\", \"rankvar\": 2740, \"ini\": 80}, {\"group\": [46.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, shoulder, whole (arm and blade), separable lean only, raw\", \"clust\": 42, \"cat_0_index\": 1962, \"rank\": 2434, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 482, \"ini\": 79}, {\"group\": [285.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, sprouted, cooked, steamed\", \"clust\": 224, \"cat_0_index\": 3989, \"rank\": 2435, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 247, \"ini\": 78}, {\"group\": [189.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, muskrat, raw\", \"clust\": 190, \"cat_0_index\": 1963, \"rank\": 2436, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 555, \"ini\": 77}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, flipper, raw (Alaska Native)\", \"clust\": 0, \"cat_0_index\": 1320, \"rank\": 2437, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1129, \"ini\": 76}, {\"group\": [959.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Zesty Mushroom Italian Sauce, ready-to-serve\", \"clust\": 960, \"cat_0_index\": 3056, \"rank\": 2438, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 651, \"ini\": 75}, {\"group\": [3516.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix\", \"clust\": 3555, \"cat_0_index\": 3337, \"rank\": 2439, \"cat-0\": \"Sweets\", \"rankvar\": 2822, \"ini\": 74}, {\"group\": [93.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, rib, separable lean only, raw\", \"clust\": 95, \"cat_0_index\": 1964, \"rank\": 2440, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 649, \"ini\": 73}, {\"group\": [2788.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, beef, loaved\", \"clust\": 2824, \"cat_0_index\": 2478, \"rank\": 2512, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2517, \"ini\": 72}, {\"group\": [12.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Vegetable Skallops, canned, unprepared\", \"clust\": 15, \"cat_0_index\": 2152, \"rank\": 2441, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1103, \"ini\": 71}, {\"group\": [2916.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, veal, cooked\", \"clust\": 2949, \"cat_0_index\": 2479, \"rank\": 2511, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2598, \"ini\": 70}, {\"group\": [170.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, heart, all classes, raw\", \"clust\": 174, \"cat_0_index\": 2389, \"rank\": 2442, \"cat-0\": \"Poultry Products\", \"rankvar\": 364, \"ini\": 69}, {\"group\": [3817.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Muffins, wheat bran, toaster-type with raisins, toasted\", \"clust\": 3828, \"cat_0_index\": 432, \"rank\": 2510, \"cat-0\": \"Baked Products\", \"rankvar\": 2563, \"ini\": 68}, {\"group\": [23.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cusk, cooked, dry heat\", \"clust\": 22, \"cat_0_index\": 1645, \"rank\": 2443, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2112, \"ini\": 67}, {\"group\": [40.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, wild, breast, meat only, raw\", \"clust\": 39, \"cat_0_index\": 2390, \"rank\": 2444, \"cat-0\": \"Poultry Products\", \"rankvar\": 614, \"ini\": 66}, {\"group\": [431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 444, \"cat_0_index\": 1225, \"rank\": 2445, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 957, \"ini\": 65}, {\"group\": [303.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, Arroz con grandules (rice and pigeonpeas)\", \"clust\": 306, \"cat_0_index\": 2405, \"rank\": 2446, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 32, \"ini\": 64}, {\"group\": [298.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Southwestern-Style Chicken w/rice (chicken not included)\", \"clust\": 301, \"cat_0_index\": 2185, \"rank\": 2447, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 287, \"ini\": 63}, {\"group\": [511.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, ready-to-eat\", \"clust\": 523, \"cat_0_index\": 3338, \"rank\": 2448, \"cat-0\": \"Sweets\", \"rankvar\": 316, \"ini\": 62}, {\"group\": [1016.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waterchestnuts, chinese, (matai), raw\", \"clust\": 1028, \"cat_0_index\": 3990, \"rank\": 2449, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1192, \"ini\": 61}, {\"group\": [2166.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Lasagna with Veggie Sausage, frozen, unpreapred\", \"clust\": 2195, \"cat_0_index\": 2153, \"rank\": 2450, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 41, \"ini\": 60}, {\"group\": [2172.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard spinach, (tendergreen), cooked, boiled, drained, with salt\", \"clust\": 2201, \"cat_0_index\": 3991, \"rank\": 2451, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2527, \"ini\": 59}, {\"group\": [3949.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Drink mix, QUAKER OATS, GATORADE, orange flavor, powder\", \"clust\": 3982, \"cat_0_index\": 725, \"rank\": 2509, \"cat-0\": \"Beverages\", \"rankvar\": 3666, \"ini\": 58}, {\"group\": [3950.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candied fruit\", \"clust\": 3981, \"cat_0_index\": 1911, \"rank\": 2508, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3631, \"ini\": 57}, {\"group\": [3525.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame\", \"clust\": 3540, \"cat_0_index\": 3339, \"rank\": 2452, \"cat-0\": \"Sweets\", \"rankvar\": 2675, \"ini\": 56}, {\"group\": [2158.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, cooked, boiled, drained, with salt\", \"clust\": 2187, \"cat_0_index\": 3992, \"rank\": 2453, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2304, \"ini\": 55}, {\"group\": [20.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, spleen, raw\", \"clust\": 18, \"cat_0_index\": 1965, \"rank\": 2454, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 772, \"ini\": 54}, {\"group\": [111.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, breast, meat only, raw\", \"clust\": 111, \"cat_0_index\": 2391, \"rank\": 2455, \"cat-0\": \"Poultry Products\", \"rankvar\": 1239, \"ini\": 53}, {\"group\": [3479.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K\", \"clust\": 3513, \"cat_0_index\": 984, \"rank\": 2507, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2828, \"ini\": 52}, {\"group\": [462.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soursop, raw\", \"clust\": 473, \"cat_0_index\": 1912, \"rank\": 2456, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1552, \"ini\": 51}, {\"group\": [464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, stewed, without added sugar\", \"clust\": 475, \"cat_0_index\": 1913, \"rank\": 2457, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1507, \"ini\": 50}, {\"group\": [2013.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom, canned, condensed\", \"clust\": 2041, \"cat_0_index\": 3057, \"rank\": 2458, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 295, \"ini\": 49}, {\"group\": [223.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, brain, raw\", \"clust\": 227, \"cat_0_index\": 1966, \"rank\": 2459, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 207, \"ini\": 48}, {\"group\": [2683.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading\", \"clust\": 2715, \"cat_0_index\": 1365, \"rank\": 2506, \"cat-0\": \"Fast Foods\", \"rankvar\": 2234, \"ini\": 47}, {\"group\": [2346.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horseradish, prepared\", \"clust\": 2373, \"cat_0_index\": 3113, \"rank\": 2460, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1588, \"ini\": 46}, {\"group\": [2429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Parsnips, cooked, boiled, drained, with salt\", \"clust\": 2458, \"cat_0_index\": 3993, \"rank\": 2461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1199, \"ini\": 45}, {\"group\": [74.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, meat only, raw\", \"clust\": 77, \"cat_0_index\": 2392, \"rank\": 2462, \"cat-0\": \"Poultry Products\", \"rankvar\": 989, \"ini\": 44}, {\"group\": [2415.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, all types, mature seeds, canned\", \"clust\": 2445, \"cat_0_index\": 2154, \"rank\": 2463, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 744, \"ini\": 43}, {\"group\": [355.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, prepared with whole milk\", \"clust\": 364, \"cat_0_index\": 288, \"rank\": 2464, \"cat-0\": \"Baby Foods\", \"rankvar\": 479, \"ini\": 42}, {\"group\": [56.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, breast, meat and skin, raw\", \"clust\": 59, \"cat_0_index\": 2393, \"rank\": 2465, \"cat-0\": \"Poultry Products\", \"rankvar\": 1414, \"ini\": 41}, {\"group\": [3932.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, malt\", \"clust\": 3974, \"cat_0_index\": 3340, \"rank\": 2505, \"cat-0\": \"Sweets\", \"rankvar\": 3497, \"ini\": 40}, {\"group\": [454.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, egg custard, baked, prepared-from-recipe\", \"clust\": 462, \"cat_0_index\": 3341, \"rank\": 2466, \"cat-0\": \"Sweets\", \"rankvar\": 225, \"ini\": 39}, {\"group\": [116.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, light, canned in water, drained solids\", \"clust\": 114, \"cat_0_index\": 1646, \"rank\": 2467, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2077, \"ini\": 38}, {\"group\": [10.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean tuber, raw\", \"clust\": 4, \"cat_0_index\": 3994, \"rank\": 2468, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 200, \"ini\": 37}, {\"group\": [2170.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horseradish-tree, leafy tips, cooked, boiled, drained, without salt\", \"clust\": 2196, \"cat_0_index\": 3995, \"rank\": 2469, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1038, \"ini\": 36}, {\"group\": [3032.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, dry mix\", \"clust\": 3063, \"cat_0_index\": 433, \"rank\": 2504, \"cat-0\": \"Baked Products\", \"rankvar\": 2810, \"ini\": 35}, {\"group\": [2223.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 2252, \"cat_0_index\": 3996, \"rank\": 2470, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2213, \"ini\": 34}, {\"group\": [33.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, dark meat, meat only, raw\", \"clust\": 32, \"cat_0_index\": 2394, \"rank\": 2471, \"cat-0\": \"Poultry Products\", \"rankvar\": 622, \"ini\": 33}, {\"group\": [224.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, brain, raw\", \"clust\": 228, \"cat_0_index\": 1967, \"rank\": 2472, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 188, \"ini\": 32}, {\"group\": [48.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, shark, mixed species, raw\", \"clust\": 48, \"cat_0_index\": 1647, \"rank\": 2473, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 626, \"ini\": 31}, {\"group\": [15.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"LOMA LINDA Vege-Burger, canned, unprepared\", \"clust\": 11, \"cat_0_index\": 2155, \"rank\": 2474, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1140, \"ini\": 30}, {\"group\": [104.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, leg (top round), separable lean and fat, raw\", \"clust\": 101, \"cat_0_index\": 1968, \"rank\": 2475, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1032, \"ini\": 29}, {\"group\": [361.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, vanilla, fat free\", \"clust\": 359, \"cat_0_index\": 3342, \"rank\": 2476, \"cat-0\": \"Sweets\", \"rankvar\": 127, \"ini\": 28}, {\"group\": [433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular, prepared with whole milk\", \"clust\": 441, \"cat_0_index\": 3343, \"rank\": 2477, \"cat-0\": \"Sweets\", \"rankvar\": 516, \"ini\": 27}, {\"group\": [1043.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Noodle Soup, condensed\", \"clust\": 1060, \"cat_0_index\": 3058, \"rank\": 2478, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 537, \"ini\": 26}, {\"group\": [299.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Savory Pork Chops with herb stuffing (pork chop not included)\", \"clust\": 302, \"cat_0_index\": 2186, \"rank\": 2479, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 289, \"ini\": 25}, {\"group\": [992.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk and margarine added\", \"clust\": 1011, \"cat_0_index\": 3997, \"rank\": 2480, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 139, \"ini\": 24}, {\"group\": [80.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, grass-fed, strip steaks, lean only, raw\", \"clust\": 60, \"cat_0_index\": 464, \"rank\": 2481, \"cat-0\": \"Beef Products\", \"rankvar\": 1408, \"ini\": 23}, {\"group\": [225.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, brain, raw\", \"clust\": 226, \"cat_0_index\": 2328, \"rank\": 2482, \"cat-0\": \"Pork Products\", \"rankvar\": 147, \"ini\": 22}, {\"group\": [839.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WENDY'S, Frosty Dairy Dessert\", \"clust\": 853, \"cat_0_index\": 1366, \"rank\": 2483, \"cat-0\": \"Fast Foods\", \"rankvar\": 97, \"ini\": 21}, {\"group\": [999.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Minestrone Soup, condensed\", \"clust\": 1015, \"cat_0_index\": 3059, \"rank\": 2484, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2007, \"ini\": 20}, {\"group\": [2907.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, all grades, cooked, roasted\", \"clust\": 2941, \"cat_0_index\": 465, \"rank\": 2503, \"cat-0\": \"Beef Products\", \"rankvar\": 2568, \"ini\": 19}, {\"group\": [22.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, meat (Alaska Native)\", \"clust\": 24, \"cat_0_index\": 1321, \"rank\": 2485, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2189, \"ini\": 18}, {\"group\": [3079.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, shoulder meat, dried (Alaska Native)\", \"clust\": 3110, \"cat_0_index\": 1322, \"rank\": 2502, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3407, \"ini\": 17}, {\"group\": [429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC NATURAL CARE, ADVANCE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 440, \"cat_0_index\": 289, \"rank\": 2486, \"cat-0\": \"Baby Foods\", \"rankvar\": 1329, \"ini\": 16}, {\"group\": [84.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sheepshead, raw\", \"clust\": 85, \"cat_0_index\": 1648, \"rank\": 2487, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1256, \"ini\": 15}, {\"group\": [2798.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER. Bologna (Wisconsin made ring)\", \"clust\": 2825, \"cat_0_index\": 2480, \"rank\": 2501, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2519, \"ini\": 14}, {\"group\": [3872.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Fruit & Honey Bar\", \"clust\": 3917, \"cat_0_index\": 434, \"rank\": 2500, \"cat-0\": \"Baked Products\", \"rankvar\": 2796, \"ini\": 13}, {\"group\": [39.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, leg, shank half, separable lean only, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 41, \"cat_0_index\": 1969, \"rank\": 2488, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 655, \"ini\": 12}, {\"group\": [307.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, cooked, boiled, with salt\", \"clust\": 307, \"cat_0_index\": 2156, \"rank\": 2489, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 94, \"ini\": 11}, {\"group\": [106.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, Leg sirloin tip roast, boneless, separable lean and fat, raw\", \"clust\": 108, \"cat_0_index\": 2329, \"rank\": 2490, \"cat-0\": \"Pork Products\", \"rankvar\": 1655, \"ini\": 10}, {\"group\": [230.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, pork, strained\", \"clust\": 232, \"cat_0_index\": 290, \"rank\": 2491, \"cat-0\": \"Baby Foods\", \"rankvar\": 197, \"ini\": 9}, {\"group\": [226.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, brain, cooked, braised\", \"clust\": 225, \"cat_0_index\": 2330, \"rank\": 2492, \"cat-0\": \"Pork Products\", \"rankvar\": 96, \"ini\": 8}, {\"group\": [370.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, fat-free\", \"clust\": 379, \"cat_0_index\": 1553, \"rank\": 2493, \"cat-0\": \"Fats and Oils\", \"rankvar\": 308, \"ini\": 7}, {\"group\": [3856.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, prepared from recipe without frosting\", \"clust\": 3899, \"cat_0_index\": 435, \"rank\": 2499, \"cat-0\": \"Baked Products\", \"rankvar\": 2611, \"ini\": 6}, {\"group\": [156.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, walleye, raw\", \"clust\": 154, \"cat_0_index\": 1649, \"rank\": 2494, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1393, \"ini\": 5}, {\"group\": [381.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, jalapeno, canned, solids and liquids\", \"clust\": 392, \"cat_0_index\": 3998, \"rank\": 2495, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2545, \"ini\": 4}, {\"group\": [2789.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, sausage, cooked, smoked\", \"clust\": 2822, \"cat_0_index\": 2481, \"rank\": 2498, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2526, \"ini\": 3}, {\"group\": [2159.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, green, cooked, with salt\", \"clust\": 2188, \"cat_0_index\": 3999, \"rank\": 2496, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2476, \"ini\": 2}, {\"group\": [78.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, top loin, raw\", \"clust\": 80, \"cat_0_index\": 2395, \"rank\": 2497, \"cat-0\": \"Poultry Products\", \"rankvar\": 1106, \"ini\": 1}], \"col_nodes\": [{\"group\": [11.0, 10.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 10, \"rank\": 0, \"ini\": 14, \"rankvar\": 2}, {\"group\": [10.0, 9.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 11, \"rank\": 10, \"ini\": 13, \"rankvar\": 4}, {\"group\": [13.0, 12.0, 9.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 2, \"ini\": 12, \"rankvar\": 1}, {\"group\": [8.0, 7.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 12, \"rank\": 12, \"ini\": 11, \"rankvar\": 8}, {\"group\": [12.0, 11.0, 8.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 7, \"rank\": 4, \"ini\": 10, \"rankvar\": 0}, {\"group\": [9.0, 8.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 13, \"rank\": 3, \"ini\": 9, \"rankvar\": 5}, {\"group\": [6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 8, \"rank\": 6, \"ini\": 8, \"rankvar\": 3}, {\"group\": [7.0, 6.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 9, \"rank\": 13, \"ini\": 7, \"rankvar\": 6}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 9, \"ini\": 6, \"rankvar\": 12}, {\"group\": [14.0, 13.0, 10.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 8, \"ini\": 5, \"rankvar\": 7}, {\"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 3, \"rank\": 1, \"ini\": 4, \"rankvar\": 10}, {\"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 2, \"rank\": 5, \"ini\": 3, \"rankvar\": 9}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 5, \"rank\": 7, \"ini\": 2, \"rankvar\": 13}, {\"group\": [5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 11, \"ini\": 1, \"rankvar\": 11}]}}, {\"N_row_sum\": 500, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [414.0, 38.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 420, \"cat_0_index\": 416, \"rank\": 499, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 494, \"ini\": 500}, {\"group\": [411.0, 38.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 417, \"cat_0_index\": 487, \"rank\": 498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 491, \"ini\": 499}, {\"group\": [409.0, 38.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 418, \"cat_0_index\": 488, \"rank\": 497, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 489, \"ini\": 498}, {\"group\": [410.0, 38.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 419, \"cat_0_index\": 489, \"rank\": 496, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 488, \"ini\": 497}, {\"group\": [436.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 444, \"cat_0_index\": 417, \"rank\": 495, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 495, \"ini\": 496}, {\"group\": [470.0, 47.0, 21.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 478, \"cat_0_index\": 490, \"rank\": 494, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 428, \"ini\": 495}, {\"group\": [443.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 448, \"cat_0_index\": 418, \"rank\": 493, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 487, \"ini\": 494}, {\"group\": [412.0, 38.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 421, \"cat_0_index\": 40, \"rank\": 492, \"cat-0\": \"Beverages\", \"rankvar\": 493, \"ini\": 493}, {\"group\": [441.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 449, \"cat_0_index\": 419, \"rank\": 491, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 496, \"ini\": 492}, {\"group\": [41.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 40, \"cat_0_index\": 420, \"rank\": 490, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 312, \"ini\": 491}, {\"group\": [359.0, 22.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 364, \"cat_0_index\": 421, \"rank\": 489, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 328, \"ini\": 490}, {\"group\": [435.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 437, \"cat_0_index\": 491, \"rank\": 488, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 467, \"ini\": 489}, {\"group\": [439.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 446, \"cat_0_index\": 422, \"rank\": 487, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 422, \"ini\": 488}, {\"group\": [452.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 457, \"cat_0_index\": 423, \"rank\": 486, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 366, \"ini\": 487}, {\"group\": [136.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 136, \"cat_0_index\": 109, \"rank\": 485, \"cat-0\": \"Fats and Oils\", \"rankvar\": 461, \"ini\": 486}, {\"group\": [153.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 150, \"cat_0_index\": 110, \"rank\": 484, \"cat-0\": \"Fats and Oils\", \"rankvar\": 481, \"ini\": 485}, {\"group\": [137.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 140, \"cat_0_index\": 111, \"rank\": 483, \"cat-0\": \"Fats and Oils\", \"rankvar\": 470, \"ini\": 484}, {\"group\": [369.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 372, \"cat_0_index\": 71, \"rank\": 482, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 424, \"ini\": 483}, {\"group\": [139.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 142, \"cat_0_index\": 112, \"rank\": 481, \"cat-0\": \"Fats and Oils\", \"rankvar\": 436, \"ini\": 482}, {\"group\": [159.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 135, \"cat_0_index\": 113, \"rank\": 480, \"cat-0\": \"Fats and Oils\", \"rankvar\": 490, \"ini\": 481}, {\"group\": [138.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 141, \"cat_0_index\": 114, \"rank\": 479, \"cat-0\": \"Fats and Oils\", \"rankvar\": 485, \"ini\": 480}, {\"group\": [181.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 182, \"cat_0_index\": 115, \"rank\": 478, \"cat-0\": \"Fats and Oils\", \"rankvar\": 430, \"ini\": 479}, {\"group\": [444.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 452, \"cat_0_index\": 424, \"rank\": 477, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 402, \"ini\": 478}, {\"group\": [148.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 152, \"cat_0_index\": 116, \"rank\": 476, \"cat-0\": \"Fats and Oils\", \"rankvar\": 476, \"ini\": 477}, {\"group\": [178.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 180, \"cat_0_index\": 117, \"rank\": 475, \"cat-0\": \"Fats and Oils\", \"rankvar\": 410, \"ini\": 476}, {\"group\": [179.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 181, \"cat_0_index\": 118, \"rank\": 474, \"cat-0\": \"Fats and Oils\", \"rankvar\": 413, \"ini\": 475}, {\"group\": [149.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 153, \"cat_0_index\": 119, \"rank\": 473, \"cat-0\": \"Fats and Oils\", \"rankvar\": 474, \"ini\": 474}, {\"group\": [182.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 183, \"cat_0_index\": 120, \"rank\": 472, \"cat-0\": \"Fats and Oils\", \"rankvar\": 421, \"ini\": 473}, {\"group\": [175.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 177, \"cat_0_index\": 121, \"rank\": 471, \"cat-0\": \"Fats and Oils\", \"rankvar\": 389, \"ini\": 472}, {\"group\": [150.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 154, \"cat_0_index\": 122, \"rank\": 470, \"cat-0\": \"Fats and Oils\", \"rankvar\": 475, \"ini\": 471}, {\"group\": [151.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 155, \"cat_0_index\": 123, \"rank\": 469, \"cat-0\": \"Fats and Oils\", \"rankvar\": 469, \"ini\": 470}, {\"group\": [191.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 191, \"cat_0_index\": 124, \"rank\": 468, \"cat-0\": \"Fats and Oils\", \"rankvar\": 426, \"ini\": 469}, {\"group\": [440.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 447, \"cat_0_index\": 425, \"rank\": 467, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 442, \"ini\": 468}, {\"group\": [183.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 184, \"cat_0_index\": 125, \"rank\": 466, \"cat-0\": \"Fats and Oils\", \"rankvar\": 405, \"ini\": 467}, {\"group\": [177.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 176, \"cat_0_index\": 126, \"rank\": 465, \"cat-0\": \"Fats and Oils\", \"rankvar\": 369, \"ini\": 466}, {\"group\": [189.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 192, \"cat_0_index\": 127, \"rank\": 464, \"cat-0\": \"Fats and Oils\", \"rankvar\": 412, \"ini\": 465}, {\"group\": [187.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 187, \"cat_0_index\": 128, \"rank\": 463, \"cat-0\": \"Fats and Oils\", \"rankvar\": 400, \"ini\": 464}, {\"group\": [184.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 185, \"cat_0_index\": 129, \"rank\": 462, \"cat-0\": \"Fats and Oils\", \"rankvar\": 397, \"ini\": 463}, {\"group\": [190.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 193, \"cat_0_index\": 130, \"rank\": 461, \"cat-0\": \"Fats and Oils\", \"rankvar\": 414, \"ini\": 462}, {\"group\": [352.0, 21.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 359, \"cat_0_index\": 426, \"rank\": 460, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 431, \"ini\": 461}, {\"group\": [185.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 188, \"cat_0_index\": 131, \"rank\": 459, \"cat-0\": \"Fats and Oils\", \"rankvar\": 395, \"ini\": 460}, {\"group\": [108.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 107, \"cat_0_index\": 132, \"rank\": 458, \"cat-0\": \"Fats and Oils\", \"rankvar\": 435, \"ini\": 459}, {\"group\": [354.0, 21.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 358, \"cat_0_index\": 427, \"rank\": 457, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 416, \"ini\": 458}, {\"group\": [186.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 189, \"cat_0_index\": 133, \"rank\": 456, \"cat-0\": \"Fats and Oils\", \"rankvar\": 393, \"ini\": 457}, {\"group\": [442.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 450, \"cat_0_index\": 428, \"rank\": 455, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 432, \"ini\": 456}, {\"group\": [200.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 205, \"cat_0_index\": 134, \"rank\": 454, \"cat-0\": \"Fats and Oils\", \"rankvar\": 404, \"ini\": 455}, {\"group\": [134.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 137, \"cat_0_index\": 135, \"rank\": 453, \"cat-0\": \"Fats and Oils\", \"rankvar\": 464, \"ini\": 454}, {\"group\": [188.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 186, \"cat_0_index\": 136, \"rank\": 452, \"cat-0\": \"Fats and Oils\", \"rankvar\": 384, \"ini\": 453}, {\"group\": [201.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 206, \"cat_0_index\": 137, \"rank\": 451, \"cat-0\": \"Fats and Oils\", \"rankvar\": 387, \"ini\": 452}, {\"group\": [152.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 151, \"cat_0_index\": 138, \"rank\": 450, \"cat-0\": \"Fats and Oils\", \"rankvar\": 458, \"ini\": 451}, {\"group\": [176.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 178, \"cat_0_index\": 139, \"rank\": 449, \"cat-0\": \"Fats and Oils\", \"rankvar\": 368, \"ini\": 450}, {\"group\": [170.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 172, \"cat_0_index\": 140, \"rank\": 448, \"cat-0\": \"Fats and Oils\", \"rankvar\": 361, \"ini\": 449}, {\"group\": [165.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 167, \"cat_0_index\": 141, \"rank\": 447, \"cat-0\": \"Fats and Oils\", \"rankvar\": 354, \"ini\": 448}, {\"group\": [109.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 111, \"cat_0_index\": 142, \"rank\": 446, \"cat-0\": \"Fats and Oils\", \"rankvar\": 423, \"ini\": 447}, {\"group\": [111.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 110, \"cat_0_index\": 143, \"rank\": 445, \"cat-0\": \"Fats and Oils\", \"rankvar\": 429, \"ini\": 446}, {\"group\": [172.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 171, \"cat_0_index\": 144, \"rank\": 444, \"cat-0\": \"Fats and Oils\", \"rankvar\": 359, \"ini\": 445}, {\"group\": [180.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 179, \"cat_0_index\": 145, \"rank\": 443, \"cat-0\": \"Fats and Oils\", \"rankvar\": 399, \"ini\": 444}, {\"group\": [110.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 112, \"cat_0_index\": 146, \"rank\": 442, \"cat-0\": \"Fats and Oils\", \"rankvar\": 419, \"ini\": 443}, {\"group\": [168.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 169, \"cat_0_index\": 147, \"rank\": 441, \"cat-0\": \"Fats and Oils\", \"rankvar\": 355, \"ini\": 442}, {\"group\": [166.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 168, \"cat_0_index\": 148, \"rank\": 440, \"cat-0\": \"Fats and Oils\", \"rankvar\": 356, \"ini\": 441}, {\"group\": [171.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 173, \"cat_0_index\": 149, \"rank\": 439, \"cat-0\": \"Fats and Oils\", \"rankvar\": 357, \"ini\": 440}, {\"group\": [144.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 146, \"cat_0_index\": 150, \"rank\": 438, \"cat-0\": \"Fats and Oils\", \"rankvar\": 471, \"ini\": 439}, {\"group\": [173.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 174, \"cat_0_index\": 151, \"rank\": 437, \"cat-0\": \"Fats and Oils\", \"rankvar\": 373, \"ini\": 438}, {\"group\": [106.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 108, \"cat_0_index\": 152, \"rank\": 436, \"cat-0\": \"Fats and Oils\", \"rankvar\": 425, \"ini\": 437}, {\"group\": [107.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 109, \"cat_0_index\": 153, \"rank\": 435, \"cat-0\": \"Fats and Oils\", \"rankvar\": 427, \"ini\": 436}, {\"group\": [437.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 445, \"cat_0_index\": 429, \"rank\": 434, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 342, \"ini\": 435}, {\"group\": [192.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 190, \"cat_0_index\": 100, \"rank\": 433, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 398, \"ini\": 434}, {\"group\": [73.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 69, \"cat_0_index\": 154, \"rank\": 432, \"cat-0\": \"Fats and Oils\", \"rankvar\": 378, \"ini\": 433}, {\"group\": [145.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 147, \"cat_0_index\": 155, \"rank\": 431, \"cat-0\": \"Fats and Oils\", \"rankvar\": 473, \"ini\": 432}, {\"group\": [142.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 144, \"cat_0_index\": 156, \"rank\": 430, \"cat-0\": \"Fats and Oils\", \"rankvar\": 455, \"ini\": 431}, {\"group\": [83.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 86, \"cat_0_index\": 157, \"rank\": 429, \"cat-0\": \"Fats and Oils\", \"rankvar\": 367, \"ini\": 430}, {\"group\": [143.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 145, \"cat_0_index\": 158, \"rank\": 428, \"cat-0\": \"Fats and Oils\", \"rankvar\": 460, \"ini\": 429}, {\"group\": [85.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 85, \"cat_0_index\": 159, \"rank\": 427, \"cat-0\": \"Fats and Oils\", \"rankvar\": 374, \"ini\": 428}, {\"group\": [84.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 87, \"cat_0_index\": 160, \"rank\": 426, \"cat-0\": \"Fats and Oils\", \"rankvar\": 371, \"ini\": 427}, {\"group\": [53.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 55, \"cat_0_index\": 161, \"rank\": 425, \"cat-0\": \"Fats and Oils\", \"rankvar\": 370, \"ini\": 426}, {\"group\": [68.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 73, \"cat_0_index\": 162, \"rank\": 424, \"cat-0\": \"Fats and Oils\", \"rankvar\": 396, \"ini\": 425}, {\"group\": [72.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 70, \"cat_0_index\": 163, \"rank\": 423, \"cat-0\": \"Fats and Oils\", \"rankvar\": 391, \"ini\": 424}, {\"group\": [226.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 230, \"cat_0_index\": 297, \"rank\": 422, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 276, \"ini\": 423}, {\"group\": [55.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 54, \"cat_0_index\": 164, \"rank\": 421, \"cat-0\": \"Fats and Oils\", \"rankvar\": 379, \"ini\": 422}, {\"group\": [174.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 175, \"cat_0_index\": 165, \"rank\": 420, \"cat-0\": \"Fats and Oils\", \"rankvar\": 351, \"ini\": 421}, {\"group\": [423.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 431, \"cat_0_index\": 449, \"rank\": 419, \"cat-0\": \"Sweets\", \"rankvar\": 329, \"ini\": 420}, {\"group\": [54.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 56, \"cat_0_index\": 166, \"rank\": 418, \"cat-0\": \"Fats and Oils\", \"rankvar\": 365, \"ini\": 419}, {\"group\": [367.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 378, \"cat_0_index\": 41, \"rank\": 417, \"cat-0\": \"Beverages\", \"rankvar\": 330, \"ini\": 418}, {\"group\": [96.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 95, \"cat_0_index\": 167, \"rank\": 416, \"cat-0\": \"Fats and Oils\", \"rankvar\": 438, \"ini\": 417}, {\"group\": [69.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 74, \"cat_0_index\": 168, \"rank\": 415, \"cat-0\": \"Fats and Oils\", \"rankvar\": 394, \"ini\": 416}, {\"group\": [58.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 60, \"cat_0_index\": 169, \"rank\": 414, \"cat-0\": \"Fats and Oils\", \"rankvar\": 390, \"ini\": 415}, {\"group\": [94.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 96, \"cat_0_index\": 170, \"rank\": 413, \"cat-0\": \"Fats and Oils\", \"rankvar\": 444, \"ini\": 414}, {\"group\": [95.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 97, \"cat_0_index\": 171, \"rank\": 412, \"cat-0\": \"Fats and Oils\", \"rankvar\": 445, \"ini\": 413}, {\"group\": [101.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 100, \"cat_0_index\": 172, \"rank\": 411, \"cat-0\": \"Fats and Oils\", \"rankvar\": 443, \"ini\": 412}, {\"group\": [56.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 61, \"cat_0_index\": 173, \"rank\": 410, \"cat-0\": \"Fats and Oils\", \"rankvar\": 392, \"ini\": 411}, {\"group\": [276.0, 14.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, flaxseed\", \"clust\": 278, \"cat_0_index\": 298, \"rank\": 409, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 272, \"ini\": 410}, {\"group\": [66.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 66, \"cat_0_index\": 174, \"rank\": 408, \"cat-0\": \"Fats and Oils\", \"rankvar\": 415, \"ini\": 409}, {\"group\": [9.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 11, \"cat_0_index\": 175, \"rank\": 407, \"cat-0\": \"Fats and Oils\", \"rankvar\": 433, \"ini\": 408}, {\"group\": [113.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 113, \"cat_0_index\": 176, \"rank\": 406, \"cat-0\": \"Fats and Oils\", \"rankvar\": 385, \"ini\": 407}, {\"group\": [38.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, roasted and toasted\", \"clust\": 42, \"cat_0_index\": 299, \"rank\": 405, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 207, \"ini\": 406}, {\"group\": [67.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 67, \"cat_0_index\": 177, \"rank\": 404, \"cat-0\": \"Fats and Oils\", \"rankvar\": 408, \"ini\": 405}, {\"group\": [80.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 75, \"cat_0_index\": 178, \"rank\": 403, \"cat-0\": \"Fats and Oils\", \"rankvar\": 417, \"ini\": 404}, {\"group\": [99.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 101, \"cat_0_index\": 179, \"rank\": 402, \"cat-0\": \"Fats and Oils\", \"rankvar\": 437, \"ini\": 403}, {\"group\": [13.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 16, \"cat_0_index\": 180, \"rank\": 401, \"cat-0\": \"Fats and Oils\", \"rankvar\": 453, \"ini\": 402}, {\"group\": [57.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 62, \"cat_0_index\": 181, \"rank\": 400, \"cat-0\": \"Fats and Oils\", \"rankvar\": 401, \"ini\": 401}, {\"group\": [222.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, with salt added\", \"clust\": 228, \"cat_0_index\": 300, \"rank\": 399, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 274, \"ini\": 400}, {\"group\": [100.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 102, \"cat_0_index\": 182, \"rank\": 398, \"cat-0\": \"Fats and Oils\", \"rankvar\": 439, \"ini\": 399}, {\"group\": [14.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 17, \"cat_0_index\": 72, \"rank\": 397, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 434, \"ini\": 398}, {\"group\": [360.0, 23.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, celery seed\", \"clust\": 363, \"cat_0_index\": 430, \"rank\": 396, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 301, \"ini\": 397}, {\"group\": [39.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, dried\", \"clust\": 43, \"cat_0_index\": 301, \"rank\": 395, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 205, \"ini\": 396}, {\"group\": [115.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 116, \"cat_0_index\": 183, \"rank\": 394, \"cat-0\": \"Fats and Oils\", \"rankvar\": 407, \"ini\": 395}, {\"group\": [59.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 59, \"cat_0_index\": 184, \"rank\": 393, \"cat-0\": \"Fats and Oils\", \"rankvar\": 411, \"ini\": 394}, {\"group\": [418.0, 40.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, chia seeds, dried\", \"clust\": 424, \"cat_0_index\": 302, \"rank\": 392, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 336, \"ini\": 393}, {\"group\": [413.0, 38.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 422, \"cat_0_index\": 42, \"rank\": 391, \"cat-0\": \"Beverages\", \"rankvar\": 446, \"ini\": 392}, {\"group\": [97.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 98, \"cat_0_index\": 185, \"rank\": 390, \"cat-0\": \"Fats and Oils\", \"rankvar\": 457, \"ini\": 391}, {\"group\": [224.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, without salt added\", \"clust\": 231, \"cat_0_index\": 303, \"rank\": 389, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 282, \"ini\": 390}, {\"group\": [60.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 58, \"cat_0_index\": 186, \"rank\": 388, \"cat-0\": \"Fats and Oils\", \"rankvar\": 409, \"ini\": 389}, {\"group\": [146.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 148, \"cat_0_index\": 187, \"rank\": 387, \"cat-0\": \"Fats and Oils\", \"rankvar\": 448, \"ini\": 388}, {\"group\": [71.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), beef tallow and cottonseed\", \"clust\": 71, \"cat_0_index\": 188, \"rank\": 386, \"cat-0\": \"Fats and Oils\", \"rankvar\": 372, \"ini\": 387}, {\"group\": [449.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander seed\", \"clust\": 459, \"cat_0_index\": 431, \"rank\": 385, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 345, \"ini\": 386}, {\"group\": [103.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 104, \"cat_0_index\": 189, \"rank\": 384, \"cat-0\": \"Fats and Oils\", \"rankvar\": 441, \"ini\": 385}, {\"group\": [223.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, without salt added\", \"clust\": 229, \"cat_0_index\": 304, \"rank\": 383, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 278, \"ini\": 384}, {\"group\": [408.0, 37.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Energy Bar, all flavors\", \"clust\": 413, \"cat_0_index\": 391, \"rank\": 382, \"cat-0\": \"Snacks\", \"rankvar\": 287, \"ini\": 383}, {\"group\": [416.0, 40.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pinon Nuts, roasted (Navajo)\", \"clust\": 425, \"cat_0_index\": 101, \"rank\": 381, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 352, \"ini\": 382}, {\"group\": [16.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 10, \"cat_0_index\": 190, \"rank\": 380, \"cat-0\": \"Fats and Oils\", \"rankvar\": 463, \"ini\": 381}, {\"group\": [428.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chili powder\", \"clust\": 434, \"cat_0_index\": 432, \"rank\": 379, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 309, \"ini\": 380}, {\"group\": [403.0, 34.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu), prepared with calcium sulfate\", \"clust\": 408, \"cat_0_index\": 255, \"rank\": 378, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 382, \"ini\": 379}, {\"group\": [104.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 105, \"cat_0_index\": 191, \"rank\": 377, \"cat-0\": \"Fats and Oils\", \"rankvar\": 462, \"ini\": 378}, {\"group\": [98.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 99, \"cat_0_index\": 192, \"rank\": 376, \"cat-0\": \"Fats and Oils\", \"rankvar\": 449, \"ini\": 377}, {\"group\": [116.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, spotted seal (Alaska Native)\", \"clust\": 117, \"cat_0_index\": 102, \"rank\": 375, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 364, \"ini\": 376}, {\"group\": [70.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, leaf fat, raw\", \"clust\": 72, \"cat_0_index\": 376, \"rank\": 374, \"cat-0\": \"Pork Products\", \"rankvar\": 348, \"ini\": 375}, {\"group\": [225.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans\", \"clust\": 232, \"cat_0_index\": 305, \"rank\": 373, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 264, \"ini\": 374}, {\"group\": [370.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with low-calorie sweeteners, powder\", \"clust\": 371, \"cat_0_index\": 43, \"rank\": 372, \"cat-0\": \"Beverages\", \"rankvar\": 284, \"ini\": 373}, {\"group\": [147.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 149, \"cat_0_index\": 193, \"rank\": 371, \"cat-0\": \"Fats and Oils\", \"rankvar\": 452, \"ini\": 372}, {\"group\": [283.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, english\", \"clust\": 290, \"cat_0_index\": 306, \"rank\": 370, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 337, \"ini\": 371}, {\"group\": [34.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), not sweetened\", \"clust\": 9, \"cat_0_index\": 307, \"rank\": 369, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 338, \"ini\": 370}, {\"group\": [40.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, paste\", \"clust\": 41, \"cat_0_index\": 308, \"rank\": 368, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 203, \"ini\": 369}, {\"group\": [450.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, caraway seed\", \"clust\": 460, \"cat_0_index\": 433, \"rank\": 367, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 323, \"ini\": 368}, {\"group\": [415.0, 39.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C\", \"clust\": 416, \"cat_0_index\": 450, \"rank\": 366, \"cat-0\": \"Sweets\", \"rankvar\": 344, \"ini\": 367}, {\"group\": [120.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, with salt added\", \"clust\": 118, \"cat_0_index\": 309, \"rank\": 365, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 326, \"ini\": 366}, {\"group\": [118.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, raw\", \"clust\": 119, \"cat_0_index\": 310, \"rank\": 364, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 325, \"ini\": 365}, {\"group\": [88.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, bacon, rendered fat, cooked\", \"clust\": 84, \"cat_0_index\": 377, \"rank\": 363, \"cat-0\": \"Pork Products\", \"rankvar\": 341, \"ini\": 364}, {\"group\": [377.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL\", \"clust\": 388, \"cat_0_index\": 55, \"rank\": 362, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 388, \"ini\": 363}, {\"group\": [355.0, 21.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 361, \"cat_0_index\": 33, \"rank\": 361, \"cat-0\": \"Baked Products\", \"rankvar\": 497, \"ini\": 362}, {\"group\": [10.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, suet, raw\", \"clust\": 12, \"cat_0_index\": 36, \"rank\": 360, \"cat-0\": \"Beef Products\", \"rankvar\": 381, \"ini\": 361}, {\"group\": [281.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, with salt added\", \"clust\": 287, \"cat_0_index\": 311, \"rank\": 359, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 273, \"ini\": 360}, {\"group\": [236.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, with salt added\", \"clust\": 243, \"cat_0_index\": 312, \"rank\": 358, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 170, \"ini\": 359}, {\"group\": [105.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 103, \"cat_0_index\": 194, \"rank\": 357, \"cat-0\": \"Fats and Oils\", \"rankvar\": 450, \"ini\": 358}, {\"group\": [158.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 158, \"cat_0_index\": 195, \"rank\": 356, \"cat-0\": \"Fats and Oils\", \"rankvar\": 420, \"ini\": 357}, {\"group\": [453.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cloves, ground\", \"clust\": 456, \"cat_0_index\": 434, \"rank\": 355, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 291, \"ini\": 356}, {\"group\": [119.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, without salt added\", \"clust\": 120, \"cat_0_index\": 313, \"rank\": 354, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 327, \"ini\": 355}, {\"group\": [234.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, with salt added\", \"clust\": 241, \"cat_0_index\": 314, \"rank\": 353, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 160, \"ini\": 354}, {\"group\": [426.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, paprika\", \"clust\": 435, \"cat_0_index\": 435, \"rank\": 352, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 322, \"ini\": 353}, {\"group\": [221.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, brazilnuts, dried, unblanched\", \"clust\": 217, \"cat_0_index\": 315, \"rank\": 351, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 192, \"ini\": 352}, {\"group\": [93.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pilinuts, dried\", \"clust\": 81, \"cat_0_index\": 316, \"rank\": 350, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 281, \"ini\": 351}, {\"group\": [235.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, without salt added\", \"clust\": 242, \"cat_0_index\": 317, \"rank\": 349, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 164, \"ini\": 350}, {\"group\": [86.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, backfat, raw\", \"clust\": 88, \"cat_0_index\": 378, \"rank\": 348, \"cat-0\": \"Pork Products\", \"rankvar\": 324, \"ini\": 349}, {\"group\": [238.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, without salt added\", \"clust\": 246, \"cat_0_index\": 318, \"rank\": 347, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 175, \"ini\": 348}, {\"group\": [123.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, dry roasted, without salt added\", \"clust\": 124, \"cat_0_index\": 319, \"rank\": 346, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 245, \"ini\": 347}, {\"group\": [17.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 19, \"cat_0_index\": 196, \"rank\": 345, \"cat-0\": \"Fats and Oils\", \"rankvar\": 459, \"ini\": 346}, {\"group\": [217.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, dried (decorticated)\", \"clust\": 224, \"cat_0_index\": 320, \"rank\": 344, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 219, \"ini\": 345}, {\"group\": [18.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 20, \"cat_0_index\": 197, \"rank\": 343, \"cat-0\": \"Fats and Oils\", \"rankvar\": 451, \"ini\": 344}, {\"group\": [256.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut spread, reduced sugar\", \"clust\": 261, \"cat_0_index\": 256, \"rank\": 342, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 138, \"ini\": 343}, {\"group\": [237.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, with salt added\", \"clust\": 244, \"cat_0_index\": 321, \"rank\": 341, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 143, \"ini\": 342}, {\"group\": [282.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, without salt\", \"clust\": 288, \"cat_0_index\": 322, \"rank\": 340, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 279, \"ini\": 341}, {\"group\": [92.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, salt pork, raw\", \"clust\": 90, \"cat_0_index\": 379, \"rank\": 339, \"cat-0\": \"Pork Products\", \"rankvar\": 288, \"ini\": 340}, {\"group\": [438.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill seed\", \"clust\": 443, \"cat_0_index\": 436, \"rank\": 338, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 294, \"ini\": 339}, {\"group\": [471.0, 47.0, 21.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried\", \"clust\": 479, \"cat_0_index\": 492, \"rank\": 337, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 311, \"ini\": 338}, {\"group\": [114.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, beluga, whale (Alaska Native)\", \"clust\": 114, \"cat_0_index\": 103, \"rank\": 336, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 353, \"ini\": 337}, {\"group\": [154.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, with salt\", \"clust\": 156, \"cat_0_index\": 198, \"rank\": 335, \"cat-0\": \"Fats and Oils\", \"rankvar\": 339, \"ini\": 336}, {\"group\": [32.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 31, \"cat_0_index\": 199, \"rank\": 334, \"cat-0\": \"Fats and Oils\", \"rankvar\": 456, \"ini\": 335}, {\"group\": [219.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, pinyon, dried\", \"clust\": 223, \"cat_0_index\": 323, \"rank\": 333, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 214, \"ini\": 334}, {\"group\": [125.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, blanched\", \"clust\": 123, \"cat_0_index\": 324, \"rank\": 332, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 256, \"ini\": 333}, {\"group\": [135.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 138, \"cat_0_index\": 200, \"rank\": 331, \"cat-0\": \"Fats and Oils\", \"rankvar\": 406, \"ini\": 332}, {\"group\": [361.0, 24.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, with added vitamin D\", \"clust\": 368, \"cat_0_index\": 73, \"rank\": 329, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 140, \"ini\": 331}, {\"group\": [361.0, 24.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, without added vitamin D\", \"clust\": 369, \"cat_0_index\": 74, \"rank\": 330, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 141, \"ini\": 330}, {\"group\": [211.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from roasted and toasted kernels (most common type)\", \"clust\": 215, \"cat_0_index\": 325, \"rank\": 328, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 168, \"ini\": 329}, {\"group\": [155.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise dressing, no cholesterol\", \"clust\": 157, \"cat_0_index\": 201, \"rank\": 327, \"cat-0\": \"Fats and Oils\", \"rankvar\": 347, \"ini\": 328}, {\"group\": [240.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, without salt added\", \"clust\": 245, \"cat_0_index\": 326, \"rank\": 326, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 149, \"ini\": 327}, {\"group\": [124.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts\", \"clust\": 125, \"cat_0_index\": 327, \"rank\": 325, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 231, \"ini\": 326}, {\"group\": [198.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, hard, soybean (hydrogenated)\", \"clust\": 196, \"cat_0_index\": 202, \"rank\": 324, \"cat-0\": \"Fats and Oils\", \"rankvar\": 292, \"ini\": 325}, {\"group\": [194.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt, with added vitamin D\", \"clust\": 200, \"cat_0_index\": 203, \"rank\": 322, \"cat-0\": \"Fats and Oils\", \"rankvar\": 297, \"ini\": 324}, {\"group\": [194.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt\", \"clust\": 201, \"cat_0_index\": 204, \"rank\": 323, \"cat-0\": \"Fats and Oils\", \"rankvar\": 298, \"ini\": 323}, {\"group\": [279.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, with salt added\", \"clust\": 285, \"cat_0_index\": 328, \"rank\": 321, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 237, \"ini\": 322}, {\"group\": [277.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, without salt\", \"clust\": 283, \"cat_0_index\": 329, \"rank\": 320, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 229, \"ini\": 321}, {\"group\": [427.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, red or cayenne\", \"clust\": 436, \"cat_0_index\": 437, \"rank\": 319, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 251, \"ini\": 320}, {\"group\": [195.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils\", \"clust\": 199, \"cat_0_index\": 205, \"rank\": 318, \"cat-0\": \"Fats and Oils\", \"rankvar\": 300, \"ini\": 319}, {\"group\": [353.0, 21.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, tarragon, dried\", \"clust\": 360, \"cat_0_index\": 438, \"rank\": 317, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 308, \"ini\": 318}, {\"group\": [278.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, with salt added\", \"clust\": 284, \"cat_0_index\": 330, \"rank\": 316, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 224, \"ini\": 317}, {\"group\": [29.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 33, \"cat_0_index\": 206, \"rank\": 315, \"cat-0\": \"Fats and Oils\", \"rankvar\": 465, \"ini\": 316}, {\"group\": [203.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt\", \"clust\": 208, \"cat_0_index\": 207, \"rank\": 313, \"cat-0\": \"Fats and Oils\", \"rankvar\": 302, \"ini\": 315}, {\"group\": [203.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt, with added vitamin D\", \"clust\": 209, \"cat_0_index\": 208, \"rank\": 314, \"cat-0\": \"Fats and Oils\", \"rankvar\": 303, \"ini\": 314}, {\"group\": [388.0, 31.0, 14.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 397, \"cat_0_index\": 451, \"rank\": 312, \"cat-0\": \"Sweets\", \"rankvar\": 498, \"ini\": 313}, {\"group\": [30.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 34, \"cat_0_index\": 209, \"rank\": 311, \"cat-0\": \"Fats and Oils\", \"rankvar\": 466, \"ini\": 312}, {\"group\": [269.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, with salt\", \"clust\": 276, \"cat_0_index\": 257, \"rank\": 310, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 119, \"ini\": 311}, {\"group\": [35.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, liquid\", \"clust\": 36, \"cat_0_index\": 452, \"rank\": 309, \"cat-0\": \"Sweets\", \"rankvar\": 176, \"ini\": 310}, {\"group\": [274.0, 14.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, with salt added (decorticated)\", \"clust\": 279, \"cat_0_index\": 331, \"rank\": 308, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 162, \"ini\": 309}, {\"group\": [112.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)\", \"clust\": 106, \"cat_0_index\": 210, \"rank\": 307, \"cat-0\": \"Fats and Oils\", \"rankvar\": 315, \"ini\": 308}, {\"group\": [31.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 32, \"cat_0_index\": 211, \"rank\": 306, \"cat-0\": \"Fats and Oils\", \"rankvar\": 454, \"ini\": 307}, {\"group\": [197.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy\", \"clust\": 197, \"cat_0_index\": 212, \"rank\": 305, \"cat-0\": \"Fats and Oils\", \"rankvar\": 290, \"ini\": 306}, {\"group\": [406.0, 37.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 414, \"cat_0_index\": 44, \"rank\": 304, \"cat-0\": \"Beverages\", \"rankvar\": 440, \"ini\": 305}, {\"group\": [285.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, black, dried\", \"clust\": 289, \"cat_0_index\": 332, \"rank\": 303, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 261, \"ini\": 304}, {\"group\": [241.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds\", \"clust\": 240, \"cat_0_index\": 333, \"rank\": 302, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 130, \"ini\": 303}, {\"group\": [28.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 27, \"cat_0_index\": 213, \"rank\": 301, \"cat-0\": \"Fats and Oils\", \"rankvar\": 468, \"ini\": 302}, {\"group\": [61.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries\", \"clust\": 57, \"cat_0_index\": 214, \"rank\": 300, \"cat-0\": \"Fats and Oils\", \"rankvar\": 296, \"ini\": 301}, {\"group\": [209.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, dried\", \"clust\": 213, \"cat_0_index\": 334, \"rank\": 299, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 266, \"ini\": 300}, {\"group\": [230.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, with peanuts, oil roasted, with salt added\", \"clust\": 237, \"cat_0_index\": 335, \"rank\": 298, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 145, \"ini\": 299}, {\"group\": [239.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, blanched\", \"clust\": 247, \"cat_0_index\": 336, \"rank\": 297, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 151, \"ini\": 298}, {\"group\": [280.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, without salt\", \"clust\": 286, \"cat_0_index\": 337, \"rank\": 296, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 246, \"ini\": 297}, {\"group\": [242.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, honey roasted, unblanched\", \"clust\": 239, \"cat_0_index\": 338, \"rank\": 295, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 158, \"ini\": 296}, {\"group\": [27.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 28, \"cat_0_index\": 215, \"rank\": 294, \"cat-0\": \"Fats and Oils\", \"rankvar\": 472, \"ini\": 295}, {\"group\": [424.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, plain\", \"clust\": 432, \"cat_0_index\": 453, \"rank\": 293, \"cat-0\": \"Sweets\", \"rankvar\": 260, \"ini\": 294}, {\"group\": [227.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hickorynuts, dried\", \"clust\": 227, \"cat_0_index\": 339, \"rank\": 292, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 223, \"ini\": 293}, {\"group\": [36.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, squares\", \"clust\": 37, \"cat_0_index\": 454, \"rank\": 291, \"cat-0\": \"Sweets\", \"rankvar\": 202, \"ini\": 292}, {\"group\": [25.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 29, \"cat_0_index\": 216, \"rank\": 290, \"cat-0\": \"Fats and Oils\", \"rankvar\": 477, \"ini\": 291}, {\"group\": [362.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, without added vitamin A and vitamin D\", \"clust\": 374, \"cat_0_index\": 75, \"rank\": 289, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 267, \"ini\": 290}, {\"group\": [363.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, with added vitamin A and vitamin D\", \"clust\": 375, \"cat_0_index\": 76, \"rank\": 288, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 268, \"ini\": 289}, {\"group\": [218.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)\", \"clust\": 225, \"cat_0_index\": 340, \"rank\": 287, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 190, \"ini\": 288}, {\"group\": [26.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 30, \"cat_0_index\": 217, \"rank\": 286, \"cat-0\": \"Fats and Oils\", \"rankvar\": 478, \"ini\": 287}, {\"group\": [378.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Blueberry Pomegranate\", \"clust\": 389, \"cat_0_index\": 56, \"rank\": 285, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 340, \"ini\": 286}, {\"group\": [284.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, butternuts, dried\", \"clust\": 291, \"cat_0_index\": 341, \"rank\": 284, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 316, \"ini\": 285}, {\"group\": [11.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, whipped, with salt\", \"clust\": 13, \"cat_0_index\": 77, \"rank\": 283, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 331, \"ini\": 284}, {\"group\": [258.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, with salt\", \"clust\": 265, \"cat_0_index\": 258, \"rank\": 282, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 114, \"ini\": 283}, {\"group\": [420.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrot, dehydrated\", \"clust\": 428, \"cat_0_index\": 493, \"rank\": 281, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 293, \"ini\": 282}, {\"group\": [392.0, 32.0, 15.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese, dry, powder\", \"clust\": 399, \"cat_0_index\": 409, \"rank\": 280, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 85, \"ini\": 281}, {\"group\": [275.0, 14.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, without salt added (decorticated)\", \"clust\": 280, \"cat_0_index\": 342, \"rank\": 279, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 169, \"ini\": 280}, {\"group\": [199.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt\", \"clust\": 202, \"cat_0_index\": 218, \"rank\": 277, \"cat-0\": \"Fats and Oils\", \"rankvar\": 305, \"ini\": 279}, {\"group\": [199.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt, with added vitamin D\", \"clust\": 203, \"cat_0_index\": 219, \"rank\": 278, \"cat-0\": \"Fats and Oils\", \"rankvar\": 306, \"ini\": 278}, {\"group\": [248.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, with salt added\", \"clust\": 252, \"cat_0_index\": 343, \"rank\": 276, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 55, \"ini\": 277}, {\"group\": [451.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, curry powder\", \"clust\": 458, \"cat_0_index\": 439, \"rank\": 275, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 286, \"ini\": 276}, {\"group\": [24.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 21, \"cat_0_index\": 220, \"rank\": 274, \"cat-0\": \"Fats and Oils\", \"rankvar\": 479, \"ini\": 275}, {\"group\": [202.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, without salt\", \"clust\": 204, \"cat_0_index\": 221, \"rank\": 273, \"cat-0\": \"Fats and Oils\", \"rankvar\": 307, \"ini\": 274}, {\"group\": [366.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, dried\", \"clust\": 373, \"cat_0_index\": 78, \"rank\": 272, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 233, \"ini\": 273}, {\"group\": [262.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, with salt\", \"clust\": 268, \"cat_0_index\": 259, \"rank\": 271, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 103, \"ini\": 272}, {\"group\": [140.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, without salt\", \"clust\": 143, \"cat_0_index\": 222, \"rank\": 270, \"cat-0\": \"Fats and Oils\", \"rankvar\": 320, \"ini\": 271}, {\"group\": [255.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, with salt\", \"clust\": 262, \"cat_0_index\": 260, \"rank\": 269, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 79, \"ini\": 270}, {\"group\": [389.0, 31.0, 14.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 398, \"cat_0_index\": 34, \"rank\": 268, \"cat-0\": \"Baked Products\", \"rankvar\": 499, \"ini\": 269}, {\"group\": [169.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, butter-margarine blend, 80% fat, stick, without salt\", \"clust\": 170, \"cat_0_index\": 223, \"rank\": 267, \"cat-0\": \"Fats and Oils\", \"rankvar\": 283, \"ini\": 268}, {\"group\": [231.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, with peanuts, without salt added\", \"clust\": 238, \"cat_0_index\": 344, \"rank\": 266, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 163, \"ini\": 267}, {\"group\": [381.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 383, \"cat_0_index\": 45, \"rank\": 265, \"cat-0\": \"Beverages\", \"rankvar\": 447, \"ini\": 266}, {\"group\": [379.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 387, \"cat_0_index\": 57, \"rank\": 264, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 403, \"ini\": 265}, {\"group\": [246.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, raw\", \"clust\": 253, \"cat_0_index\": 345, \"rank\": 263, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 72, \"ini\": 264}, {\"group\": [12.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, salted\", \"clust\": 14, \"cat_0_index\": 79, \"rank\": 262, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 333, \"ini\": 263}, {\"group\": [19.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 22, \"cat_0_index\": 224, \"rank\": 261, \"cat-0\": \"Fats and Oils\", \"rankvar\": 480, \"ini\": 262}, {\"group\": [476.0, 48.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, salted\", \"clust\": 486, \"cat_0_index\": 261, \"rank\": 260, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 147, \"ini\": 261}, {\"group\": [364.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, without added vitamin A and vitamin D\", \"clust\": 376, \"cat_0_index\": 80, \"rank\": 259, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 262, \"ini\": 260}, {\"group\": [365.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, with added vitamin A and vitamin D\", \"clust\": 377, \"cat_0_index\": 81, \"rank\": 258, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 263, \"ini\": 259}, {\"group\": [421.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hot chile, sun-dried\", \"clust\": 429, \"cat_0_index\": 494, \"rank\": 257, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 275, \"ini\": 258}, {\"group\": [259.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, with salt\", \"clust\": 266, \"cat_0_index\": 262, \"rank\": 256, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 87, \"ini\": 257}, {\"group\": [132.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter with omega-3, creamy\", \"clust\": 127, \"cat_0_index\": 263, \"rank\": 255, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 172, \"ini\": 256}, {\"group\": [20.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 23, \"cat_0_index\": 225, \"rank\": 254, \"cat-0\": \"Fats and Oils\", \"rankvar\": 483, \"ini\": 255}, {\"group\": [485.0, 50.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw\", \"clust\": 496, \"cat_0_index\": 264, \"rank\": 253, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 204, \"ini\": 254}, {\"group\": [380.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Double Chocolate Nut Bar\", \"clust\": 386, \"cat_0_index\": 392, \"rank\": 252, \"cat-0\": \"Snacks\", \"rankvar\": 259, \"ini\": 253}, {\"group\": [329.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, NEOSURE, powder, with ARA and DHA (formerly ROSS)\", \"clust\": 337, \"cat_0_index\": 0, \"rank\": 251, \"cat-0\": \"Baby Foods\", \"rankvar\": 31, \"ini\": 252}, {\"group\": [212.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from raw and stone ground kernels\", \"clust\": 216, \"cat_0_index\": 346, \"rank\": 250, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 118, \"ini\": 251}, {\"group\": [247.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, without salt added\", \"clust\": 254, \"cat_0_index\": 347, \"rank\": 249, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 65, \"ini\": 250}, {\"group\": [321.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP PROSOBEE, powder, not reconstituted\", \"clust\": 327, \"cat_0_index\": 1, \"rank\": 247, \"cat-0\": \"Baby Foods\", \"rankvar\": 135, \"ini\": 249}, {\"group\": [321.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE LIPIL, powder, with ARA and DHA\", \"clust\": 328, \"cat_0_index\": 2, \"rank\": 248, \"cat-0\": \"Baby Foods\", \"rankvar\": 136, \"ini\": 248}, {\"group\": [23.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 24, \"cat_0_index\": 226, \"rank\": 246, \"cat-0\": \"Fats and Oils\", \"rankvar\": 486, \"ini\": 247}, {\"group\": [472.0, 47.0, 21.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, no sugar added, powder\", \"clust\": 477, \"cat_0_index\": 46, \"rank\": 245, \"cat-0\": \"Beverages\", \"rankvar\": 240, \"ini\": 246}, {\"group\": [260.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, raw\", \"clust\": 269, \"cat_0_index\": 265, \"rank\": 244, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 106, \"ini\": 245}, {\"group\": [456.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN WITH EXTRA FIBER\", \"clust\": 464, \"cat_0_index\": 58, \"rank\": 243, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 383, \"ini\": 244}, {\"group\": [252.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunky, vitamin and mineral fortified\", \"clust\": 257, \"cat_0_index\": 266, \"rank\": 242, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 83, \"ini\": 243}, {\"group\": [459.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carob flour\", \"clust\": 467, \"cat_0_index\": 267, \"rank\": 241, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 346, \"ini\": 242}, {\"group\": [433.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened, processed with alkali\", \"clust\": 441, \"cat_0_index\": 455, \"rank\": 240, \"cat-0\": \"Sweets\", \"rankvar\": 314, \"ini\": 241}, {\"group\": [21.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 25, \"cat_0_index\": 227, \"rank\": 239, \"cat-0\": \"Fats and Oils\", \"rankvar\": 484, \"ini\": 240}, {\"group\": [249.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, vitamin and mineral fortified\", \"clust\": 259, \"cat_0_index\": 268, \"rank\": 238, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 77, \"ini\": 239}, {\"group\": [102.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, PAM cooking spray, original\", \"clust\": 94, \"cat_0_index\": 228, \"rank\": 237, \"cat-0\": \"Fats and Oils\", \"rankvar\": 332, \"ini\": 238}, {\"group\": [121.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, with salt added\", \"clust\": 121, \"cat_0_index\": 348, \"rank\": 236, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 188, \"ini\": 237}, {\"group\": [371.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, dried\", \"clust\": 370, \"cat_0_index\": 82, \"rank\": 235, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 265, \"ini\": 236}, {\"group\": [250.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, with salt\", \"clust\": 260, \"cat_0_index\": 269, \"rank\": 234, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 71, \"ini\": 235}, {\"group\": [261.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, without salt\", \"clust\": 270, \"cat_0_index\": 270, \"rank\": 233, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 111, \"ini\": 234}, {\"group\": [22.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 26, \"cat_0_index\": 229, \"rank\": 232, \"cat-0\": \"Fats and Oils\", \"rankvar\": 482, \"ini\": 233}, {\"group\": [233.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, with salt added\", \"clust\": 235, \"cat_0_index\": 349, \"rank\": 231, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 115, \"ini\": 232}, {\"group\": [253.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, without salt\", \"clust\": 263, \"cat_0_index\": 271, \"rank\": 230, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 95, \"ini\": 231}, {\"group\": [446.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cinnamon, ground\", \"clust\": 451, \"cat_0_index\": 440, \"rank\": 229, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 418, \"ini\": 230}, {\"group\": [357.0, 22.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cumin seed\", \"clust\": 365, \"cat_0_index\": 441, \"rank\": 228, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 167, \"ini\": 229}, {\"group\": [213.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, all flavors except macadamia, without salt\", \"clust\": 220, \"cat_0_index\": 350, \"rank\": 227, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 213, \"ini\": 228}, {\"group\": [401.0, 34.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Smelt, dried (Alaska Native)\", \"clust\": 409, \"cat_0_index\": 104, \"rank\": 226, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 299, \"ini\": 227}, {\"group\": [486.0, 50.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw, crude protein basis (N x 6.25)\", \"clust\": 497, \"cat_0_index\": 272, \"rank\": 225, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 218, \"ini\": 226}, {\"group\": [204.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, margarine-butter blend, soybean oil and butter\", \"clust\": 207, \"cat_0_index\": 230, \"rank\": 224, \"cat-0\": \"Fats and Oils\", \"rankvar\": 270, \"ini\": 225}, {\"group\": [263.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, without salt\", \"clust\": 267, \"cat_0_index\": 273, \"rank\": 223, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 128, \"ini\": 224}, {\"group\": [477.0, 48.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, no salt added\", \"clust\": 487, \"cat_0_index\": 274, \"rank\": 222, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 155, \"ini\": 223}, {\"group\": [368.0, 25.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, milkshake mix, dry, not chocolate\", \"clust\": 379, \"cat_0_index\": 83, \"rank\": 221, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 225, \"ini\": 222}, {\"group\": [266.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, raw\", \"clust\": 274, \"cat_0_index\": 275, \"rank\": 220, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 93, \"ini\": 221}, {\"group\": [323.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, powder, not reconstituted\", \"clust\": 331, \"cat_0_index\": 3, \"rank\": 219, \"cat-0\": \"Baby Foods\", \"rankvar\": 57, \"ini\": 220}, {\"group\": [270.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, with salt\", \"clust\": 277, \"cat_0_index\": 276, \"rank\": 218, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 99, \"ini\": 219}, {\"group\": [460.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN BRAN BUDS\", \"clust\": 468, \"cat_0_index\": 59, \"rank\": 217, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 358, \"ini\": 218}, {\"group\": [122.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, without salt\", \"clust\": 122, \"cat_0_index\": 351, \"rank\": 216, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 193, \"ini\": 217}, {\"group\": [228.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, without peanuts, oil roasted, with salt added\", \"clust\": 233, \"cat_0_index\": 352, \"rank\": 215, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 144, \"ini\": 216}, {\"group\": [15.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, without salt\", \"clust\": 15, \"cat_0_index\": 84, \"rank\": 214, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 335, \"ini\": 215}, {\"group\": [220.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dried\", \"clust\": 222, \"cat_0_index\": 353, \"rank\": 213, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 150, \"ini\": 214}, {\"group\": [254.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, reduced sodium\", \"clust\": 264, \"cat_0_index\": 277, \"rank\": 212, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 75, \"ini\": 213}, {\"group\": [42.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sesame crunch\", \"clust\": 39, \"cat_0_index\": 456, \"rank\": 211, \"cat-0\": \"Sweets\", \"rankvar\": 29, \"ini\": 212}, {\"group\": [267.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, raw\", \"clust\": 275, \"cat_0_index\": 278, \"rank\": 210, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 89, \"ini\": 211}, {\"group\": [480.0, 49.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted, crude protein basis (N x 6.25)\", \"clust\": 491, \"cat_0_index\": 279, \"rank\": 209, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 221, \"ini\": 210}, {\"group\": [243.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, with salt added\", \"clust\": 250, \"cat_0_index\": 354, \"rank\": 208, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 109, \"ini\": 209}, {\"group\": [382.0, 28.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Bar\", \"clust\": 393, \"cat_0_index\": 457, \"rank\": 207, \"cat-0\": \"Sweets\", \"rankvar\": 216, \"ini\": 208}, {\"group\": [264.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, without salt\", \"clust\": 271, \"cat_0_index\": 280, \"rank\": 206, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 100, \"ini\": 207}, {\"group\": [251.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, without salt\", \"clust\": 258, \"cat_0_index\": 281, \"rank\": 205, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 76, \"ini\": 206}, {\"group\": [265.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, without salt\", \"clust\": 272, \"cat_0_index\": 282, \"rank\": 204, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 105, \"ini\": 205}, {\"group\": [245.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, dried\", \"clust\": 249, \"cat_0_index\": 355, \"rank\": 203, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 125, \"ini\": 204}, {\"group\": [215.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, unflavored, with salt added\", \"clust\": 219, \"cat_0_index\": 356, \"rank\": 202, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 180, \"ini\": 203}, {\"group\": [33.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), creamed\", \"clust\": 18, \"cat_0_index\": 357, \"rank\": 201, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 350, \"ini\": 202}, {\"group\": [37.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, nutmeg, ground\", \"clust\": 35, \"cat_0_index\": 442, \"rank\": 200, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 191, \"ini\": 201}, {\"group\": [268.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, without salt\", \"clust\": 273, \"cat_0_index\": 283, \"rank\": 199, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 107, \"ini\": 200}, {\"group\": [141.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, home recipe\", \"clust\": 139, \"cat_0_index\": 231, \"rank\": 198, \"cat-0\": \"Fats and Oils\", \"rankvar\": 285, \"ini\": 199}, {\"group\": [344.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE, with iron, powder, not reconstituted\", \"clust\": 354, \"cat_0_index\": 4, \"rank\": 197, \"cat-0\": \"Baby Foods\", \"rankvar\": 36, \"ini\": 198}, {\"group\": [372.0, 26.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, instant breakfast powder, chocolate, sugar-free, not reconstituted\", \"clust\": 367, \"cat_0_index\": 85, \"rank\": 196, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 127, \"ini\": 197}, {\"group\": [244.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, without salt\", \"clust\": 251, \"cat_0_index\": 358, \"rank\": 195, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 112, \"ini\": 196}, {\"group\": [345.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 355, \"cat_0_index\": 5, \"rank\": 194, \"cat-0\": \"Baby Foods\", \"rankvar\": 34, \"ini\": 195}, {\"group\": [339.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, with iron, powder, not reconstituted\", \"clust\": 350, \"cat_0_index\": 6, \"rank\": 193, \"cat-0\": \"Baby Foods\", \"rankvar\": 53, \"ini\": 194}, {\"group\": [487.0, 50.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted\", \"clust\": 498, \"cat_0_index\": 284, \"rank\": 192, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 142, \"ini\": 193}, {\"group\": [483.0, 49.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat, crude protein basis (N x 6.25)\", \"clust\": 489, \"cat_0_index\": 285, \"rank\": 191, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 244, \"ini\": 192}, {\"group\": [291.0, 16.0, 9.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, with added nutrients, powder\", \"clust\": 292, \"cat_0_index\": 47, \"rank\": 190, \"cat-0\": \"Beverages\", \"rankvar\": 201, \"ini\": 191}, {\"group\": [391.0, 31.0, 14.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, regular, dry mix\", \"clust\": 395, \"cat_0_index\": 458, \"rank\": 189, \"cat-0\": \"Sweets\", \"rankvar\": 271, \"ini\": 190}, {\"group\": [328.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 338, \"cat_0_index\": 7, \"rank\": 187, \"cat-0\": \"Baby Foods\", \"rankvar\": 37, \"ini\": 189}, {\"group\": [328.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 339, \"cat_0_index\": 8, \"rank\": 188, \"cat-0\": \"Baby Foods\", \"rankvar\": 38, \"ini\": 188}, {\"group\": [229.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, without peanuts, without salt added\", \"clust\": 234, \"cat_0_index\": 359, \"rank\": 186, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 157, \"ini\": 187}, {\"group\": [340.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 351, \"cat_0_index\": 9, \"rank\": 185, \"cat-0\": \"Baby Foods\", \"rankvar\": 46, \"ini\": 186}, {\"group\": [273.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mustard seed, ground\", \"clust\": 226, \"cat_0_index\": 443, \"rank\": 184, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 23, \"ini\": 185}, {\"group\": [292.0, 17.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 70-85% cacao solids\", \"clust\": 297, \"cat_0_index\": 459, \"rank\": 183, \"cat-0\": \"Sweets\", \"rankvar\": 92, \"ini\": 184}, {\"group\": [482.0, 49.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted\", \"clust\": 490, \"cat_0_index\": 286, \"rank\": 182, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 255, \"ini\": 183}, {\"group\": [481.0, 49.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat\", \"clust\": 492, \"cat_0_index\": 287, \"rank\": 181, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 206, \"ini\": 182}, {\"group\": [232.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, without salt added\", \"clust\": 236, \"cat_0_index\": 360, \"rank\": 180, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 132, \"ini\": 181}, {\"group\": [375.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Raisin Bran\", \"clust\": 384, \"cat_0_index\": 60, \"rank\": 179, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 317, \"ini\": 180}, {\"group\": [324.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SENSITIVE, (LACTOSE FREE), powder, with ARA and DHA (formerly ROSS)\", \"clust\": 332, \"cat_0_index\": 10, \"rank\": 178, \"cat-0\": \"Baby Foods\", \"rankvar\": 84, \"ini\": 179}, {\"group\": [216.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, type of kernels unspecified\", \"clust\": 218, \"cat_0_index\": 361, \"rank\": 177, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 154, \"ini\": 178}, {\"group\": [346.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, powder, not reconstituted\", \"clust\": 356, \"cat_0_index\": 11, \"rank\": 176, \"cat-0\": \"Baby Foods\", \"rankvar\": 32, \"ini\": 177}, {\"group\": [338.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, with iron, powder\", \"clust\": 346, \"cat_0_index\": 12, \"rank\": 175, \"cat-0\": \"Baby Foods\", \"rankvar\": 47, \"ini\": 176}, {\"group\": [422.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato powder\", \"clust\": 427, \"cat_0_index\": 495, \"rank\": 174, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 208, \"ini\": 175}, {\"group\": [425.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened\", \"clust\": 430, \"cat_0_index\": 460, \"rank\": 173, \"cat-0\": \"Sweets\", \"rankvar\": 289, \"ini\": 174}, {\"group\": [488.0, 50.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, raw\", \"clust\": 499, \"cat_0_index\": 288, \"rank\": 172, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 97, \"ini\": 173}, {\"group\": [337.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, low iron, powder, not reconstituted\", \"clust\": 347, \"cat_0_index\": 13, \"rank\": 171, \"cat-0\": \"Baby Foods\", \"rankvar\": 45, \"ini\": 172}, {\"group\": [491.0, 50.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed kernels, roasted (glandless)\", \"clust\": 493, \"cat_0_index\": 362, \"rank\": 170, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 86, \"ini\": 171}, {\"group\": [196.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-type vegetable oil spread, 70% fat, soybean and partially hydrogenated soybean, stick\", \"clust\": 198, \"cat_0_index\": 232, \"rank\": 169, \"cat-0\": \"Fats and Oils\", \"rankvar\": 239, \"ini\": 170}, {\"group\": [394.0, 33.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, shredded\", \"clust\": 404, \"cat_0_index\": 86, \"rank\": 168, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 215, \"ini\": 169}, {\"group\": [335.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 348, \"cat_0_index\": 14, \"rank\": 167, \"cat-0\": \"Baby Foods\", \"rankvar\": 44, \"ini\": 168}, {\"group\": [341.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, powder, with ARA and DHA\", \"clust\": 345, \"cat_0_index\": 15, \"rank\": 166, \"cat-0\": \"Baby Foods\", \"rankvar\": 33, \"ini\": 167}, {\"group\": [336.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, powder, with ARA and DHA\", \"clust\": 349, \"cat_0_index\": 16, \"rank\": 165, \"cat-0\": \"Baby Foods\", \"rankvar\": 43, \"ini\": 166}, {\"group\": [332.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 343, \"cat_0_index\": 17, \"rank\": 163, \"cat-0\": \"Baby Foods\", \"rankvar\": 40, \"ini\": 165}, {\"group\": [333.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 344, \"cat_0_index\": 18, \"rank\": 164, \"cat-0\": \"Baby Foods\", \"rankvar\": 41, \"ini\": 164}, {\"group\": [334.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 342, \"cat_0_index\": 19, \"rank\": 162, \"cat-0\": \"Baby Foods\", \"rankvar\": 39, \"ini\": 163}, {\"group\": [156.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, peppercorn dressing, commercial, regular\", \"clust\": 159, \"cat_0_index\": 233, \"rank\": 161, \"cat-0\": \"Fats and Oils\", \"rankvar\": 254, \"ini\": 162}, {\"group\": [347.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 357, \"cat_0_index\": 20, \"rank\": 160, \"cat-0\": \"Baby Foods\", \"rankvar\": 16, \"ini\": 161}, {\"group\": [398.0, 33.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, low sodium\", \"clust\": 406, \"cat_0_index\": 87, \"rank\": 159, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 253, \"ini\": 160}, {\"group\": [419.0, 41.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seeds, whole, roasted, with salt added\", \"clust\": 423, \"cat_0_index\": 363, \"rank\": 158, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 90, \"ini\": 159}, {\"group\": [46.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, yolk, dried\", \"clust\": 45, \"cat_0_index\": 88, \"rank\": 157, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 134, \"ini\": 158}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, dried and salted\", \"clust\": 1, \"cat_0_index\": 247, \"rank\": 156, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 321, \"ini\": 157}, {\"group\": [214.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, flavored, macadamia flavored, without salt\", \"clust\": 221, \"cat_0_index\": 364, \"rank\": 155, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 178, \"ini\": 156}, {\"group\": [393.0, 32.0, 15.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, alfredo mix, dry\", \"clust\": 400, \"cat_0_index\": 410, \"rank\": 154, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 6, \"ini\": 155}, {\"group\": [430.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, turmeric, ground\", \"clust\": 439, \"cat_0_index\": 444, \"rank\": 153, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 257, \"ini\": 154}, {\"group\": [342.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, soy, powder (formerly WYETH-AYERST)\", \"clust\": 352, \"cat_0_index\": 21, \"rank\": 151, \"cat-0\": \"Baby Foods\", \"rankvar\": 24, \"ini\": 153}, {\"group\": [343.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, powder (formerly WYETH-AYERST)\", \"clust\": 353, \"cat_0_index\": 22, \"rank\": 152, \"cat-0\": \"Baby Foods\", \"rankvar\": 25, \"ini\": 152}, {\"group\": [326.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SOY, with ARA and DHA, powder\", \"clust\": 335, \"cat_0_index\": 23, \"rank\": 150, \"cat-0\": \"Baby Foods\", \"rankvar\": 8, \"ini\": 151}, {\"group\": [3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry\", \"clust\": 7, \"cat_0_index\": 411, \"rank\": 149, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 360, \"ini\": 150}, {\"group\": [257.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Peanut Butter, smooth\", \"clust\": 256, \"cat_0_index\": 289, \"rank\": 148, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 21, \"ini\": 149}, {\"group\": [327.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START ESSENTIALS SOY, with iron, powder\", \"clust\": 336, \"cat_0_index\": 24, \"rank\": 147, \"cat-0\": \"Baby Foods\", \"rankvar\": 9, \"ini\": 148}, {\"group\": [462.0, 45.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, salted\", \"clust\": 470, \"cat_0_index\": 393, \"rank\": 146, \"cat-0\": \"Snacks\", \"rankvar\": 113, \"ini\": 147}, {\"group\": [117.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, 70% fat, stick, with salt\", \"clust\": 115, \"cat_0_index\": 234, \"rank\": 145, \"cat-0\": \"Fats and Oils\", \"rankvar\": 250, \"ini\": 146}, {\"group\": [407.0, 37.0, 18.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, dry powdered mix, low calorie, with aspartame\", \"clust\": 415, \"cat_0_index\": 48, \"rank\": 144, \"cat-0\": \"Beverages\", \"rankvar\": 375, \"ini\": 145}, {\"group\": [271.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, raw\", \"clust\": 255, \"cat_0_index\": 290, \"rank\": 143, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 96, \"ini\": 144}, {\"group\": [62.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like shortening, industrial, soy (partially hydrogenated), cottonseed, and soy, principal use flaky pastries\", \"clust\": 53, \"cat_0_index\": 235, \"rank\": 142, \"cat-0\": \"Fats and Oils\", \"rankvar\": 248, \"ini\": 143}, {\"group\": [74.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 68, \"cat_0_index\": 248, \"rank\": 141, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 252, \"ini\": 142}, {\"group\": [133.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 126, \"cat_0_index\": 108, \"rank\": 140, \"cat-0\": \"Fast Foods\", \"rankvar\": 137, \"ini\": 141}, {\"group\": [350.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, powder, with ARA and DHA\", \"clust\": 329, \"cat_0_index\": 25, \"rank\": 139, \"cat-0\": \"Baby Foods\", \"rankvar\": 62, \"ini\": 140}, {\"group\": [307.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated coffee beans\", \"clust\": 312, \"cat_0_index\": 461, \"rank\": 138, \"cat-0\": \"Sweets\", \"rankvar\": 64, \"ini\": 139}, {\"group\": [290.0, 16.0, 9.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, added vitamin C and sugar\", \"clust\": 293, \"cat_0_index\": 49, \"rank\": 137, \"cat-0\": \"Beverages\", \"rankvar\": 319, \"ini\": 138}, {\"group\": [207.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-like vegetable oil spread, 67-70% fat, tub\", \"clust\": 210, \"cat_0_index\": 236, \"rank\": 136, \"cat-0\": \"Fats and Oils\", \"rankvar\": 227, \"ini\": 137}, {\"group\": [205.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Omega Plus Spread (with plant sterols & fish oil)\", \"clust\": 211, \"cat_0_index\": 237, \"rank\": 135, \"cat-0\": \"Fats and Oils\", \"rankvar\": 222, \"ini\": 136}, {\"group\": [402.0, 34.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk Light, powder\", \"clust\": 410, \"cat_0_index\": 89, \"rank\": 134, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 209, \"ini\": 135}, {\"group\": [308.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate, with almonds\", \"clust\": 313, \"cat_0_index\": 462, \"rank\": 133, \"cat-0\": \"Sweets\", \"rankvar\": 19, \"ini\": 134}, {\"group\": [87.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, jowl, raw\", \"clust\": 89, \"cat_0_index\": 380, \"rank\": 132, \"cat-0\": \"Pork Products\", \"rankvar\": 226, \"ini\": 133}, {\"group\": [356.0, 21.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sisymbrium sp. seeds, whole, dried\", \"clust\": 362, \"cat_0_index\": 365, \"rank\": 131, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 318, \"ini\": 132}, {\"group\": [383.0, 28.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Crispy Chocolate Bar\", \"clust\": 394, \"cat_0_index\": 463, \"rank\": 130, \"cat-0\": \"Sweets\", \"rankvar\": 181, \"ini\": 131}, {\"group\": [397.0, 33.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, grated\", \"clust\": 402, \"cat_0_index\": 90, \"rank\": 129, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 187, \"ini\": 130}, {\"group\": [330.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, powder (formerly WYETH-AYERST)\", \"clust\": 340, \"cat_0_index\": 26, \"rank\": 127, \"cat-0\": \"Baby Foods\", \"rankvar\": 49, \"ini\": 129}, {\"group\": [331.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, powder (formerly WYETH-AYERST)\", \"clust\": 341, \"cat_0_index\": 27, \"rank\": 128, \"cat-0\": \"Baby Foods\", \"rankvar\": 50, \"ini\": 128}, {\"group\": [384.0, 28.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Blueberry and Almond Chocolate Bar\", \"clust\": 392, \"cat_0_index\": 464, \"rank\": 126, \"cat-0\": \"Sweets\", \"rankvar\": 171, \"ini\": 127}, {\"group\": [309.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S MILK CHOCOLATE WITH ALMOND BITES\", \"clust\": 311, \"cat_0_index\": 465, \"rank\": 125, \"cat-0\": \"Sweets\", \"rankvar\": 28, \"ini\": 126}, {\"group\": [293.0, 17.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 60-69% cacao solids\", \"clust\": 298, \"cat_0_index\": 466, \"rank\": 124, \"cat-0\": \"Sweets\", \"rankvar\": 69, \"ini\": 125}, {\"group\": [349.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, PM 60/40, powder not reconstituted (formerly ROSS)\", \"clust\": 333, \"cat_0_index\": 28, \"rank\": 123, \"cat-0\": \"Baby Foods\", \"rankvar\": 42, \"ini\": 124}, {\"group\": [390.0, 31.0, 14.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 396, \"cat_0_index\": 35, \"rank\": 122, \"cat-0\": \"Baked Products\", \"rankvar\": 492, \"ini\": 123}, {\"group\": [473.0, 47.0, 21.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, decaffeinated\", \"clust\": 481, \"cat_0_index\": 50, \"rank\": 120, \"cat-0\": \"Beverages\", \"rankvar\": 376, \"ini\": 122}, {\"group\": [474.0, 47.0, 21.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder\", \"clust\": 482, \"cat_0_index\": 51, \"rank\": 121, \"cat-0\": \"Beverages\", \"rankvar\": 377, \"ini\": 121}, {\"group\": [457.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE\", \"clust\": 465, \"cat_0_index\": 61, \"rank\": 119, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 386, \"ini\": 120}, {\"group\": [77.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, raw\", \"clust\": 79, \"cat_0_index\": 249, \"rank\": 118, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 258, \"ini\": 119}, {\"group\": [351.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, ALIMENTUM ADVANCE, with iron, powder, not reconstituted, with DHA and ARA (formerly ROSS)\", \"clust\": 325, \"cat_0_index\": 29, \"rank\": 117, \"cat-0\": \"Baby Foods\", \"rankvar\": 5, \"ini\": 118}, {\"group\": [157.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, caesar dressing, regular\", \"clust\": 160, \"cat_0_index\": 238, \"rank\": 116, \"cat-0\": \"Fats and Oils\", \"rankvar\": 238, \"ini\": 117}, {\"group\": [464.0, 45.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, sour-cream-and-onion-flavor\", \"clust\": 475, \"cat_0_index\": 394, \"rank\": 115, \"cat-0\": \"Snacks\", \"rankvar\": 54, \"ini\": 116}, {\"group\": [81.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, cooked\", \"clust\": 82, \"cat_0_index\": 381, \"rank\": 114, \"cat-0\": \"Pork Products\", \"rankvar\": 189, \"ini\": 115}, {\"group\": [454.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Toasted Wheat Bran\", \"clust\": 461, \"cat_0_index\": 62, \"rank\": 113, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 343, \"ini\": 114}, {\"group\": [455.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wheat bran, crude\", \"clust\": 462, \"cat_0_index\": 69, \"rank\": 112, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 349, \"ini\": 113}, {\"group\": [79.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, cooked\", \"clust\": 78, \"cat_0_index\": 250, \"rank\": 111, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 236, \"ini\": 112}, {\"group\": [286.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, watermelon seed kernels, dried\", \"clust\": 282, \"cat_0_index\": 366, \"rank\": 110, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 195, \"ini\": 111}, {\"group\": [325.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, MEAD JOHNSON, PORTAGEN, with iron, powder, not reconstituted\", \"clust\": 330, \"cat_0_index\": 30, \"rank\": 109, \"cat-0\": \"Baby Foods\", \"rankvar\": 82, \"ini\": 110}, {\"group\": [319.0, 19.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX chocolate fudge cookie bars\", \"clust\": 323, \"cat_0_index\": 467, \"rank\": 108, \"cat-0\": \"Sweets\", \"rankvar\": 70, \"ini\": 109}, {\"group\": [167.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, separable fat, raw\", \"clust\": 166, \"cat_0_index\": 389, \"rank\": 107, \"cat-0\": \"Poultry Products\", \"rankvar\": 220, \"ini\": 108}, {\"group\": [478.0, 48.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, low fat\", \"clust\": 485, \"cat_0_index\": 291, \"rank\": 106, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 78, \"ini\": 107}, {\"group\": [126.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, with salt added\", \"clust\": 128, \"cat_0_index\": 367, \"rank\": 105, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 80, \"ini\": 106}, {\"group\": [75.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 76, \"cat_0_index\": 251, \"rank\": 104, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 232, \"ini\": 105}, {\"group\": [7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of vegetable, dry, powder\", \"clust\": 4, \"cat_0_index\": 412, \"rank\": 103, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 110, \"ini\": 104}, {\"group\": [44.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried, stabilized, glucose reduced\", \"clust\": 46, \"cat_0_index\": 91, \"rank\": 102, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 122, \"ini\": 103}, {\"group\": [63.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, raw\", \"clust\": 64, \"cat_0_index\": 37, \"rank\": 101, \"cat-0\": \"Beef Products\", \"rankvar\": 243, \"ini\": 102}, {\"group\": [294.0, 17.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate covered, dietetic or low calorie\", \"clust\": 296, \"cat_0_index\": 468, \"rank\": 100, \"cat-0\": \"Sweets\", \"rankvar\": 13, \"ini\": 101}, {\"group\": [386.0, 29.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON Protein Performance Bar, Caramel Nut Rush\", \"clust\": 390, \"cat_0_index\": 395, \"rank\": 99, \"cat-0\": \"Snacks\", \"rankvar\": 7, \"ini\": 100}, {\"group\": [64.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, cooked\", \"clust\": 65, \"cat_0_index\": 38, \"rank\": 98, \"cat-0\": \"Beef Products\", \"rankvar\": 234, \"ini\": 99}, {\"group\": [395.0, 33.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, hard\", \"clust\": 405, \"cat_0_index\": 92, \"rank\": 97, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 194, \"ini\": 98}, {\"group\": [461.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Original\", \"clust\": 466, \"cat_0_index\": 63, \"rank\": 96, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 242, \"ini\": 97}, {\"group\": [312.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered\", \"clust\": 316, \"cat_0_index\": 93, \"rank\": 95, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 211, \"ini\": 96}, {\"group\": [91.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, oriental style, dehydrated\", \"clust\": 91, \"cat_0_index\": 382, \"rank\": 94, \"cat-0\": \"Pork Products\", \"rankvar\": 186, \"ini\": 95}, {\"group\": [6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Adobo fresco\", \"clust\": 5, \"cat_0_index\": 413, \"rank\": 93, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 362, \"ini\": 94}, {\"group\": [76.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 77, \"cat_0_index\": 252, \"rank\": 92, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 241, \"ini\": 93}, {\"group\": [492.0, 51.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk, powder\", \"clust\": 483, \"cat_0_index\": 94, \"rank\": 91, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 27, \"ini\": 92}, {\"group\": [78.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 80, \"cat_0_index\": 253, \"rank\": 90, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 249, \"ini\": 91}, {\"group\": [358.0, 22.0, 11.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, anise seed\", \"clust\": 366, \"cat_0_index\": 445, \"rank\": 89, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 91, \"ini\": 90}, {\"group\": [208.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, beechnuts, dried\", \"clust\": 134, \"cat_0_index\": 368, \"rank\": 88, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 156, \"ini\": 89}, {\"group\": [313.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, dry, powder, with whitener, reduced calorie\", \"clust\": 317, \"cat_0_index\": 52, \"rank\": 87, \"cat-0\": \"Beverages\", \"rankvar\": 173, \"ini\": 88}, {\"group\": [295.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate, dark, NFS (45-59% cacao solids 90%; 60-69% cacao solids 5%; 70-85% cacao solids 5%)\", \"clust\": 299, \"cat_0_index\": 469, \"rank\": 86, \"cat-0\": \"Sweets\", \"rankvar\": 67, \"ini\": 87}, {\"group\": [445.0, 43.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, bay leaf\", \"clust\": 453, \"cat_0_index\": 446, \"rank\": 85, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 235, \"ini\": 86}, {\"group\": [49.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, baked\", \"clust\": 48, \"cat_0_index\": 383, \"rank\": 84, \"cat-0\": \"Pork Products\", \"rankvar\": 66, \"ini\": 85}, {\"group\": [320.0, 19.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, peanut bar\", \"clust\": 324, \"cat_0_index\": 470, \"rank\": 83, \"cat-0\": \"Sweets\", \"rankvar\": 11, \"ini\": 84}, {\"group\": [47.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, pan-fried\", \"clust\": 49, \"cat_0_index\": 384, \"rank\": 82, \"cat-0\": \"Pork Products\", \"rankvar\": 73, \"ini\": 83}, {\"group\": [48.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, broiled, pan-fried or roasted\", \"clust\": 50, \"cat_0_index\": 385, \"rank\": 81, \"cat-0\": \"Pork Products\", \"rankvar\": 68, \"ini\": 82}, {\"group\": [296.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 45- 59% cacao solids\", \"clust\": 300, \"cat_0_index\": 471, \"rank\": 80, \"cat-0\": \"Sweets\", \"rankvar\": 74, \"ini\": 81}, {\"group\": [318.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, carob, unsweetened\", \"clust\": 318, \"cat_0_index\": 472, \"rank\": 79, \"cat-0\": \"Sweets\", \"rankvar\": 116, \"ini\": 80}, {\"group\": [45.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried\", \"clust\": 47, \"cat_0_index\": 95, \"rank\": 78, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 94, \"ini\": 79}, {\"group\": [127.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, with salt added\", \"clust\": 129, \"cat_0_index\": 369, \"rank\": 77, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 51, \"ini\": 78}, {\"group\": [434.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, pasilla, dried\", \"clust\": 442, \"cat_0_index\": 496, \"rank\": 76, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 269, \"ini\": 77}, {\"group\": [385.0, 28.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Covered Almonds\", \"clust\": 391, \"cat_0_index\": 473, \"rank\": 75, \"cat-0\": \"Sweets\", \"rankvar\": 124, \"ini\": 76}, {\"group\": [128.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, with salt added\", \"clust\": 132, \"cat_0_index\": 370, \"rank\": 74, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 48, \"ini\": 75}, {\"group\": [316.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored hazelnut spread\", \"clust\": 320, \"cat_0_index\": 474, \"rank\": 73, \"cat-0\": \"Sweets\", \"rankvar\": 177, \"ini\": 74}, {\"group\": [206.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Regular Buttery Spread with flax oil\", \"clust\": 212, \"cat_0_index\": 239, \"rank\": 72, \"cat-0\": \"Fats and Oils\", \"rankvar\": 199, \"ini\": 73}, {\"group\": [89.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), roasted\", \"clust\": 92, \"cat_0_index\": 386, \"rank\": 71, \"cat-0\": \"Pork Products\", \"rankvar\": 183, \"ini\": 72}, {\"group\": [287.0, 15.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, oil-popped, microwave, regular flavor\", \"clust\": 281, \"cat_0_index\": 396, \"rank\": 70, \"cat-0\": \"Snacks\", \"rankvar\": 133, \"ini\": 71}, {\"group\": [404.0, 35.0, 17.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rose Hips, wild (Northern Plains Indians)\", \"clust\": 411, \"cat_0_index\": 105, \"rank\": 69, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 310, \"ini\": 70}, {\"group\": [468.0, 45.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, cheese-flavor\", \"clust\": 472, \"cat_0_index\": 397, \"rank\": 68, \"cat-0\": \"Snacks\", \"rankvar\": 14, \"ini\": 69}, {\"group\": [303.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ALMOND JOY BITES\", \"clust\": 305, \"cat_0_index\": 475, \"rank\": 67, \"cat-0\": \"Sweets\", \"rankvar\": 102, \"ini\": 68}, {\"group\": [458.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fungi, Cloud ears, dried\", \"clust\": 463, \"cat_0_index\": 497, \"rank\": 66, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 380, \"ini\": 67}, {\"group\": [417.0, 40.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mace, ground\", \"clust\": 426, \"cat_0_index\": 447, \"rank\": 65, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 88, \"ini\": 66}, {\"group\": [322.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, powder\", \"clust\": 326, \"cat_0_index\": 31, \"rank\": 64, \"cat-0\": \"Baby Foods\", \"rankvar\": 12, \"ini\": 65}, {\"group\": [484.0, 49.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by alcohol extraction\", \"clust\": 488, \"cat_0_index\": 292, \"rank\": 63, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 228, \"ini\": 64}, {\"group\": [479.0, 48.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, SPECIAL K Low Carb Lifestyle Protein Plus\", \"clust\": 484, \"cat_0_index\": 64, \"rank\": 62, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 59, \"ini\": 63}, {\"group\": [493.0, 52.0, 23.0, 11.0, 7.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Beef, ground beef calculator - user selects lean/fat percentage\", \"clust\": 0, \"cat_0_index\": 39, \"rank\": 0, \"cat-0\": \"Beef Products\", \"rankvar\": 0, \"ini\": 62}, {\"group\": [162.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt, with added vitamin D\", \"clust\": 164, \"cat_0_index\": 240, \"rank\": 61, \"cat-0\": \"Fats and Oils\", \"rankvar\": 210, \"ini\": 61}, {\"group\": [299.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SYMPHONY Milk Chocolate Bar\", \"clust\": 303, \"cat_0_index\": 476, \"rank\": 60, \"cat-0\": \"Sweets\", \"rankvar\": 81, \"ini\": 60}, {\"group\": [310.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated peanuts\", \"clust\": 314, \"cat_0_index\": 477, \"rank\": 59, \"cat-0\": \"Sweets\", \"rankvar\": 4, \"ini\": 59}, {\"group\": [376.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Cranberry Crunch\", \"clust\": 385, \"cat_0_index\": 65, \"rank\": 58, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 304, \"ini\": 58}, {\"group\": [348.0, 20.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, powder\", \"clust\": 334, \"cat_0_index\": 32, \"rank\": 57, \"cat-0\": \"Baby Foods\", \"rankvar\": 3, \"ini\": 57}, {\"group\": [288.0, 16.0, 9.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder\", \"clust\": 294, \"cat_0_index\": 53, \"rank\": 56, \"cat-0\": \"Beverages\", \"rankvar\": 295, \"ini\": 56}, {\"group\": [465.0, 45.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, barbecue-flavor\", \"clust\": 476, \"cat_0_index\": 398, \"rank\": 55, \"cat-0\": \"Snacks\", \"rankvar\": 26, \"ini\": 55}, {\"group\": [311.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, peanut butter\", \"clust\": 315, \"cat_0_index\": 478, \"rank\": 54, \"cat-0\": \"Sweets\", \"rankvar\": 2, \"ini\": 54}, {\"group\": [129.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, without salt added\", \"clust\": 133, \"cat_0_index\": 371, \"rank\": 53, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 52, \"ini\": 53}, {\"group\": [50.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, beef sticks, smoked\", \"clust\": 51, \"cat_0_index\": 399, \"rank\": 52, \"cat-0\": \"Snacks\", \"rankvar\": 61, \"ini\": 52}, {\"group\": [431.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder\", \"clust\": 440, \"cat_0_index\": 54, \"rank\": 51, \"cat-0\": \"Beverages\", \"rankvar\": 277, \"ini\": 51}, {\"group\": [52.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, barbecue-flavor\", \"clust\": 44, \"cat_0_index\": 400, \"rank\": 50, \"cat-0\": \"Snacks\", \"rankvar\": 179, \"ini\": 50}, {\"group\": [463.0, 45.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, made with partially hydrogenated soybean oil, salted\", \"clust\": 471, \"cat_0_index\": 401, \"rank\": 49, \"cat-0\": \"Snacks\", \"rankvar\": 18, \"ini\": 49}, {\"group\": [163.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt\", \"clust\": 165, \"cat_0_index\": 241, \"rank\": 48, \"cat-0\": \"Fats and Oils\", \"rankvar\": 212, \"ini\": 48}, {\"group\": [400.0, 33.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, hard type\", \"clust\": 401, \"cat_0_index\": 96, \"rank\": 47, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 152, \"ini\": 47}, {\"group\": [475.0, 47.0, 21.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower-leaf portion), freeze-dried\", \"clust\": 480, \"cat_0_index\": 498, \"rank\": 46, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 217, \"ini\": 46}, {\"group\": [469.0, 46.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, vegetable chips, HAIN CELESTIAL GROUP, TERRA CHIPS\", \"clust\": 469, \"cat_0_index\": 402, \"rank\": 45, \"cat-0\": \"Snacks\", \"rankvar\": 20, \"ini\": 45}, {\"group\": [4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, dry\", \"clust\": 8, \"cat_0_index\": 414, \"rank\": 44, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 363, \"ini\": 44}, {\"group\": [466.0, 45.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato sticks\", \"clust\": 474, \"cat_0_index\": 403, \"rank\": 43, \"cat-0\": \"Snacks\", \"rankvar\": 60, \"ini\": 43}, {\"group\": [429.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice bran, crude\", \"clust\": 433, \"cat_0_index\": 70, \"rank\": 42, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 153, \"ini\": 42}, {\"group\": [373.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Chewy Chocolate Peanut Bar\", \"clust\": 381, \"cat_0_index\": 404, \"rank\": 41, \"cat-0\": \"Snacks\", \"rankvar\": 121, \"ini\": 41}, {\"group\": [314.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dessert topping, powdered\", \"clust\": 321, \"cat_0_index\": 97, \"rank\": 40, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 230, \"ini\": 40}, {\"group\": [489.0, 50.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, dry roasted\", \"clust\": 495, \"cat_0_index\": 293, \"rank\": 39, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 58, \"ini\": 39}, {\"group\": [131.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, without salt added\", \"clust\": 130, \"cat_0_index\": 372, \"rank\": 38, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 101, \"ini\": 38}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Steelhead trout, dried, flesh (Shoshone Bannock)\", \"clust\": 2, \"cat_0_index\": 106, \"rank\": 37, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 280, \"ini\": 37}, {\"group\": [301.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate\", \"clust\": 306, \"cat_0_index\": 479, \"rank\": 36, \"cat-0\": \"Sweets\", \"rankvar\": 63, \"ini\": 36}, {\"group\": [387.0, 30.0, 13.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Agave, dried (Southwest)\", \"clust\": 380, \"cat_0_index\": 107, \"rank\": 35, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 200, \"ini\": 35}, {\"group\": [300.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, white chocolate\", \"clust\": 304, \"cat_0_index\": 480, \"rank\": 34, \"cat-0\": \"Sweets\", \"rankvar\": 129, \"ini\": 34}, {\"group\": [432.0, 42.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, ancho, dried\", \"clust\": 438, \"cat_0_index\": 499, \"rank\": 33, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 247, \"ini\": 33}, {\"group\": [210.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame meal, partially defatted\", \"clust\": 214, \"cat_0_index\": 373, \"rank\": 32, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 117, \"ini\": 32}, {\"group\": [5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, dry, mix\", \"clust\": 6, \"cat_0_index\": 415, \"rank\": 31, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 313, \"ini\": 31}, {\"group\": [297.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate\", \"clust\": 301, \"cat_0_index\": 481, \"rank\": 30, \"cat-0\": \"Sweets\", \"rankvar\": 108, \"ini\": 30}, {\"group\": [130.0, 11.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, without salt added\", \"clust\": 131, \"cat_0_index\": 374, \"rank\": 29, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 56, \"ini\": 29}, {\"group\": [304.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S Peanut Butter Cups\", \"clust\": 309, \"cat_0_index\": 482, \"rank\": 28, \"cat-0\": \"Sweets\", \"rankvar\": 10, \"ini\": 28}, {\"group\": [90.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), unheated\", \"clust\": 93, \"cat_0_index\": 387, \"rank\": 27, \"cat-0\": \"Pork Products\", \"rankvar\": 182, \"ini\": 27}, {\"group\": [317.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, banana chips\", \"clust\": 319, \"cat_0_index\": 405, \"rank\": 26, \"cat-0\": \"Snacks\", \"rankvar\": 131, \"ini\": 26}, {\"group\": [374.0, 27.0, 12.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON MULTIGRAIN CRUNCH BAR\", \"clust\": 382, \"cat_0_index\": 406, \"rank\": 25, \"cat-0\": \"Snacks\", \"rankvar\": 126, \"ini\": 25}, {\"group\": [467.0, 45.0, 20.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, unsalted\", \"clust\": 473, \"cat_0_index\": 407, \"rank\": 24, \"cat-0\": \"Snacks\", \"rankvar\": 22, \"ini\": 24}, {\"group\": [490.0, 50.0, 22.0, 10.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted, crude protein basis (N x 6.25)\", \"clust\": 494, \"cat_0_index\": 294, \"rank\": 23, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 166, \"ini\": 23}, {\"group\": [396.0, 33.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, romano\", \"clust\": 403, \"cat_0_index\": 98, \"rank\": 22, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 148, \"ini\": 22}, {\"group\": [43.0, 8.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu)\", \"clust\": 38, \"cat_0_index\": 295, \"rank\": 21, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 120, \"ini\": 21}, {\"group\": [82.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, enhanced, composite of separable fat, cooked\", \"clust\": 83, \"cat_0_index\": 388, \"rank\": 20, \"cat-0\": \"Pork Products\", \"rankvar\": 146, \"ini\": 20}, {\"group\": [160.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like vegetable-oil spread, stick/tub/bottle, 60% fat, with added vitamin D\", \"clust\": 162, \"cat_0_index\": 242, \"rank\": 19, \"cat-0\": \"Fats and Oils\", \"rankvar\": 197, \"ini\": 19}, {\"group\": [306.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MR. GOODBAR Chocolate Bar\", \"clust\": 308, \"cat_0_index\": 483, \"rank\": 18, \"cat-0\": \"Sweets\", \"rankvar\": 17, \"ini\": 18}, {\"group\": [399.0, 33.0, 16.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gruyere\", \"clust\": 407, \"cat_0_index\": 99, \"rank\": 17, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 139, \"ini\": 17}, {\"group\": [447.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM SLIM\", \"clust\": 454, \"cat_0_index\": 66, \"rank\": 16, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 123, \"ini\": 16}, {\"group\": [305.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Almond Chocolate Candies\", \"clust\": 310, \"cat_0_index\": 484, \"rank\": 15, \"cat-0\": \"Sweets\", \"rankvar\": 15, \"ini\": 15}, {\"group\": [298.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, semisweet chocolate\", \"clust\": 302, \"cat_0_index\": 485, \"rank\": 14, \"cat-0\": \"Sweets\", \"rankvar\": 98, \"ini\": 14}, {\"group\": [272.0, 13.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, reduced fat\", \"clust\": 248, \"cat_0_index\": 296, \"rank\": 13, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1, \"ini\": 13}, {\"group\": [193.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt\", \"clust\": 194, \"cat_0_index\": 243, \"rank\": 11, \"cat-0\": \"Fats and Oils\", \"rankvar\": 184, \"ini\": 12}, {\"group\": [193.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt, with added vitamin D\", \"clust\": 195, \"cat_0_index\": 244, \"rank\": 12, \"cat-0\": \"Fats and Oils\", \"rankvar\": 185, \"ini\": 11}, {\"group\": [65.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, cooked\", \"clust\": 63, \"cat_0_index\": 254, \"rank\": 10, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 174, \"ini\": 10}, {\"group\": [161.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, with salt\", \"clust\": 163, \"cat_0_index\": 245, \"rank\": 9, \"cat-0\": \"Fats and Oils\", \"rankvar\": 196, \"ini\": 9}, {\"group\": [51.0, 9.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bacon and beef sticks\", \"clust\": 52, \"cat_0_index\": 390, \"rank\": 8, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 35, \"ini\": 8}, {\"group\": [448.0, 44.0, 19.0, 9.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM\", \"clust\": 455, \"cat_0_index\": 67, \"rank\": 7, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 104, \"ini\": 7}, {\"group\": [289.0, 16.0, 9.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy bits, yogurt covered with vitamin C\", \"clust\": 295, \"cat_0_index\": 408, \"rank\": 6, \"cat-0\": \"Snacks\", \"rankvar\": 198, \"ini\": 6}, {\"group\": [8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Dry Taco Seasoning Mix\", \"clust\": 3, \"cat_0_index\": 448, \"rank\": 5, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 334, \"ini\": 5}, {\"group\": [164.0, 12.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, stick or tub, sweetened\", \"clust\": 161, \"cat_0_index\": 246, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 161, \"ini\": 4}, {\"group\": [315.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, shredded\", \"clust\": 322, \"cat_0_index\": 375, \"rank\": 3, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 159, \"ini\": 3}, {\"group\": [405.0, 36.0, 17.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston Enriched Bran flakes\", \"clust\": 412, \"cat_0_index\": 68, \"rank\": 2, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 165, \"ini\": 2}, {\"group\": [302.0, 18.0, 10.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S BITES\", \"clust\": 307, \"cat_0_index\": 486, \"rank\": 1, \"cat-0\": \"Sweets\", \"rankvar\": 30, \"ini\": 1}], \"col_nodes\": [{\"group\": [12.0, 10.0, 8.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 7, \"rank\": 1, \"ini\": 14, \"rankvar\": 2}, {\"group\": [10.0, 8.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 11, \"rank\": 7, \"ini\": 13, \"rankvar\": 9}, {\"group\": [13.0, 11.0, 9.0, 7.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 2, \"ini\": 12, \"rankvar\": 4}, {\"group\": [6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 9, \"rank\": 8, \"ini\": 11, \"rankvar\": 11}, {\"group\": [11.0, 9.0, 7.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 8, \"rank\": 4, \"ini\": 10, \"rankvar\": 6}, {\"group\": [7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 10, \"rank\": 6, \"ini\": 9, \"rankvar\": 7}, {\"group\": [8.0, 6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 12, \"rank\": 3, \"ini\": 8, \"rankvar\": 1}, {\"group\": [9.0, 7.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 13, \"rank\": 5, \"ini\": 7, \"rankvar\": 5}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 13, \"ini\": 6, \"rankvar\": 8}, {\"group\": [14.0, 12.0, 10.0, 8.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 5, \"rank\": 11, \"ini\": 4, \"rankvar\": 3}, {\"group\": [5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 1, \"rank\": 9, \"ini\": 3, \"rankvar\": 10}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 3, \"rank\": 12, \"ini\": 2, \"rankvar\": 12}, {\"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 2, \"rank\": 10, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_sum\": 250, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [191.0, 11.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 192, \"cat_0_index\": 212, \"rank\": 249, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 244, \"ini\": 250}, {\"group\": [188.0, 10.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 189, \"cat_0_index\": 242, \"rank\": 248, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 242, \"ini\": 249}, {\"group\": [186.0, 10.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 190, \"cat_0_index\": 243, \"rank\": 247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 240, \"ini\": 248}, {\"group\": [187.0, 10.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 191, \"cat_0_index\": 244, \"rank\": 246, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 239, \"ini\": 247}, {\"group\": [219.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 224, \"cat_0_index\": 213, \"rank\": 245, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 245, \"ini\": 246}, {\"group\": [197.0, 16.0, 9.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 200, \"cat_0_index\": 245, \"rank\": 244, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 182, \"ini\": 245}, {\"group\": [217.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 220, \"cat_0_index\": 214, \"rank\": 243, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 238, \"ini\": 244}, {\"group\": [189.0, 11.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 193, \"cat_0_index\": 4, \"rank\": 242, \"cat-0\": \"Beverages\", \"rankvar\": 243, \"ini\": 243}, {\"group\": [215.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 221, \"cat_0_index\": 215, \"rank\": 241, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 246, \"ini\": 242}, {\"group\": [27.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 23, \"cat_0_index\": 216, \"rank\": 240, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 90, \"ini\": 241}, {\"group\": [222.0, 20.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 216, \"cat_0_index\": 217, \"rank\": 239, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 100, \"ini\": 240}, {\"group\": [199.0, 16.0, 9.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 199, \"cat_0_index\": 246, \"rank\": 238, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 221, \"ini\": 239}, {\"group\": [213.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 218, \"cat_0_index\": 218, \"rank\": 237, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 176, \"ini\": 238}, {\"group\": [206.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 206, \"cat_0_index\": 219, \"rank\": 236, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 127, \"ini\": 237}, {\"group\": [162.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 165, \"cat_0_index\": 28, \"rank\": 235, \"cat-0\": \"Fats and Oils\", \"rankvar\": 215, \"ini\": 236}, {\"group\": [178.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 178, \"cat_0_index\": 29, \"rank\": 234, \"cat-0\": \"Fats and Oils\", \"rankvar\": 235, \"ini\": 235}, {\"group\": [163.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 168, \"cat_0_index\": 30, \"rank\": 233, \"cat-0\": \"Fats and Oils\", \"rankvar\": 224, \"ini\": 234}, {\"group\": [244.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 243, \"cat_0_index\": 13, \"rank\": 232, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 178, \"ini\": 233}, {\"group\": [165.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 170, \"cat_0_index\": 31, \"rank\": 231, \"cat-0\": \"Fats and Oils\", \"rankvar\": 190, \"ini\": 232}, {\"group\": [182.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 163, \"cat_0_index\": 32, \"rank\": 230, \"cat-0\": \"Fats and Oils\", \"rankvar\": 241, \"ini\": 231}, {\"group\": [164.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 169, \"cat_0_index\": 33, \"rank\": 229, \"cat-0\": \"Fats and Oils\", \"rankvar\": 237, \"ini\": 230}, {\"group\": [125.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 124, \"cat_0_index\": 34, \"rank\": 228, \"cat-0\": \"Fats and Oils\", \"rankvar\": 184, \"ini\": 229}, {\"group\": [218.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 217, \"cat_0_index\": 220, \"rank\": 227, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 157, \"ini\": 228}, {\"group\": [173.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 180, \"cat_0_index\": 35, \"rank\": 226, \"cat-0\": \"Fats and Oils\", \"rankvar\": 230, \"ini\": 227}, {\"group\": [122.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 122, \"cat_0_index\": 36, \"rank\": 225, \"cat-0\": \"Fats and Oils\", \"rankvar\": 165, \"ini\": 226}, {\"group\": [123.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 123, \"cat_0_index\": 37, \"rank\": 224, \"cat-0\": \"Fats and Oils\", \"rankvar\": 168, \"ini\": 225}, {\"group\": [174.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 181, \"cat_0_index\": 38, \"rank\": 223, \"cat-0\": \"Fats and Oils\", \"rankvar\": 228, \"ini\": 224}, {\"group\": [126.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 125, \"cat_0_index\": 39, \"rank\": 222, \"cat-0\": \"Fats and Oils\", \"rankvar\": 175, \"ini\": 223}, {\"group\": [119.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 119, \"cat_0_index\": 40, \"rank\": 221, \"cat-0\": \"Fats and Oils\", \"rankvar\": 144, \"ini\": 222}, {\"group\": [175.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 182, \"cat_0_index\": 41, \"rank\": 220, \"cat-0\": \"Fats and Oils\", \"rankvar\": 229, \"ini\": 221}, {\"group\": [176.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 183, \"cat_0_index\": 42, \"rank\": 219, \"cat-0\": \"Fats and Oils\", \"rankvar\": 223, \"ini\": 220}, {\"group\": [135.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 133, \"cat_0_index\": 43, \"rank\": 218, \"cat-0\": \"Fats and Oils\", \"rankvar\": 180, \"ini\": 219}, {\"group\": [214.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 219, \"cat_0_index\": 221, \"rank\": 217, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 196, \"ini\": 218}, {\"group\": [127.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 126, \"cat_0_index\": 44, \"rank\": 216, \"cat-0\": \"Fats and Oils\", \"rankvar\": 160, \"ini\": 217}, {\"group\": [121.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 118, \"cat_0_index\": 45, \"rank\": 215, \"cat-0\": \"Fats and Oils\", \"rankvar\": 130, \"ini\": 216}, {\"group\": [133.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 134, \"cat_0_index\": 46, \"rank\": 214, \"cat-0\": \"Fats and Oils\", \"rankvar\": 167, \"ini\": 215}, {\"group\": [131.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 129, \"cat_0_index\": 47, \"rank\": 213, \"cat-0\": \"Fats and Oils\", \"rankvar\": 155, \"ini\": 214}, {\"group\": [128.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 127, \"cat_0_index\": 48, \"rank\": 212, \"cat-0\": \"Fats and Oils\", \"rankvar\": 152, \"ini\": 213}, {\"group\": [134.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 135, \"cat_0_index\": 49, \"rank\": 211, \"cat-0\": \"Fats and Oils\", \"rankvar\": 169, \"ini\": 212}, {\"group\": [233.0, 26.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 238, \"cat_0_index\": 222, \"rank\": 210, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 185, \"ini\": 211}, {\"group\": [129.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 130, \"cat_0_index\": 50, \"rank\": 209, \"cat-0\": \"Fats and Oils\", \"rankvar\": 150, \"ini\": 210}, {\"group\": [59.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 57, \"cat_0_index\": 51, \"rank\": 208, \"cat-0\": \"Fats and Oils\", \"rankvar\": 189, \"ini\": 209}, {\"group\": [235.0, 26.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 237, \"cat_0_index\": 223, \"rank\": 207, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 171, \"ini\": 208}, {\"group\": [130.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 131, \"cat_0_index\": 52, \"rank\": 206, \"cat-0\": \"Fats and Oils\", \"rankvar\": 148, \"ini\": 207}, {\"group\": [216.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 222, \"cat_0_index\": 224, \"rank\": 205, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 186, \"ini\": 206}, {\"group\": [143.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 146, \"cat_0_index\": 53, \"rank\": 204, \"cat-0\": \"Fats and Oils\", \"rankvar\": 159, \"ini\": 205}, {\"group\": [160.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 166, \"cat_0_index\": 54, \"rank\": 203, \"cat-0\": \"Fats and Oils\", \"rankvar\": 218, \"ini\": 204}, {\"group\": [132.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 128, \"cat_0_index\": 55, \"rank\": 202, \"cat-0\": \"Fats and Oils\", \"rankvar\": 140, \"ini\": 203}, {\"group\": [144.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 147, \"cat_0_index\": 56, \"rank\": 201, \"cat-0\": \"Fats and Oils\", \"rankvar\": 142, \"ini\": 202}, {\"group\": [177.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 179, \"cat_0_index\": 57, \"rank\": 200, \"cat-0\": \"Fats and Oils\", \"rankvar\": 212, \"ini\": 201}, {\"group\": [120.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 120, \"cat_0_index\": 58, \"rank\": 199, \"cat-0\": \"Fats and Oils\", \"rankvar\": 129, \"ini\": 200}, {\"group\": [146.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 149, \"cat_0_index\": 59, \"rank\": 198, \"cat-0\": \"Fats and Oils\", \"rankvar\": 124, \"ini\": 199}, {\"group\": [44.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 43, \"cat_0_index\": 60, \"rank\": 197, \"cat-0\": \"Fats and Oils\", \"rankvar\": 119, \"ini\": 198}, {\"group\": [60.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 61, \"cat_0_index\": 61, \"rank\": 196, \"cat-0\": \"Fats and Oils\", \"rankvar\": 177, \"ini\": 197}, {\"group\": [62.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 60, \"cat_0_index\": 62, \"rank\": 195, \"cat-0\": \"Fats and Oils\", \"rankvar\": 183, \"ini\": 196}, {\"group\": [148.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 148, \"cat_0_index\": 63, \"rank\": 194, \"cat-0\": \"Fats and Oils\", \"rankvar\": 123, \"ini\": 195}, {\"group\": [124.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 121, \"cat_0_index\": 64, \"rank\": 193, \"cat-0\": \"Fats and Oils\", \"rankvar\": 154, \"ini\": 194}, {\"group\": [61.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 62, \"cat_0_index\": 65, \"rank\": 192, \"cat-0\": \"Fats and Oils\", \"rankvar\": 173, \"ini\": 193}, {\"group\": [46.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 45, \"cat_0_index\": 66, \"rank\": 191, \"cat-0\": \"Fats and Oils\", \"rankvar\": 120, \"ini\": 192}, {\"group\": [45.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 44, \"cat_0_index\": 67, \"rank\": 190, \"cat-0\": \"Fats and Oils\", \"rankvar\": 121, \"ini\": 191}, {\"group\": [147.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 150, \"cat_0_index\": 68, \"rank\": 189, \"cat-0\": \"Fats and Oils\", \"rankvar\": 122, \"ini\": 190}, {\"group\": [169.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 174, \"cat_0_index\": 69, \"rank\": 188, \"cat-0\": \"Fats and Oils\", \"rankvar\": 225, \"ini\": 189}, {\"group\": [149.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 151, \"cat_0_index\": 70, \"rank\": 187, \"cat-0\": \"Fats and Oils\", \"rankvar\": 134, \"ini\": 188}, {\"group\": [57.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 58, \"cat_0_index\": 71, \"rank\": 186, \"cat-0\": \"Fats and Oils\", \"rankvar\": 179, \"ini\": 187}, {\"group\": [58.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 59, \"cat_0_index\": 72, \"rank\": 185, \"cat-0\": \"Fats and Oils\", \"rankvar\": 181, \"ini\": 186}, {\"group\": [220.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 225, \"cat_0_index\": 225, \"rank\": 184, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 111, \"ini\": 185}, {\"group\": [136.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 132, \"cat_0_index\": 24, \"rank\": 183, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 153, \"ini\": 184}, {\"group\": [35.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 31, \"cat_0_index\": 73, \"rank\": 182, \"cat-0\": \"Fats and Oils\", \"rankvar\": 136, \"ini\": 183}, {\"group\": [170.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 175, \"cat_0_index\": 74, \"rank\": 181, \"cat-0\": \"Fats and Oils\", \"rankvar\": 227, \"ini\": 182}, {\"group\": [167.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 172, \"cat_0_index\": 75, \"rank\": 180, \"cat-0\": \"Fats and Oils\", \"rankvar\": 209, \"ini\": 181}, {\"group\": [37.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 41, \"cat_0_index\": 76, \"rank\": 179, \"cat-0\": \"Fats and Oils\", \"rankvar\": 128, \"ini\": 180}, {\"group\": [168.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 173, \"cat_0_index\": 77, \"rank\": 178, \"cat-0\": \"Fats and Oils\", \"rankvar\": 214, \"ini\": 179}, {\"group\": [39.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 40, \"cat_0_index\": 78, \"rank\": 177, \"cat-0\": \"Fats and Oils\", \"rankvar\": 135, \"ini\": 178}, {\"group\": [38.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 42, \"cat_0_index\": 79, \"rank\": 176, \"cat-0\": \"Fats and Oils\", \"rankvar\": 132, \"ini\": 177}, {\"group\": [48.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 48, \"cat_0_index\": 80, \"rank\": 175, \"cat-0\": \"Fats and Oils\", \"rankvar\": 131, \"ini\": 176}, {\"group\": [30.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 35, \"cat_0_index\": 81, \"rank\": 174, \"cat-0\": \"Fats and Oils\", \"rankvar\": 151, \"ini\": 175}, {\"group\": [34.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 32, \"cat_0_index\": 82, \"rank\": 173, \"cat-0\": \"Fats and Oils\", \"rankvar\": 146, \"ini\": 174}, {\"group\": [90.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 88, \"cat_0_index\": 155, \"rank\": 172, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 62, \"ini\": 173}, {\"group\": [50.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 47, \"cat_0_index\": 83, \"rank\": 171, \"cat-0\": \"Fats and Oils\", \"rankvar\": 137, \"ini\": 172}, {\"group\": [150.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 152, \"cat_0_index\": 84, \"rank\": 170, \"cat-0\": \"Fats and Oils\", \"rankvar\": 116, \"ini\": 171}, {\"group\": [208.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 210, \"cat_0_index\": 236, \"rank\": 169, \"cat-0\": \"Sweets\", \"rankvar\": 101, \"ini\": 170}, {\"group\": [49.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 49, \"cat_0_index\": 85, \"rank\": 168, \"cat-0\": \"Fats and Oils\", \"rankvar\": 126, \"ini\": 169}, {\"group\": [243.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 244, \"cat_0_index\": 5, \"rank\": 167, \"cat-0\": \"Beverages\", \"rankvar\": 102, \"ini\": 168}, {\"group\": [66.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 63, \"cat_0_index\": 86, \"rank\": 166, \"cat-0\": \"Fats and Oils\", \"rankvar\": 192, \"ini\": 167}, {\"group\": [31.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 36, \"cat_0_index\": 87, \"rank\": 165, \"cat-0\": \"Fats and Oils\", \"rankvar\": 149, \"ini\": 166}, {\"group\": [53.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 53, \"cat_0_index\": 88, \"rank\": 164, \"cat-0\": \"Fats and Oils\", \"rankvar\": 145, \"ini\": 165}, {\"group\": [64.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 64, \"cat_0_index\": 89, \"rank\": 163, \"cat-0\": \"Fats and Oils\", \"rankvar\": 198, \"ini\": 164}, {\"group\": [65.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 65, \"cat_0_index\": 90, \"rank\": 162, \"cat-0\": \"Fats and Oils\", \"rankvar\": 199, \"ini\": 163}, {\"group\": [71.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 68, \"cat_0_index\": 91, \"rank\": 161, \"cat-0\": \"Fats and Oils\", \"rankvar\": 197, \"ini\": 162}, {\"group\": [51.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 54, \"cat_0_index\": 92, \"rank\": 160, \"cat-0\": \"Fats and Oils\", \"rankvar\": 147, \"ini\": 161}, {\"group\": [200.0, 17.0, 10.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, flaxseed\", \"clust\": 203, \"cat_0_index\": 156, \"rank\": 159, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 58, \"ini\": 160}, {\"group\": [28.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 29, \"cat_0_index\": 93, \"rank\": 158, \"cat-0\": \"Fats and Oils\", \"rankvar\": 170, \"ini\": 159}, {\"group\": [18.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 19, \"cat_0_index\": 94, \"rank\": 157, \"cat-0\": \"Fats and Oils\", \"rankvar\": 187, \"ini\": 158}, {\"group\": [74.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 73, \"cat_0_index\": 95, \"rank\": 156, \"cat-0\": \"Fats and Oils\", \"rankvar\": 141, \"ini\": 157}, {\"group\": [24.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, roasted and toasted\", \"clust\": 25, \"cat_0_index\": 157, \"rank\": 155, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 36, \"ini\": 156}, {\"group\": [29.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 30, \"cat_0_index\": 96, \"rank\": 154, \"cat-0\": \"Fats and Oils\", \"rankvar\": 163, \"ini\": 155}, {\"group\": [36.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 28, \"cat_0_index\": 97, \"rank\": 153, \"cat-0\": \"Fats and Oils\", \"rankvar\": 172, \"ini\": 154}, {\"group\": [69.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 69, \"cat_0_index\": 98, \"rank\": 152, \"cat-0\": \"Fats and Oils\", \"rankvar\": 191, \"ini\": 153}, {\"group\": [20.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 21, \"cat_0_index\": 99, \"rank\": 151, \"cat-0\": \"Fats and Oils\", \"rankvar\": 207, \"ini\": 152}, {\"group\": [52.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 55, \"cat_0_index\": 100, \"rank\": 150, \"cat-0\": \"Fats and Oils\", \"rankvar\": 156, \"ini\": 151}, {\"group\": [86.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, with salt added\", \"clust\": 86, \"cat_0_index\": 158, \"rank\": 149, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 60, \"ini\": 150}, {\"group\": [70.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 70, \"cat_0_index\": 101, \"rank\": 148, \"cat-0\": \"Fats and Oils\", \"rankvar\": 193, \"ini\": 149}, {\"group\": [21.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 22, \"cat_0_index\": 14, \"rank\": 147, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 188, \"ini\": 148}, {\"group\": [223.0, 21.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, celery seed\", \"clust\": 215, \"cat_0_index\": 226, \"rank\": 146, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 81, \"ini\": 147}, {\"group\": [25.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, dried\", \"clust\": 26, \"cat_0_index\": 159, \"rank\": 145, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 35, \"ini\": 146}, {\"group\": [72.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 71, \"cat_0_index\": 102, \"rank\": 144, \"cat-0\": \"Fats and Oils\", \"rankvar\": 162, \"ini\": 145}, {\"group\": [54.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 52, \"cat_0_index\": 103, \"rank\": 143, \"cat-0\": \"Fats and Oils\", \"rankvar\": 166, \"ini\": 144}, {\"group\": [201.0, 17.0, 10.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, chia seeds, dried\", \"clust\": 204, \"cat_0_index\": 160, \"rank\": 142, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 105, \"ini\": 143}, {\"group\": [190.0, 11.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 194, \"cat_0_index\": 6, \"rank\": 141, \"cat-0\": \"Beverages\", \"rankvar\": 200, \"ini\": 142}, {\"group\": [67.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 66, \"cat_0_index\": 104, \"rank\": 140, \"cat-0\": \"Fats and Oils\", \"rankvar\": 211, \"ini\": 141}, {\"group\": [88.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, without salt added\", \"clust\": 89, \"cat_0_index\": 161, \"rank\": 139, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 66, \"ini\": 140}, {\"group\": [55.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 51, \"cat_0_index\": 105, \"rank\": 138, \"cat-0\": \"Fats and Oils\", \"rankvar\": 164, \"ini\": 139}, {\"group\": [171.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 176, \"cat_0_index\": 106, \"rank\": 137, \"cat-0\": \"Fats and Oils\", \"rankvar\": 202, \"ini\": 138}, {\"group\": [33.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), beef tallow and cottonseed\", \"clust\": 33, \"cat_0_index\": 107, \"rank\": 136, \"cat-0\": \"Fats and Oils\", \"rankvar\": 133, \"ini\": 137}, {\"group\": [203.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander seed\", \"clust\": 208, \"cat_0_index\": 227, \"rank\": 135, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 113, \"ini\": 136}, {\"group\": [79.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 79, \"cat_0_index\": 108, \"rank\": 134, \"cat-0\": \"Fats and Oils\", \"rankvar\": 195, \"ini\": 135}, {\"group\": [87.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, without salt added\", \"clust\": 87, \"cat_0_index\": 162, \"rank\": 133, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 63, \"ini\": 134}, {\"group\": [184.0, 9.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Energy Bar, all flavors\", \"clust\": 186, \"cat_0_index\": 209, \"rank\": 132, \"cat-0\": \"Snacks\", \"rankvar\": 70, \"ini\": 133}, {\"group\": [202.0, 17.0, 10.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pinon Nuts, roasted (Navajo)\", \"clust\": 202, \"cat_0_index\": 25, \"rank\": 131, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 117, \"ini\": 132}, {\"group\": [22.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 16, \"cat_0_index\": 109, \"rank\": 130, \"cat-0\": \"Fats and Oils\", \"rankvar\": 217, \"ini\": 131}, {\"group\": [212.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chili powder\", \"clust\": 212, \"cat_0_index\": 228, \"rank\": 129, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 88, \"ini\": 130}, {\"group\": [232.0, 25.0, 13.0, 7.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu), prepared with calcium sulfate\", \"clust\": 229, \"cat_0_index\": 145, \"rank\": 128, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 139, \"ini\": 129}, {\"group\": [80.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 80, \"cat_0_index\": 110, \"rank\": 127, \"cat-0\": \"Fats and Oils\", \"rankvar\": 216, \"ini\": 128}, {\"group\": [68.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 67, \"cat_0_index\": 111, \"rank\": 126, \"cat-0\": \"Fats and Oils\", \"rankvar\": 203, \"ini\": 127}, {\"group\": [73.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, spotted seal (Alaska Native)\", \"clust\": 72, \"cat_0_index\": 26, \"rank\": 125, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 125, \"ini\": 126}, {\"group\": [32.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, leaf fat, raw\", \"clust\": 34, \"cat_0_index\": 205, \"rank\": 124, \"cat-0\": \"Pork Products\", \"rankvar\": 115, \"ini\": 125}, {\"group\": [89.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans\", \"clust\": 90, \"cat_0_index\": 163, \"rank\": 123, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 54, \"ini\": 124}, {\"group\": [245.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with low-calorie sweeteners, powder\", \"clust\": 242, \"cat_0_index\": 7, \"rank\": 122, \"cat-0\": \"Beverages\", \"rankvar\": 68, \"ini\": 123}, {\"group\": [172.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 177, \"cat_0_index\": 112, \"rank\": 121, \"cat-0\": \"Fats and Oils\", \"rankvar\": 206, \"ini\": 122}, {\"group\": [157.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, english\", \"clust\": 160, \"cat_0_index\": 164, \"rank\": 120, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 106, \"ini\": 121}, {\"group\": [23.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), not sweetened\", \"clust\": 2, \"cat_0_index\": 165, \"rank\": 119, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 107, \"ini\": 120}, {\"group\": [26.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, paste\", \"clust\": 24, \"cat_0_index\": 166, \"rank\": 118, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 33, \"ini\": 119}, {\"group\": [204.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, caraway seed\", \"clust\": 209, \"cat_0_index\": 229, \"rank\": 117, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 95, \"ini\": 118}, {\"group\": [192.0, 12.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C\", \"clust\": 188, \"cat_0_index\": 237, \"rank\": 116, \"cat-0\": \"Sweets\", \"rankvar\": 112, \"ini\": 117}, {\"group\": [78.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, with salt added\", \"clust\": 75, \"cat_0_index\": 167, \"rank\": 115, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 98, \"ini\": 116}, {\"group\": [76.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, raw\", \"clust\": 76, \"cat_0_index\": 168, \"rank\": 114, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 97, \"ini\": 115}, {\"group\": [41.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, bacon, rendered fat, cooked\", \"clust\": 38, \"cat_0_index\": 206, \"rank\": 113, \"cat-0\": \"Pork Products\", \"rankvar\": 110, \"ini\": 114}, {\"group\": [227.0, 24.0, 13.0, 7.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL\", \"clust\": 233, \"cat_0_index\": 10, \"rank\": 112, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 143, \"ini\": 113}, {\"group\": [236.0, 26.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 236, \"cat_0_index\": 1, \"rank\": 111, \"cat-0\": \"Baked Products\", \"rankvar\": 247, \"ini\": 112}, {\"group\": [19.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, suet, raw\", \"clust\": 20, \"cat_0_index\": 3, \"rank\": 110, \"cat-0\": \"Beef Products\", \"rankvar\": 138, \"ini\": 111}, {\"group\": [155.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, with salt added\", \"clust\": 157, \"cat_0_index\": 169, \"rank\": 109, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 59, \"ini\": 110}, {\"group\": [96.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, with salt added\", \"clust\": 97, \"cat_0_index\": 170, \"rank\": 108, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 26, \"ini\": 109}, {\"group\": [81.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 78, \"cat_0_index\": 113, \"rank\": 107, \"cat-0\": \"Fats and Oils\", \"rankvar\": 204, \"ini\": 108}, {\"group\": [181.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 164, \"cat_0_index\": 114, \"rank\": 106, \"cat-0\": \"Fats and Oils\", \"rankvar\": 174, \"ini\": 107}, {\"group\": [207.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cloves, ground\", \"clust\": 205, \"cat_0_index\": 230, \"rank\": 105, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 73, \"ini\": 106}, {\"group\": [77.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, without salt added\", \"clust\": 77, \"cat_0_index\": 171, \"rank\": 104, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 99, \"ini\": 105}, {\"group\": [94.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, with salt added\", \"clust\": 95, \"cat_0_index\": 172, \"rank\": 103, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 20, \"ini\": 104}, {\"group\": [210.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, paprika\", \"clust\": 213, \"cat_0_index\": 231, \"rank\": 102, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 94, \"ini\": 103}, {\"group\": [118.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, brazilnuts, dried, unblanched\", \"clust\": 114, \"cat_0_index\": 173, \"rank\": 101, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 31, \"ini\": 102}, {\"group\": [43.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pilinuts, dried\", \"clust\": 27, \"cat_0_index\": 174, \"rank\": 100, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 65, \"ini\": 101}, {\"group\": [95.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, without salt added\", \"clust\": 96, \"cat_0_index\": 175, \"rank\": 99, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 23, \"ini\": 100}, {\"group\": [40.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, backfat, raw\", \"clust\": 39, \"cat_0_index\": 207, \"rank\": 98, \"cat-0\": \"Pork Products\", \"rankvar\": 96, \"ini\": 99}, {\"group\": [98.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, without salt added\", \"clust\": 100, \"cat_0_index\": 176, \"rank\": 97, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 28, \"ini\": 98}, {\"group\": [82.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, dry roasted, without salt added\", \"clust\": 83, \"cat_0_index\": 177, \"rank\": 96, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 45, \"ini\": 97}, {\"group\": [3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 3, \"cat_0_index\": 115, \"rank\": 95, \"cat-0\": \"Fats and Oils\", \"rankvar\": 213, \"ini\": 96}, {\"group\": [115.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, dried (decorticated)\", \"clust\": 116, \"cat_0_index\": 178, \"rank\": 94, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 38, \"ini\": 95}, {\"group\": [4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 4, \"cat_0_index\": 116, \"rank\": 93, \"cat-0\": \"Fats and Oils\", \"rankvar\": 205, \"ini\": 94}, {\"group\": [109.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut spread, reduced sugar\", \"clust\": 108, \"cat_0_index\": 146, \"rank\": 92, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 11, \"ini\": 93}, {\"group\": [97.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, with salt added\", \"clust\": 98, \"cat_0_index\": 179, \"rank\": 91, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 14, \"ini\": 92}, {\"group\": [156.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, without salt\", \"clust\": 158, \"cat_0_index\": 180, \"rank\": 90, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 64, \"ini\": 91}, {\"group\": [42.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, salt pork, raw\", \"clust\": 37, \"cat_0_index\": 208, \"rank\": 89, \"cat-0\": \"Pork Products\", \"rankvar\": 71, \"ini\": 90}, {\"group\": [221.0, 19.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill seed\", \"clust\": 223, \"cat_0_index\": 232, \"rank\": 88, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 76, \"ini\": 89}, {\"group\": [198.0, 16.0, 9.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried\", \"clust\": 201, \"cat_0_index\": 247, \"rank\": 87, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 89, \"ini\": 88}, {\"group\": [75.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, beluga, whale (Alaska Native)\", \"clust\": 74, \"cat_0_index\": 27, \"rank\": 86, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 118, \"ini\": 87}, {\"group\": [179.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, with salt\", \"clust\": 184, \"cat_0_index\": 117, \"rank\": 85, \"cat-0\": \"Fats and Oils\", \"rankvar\": 108, \"ini\": 86}, {\"group\": [15.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 12, \"cat_0_index\": 118, \"rank\": 84, \"cat-0\": \"Fats and Oils\", \"rankvar\": 210, \"ini\": 85}, {\"group\": [117.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, pinyon, dried\", \"clust\": 115, \"cat_0_index\": 181, \"rank\": 83, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 37, \"ini\": 84}, {\"group\": [84.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, blanched\", \"clust\": 82, \"cat_0_index\": 182, \"rank\": 82, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 48, \"ini\": 83}, {\"group\": [161.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 167, \"cat_0_index\": 119, \"rank\": 81, \"cat-0\": \"Fats and Oils\", \"rankvar\": 161, \"ini\": 82}, {\"group\": [237.0, 27.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, with added vitamin D\", \"clust\": 240, \"cat_0_index\": 15, \"rank\": 79, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 12, \"ini\": 81}, {\"group\": [237.0, 27.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, without added vitamin D\", \"clust\": 241, \"cat_0_index\": 16, \"rank\": 80, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 13, \"ini\": 80}, {\"group\": [113.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from roasted and toasted kernels (most common type)\", \"clust\": 112, \"cat_0_index\": 183, \"rank\": 78, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 24, \"ini\": 79}, {\"group\": [180.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise dressing, no cholesterol\", \"clust\": 185, \"cat_0_index\": 120, \"rank\": 77, \"cat-0\": \"Fats and Oils\", \"rankvar\": 114, \"ini\": 78}, {\"group\": [100.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, without salt added\", \"clust\": 99, \"cat_0_index\": 184, \"rank\": 76, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 17, \"ini\": 77}, {\"group\": [83.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts\", \"clust\": 84, \"cat_0_index\": 185, \"rank\": 75, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 42, \"ini\": 76}, {\"group\": [140.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, hard, soybean (hydrogenated)\", \"clust\": 136, \"cat_0_index\": 121, \"rank\": 74, \"cat-0\": \"Fats and Oils\", \"rankvar\": 74, \"ini\": 75}, {\"group\": [137.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt, with added vitamin D\", \"clust\": 139, \"cat_0_index\": 122, \"rank\": 72, \"cat-0\": \"Fats and Oils\", \"rankvar\": 78, \"ini\": 74}, {\"group\": [137.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt\", \"clust\": 140, \"cat_0_index\": 123, \"rank\": 73, \"cat-0\": \"Fats and Oils\", \"rankvar\": 79, \"ini\": 73}, {\"group\": [153.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, with salt added\", \"clust\": 155, \"cat_0_index\": 186, \"rank\": 71, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 44, \"ini\": 72}, {\"group\": [151.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, without salt\", \"clust\": 153, \"cat_0_index\": 187, \"rank\": 70, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 41, \"ini\": 71}, {\"group\": [211.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, red or cayenne\", \"clust\": 214, \"cat_0_index\": 233, \"rank\": 69, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 47, \"ini\": 70}, {\"group\": [138.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils\", \"clust\": 138, \"cat_0_index\": 124, \"rank\": 68, \"cat-0\": \"Fats and Oils\", \"rankvar\": 80, \"ini\": 69}, {\"group\": [234.0, 26.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, tarragon, dried\", \"clust\": 239, \"cat_0_index\": 234, \"rank\": 67, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 87, \"ini\": 68}, {\"group\": [152.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, with salt added\", \"clust\": 154, \"cat_0_index\": 188, \"rank\": 66, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 40, \"ini\": 67}, {\"group\": [12.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 14, \"cat_0_index\": 125, \"rank\": 65, \"cat-0\": \"Fats and Oils\", \"rankvar\": 219, \"ini\": 66}, {\"group\": [141.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt\", \"clust\": 141, \"cat_0_index\": 126, \"rank\": 63, \"cat-0\": \"Fats and Oils\", \"rankvar\": 82, \"ini\": 65}, {\"group\": [141.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt, with added vitamin D\", \"clust\": 142, \"cat_0_index\": 127, \"rank\": 64, \"cat-0\": \"Fats and Oils\", \"rankvar\": 83, \"ini\": 64}, {\"group\": [224.0, 22.0, 12.0, 6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 227, \"cat_0_index\": 238, \"rank\": 62, \"cat-0\": \"Sweets\", \"rankvar\": 248, \"ini\": 63}, {\"group\": [13.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 15, \"cat_0_index\": 128, \"rank\": 61, \"cat-0\": \"Fats and Oils\", \"rankvar\": 220, \"ini\": 62}, {\"group\": [110.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, with salt\", \"clust\": 109, \"cat_0_index\": 147, \"rank\": 60, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 9, \"ini\": 61}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, liquid\", \"clust\": 0, \"cat_0_index\": 239, \"rank\": 59, \"cat-0\": \"Sweets\", \"rankvar\": 29, \"ini\": 60}, {\"group\": [111.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, with salt added (decorticated)\", \"clust\": 110, \"cat_0_index\": 189, \"rank\": 58, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 21, \"ini\": 59}, {\"group\": [63.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)\", \"clust\": 56, \"cat_0_index\": 129, \"rank\": 57, \"cat-0\": \"Fats and Oils\", \"rankvar\": 91, \"ini\": 58}, {\"group\": [14.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 13, \"cat_0_index\": 130, \"rank\": 56, \"cat-0\": \"Fats and Oils\", \"rankvar\": 208, \"ini\": 57}, {\"group\": [139.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy\", \"clust\": 137, \"cat_0_index\": 131, \"rank\": 55, \"cat-0\": \"Fats and Oils\", \"rankvar\": 72, \"ini\": 56}, {\"group\": [185.0, 9.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 187, \"cat_0_index\": 8, \"rank\": 54, \"cat-0\": \"Beverages\", \"rankvar\": 194, \"ini\": 55}, {\"group\": [159.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, black, dried\", \"clust\": 159, \"cat_0_index\": 190, \"rank\": 53, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 51, \"ini\": 54}, {\"group\": [101.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds\", \"clust\": 94, \"cat_0_index\": 191, \"rank\": 52, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 10, \"ini\": 53}, {\"group\": [11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 8, \"cat_0_index\": 132, \"rank\": 51, \"cat-0\": \"Fats and Oils\", \"rankvar\": 222, \"ini\": 52}, {\"group\": [56.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries\", \"clust\": 50, \"cat_0_index\": 133, \"rank\": 50, \"cat-0\": \"Fats and Oils\", \"rankvar\": 77, \"ini\": 51}, {\"group\": [183.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, dried\", \"clust\": 162, \"cat_0_index\": 192, \"rank\": 49, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 55, \"ini\": 50}, {\"group\": [92.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, with peanuts, oil roasted, with salt added\", \"clust\": 91, \"cat_0_index\": 193, \"rank\": 48, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 15, \"ini\": 49}, {\"group\": [99.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, blanched\", \"clust\": 101, \"cat_0_index\": 194, \"rank\": 47, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 18, \"ini\": 48}, {\"group\": [154.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, without salt\", \"clust\": 156, \"cat_0_index\": 195, \"rank\": 46, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 46, \"ini\": 47}, {\"group\": [102.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, honey roasted, unblanched\", \"clust\": 93, \"cat_0_index\": 196, \"rank\": 45, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 19, \"ini\": 46}, {\"group\": [10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 9, \"cat_0_index\": 134, \"rank\": 44, \"cat-0\": \"Fats and Oils\", \"rankvar\": 226, \"ini\": 45}, {\"group\": [209.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, plain\", \"clust\": 211, \"cat_0_index\": 240, \"rank\": 43, \"cat-0\": \"Sweets\", \"rankvar\": 50, \"ini\": 44}, {\"group\": [91.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hickorynuts, dried\", \"clust\": 85, \"cat_0_index\": 197, \"rank\": 42, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 39, \"ini\": 43}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, squares\", \"clust\": 1, \"cat_0_index\": 241, \"rank\": 41, \"cat-0\": \"Sweets\", \"rankvar\": 32, \"ini\": 42}, {\"group\": [8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 10, \"cat_0_index\": 135, \"rank\": 40, \"cat-0\": \"Fats and Oils\", \"rankvar\": 231, \"ini\": 41}, {\"group\": [238.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, without added vitamin A and vitamin D\", \"clust\": 246, \"cat_0_index\": 17, \"rank\": 39, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 56, \"ini\": 40}, {\"group\": [239.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, with added vitamin A and vitamin D\", \"clust\": 247, \"cat_0_index\": 18, \"rank\": 38, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 57, \"ini\": 39}, {\"group\": [116.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)\", \"clust\": 117, \"cat_0_index\": 198, \"rank\": 37, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 30, \"ini\": 38}, {\"group\": [9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 11, \"cat_0_index\": 136, \"rank\": 36, \"cat-0\": \"Fats and Oils\", \"rankvar\": 232, \"ini\": 37}, {\"group\": [228.0, 24.0, 13.0, 7.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Blueberry Pomegranate\", \"clust\": 234, \"cat_0_index\": 11, \"rank\": 35, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 109, \"ini\": 36}, {\"group\": [158.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, butternuts, dried\", \"clust\": 161, \"cat_0_index\": 199, \"rank\": 34, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 92, \"ini\": 35}, {\"group\": [16.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, whipped, with salt\", \"clust\": 17, \"cat_0_index\": 19, \"rank\": 33, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 103, \"ini\": 34}, {\"group\": [105.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, with salt\", \"clust\": 104, \"cat_0_index\": 148, \"rank\": 32, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 7, \"ini\": 33}, {\"group\": [195.0, 15.0, 9.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carrot, dehydrated\", \"clust\": 197, \"cat_0_index\": 248, \"rank\": 31, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 75, \"ini\": 32}, {\"group\": [226.0, 23.0, 12.0, 6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese, dry, powder\", \"clust\": 226, \"cat_0_index\": 211, \"rank\": 30, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 4, \"ini\": 31}, {\"group\": [112.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, without salt added (decorticated)\", \"clust\": 111, \"cat_0_index\": 200, \"rank\": 29, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 25, \"ini\": 30}, {\"group\": [142.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt\", \"clust\": 143, \"cat_0_index\": 137, \"rank\": 27, \"cat-0\": \"Fats and Oils\", \"rankvar\": 84, \"ini\": 29}, {\"group\": [142.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt, with added vitamin D\", \"clust\": 144, \"cat_0_index\": 138, \"rank\": 28, \"cat-0\": \"Fats and Oils\", \"rankvar\": 85, \"ini\": 28}, {\"group\": [103.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, with salt added\", \"clust\": 102, \"cat_0_index\": 201, \"rank\": 26, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 1, \"ini\": 27}, {\"group\": [205.0, 18.0, 11.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, curry powder\", \"clust\": 207, \"cat_0_index\": 235, \"rank\": 25, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 69, \"ini\": 26}, {\"group\": [7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 5, \"cat_0_index\": 139, \"rank\": 24, \"cat-0\": \"Fats and Oils\", \"rankvar\": 233, \"ini\": 25}, {\"group\": [145.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, without salt\", \"clust\": 145, \"cat_0_index\": 140, \"rank\": 23, \"cat-0\": \"Fats and Oils\", \"rankvar\": 86, \"ini\": 24}, {\"group\": [242.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, dried\", \"clust\": 245, \"cat_0_index\": 20, \"rank\": 22, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 43, \"ini\": 23}, {\"group\": [106.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, with salt\", \"clust\": 105, \"cat_0_index\": 149, \"rank\": 21, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 6, \"ini\": 22}, {\"group\": [166.0, 8.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, without salt\", \"clust\": 171, \"cat_0_index\": 141, \"rank\": 20, \"cat-0\": \"Fats and Oils\", \"rankvar\": 93, \"ini\": 21}, {\"group\": [107.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, with salt\", \"clust\": 106, \"cat_0_index\": 150, \"rank\": 19, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3, \"ini\": 20}, {\"group\": [225.0, 22.0, 12.0, 6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 228, \"cat_0_index\": 2, \"rank\": 18, \"cat-0\": \"Baked Products\", \"rankvar\": 249, \"ini\": 19}, {\"group\": [47.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, butter-margarine blend, 80% fat, stick, without salt\", \"clust\": 46, \"cat_0_index\": 142, \"rank\": 17, \"cat-0\": \"Fats and Oils\", \"rankvar\": 67, \"ini\": 18}, {\"group\": [93.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, with peanuts, without salt added\", \"clust\": 92, \"cat_0_index\": 202, \"rank\": 16, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 22, \"ini\": 17}, {\"group\": [231.0, 24.0, 13.0, 7.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 230, \"cat_0_index\": 9, \"rank\": 15, \"cat-0\": \"Beverages\", \"rankvar\": 201, \"ini\": 16}, {\"group\": [229.0, 24.0, 13.0, 7.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 232, \"cat_0_index\": 12, \"rank\": 14, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 158, \"ini\": 15}, {\"group\": [104.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, raw\", \"clust\": 103, \"cat_0_index\": 203, \"rank\": 13, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2, \"ini\": 14}, {\"group\": [17.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, salted\", \"clust\": 18, \"cat_0_index\": 21, \"rank\": 12, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 104, \"ini\": 13}, {\"group\": [5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 6, \"cat_0_index\": 143, \"rank\": 11, \"cat-0\": \"Fats and Oils\", \"rankvar\": 234, \"ini\": 12}, {\"group\": [193.0, 13.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, salted\", \"clust\": 195, \"cat_0_index\": 151, \"rank\": 10, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 16, \"ini\": 11}, {\"group\": [240.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, without added vitamin A and vitamin D\", \"clust\": 248, \"cat_0_index\": 22, \"rank\": 9, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 52, \"ini\": 10}, {\"group\": [241.0, 28.0, 14.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, with added vitamin A and vitamin D\", \"clust\": 249, \"cat_0_index\": 23, \"rank\": 8, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 53, \"ini\": 9}, {\"group\": [196.0, 15.0, 9.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hot chile, sun-dried\", \"clust\": 198, \"cat_0_index\": 249, \"rank\": 7, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 61, \"ini\": 8}, {\"group\": [108.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, with salt\", \"clust\": 107, \"cat_0_index\": 152, \"rank\": 6, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 5, \"ini\": 7}, {\"group\": [85.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter with omega-3, creamy\", \"clust\": 81, \"cat_0_index\": 153, \"rank\": 5, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 27, \"ini\": 6}, {\"group\": [6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 7, \"cat_0_index\": 144, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 236, \"ini\": 5}, {\"group\": [194.0, 14.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw\", \"clust\": 196, \"cat_0_index\": 154, \"rank\": 3, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 34, \"ini\": 4}, {\"group\": [230.0, 24.0, 13.0, 7.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Double Chocolate Nut Bar\", \"clust\": 231, \"cat_0_index\": 210, \"rank\": 2, \"cat-0\": \"Snacks\", \"rankvar\": 49, \"ini\": 3}, {\"group\": [246.0, 29.0, 15.0, 9.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, NEOSURE, powder, with ARA and DHA (formerly ROSS)\", \"clust\": 235, \"cat_0_index\": 0, \"rank\": 1, \"cat-0\": \"Baby Foods\", \"rankvar\": 0, \"ini\": 2}, {\"group\": [114.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from raw and stone ground kernels\", \"clust\": 113, \"cat_0_index\": 204, \"rank\": 0, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 8, \"ini\": 1}], \"col_nodes\": [{\"group\": [6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 7, \"rank\": 1, \"ini\": 14, \"rankvar\": 4}, {\"group\": [10.0, 8.0, 6.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 11, \"rank\": 8, \"ini\": 13, \"rankvar\": 10}, {\"group\": [13.0, 11.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 4, \"ini\": 12, \"rankvar\": 3}, {\"group\": [11.0, 9.0, 7.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 10, \"rank\": 7, \"ini\": 11, \"rankvar\": 9}, {\"group\": [12.0, 10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 9, \"rank\": 5, \"ini\": 10, \"rankvar\": 6}, {\"group\": [8.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 12, \"rank\": 6, \"ini\": 9, \"rankvar\": 8}, {\"group\": [9.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 13, \"rank\": 3, \"ini\": 8, \"rankvar\": 2}, {\"group\": [7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 8, \"rank\": 2, \"ini\": 7, \"rankvar\": 1}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 3, \"rank\": 13, \"ini\": 6, \"rankvar\": 7}, {\"group\": [14.0, 12.0, 10.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 5, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 4, \"rank\": 10, \"ini\": 4, \"rankvar\": 5}, {\"group\": [5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 0, \"rank\": 9, \"ini\": 3, \"rankvar\": 11}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 2, \"rank\": 12, \"ini\": 2, \"rankvar\": 12}, {\"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 11, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_sum\": 100, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [76.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 75, \"cat_0_index\": 80, \"rank\": 99, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 97, \"ini\": 100}, {\"group\": [80.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 77, \"cat_0_index\": 95, \"rank\": 98, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 95, \"ini\": 99}, {\"group\": [78.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 78, \"cat_0_index\": 96, \"rank\": 97, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 93, \"ini\": 98}, {\"group\": [79.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 79, \"cat_0_index\": 97, \"rank\": 96, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 92, \"ini\": 97}, {\"group\": [86.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 85, \"cat_0_index\": 81, \"rank\": 95, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 98, \"ini\": 96}, {\"group\": [98.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 98, \"cat_0_index\": 98, \"rank\": 94, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 61, \"ini\": 95}, {\"group\": [92.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 91, \"cat_0_index\": 82, \"rank\": 93, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 91, \"ini\": 94}, {\"group\": [77.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 76, \"cat_0_index\": 0, \"rank\": 92, \"cat-0\": \"Beverages\", \"rankvar\": 96, \"ini\": 93}, {\"group\": [90.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 92, \"cat_0_index\": 83, \"rank\": 91, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 99, \"ini\": 92}, {\"group\": [83.0, 7.0, 4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 83, \"cat_0_index\": 84, \"rank\": 90, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3, \"ini\": 91}, {\"group\": [97.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 94, \"cat_0_index\": 85, \"rank\": 89, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 4, \"ini\": 90}, {\"group\": [99.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 99, \"cat_0_index\": 99, \"rank\": 88, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 81, \"ini\": 89}, {\"group\": [88.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 89, \"cat_0_index\": 86, \"rank\": 87, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 55, \"ini\": 88}, {\"group\": [94.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 87, \"cat_0_index\": 87, \"rank\": 86, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 16, \"ini\": 87}, {\"group\": [15.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 1, \"cat_0_index\": 4, \"rank\": 85, \"cat-0\": \"Fats and Oils\", \"rankvar\": 79, \"ini\": 86}, {\"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 10, \"cat_0_index\": 5, \"rank\": 84, \"cat-0\": \"Fats and Oils\", \"rankvar\": 89, \"ini\": 85}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 3, \"cat_0_index\": 6, \"rank\": 83, \"cat-0\": \"Fats and Oils\", \"rankvar\": 83, \"ini\": 84}, {\"group\": [81.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 80, \"cat_0_index\": 2, \"rank\": 82, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 57, \"ini\": 83}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 2, \"cat_0_index\": 7, \"rank\": 81, \"cat-0\": \"Fats and Oils\", \"rankvar\": 68, \"ini\": 82}, {\"group\": [16.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 0, \"cat_0_index\": 8, \"rank\": 80, \"cat-0\": \"Fats and Oils\", \"rankvar\": 94, \"ini\": 81}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 4, \"cat_0_index\": 9, \"rank\": 79, \"cat-0\": \"Fats and Oils\", \"rankvar\": 90, \"ini\": 80}, {\"group\": [23.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 22, \"cat_0_index\": 10, \"rank\": 78, \"cat-0\": \"Fats and Oils\", \"rankvar\": 63, \"ini\": 79}, {\"group\": [93.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 88, \"cat_0_index\": 88, \"rank\": 77, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 42, \"ini\": 78}, {\"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 12, \"cat_0_index\": 11, \"rank\": 76, \"cat-0\": \"Fats and Oils\", \"rankvar\": 88, \"ini\": 77}, {\"group\": [20.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 20, \"cat_0_index\": 12, \"rank\": 75, \"cat-0\": \"Fats and Oils\", \"rankvar\": 46, \"ini\": 76}, {\"group\": [21.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 21, \"cat_0_index\": 13, \"rank\": 74, \"cat-0\": \"Fats and Oils\", \"rankvar\": 48, \"ini\": 75}, {\"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 13, \"cat_0_index\": 14, \"rank\": 73, \"cat-0\": \"Fats and Oils\", \"rankvar\": 86, \"ini\": 74}, {\"group\": [24.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 23, \"cat_0_index\": 15, \"rank\": 72, \"cat-0\": \"Fats and Oils\", \"rankvar\": 54, \"ini\": 73}, {\"group\": [17.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 17, \"cat_0_index\": 16, \"rank\": 71, \"cat-0\": \"Fats and Oils\", \"rankvar\": 29, \"ini\": 72}, {\"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 14, \"cat_0_index\": 17, \"rank\": 70, \"cat-0\": \"Fats and Oils\", \"rankvar\": 87, \"ini\": 71}, {\"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 15, \"cat_0_index\": 18, \"rank\": 69, \"cat-0\": \"Fats and Oils\", \"rankvar\": 82, \"ini\": 70}, {\"group\": [36.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 33, \"cat_0_index\": 19, \"rank\": 68, \"cat-0\": \"Fats and Oils\", \"rankvar\": 59, \"ini\": 69}, {\"group\": [89.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 90, \"cat_0_index\": 89, \"rank\": 67, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 71, \"ini\": 68}, {\"group\": [25.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 24, \"cat_0_index\": 20, \"rank\": 66, \"cat-0\": \"Fats and Oils\", \"rankvar\": 44, \"ini\": 67}, {\"group\": [19.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 16, \"cat_0_index\": 21, \"rank\": 65, \"cat-0\": \"Fats and Oils\", \"rankvar\": 19, \"ini\": 66}, {\"group\": [34.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 34, \"cat_0_index\": 22, \"rank\": 64, \"cat-0\": \"Fats and Oils\", \"rankvar\": 47, \"ini\": 65}, {\"group\": [29.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 27, \"cat_0_index\": 23, \"rank\": 63, \"cat-0\": \"Fats and Oils\", \"rankvar\": 40, \"ini\": 64}, {\"group\": [26.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 25, \"cat_0_index\": 24, \"rank\": 62, \"cat-0\": \"Fats and Oils\", \"rankvar\": 37, \"ini\": 63}, {\"group\": [35.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 35, \"cat_0_index\": 25, \"rank\": 61, \"cat-0\": \"Fats and Oils\", \"rankvar\": 49, \"ini\": 62}, {\"group\": [95.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 95, \"cat_0_index\": 90, \"rank\": 60, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 64, \"ini\": 61}, {\"group\": [27.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 28, \"cat_0_index\": 26, \"rank\": 59, \"cat-0\": \"Fats and Oils\", \"rankvar\": 35, \"ini\": 60}, {\"group\": [51.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 49, \"cat_0_index\": 27, \"rank\": 58, \"cat-0\": \"Fats and Oils\", \"rankvar\": 67, \"ini\": 59}, {\"group\": [96.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 96, \"cat_0_index\": 91, \"rank\": 57, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 51, \"ini\": 58}, {\"group\": [28.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 29, \"cat_0_index\": 28, \"rank\": 56, \"cat-0\": \"Fats and Oils\", \"rankvar\": 33, \"ini\": 57}, {\"group\": [91.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 93, \"cat_0_index\": 92, \"rank\": 55, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 65, \"ini\": 56}, {\"group\": [31.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 31, \"cat_0_index\": 29, \"rank\": 54, \"cat-0\": \"Fats and Oils\", \"rankvar\": 43, \"ini\": 55}, {\"group\": [14.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 9, \"cat_0_index\": 30, \"rank\": 53, \"cat-0\": \"Fats and Oils\", \"rankvar\": 80, \"ini\": 54}, {\"group\": [30.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 26, \"cat_0_index\": 31, \"rank\": 52, \"cat-0\": \"Fats and Oils\", \"rankvar\": 26, \"ini\": 53}, {\"group\": [32.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 32, \"cat_0_index\": 32, \"rank\": 51, \"cat-0\": \"Fats and Oils\", \"rankvar\": 28, \"ini\": 52}, {\"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 11, \"cat_0_index\": 33, \"rank\": 50, \"cat-0\": \"Fats and Oils\", \"rankvar\": 77, \"ini\": 51}, {\"group\": [18.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 18, \"cat_0_index\": 34, \"rank\": 49, \"cat-0\": \"Fats and Oils\", \"rankvar\": 18, \"ini\": 50}, {\"group\": [70.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 71, \"cat_0_index\": 35, \"rank\": 48, \"cat-0\": \"Fats and Oils\", \"rankvar\": 14, \"ini\": 49}, {\"group\": [67.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 68, \"cat_0_index\": 36, \"rank\": 47, \"cat-0\": \"Fats and Oils\", \"rankvar\": 9, \"ini\": 48}, {\"group\": [52.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 53, \"cat_0_index\": 37, \"rank\": 46, \"cat-0\": \"Fats and Oils\", \"rankvar\": 56, \"ini\": 47}, {\"group\": [54.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 52, \"cat_0_index\": 38, \"rank\": 45, \"cat-0\": \"Fats and Oils\", \"rankvar\": 62, \"ini\": 46}, {\"group\": [72.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 70, \"cat_0_index\": 39, \"rank\": 44, \"cat-0\": \"Fats and Oils\", \"rankvar\": 13, \"ini\": 45}, {\"group\": [22.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 19, \"cat_0_index\": 40, \"rank\": 43, \"cat-0\": \"Fats and Oils\", \"rankvar\": 39, \"ini\": 44}, {\"group\": [53.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 54, \"cat_0_index\": 41, \"rank\": 42, \"cat-0\": \"Fats and Oils\", \"rankvar\": 53, \"ini\": 43}, {\"group\": [69.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 67, \"cat_0_index\": 42, \"rank\": 41, \"cat-0\": \"Fats and Oils\", \"rankvar\": 10, \"ini\": 42}, {\"group\": [68.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 69, \"cat_0_index\": 43, \"rank\": 40, \"cat-0\": \"Fats and Oils\", \"rankvar\": 11, \"ini\": 41}, {\"group\": [71.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 72, \"cat_0_index\": 44, \"rank\": 39, \"cat-0\": \"Fats and Oils\", \"rankvar\": 12, \"ini\": 40}, {\"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 7, \"cat_0_index\": 45, \"rank\": 38, \"cat-0\": \"Fats and Oils\", \"rankvar\": 84, \"ini\": 39}, {\"group\": [73.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 73, \"cat_0_index\": 46, \"rank\": 37, \"cat-0\": \"Fats and Oils\", \"rankvar\": 22, \"ini\": 38}, {\"group\": [49.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 50, \"cat_0_index\": 47, \"rank\": 36, \"cat-0\": \"Fats and Oils\", \"rankvar\": 58, \"ini\": 37}, {\"group\": [50.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 51, \"cat_0_index\": 48, \"rank\": 35, \"cat-0\": \"Fats and Oils\", \"rankvar\": 60, \"ini\": 36}, {\"group\": [87.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 86, \"cat_0_index\": 93, \"rank\": 34, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 7, \"ini\": 35}, {\"group\": [33.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 30, \"cat_0_index\": 3, \"rank\": 33, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 38, \"ini\": 34}, {\"group\": [47.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 44, \"cat_0_index\": 49, \"rank\": 32, \"cat-0\": \"Fats and Oils\", \"rankvar\": 24, \"ini\": 33}, {\"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 8, \"cat_0_index\": 50, \"rank\": 31, \"cat-0\": \"Fats and Oils\", \"rankvar\": 85, \"ini\": 32}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 5, \"cat_0_index\": 51, \"rank\": 30, \"cat-0\": \"Fats and Oils\", \"rankvar\": 76, \"ini\": 31}, {\"group\": [39.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 39, \"cat_0_index\": 52, \"rank\": 29, \"cat-0\": \"Fats and Oils\", \"rankvar\": 17, \"ini\": 30}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 6, \"cat_0_index\": 53, \"rank\": 28, \"cat-0\": \"Fats and Oils\", \"rankvar\": 78, \"ini\": 29}, {\"group\": [41.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 38, \"cat_0_index\": 54, \"rank\": 27, \"cat-0\": \"Fats and Oils\", \"rankvar\": 23, \"ini\": 28}, {\"group\": [40.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 40, \"cat_0_index\": 55, \"rank\": 26, \"cat-0\": \"Fats and Oils\", \"rankvar\": 21, \"ini\": 27}, {\"group\": [60.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 60, \"cat_0_index\": 56, \"rank\": 25, \"cat-0\": \"Fats and Oils\", \"rankvar\": 20, \"ini\": 26}, {\"group\": [44.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 46, \"cat_0_index\": 57, \"rank\": 24, \"cat-0\": \"Fats and Oils\", \"rankvar\": 36, \"ini\": 25}, {\"group\": [46.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 45, \"cat_0_index\": 58, \"rank\": 23, \"cat-0\": \"Fats and Oils\", \"rankvar\": 31, \"ini\": 24}, {\"group\": [75.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 48, \"cat_0_index\": 77, \"rank\": 22, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2, \"ini\": 23}, {\"group\": [65.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 63, \"cat_0_index\": 59, \"rank\": 21, \"cat-0\": \"Fats and Oils\", \"rankvar\": 25, \"ini\": 22}, {\"group\": [74.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 74, \"cat_0_index\": 60, \"rank\": 20, \"cat-0\": \"Fats and Oils\", \"rankvar\": 8, \"ini\": 21}, {\"group\": [100.0, 12.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 97, \"cat_0_index\": 94, \"rank\": 19, \"cat-0\": \"Sweets\", \"rankvar\": 5, \"ini\": 20}, {\"group\": [61.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 61, \"cat_0_index\": 61, \"rank\": 18, \"cat-0\": \"Fats and Oils\", \"rankvar\": 15, \"ini\": 19}, {\"group\": [82.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 81, \"cat_0_index\": 1, \"rank\": 17, \"cat-0\": \"Beverages\", \"rankvar\": 6, \"ini\": 18}, {\"group\": [57.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 55, \"cat_0_index\": 62, \"rank\": 16, \"cat-0\": \"Fats and Oils\", \"rankvar\": 70, \"ini\": 17}, {\"group\": [45.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 47, \"cat_0_index\": 63, \"rank\": 15, \"cat-0\": \"Fats and Oils\", \"rankvar\": 34, \"ini\": 16}, {\"group\": [64.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 64, \"cat_0_index\": 64, \"rank\": 14, \"cat-0\": \"Fats and Oils\", \"rankvar\": 30, \"ini\": 15}, {\"group\": [55.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 56, \"cat_0_index\": 65, \"rank\": 13, \"cat-0\": \"Fats and Oils\", \"rankvar\": 73, \"ini\": 14}, {\"group\": [56.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 57, \"cat_0_index\": 66, \"rank\": 12, \"cat-0\": \"Fats and Oils\", \"rankvar\": 74, \"ini\": 13}, {\"group\": [58.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 58, \"cat_0_index\": 67, \"rank\": 11, \"cat-0\": \"Fats and Oils\", \"rankvar\": 72, \"ini\": 12}, {\"group\": [62.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 65, \"cat_0_index\": 68, \"rank\": 10, \"cat-0\": \"Fats and Oils\", \"rankvar\": 32, \"ini\": 11}, {\"group\": [85.0, 8.0, 4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Seeds, flaxseed\", \"clust\": 82, \"cat_0_index\": 78, \"rank\": 9, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 1, \"ini\": 10}, {\"group\": [42.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 42, \"cat_0_index\": 69, \"rank\": 8, \"cat-0\": \"Fats and Oils\", \"rankvar\": 50, \"ini\": 9}, {\"group\": [37.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 36, \"cat_0_index\": 70, \"rank\": 7, \"cat-0\": \"Fats and Oils\", \"rankvar\": 66, \"ini\": 8}, {\"group\": [66.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 62, \"cat_0_index\": 71, \"rank\": 6, \"cat-0\": \"Fats and Oils\", \"rankvar\": 27, \"ini\": 7}, {\"group\": [84.0, 7.0, 4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, roasted and toasted\", \"clust\": 84, \"cat_0_index\": 79, \"rank\": 5, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 0, \"ini\": 6}, {\"group\": [43.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 43, \"cat_0_index\": 72, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 45, \"ini\": 5}, {\"group\": [48.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 41, \"cat_0_index\": 73, \"rank\": 3, \"cat-0\": \"Fats and Oils\", \"rankvar\": 52, \"ini\": 4}, {\"group\": [59.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 59, \"cat_0_index\": 74, \"rank\": 2, \"cat-0\": \"Fats and Oils\", \"rankvar\": 69, \"ini\": 3}, {\"group\": [38.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 37, \"cat_0_index\": 75, \"rank\": 1, \"cat-0\": \"Fats and Oils\", \"rankvar\": 75, \"ini\": 2}, {\"group\": [63.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 66, \"cat_0_index\": 76, \"rank\": 0, \"cat-0\": \"Fats and Oils\", \"rankvar\": 41, \"ini\": 1}], \"col_nodes\": [{\"group\": [8.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 8, \"rank\": 1, \"ini\": 14, \"rankvar\": 2}, {\"group\": [11.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 12, \"rank\": 8, \"ini\": 13, \"rankvar\": 9}, {\"group\": [6.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 3, \"ini\": 12, \"rankvar\": 1}, {\"group\": [12.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 13, \"rank\": 7, \"ini\": 11, \"rankvar\": 12}, {\"group\": [14.0, 12.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 10, \"rank\": 5, \"ini\": 10, \"rankvar\": 6}, {\"group\": [13.0, 11.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 11, \"rank\": 6, \"ini\": 9, \"rankvar\": 10}, {\"group\": [9.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 9, \"rank\": 2, \"ini\": 8, \"rankvar\": 4}, {\"group\": [10.0, 8.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 5, \"rank\": 4, \"ini\": 7, \"rankvar\": 3}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 3, \"rank\": 12, \"ini\": 6, \"rankvar\": 8}, {\"group\": [7.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 7, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 4, \"rank\": 10, \"ini\": 4, \"rankvar\": 5}, {\"group\": [5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 0, \"rank\": 9, \"ini\": 3, \"rankvar\": 7}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 2, \"rank\": 11, \"ini\": 2, \"rankvar\": 11}, {\"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 13, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_sum\": 50, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [40.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 40, \"cat_0_index\": 32, \"rank\": 49, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 47, \"ini\": 50}, {\"group\": [44.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 42, \"cat_0_index\": 45, \"rank\": 48, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 45, \"ini\": 49}, {\"group\": [42.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 43, \"cat_0_index\": 46, \"rank\": 47, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 43, \"ini\": 48}, {\"group\": [43.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 44, \"cat_0_index\": 47, \"rank\": 46, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 42, \"ini\": 47}, {\"group\": [38.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 32, \"cat_0_index\": 33, \"rank\": 45, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 48, \"ini\": 46}, {\"group\": [45.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 45, \"cat_0_index\": 48, \"rank\": 44, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 23, \"ini\": 45}, {\"group\": [35.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 37, \"cat_0_index\": 34, \"rank\": 43, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 41, \"ini\": 44}, {\"group\": [41.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 41, \"cat_0_index\": 0, \"rank\": 42, \"cat-0\": \"Beverages\", \"rankvar\": 46, \"ini\": 43}, {\"group\": [33.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 38, \"cat_0_index\": 35, \"rank\": 41, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 49, \"ini\": 42}, {\"group\": [39.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 31, \"cat_0_index\": 36, \"rank\": 40, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 0, \"ini\": 41}, {\"group\": [49.0, 8.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 47, \"cat_0_index\": 37, \"rank\": 39, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1, \"ini\": 40}, {\"group\": [46.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 46, \"cat_0_index\": 49, \"rank\": 38, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 33, \"ini\": 39}, {\"group\": [31.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 35, \"cat_0_index\": 38, \"rank\": 37, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 20, \"ini\": 38}, {\"group\": [37.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 33, \"cat_0_index\": 39, \"rank\": 36, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2, \"ini\": 37}, {\"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 2, \"cat_0_index\": 2, \"rank\": 35, \"cat-0\": \"Fats and Oils\", \"rankvar\": 31, \"ini\": 36}, {\"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 7, \"cat_0_index\": 3, \"rank\": 34, \"cat-0\": \"Fats and Oils\", \"rankvar\": 39, \"ini\": 35}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 4, \"cat_0_index\": 4, \"rank\": 33, \"cat-0\": \"Fats and Oils\", \"rankvar\": 35, \"ini\": 34}, {\"group\": [50.0, 9.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 30, \"cat_0_index\": 1, \"rank\": 32, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 21, \"ini\": 33}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 3, \"cat_0_index\": 5, \"rank\": 31, \"cat-0\": \"Fats and Oils\", \"rankvar\": 28, \"ini\": 32}, {\"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 1, \"cat_0_index\": 6, \"rank\": 30, \"cat-0\": \"Fats and Oils\", \"rankvar\": 44, \"ini\": 31}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 5, \"cat_0_index\": 7, \"rank\": 29, \"cat-0\": \"Fats and Oils\", \"rankvar\": 40, \"ini\": 30}, {\"group\": [17.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 17, \"cat_0_index\": 8, \"rank\": 28, \"cat-0\": \"Fats and Oils\", \"rankvar\": 24, \"ini\": 29}, {\"group\": [36.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 34, \"cat_0_index\": 40, \"rank\": 27, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 11, \"ini\": 28}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 9, \"cat_0_index\": 9, \"rank\": 26, \"cat-0\": \"Fats and Oils\", \"rankvar\": 38, \"ini\": 27}, {\"group\": [15.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 15, \"cat_0_index\": 10, \"rank\": 25, \"cat-0\": \"Fats and Oils\", \"rankvar\": 14, \"ini\": 26}, {\"group\": [16.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 16, \"cat_0_index\": 11, \"rank\": 24, \"cat-0\": \"Fats and Oils\", \"rankvar\": 16, \"ini\": 25}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 10, \"cat_0_index\": 12, \"rank\": 23, \"cat-0\": \"Fats and Oils\", \"rankvar\": 36, \"ini\": 24}, {\"group\": [18.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 18, \"cat_0_index\": 13, \"rank\": 22, \"cat-0\": \"Fats and Oils\", \"rankvar\": 19, \"ini\": 23}, {\"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 13, \"cat_0_index\": 14, \"rank\": 21, \"cat-0\": \"Fats and Oils\", \"rankvar\": 6, \"ini\": 22}, {\"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 11, \"cat_0_index\": 15, \"rank\": 20, \"cat-0\": \"Fats and Oils\", \"rankvar\": 37, \"ini\": 21}, {\"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 12, \"cat_0_index\": 16, \"rank\": 19, \"cat-0\": \"Fats and Oils\", \"rankvar\": 34, \"ini\": 20}, {\"group\": [29.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 27, \"cat_0_index\": 17, \"rank\": 18, \"cat-0\": \"Fats and Oils\", \"rankvar\": 22, \"ini\": 19}, {\"group\": [32.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 36, \"cat_0_index\": 41, \"rank\": 17, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 29, \"ini\": 18}, {\"group\": [19.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 19, \"cat_0_index\": 18, \"rank\": 16, \"cat-0\": \"Fats and Oils\", \"rankvar\": 13, \"ini\": 17}, {\"group\": [14.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 14, \"cat_0_index\": 19, \"rank\": 15, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3, \"ini\": 16}, {\"group\": [27.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 28, \"cat_0_index\": 20, \"rank\": 14, \"cat-0\": \"Fats and Oils\", \"rankvar\": 15, \"ini\": 15}, {\"group\": [23.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 22, \"cat_0_index\": 21, \"rank\": 13, \"cat-0\": \"Fats and Oils\", \"rankvar\": 10, \"ini\": 14}, {\"group\": [20.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 20, \"cat_0_index\": 22, \"rank\": 12, \"cat-0\": \"Fats and Oils\", \"rankvar\": 9, \"ini\": 13}, {\"group\": [28.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 29, \"cat_0_index\": 23, \"rank\": 11, \"cat-0\": \"Fats and Oils\", \"rankvar\": 17, \"ini\": 12}, {\"group\": [47.0, 8.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 48, \"cat_0_index\": 42, \"rank\": 10, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 25, \"ini\": 11}, {\"group\": [21.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 23, \"cat_0_index\": 24, \"rank\": 9, \"cat-0\": \"Fats and Oils\", \"rankvar\": 8, \"ini\": 10}, {\"group\": [30.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 0, \"cat_0_index\": 25, \"rank\": 8, \"cat-0\": \"Fats and Oils\", \"rankvar\": 27, \"ini\": 9}, {\"group\": [48.0, 8.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 49, \"cat_0_index\": 43, \"rank\": 7, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 18, \"ini\": 8}, {\"group\": [22.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 24, \"cat_0_index\": 26, \"rank\": 6, \"cat-0\": \"Fats and Oils\", \"rankvar\": 7, \"ini\": 7}, {\"group\": [34.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 39, \"cat_0_index\": 44, \"rank\": 5, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 26, \"ini\": 6}, {\"group\": [25.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 25, \"cat_0_index\": 27, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 12, \"ini\": 5}, {\"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 6, \"cat_0_index\": 28, \"rank\": 3, \"cat-0\": \"Fats and Oils\", \"rankvar\": 32, \"ini\": 4}, {\"group\": [24.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 21, \"cat_0_index\": 29, \"rank\": 2, \"cat-0\": \"Fats and Oils\", \"rankvar\": 4, \"ini\": 3}, {\"group\": [26.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 26, \"cat_0_index\": 30, \"rank\": 1, \"cat-0\": \"Fats and Oils\", \"rankvar\": 5, \"ini\": 2}, {\"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 8, \"cat_0_index\": 31, \"rank\": 0, \"cat-0\": \"Fats and Oils\", \"rankvar\": 30, \"ini\": 1}], \"col_nodes\": [{\"group\": [13.0, 9.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 11, \"rank\": 1, \"ini\": 14, \"rankvar\": 2}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 6, \"rank\": 9, \"ini\": 13, \"rankvar\": 10}, {\"group\": [11.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 12, \"rank\": 2, \"ini\": 12, \"rankvar\": 1}, {\"group\": [7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 7, \"rank\": 8, \"ini\": 11, \"rankvar\": 12}, {\"group\": [10.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 5, \"rank\": 5, \"ini\": 10, \"rankvar\": 9}, {\"group\": [8.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 8, \"rank\": 7, \"ini\": 9, \"rankvar\": 11}, {\"group\": [9.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 9, \"rank\": 4, \"ini\": 8, \"rankvar\": 4}, {\"group\": [14.0, 10.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 10, \"rank\": 3, \"ini\": 7, \"rankvar\": 3}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 3, \"rank\": 12, \"ini\": 6, \"rankvar\": 8}, {\"group\": [12.0, 8.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 13, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 4, \"rank\": 11, \"ini\": 4, \"rankvar\": 6}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 0, \"rank\": 6, \"ini\": 3, \"rankvar\": 5}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 1, \"rank\": 10, \"ini\": 2, \"rankvar\": 7}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 2, \"rank\": 13, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_sum\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 8, \"cat_0_index\": 7, \"rank\": 19, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 17, \"ini\": 20}, {\"group\": [13.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 10, \"cat_0_index\": 15, \"rank\": 18, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 15, \"ini\": 19}, {\"group\": [11.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 11, \"cat_0_index\": 16, \"rank\": 17, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 13, \"ini\": 18}, {\"group\": [12.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 12, \"cat_0_index\": 17, \"rank\": 16, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 12, \"ini\": 17}, {\"group\": [18.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 15, \"cat_0_index\": 8, \"rank\": 15, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 18, \"ini\": 16}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 6, \"cat_0_index\": 18, \"rank\": 14, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 5, \"ini\": 15}, {\"group\": [16.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 17, \"cat_0_index\": 9, \"rank\": 13, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 11, \"ini\": 14}, {\"group\": [10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 9, \"cat_0_index\": 0, \"rank\": 12, \"cat-0\": \"Beverages\", \"rankvar\": 16, \"ini\": 13}, {\"group\": [14.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 18, \"cat_0_index\": 10, \"rank\": 11, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 19, \"ini\": 12}, {\"group\": [19.0, 7.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 14, \"cat_0_index\": 11, \"rank\": 10, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 0, \"ini\": 11}, {\"group\": [8.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 5, \"cat_0_index\": 12, \"rank\": 9, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1, \"ini\": 10}, {\"group\": [7.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 7, \"cat_0_index\": 19, \"rank\": 8, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [15.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 19, \"cat_0_index\": 13, \"rank\": 7, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3, \"ini\": 8}, {\"group\": [17.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 16, \"cat_0_index\": 14, \"rank\": 6, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2, \"ini\": 7}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 3, \"cat_0_index\": 2, \"rank\": 5, \"cat-0\": \"Fats and Oils\", \"rankvar\": 7, \"ini\": 6}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 4, \"cat_0_index\": 3, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 10, \"ini\": 5}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 1, \"cat_0_index\": 4, \"rank\": 3, \"cat-0\": \"Fats and Oils\", \"rankvar\": 9, \"ini\": 4}, {\"group\": [20.0, 8.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 13, \"cat_0_index\": 1, \"rank\": 2, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 4, \"ini\": 3}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 2, \"cat_0_index\": 5, \"rank\": 1, \"cat-0\": \"Fats and Oils\", \"rankvar\": 6, \"ini\": 2}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 0, \"cat_0_index\": 6, \"rank\": 0, \"cat-0\": \"Fats and Oils\", \"rankvar\": 14, \"ini\": 1}], \"col_nodes\": [{\"group\": [13.0, 9.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 8, \"rank\": 2, \"ini\": 14, \"rankvar\": 2}, {\"group\": [8.0, 5.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 9, \"rank\": 11, \"ini\": 13, \"rankvar\": 9}, {\"group\": [6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 1, \"ini\": 12, \"rankvar\": 1}, {\"group\": [9.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 10, \"rank\": 12, \"ini\": 11, \"rankvar\": 11}, {\"group\": [12.0, 8.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 11, \"rank\": 10, \"ini\": 10, \"rankvar\": 12}, {\"group\": [10.0, 7.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 12, \"rank\": 13, \"ini\": 9, \"rankvar\": 10}, {\"group\": [11.0, 7.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 13, \"rank\": 6, \"ini\": 8, \"rankvar\": 3}, {\"group\": [7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 7, \"rank\": 4, \"ini\": 7, \"rankvar\": 5}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 7, \"ini\": 6, \"rankvar\": 8}, {\"group\": [14.0, 10.0, 7.0, 5.0, 4.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 3, \"rank\": 8, \"ini\": 4, \"rankvar\": 6}, {\"group\": [5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 1, \"rank\": 3, \"ini\": 3, \"rankvar\": 4}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 2, \"rank\": 5, \"ini\": 2, \"rankvar\": 7}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 5, \"rank\": 9, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_sum\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 5, \"cat_0_index\": 1, \"rank\": 9, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 7, \"ini\": 10}, {\"group\": [9.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 7, \"cat_0_index\": 6, \"rank\": 8, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 5, \"ini\": 9}, {\"group\": [7.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 8, \"cat_0_index\": 7, \"rank\": 7, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 4, \"ini\": 8}, {\"group\": [8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 9, \"cat_0_index\": 8, \"rank\": 6, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3, \"ini\": 7}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 1, \"cat_0_index\": 2, \"rank\": 5, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 8, \"ini\": 6}, {\"group\": [10.0, 5.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 4, \"cat_0_index\": 9, \"rank\": 4, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1, \"ini\": 5}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 2, \"cat_0_index\": 3, \"rank\": 3, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2, \"ini\": 4}, {\"group\": [6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 6, \"cat_0_index\": 0, \"rank\": 2, \"cat-0\": \"Beverages\", \"rankvar\": 6, \"ini\": 3}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 3, \"cat_0_index\": 4, \"rank\": 1, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 9, \"ini\": 2}, {\"group\": [4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 0, \"cat_0_index\": 5, \"rank\": 0, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [14.0, 8.0, 7.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 8, \"rank\": 6, \"ini\": 14, \"rankvar\": 6}, {\"group\": [9.0, 6.0, 6.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 9, \"rank\": 11, \"ini\": 13, \"rankvar\": 12}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 3, \"rank\": 4, \"ini\": 12, \"rankvar\": 3}, {\"group\": [10.0, 6.0, 6.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 10, \"rank\": 12, \"ini\": 11, \"rankvar\": 10}, {\"group\": [13.0, 7.0, 6.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 11, \"rank\": 10, \"ini\": 10, \"rankvar\": 13}, {\"group\": [11.0, 7.0, 6.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 12, \"rank\": 13, \"ini\": 9, \"rankvar\": 11}, {\"group\": [12.0, 7.0, 6.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 13, \"rank\": 9, \"ini\": 8, \"rankvar\": 5}, {\"group\": [5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 4, \"rank\": 8, \"ini\": 7, \"rankvar\": 8}, {\"group\": [6.0, 4.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 6, \"rank\": 3, \"ini\": 6, \"rankvar\": 7}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [8.0, 5.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 5, \"rank\": 7, \"ini\": 4, \"rankvar\": 4}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 1, \"rank\": 2, \"ini\": 3, \"rankvar\": 1}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 2, \"rank\": 1, \"ini\": 2, \"rankvar\": 2}, {\"group\": [7.0, 4.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 7, \"rank\": 5, \"ini\": 1, \"rankvar\": 9}]}}, {\"N_row_var\": \"all\", \"nodes\": {\"row_nodes\": [{\"group\": [3255.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 3288, \"cat_0_index\": 3060, \"rank\": 3999, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3994, \"ini\": 4000}, {\"group\": [3252.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 3285, \"cat_0_index\": 3344, \"rank\": 3998, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3991, \"ini\": 3999}, {\"group\": [3250.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 3286, \"cat_0_index\": 3345, \"rank\": 3997, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3989, \"ini\": 3998}, {\"group\": [3251.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 3287, \"cat_0_index\": 3346, \"rank\": 3996, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3988, \"ini\": 3997}, {\"group\": [3136.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 3171, \"cat_0_index\": 3061, \"rank\": 3995, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3995, \"ini\": 3996}, {\"group\": [3485.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 3521, \"cat_0_index\": 3347, \"rank\": 3994, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3928, \"ini\": 3995}, {\"group\": [3336.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 3368, \"cat_0_index\": 3062, \"rank\": 3993, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3987, \"ini\": 3994}, {\"group\": [3253.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 3289, \"cat_0_index\": 466, \"rank\": 3992, \"cat-0\": \"Beverages\", \"rankvar\": 3993, \"ini\": 3993}, {\"group\": [3334.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 3369, \"cat_0_index\": 3063, \"rank\": 3991, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3996, \"ini\": 3992}, {\"group\": [3157.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 3188, \"cat_0_index\": 3064, \"rank\": 3990, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3799, \"ini\": 3991}, {\"group\": [3139.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 3169, \"cat_0_index\": 3065, \"rank\": 3989, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3820, \"ini\": 3990}, {\"group\": [3354.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 3383, \"cat_0_index\": 3348, \"rank\": 3988, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3967, \"ini\": 3989}, {\"group\": [3332.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 3366, \"cat_0_index\": 3066, \"rank\": 3987, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3922, \"ini\": 3988}, {\"group\": [3396.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 3428, \"cat_0_index\": 3067, \"rank\": 3986, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3859, \"ini\": 3987}, {\"group\": [2704.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 2736, \"cat_0_index\": 1367, \"rank\": 3985, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3961, \"ini\": 3986}, {\"group\": [2721.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 2750, \"cat_0_index\": 1368, \"rank\": 3984, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3981, \"ini\": 3985}, {\"group\": [2705.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 2740, \"cat_0_index\": 1369, \"rank\": 3983, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3970, \"ini\": 3984}, {\"group\": [3149.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 3179, \"cat_0_index\": 1056, \"rank\": 3982, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3924, \"ini\": 3983}, {\"group\": [2707.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 2742, \"cat_0_index\": 1370, \"rank\": 3981, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3936, \"ini\": 3982}, {\"group\": [2733.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 2735, \"cat_0_index\": 1371, \"rank\": 3980, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3990, \"ini\": 3981}, {\"group\": [2706.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 2741, \"cat_0_index\": 1372, \"rank\": 3979, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3985, \"ini\": 3980}, {\"group\": [2660.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 2688, \"cat_0_index\": 1373, \"rank\": 3978, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3930, \"ini\": 3979}, {\"group\": [3337.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 3372, \"cat_0_index\": 3068, \"rank\": 3977, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3902, \"ini\": 3978}, {\"group\": [2716.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 2752, \"cat_0_index\": 1374, \"rank\": 3976, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3976, \"ini\": 3977}, {\"group\": [2657.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 2686, \"cat_0_index\": 1375, \"rank\": 3975, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3910, \"ini\": 3976}, {\"group\": [2658.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 2687, \"cat_0_index\": 1376, \"rank\": 3974, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3913, \"ini\": 3975}, {\"group\": [2717.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 2753, \"cat_0_index\": 1377, \"rank\": 3973, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3974, \"ini\": 3974}, {\"group\": [2661.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 2689, \"cat_0_index\": 1378, \"rank\": 3972, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3921, \"ini\": 3973}, {\"group\": [2644.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 2672, \"cat_0_index\": 1379, \"rank\": 3971, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3887, \"ini\": 3972}, {\"group\": [2718.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 2754, \"cat_0_index\": 1380, \"rank\": 3970, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3975, \"ini\": 3971}, {\"group\": [2719.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 2755, \"cat_0_index\": 1381, \"rank\": 3969, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3969, \"ini\": 3970}, {\"group\": [2655.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 2681, \"cat_0_index\": 1382, \"rank\": 3968, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3926, \"ini\": 3969}, {\"group\": [3333.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 3367, \"cat_0_index\": 3069, \"rank\": 3967, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3942, \"ini\": 3968}, {\"group\": [2647.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 2674, \"cat_0_index\": 1383, \"rank\": 3966, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3905, \"ini\": 3967}, {\"group\": [2646.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 2671, \"cat_0_index\": 1384, \"rank\": 3965, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3862, \"ini\": 3966}, {\"group\": [2653.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 2682, \"cat_0_index\": 1385, \"rank\": 3964, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3912, \"ini\": 3965}, {\"group\": [2651.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 2677, \"cat_0_index\": 1386, \"rank\": 3963, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3900, \"ini\": 3964}, {\"group\": [2648.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 2675, \"cat_0_index\": 1387, \"rank\": 3962, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3897, \"ini\": 3963}, {\"group\": [2654.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 2683, \"cat_0_index\": 1388, \"rank\": 3961, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3914, \"ini\": 3962}, {\"group\": [3127.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 3160, \"cat_0_index\": 3070, \"rank\": 3960, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3931, \"ini\": 3961}, {\"group\": [2649.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 2678, \"cat_0_index\": 1389, \"rank\": 3959, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3895, \"ini\": 3960}, {\"group\": [2576.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 2602, \"cat_0_index\": 1390, \"rank\": 3958, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3935, \"ini\": 3959}, {\"group\": [3129.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 3159, \"cat_0_index\": 3071, \"rank\": 3957, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3916, \"ini\": 3958}, {\"group\": [2650.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 2679, \"cat_0_index\": 1391, \"rank\": 3956, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3892, \"ini\": 3957}, {\"group\": [3335.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 3370, \"cat_0_index\": 3072, \"rank\": 3955, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3932, \"ini\": 3956}, {\"group\": [2670.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 2701, \"cat_0_index\": 1392, \"rank\": 3954, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3904, \"ini\": 3955}, {\"group\": [2702.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 2737, \"cat_0_index\": 1393, \"rank\": 3953, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3964, \"ini\": 3954}, {\"group\": [2652.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 2676, \"cat_0_index\": 1394, \"rank\": 3952, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3880, \"ini\": 3953}, {\"group\": [2671.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 2702, \"cat_0_index\": 1395, \"rank\": 3951, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3885, \"ini\": 3952}, {\"group\": [2720.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 2751, \"cat_0_index\": 1396, \"rank\": 3950, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3958, \"ini\": 3951}, {\"group\": [2645.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 2673, \"cat_0_index\": 1397, \"rank\": 3949, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3861, \"ini\": 3950}, {\"group\": [2639.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 2667, \"cat_0_index\": 1398, \"rank\": 3948, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3854, \"ini\": 3949}, {\"group\": [2634.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 2662, \"cat_0_index\": 1399, \"rank\": 3947, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3847, \"ini\": 3948}, {\"group\": [2577.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 2606, \"cat_0_index\": 1400, \"rank\": 3946, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3923, \"ini\": 3947}, {\"group\": [2579.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 2605, \"cat_0_index\": 1401, \"rank\": 3945, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3929, \"ini\": 3946}, {\"group\": [2641.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 2666, \"cat_0_index\": 1402, \"rank\": 3944, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3852, \"ini\": 3945}, {\"group\": [2659.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 2685, \"cat_0_index\": 1403, \"rank\": 3943, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3899, \"ini\": 3944}, {\"group\": [2578.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 2607, \"cat_0_index\": 1404, \"rank\": 3942, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3919, \"ini\": 3943}, {\"group\": [2637.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 2664, \"cat_0_index\": 1405, \"rank\": 3941, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3848, \"ini\": 3942}, {\"group\": [2635.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 2663, \"cat_0_index\": 1406, \"rank\": 3940, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3849, \"ini\": 3941}, {\"group\": [2640.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 2668, \"cat_0_index\": 1407, \"rank\": 3939, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3850, \"ini\": 3940}, {\"group\": [2712.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 2746, \"cat_0_index\": 1408, \"rank\": 3938, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3971, \"ini\": 3939}, {\"group\": [2642.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 2669, \"cat_0_index\": 1409, \"rank\": 3937, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3869, \"ini\": 3938}, {\"group\": [2574.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 2603, \"cat_0_index\": 1410, \"rank\": 3936, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3925, \"ini\": 3937}, {\"group\": [2575.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 2604, \"cat_0_index\": 1411, \"rank\": 3935, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3927, \"ini\": 3936}, {\"group\": [3137.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 3172, \"cat_0_index\": 3073, \"rank\": 3934, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3834, \"ini\": 3935}, {\"group\": [2656.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 2680, \"cat_0_index\": 1226, \"rank\": 3933, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3898, \"ini\": 3934}, {\"group\": [2856.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 2883, \"cat_0_index\": 1412, \"rank\": 3932, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3874, \"ini\": 3933}, {\"group\": [2713.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 2747, \"cat_0_index\": 1413, \"rank\": 3931, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3973, \"ini\": 3932}, {\"group\": [2710.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 2744, \"cat_0_index\": 1414, \"rank\": 3930, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3955, \"ini\": 3931}, {\"group\": [2886.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 2922, \"cat_0_index\": 1415, \"rank\": 3929, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3860, \"ini\": 3930}, {\"group\": [2711.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 2745, \"cat_0_index\": 1416, \"rank\": 3928, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3960, \"ini\": 3929}, {\"group\": [2888.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 2921, \"cat_0_index\": 1417, \"rank\": 3927, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3870, \"ini\": 3928}, {\"group\": [2887.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 2923, \"cat_0_index\": 1418, \"rank\": 3926, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3867, \"ini\": 3927}, {\"group\": [2866.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 2900, \"cat_0_index\": 1419, \"rank\": 3925, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3863, \"ini\": 3926}, {\"group\": [2851.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 2887, \"cat_0_index\": 1420, \"rank\": 3924, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3896, \"ini\": 3925}, {\"group\": [2855.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 2884, \"cat_0_index\": 1421, \"rank\": 3923, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3890, \"ini\": 3924}, {\"group\": [2526.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 2553, \"cat_0_index\": 2187, \"rank\": 3922, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3750, \"ini\": 3923}, {\"group\": [2868.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 2899, \"cat_0_index\": 1422, \"rank\": 3921, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3875, \"ini\": 3922}, {\"group\": [2643.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 2670, \"cat_0_index\": 1423, \"rank\": 3920, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3843, \"ini\": 3921}, {\"group\": [3342.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 3377, \"cat_0_index\": 3114, \"rank\": 3919, \"cat-0\": \"Sweets\", \"rankvar\": 3821, \"ini\": 3920}, {\"group\": [2867.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 2901, \"cat_0_index\": 1424, \"rank\": 3918, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3858, \"ini\": 3919}, {\"group\": [3147.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 3185, \"cat_0_index\": 467, \"rank\": 3917, \"cat-0\": \"Beverages\", \"rankvar\": 3822, \"ini\": 3918}, {\"group\": [2588.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 2615, \"cat_0_index\": 1425, \"rank\": 3916, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3938, \"ini\": 3917}, {\"group\": [2852.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 2888, \"cat_0_index\": 1426, \"rank\": 3915, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3894, \"ini\": 3916}, {\"group\": [2871.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 2905, \"cat_0_index\": 1427, \"rank\": 3914, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3888, \"ini\": 3915}, {\"group\": [2586.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 2616, \"cat_0_index\": 1428, \"rank\": 3913, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3944, \"ini\": 3914}, {\"group\": [2587.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 2617, \"cat_0_index\": 1429, \"rank\": 3912, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3945, \"ini\": 3913}, {\"group\": [2593.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 2620, \"cat_0_index\": 1430, \"rank\": 3911, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3943, \"ini\": 3912}, {\"group\": [2869.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 2906, \"cat_0_index\": 1431, \"rank\": 3910, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3891, \"ini\": 3911}, {\"group\": [3036.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, flaxseed\", \"clust\": 3067, \"cat_0_index\": 2188, \"rank\": 3909, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3745, \"ini\": 3910}, {\"group\": [2849.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 2881, \"cat_0_index\": 1432, \"rank\": 3908, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3915, \"ini\": 3909}, {\"group\": [2475.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 2505, \"cat_0_index\": 1433, \"rank\": 3907, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3933, \"ini\": 3908}, {\"group\": [2581.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 2608, \"cat_0_index\": 1434, \"rank\": 3906, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3881, \"ini\": 3907}, {\"group\": [3154.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, roasted and toasted\", \"clust\": 3190, \"cat_0_index\": 2189, \"rank\": 3905, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3630, \"ini\": 3906}, {\"group\": [2850.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 2882, \"cat_0_index\": 1435, \"rank\": 3904, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3908, \"ini\": 3905}, {\"group\": [2861.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 2889, \"cat_0_index\": 1436, \"rank\": 3903, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3917, \"ini\": 3904}, {\"group\": [2591.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 2621, \"cat_0_index\": 1437, \"rank\": 3902, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3937, \"ini\": 3903}, {\"group\": [2479.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 2510, \"cat_0_index\": 1438, \"rank\": 3901, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3953, \"ini\": 3902}, {\"group\": [2870.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 2907, \"cat_0_index\": 1439, \"rank\": 3900, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3901, \"ini\": 3901}, {\"group\": [2522.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, with salt added\", \"clust\": 2551, \"cat_0_index\": 2190, \"rank\": 3899, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3747, \"ini\": 3900}, {\"group\": [2592.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 2622, \"cat_0_index\": 1440, \"rank\": 3898, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3939, \"ini\": 3899}, {\"group\": [2480.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 2511, \"cat_0_index\": 1057, \"rank\": 3897, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3934, \"ini\": 3898}, {\"group\": [3140.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, celery seed\", \"clust\": 3166, \"cat_0_index\": 3074, \"rank\": 3896, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3785, \"ini\": 3897}, {\"group\": [3155.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, dried\", \"clust\": 3191, \"cat_0_index\": 2191, \"rank\": 3895, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3624, \"ini\": 3896}, {\"group\": [2583.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 2611, \"cat_0_index\": 1441, \"rank\": 3894, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3907, \"ini\": 3895}, {\"group\": [2872.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 2904, \"cat_0_index\": 1442, \"rank\": 3893, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3911, \"ini\": 3894}, {\"group\": [3413.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, chia seeds, dried\", \"clust\": 3444, \"cat_0_index\": 2192, \"rank\": 3892, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3828, \"ini\": 3893}, {\"group\": [3254.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 3290, \"cat_0_index\": 468, \"rank\": 3891, \"cat-0\": \"Beverages\", \"rankvar\": 3946, \"ini\": 3892}, {\"group\": [2589.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 2618, \"cat_0_index\": 1443, \"rank\": 3890, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3957, \"ini\": 3891}, {\"group\": [2524.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, without salt added\", \"clust\": 2554, \"cat_0_index\": 2193, \"rank\": 3889, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3761, \"ini\": 3890}, {\"group\": [2873.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 2903, \"cat_0_index\": 1444, \"rank\": 3888, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3909, \"ini\": 3889}, {\"group\": [2714.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 2748, \"cat_0_index\": 1445, \"rank\": 3887, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3948, \"ini\": 3888}, {\"group\": [2854.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), beef tallow and cottonseed\", \"clust\": 2885, \"cat_0_index\": 1446, \"rank\": 3886, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3868, \"ini\": 3887}, {\"group\": [3393.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander seed\", \"clust\": 3430, \"cat_0_index\": 3075, \"rank\": 3885, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3837, \"ini\": 3886}, {\"group\": [2595.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 2624, \"cat_0_index\": 1447, \"rank\": 3884, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3941, \"ini\": 3885}, {\"group\": [2523.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, without salt added\", \"clust\": 2552, \"cat_0_index\": 2194, \"rank\": 3883, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3757, \"ini\": 3884}, {\"group\": [3249.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Energy Bar, all flavors\", \"clust\": 3281, \"cat_0_index\": 2482, \"rank\": 3882, \"cat-0\": \"Snacks\", \"rankvar\": 3767, \"ini\": 3883}, {\"group\": [3411.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pinon Nuts, roasted (Navajo)\", \"clust\": 3447, \"cat_0_index\": 1227, \"rank\": 3881, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3844, \"ini\": 3882}, {\"group\": [2482.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 2502, \"cat_0_index\": 1448, \"rank\": 3880, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3963, \"ini\": 3881}, {\"group\": [3347.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chili powder\", \"clust\": 3380, \"cat_0_index\": 3076, \"rank\": 3879, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3795, \"ini\": 3880}, {\"group\": [3159.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu), prepared with calcium sulfate\", \"clust\": 3193, \"cat_0_index\": 1970, \"rank\": 3878, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3878, \"ini\": 3879}, {\"group\": [2596.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 2625, \"cat_0_index\": 1449, \"rank\": 3877, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3962, \"ini\": 3878}, {\"group\": [2590.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 2619, \"cat_0_index\": 1450, \"rank\": 3876, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3949, \"ini\": 3877}, {\"group\": [2584.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, spotted seal (Alaska Native)\", \"clust\": 2612, \"cat_0_index\": 1228, \"rank\": 3875, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3857, \"ini\": 3876}, {\"group\": [2853.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, leaf fat, raw\", \"clust\": 2886, \"cat_0_index\": 2291, \"rank\": 3874, \"cat-0\": \"Pork Products\", \"rankvar\": 3840, \"ini\": 3875}, {\"group\": [2525.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans\", \"clust\": 2555, \"cat_0_index\": 2195, \"rank\": 3873, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3731, \"ini\": 3874}, {\"group\": [3150.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with low-calorie sweeteners, powder\", \"clust\": 3178, \"cat_0_index\": 469, \"rank\": 3872, \"cat-0\": \"Beverages\", \"rankvar\": 3763, \"ini\": 3873}, {\"group\": [2715.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 2749, \"cat_0_index\": 1451, \"rank\": 3871, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3952, \"ini\": 3872}, {\"group\": [2748.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, english\", \"clust\": 2782, \"cat_0_index\": 2196, \"rank\": 3870, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3829, \"ini\": 3871}, {\"group\": [2450.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), not sweetened\", \"clust\": 2479, \"cat_0_index\": 2197, \"rank\": 3869, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3830, \"ini\": 3870}, {\"group\": [3156.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, paste\", \"clust\": 3189, \"cat_0_index\": 2198, \"rank\": 3868, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3619, \"ini\": 3869}, {\"group\": [3394.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, caraway seed\", \"clust\": 3431, \"cat_0_index\": 3077, \"rank\": 3867, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3815, \"ini\": 3868}, {\"group\": [3256.0, 55.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C\", \"clust\": 3284, \"cat_0_index\": 3115, \"rank\": 3866, \"cat-0\": \"Sweets\", \"rankvar\": 3836, \"ini\": 3867}, {\"group\": [2601.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, with salt added\", \"clust\": 2626, \"cat_0_index\": 2199, \"rank\": 3865, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3818, \"ini\": 3866}, {\"group\": [2599.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, raw\", \"clust\": 2627, \"cat_0_index\": 2200, \"rank\": 3864, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3817, \"ini\": 3865}, {\"group\": [2891.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, bacon, rendered fat, cooked\", \"clust\": 2920, \"cat_0_index\": 2292, \"rank\": 3863, \"cat-0\": \"Pork Products\", \"rankvar\": 3833, \"ini\": 3864}, {\"group\": [3119.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL\", \"clust\": 3154, \"cat_0_index\": 726, \"rank\": 3862, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3886, \"ini\": 3863}, {\"group\": [3130.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 3162, \"cat_0_index\": 291, \"rank\": 3861, \"cat-0\": \"Baked Products\", \"rankvar\": 3997, \"ini\": 3862}, {\"group\": [2476.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, suet, raw\", \"clust\": 2506, \"cat_0_index\": 436, \"rank\": 3860, \"cat-0\": \"Beef Products\", \"rankvar\": 3877, \"ini\": 3861}, {\"group\": [2746.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, with salt added\", \"clust\": 2779, \"cat_0_index\": 2201, \"rank\": 3859, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3746, \"ini\": 3860}, {\"group\": [2536.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, with salt added\", \"clust\": 2566, \"cat_0_index\": 2202, \"rank\": 3858, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3549, \"ini\": 3859}, {\"group\": [2597.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 2623, \"cat_0_index\": 1452, \"rank\": 3857, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3950, \"ini\": 3858}, {\"group\": [2731.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 2765, \"cat_0_index\": 1453, \"rank\": 3856, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3920, \"ini\": 3857}, {\"group\": [3397.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cloves, ground\", \"clust\": 3427, \"cat_0_index\": 3078, \"rank\": 3855, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3772, \"ini\": 3856}, {\"group\": [2600.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, without salt added\", \"clust\": 2628, \"cat_0_index\": 2203, \"rank\": 3854, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3819, \"ini\": 3855}, {\"group\": [2534.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, with salt added\", \"clust\": 2564, \"cat_0_index\": 2204, \"rank\": 3853, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3526, \"ini\": 3854}, {\"group\": [3345.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, paprika\", \"clust\": 3381, \"cat_0_index\": 3079, \"rank\": 3852, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3814, \"ini\": 3853}, {\"group\": [2521.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, brazilnuts, dried, unblanched\", \"clust\": 2540, \"cat_0_index\": 2205, \"rank\": 3851, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3593, \"ini\": 3852}, {\"group\": [2893.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pilinuts, dried\", \"clust\": 2908, \"cat_0_index\": 2206, \"rank\": 3850, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3760, \"ini\": 3851}, {\"group\": [2535.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, without salt added\", \"clust\": 2565, \"cat_0_index\": 2207, \"rank\": 3849, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3536, \"ini\": 3850}, {\"group\": [2889.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, backfat, raw\", \"clust\": 2924, \"cat_0_index\": 2293, \"rank\": 3848, \"cat-0\": \"Pork Products\", \"rankvar\": 3816, \"ini\": 3849}, {\"group\": [2538.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, without salt added\", \"clust\": 2569, \"cat_0_index\": 2208, \"rank\": 3847, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3558, \"ini\": 3848}, {\"group\": [2604.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, dry roasted, without salt added\", \"clust\": 2632, \"cat_0_index\": 2209, \"rank\": 3846, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3706, \"ini\": 3847}, {\"group\": [2453.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 2482, \"cat_0_index\": 1454, \"rank\": 3845, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3959, \"ini\": 3846}, {\"group\": [2517.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, dried (decorticated)\", \"clust\": 2547, \"cat_0_index\": 2210, \"rank\": 3844, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3652, \"ini\": 3845}, {\"group\": [2454.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 2483, \"cat_0_index\": 1455, \"rank\": 3843, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3951, \"ini\": 3844}, {\"group\": [2556.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut spread, reduced sugar\", \"clust\": 2584, \"cat_0_index\": 1971, \"rank\": 3842, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3477, \"ini\": 3843}, {\"group\": [2537.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, with salt added\", \"clust\": 2567, \"cat_0_index\": 2211, \"rank\": 3841, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3488, \"ini\": 3842}, {\"group\": [2747.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, without salt\", \"clust\": 2780, \"cat_0_index\": 2212, \"rank\": 3840, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3758, \"ini\": 3841}, {\"group\": [2885.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, salt pork, raw\", \"clust\": 2913, \"cat_0_index\": 2294, \"rank\": 3839, \"cat-0\": \"Pork Products\", \"rankvar\": 3768, \"ini\": 3840}, {\"group\": [3138.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill seed\", \"clust\": 3170, \"cat_0_index\": 3080, \"rank\": 3838, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3776, \"ini\": 3839}, {\"group\": [3486.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried\", \"clust\": 3522, \"cat_0_index\": 3349, \"rank\": 3837, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3797, \"ini\": 3838}, {\"group\": [2582.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, beluga, whale (Alaska Native)\", \"clust\": 2609, \"cat_0_index\": 1229, \"rank\": 3836, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3845, \"ini\": 3837}, {\"group\": [2722.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, with salt\", \"clust\": 2756, \"cat_0_index\": 1456, \"rank\": 3835, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3831, \"ini\": 3836}, {\"group\": [2468.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 2494, \"cat_0_index\": 1457, \"rank\": 3834, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3956, \"ini\": 3835}, {\"group\": [2519.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, pinyon, dried\", \"clust\": 2546, \"cat_0_index\": 2213, \"rank\": 3833, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3642, \"ini\": 3834}, {\"group\": [2606.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, blanched\", \"clust\": 2631, \"cat_0_index\": 2214, \"rank\": 3832, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3719, \"ini\": 3833}, {\"group\": [2703.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 2738, \"cat_0_index\": 1458, \"rank\": 3831, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3906, \"ini\": 3832}, {\"group\": [3141.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, with added vitamin D\", \"clust\": 3175, \"cat_0_index\": 1058, \"rank\": 3829, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3480, \"ini\": 3831}, {\"group\": [3141.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, without added vitamin D\", \"clust\": 3176, \"cat_0_index\": 1059, \"rank\": 3830, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3481, \"ini\": 3830}, {\"group\": [2511.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from roasted and toasted kernels (most common type)\", \"clust\": 2538, \"cat_0_index\": 2215, \"rank\": 3828, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3544, \"ini\": 3829}, {\"group\": [2723.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise dressing, no cholesterol\", \"clust\": 2757, \"cat_0_index\": 1459, \"rank\": 3827, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3839, \"ini\": 3828}, {\"group\": [2540.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, without salt added\", \"clust\": 2568, \"cat_0_index\": 2216, \"rank\": 3826, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3503, \"ini\": 3827}, {\"group\": [2605.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts\", \"clust\": 2633, \"cat_0_index\": 2217, \"rank\": 3825, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3683, \"ini\": 3826}, {\"group\": [2668.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, hard, soybean (hydrogenated)\", \"clust\": 2692, \"cat_0_index\": 1460, \"rank\": 3824, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3773, \"ini\": 3825}, {\"group\": [2664.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt, with added vitamin D\", \"clust\": 2696, \"cat_0_index\": 1461, \"rank\": 3822, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3781, \"ini\": 3824}, {\"group\": [2664.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt\", \"clust\": 2697, \"cat_0_index\": 1462, \"rank\": 3823, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3782, \"ini\": 3823}, {\"group\": [2744.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, with salt added\", \"clust\": 2777, \"cat_0_index\": 2218, \"rank\": 3821, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3698, \"ini\": 3822}, {\"group\": [2742.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, without salt\", \"clust\": 2775, \"cat_0_index\": 2219, \"rank\": 3820, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3679, \"ini\": 3821}, {\"group\": [3346.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, red or cayenne\", \"clust\": 3382, \"cat_0_index\": 3081, \"rank\": 3819, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3713, \"ini\": 3820}, {\"group\": [2665.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils\", \"clust\": 2695, \"cat_0_index\": 1463, \"rank\": 3818, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3784, \"ini\": 3819}, {\"group\": [3128.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, tarragon, dried\", \"clust\": 3161, \"cat_0_index\": 3082, \"rank\": 3817, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3794, \"ini\": 3818}, {\"group\": [2743.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, with salt added\", \"clust\": 2776, \"cat_0_index\": 2220, \"rank\": 3816, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3668, \"ini\": 3817}, {\"group\": [2465.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 2496, \"cat_0_index\": 1464, \"rank\": 3815, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3965, \"ini\": 3816}, {\"group\": [2673.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt, with added vitamin D\", \"clust\": 2704, \"cat_0_index\": 1465, \"rank\": 3813, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3786, \"ini\": 3815}, {\"group\": [2673.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt\", \"clust\": 2705, \"cat_0_index\": 1466, \"rank\": 3814, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3787, \"ini\": 3814}, {\"group\": [3162.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 3199, \"cat_0_index\": 3116, \"rank\": 3812, \"cat-0\": \"Sweets\", \"rankvar\": 3998, \"ini\": 3813}, {\"group\": [2466.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 2497, \"cat_0_index\": 1467, \"rank\": 3811, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3966, \"ini\": 3812}, {\"group\": [2569.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, with salt\", \"clust\": 2599, \"cat_0_index\": 1972, \"rank\": 3810, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3438, \"ini\": 3811}, {\"group\": [2445.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, liquid\", \"clust\": 2473, \"cat_0_index\": 3117, \"rank\": 3809, \"cat-0\": \"Sweets\", \"rankvar\": 3560, \"ini\": 3810}, {\"group\": [3034.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, with salt added (decorticated)\", \"clust\": 3068, \"cat_0_index\": 2221, \"rank\": 3808, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3532, \"ini\": 3809}, {\"group\": [2580.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)\", \"clust\": 2601, \"cat_0_index\": 1468, \"rank\": 3807, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3802, \"ini\": 3808}, {\"group\": [2467.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 2495, \"cat_0_index\": 1469, \"rank\": 3806, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3954, \"ini\": 3807}, {\"group\": [2667.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy\", \"clust\": 2693, \"cat_0_index\": 1470, \"rank\": 3805, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3771, \"ini\": 3806}, {\"group\": [3247.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 3282, \"cat_0_index\": 470, \"rank\": 3804, \"cat-0\": \"Beverages\", \"rankvar\": 3940, \"ini\": 3805}, {\"group\": [2750.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, black, dried\", \"clust\": 2781, \"cat_0_index\": 2222, \"rank\": 3803, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3726, \"ini\": 3804}, {\"group\": [2541.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds\", \"clust\": 2563, \"cat_0_index\": 2223, \"rank\": 3802, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3462, \"ini\": 3803}, {\"group\": [2464.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 2490, \"cat_0_index\": 1471, \"rank\": 3801, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3968, \"ini\": 3802}, {\"group\": [2874.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries\", \"clust\": 2902, \"cat_0_index\": 1472, \"rank\": 3800, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3780, \"ini\": 3801}, {\"group\": [2509.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, dried\", \"clust\": 2536, \"cat_0_index\": 2224, \"rank\": 3799, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3736, \"ini\": 3800}, {\"group\": [2530.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, with peanuts, oil roasted, with salt added\", \"clust\": 2560, \"cat_0_index\": 2225, \"rank\": 3798, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3492, \"ini\": 3799}, {\"group\": [2539.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, blanched\", \"clust\": 2570, \"cat_0_index\": 2226, \"rank\": 3797, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3506, \"ini\": 3798}, {\"group\": [2745.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, without salt\", \"clust\": 2778, \"cat_0_index\": 2227, \"rank\": 3796, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3707, \"ini\": 3797}, {\"group\": [2542.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, honey roasted, unblanched\", \"clust\": 2562, \"cat_0_index\": 2228, \"rank\": 3795, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3520, \"ini\": 3796}, {\"group\": [2463.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 2491, \"cat_0_index\": 1473, \"rank\": 3794, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3972, \"ini\": 3795}, {\"group\": [3343.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, plain\", \"clust\": 3378, \"cat_0_index\": 3118, \"rank\": 3793, \"cat-0\": \"Sweets\", \"rankvar\": 3723, \"ini\": 3794}, {\"group\": [2527.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hickorynuts, dried\", \"clust\": 2550, \"cat_0_index\": 2229, \"rank\": 3792, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3664, \"ini\": 3793}, {\"group\": [2446.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, squares\", \"clust\": 2474, \"cat_0_index\": 3119, \"rank\": 3791, \"cat-0\": \"Sweets\", \"rankvar\": 3618, \"ini\": 3792}, {\"group\": [2461.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 2492, \"cat_0_index\": 1474, \"rank\": 3790, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3977, \"ini\": 3791}, {\"group\": [3142.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, without added vitamin A and vitamin D\", \"clust\": 3181, \"cat_0_index\": 1060, \"rank\": 3789, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3737, \"ini\": 3790}, {\"group\": [3143.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, with added vitamin A and vitamin D\", \"clust\": 3182, \"cat_0_index\": 1061, \"rank\": 3788, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3738, \"ini\": 3789}, {\"group\": [2518.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)\", \"clust\": 2548, \"cat_0_index\": 2230, \"rank\": 3787, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3588, \"ini\": 3788}, {\"group\": [2462.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 2493, \"cat_0_index\": 1475, \"rank\": 3786, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3978, \"ini\": 3787}, {\"group\": [3120.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Blueberry Pomegranate\", \"clust\": 3155, \"cat_0_index\": 727, \"rank\": 3785, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3832, \"ini\": 3786}, {\"group\": [2749.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, butternuts, dried\", \"clust\": 2783, \"cat_0_index\": 2231, \"rank\": 3784, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3806, \"ini\": 3785}, {\"group\": [2477.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, whipped, with salt\", \"clust\": 2507, \"cat_0_index\": 1062, \"rank\": 3783, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3823, \"ini\": 3784}, {\"group\": [2558.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, with salt\", \"clust\": 2588, \"cat_0_index\": 1973, \"rank\": 3782, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3425, \"ini\": 3783}, {\"group\": [3490.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carrot, dehydrated\", \"clust\": 3525, \"cat_0_index\": 3350, \"rank\": 3781, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3774, \"ini\": 3782}, {\"group\": [3167.0, 46.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese, dry, powder\", \"clust\": 3195, \"cat_0_index\": 2597, \"rank\": 3780, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3348, \"ini\": 3781}, {\"group\": [3035.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, without salt added (decorticated)\", \"clust\": 3069, \"cat_0_index\": 2232, \"rank\": 3779, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3548, \"ini\": 3780}, {\"group\": [2669.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt\", \"clust\": 2698, \"cat_0_index\": 1476, \"rank\": 3777, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3790, \"ini\": 3779}, {\"group\": [2669.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt, with added vitamin D\", \"clust\": 2699, \"cat_0_index\": 1477, \"rank\": 3778, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3791, \"ini\": 3778}, {\"group\": [2548.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, with salt added\", \"clust\": 2575, \"cat_0_index\": 2233, \"rank\": 3776, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3258, \"ini\": 3777}, {\"group\": [3395.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, curry powder\", \"clust\": 3429, \"cat_0_index\": 3083, \"rank\": 3775, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3766, \"ini\": 3776}, {\"group\": [2460.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 2484, \"cat_0_index\": 1478, \"rank\": 3774, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3979, \"ini\": 3775}, {\"group\": [2672.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, without salt\", \"clust\": 2700, \"cat_0_index\": 1479, \"rank\": 3773, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3792, \"ini\": 3774}, {\"group\": [3146.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, dried\", \"clust\": 3180, \"cat_0_index\": 1063, \"rank\": 3772, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3689, \"ini\": 3773}, {\"group\": [2562.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, with salt\", \"clust\": 2591, \"cat_0_index\": 1974, \"rank\": 3771, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3391, \"ini\": 3772}, {\"group\": [2708.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, without salt\", \"clust\": 2743, \"cat_0_index\": 1480, \"rank\": 3770, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3812, \"ini\": 3771}, {\"group\": [2555.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, with salt\", \"clust\": 2585, \"cat_0_index\": 1975, \"rank\": 3769, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3333, \"ini\": 3770}, {\"group\": [3163.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 3200, \"cat_0_index\": 292, \"rank\": 3768, \"cat-0\": \"Baked Products\", \"rankvar\": 3999, \"ini\": 3769}, {\"group\": [2638.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, butter-margarine blend, 80% fat, stick, without salt\", \"clust\": 2665, \"cat_0_index\": 1481, \"rank\": 3767, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3762, \"ini\": 3768}, {\"group\": [2531.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, with peanuts, without salt added\", \"clust\": 2561, \"cat_0_index\": 2234, \"rank\": 3766, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3535, \"ini\": 3767}, {\"group\": [3126.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 3146, \"cat_0_index\": 471, \"rank\": 3765, \"cat-0\": \"Beverages\", \"rankvar\": 3947, \"ini\": 3766}, {\"group\": [3121.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 3153, \"cat_0_index\": 728, \"rank\": 3764, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3903, \"ini\": 3765}, {\"group\": [2546.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, raw\", \"clust\": 2576, \"cat_0_index\": 2235, \"rank\": 3763, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3309, \"ini\": 3764}, {\"group\": [2478.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, salted\", \"clust\": 2508, \"cat_0_index\": 1064, \"rank\": 3762, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3825, \"ini\": 3763}, {\"group\": [2455.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 2485, \"cat_0_index\": 1482, \"rank\": 3761, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3980, \"ini\": 3762}, {\"group\": [3304.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, salted\", \"clust\": 3339, \"cat_0_index\": 1976, \"rank\": 3760, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3499, \"ini\": 3761}, {\"group\": [3144.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, without added vitamin A and vitamin D\", \"clust\": 3183, \"cat_0_index\": 1065, \"rank\": 3759, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3727, \"ini\": 3760}, {\"group\": [3145.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, with added vitamin A and vitamin D\", \"clust\": 3184, \"cat_0_index\": 1066, \"rank\": 3758, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3728, \"ini\": 3759}, {\"group\": [3491.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hot chile, sun-dried\", \"clust\": 3526, \"cat_0_index\": 3351, \"rank\": 3757, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3749, \"ini\": 3758}, {\"group\": [2559.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, with salt\", \"clust\": 2589, \"cat_0_index\": 1977, \"rank\": 3756, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3353, \"ini\": 3757}, {\"group\": [2614.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter with omega-3, creamy\", \"clust\": 2635, \"cat_0_index\": 1978, \"rank\": 3755, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3552, \"ini\": 3756}, {\"group\": [2456.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 2486, \"cat_0_index\": 1483, \"rank\": 3754, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3983, \"ini\": 3755}, {\"group\": [3047.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw\", \"clust\": 3083, \"cat_0_index\": 1979, \"rank\": 3753, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3622, \"ini\": 3754}, {\"group\": [3122.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Double Chocolate Nut Bar\", \"clust\": 3152, \"cat_0_index\": 2483, \"rank\": 3752, \"cat-0\": \"Snacks\", \"rankvar\": 3722, \"ini\": 3753}, {\"group\": [3554.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, NEOSURE, powder, with ARA and DHA (formerly ROSS)\", \"clust\": 3596, \"cat_0_index\": 0, \"rank\": 3751, \"cat-0\": \"Baby Foods\", \"rankvar\": 3186, \"ini\": 3752}, {\"group\": [2512.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from raw and stone ground kernels\", \"clust\": 2539, \"cat_0_index\": 2236, \"rank\": 3750, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3435, \"ini\": 3751}, {\"group\": [2547.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, without salt added\", \"clust\": 2577, \"cat_0_index\": 2237, \"rank\": 3749, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3297, \"ini\": 3750}, {\"group\": [3546.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP PROSOBEE, powder, not reconstituted\", \"clust\": 3586, \"cat_0_index\": 1, \"rank\": 3747, \"cat-0\": \"Baby Foods\", \"rankvar\": 3472, \"ini\": 3749}, {\"group\": [3546.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE LIPIL, powder, with ARA and DHA\", \"clust\": 3587, \"cat_0_index\": 2, \"rank\": 3748, \"cat-0\": \"Baby Foods\", \"rankvar\": 3473, \"ini\": 3748}, {\"group\": [2459.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 2487, \"cat_0_index\": 1484, \"rank\": 3746, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3986, \"ini\": 3747}, {\"group\": [3487.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, no sugar added, powder\", \"clust\": 3520, \"cat_0_index\": 472, \"rank\": 3745, \"cat-0\": \"Beverages\", \"rankvar\": 3701, \"ini\": 3746}, {\"group\": [2560.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, raw\", \"clust\": 2592, \"cat_0_index\": 1980, \"rank\": 3744, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3399, \"ini\": 3745}, {\"group\": [3404.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN WITH EXTRA FIBER\", \"clust\": 3439, \"cat_0_index\": 729, \"rank\": 3743, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3879, \"ini\": 3744}, {\"group\": [2552.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunky, vitamin and mineral fortified\", \"clust\": 2580, \"cat_0_index\": 1981, \"rank\": 3742, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3340, \"ini\": 3743}, {\"group\": [3400.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carob flour\", \"clust\": 3434, \"cat_0_index\": 1982, \"rank\": 3741, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3838, \"ini\": 3742}, {\"group\": [3352.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened, processed with alkali\", \"clust\": 3387, \"cat_0_index\": 3120, \"rank\": 3740, \"cat-0\": \"Sweets\", \"rankvar\": 3801, \"ini\": 3741}, {\"group\": [2457.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 2488, \"cat_0_index\": 1485, \"rank\": 3739, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3984, \"ini\": 3740}, {\"group\": [2549.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, vitamin and mineral fortified\", \"clust\": 2582, \"cat_0_index\": 1983, \"rank\": 3738, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3319, \"ini\": 3739}, {\"group\": [2594.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, PAM cooking spray, original\", \"clust\": 2614, \"cat_0_index\": 1486, \"rank\": 3737, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3824, \"ini\": 3738}, {\"group\": [2602.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, with salt added\", \"clust\": 2629, \"cat_0_index\": 2238, \"rank\": 3736, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3586, \"ini\": 3737}, {\"group\": [3151.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, dried\", \"clust\": 3177, \"cat_0_index\": 1067, \"rank\": 3735, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3735, \"ini\": 3736}, {\"group\": [2550.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, with salt\", \"clust\": 2583, \"cat_0_index\": 1984, \"rank\": 3734, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3308, \"ini\": 3735}, {\"group\": [2561.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, without salt\", \"clust\": 2593, \"cat_0_index\": 1985, \"rank\": 3733, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3413, \"ini\": 3734}, {\"group\": [2458.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 2489, \"cat_0_index\": 1487, \"rank\": 3732, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3982, \"ini\": 3733}, {\"group\": [2533.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, with salt added\", \"clust\": 2558, \"cat_0_index\": 2239, \"rank\": 3731, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3426, \"ini\": 3732}, {\"group\": [2553.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, without salt\", \"clust\": 2586, \"cat_0_index\": 1986, \"rank\": 3730, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3365, \"ini\": 3731}, {\"group\": [3339.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cinnamon, ground\", \"clust\": 3371, \"cat_0_index\": 3084, \"rank\": 3729, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3918, \"ini\": 3730}, {\"group\": [3134.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cumin seed\", \"clust\": 3167, \"cat_0_index\": 3085, \"rank\": 3728, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3540, \"ini\": 3729}, {\"group\": [2513.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, all flavors except macadamia, without salt\", \"clust\": 2543, \"cat_0_index\": 2240, \"rank\": 3727, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3639, \"ini\": 3728}, {\"group\": [3064.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smelt, dried (Alaska Native)\", \"clust\": 3099, \"cat_0_index\": 1230, \"rank\": 3726, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3783, \"ini\": 3727}, {\"group\": [3048.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw, crude protein basis (N x 6.25)\", \"clust\": 3084, \"cat_0_index\": 1987, \"rank\": 3725, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3649, \"ini\": 3726}, {\"group\": [2674.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, margarine-butter blend, soybean oil and butter\", \"clust\": 2703, \"cat_0_index\": 1488, \"rank\": 3724, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3742, \"ini\": 3725}, {\"group\": [2563.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, without salt\", \"clust\": 2590, \"cat_0_index\": 1988, \"rank\": 3723, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3458, \"ini\": 3724}, {\"group\": [3305.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, no salt added\", \"clust\": 3340, \"cat_0_index\": 1989, \"rank\": 3722, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3517, \"ini\": 3723}, {\"group\": [3148.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, milkshake mix, dry, not chocolate\", \"clust\": 3186, \"cat_0_index\": 1068, \"rank\": 3721, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3669, \"ini\": 3722}, {\"group\": [2566.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, raw\", \"clust\": 2597, \"cat_0_index\": 1990, \"rank\": 3720, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3363, \"ini\": 3721}, {\"group\": [3548.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, powder, not reconstituted\", \"clust\": 3590, \"cat_0_index\": 3, \"rank\": 3719, \"cat-0\": \"Baby Foods\", \"rankvar\": 3271, \"ini\": 3720}, {\"group\": [2570.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, with salt\", \"clust\": 2600, \"cat_0_index\": 1991, \"rank\": 3718, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3377, \"ini\": 3719}, {\"group\": [3398.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN BRAN BUDS\", \"clust\": 3432, \"cat_0_index\": 730, \"rank\": 3717, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3851, \"ini\": 3718}, {\"group\": [2603.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, without salt\", \"clust\": 2630, \"cat_0_index\": 2241, \"rank\": 3716, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3596, \"ini\": 3717}, {\"group\": [2528.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, without peanuts, oil roasted, with salt added\", \"clust\": 2556, \"cat_0_index\": 2242, \"rank\": 3715, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3490, \"ini\": 3716}, {\"group\": [2481.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, without salt\", \"clust\": 2509, \"cat_0_index\": 1069, \"rank\": 3714, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3827, \"ini\": 3715}, {\"group\": [2520.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dried\", \"clust\": 2545, \"cat_0_index\": 2243, \"rank\": 3713, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3504, \"ini\": 3714}, {\"group\": [2554.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, reduced sodium\", \"clust\": 2587, \"cat_0_index\": 1992, \"rank\": 3712, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3313, \"ini\": 3713}, {\"group\": [3158.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sesame crunch\", \"clust\": 3187, \"cat_0_index\": 3121, \"rank\": 3711, \"cat-0\": \"Sweets\", \"rankvar\": 3179, \"ini\": 3712}, {\"group\": [2567.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, raw\", \"clust\": 2598, \"cat_0_index\": 1993, \"rank\": 3710, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3355, \"ini\": 3711}, {\"group\": [3297.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted, crude protein basis (N x 6.25)\", \"clust\": 3334, \"cat_0_index\": 1994, \"rank\": 3709, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3655, \"ini\": 3710}, {\"group\": [2543.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, with salt added\", \"clust\": 2573, \"cat_0_index\": 2244, \"rank\": 3708, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3408, \"ini\": 3709}, {\"group\": [3105.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Bar\", \"clust\": 3140, \"cat_0_index\": 3122, \"rank\": 3707, \"cat-0\": \"Sweets\", \"rankvar\": 3645, \"ini\": 3708}, {\"group\": [2564.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, without salt\", \"clust\": 2594, \"cat_0_index\": 1995, \"rank\": 3706, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3379, \"ini\": 3707}, {\"group\": [2551.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, without salt\", \"clust\": 2581, \"cat_0_index\": 1996, \"rank\": 3705, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3318, \"ini\": 3706}, {\"group\": [2565.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, without salt\", \"clust\": 2595, \"cat_0_index\": 1997, \"rank\": 3704, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3394, \"ini\": 3705}, {\"group\": [2545.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, dried\", \"clust\": 2572, \"cat_0_index\": 2245, \"rank\": 3703, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3449, \"ini\": 3704}, {\"group\": [2515.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, unflavored, with salt added\", \"clust\": 2542, \"cat_0_index\": 2246, \"rank\": 3702, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3567, \"ini\": 3703}, {\"group\": [2469.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), creamed\", \"clust\": 2498, \"cat_0_index\": 2247, \"rank\": 3701, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3842, \"ini\": 3702}, {\"group\": [2447.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, nutmeg, ground\", \"clust\": 2472, \"cat_0_index\": 3086, \"rank\": 3700, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3592, \"ini\": 3701}, {\"group\": [2568.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, without salt\", \"clust\": 2596, \"cat_0_index\": 1998, \"rank\": 3699, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3400, \"ini\": 3700}, {\"group\": [2709.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, home recipe\", \"clust\": 2739, \"cat_0_index\": 1489, \"rank\": 3698, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3765, \"ini\": 3699}, {\"group\": [3569.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE, with iron, powder, not reconstituted\", \"clust\": 3613, \"cat_0_index\": 4, \"rank\": 3697, \"cat-0\": \"Baby Foods\", \"rankvar\": 3201, \"ini\": 3698}, {\"group\": [3152.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, instant breakfast powder, chocolate, sugar-free, not reconstituted\", \"clust\": 3174, \"cat_0_index\": 1070, \"rank\": 3696, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3456, \"ini\": 3697}, {\"group\": [2544.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, without salt\", \"clust\": 2574, \"cat_0_index\": 2248, \"rank\": 3695, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3419, \"ini\": 3696}, {\"group\": [3570.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 3614, \"cat_0_index\": 5, \"rank\": 3694, \"cat-0\": \"Baby Foods\", \"rankvar\": 3194, \"ini\": 3695}, {\"group\": [3564.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, with iron, powder, not reconstituted\", \"clust\": 3609, \"cat_0_index\": 6, \"rank\": 3693, \"cat-0\": \"Baby Foods\", \"rankvar\": 3254, \"ini\": 3694}, {\"group\": [3049.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted\", \"clust\": 3085, \"cat_0_index\": 1999, \"rank\": 3692, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3487, \"ini\": 3693}, {\"group\": [3054.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat, crude protein basis (N x 6.25)\", \"clust\": 3087, \"cat_0_index\": 2000, \"rank\": 3691, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3705, \"ini\": 3692}, {\"group\": [3537.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, with added nutrients, powder\", \"clust\": 3575, \"cat_0_index\": 473, \"rank\": 3690, \"cat-0\": \"Beverages\", \"rankvar\": 3615, \"ini\": 3691}, {\"group\": [3166.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, regular, dry mix\", \"clust\": 3196, \"cat_0_index\": 3123, \"rank\": 3689, \"cat-0\": \"Sweets\", \"rankvar\": 3744, \"ini\": 3690}, {\"group\": [3553.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3597, \"cat_0_index\": 7, \"rank\": 3687, \"cat-0\": \"Baby Foods\", \"rankvar\": 3203, \"ini\": 3689}, {\"group\": [3553.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3598, \"cat_0_index\": 8, \"rank\": 3688, \"cat-0\": \"Baby Foods\", \"rankvar\": 3204, \"ini\": 3688}, {\"group\": [2529.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, without peanuts, without salt added\", \"clust\": 2557, \"cat_0_index\": 2249, \"rank\": 3686, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3519, \"ini\": 3687}, {\"group\": [3565.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 3610, \"cat_0_index\": 9, \"rank\": 3685, \"cat-0\": \"Baby Foods\", \"rankvar\": 3226, \"ini\": 3686}, {\"group\": [2573.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mustard seed, ground\", \"clust\": 2549, \"cat_0_index\": 3087, \"rank\": 3684, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3159, \"ini\": 3685}, {\"group\": [2493.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 70-85% cacao solids\", \"clust\": 2521, \"cat_0_index\": 3124, \"rank\": 3683, \"cat-0\": \"Sweets\", \"rankvar\": 3362, \"ini\": 3684}, {\"group\": [3299.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted\", \"clust\": 3333, \"cat_0_index\": 2001, \"rank\": 3682, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3718, \"ini\": 3683}, {\"group\": [3298.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat\", \"clust\": 3335, \"cat_0_index\": 2002, \"rank\": 3681, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3628, \"ini\": 3682}, {\"group\": [2532.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, without salt added\", \"clust\": 2559, \"cat_0_index\": 2250, \"rank\": 3680, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3467, \"ini\": 3681}, {\"group\": [3116.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Raisin Bran\", \"clust\": 3150, \"cat_0_index\": 731, \"rank\": 3679, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3807, \"ini\": 3680}, {\"group\": [3549.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SENSITIVE, (LACTOSE FREE), powder, with ARA and DHA (formerly ROSS)\", \"clust\": 3591, \"cat_0_index\": 10, \"rank\": 3678, \"cat-0\": \"Baby Foods\", \"rankvar\": 3344, \"ini\": 3679}, {\"group\": [2516.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, type of kernels unspecified\", \"clust\": 2541, \"cat_0_index\": 2251, \"rank\": 3677, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3516, \"ini\": 3678}, {\"group\": [3571.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, powder, not reconstituted\", \"clust\": 3615, \"cat_0_index\": 11, \"rank\": 3676, \"cat-0\": \"Baby Foods\", \"rankvar\": 3192, \"ini\": 3677}, {\"group\": [3563.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, with iron, powder\", \"clust\": 3605, \"cat_0_index\": 12, \"rank\": 3675, \"cat-0\": \"Baby Foods\", \"rankvar\": 3227, \"ini\": 3676}, {\"group\": [3488.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomato powder\", \"clust\": 3523, \"cat_0_index\": 3352, \"rank\": 3674, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3633, \"ini\": 3675}, {\"group\": [3344.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened\", \"clust\": 3376, \"cat_0_index\": 3125, \"rank\": 3673, \"cat-0\": \"Sweets\", \"rankvar\": 3770, \"ini\": 3674}, {\"group\": [3050.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, raw\", \"clust\": 3086, \"cat_0_index\": 2003, \"rank\": 3672, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3371, \"ini\": 3673}, {\"group\": [3562.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, low iron, powder, not reconstituted\", \"clust\": 3606, \"cat_0_index\": 13, \"rank\": 3671, \"cat-0\": \"Baby Foods\", \"rankvar\": 3224, \"ini\": 3672}, {\"group\": [3053.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed kernels, roasted (glandless)\", \"clust\": 3080, \"cat_0_index\": 2252, \"rank\": 3670, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3349, \"ini\": 3671}, {\"group\": [2666.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-type vegetable oil spread, 70% fat, soybean and partially hydrogenated soybean, stick\", \"clust\": 2694, \"cat_0_index\": 1490, \"rank\": 3669, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3700, \"ini\": 3670}, {\"group\": [3224.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, shredded\", \"clust\": 3261, \"cat_0_index\": 1071, \"rank\": 3668, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3643, \"ini\": 3669}, {\"group\": [3560.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 3607, \"cat_0_index\": 14, \"rank\": 3667, \"cat-0\": \"Baby Foods\", \"rankvar\": 3222, \"ini\": 3668}, {\"group\": [3566.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, powder, with ARA and DHA\", \"clust\": 3604, \"cat_0_index\": 15, \"rank\": 3666, \"cat-0\": \"Baby Foods\", \"rankvar\": 3193, \"ini\": 3667}, {\"group\": [3561.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, powder, with ARA and DHA\", \"clust\": 3608, \"cat_0_index\": 16, \"rank\": 3665, \"cat-0\": \"Baby Foods\", \"rankvar\": 3221, \"ini\": 3666}, {\"group\": [3557.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3602, \"cat_0_index\": 17, \"rank\": 3663, \"cat-0\": \"Baby Foods\", \"rankvar\": 3207, \"ini\": 3665}, {\"group\": [3558.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3603, \"cat_0_index\": 18, \"rank\": 3664, \"cat-0\": \"Baby Foods\", \"rankvar\": 3208, \"ini\": 3664}, {\"group\": [3559.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3601, \"cat_0_index\": 19, \"rank\": 3662, \"cat-0\": \"Baby Foods\", \"rankvar\": 3206, \"ini\": 3663}, {\"group\": [2729.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, peppercorn dressing, commercial, regular\", \"clust\": 2761, \"cat_0_index\": 1491, \"rank\": 3661, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3716, \"ini\": 3662}, {\"group\": [3572.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 3616, \"cat_0_index\": 20, \"rank\": 3660, \"cat-0\": \"Baby Foods\", \"rankvar\": 3115, \"ini\": 3661}, {\"group\": [3223.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, low sodium\", \"clust\": 3255, \"cat_0_index\": 1072, \"rank\": 3659, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3715, \"ini\": 3660}, {\"group\": [3414.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seeds, whole, roasted, with salt added\", \"clust\": 3443, \"cat_0_index\": 2253, \"rank\": 3658, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3357, \"ini\": 3659}, {\"group\": [2757.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, yolk, dried\", \"clust\": 2786, \"cat_0_index\": 1073, \"rank\": 3657, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3471, \"ini\": 3658}, {\"group\": [3284.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, dried and salted\", \"clust\": 3318, \"cat_0_index\": 1554, \"rank\": 3656, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3813, \"ini\": 3657}, {\"group\": [2514.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, flavored, macadamia flavored, without salt\", \"clust\": 2544, \"cat_0_index\": 2254, \"rank\": 3655, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3563, \"ini\": 3656}, {\"group\": [3178.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, alfredo mix, dry\", \"clust\": 3211, \"cat_0_index\": 2598, \"rank\": 3654, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3054, \"ini\": 3655}, {\"group\": [3349.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, turmeric, ground\", \"clust\": 3385, \"cat_0_index\": 3088, \"rank\": 3653, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3720, \"ini\": 3654}, {\"group\": [3567.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, soy, powder (formerly WYETH-AYERST)\", \"clust\": 3611, \"cat_0_index\": 21, \"rank\": 3651, \"cat-0\": \"Baby Foods\", \"rankvar\": 3168, \"ini\": 3653}, {\"group\": [3568.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, powder (formerly WYETH-AYERST)\", \"clust\": 3612, \"cat_0_index\": 22, \"rank\": 3652, \"cat-0\": \"Baby Foods\", \"rankvar\": 3169, \"ini\": 3652}, {\"group\": [3551.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SOY, with ARA and DHA, powder\", \"clust\": 3594, \"cat_0_index\": 23, \"rank\": 3650, \"cat-0\": \"Baby Foods\", \"rankvar\": 3064, \"ini\": 3651}, {\"group\": [3278.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry\", \"clust\": 3311, \"cat_0_index\": 2599, \"rank\": 3649, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3853, \"ini\": 3650}, {\"group\": [2557.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Peanut Butter, smooth\", \"clust\": 2579, \"cat_0_index\": 2004, \"rank\": 3648, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3146, \"ini\": 3649}, {\"group\": [3552.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START ESSENTIALS SOY, with iron, powder\", \"clust\": 3595, \"cat_0_index\": 24, \"rank\": 3647, \"cat-0\": \"Baby Foods\", \"rankvar\": 3065, \"ini\": 3648}, {\"group\": [2939.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, salted\", \"clust\": 2970, \"cat_0_index\": 2484, \"rank\": 3646, \"cat-0\": \"Snacks\", \"rankvar\": 3422, \"ini\": 3647}, {\"group\": [2585.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, 70% fat, stick, with salt\", \"clust\": 2610, \"cat_0_index\": 1492, \"rank\": 3645, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3712, \"ini\": 3646}, {\"group\": [3248.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, dry powdered mix, low calorie, with aspartame\", \"clust\": 3283, \"cat_0_index\": 474, \"rank\": 3644, \"cat-0\": \"Beverages\", \"rankvar\": 3871, \"ini\": 3645}, {\"group\": [2571.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, raw\", \"clust\": 2578, \"cat_0_index\": 2005, \"rank\": 3643, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3369, \"ini\": 3644}, {\"group\": [2875.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like shortening, industrial, soy (partially hydrogenated), cottonseed, and soy, principal use flaky pastries\", \"clust\": 2898, \"cat_0_index\": 1493, \"rank\": 3642, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3710, \"ini\": 3643}, {\"group\": [2864.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 2895, \"cat_0_index\": 1914, \"rank\": 3641, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3714, \"ini\": 3642}, {\"group\": [2615.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 2634, \"cat_0_index\": 1323, \"rank\": 3640, \"cat-0\": \"Fast Foods\", \"rankvar\": 3474, \"ini\": 3641}, {\"group\": [3575.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, powder, with ARA and DHA\", \"clust\": 3588, \"cat_0_index\": 25, \"rank\": 3639, \"cat-0\": \"Baby Foods\", \"rankvar\": 3288, \"ini\": 3640}, {\"group\": [3685.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated coffee beans\", \"clust\": 3727, \"cat_0_index\": 3126, \"rank\": 3638, \"cat-0\": \"Sweets\", \"rankvar\": 3290, \"ini\": 3639}, {\"group\": [3532.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, added vitamin C and sugar\", \"clust\": 3569, \"cat_0_index\": 475, \"rank\": 3637, \"cat-0\": \"Beverages\", \"rankvar\": 3809, \"ini\": 3638}, {\"group\": [2677.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-like vegetable oil spread, 67-70% fat, tub\", \"clust\": 2706, \"cat_0_index\": 1494, \"rank\": 3636, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3676, \"ini\": 3637}, {\"group\": [2675.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Omega Plus Spread (with plant sterols & fish oil)\", \"clust\": 2707, \"cat_0_index\": 1495, \"rank\": 3635, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3657, \"ini\": 3636}, {\"group\": [3065.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk Light, powder\", \"clust\": 3100, \"cat_0_index\": 1074, \"rank\": 3634, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3635, \"ini\": 3635}, {\"group\": [3686.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate, with almonds\", \"clust\": 3728, \"cat_0_index\": 3127, \"rank\": 3633, \"cat-0\": \"Sweets\", \"rankvar\": 3132, \"ini\": 3634}, {\"group\": [2890.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, jowl, raw\", \"clust\": 2925, \"cat_0_index\": 2295, \"rank\": 3632, \"cat-0\": \"Pork Products\", \"rankvar\": 3675, \"ini\": 3633}, {\"group\": [3131.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sisymbrium sp. seeds, whole, dried\", \"clust\": 3163, \"cat_0_index\": 2255, \"rank\": 3631, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3808, \"ini\": 3632}, {\"group\": [3106.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Crispy Chocolate Bar\", \"clust\": 3141, \"cat_0_index\": 3128, \"rank\": 3630, \"cat-0\": \"Sweets\", \"rankvar\": 3571, \"ini\": 3631}, {\"group\": [3227.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, grated\", \"clust\": 3259, \"cat_0_index\": 1075, \"rank\": 3629, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3583, \"ini\": 3630}, {\"group\": [3555.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, powder (formerly WYETH-AYERST)\", \"clust\": 3599, \"cat_0_index\": 26, \"rank\": 3627, \"cat-0\": \"Baby Foods\", \"rankvar\": 3239, \"ini\": 3629}, {\"group\": [3556.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, powder (formerly WYETH-AYERST)\", \"clust\": 3600, \"cat_0_index\": 27, \"rank\": 3628, \"cat-0\": \"Baby Foods\", \"rankvar\": 3240, \"ini\": 3628}, {\"group\": [3107.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Blueberry and Almond Chocolate Bar\", \"clust\": 3139, \"cat_0_index\": 3129, \"rank\": 3626, \"cat-0\": \"Sweets\", \"rankvar\": 3551, \"ini\": 3627}, {\"group\": [3687.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S MILK CHOCOLATE WITH ALMOND BITES\", \"clust\": 3726, \"cat_0_index\": 3130, \"rank\": 3625, \"cat-0\": \"Sweets\", \"rankvar\": 3172, \"ini\": 3626}, {\"group\": [2494.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 60-69% cacao solids\", \"clust\": 2522, \"cat_0_index\": 3131, \"rank\": 3624, \"cat-0\": \"Sweets\", \"rankvar\": 3304, \"ini\": 3625}, {\"group\": [3574.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, PM 60/40, powder not reconstituted (formerly ROSS)\", \"clust\": 3592, \"cat_0_index\": 28, \"rank\": 3623, \"cat-0\": \"Baby Foods\", \"rankvar\": 3219, \"ini\": 3624}, {\"group\": [3164.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 3198, \"cat_0_index\": 293, \"rank\": 3622, \"cat-0\": \"Baked Products\", \"rankvar\": 3992, \"ini\": 3623}, {\"group\": [3493.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, decaffeinated\", \"clust\": 3532, \"cat_0_index\": 476, \"rank\": 3620, \"cat-0\": \"Beverages\", \"rankvar\": 3872, \"ini\": 3622}, {\"group\": [3494.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder\", \"clust\": 3533, \"cat_0_index\": 477, \"rank\": 3621, \"cat-0\": \"Beverages\", \"rankvar\": 3873, \"ini\": 3621}, {\"group\": [3405.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE\", \"clust\": 3440, \"cat_0_index\": 732, \"rank\": 3619, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3883, \"ini\": 3620}, {\"group\": [2857.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, raw\", \"clust\": 2890, \"cat_0_index\": 1915, \"rank\": 3618, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3721, \"ini\": 3619}, {\"group\": [3576.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, ALIMENTUM ADVANCE, with iron, powder, not reconstituted, with DHA and ARA (formerly ROSS)\", \"clust\": 3584, \"cat_0_index\": 29, \"rank\": 3617, \"cat-0\": \"Baby Foods\", \"rankvar\": 3042, \"ini\": 3618}, {\"group\": [2726.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, caesar dressing, regular\", \"clust\": 2763, \"cat_0_index\": 1496, \"rank\": 3616, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3699, \"ini\": 3617}, {\"group\": [2924.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, sour-cream-and-onion-flavor\", \"clust\": 2958, \"cat_0_index\": 2485, \"rank\": 3615, \"cat-0\": \"Snacks\", \"rankvar\": 3257, \"ini\": 3616}, {\"group\": [2878.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, cooked\", \"clust\": 2911, \"cat_0_index\": 2296, \"rank\": 3614, \"cat-0\": \"Pork Products\", \"rankvar\": 3587, \"ini\": 3615}, {\"group\": [3402.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Toasted Wheat Bran\", \"clust\": 3436, \"cat_0_index\": 733, \"rank\": 3613, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3835, \"ini\": 3614}, {\"group\": [3403.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Wheat bran, crude\", \"clust\": 3437, \"cat_0_index\": 985, \"rank\": 3612, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3841, \"ini\": 3613}, {\"group\": [2859.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, cooked\", \"clust\": 2892, \"cat_0_index\": 1916, \"rank\": 3611, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3695, \"ini\": 3612}, {\"group\": [2751.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, watermelon seed kernels, dried\", \"clust\": 2784, \"cat_0_index\": 2256, \"rank\": 3610, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3606, \"ini\": 3611}, {\"group\": [3550.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, MEAD JOHNSON, PORTAGEN, with iron, powder, not reconstituted\", \"clust\": 3589, \"cat_0_index\": 30, \"rank\": 3609, \"cat-0\": \"Baby Foods\", \"rankvar\": 3339, \"ini\": 3610}, {\"group\": [3661.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX chocolate fudge cookie bars\", \"clust\": 3702, \"cat_0_index\": 3132, \"rank\": 3608, \"cat-0\": \"Sweets\", \"rankvar\": 3305, \"ini\": 3609}, {\"group\": [2636.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, separable fat, raw\", \"clust\": 2661, \"cat_0_index\": 2331, \"rank\": 3607, \"cat-0\": \"Poultry Products\", \"rankvar\": 3653, \"ini\": 3608}, {\"group\": [3306.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, low fat\", \"clust\": 3338, \"cat_0_index\": 2006, \"rank\": 3606, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3323, \"ini\": 3607}, {\"group\": [2607.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, with salt added\", \"clust\": 2636, \"cat_0_index\": 2257, \"rank\": 3605, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3334, \"ini\": 3606}, {\"group\": [2862.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 2896, \"cat_0_index\": 1917, \"rank\": 3604, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3684, \"ini\": 3605}, {\"group\": [3261.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of vegetable, dry, powder\", \"clust\": 3291, \"cat_0_index\": 2600, \"rank\": 3603, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3409, \"ini\": 3604}, {\"group\": [2754.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried, stabilized, glucose reduced\", \"clust\": 2788, \"cat_0_index\": 1076, \"rank\": 3602, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3445, \"ini\": 3603}, {\"group\": [2846.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, raw\", \"clust\": 2879, \"cat_0_index\": 437, \"rank\": 3601, \"cat-0\": \"Beef Products\", \"rankvar\": 3704, \"ini\": 3602}, {\"group\": [2495.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate covered, dietetic or low calorie\", \"clust\": 2520, \"cat_0_index\": 3133, \"rank\": 3600, \"cat-0\": \"Sweets\", \"rankvar\": 3094, \"ini\": 3601}, {\"group\": [3102.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON Protein Performance Bar, Caramel Nut Rush\", \"clust\": 3131, \"cat_0_index\": 2486, \"rank\": 3599, \"cat-0\": \"Snacks\", \"rankvar\": 3060, \"ini\": 3600}, {\"group\": [2847.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, cooked\", \"clust\": 2880, \"cat_0_index\": 438, \"rank\": 3598, \"cat-0\": \"Beef Products\", \"rankvar\": 3690, \"ini\": 3599}, {\"group\": [3225.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, hard\", \"clust\": 3262, \"cat_0_index\": 1077, \"rank\": 3597, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3599, \"ini\": 3598}, {\"group\": [3392.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Original\", \"clust\": 3424, \"cat_0_index\": 734, \"rank\": 3596, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3703, \"ini\": 3597}, {\"group\": [2485.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered\", \"clust\": 2512, \"cat_0_index\": 1078, \"rank\": 3595, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3637, \"ini\": 3596}, {\"group\": [2884.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, oriental style, dehydrated\", \"clust\": 2914, \"cat_0_index\": 2297, \"rank\": 3594, \"cat-0\": \"Pork Products\", \"rankvar\": 3582, \"ini\": 3595}, {\"group\": [3281.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Adobo fresco\", \"clust\": 3310, \"cat_0_index\": 2601, \"rank\": 3593, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3855, \"ini\": 3594}, {\"group\": [2863.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 2897, \"cat_0_index\": 1918, \"rank\": 3592, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3702, \"ini\": 3593}, {\"group\": [3068.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk, powder\", \"clust\": 3096, \"cat_0_index\": 1079, \"rank\": 3591, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3171, \"ini\": 3592}, {\"group\": [2858.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 2891, \"cat_0_index\": 1919, \"rank\": 3590, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3711, \"ini\": 3591}, {\"group\": [3135.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, anise seed\", \"clust\": 3168, \"cat_0_index\": 3089, \"rank\": 3589, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3358, \"ini\": 3590}, {\"group\": [3014.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, beechnuts, dried\", \"clust\": 3042, \"cat_0_index\": 2258, \"rank\": 3588, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3518, \"ini\": 3589}, {\"group\": [2486.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, dry, powder, with whitener, reduced calorie\", \"clust\": 2513, \"cat_0_index\": 478, \"rank\": 3587, \"cat-0\": \"Beverages\", \"rankvar\": 3553, \"ini\": 3588}, {\"group\": [3586.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate, dark, NFS (45-59% cacao solids 90%; 60-69% cacao solids 5%; 70-85% cacao solids 5%)\", \"clust\": 3626, \"cat_0_index\": 3134, \"rank\": 3586, \"cat-0\": \"Sweets\", \"rankvar\": 3300, \"ini\": 3587}, {\"group\": [3338.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, bay leaf\", \"clust\": 3373, \"cat_0_index\": 3090, \"rank\": 3585, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3694, \"ini\": 3586}, {\"group\": [2766.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, baked\", \"clust\": 2800, \"cat_0_index\": 2298, \"rank\": 3584, \"cat-0\": \"Pork Products\", \"rankvar\": 3298, \"ini\": 3585}, {\"group\": [3662.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, peanut bar\", \"clust\": 3703, \"cat_0_index\": 3135, \"rank\": 3583, \"cat-0\": \"Sweets\", \"rankvar\": 3072, \"ini\": 3584}, {\"group\": [2764.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, pan-fried\", \"clust\": 2801, \"cat_0_index\": 2299, \"rank\": 3582, \"cat-0\": \"Pork Products\", \"rankvar\": 3310, \"ini\": 3583}, {\"group\": [2765.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, broiled, pan-fried or roasted\", \"clust\": 2802, \"cat_0_index\": 2300, \"rank\": 3581, \"cat-0\": \"Pork Products\", \"rankvar\": 3303, \"ini\": 3582}, {\"group\": [3587.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 45- 59% cacao solids\", \"clust\": 3627, \"cat_0_index\": 3136, \"rank\": 3580, \"cat-0\": \"Sweets\", \"rankvar\": 3312, \"ini\": 3581}, {\"group\": [2492.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, carob, unsweetened\", \"clust\": 2514, \"cat_0_index\": 3137, \"rank\": 3579, \"cat-0\": \"Sweets\", \"rankvar\": 3428, \"ini\": 3580}, {\"group\": [2755.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried\", \"clust\": 2789, \"cat_0_index\": 1080, \"rank\": 3578, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3364, \"ini\": 3579}, {\"group\": [2608.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, with salt added\", \"clust\": 2637, \"cat_0_index\": 2259, \"rank\": 3577, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3242, \"ini\": 3578}, {\"group\": [3353.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, pasilla, dried\", \"clust\": 3388, \"cat_0_index\": 3353, \"rank\": 3576, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3739, \"ini\": 3577}, {\"group\": [3108.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Covered Almonds\", \"clust\": 3138, \"cat_0_index\": 3138, \"rank\": 3575, \"cat-0\": \"Sweets\", \"rankvar\": 3448, \"ini\": 3576}, {\"group\": [2611.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, with salt added\", \"clust\": 2640, \"cat_0_index\": 2260, \"rank\": 3574, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3234, \"ini\": 3575}, {\"group\": [3583.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored hazelnut spread\", \"clust\": 3624, \"cat_0_index\": 3139, \"rank\": 3573, \"cat-0\": \"Sweets\", \"rankvar\": 3561, \"ini\": 3574}, {\"group\": [2676.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Regular Buttery Spread with flax oil\", \"clust\": 2708, \"cat_0_index\": 1497, \"rank\": 3572, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3611, \"ini\": 3573}, {\"group\": [2882.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), roasted\", \"clust\": 2917, \"cat_0_index\": 2301, \"rank\": 3571, \"cat-0\": \"Pork Products\", \"rankvar\": 3577, \"ini\": 3572}, {\"group\": [2986.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, oil-popped, microwave, regular flavor\", \"clust\": 3008, \"cat_0_index\": 2487, \"rank\": 3570, \"cat-0\": \"Snacks\", \"rankvar\": 3468, \"ini\": 3571}, {\"group\": [3243.0, 51.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rose Hips, wild (Northern Plains Indians)\", \"clust\": 3277, \"cat_0_index\": 1231, \"rank\": 3569, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3796, \"ini\": 3570}, {\"group\": [2936.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, cheese-flavor\", \"clust\": 2966, \"cat_0_index\": 2488, \"rank\": 3568, \"cat-0\": \"Snacks\", \"rankvar\": 3106, \"ini\": 3569}, {\"group\": [3600.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ALMOND JOY BITES\", \"clust\": 3638, \"cat_0_index\": 3140, \"rank\": 3567, \"cat-0\": \"Sweets\", \"rankvar\": 3389, \"ini\": 3568}, {\"group\": [3406.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fungi, Cloud ears, dried\", \"clust\": 3438, \"cat_0_index\": 3354, \"rank\": 3566, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3876, \"ini\": 3567}, {\"group\": [3412.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mace, ground\", \"clust\": 3448, \"cat_0_index\": 3091, \"rank\": 3565, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3354, \"ini\": 3566}, {\"group\": [3547.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, powder\", \"clust\": 3585, \"cat_0_index\": 31, \"rank\": 3564, \"cat-0\": \"Baby Foods\", \"rankvar\": 3093, \"ini\": 3565}, {\"group\": [3055.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by alcohol extraction\", \"clust\": 3088, \"cat_0_index\": 2007, \"rank\": 3563, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3678, \"ini\": 3564}, {\"group\": [3310.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, SPECIAL K Low Carb Lifestyle Protein Plus\", \"clust\": 3341, \"cat_0_index\": 735, \"rank\": 3562, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3281, \"ini\": 3563}, {\"group\": [2444.0, 18.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, ground beef calculator - user selects lean/fat percentage\", \"clust\": 3, \"cat_0_index\": 439, \"rank\": 0, \"cat-0\": \"Beef Products\", \"rankvar\": 621, \"ini\": 3562}, {\"group\": [2696.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt, with added vitamin D\", \"clust\": 2730, \"cat_0_index\": 1498, \"rank\": 3561, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3636, \"ini\": 3561}, {\"group\": [3603.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SYMPHONY Milk Chocolate Bar\", \"clust\": 3642, \"cat_0_index\": 3141, \"rank\": 3560, \"cat-0\": \"Sweets\", \"rankvar\": 3337, \"ini\": 3560}, {\"group\": [3683.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated peanuts\", \"clust\": 3723, \"cat_0_index\": 3142, \"rank\": 3559, \"cat-0\": \"Sweets\", \"rankvar\": 2932, \"ini\": 3559}, {\"group\": [3117.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Cranberry Crunch\", \"clust\": 3151, \"cat_0_index\": 736, \"rank\": 3558, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3788, \"ini\": 3558}, {\"group\": [3573.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, powder\", \"clust\": 3593, \"cat_0_index\": 32, \"rank\": 3557, \"cat-0\": \"Baby Foods\", \"rankvar\": 2910, \"ini\": 3557}, {\"group\": [3534.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder\", \"clust\": 3572, \"cat_0_index\": 479, \"rank\": 3556, \"cat-0\": \"Beverages\", \"rankvar\": 3778, \"ini\": 3556}, {\"group\": [2925.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, barbecue-flavor\", \"clust\": 2959, \"cat_0_index\": 2489, \"rank\": 3555, \"cat-0\": \"Snacks\", \"rankvar\": 3170, \"ini\": 3555}, {\"group\": [3684.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, peanut butter\", \"clust\": 3724, \"cat_0_index\": 3143, \"rank\": 3554, \"cat-0\": \"Sweets\", \"rankvar\": 2886, \"ini\": 3554}, {\"group\": [2609.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, without salt added\", \"clust\": 2641, \"cat_0_index\": 2261, \"rank\": 3553, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3244, \"ini\": 3553}, {\"group\": [2783.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, beef sticks, smoked\", \"clust\": 2814, \"cat_0_index\": 2490, \"rank\": 3552, \"cat-0\": \"Snacks\", \"rankvar\": 3283, \"ini\": 3552}, {\"group\": [3350.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder\", \"clust\": 3386, \"cat_0_index\": 480, \"rank\": 3551, \"cat-0\": \"Beverages\", \"rankvar\": 3751, \"ini\": 3551}, {\"group\": [2758.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, barbecue-flavor\", \"clust\": 2792, \"cat_0_index\": 2491, \"rank\": 3550, \"cat-0\": \"Snacks\", \"rankvar\": 3565, \"ini\": 3550}, {\"group\": [2937.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, made with partially hydrogenated soybean oil, salted\", \"clust\": 2971, \"cat_0_index\": 2492, \"rank\": 3549, \"cat-0\": \"Snacks\", \"rankvar\": 3131, \"ini\": 3549}, {\"group\": [2697.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt\", \"clust\": 2731, \"cat_0_index\": 1499, \"rank\": 3548, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3638, \"ini\": 3548}, {\"group\": [3202.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, hard type\", \"clust\": 3227, \"cat_0_index\": 1081, \"rank\": 3547, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3507, \"ini\": 3547}, {\"group\": [3326.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower-leaf portion), freeze-dried\", \"clust\": 3360, \"cat_0_index\": 3355, \"rank\": 3546, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3648, \"ini\": 3546}, {\"group\": [2940.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, vegetable chips, HAIN CELESTIAL GROUP, TERRA CHIPS\", \"clust\": 2969, \"cat_0_index\": 2493, \"rank\": 3545, \"cat-0\": \"Snacks\", \"rankvar\": 3145, \"ini\": 3545}, {\"group\": [3276.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, dry\", \"clust\": 3312, \"cat_0_index\": 2602, \"rank\": 3544, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3856, \"ini\": 3544}, {\"group\": [2926.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato sticks\", \"clust\": 2957, \"cat_0_index\": 2494, \"rank\": 3543, \"cat-0\": \"Snacks\", \"rankvar\": 3282, \"ini\": 3543}, {\"group\": [3348.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice bran, crude\", \"clust\": 3379, \"cat_0_index\": 986, \"rank\": 3542, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3509, \"ini\": 3542}, {\"group\": [3123.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Chewy Chocolate Peanut Bar\", \"clust\": 3157, \"cat_0_index\": 2495, \"rank\": 3541, \"cat-0\": \"Snacks\", \"rankvar\": 3441, \"ini\": 3541}, {\"group\": [2487.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dessert topping, powdered\", \"clust\": 2515, \"cat_0_index\": 1082, \"rank\": 3540, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3681, \"ini\": 3540}, {\"group\": [3051.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, dry roasted\", \"clust\": 3082, \"cat_0_index\": 2008, \"rank\": 3539, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3275, \"ini\": 3539}, {\"group\": [2613.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, without salt added\", \"clust\": 2638, \"cat_0_index\": 2262, \"rank\": 3538, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3387, \"ini\": 3538}, {\"group\": [3083.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Steelhead trout, dried, flesh (Shoshone Bannock)\", \"clust\": 3117, \"cat_0_index\": 1232, \"rank\": 3537, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3759, \"ini\": 3537}, {\"group\": [3601.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate\", \"clust\": 3643, \"cat_0_index\": 3144, \"rank\": 3536, \"cat-0\": \"Sweets\", \"rankvar\": 3289, \"ini\": 3536}, {\"group\": [3103.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Agave, dried (Southwest)\", \"clust\": 3135, \"cat_0_index\": 1233, \"rank\": 3535, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3612, \"ini\": 3535}, {\"group\": [3604.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, white chocolate\", \"clust\": 3641, \"cat_0_index\": 3145, \"rank\": 3534, \"cat-0\": \"Sweets\", \"rankvar\": 3459, \"ini\": 3534}, {\"group\": [3351.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, ancho, dried\", \"clust\": 3384, \"cat_0_index\": 3356, \"rank\": 3533, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3708, \"ini\": 3533}, {\"group\": [2510.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame meal, partially defatted\", \"clust\": 2537, \"cat_0_index\": 2263, \"rank\": 3532, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3432, \"ini\": 3532}, {\"group\": [3272.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, dry, mix\", \"clust\": 3306, \"cat_0_index\": 2603, \"rank\": 3531, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3800, \"ini\": 3531}, {\"group\": [3588.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate\", \"clust\": 3629, \"cat_0_index\": 3146, \"rank\": 3530, \"cat-0\": \"Sweets\", \"rankvar\": 3401, \"ini\": 3530}, {\"group\": [2612.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, without salt added\", \"clust\": 2639, \"cat_0_index\": 2264, \"rank\": 3529, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3269, \"ini\": 3529}, {\"group\": [3677.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S Peanut Butter Cups\", \"clust\": 3717, \"cat_0_index\": 3147, \"rank\": 3528, \"cat-0\": \"Sweets\", \"rankvar\": 3068, \"ini\": 3528}, {\"group\": [2883.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), unheated\", \"clust\": 2918, \"cat_0_index\": 2302, \"rank\": 3527, \"cat-0\": \"Pork Products\", \"rankvar\": 3575, \"ini\": 3527}, {\"group\": [2489.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, banana chips\", \"clust\": 2518, \"cat_0_index\": 2496, \"rank\": 3526, \"cat-0\": \"Snacks\", \"rankvar\": 3466, \"ini\": 3526}, {\"group\": [3124.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON MULTIGRAIN CRUNCH BAR\", \"clust\": 3158, \"cat_0_index\": 2497, \"rank\": 3525, \"cat-0\": \"Snacks\", \"rankvar\": 3453, \"ini\": 3525}, {\"group\": [2927.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, unsalted\", \"clust\": 2956, \"cat_0_index\": 2498, \"rank\": 3524, \"cat-0\": \"Snacks\", \"rankvar\": 3150, \"ini\": 3524}, {\"group\": [3052.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted, crude protein basis (N x 6.25)\", \"clust\": 3081, \"cat_0_index\": 2009, \"rank\": 3523, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3538, \"ini\": 3523}, {\"group\": [3226.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, romano\", \"clust\": 3260, \"cat_0_index\": 1083, \"rank\": 3522, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3501, \"ini\": 3522}, {\"group\": [3045.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu)\", \"clust\": 3077, \"cat_0_index\": 2010, \"rank\": 3521, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3439, \"ini\": 3521}, {\"group\": [2876.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, enhanced, composite of separable fat, cooked\", \"clust\": 2909, \"cat_0_index\": 2303, \"rank\": 3520, \"cat-0\": \"Pork Products\", \"rankvar\": 3498, \"ini\": 3520}, {\"group\": [2694.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like vegetable-oil spread, stick/tub/bottle, 60% fat, with added vitamin D\", \"clust\": 2728, \"cat_0_index\": 1500, \"rank\": 3519, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3608, \"ini\": 3519}, {\"group\": [3682.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MR. GOODBAR Chocolate Bar\", \"clust\": 3719, \"cat_0_index\": 3148, \"rank\": 3518, \"cat-0\": \"Sweets\", \"rankvar\": 3127, \"ini\": 3518}, {\"group\": [3220.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gruyere\", \"clust\": 3257, \"cat_0_index\": 1084, \"rank\": 3517, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3478, \"ini\": 3517}, {\"group\": [3355.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM SLIM\", \"clust\": 3390, \"cat_0_index\": 737, \"rank\": 3516, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3447, \"ini\": 3516}, {\"group\": [3697.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Almond Chocolate Candies\", \"clust\": 3732, \"cat_0_index\": 3149, \"rank\": 3515, \"cat-0\": \"Sweets\", \"rankvar\": 3111, \"ini\": 3515}, {\"group\": [3589.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, semisweet chocolate\", \"clust\": 3630, \"cat_0_index\": 3150, \"rank\": 3514, \"cat-0\": \"Sweets\", \"rankvar\": 3375, \"ini\": 3514}, {\"group\": [2572.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, reduced fat\", \"clust\": 2571, \"cat_0_index\": 2011, \"rank\": 3513, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2816, \"ini\": 3513}, {\"group\": [2663.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt, with added vitamin D\", \"clust\": 2690, \"cat_0_index\": 1501, \"rank\": 3511, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3578, \"ini\": 3512}, {\"group\": [2663.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt\", \"clust\": 2691, \"cat_0_index\": 1502, \"rank\": 3512, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3579, \"ini\": 3511}, {\"group\": [2865.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, cooked\", \"clust\": 2894, \"cat_0_index\": 1920, \"rank\": 3510, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3557, \"ini\": 3510}, {\"group\": [2695.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, with salt\", \"clust\": 2729, \"cat_0_index\": 1503, \"rank\": 3509, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3607, \"ini\": 3509}, {\"group\": [2778.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon and beef sticks\", \"clust\": 2812, \"cat_0_index\": 2406, \"rank\": 3508, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 3197, \"ini\": 3508}, {\"group\": [3356.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM\", \"clust\": 3391, \"cat_0_index\": 738, \"rank\": 3507, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3393, \"ini\": 3507}, {\"group\": [3535.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy bits, yogurt covered with vitamin C\", \"clust\": 3573, \"cat_0_index\": 2499, \"rank\": 3506, \"cat-0\": \"Snacks\", \"rankvar\": 3609, \"ini\": 3506}, {\"group\": [3268.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Dry Taco Seasoning Mix\", \"clust\": 3302, \"cat_0_index\": 3092, \"rank\": 3505, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3826, \"ini\": 3505}, {\"group\": [2740.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, stick or tub, sweetened\", \"clust\": 2773, \"cat_0_index\": 1504, \"rank\": 3504, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3527, \"ini\": 3504}, {\"group\": [2488.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, shredded\", \"clust\": 2516, \"cat_0_index\": 2265, \"rank\": 3503, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3523, \"ini\": 3503}, {\"group\": [3474.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston Enriched Bran flakes\", \"clust\": 3511, \"cat_0_index\": 739, \"rank\": 3502, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3537, \"ini\": 3502}, {\"group\": [3598.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S BITES\", \"clust\": 3639, \"cat_0_index\": 3151, \"rank\": 3501, \"cat-0\": \"Sweets\", \"rankvar\": 3184, \"ini\": 3501}, {\"group\": [2610.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, raw\", \"clust\": 2642, \"cat_0_index\": 2266, \"rank\": 3500, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3108, \"ini\": 3500}, {\"group\": [3542.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, mocha-flavor, powder\", \"clust\": 3582, \"cat_0_index\": 481, \"rank\": 3499, \"cat-0\": \"Beverages\", \"rankvar\": 3373, \"ini\": 3499}, {\"group\": [2938.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, made with partially hydrogenated soybean oil, unsalted\", \"clust\": 2972, \"cat_0_index\": 2500, \"rank\": 3498, \"cat-0\": \"Snacks\", \"rankvar\": 3165, \"ini\": 3498}, {\"group\": [2699.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt, with added vitamin D\", \"clust\": 2733, \"cat_0_index\": 1505, \"rank\": 3497, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3651, \"ini\": 3497}, {\"group\": [3678.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S NUTRAGEOUS Candy Bar\", \"clust\": 3718, \"cat_0_index\": 3152, \"rank\": 3496, \"cat-0\": \"Sweets\", \"rankvar\": 2938, \"ini\": 3496}, {\"group\": [3698.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, regular, chocolate-coated\", \"clust\": 3731, \"cat_0_index\": 294, \"rank\": 3495, \"cat-0\": \"Baked Products\", \"rankvar\": 3415, \"ini\": 3495}, {\"group\": [3340.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, allspice, ground\", \"clust\": 3374, \"cat_0_index\": 3093, \"rank\": 3494, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3584, \"ini\": 3494}, {\"group\": [2700.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt\", \"clust\": 2734, \"cat_0_index\": 1506, \"rank\": 3493, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3650, \"ini\": 3493}, {\"group\": [3125.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, LUNA BAR, NUTZ OVER CHOCOLATE\", \"clust\": 3156, \"cat_0_index\": 2501, \"rank\": 3492, \"cat-0\": \"Snacks\", \"rankvar\": 3090, \"ini\": 3492}, {\"group\": [3602.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate, with rice cereal\", \"clust\": 3644, \"cat_0_index\": 3153, \"rank\": 3491, \"cat-0\": \"Sweets\", \"rankvar\": 3236, \"ini\": 3491}, {\"group\": [3399.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, 100% Bran Cereal\", \"clust\": 3433, \"cat_0_index\": 740, \"rank\": 3490, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3697, \"ini\": 3490}, {\"group\": [3046.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon bits, meatless\", \"clust\": 3078, \"cat_0_index\": 2012, \"rank\": 3489, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3050, \"ini\": 3489}, {\"group\": [3593.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, yogurt\", \"clust\": 3633, \"cat_0_index\": 3154, \"rank\": 3488, \"cat-0\": \"Sweets\", \"rankvar\": 3564, \"ini\": 3488}, {\"group\": [2767.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, microwaved\", \"clust\": 2799, \"cat_0_index\": 2304, \"rank\": 3487, \"cat-0\": \"Pork Products\", \"rankvar\": 3182, \"ini\": 3487}, {\"group\": [3597.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HEATH BITES\", \"clust\": 3635, \"cat_0_index\": 3155, \"rank\": 3486, \"cat-0\": \"Sweets\", \"rankvar\": 3420, \"ini\": 3486}, {\"group\": [3109.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bar, chocolate chip\", \"clust\": 3142, \"cat_0_index\": 2502, \"rank\": 3485, \"cat-0\": \"Snacks\", \"rankvar\": 3541, \"ini\": 3485}, {\"group\": [2860.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 2893, \"cat_0_index\": 1921, \"rank\": 3484, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3621, \"ini\": 3484}, {\"group\": [3390.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cardamom\", \"clust\": 3425, \"cat_0_index\": 3094, \"rank\": 3483, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3680, \"ini\": 3483}, {\"group\": [2728.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, commercial, regular\", \"clust\": 2762, \"cat_0_index\": 1507, \"rank\": 3482, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3573, \"ini\": 3482}, {\"group\": [3279.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, au jus, dry\", \"clust\": 3314, \"cat_0_index\": 2604, \"rank\": 3481, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3864, \"ini\": 3481}, {\"group\": [2759.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, plain\", \"clust\": 2793, \"cat_0_index\": 2503, \"rank\": 3480, \"cat-0\": \"Snacks\", \"rankvar\": 3576, \"ini\": 3480}, {\"group\": [2769.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, broiled, pan-fried or roasted, reduced sodium\", \"clust\": 2797, \"cat_0_index\": 2305, \"rank\": 3479, \"cat-0\": \"Pork Products\", \"rankvar\": 3231, \"ini\": 3479}, {\"group\": [2727.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, ranch dressing, commercial, regular\", \"clust\": 2764, \"cat_0_index\": 1508, \"rank\": 3478, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3598, \"ini\": 3478}, {\"group\": [3038.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, cheese-flavor\", \"clust\": 3073, \"cat_0_index\": 2504, \"rank\": 3477, \"cat-0\": \"Snacks\", \"rankvar\": 3079, \"ini\": 3477}, {\"group\": [3482.0, 69.0, 18.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gjetost\", \"clust\": 3516, \"cat_0_index\": 1085, \"rank\": 3476, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3167, \"ini\": 3476}, {\"group\": [3409.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seeds, whole, roasted, without salt\", \"clust\": 3445, \"cat_0_index\": 2267, \"rank\": 3475, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3302, \"ini\": 3475}, {\"group\": [3067.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, dried (Alaska Native)\", \"clust\": 3097, \"cat_0_index\": 1234, \"rank\": 3474, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3620, \"ini\": 3474}, {\"group\": [3274.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix\", \"clust\": 3308, \"cat_0_index\": 2605, \"rank\": 3473, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3793, \"ini\": 3473}, {\"group\": [2490.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, flaked, packaged\", \"clust\": 2519, \"cat_0_index\": 2268, \"rank\": 3472, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3361, \"ini\": 3472}, {\"group\": [2985.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sesame sticks, wheat-based, salted\", \"clust\": 3009, \"cat_0_index\": 2505, \"rank\": 3471, \"cat-0\": \"Snacks\", \"rankvar\": 3134, \"ini\": 3471}, {\"group\": [3679.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, crispy bar with peanut butter filling\", \"clust\": 3721, \"cat_0_index\": 3156, \"rank\": 3470, \"cat-0\": \"Sweets\", \"rankvar\": 2995, \"ini\": 3470}, {\"group\": [3300.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Meat extender\", \"clust\": 3332, \"cat_0_index\": 2013, \"rank\": 3469, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3610, \"ini\": 3469}, {\"group\": [3595.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SKOR Toffee Bar\", \"clust\": 3636, \"cat_0_index\": 3157, \"rank\": 3468, \"cat-0\": \"Sweets\", \"rankvar\": 3486, \"ini\": 3468}, {\"group\": [2491.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, with coconut, chocolate coated\", \"clust\": 2517, \"cat_0_index\": 2506, \"rank\": 3467, \"cat-0\": \"Snacks\", \"rankvar\": 3209, \"ini\": 3467}, {\"group\": [3489.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Onions, dehydrated flakes\", \"clust\": 3524, \"cat_0_index\": 3357, \"rank\": 3466, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3450, \"ini\": 3466}, {\"group\": [3388.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, yeast, baker's, active dry\", \"clust\": 3401, \"cat_0_index\": 295, \"rank\": 3465, \"cat-0\": \"Baked Products\", \"rankvar\": 3674, \"ini\": 3465}, {\"group\": [3596.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, toffee, prepared-from-recipe\", \"clust\": 3637, \"cat_0_index\": 3158, \"rank\": 3464, \"cat-0\": \"Sweets\", \"rankvar\": 3581, \"ini\": 3464}, {\"group\": [3681.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX Peanut Butter Cookie Bars\", \"clust\": 3720, \"cat_0_index\": 3159, \"rank\": 3463, \"cat-0\": \"Sweets\", \"rankvar\": 3009, \"ini\": 3463}, {\"group\": [3680.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY, REESESTICKS crispy wafers, peanut butter, milk chocolate\", \"clust\": 3722, \"cat_0_index\": 3160, \"rank\": 3462, \"cat-0\": \"Sweets\", \"rankvar\": 2980, \"ini\": 3462}, {\"group\": [3501.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, dried\", \"clust\": 3529, \"cat_0_index\": 3358, \"rank\": 3461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3811, \"ini\": 3461}, {\"group\": [3688.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, truffles, prepared-from-recipe\", \"clust\": 3725, \"cat_0_index\": 3161, \"rank\": 3460, \"cat-0\": \"Sweets\", \"rankvar\": 3057, \"ini\": 3460}, {\"group\": [2934.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, reduced fat\", \"clust\": 2967, \"cat_0_index\": 2507, \"rank\": 3459, \"cat-0\": \"Snacks\", \"rankvar\": 3328, \"ini\": 3459}, {\"group\": [3377.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, california red, mature seeds, raw\", \"clust\": 3413, \"cat_0_index\": 2014, \"rank\": 3458, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3660, \"ini\": 3458}, {\"group\": [3599.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Peanut Butter Chocolate Candies\", \"clust\": 3640, \"cat_0_index\": 3162, \"rank\": 3457, \"cat-0\": \"Sweets\", \"rankvar\": 3233, \"ini\": 3457}, {\"group\": [3375.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, small white, mature seeds, raw\", \"clust\": 3414, \"cat_0_index\": 2015, \"rank\": 3456, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3662, \"ini\": 3456}, {\"group\": [3257.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, instant beef, dry\", \"clust\": 3292, \"cat_0_index\": 2606, \"rank\": 3455, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3491, \"ini\": 3455}, {\"group\": [3475.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S COMPLETE Wheat Flakes\", \"clust\": 3512, \"cat_0_index\": 741, \"rank\": 3454, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3496, \"ini\": 3454}, {\"group\": [2976.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, cheese-flavor\", \"clust\": 3010, \"cat_0_index\": 2508, \"rank\": 3453, \"cat-0\": \"Snacks\", \"rankvar\": 3185, \"ini\": 3453}, {\"group\": [3376.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, black turtle soup, mature seeds, raw\", \"clust\": 3415, \"cat_0_index\": 2016, \"rank\": 3452, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3658, \"ini\": 3452}, {\"group\": [3611.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S PIECES Candy\", \"clust\": 3645, \"cat_0_index\": 3163, \"rank\": 3451, \"cat-0\": \"Sweets\", \"rankvar\": 3250, \"ini\": 3451}, {\"group\": [2768.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, breakfast strips, cooked\", \"clust\": 2798, \"cat_0_index\": 2306, \"rank\": 3450, \"cat-0\": \"Pork Products\", \"rankvar\": 2941, \"ini\": 3450}, {\"group\": [3391.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, black\", \"clust\": 3426, \"cat_0_index\": 3095, \"rank\": 3449, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3656, \"ini\": 3449}, {\"group\": [3540.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Litchis, dried\", \"clust\": 3577, \"cat_0_index\": 1650, \"rank\": 3448, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3572, \"ini\": 3448}, {\"group\": [3382.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, raw\", \"clust\": 3418, \"cat_0_index\": 2017, \"rank\": 3447, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3724, \"ini\": 3447}, {\"group\": [3466.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn, dried, yellow (Northern Plains Indians)\", \"clust\": 3496, \"cat_0_index\": 1235, \"rank\": 3446, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3398, \"ini\": 3446}, {\"group\": [3374.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, all types, mature seeds, raw\", \"clust\": 3410, \"cat_0_index\": 2018, \"rank\": 3445, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3647, \"ini\": 3445}, {\"group\": [2752.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, safflower seed kernels, dried\", \"clust\": 2785, \"cat_0_index\": 2269, \"rank\": 3444, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3566, \"ini\": 3444}, {\"group\": [3605.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, KRACKEL Chocolate Bar\", \"clust\": 3650, \"cat_0_index\": 3164, \"rank\": 3443, \"cat-0\": \"Sweets\", \"rankvar\": 3274, \"ini\": 3443}, {\"group\": [3401.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, high fiber, chewy, oats and chocolate\", \"clust\": 3435, \"cat_0_index\": 2509, \"rank\": 3442, \"cat-0\": \"Snacks\", \"rankvar\": 3470, \"ini\": 3442}, {\"group\": [2756.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg Mix, USDA Commodity\", \"clust\": 2787, \"cat_0_index\": 1086, \"rank\": 3441, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3000, \"ini\": 3441}, {\"group\": [3591.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, butterscotch\", \"clust\": 3631, \"cat_0_index\": 3165, \"rank\": 3440, \"cat-0\": \"Sweets\", \"rankvar\": 3626, \"ini\": 3440}, {\"group\": [3693.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Peanut Chocolate Candies\", \"clust\": 3735, \"cat_0_index\": 3166, \"rank\": 3439, \"cat-0\": \"Sweets\", \"rankvar\": 3117, \"ini\": 3439}, {\"group\": [2935.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potato chips, without salt, reduced fat\", \"clust\": 2968, \"cat_0_index\": 2510, \"rank\": 3438, \"cat-0\": \"Snacks\", \"rankvar\": 3359, \"ini\": 3438}, {\"group\": [3539.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, instant breakfast powder, chocolate, not reconstituted\", \"clust\": 3574, \"cat_0_index\": 1087, \"rank\": 3437, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3461, \"ini\": 3437}, {\"group\": [3606.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY, KIT KAT BIG KAT Bar\", \"clust\": 3651, \"cat_0_index\": 3167, \"rank\": 3436, \"cat-0\": \"Sweets\", \"rankvar\": 3367, \"ini\": 3436}, {\"group\": [2730.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, sesame seed dressing, regular\", \"clust\": 2760, \"cat_0_index\": 1509, \"rank\": 3435, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3434, \"ini\": 3435}, {\"group\": [3544.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, french-flavor, powder\", \"clust\": 3581, \"cat_0_index\": 482, \"rank\": 3434, \"cat-0\": \"Beverages\", \"rankvar\": 3217, \"ini\": 3434}, {\"group\": [3538.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, with added nutrients, powder\", \"clust\": 3576, \"cat_0_index\": 483, \"rank\": 3433, \"cat-0\": \"Beverages\", \"rankvar\": 3505, \"ini\": 3433}, {\"group\": [2724.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 2758, \"cat_0_index\": 1324, \"rank\": 3432, \"cat-0\": \"Fast Foods\", \"rankvar\": 3594, \"ini\": 3432}, {\"group\": [3378.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, french, mature seeds, raw\", \"clust\": 3409, \"cat_0_index\": 2019, \"rank\": 3431, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3640, \"ini\": 3431}, {\"group\": [2684.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame flour, high-fat\", \"clust\": 2713, \"cat_0_index\": 2270, \"rank\": 3430, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3213, \"ini\": 3430}, {\"group\": [3410.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, UNCLE SAM CEREAL\", \"clust\": 3446, \"cat_0_index\": 742, \"rank\": 3429, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3392, \"ini\": 3429}, {\"group\": [3840.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, with added nutrients\", \"clust\": 3882, \"cat_0_index\": 484, \"rank\": 3428, \"cat-0\": \"Beverages\", \"rankvar\": 3663, \"ini\": 3428}, {\"group\": [3085.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg substitute, powder\", \"clust\": 3106, \"cat_0_index\": 1088, \"rank\": 3427, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3343, \"ini\": 3427}, {\"group\": [3041.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, oriental mix, rice-based\", \"clust\": 3071, \"cat_0_index\": 2511, \"rank\": 3426, \"cat-0\": \"Snacks\", \"rankvar\": 2983, \"ini\": 3426}, {\"group\": [3643.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, GOOBERS Chocolate Covered Peanuts\", \"clust\": 3683, \"cat_0_index\": 3168, \"rank\": 3425, \"cat-0\": \"Sweets\", \"rankvar\": 3177, \"ini\": 3425}, {\"group\": [3168.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Imitation cheese, american or cheddar, low cholesterol\", \"clust\": 3202, \"cat_0_index\": 1089, \"rank\": 3424, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3046, \"ini\": 3424}, {\"group\": [3191.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cheddar\", \"clust\": 3231, \"cat_0_index\": 1090, \"rank\": 3423, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3229, \"ini\": 3423}, {\"group\": [3484.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener\", \"clust\": 3518, \"cat_0_index\": 485, \"rank\": 3421, \"cat-0\": \"Beverages\", \"rankvar\": 3410, \"ini\": 3422}, {\"group\": [3484.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener, decaffeinated\", \"clust\": 3519, \"cat_0_index\": 486, \"rank\": 3422, \"cat-0\": \"Beverages\", \"rankvar\": 3411, \"ini\": 3421}, {\"group\": [3210.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, roquefort\", \"clust\": 3242, \"cat_0_index\": 1091, \"rank\": 3420, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3103, \"ini\": 3420}, {\"group\": [3042.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, granola, homemade\", \"clust\": 3070, \"cat_0_index\": 743, \"rank\": 3419, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2706, \"ini\": 3419}, {\"group\": [3099.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, SLIM-FAST OPTIMA meal bar, milk chocolate peanut\", \"clust\": 3133, \"cat_0_index\": 2512, \"rank\": 3418, \"cat-0\": \"Snacks\", \"rankvar\": 2904, \"ini\": 3418}, {\"group\": [3132.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, with apple and orange, dry\", \"clust\": 3164, \"cat_0_index\": 33, \"rank\": 3417, \"cat-0\": \"Baby Foods\", \"rankvar\": 3325, \"ini\": 3417}, {\"group\": [3111.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bars, peanut butter\", \"clust\": 3144, \"cat_0_index\": 2513, \"rank\": 3416, \"cat-0\": \"Snacks\", \"rankvar\": 3463, \"ini\": 3416}, {\"group\": [3440.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, whole wheat, with apples, dry\", \"clust\": 3475, \"cat_0_index\": 34, \"rank\": 3415, \"cat-0\": \"Baby Foods\", \"rankvar\": 3200, \"ini\": 3415}, {\"group\": [2977.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, sour-cream and onion-flavor\", \"clust\": 3011, \"cat_0_index\": 2514, \"rank\": 3414, \"cat-0\": \"Snacks\", \"rankvar\": 3228, \"ini\": 3414}, {\"group\": [2470.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), toasted\", \"clust\": 2499, \"cat_0_index\": 2271, \"rank\": 3413, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3692, \"ini\": 3413}, {\"group\": [3663.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond paste\", \"clust\": 3701, \"cat_0_index\": 2272, \"rank\": 3412, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2820, \"ini\": 3412}, {\"group\": [3389.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Papad\", \"clust\": 3400, \"cat_0_index\": 2020, \"rank\": 3411, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3412, \"ini\": 3411}, {\"group\": [3699.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, praline, prepared-from-recipe\", \"clust\": 3739, \"cat_0_index\": 3169, \"rank\": 3410, \"cat-0\": \"Sweets\", \"rankvar\": 3276, \"ini\": 3410}, {\"group\": [3533.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy rolls, yogurt-covered, fruit flavored with high vitamin C\", \"clust\": 3570, \"cat_0_index\": 2515, \"rank\": 3409, \"cat-0\": \"Snacks\", \"rankvar\": 3495, \"ini\": 3409}, {\"group\": [3372.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, royal red, mature seeds, raw\", \"clust\": 3411, \"cat_0_index\": 2021, \"rank\": 3408, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3646, \"ini\": 3408}, {\"group\": [2777.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, breakfast strips, cooked\", \"clust\": 2806, \"cat_0_index\": 440, \"rank\": 3407, \"cat-0\": \"Beef Products\", \"rankvar\": 3059, \"ini\": 3407}, {\"group\": [3301.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, defatted\", \"clust\": 3331, \"cat_0_index\": 2022, \"rank\": 3406, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3556, \"ini\": 3406}, {\"group\": [3207.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, pimento\", \"clust\": 3244, \"cat_0_index\": 1092, \"rank\": 3405, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3015, \"ini\": 3405}, {\"group\": [3695.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MARS Almond Bar\", \"clust\": 3737, \"cat_0_index\": 3170, \"rank\": 3404, \"cat-0\": \"Sweets\", \"rankvar\": 3104, \"ini\": 3404}, {\"group\": [2473.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, with salt\", \"clust\": 2503, \"cat_0_index\": 1510, \"rank\": 3403, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3590, \"ini\": 3403}, {\"group\": [3277.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, dry\", \"clust\": 3313, \"cat_0_index\": 2607, \"rank\": 3402, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3866, \"ini\": 3402}, {\"group\": [3370.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, raw\", \"clust\": 3407, \"cat_0_index\": 2023, \"rank\": 3401, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3603, \"ini\": 3401}, {\"group\": [3590.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ALMOND JOY Candy Bar\", \"clust\": 3628, \"cat_0_index\": 3171, \"rank\": 3400, \"cat-0\": \"Sweets\", \"rankvar\": 3211, \"ini\": 3400}, {\"group\": [3341.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pumpkin pie spice\", \"clust\": 3375, \"cat_0_index\": 3096, \"rank\": 3399, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3273, \"ini\": 3399}, {\"group\": [3373.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, cranberry (roman), mature seeds, raw\", \"clust\": 3412, \"cat_0_index\": 2024, \"rank\": 3398, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3629, \"ini\": 3398}, {\"group\": [3380.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans (fava beans), mature seeds, raw\", \"clust\": 3419, \"cat_0_index\": 2025, \"rank\": 3397, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3614, \"ini\": 3397}, {\"group\": [3638.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Milk Chocolate Candies\", \"clust\": 3681, \"cat_0_index\": 3172, \"rank\": 3396, \"cat-0\": \"Sweets\", \"rankvar\": 3442, \"ini\": 3396}, {\"group\": [2880.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, separable fat, boneless, unheated\", \"clust\": 2915, \"cat_0_index\": 2307, \"rank\": 3395, \"cat-0\": \"Pork Products\", \"rankvar\": 3306, \"ini\": 3395}, {\"group\": [3114.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Almond Snack Bar\", \"clust\": 3148, \"cat_0_index\": 2516, \"rank\": 3394, \"cat-0\": \"Snacks\", \"rankvar\": 3545, \"ini\": 3394}, {\"group\": [3280.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry\", \"clust\": 3315, \"cat_0_index\": 2608, \"rank\": 3393, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3865, \"ini\": 3393}, {\"group\": [3691.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S, FAST BREAK, milk chocolate peanut butter and soft nougats\", \"clust\": 3733, \"cat_0_index\": 3173, \"rank\": 3392, \"cat-0\": \"Sweets\", \"rankvar\": 3120, \"ini\": 3392}, {\"group\": [3222.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, swiss, low sodium\", \"clust\": 3256, \"cat_0_index\": 1093, \"rank\": 3391, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3397, \"ini\": 3391}, {\"group\": [3543.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered, light\", \"clust\": 3583, \"cat_0_index\": 1094, \"rank\": 3390, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3569, \"ini\": 3390}, {\"group\": [3692.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE's Fast Break, milk chocolate, peanut butter, soft nougats, candy bar\", \"clust\": 3734, \"cat_0_index\": 3174, \"rank\": 3389, \"cat-0\": \"Sweets\", \"rankvar\": 3163, \"ini\": 3389}, {\"group\": [2881.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, separable fat, boneless, heated\", \"clust\": 2916, \"cat_0_index\": 2308, \"rank\": 3388, \"cat-0\": \"Pork Products\", \"rankvar\": 3255, \"ini\": 3388}, {\"group\": [3476.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Complete Oat Bran Flakes\", \"clust\": 3510, \"cat_0_index\": 744, \"rank\": 3387, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3346, \"ini\": 3387}, {\"group\": [3203.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso anejo\", \"clust\": 3226, \"cat_0_index\": 1095, \"rank\": 3386, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3032, \"ini\": 3386}, {\"group\": [3369.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, large, mature seeds, raw\", \"clust\": 3402, \"cat_0_index\": 2026, \"rank\": 3385, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3562, \"ini\": 3385}, {\"group\": [2879.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, raw\", \"clust\": 2912, \"cat_0_index\": 2309, \"rank\": 3384, \"cat-0\": \"Pork Products\", \"rankvar\": 3317, \"ini\": 3384}, {\"group\": [3192.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, colby\", \"clust\": 3232, \"cat_0_index\": 1096, \"rank\": 3383, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3130, \"ini\": 3383}, {\"group\": [2781.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pepperoni, pork, beef\", \"clust\": 2815, \"cat_0_index\": 2407, \"rank\": 3382, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2986, \"ini\": 3382}, {\"group\": [3960.0, 85.0, 23.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, ZONE PERFECT CLASSIC CRUNCH BAR, mixed flavors\", \"clust\": 3566, \"cat_0_index\": 2517, \"rank\": 3381, \"cat-0\": \"Snacks\", \"rankvar\": 2712, \"ini\": 3381}, {\"group\": [2978.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, puffs or twists, cheese-flavor\", \"clust\": 3014, \"cat_0_index\": 2518, \"rank\": 3380, \"cat-0\": \"Snacks\", \"rankvar\": 3262, \"ini\": 3380}, {\"group\": [3273.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato vegetable, dry, mix\", \"clust\": 3307, \"cat_0_index\": 2609, \"rank\": 3379, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3691, \"ini\": 3379}, {\"group\": [2930.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snack, potato chips, made from dried potatoes, plain\", \"clust\": 2963, \"cat_0_index\": 2519, \"rank\": 3378, \"cat-0\": \"Snacks\", \"rankvar\": 3063, \"ini\": 3378}, {\"group\": [2760.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, beef jerky, chopped and formed\", \"clust\": 2791, \"cat_0_index\": 2520, \"rank\": 3377, \"cat-0\": \"Snacks\", \"rankvar\": 2736, \"ini\": 3377}, {\"group\": [3115.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Blueberry Snack Bar\", \"clust\": 3149, \"cat_0_index\": 2521, \"rank\": 3376, \"cat-0\": \"Snacks\", \"rankvar\": 3574, \"ini\": 3376}, {\"group\": [3502.0, 72.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yeast extract spread\", \"clust\": 3528, \"cat_0_index\": 3359, \"rank\": 3375, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3696, \"ini\": 3375}, {\"group\": [3607.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, WHATCHAMACALLIT Candy Bar\", \"clust\": 3649, \"cat_0_index\": 3175, \"rank\": 3374, \"cat-0\": \"Sweets\", \"rankvar\": 3223, \"ini\": 3374}, {\"group\": [3060.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed flour, partially defatted (glandless)\", \"clust\": 3091, \"cat_0_index\": 2273, \"rank\": 3373, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3454, \"ini\": 3373}, {\"group\": [3371.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, yellow, mature seeds, raw\", \"clust\": 3408, \"cat_0_index\": 2027, \"rank\": 3372, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3613, \"ini\": 3372}, {\"group\": [3184.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, edam\", \"clust\": 3221, \"cat_0_index\": 1097, \"rank\": 3371, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3067, \"ini\": 3371}, {\"group\": [3644.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, dark chocolate coated coffee beans\", \"clust\": 3684, \"cat_0_index\": 3176, \"rank\": 3370, \"cat-0\": \"Sweets\", \"rankvar\": 3212, \"ini\": 3370}, {\"group\": [2848.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, breast, separable fat, cooked\", \"clust\": 2878, \"cat_0_index\": 1922, \"rank\": 3369, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3444, \"ini\": 3369}, {\"group\": [3215.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, swiss, with di sodium phosphate\", \"clust\": 3252, \"cat_0_index\": 1098, \"rank\": 3368, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3073, \"ini\": 3368}, {\"group\": [3827.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dehydrated (low moisture), sulfured, uncooked\", \"clust\": 3871, \"cat_0_index\": 1651, \"rank\": 3367, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3688, \"ini\": 3367}, {\"group\": [3381.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peas, split, mature seeds, raw\", \"clust\": 3420, \"cat_0_index\": 2028, \"rank\": 3366, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3617, \"ini\": 3366}, {\"group\": [3608.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, KIT KAT Wafer Bar\", \"clust\": 3648, \"cat_0_index\": 3177, \"rank\": 3365, \"cat-0\": \"Sweets\", \"rankvar\": 3292, \"ini\": 3365}, {\"group\": [3700.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sugar-coated almonds\", \"clust\": 3740, \"cat_0_index\": 3178, \"rank\": 3364, \"cat-0\": \"Sweets\", \"rankvar\": 3374, \"ini\": 3364}, {\"group\": [2892.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, belly, raw\", \"clust\": 2919, \"cat_0_index\": 2310, \"rank\": 3363, \"cat-0\": \"Pork Products\", \"rankvar\": 3372, \"ini\": 3363}, {\"group\": [3473.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S CRACKLIN' OAT BRAN\", \"clust\": 3501, \"cat_0_index\": 745, \"rank\": 3362, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2973, \"ini\": 3362}, {\"group\": [3641.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, CARAMELLO Candy Bar\", \"clust\": 3675, \"cat_0_index\": 3179, \"rank\": 3361, \"cat-0\": \"Sweets\", \"rankvar\": 3261, \"ini\": 3361}, {\"group\": [2979.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, puffs or twists, cheese-flavor, unenriched\", \"clust\": 3015, \"cat_0_index\": 2522, \"rank\": 3360, \"cat-0\": \"Snacks\", \"rankvar\": 3238, \"ini\": 3360}, {\"group\": [3058.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed meal, partially defatted (glandless)\", \"clust\": 3092, \"cat_0_index\": 2274, \"rank\": 3359, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3600, \"ini\": 3359}, {\"group\": [3483.0, 69.0, 18.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, pork, beef, less sodium\", \"clust\": 3517, \"cat_0_index\": 2408, \"rank\": 3358, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2751, \"ini\": 3358}, {\"group\": [3258.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, pork, dry, powder\", \"clust\": 3293, \"cat_0_index\": 2610, \"rank\": 3357, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3543, \"ini\": 3357}, {\"group\": [3407.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn bran, crude\", \"clust\": 3441, \"cat_0_index\": 987, \"rank\": 3356, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3893, \"ini\": 3356}, {\"group\": [3095.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poultry seasoning\", \"clust\": 3123, \"cat_0_index\": 3097, \"rank\": 3355, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3446, \"ini\": 3355}, {\"group\": [3236.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, dry grated, reduced fat\", \"clust\": 3254, \"cat_0_index\": 1099, \"rank\": 3354, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3440, \"ini\": 3354}, {\"group\": [3541.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gerber graduates Fruit Strips Real Fruit Bars\", \"clust\": 3578, \"cat_0_index\": 35, \"rank\": 3353, \"cat-0\": \"Baby Foods\", \"rankvar\": 3591, \"ini\": 3353}, {\"group\": [2474.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, without salt\", \"clust\": 2504, \"cat_0_index\": 1511, \"rank\": 3352, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3597, \"ini\": 3352}, {\"group\": [3075.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type\", \"clust\": 3107, \"cat_0_index\": 2029, \"rank\": 3351, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3743, \"ini\": 3351}, {\"group\": [3437.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI HEART TO HEART, Instant Oatmeal, Apple Cinnamon, dry\", \"clust\": 3472, \"cat_0_index\": 746, \"rank\": 3350, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2989, \"ini\": 3350}, {\"group\": [3594.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, DOVE Milk Chocolate\", \"clust\": 3634, \"cat_0_index\": 3180, \"rank\": 3349, \"cat-0\": \"Sweets\", \"rankvar\": 3465, \"ini\": 3349}, {\"group\": [3118.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, HARMONY\", \"clust\": 3147, \"cat_0_index\": 747, \"rank\": 3348, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3533, \"ini\": 3348}, {\"group\": [3208.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, american, with di sodium phosphate\", \"clust\": 3245, \"cat_0_index\": 1100, \"rank\": 3347, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2939, \"ini\": 3347}, {\"group\": [2732.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, imitation, soybean without cholesterol\", \"clust\": 2766, \"cat_0_index\": 1512, \"rank\": 3346, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3568, \"ini\": 3346}, {\"group\": [3694.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS Bar\", \"clust\": 3736, \"cat_0_index\": 3181, \"rank\": 3345, \"cat-0\": \"Sweets\", \"rankvar\": 3082, \"ini\": 3345}, {\"group\": [2877.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, enhanced, composite of separable fat, raw\", \"clust\": 2910, \"cat_0_index\": 2311, \"rank\": 3344, \"cat-0\": \"Pork Products\", \"rankvar\": 3263, \"ini\": 3344}, {\"group\": [3696.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, 5TH AVENUE Candy Bar\", \"clust\": 3738, \"cat_0_index\": 3182, \"rank\": 3343, \"cat-0\": \"Sweets\", \"rankvar\": 3016, \"ini\": 3343}, {\"group\": [3197.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, monterey\", \"clust\": 3236, \"cat_0_index\": 1101, \"rank\": 3342, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3158, \"ini\": 3342}, {\"group\": [3195.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, muenster\", \"clust\": 3237, \"cat_0_index\": 1102, \"rank\": 3341, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3109, \"ini\": 3341}, {\"group\": [3320.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, white, mature seeds, raw\", \"clust\": 3346, \"cat_0_index\": 2030, \"rank\": 3340, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3493, \"ini\": 3340}, {\"group\": [3322.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, breadnut tree seeds, dried\", \"clust\": 3358, \"cat_0_index\": 2275, \"rank\": 3339, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3589, \"ini\": 3339}, {\"group\": [3006.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, barbecue-flavor\", \"clust\": 3038, \"cat_0_index\": 2523, \"rank\": 3338, \"cat-0\": \"Snacks\", \"rankvar\": 3070, \"ini\": 3338}, {\"group\": [3189.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, low-sodium, cheddar or colby\", \"clust\": 3223, \"cat_0_index\": 1103, \"rank\": 3337, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3202, \"ini\": 3337}, {\"group\": [3104.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Cinnamon Toast Crunch, reduced sugar\", \"clust\": 3136, \"cat_0_index\": 748, \"rank\": 3336, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3181, \"ini\": 3336}, {\"group\": [3307.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, wheat germ, toasted, plain\", \"clust\": 3343, \"cat_0_index\": 749, \"rank\": 3335, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3133, \"ini\": 3335}, {\"group\": [3073.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, ProPlus\", \"clust\": 3108, \"cat_0_index\": 2031, \"rank\": 3334, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3779, \"ini\": 3334}, {\"group\": [3366.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, great northern, mature seeds, raw\", \"clust\": 3404, \"cat_0_index\": 2032, \"rank\": 3333, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3522, \"ini\": 3333}, {\"group\": [3500.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, lemon-flavored, powder\", \"clust\": 3537, \"cat_0_index\": 487, \"rank\": 3332, \"cat-0\": \"Beverages\", \"rankvar\": 3804, \"ini\": 3332}, {\"group\": [2770.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, Italian, pork\", \"clust\": 2804, \"cat_0_index\": 2409, \"rank\": 3331, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2846, \"ini\": 3331}, {\"group\": [2779.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chorizo, pork and beef\", \"clust\": 2813, \"cat_0_index\": 2410, \"rank\": 3330, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2873, \"ini\": 3330}, {\"group\": [2496.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Granola bar, soft, milk chocolate coated, peanut butter\", \"clust\": 2523, \"cat_0_index\": 2524, \"rank\": 3329, \"cat-0\": \"Snacks\", \"rankvar\": 2866, \"ini\": 3329}, {\"group\": [3367.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, thin seeded (baby), mature seeds, raw\", \"clust\": 3405, \"cat_0_index\": 2033, \"rank\": 3328, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3534, \"ini\": 3328}, {\"group\": [3216.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, swiss\", \"clust\": 3253, \"cat_0_index\": 1104, \"rank\": 3327, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2944, \"ini\": 3327}, {\"group\": [3632.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, mexican, squares\", \"clust\": 3673, \"cat_0_index\": 3183, \"rank\": 3326, \"cat-0\": \"Sweets\", \"rankvar\": 3500, \"ini\": 3326}, {\"group\": [3186.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, provolone\", \"clust\": 3220, \"cat_0_index\": 1105, \"rank\": 3325, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3091, \"ini\": 3325}, {\"group\": [3275.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, mushroom, dry, powder\", \"clust\": 3309, \"cat_0_index\": 2611, \"rank\": 3324, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3682, \"ini\": 3324}, {\"group\": [3689.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate covered, caramel with nuts\", \"clust\": 3729, \"cat_0_index\": 3184, \"rank\": 3323, \"cat-0\": \"Sweets\", \"rankvar\": 2850, \"ini\": 3323}, {\"group\": [3282.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, mackerel, salted\", \"clust\": 3316, \"cat_0_index\": 1555, \"rank\": 3322, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3216, \"ini\": 3322}, {\"group\": [3039.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, oil-popped, white popcorn\", \"clust\": 3074, \"cat_0_index\": 2525, \"rank\": 3321, \"cat-0\": \"Snacks\", \"rankvar\": 3002, \"ini\": 3321}, {\"group\": [3193.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cheshire\", \"clust\": 3230, \"cat_0_index\": 1106, \"rank\": 3320, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3052, \"ini\": 3320}, {\"group\": [3581.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, DOVE Dark Chocolate\", \"clust\": 3621, \"cat_0_index\": 3185, \"rank\": 3319, \"cat-0\": \"Sweets\", \"rankvar\": 3403, \"ini\": 3319}, {\"group\": [3438.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI HEART TO HEART, Instant Oatmeal, maple, dry\", \"clust\": 3473, \"cat_0_index\": 750, \"rank\": 3318, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2965, \"ini\": 3318}, {\"group\": [3204.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, fontina\", \"clust\": 3225, \"cat_0_index\": 1107, \"rank\": 3317, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2959, \"ini\": 3317}, {\"group\": [3185.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gouda\", \"clust\": 3222, \"cat_0_index\": 1108, \"rank\": 3316, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3020, \"ini\": 3316}, {\"group\": [3910.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate, with nuts, prepared-from-recipe\", \"clust\": 3949, \"cat_0_index\": 3186, \"rank\": 3315, \"cat-0\": \"Sweets\", \"rankvar\": 3386, \"ini\": 3315}, {\"group\": [3056.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw, crude protein basis (N x 6.25)\", \"clust\": 3089, \"cat_0_index\": 2034, \"rank\": 3314, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3693, \"ini\": 3314}, {\"group\": [3212.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, american, with di sodium phosphate\", \"clust\": 3248, \"cat_0_index\": 1109, \"rank\": 3313, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2702, \"ini\": 3313}, {\"group\": [3259.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, instant turkey, dry\", \"clust\": 3294, \"cat_0_index\": 2612, \"rank\": 3312, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3157, \"ini\": 3312}, {\"group\": [3623.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ROLO Caramels in Milk Chocolate\", \"clust\": 3665, \"cat_0_index\": 3187, \"rank\": 3311, \"cat-0\": \"Sweets\", \"rankvar\": 3457, \"ini\": 3311}, {\"group\": [3199.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, caraway\", \"clust\": 3234, \"cat_0_index\": 1110, \"rank\": 3310, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3066, \"ini\": 3310}, {\"group\": [3260.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, brown instant, dry\", \"clust\": 3295, \"cat_0_index\": 2613, \"rank\": 3309, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3452, \"ini\": 3309}, {\"group\": [3209.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, blue\", \"clust\": 3243, \"cat_0_index\": 1111, \"rank\": 3308, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2843, \"ini\": 3308}, {\"group\": [3221.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, swiss\", \"clust\": 3258, \"cat_0_index\": 1112, \"rank\": 3307, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3191, \"ini\": 3307}, {\"group\": [3194.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, american, without di sodium phosphate\", \"clust\": 3229, \"cat_0_index\": 1113, \"rank\": 3306, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3004, \"ini\": 3306}, {\"group\": [3201.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso chihuahua\", \"clust\": 3228, \"cat_0_index\": 1114, \"rank\": 3305, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2981, \"ini\": 3305}, {\"group\": [3196.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, brick\", \"clust\": 3238, \"cat_0_index\": 1115, \"rank\": 3304, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3034, \"ini\": 3304}, {\"group\": [2931.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, taro chips\", \"clust\": 2962, \"cat_0_index\": 2526, \"rank\": 3303, \"cat-0\": \"Snacks\", \"rankvar\": 2996, \"ini\": 3303}, {\"group\": [2773.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, dry or hard, pork\", \"clust\": 2809, \"cat_0_index\": 2411, \"rank\": 3302, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2791, \"ini\": 3302}, {\"group\": [3074.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type, crude protein basis\", \"clust\": 3109, \"cat_0_index\": 2035, \"rank\": 3301, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3789, \"ini\": 3301}, {\"group\": [3584.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MOUNDS Candy Bar\", \"clust\": 3625, \"cat_0_index\": 3188, \"rank\": 3300, \"cat-0\": \"Sweets\", \"rankvar\": 3287, \"ini\": 3300}, {\"group\": [2632.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil-butter spread, reduced calorie\", \"clust\": 2659, \"cat_0_index\": 1513, \"rank\": 3299, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3350, \"ini\": 3299}, {\"group\": [3232.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, Mexican, blend, reduced fat\", \"clust\": 3263, \"cat_0_index\": 1116, \"rank\": 3298, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3460, \"ini\": 3298}, {\"group\": [3645.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S POT OF GOLD Almond Bar\", \"clust\": 3686, \"cat_0_index\": 3189, \"rank\": 3297, \"cat-0\": \"Sweets\", \"rankvar\": 3237, \"ini\": 3297}, {\"group\": [3609.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX Caramel Cookie Bars\", \"clust\": 3647, \"cat_0_index\": 3190, \"rank\": 3296, \"cat-0\": \"Sweets\", \"rankvar\": 3311, \"ini\": 3296}, {\"group\": [2969.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, microwave, regular (butter) flavor, made with palm oil\", \"clust\": 2998, \"cat_0_index\": 2527, \"rank\": 3295, \"cat-0\": \"Snacks\", \"rankvar\": 2903, \"ini\": 3295}, {\"group\": [3823.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, without added nutrients\", \"clust\": 3867, \"cat_0_index\": 488, \"rank\": 3294, \"cat-0\": \"Beverages\", \"rankvar\": 3665, \"ini\": 3294}, {\"group\": [3498.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder, half the caffeine\", \"clust\": 3538, \"cat_0_index\": 489, \"rank\": 3293, \"cat-0\": \"Beverages\", \"rankvar\": 3810, \"ini\": 3293}, {\"group\": [3084.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, spirulina, dried\", \"clust\": 3118, \"cat_0_index\": 3360, \"rank\": 3292, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3476, \"ini\": 3292}, {\"group\": [3653.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, peanut\", \"clust\": 3688, \"cat_0_index\": 2528, \"rank\": 3291, \"cat-0\": \"Snacks\", \"rankvar\": 2914, \"ini\": 3291}, {\"group\": [3439.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, dry\", \"clust\": 3471, \"cat_0_index\": 751, \"rank\": 3290, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2991, \"ini\": 3290}, {\"group\": [3610.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, CRUNCH Bar and Dessert Topping\", \"clust\": 3646, \"cat_0_index\": 3191, \"rank\": 3289, \"cat-0\": \"Sweets\", \"rankvar\": 3390, \"ini\": 3289}, {\"group\": [3822.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bananas, dehydrated, or banana powder\", \"clust\": 3862, \"cat_0_index\": 1652, \"rank\": 3288, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3524, \"ini\": 3288}, {\"group\": [3057.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw\", \"clust\": 3090, \"cat_0_index\": 2036, \"rank\": 3287, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3672, \"ini\": 3287}, {\"group\": [3639.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, BABY RUTH Bar\", \"clust\": 3682, \"cat_0_index\": 3192, \"rank\": 3286, \"cat-0\": \"Sweets\", \"rankvar\": 3199, \"ini\": 3286}, {\"group\": [3385.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI GO LEAN Hot Cereal, Hearty Honey & Cinnamon, dry\", \"clust\": 3422, \"cat_0_index\": 752, \"rank\": 3285, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3327, \"ini\": 3285}, {\"group\": [2738.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french dressing, commercial, regular\", \"clust\": 2770, \"cat_0_index\": 1514, \"rank\": 3284, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3267, \"ini\": 3284}, {\"group\": [3110.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baby food, fortified cereal bar, fruit filling\", \"clust\": 3143, \"cat_0_index\": 36, \"rank\": 3283, \"cat-0\": \"Baby Foods\", \"rankvar\": 3539, \"ini\": 3283}, {\"group\": [3383.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fenugreek seed\", \"clust\": 3417, \"cat_0_index\": 3098, \"rank\": 3282, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3580, \"ini\": 3282}, {\"group\": [3714.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with extra creme filling\", \"clust\": 3754, \"cat_0_index\": 296, \"rank\": 3281, \"cat-0\": \"Baked Products\", \"rankvar\": 3190, \"ini\": 3281}, {\"group\": [2701.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, home recipe, vinegar and oil\", \"clust\": 2732, \"cat_0_index\": 1515, \"rank\": 3280, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3513, \"ini\": 3280}, {\"group\": [2633.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil-butter spread, reduced calorie, tub, with salt\", \"clust\": 2660, \"cat_0_index\": 1516, \"rank\": 3279, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3248, \"ini\": 3279}, {\"group\": [3842.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, powder\", \"clust\": 3880, \"cat_0_index\": 490, \"rank\": 3278, \"cat-0\": \"Beverages\", \"rankvar\": 3121, \"ini\": 3278}, {\"group\": [3462.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GO LEAN CRUNCH!, Honey Almond Flax\", \"clust\": 3499, \"cat_0_index\": 753, \"rank\": 3277, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3123, \"ini\": 3277}, {\"group\": [3188.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, swiss, without di sodium phosphate\", \"clust\": 3218, \"cat_0_index\": 1117, \"rank\": 3276, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3062, \"ini\": 3276}, {\"group\": [3217.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, dry white, queso seco\", \"clust\": 3251, \"cat_0_index\": 1118, \"rank\": 3275, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2917, \"ini\": 3275}, {\"group\": [3198.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso asadero\", \"clust\": 3235, \"cat_0_index\": 1119, \"rank\": 3274, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2960, \"ini\": 3274}, {\"group\": [3213.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, american, without di sodium phosphate\", \"clust\": 3249, \"cat_0_index\": 1120, \"rank\": 3273, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2649, \"ini\": 3273}, {\"group\": [3633.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated raisins\", \"clust\": 3674, \"cat_0_index\": 3193, \"rank\": 3272, \"cat-0\": \"Sweets\", \"rankvar\": 3332, \"ini\": 3272}, {\"group\": [3007.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, unsalted\", \"clust\": 3039, \"cat_0_index\": 2529, \"rank\": 3271, \"cat-0\": \"Snacks\", \"rankvar\": 3166, \"ini\": 3271}, {\"group\": [3302.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Honey Crunch Wheat Germ\", \"clust\": 3336, \"cat_0_index\": 754, \"rank\": 3270, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2940, \"ini\": 3270}, {\"group\": [3294.0, 60.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Hazelnuts, beaked (Northern Plains Indians)\", \"clust\": 3329, \"cat_0_index\": 1236, \"rank\": 3269, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3293, \"ini\": 3269}, {\"group\": [3112.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bar, M&M's milk chocolate\", \"clust\": 3145, \"cat_0_index\": 2530, \"rank\": 3268, \"cat-0\": \"Snacks\", \"rankvar\": 3479, \"ini\": 3268}, {\"group\": [2928.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, plantain chips, salted\", \"clust\": 2964, \"cat_0_index\": 2531, \"rank\": 3267, \"cat-0\": \"Snacks\", \"rankvar\": 2985, \"ini\": 3267}, {\"group\": [2946.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, vegetable chips, made from garden vegetables\", \"clust\": 2978, \"cat_0_index\": 2532, \"rank\": 3266, \"cat-0\": \"Snacks\", \"rankvar\": 2772, \"ini\": 3266}, {\"group\": [2983.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puff pastry, frozen, ready-to-bake, baked\", \"clust\": 3016, \"cat_0_index\": 297, \"rank\": 3265, \"cat-0\": \"Baked Products\", \"rankvar\": 3405, \"ini\": 3265}, {\"group\": [3646.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S GOLDEN ALMOND SOLITAIRES\", \"clust\": 3687, \"cat_0_index\": 3194, \"rank\": 3264, \"cat-0\": \"Sweets\", \"rankvar\": 3178, \"ini\": 3264}, {\"group\": [3690.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, almond, confectioners coating\", \"clust\": 3730, \"cat_0_index\": 2533, \"rank\": 3263, \"cat-0\": \"Snacks\", \"rankvar\": 2654, \"ini\": 3263}, {\"group\": [3628.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular\", \"clust\": 3669, \"cat_0_index\": 3195, \"rank\": 3262, \"cat-0\": \"Sweets\", \"rankvar\": 3644, \"ini\": 3262}, {\"group\": [2725.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, green goddess, regular\", \"clust\": 2759, \"cat_0_index\": 1517, \"rank\": 3261, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3352, \"ini\": 3261}, {\"group\": [1909.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, distilled\", \"clust\": 1934, \"cat_0_index\": 3099, \"rank\": 1, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2127, \"ini\": 3260}, {\"group\": [3160.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, fried, prepared with calcium sulfate\", \"clust\": 3194, \"cat_0_index\": 2037, \"rank\": 3260, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3218, \"ini\": 3259}, {\"group\": [3626.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, NESTLE, Hot Cocoa Mix Rich Chocolate With Marshmallows\", \"clust\": 3667, \"cat_0_index\": 491, \"rank\": 3259, \"cat-0\": \"Beverages\", \"rankvar\": 3502, \"ini\": 3258}, {\"group\": [3292.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese sauce mix, dry\", \"clust\": 3324, \"cat_0_index\": 2614, \"rank\": 3258, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2966, \"ini\": 3257}, {\"group\": [3582.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, MARS SNACKFOOD US, M&M's Semisweet Chocolate Mini Baking Bits\", \"clust\": 3622, \"cat_0_index\": 3196, \"rank\": 3257, \"cat-0\": \"Sweets\", \"rankvar\": 3416, \"ini\": 3256}, {\"group\": [1943.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DASANI\", \"clust\": 1977, \"cat_0_index\": 492, \"rank\": 2, \"cat-0\": \"Beverages\", \"rankvar\": 2434, \"ini\": 3255}, {\"group\": [1944.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, PEPSI, AQUAFINA\", \"clust\": 1978, \"cat_0_index\": 493, \"rank\": 3, \"cat-0\": \"Beverages\", \"rankvar\": 2435, \"ini\": 3254}, {\"group\": [1945.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, CALISTOGA\", \"clust\": 1976, \"cat_0_index\": 494, \"rank\": 4, \"cat-0\": \"Beverages\", \"rankvar\": 2438, \"ini\": 3253}, {\"group\": [3920.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium\", \"clust\": 3957, \"cat_0_index\": 495, \"rank\": 3256, \"cat-0\": \"Beverages\", \"rankvar\": 3756, \"ini\": 3252}, {\"group\": [2630.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, skin only, cooked, roasted\", \"clust\": 2655, \"cat_0_index\": 2332, \"rank\": 3255, \"cat-0\": \"Poultry Products\", \"rankvar\": 3003, \"ini\": 3251}, {\"group\": [1946.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, POLAND SPRING\", \"clust\": 1975, \"cat_0_index\": 496, \"rank\": 5, \"cat-0\": \"Beverages\", \"rankvar\": 2440, \"ini\": 3250}, {\"group\": [3705.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, graham crackers, chocolate-coated\", \"clust\": 3742, \"cat_0_index\": 298, \"rank\": 3254, \"cat-0\": \"Baked Products\", \"rankvar\": 3056, \"ini\": 3249}, {\"group\": [1936.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DANNON\", \"clust\": 1969, \"cat_0_index\": 497, \"rank\": 6, \"cat-0\": \"Beverages\", \"rankvar\": 2439, \"ini\": 3248}, {\"group\": [1939.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, drinking\", \"clust\": 1972, \"cat_0_index\": 498, \"rank\": 7, \"cat-0\": \"Beverages\", \"rankvar\": 2431, \"ini\": 3247}, {\"group\": [1937.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, CRYSTAL GEYSER\", \"clust\": 1970, \"cat_0_index\": 499, \"rank\": 8, \"cat-0\": \"Beverages\", \"rankvar\": 2442, \"ini\": 3246}, {\"group\": [1938.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DANNON Fluoride To Go\", \"clust\": 1968, \"cat_0_index\": 500, \"rank\": 9, \"cat-0\": \"Beverages\", \"rankvar\": 2436, \"ini\": 3245}, {\"group\": [3200.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, port de salut\", \"clust\": 3233, \"cat_0_index\": 1121, \"rank\": 3253, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2928, \"ini\": 3244}, {\"group\": [1940.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, well\", \"clust\": 1973, \"cat_0_index\": 501, \"rank\": 10, \"cat-0\": \"Beverages\", \"rankvar\": 2432, \"ini\": 3243}, {\"group\": [1941.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, municipal\", \"clust\": 1971, \"cat_0_index\": 502, \"rank\": 11, \"cat-0\": \"Beverages\", \"rankvar\": 2430, \"ini\": 3242}, {\"group\": [3825.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, powder\", \"clust\": 3866, \"cat_0_index\": 503, \"rank\": 3252, \"cat-0\": \"Beverages\", \"rankvar\": 3475, \"ini\": 3241}, {\"group\": [1942.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, NAYA\", \"clust\": 1967, \"cat_0_index\": 504, \"rank\": 12, \"cat-0\": \"Beverages\", \"rankvar\": 2444, \"ini\": 3240}, {\"group\": [3585.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Coconut Macaroon\", \"clust\": 3623, \"cat_0_index\": 299, \"rank\": 3251, \"cat-0\": \"Baked Products\", \"rankvar\": 3256, \"ini\": 3239}, {\"group\": [1947.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, non-carbonated, bottles, natural fruit flavors, sweetened with low calorie sweetener\", \"clust\": 1974, \"cat_0_index\": 505, \"rank\": 13, \"cat-0\": \"Beverages\", \"rankvar\": 2420, \"ini\": 3238}, {\"group\": [1934.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, with aspartame, contains caffeine\", \"clust\": 1965, \"cat_0_index\": 506, \"rank\": 14, \"cat-0\": \"Beverages\", \"rankvar\": 2421, \"ini\": 3237}, {\"group\": [1935.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, without caffeine\", \"clust\": 1966, \"cat_0_index\": 507, \"rank\": 15, \"cat-0\": \"Beverages\", \"rankvar\": 2422, \"ini\": 3236}, {\"group\": [1923.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, AMP, sugar free\", \"clust\": 1953, \"cat_0_index\": 508, \"rank\": 16, \"cat-0\": \"Beverages\", \"rankvar\": 2363, \"ini\": 3235}, {\"group\": [1925.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, EVIAN\", \"clust\": 1956, \"cat_0_index\": 509, \"rank\": 17, \"cat-0\": \"Beverages\", \"rankvar\": 2445, \"ini\": 3234}, {\"group\": [1928.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, with sodium saccharin, without caffeine\", \"clust\": 1959, \"cat_0_index\": 510, \"rank\": 18, \"cat-0\": \"Beverages\", \"rankvar\": 2428, \"ini\": 3233}, {\"group\": [1924.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, VAULT Zero, sugar-free, citrus flavor\", \"clust\": 1954, \"cat_0_index\": 511, \"rank\": 19, \"cat-0\": \"Beverages\", \"rankvar\": 2356, \"ini\": 3232}, {\"group\": [1931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herb, chamomile, brewed\", \"clust\": 1961, \"cat_0_index\": 512, \"rank\": 20, \"cat-0\": \"Beverages\", \"rankvar\": 2413, \"ini\": 3231}, {\"group\": [1931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herb, other than chamomile, brewed\", \"clust\": 1962, \"cat_0_index\": 513, \"rank\": 21, \"cat-0\": \"Beverages\", \"rankvar\": 2414, \"ini\": 3230}, {\"group\": [1929.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-types, with sodium saccharin, contains caffeine\", \"clust\": 1960, \"cat_0_index\": 514, \"rank\": 22, \"cat-0\": \"Beverages\", \"rankvar\": 2427, \"ini\": 3229}, {\"group\": [1930.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, club soda\", \"clust\": 1958, \"cat_0_index\": 515, \"rank\": 23, \"cat-0\": \"Beverages\", \"rankvar\": 2433, \"ini\": 3228}, {\"group\": [1926.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, generic\", \"clust\": 1957, \"cat_0_index\": 516, \"rank\": 24, \"cat-0\": \"Beverages\", \"rankvar\": 2446, \"ini\": 3227}, {\"group\": [1932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-type, with aspartame, without caffeine\", \"clust\": 1963, \"cat_0_index\": 517, \"rank\": 25, \"cat-0\": \"Beverages\", \"rankvar\": 2411, \"ini\": 3226}, {\"group\": [1950.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with distilled water\", \"clust\": 1980, \"cat_0_index\": 518, \"rank\": 26, \"cat-0\": \"Beverages\", \"rankvar\": 2407, \"ini\": 3225}, {\"group\": [1933.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-type, with aspartame, contains caffeine\", \"clust\": 1964, \"cat_0_index\": 519, \"rank\": 27, \"cat-0\": \"Beverages\", \"rankvar\": 2397, \"ini\": 3224}, {\"group\": [1927.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, PERRIER\", \"clust\": 1955, \"cat_0_index\": 520, \"rank\": 28, \"cat-0\": \"Beverages\", \"rankvar\": 2443, \"ini\": 3223}, {\"group\": [1948.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, prepared\", \"clust\": 1981, \"cat_0_index\": 521, \"rank\": 29, \"cat-0\": \"Beverages\", \"rankvar\": 2393, \"ini\": 3222}, {\"group\": [1951.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, unsweetened, WENDY'S, fast food, without ice\", \"clust\": 1979, \"cat_0_index\": 522, \"rank\": 30, \"cat-0\": \"Beverages\", \"rankvar\": 2409, \"ini\": 3221}, {\"group\": [3480.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Honey Nut Oat Bar\", \"clust\": 3509, \"cat_0_index\": 2534, \"rank\": 3250, \"cat-0\": \"Snacks\", \"rankvar\": 3148, \"ini\": 3220}, {\"group\": [1949.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, prepared\", \"clust\": 1982, \"cat_0_index\": 523, \"rank\": 31, \"cat-0\": \"Beverages\", \"rankvar\": 2405, \"ini\": 3219}, {\"group\": [2698.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine Spread, approximately 48% fat, tub\", \"clust\": 2727, \"cat_0_index\": 1518, \"rank\": 3249, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3370, \"ini\": 3218}, {\"group\": [2984.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sesame sticks, wheat-based, unsalted\", \"clust\": 3012, \"cat_0_index\": 2535, \"rank\": 3248, \"cat-0\": \"Snacks\", \"rankvar\": 3183, \"ini\": 3217}, {\"group\": [3190.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, cheddar or american, low sodium\", \"clust\": 3224, \"cat_0_index\": 1122, \"rank\": 3247, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3026, \"ini\": 3216}, {\"group\": [3614.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, MARS SNACKFOOD US, M&M's Milk Chocolate Mini Baking Bits\", \"clust\": 3656, \"cat_0_index\": 3197, \"rank\": 3246, \"cat-0\": \"Sweets\", \"rankvar\": 3484, \"ini\": 3215}, {\"group\": [1910.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, red wine\", \"clust\": 1933, \"cat_0_index\": 3100, \"rank\": 32, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2072, \"ini\": 3214}, {\"group\": [3676.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, chocolate wafer, chilled\", \"clust\": 3714, \"cat_0_index\": 300, \"rank\": 3245, \"cat-0\": \"Baked Products\", \"rankvar\": 2793, \"ini\": 3213}, {\"group\": [3615.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's MINIs Milk Chocolate Candies\", \"clust\": 3657, \"cat_0_index\": 3198, \"rank\": 3244, \"cat-0\": \"Sweets\", \"rankvar\": 3485, \"ini\": 3212}, {\"group\": [2784.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey bacon, cooked\", \"clust\": 2794, \"cat_0_index\": 2333, \"rank\": 3243, \"cat-0\": \"Poultry Products\", \"rankvar\": 2739, \"ini\": 3211}, {\"group\": [3100.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, POWER BAR, chocolate\", \"clust\": 3134, \"cat_0_index\": 2536, \"rank\": 3242, \"cat-0\": \"Snacks\", \"rankvar\": 2921, \"ini\": 3210}, {\"group\": [1917.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, prepared with water\", \"clust\": 1945, \"cat_0_index\": 524, \"rank\": 33, \"cat-0\": \"Beverages\", \"rankvar\": 2377, \"ini\": 3209}, {\"group\": [1913.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with tap water, decaffeinated\", \"clust\": 1943, \"cat_0_index\": 525, \"rank\": 34, \"cat-0\": \"Beverages\", \"rankvar\": 2400, \"ini\": 3208}, {\"group\": [1914.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with tap water\", \"clust\": 1944, \"cat_0_index\": 526, \"rank\": 35, \"cat-0\": \"Beverages\", \"rankvar\": 2401, \"ini\": 3207}, {\"group\": [3113.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cream, LA MODERNA RIKIS CREAM CRACKERS\", \"clust\": 3137, \"cat_0_index\": 301, \"rank\": 3241, \"cat-0\": \"Baked Products\", \"rankvar\": 3037, \"ini\": 3206}, {\"group\": [3422.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese puffs and twists, corn based, baked, low fat\", \"clust\": 3452, \"cat_0_index\": 2537, \"rank\": 3240, \"cat-0\": \"Snacks\", \"rankvar\": 2838, \"ini\": 3205}, {\"group\": [3387.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GOLEAN\", \"clust\": 3421, \"cat_0_index\": 755, \"rank\": 3239, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3417, \"ini\": 3204}, {\"group\": [1907.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, MICHELOB ULTRA\", \"clust\": 1937, \"cat_0_index\": 527, \"rank\": 36, \"cat-0\": \"Beverages\", \"rankvar\": 2085, \"ini\": 3203}, {\"group\": [2987.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, sandwich, with peanut butter filling\", \"clust\": 3019, \"cat_0_index\": 302, \"rank\": 3238, \"cat-0\": \"Baked Products\", \"rankvar\": 2665, \"ini\": 3202}, {\"group\": [1915.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder, prepared with water\", \"clust\": 1946, \"cat_0_index\": 528, \"rank\": 37, \"cat-0\": \"Beverages\", \"rankvar\": 2371, \"ini\": 3201}, {\"group\": [3386.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chickpeas (garbanzo beans, bengal gram), mature seeds, raw\", \"clust\": 3423, \"cat_0_index\": 2038, \"rank\": 3237, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3189, \"ini\": 3200}, {\"group\": [1916.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, prepared with water\", \"clust\": 1947, \"cat_0_index\": 529, \"rank\": 38, \"cat-0\": \"Beverages\", \"rankvar\": 2367, \"ini\": 3199}, {\"group\": [1918.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed from grounds, prepared with tap water, decaffeinated\", \"clust\": 1949, \"cat_0_index\": 530, \"rank\": 39, \"cat-0\": \"Beverages\", \"rankvar\": 2381, \"ini\": 3198}, {\"group\": [1591.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Pinot Blanc\", \"clust\": 1621, \"cat_0_index\": 531, \"rank\": 40, \"cat-0\": \"Beverages\", \"rankvar\": 1045, \"ini\": 3197}, {\"group\": [1613.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Carignane\", \"clust\": 1640, \"cat_0_index\": 532, \"rank\": 41, \"cat-0\": \"Beverages\", \"rankvar\": 1159, \"ini\": 3196}, {\"group\": [1919.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed from grounds, prepared with tap water\", \"clust\": 1950, \"cat_0_index\": 533, \"rank\": 42, \"cat-0\": \"Beverages\", \"rankvar\": 2384, \"ini\": 3195}, {\"group\": [1921.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, RED BULL, sugar free, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12\", \"clust\": 1951, \"cat_0_index\": 534, \"rank\": 43, \"cat-0\": \"Beverages\", \"rankvar\": 2347, \"ini\": 3194}, {\"group\": [3774.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Blueberry Muffin Tops Cereal\", \"clust\": 3819, \"cat_0_index\": 756, \"rank\": 3236, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2977, \"ini\": 3193}, {\"group\": [1592.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Sauvignon Blanc\", \"clust\": 1622, \"cat_0_index\": 535, \"rank\": 44, \"cat-0\": \"Beverages\", \"rankvar\": 1043, \"ini\": 3192}, {\"group\": [3868.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, peanut brittle, prepared-from-recipe\", \"clust\": 3906, \"cat_0_index\": 3199, \"rank\": 3235, \"cat-0\": \"Sweets\", \"rankvar\": 3176, \"ini\": 3191}, {\"group\": [1596.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Lemberger\", \"clust\": 1627, \"cat_0_index\": 536, \"rank\": 45, \"cat-0\": \"Beverages\", \"rankvar\": 1025, \"ini\": 3190}, {\"group\": [1598.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Gamay\", \"clust\": 1626, \"cat_0_index\": 537, \"rank\": 46, \"cat-0\": \"Beverages\", \"rankvar\": 1089, \"ini\": 3189}, {\"group\": [1922.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, ROCKSTAR, sugar free\", \"clust\": 1952, \"cat_0_index\": 538, \"rank\": 47, \"cat-0\": \"Beverages\", \"rankvar\": 2352, \"ini\": 3188}, {\"group\": [1595.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Pinot Gris (Grigio)\", \"clust\": 1623, \"cat_0_index\": 539, \"rank\": 48, \"cat-0\": \"Beverages\", \"rankvar\": 1012, \"ini\": 3187}, {\"group\": [1603.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Cabernet Franc\", \"clust\": 1631, \"cat_0_index\": 540, \"rank\": 49, \"cat-0\": \"Beverages\", \"rankvar\": 947, \"ini\": 3186}, {\"group\": [3771.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS Peanut Butter Toast Crunch\", \"clust\": 3814, \"cat_0_index\": 757, \"rank\": 3234, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3030, \"ini\": 3185}, {\"group\": [1593.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Fume Blanc\", \"clust\": 1624, \"cat_0_index\": 541, \"rank\": 50, \"cat-0\": \"Beverages\", \"rankvar\": 1011, \"ini\": 3184}, {\"group\": [1594.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Pinot Noir\", \"clust\": 1625, \"cat_0_index\": 542, \"rank\": 51, \"cat-0\": \"Beverages\", \"rankvar\": 1006, \"ini\": 3183}, {\"group\": [1908.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, BUDWEISER SELECT\", \"clust\": 1938, \"cat_0_index\": 543, \"rank\": 52, \"cat-0\": \"Beverages\", \"rankvar\": 2063, \"ini\": 3182}, {\"group\": [1601.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Syrah\", \"clust\": 1632, \"cat_0_index\": 544, \"rank\": 53, \"cat-0\": \"Beverages\", \"rankvar\": 937, \"ini\": 3181}, {\"group\": [1602.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Cabernet Sauvignon\", \"clust\": 1633, \"cat_0_index\": 545, \"rank\": 54, \"cat-0\": \"Beverages\", \"rankvar\": 941, \"ini\": 3180}, {\"group\": [1597.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Gewurztraminer\", \"clust\": 1628, \"cat_0_index\": 546, \"rank\": 55, \"cat-0\": \"Beverages\", \"rankvar\": 1018, \"ini\": 3179}, {\"group\": [1604.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Petite Sirah\", \"clust\": 1635, \"cat_0_index\": 547, \"rank\": 56, \"cat-0\": \"Beverages\", \"rankvar\": 894, \"ini\": 3178}, {\"group\": [1606.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Sangiovese\", \"clust\": 1634, \"cat_0_index\": 548, \"rank\": 57, \"cat-0\": \"Beverages\", \"rankvar\": 885, \"ini\": 3177}, {\"group\": [1607.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Mouvedre\", \"clust\": 1638, \"cat_0_index\": 549, \"rank\": 58, \"cat-0\": \"Beverages\", \"rankvar\": 834, \"ini\": 3176}, {\"group\": [1599.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Claret\", \"clust\": 1629, \"cat_0_index\": 550, \"rank\": 59, \"cat-0\": \"Beverages\", \"rankvar\": 916, \"ini\": 3175}, {\"group\": [1605.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Barbera\", \"clust\": 1636, \"cat_0_index\": 551, \"rank\": 60, \"cat-0\": \"Beverages\", \"rankvar\": 900, \"ini\": 3174}, {\"group\": [1608.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Zinfandel\", \"clust\": 1639, \"cat_0_index\": 552, \"rank\": 61, \"cat-0\": \"Beverages\", \"rankvar\": 826, \"ini\": 3173}, {\"group\": [1600.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Semillon\", \"clust\": 1630, \"cat_0_index\": 553, \"rank\": 62, \"cat-0\": \"Beverages\", \"rankvar\": 932, \"ini\": 3172}, {\"group\": [1612.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Muller Thurgau\", \"clust\": 1641, \"cat_0_index\": 554, \"rank\": 63, \"cat-0\": \"Beverages\", \"rankvar\": 1051, \"ini\": 3171}, {\"group\": [1610.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Chenin Blanc\", \"clust\": 1642, \"cat_0_index\": 555, \"rank\": 64, \"cat-0\": \"Beverages\", \"rankvar\": 966, \"ini\": 3170}, {\"group\": [1905.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light\", \"clust\": 1935, \"cat_0_index\": 556, \"rank\": 65, \"cat-0\": \"Beverages\", \"rankvar\": 2021, \"ini\": 3169}, {\"group\": [1834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, tundra, herb and laborador combination (Alaska Native)\", \"clust\": 1862, \"cat_0_index\": 1237, \"rank\": 66, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2429, \"ini\": 3168}, {\"group\": [1611.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Riesling\", \"clust\": 1643, \"cat_0_index\": 557, \"rank\": 67, \"cat-0\": \"Beverages\", \"rankvar\": 931, \"ini\": 3167}, {\"group\": [3010.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, with chocolate chips, salted nuts and seeds\", \"clust\": 3043, \"cat_0_index\": 2538, \"rank\": 3233, \"cat-0\": \"Snacks\", \"rankvar\": 2806, \"ini\": 3166}, {\"group\": [1609.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Burgundy\", \"clust\": 1637, \"cat_0_index\": 558, \"rank\": 68, \"cat-0\": \"Beverages\", \"rankvar\": 814, \"ini\": 3165}, {\"group\": [2832.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, raw\", \"clust\": 2868, \"cat_0_index\": 2312, \"rank\": 3232, \"cat-0\": \"Pork Products\", \"rankvar\": 2964, \"ini\": 3164}, {\"group\": [3101.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI GOLEAN, crunchy, mixed flavors\", \"clust\": 3132, \"cat_0_index\": 2539, \"rank\": 3231, \"cat-0\": \"Snacks\", \"rankvar\": 2653, \"ini\": 3163}, {\"group\": [1920.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herbal, brewed, Hohoysi (Hopi)\", \"clust\": 1948, \"cat_0_index\": 1238, \"rank\": 69, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2394, \"ini\": 3162}, {\"group\": [3772.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, REESE'S PUFFS\", \"clust\": 3815, \"cat_0_index\": 758, \"rank\": 3230, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2949, \"ini\": 3161}, {\"group\": [3040.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, home-prepared, oil-popped, unsalted\", \"clust\": 3072, \"cat_0_index\": 2540, \"rank\": 3229, \"cat-0\": \"Snacks\", \"rankvar\": 3044, \"ini\": 3160}, {\"group\": [1906.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, BUD LIGHT\", \"clust\": 1936, \"cat_0_index\": 559, \"rank\": 70, \"cat-0\": \"Beverages\", \"rankvar\": 2012, \"ini\": 3159}, {\"group\": [3071.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by acid wash\", \"clust\": 3104, \"cat_0_index\": 2039, \"rank\": 3228, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3424, \"ini\": 3158}, {\"group\": [2932.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sweet potato chips\", \"clust\": 2961, \"cat_0_index\": 2541, \"rank\": 3227, \"cat-0\": \"Snacks\", \"rankvar\": 2958, \"ini\": 3157}, {\"group\": [1953.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder, prepared with water\", \"clust\": 1941, \"cat_0_index\": 560, \"rank\": 71, \"cat-0\": \"Beverages\", \"rankvar\": 2403, \"ini\": 3156}, {\"group\": [1899.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, cider\", \"clust\": 1927, \"cat_0_index\": 3101, \"rank\": 72, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1991, \"ini\": 3155}, {\"group\": [1614.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Muscat\", \"clust\": 1620, \"cat_0_index\": 561, \"rank\": 73, \"cat-0\": \"Beverages\", \"rankvar\": 815, \"ini\": 3154}, {\"group\": [1911.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, fruit-flavored, low calorie, ready-to-drink\", \"clust\": 1939, \"cat_0_index\": 562, \"rank\": 74, \"cat-0\": \"Beverages\", \"rankvar\": 2270, \"ini\": 3153}, {\"group\": [3499.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, powder\", \"clust\": 3539, \"cat_0_index\": 563, \"rank\": 3226, \"cat-0\": \"Beverages\", \"rankvar\": 3798, \"ini\": 3152}, {\"group\": [1974.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, prepared with water\", \"clust\": 2001, \"cat_0_index\": 3200, \"rank\": 75, \"cat-0\": \"Sweets\", \"rankvar\": 2008, \"ini\": 3151}, {\"group\": [1903.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, regular, BUDWEISER\", \"clust\": 1931, \"cat_0_index\": 564, \"rank\": 76, \"cat-0\": \"Beverages\", \"rankvar\": 1691, \"ini\": 3150}, {\"group\": [1904.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, regular, all\", \"clust\": 1932, \"cat_0_index\": 565, \"rank\": 77, \"cat-0\": \"Beverages\", \"rankvar\": 1595, \"ini\": 3149}, {\"group\": [3826.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, cappuccino-flavor powder\", \"clust\": 3865, \"cat_0_index\": 566, \"rank\": 3225, \"cat-0\": \"Beverages\", \"rankvar\": 3550, \"ini\": 3148}, {\"group\": [3187.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, tilsit\", \"clust\": 3219, \"cat_0_index\": 1123, \"rank\": 3224, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3006, \"ini\": 3147}, {\"group\": [3368.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, raw\", \"clust\": 3403, \"cat_0_index\": 2040, \"rank\": 3223, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3336, \"ini\": 3146}, {\"group\": [3471.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI TLC Bar, crunchy, mixed flavors\", \"clust\": 3506, \"cat_0_index\": 2542, \"rank\": 3222, \"cat-0\": \"Snacks\", \"rankvar\": 2744, \"ini\": 3145}, {\"group\": [341.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, vodka, 80 proof\", \"clust\": 349, \"cat_0_index\": 567, \"rank\": 78, \"cat-0\": \"Beverages\", \"rankvar\": 131, \"ini\": 3144}, {\"group\": [3002.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho cheese\", \"clust\": 3036, \"cat_0_index\": 2543, \"rank\": 3221, \"cat-0\": \"Snacks\", \"rankvar\": 2876, \"ini\": 3143}, {\"group\": [2844.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate de foie gras, canned (goose liver pate), smoked\", \"clust\": 2876, \"cat_0_index\": 2334, \"rank\": 3220, \"cat-0\": \"Poultry Products\", \"rankvar\": 3138, \"ini\": 3142}, {\"group\": [340.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 80 proof\", \"clust\": 350, \"cat_0_index\": 568, \"rank\": 79, \"cat-0\": \"Beverages\", \"rankvar\": 129, \"ini\": 3141}, {\"group\": [340.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, rum, 80 proof\", \"clust\": 351, \"cat_0_index\": 569, \"rank\": 80, \"cat-0\": \"Beverages\", \"rankvar\": 130, \"ini\": 3140}, {\"group\": [3011.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, with chocolate chips, unsalted nuts and seeds\", \"clust\": 3044, \"cat_0_index\": 2544, \"rank\": 3219, \"cat-0\": \"Snacks\", \"rankvar\": 2813, \"ini\": 3139}, {\"group\": [3545.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SPECIAL DARK Chocolate Bar\", \"clust\": 3580, \"cat_0_index\": 3201, \"rank\": 3218, \"cat-0\": \"Sweets\", \"rankvar\": 3245, \"ini\": 3138}, {\"group\": [1952.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, prepared with water\", \"clust\": 1942, \"cat_0_index\": 570, \"rank\": 81, \"cat-0\": \"Beverages\", \"rankvar\": 2326, \"ini\": 3137}, {\"group\": [3066.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parmesan cheese topping, fat free\", \"clust\": 3098, \"cat_0_index\": 1124, \"rank\": 3217, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3322, \"ini\": 3136}, {\"group\": [1971.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, fruit, no sugar added\", \"clust\": 2003, \"cat_0_index\": 3202, \"rank\": 82, \"cat-0\": \"Sweets\", \"rankvar\": 1814, \"ini\": 3135}, {\"group\": [3076.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, powder, glucose reduced\", \"clust\": 3112, \"cat_0_index\": 1125, \"rank\": 3216, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3730, \"ini\": 3134}, {\"group\": [2631.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, fried, flour\", \"clust\": 2654, \"cat_0_index\": 2335, \"rank\": 3215, \"cat-0\": \"Poultry Products\", \"rankvar\": 2948, \"ini\": 3133}, {\"group\": [3592.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, flavored, powdered\", \"clust\": 3632, \"cat_0_index\": 1126, \"rank\": 3214, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3525, \"ini\": 3132}, {\"group\": [1956.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed, espresso, restaurant-prepared, decaffeinated\", \"clust\": 1987, \"cat_0_index\": 571, \"rank\": 83, \"cat-0\": \"Beverages\", \"rankvar\": 2324, \"ini\": 3131}, {\"group\": [342.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 86 proof\", \"clust\": 352, \"cat_0_index\": 572, \"rank\": 84, \"cat-0\": \"Beverages\", \"rankvar\": 123, \"ini\": 3130}, {\"group\": [2845.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate, goose liver, smoked, canned\", \"clust\": 2877, \"cat_0_index\": 2412, \"rank\": 3213, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 3141, \"ini\": 3129}, {\"group\": [343.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, whiskey, 86 proof\", \"clust\": 353, \"cat_0_index\": 573, \"rank\": 85, \"cat-0\": \"Beverages\", \"rankvar\": 124, \"ini\": 3128}, {\"group\": [344.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, gin, 90 proof\", \"clust\": 355, \"cat_0_index\": 574, \"rank\": 86, \"cat-0\": \"Beverages\", \"rankvar\": 136, \"ini\": 3127}, {\"group\": [1957.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed, espresso, restaurant-prepared\", \"clust\": 1988, \"cat_0_index\": 575, \"rank\": 87, \"cat-0\": \"Beverages\", \"rankvar\": 2319, \"ini\": 3126}, {\"group\": [345.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 90 proof\", \"clust\": 356, \"cat_0_index\": 576, \"rank\": 88, \"cat-0\": \"Beverages\", \"rankvar\": 134, \"ini\": 3125}, {\"group\": [2662.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Agutuk, fish with shortening (Alaskan ice cream) (Alaska Native)\", \"clust\": 2684, \"cat_0_index\": 1239, \"rank\": 3212, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3140, \"ini\": 3124}, {\"group\": [1837.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON BROTH, Certified Organic Vegetable Broth\", \"clust\": 1866, \"cat_0_index\": 2615, \"rank\": 89, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2373, \"ini\": 3123}, {\"group\": [1912.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"QUAKER OATS, PROPEL Fitness Water, fruit-flavored, non-carbonated\", \"clust\": 1940, \"cat_0_index\": 577, \"rank\": 90, \"cat-0\": \"Beverages\", \"rankvar\": 2386, \"ini\": 3122}, {\"group\": [3059.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed flour, low fat (glandless)\", \"clust\": 3093, \"cat_0_index\": 2276, \"rank\": 3211, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3570, \"ini\": 3121}, {\"group\": [346.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 94 proof\", \"clust\": 354, \"cat_0_index\": 578, \"rank\": 91, \"cat-0\": \"Beverages\", \"rankvar\": 144, \"ini\": 3120}, {\"group\": [1582.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, pepper-type, contains caffeine\", \"clust\": 1611, \"cat_0_index\": 579, \"rank\": 92, \"cat-0\": \"Beverages\", \"rankvar\": 1405, \"ini\": 3119}, {\"group\": [3078.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried\", \"clust\": 3111, \"cat_0_index\": 1127, \"rank\": 3210, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3725, \"ini\": 3118}, {\"group\": [1836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, prepared with water\", \"clust\": 1867, \"cat_0_index\": 2616, \"rank\": 93, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2395, \"ini\": 3117}, {\"group\": [1836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, prepared with water\", \"clust\": 1868, \"cat_0_index\": 2617, \"rank\": 94, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2396, \"ini\": 3116}, {\"group\": [1583.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, grape soda\", \"clust\": 1612, \"cat_0_index\": 580, \"rank\": 95, \"cat-0\": \"Beverages\", \"rankvar\": 1347, \"ini\": 3115}, {\"group\": [348.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 100 proof\", \"clust\": 347, \"cat_0_index\": 581, \"rank\": 96, \"cat-0\": \"Beverages\", \"rankvar\": 169, \"ini\": 3114}, {\"group\": [3463.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GOLEAN CRUNCH!\", \"clust\": 3500, \"cat_0_index\": 759, \"rank\": 3209, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3102, \"ini\": 3113}, {\"group\": [3715.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, graham cracker, baked\", \"clust\": 3757, \"cat_0_index\": 303, \"rank\": 3208, \"cat-0\": \"Baked Products\", \"rankvar\": 2990, \"ini\": 3112}, {\"group\": [3636.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Midnight Bar\", \"clust\": 3679, \"cat_0_index\": 3203, \"rank\": 3207, \"cat-0\": \"Sweets\", \"rankvar\": 3316, \"ini\": 3111}, {\"group\": [3309.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Wheat Germ, Regular\", \"clust\": 3342, \"cat_0_index\": 760, \"rank\": 3206, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3095, \"ini\": 3110}, {\"group\": [1522.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, canned\", \"clust\": 1550, \"cat_0_index\": 3361, \"rank\": 97, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2389, \"ini\": 3109}, {\"group\": [1580.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, orange\", \"clust\": 1608, \"cat_0_index\": 582, \"rank\": 98, \"cat-0\": \"Beverages\", \"rankvar\": 1220, \"ini\": 3108}, {\"group\": [3824.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, powder\", \"clust\": 3868, \"cat_0_index\": 583, \"rank\": 3205, \"cat-0\": \"Beverages\", \"rankvar\": 3508, \"ini\": 3107}, {\"group\": [2771.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Salami (Genoa)\", \"clust\": 2805, \"cat_0_index\": 2413, \"rank\": 3204, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2711, \"ini\": 3106}, {\"group\": [2678.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 2711, \"cat_0_index\": 1325, \"rank\": 3203, \"cat-0\": \"Fast Foods\", \"rankvar\": 2775, \"ini\": 3105}, {\"group\": [3470.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, COCOA BEACH Cereal\", \"clust\": 3502, \"cat_0_index\": 761, \"rank\": 3202, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2827, \"ini\": 3104}, {\"group\": [1619.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, rice (sake)\", \"clust\": 1619, \"cat_0_index\": 584, \"rank\": 99, \"cat-0\": \"Beverages\", \"rankvar\": 248, \"ini\": 3103}, {\"group\": [1972.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jew's ear, (pepeao), raw\", \"clust\": 2004, \"cat_0_index\": 3362, \"rank\": 100, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1744, \"ini\": 3102}, {\"group\": [1581.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, italian, restaurant-prepared\", \"clust\": 1609, \"cat_0_index\": 3204, \"rank\": 101, \"cat-0\": \"Sweets\", \"rankvar\": 1060, \"ini\": 3101}, {\"group\": [1575.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Huckleberries, raw (Alaska Native)\", \"clust\": 1602, \"cat_0_index\": 1240, \"rank\": 102, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1537, \"ini\": 3100}, {\"group\": [3634.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, OH HENRY! Bar\", \"clust\": 3676, \"cat_0_index\": 3205, \"rank\": 3201, \"cat-0\": \"Sweets\", \"rankvar\": 3035, \"ini\": 3099}, {\"group\": [1861.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry, prepared with water\", \"clust\": 1887, \"cat_0_index\": 2618, \"rank\": 103, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2355, \"ini\": 3098}, {\"group\": [1966.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, powder, prepared with water\", \"clust\": 1995, \"cat_0_index\": 585, \"rank\": 104, \"cat-0\": \"Beverages\", \"rankvar\": 2233, \"ini\": 3097}, {\"group\": [1958.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wine, non-alcoholic\", \"clust\": 1986, \"cat_0_index\": 586, \"rank\": 105, \"cat-0\": \"Beverages\", \"rankvar\": 2296, \"ini\": 3096}, {\"group\": [3472.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI TLC Bar, chewy, mixed flavors\", \"clust\": 3507, \"cat_0_index\": 2545, \"rank\": 3200, \"cat-0\": \"Snacks\", \"rankvar\": 2700, \"ini\": 3095}, {\"group\": [1959.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Chicken Broth\", \"clust\": 1991, \"cat_0_index\": 2619, \"rank\": 106, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2267, \"ini\": 3094}, {\"group\": [3749.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, GENERAL MILLS Berry Burst CHEERIOS, all flavors\", \"clust\": 3787, \"cat_0_index\": 762, \"rank\": 3199, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2961, \"ini\": 3093}, {\"group\": [1964.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, sugar free, orange, cherry, and grape POPSICLE pops\", \"clust\": 1993, \"cat_0_index\": 3206, \"rank\": 107, \"cat-0\": \"Sweets\", \"rankvar\": 2061, \"ini\": 3092}, {\"group\": [3004.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, plain\", \"clust\": 3035, \"cat_0_index\": 2546, \"rank\": 3198, \"cat-0\": \"Snacks\", \"rankvar\": 2988, \"ini\": 3091}, {\"group\": [757.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, late harvest\", \"clust\": 774, \"cat_0_index\": 587, \"rank\": 108, \"cat-0\": \"Beverages\", \"rankvar\": 270, \"ini\": 3090}, {\"group\": [1900.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, light\", \"clust\": 1928, \"cat_0_index\": 588, \"rank\": 109, \"cat-0\": \"Beverages\", \"rankvar\": 1629, \"ini\": 3089}, {\"group\": [1973.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oheloberries, raw\", \"clust\": 2002, \"cat_0_index\": 1653, \"rank\": 110, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1742, \"ini\": 3088}, {\"group\": [1576.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, frozen (Alaska Native)\", \"clust\": 1603, \"cat_0_index\": 1241, \"rank\": 111, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1299, \"ini\": 3087}, {\"group\": [1961.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, au jus, canned\", \"clust\": 1990, \"cat_0_index\": 2620, \"rank\": 112, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1967, \"ini\": 3086}, {\"group\": [1617.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white\", \"clust\": 1646, \"cat_0_index\": 589, \"rank\": 113, \"cat-0\": \"Beverages\", \"rankvar\": 918, \"ini\": 3085}, {\"group\": [3637.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate marshmallow, prepared-from-recipe\", \"clust\": 3680, \"cat_0_index\": 3207, \"rank\": 3197, \"cat-0\": \"Sweets\", \"rankvar\": 3429, \"ini\": 3084}, {\"group\": [1864.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON BROTH, Vegetable Broth\", \"clust\": 1893, \"cat_0_index\": 2621, \"rank\": 114, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2390, \"ini\": 3083}, {\"group\": [1521.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, low calorie, with vitamin C, prepared\", \"clust\": 1543, \"cat_0_index\": 590, \"rank\": 115, \"cat-0\": \"Beverages\", \"rankvar\": 2484, \"ini\": 3082}, {\"group\": [1758.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sour, low sodium\", \"clust\": 1786, \"cat_0_index\": 3363, \"rank\": 116, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2081, \"ini\": 3081}, {\"group\": [2980.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, barbecue-flavor, made with enriched masa flour\", \"clust\": 3013, \"cat_0_index\": 2547, \"rank\": 3196, \"cat-0\": \"Snacks\", \"rankvar\": 3105, \"ini\": 3080}, {\"group\": [1965.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pop, with low calorie sweetener\", \"clust\": 1994, \"cat_0_index\": 3208, \"rank\": 117, \"cat-0\": \"Sweets\", \"rankvar\": 2044, \"ini\": 3079}, {\"group\": [3357.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, onion powder\", \"clust\": 3389, \"cat_0_index\": 3102, \"rank\": 3195, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3296, \"ini\": 3078}, {\"group\": [3442.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, Kashi U\", \"clust\": 3474, \"cat_0_index\": 763, \"rank\": 3194, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2971, \"ini\": 3077}, {\"group\": [2775.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Salami (hard)\", \"clust\": 2808, \"cat_0_index\": 2414, \"rank\": 3193, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2685, \"ini\": 3076}, {\"group\": [3365.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, wafers, seasoned\", \"clust\": 3394, \"cat_0_index\": 304, \"rank\": 3192, \"cat-0\": \"Baked Products\", \"rankvar\": 3436, \"ini\": 3075}, {\"group\": [1618.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, all\", \"clust\": 1647, \"cat_0_index\": 591, \"rank\": 118, \"cat-0\": \"Beverages\", \"rankvar\": 866, \"ini\": 3074}, {\"group\": [3315.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, black, mature seeds, raw\", \"clust\": 3352, \"cat_0_index\": 2041, \"rank\": 3191, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3376, \"ini\": 3073}, {\"group\": [1584.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF RICE, cooked with water, without salt\", \"clust\": 1610, \"cat_0_index\": 764, \"rank\": 119, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1030, \"ini\": 3072}, {\"group\": [1862.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry, prepared with water\", \"clust\": 1891, \"cat_0_index\": 2622, \"rank\": 120, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2415, \"ini\": 3071}, {\"group\": [1760.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pectin, liquid\", \"clust\": 1785, \"cat_0_index\": 3209, \"rank\": 121, \"cat-0\": \"Sweets\", \"rankvar\": 2327, \"ini\": 3070}, {\"group\": [1876.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Au Jus Gravy\", \"clust\": 1901, \"cat_0_index\": 2623, \"rank\": 122, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2344, \"ini\": 3069}, {\"group\": [760.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared from item 14530\", \"clust\": 772, \"cat_0_index\": 592, \"rank\": 123, \"cat-0\": \"Beverages\", \"rankvar\": 121, \"ini\": 3068}, {\"group\": [1146.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, reduced sugar, cola, contains caffeine and sweeteners\", \"clust\": 1171, \"cat_0_index\": 593, \"rank\": 124, \"cat-0\": \"Beverages\", \"rankvar\": 2116, \"ini\": 3067}, {\"group\": [3747.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Chocolate\", \"clust\": 3789, \"cat_0_index\": 765, \"rank\": 3190, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3013, \"ini\": 3066}, {\"group\": [2761.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, smoked, brined (Alaska Native)\", \"clust\": 2790, \"cat_0_index\": 1242, \"rank\": 3189, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3027, \"ini\": 3065}, {\"group\": [1519.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Fruit Medley\", \"clust\": 1547, \"cat_0_index\": 594, \"rank\": 125, \"cat-0\": \"Beverages\", \"rankvar\": 2471, \"ini\": 3064}, {\"group\": [2929.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, reduced fat\", \"clust\": 2965, \"cat_0_index\": 2548, \"rank\": 3188, \"cat-0\": \"Snacks\", \"rankvar\": 2916, \"ini\": 3063}, {\"group\": [1515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Berry Blend\", \"clust\": 1545, \"cat_0_index\": 595, \"rank\": 126, \"cat-0\": \"Beverages\", \"rankvar\": 2461, \"ini\": 3062}, {\"group\": [1863.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, SWANSON Chicken Broth 99% Fat Free\", \"clust\": 1892, \"cat_0_index\": 2624, \"rank\": 127, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2392, \"ini\": 3061}, {\"group\": [2933.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, yucca (cassava) chips, salted\", \"clust\": 2960, \"cat_0_index\": 2549, \"rank\": 3187, \"cat-0\": \"Snacks\", \"rankvar\": 2882, \"ini\": 3060}, {\"group\": [1901.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fluid replacement, electrolyte solution (include PEDIALYTE)\", \"clust\": 1929, \"cat_0_index\": 37, \"rank\": 128, \"cat-0\": \"Baby Foods\", \"rankvar\": 2238, \"ini\": 3059}, {\"group\": [1615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Merlot\", \"clust\": 1644, \"cat_0_index\": 596, \"rank\": 129, \"cat-0\": \"Beverages\", \"rankvar\": 871, \"ini\": 3058}, {\"group\": [2451.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, raw\", \"clust\": 2480, \"cat_0_index\": 2277, \"rank\": 3186, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3268, \"ini\": 3057}, {\"group\": [1954.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, napa, cooked\", \"clust\": 1984, \"cat_0_index\": 3364, \"rank\": 130, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2170, \"ini\": 3056}, {\"group\": [1516.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Tropical Blend\", \"clust\": 1546, \"cat_0_index\": 597, \"rank\": 131, \"cat-0\": \"Beverages\", \"rankvar\": 2463, \"ini\": 3055}, {\"group\": [1520.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Breakfast type drink, orange flavor, reduced sugar\", \"clust\": 1544, \"cat_0_index\": 598, \"rank\": 132, \"cat-0\": \"Beverages\", \"rankvar\": 2470, \"ini\": 3054}, {\"group\": [758.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, canned\", \"clust\": 775, \"cat_0_index\": 599, \"rank\": 133, \"cat-0\": \"Beverages\", \"rankvar\": 236, \"ini\": 3053}, {\"group\": [1616.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, red\", \"clust\": 1645, \"cat_0_index\": 600, \"rank\": 134, \"cat-0\": \"Beverages\", \"rankvar\": 848, \"ini\": 3052}, {\"group\": [347.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract, imitation, alcohol\", \"clust\": 348, \"cat_0_index\": 3103, \"rank\": 135, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 56, \"ini\": 3051}, {\"group\": [759.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, daiquiri, canned\", \"clust\": 773, \"cat_0_index\": 601, \"rank\": 136, \"cat-0\": \"Beverages\", \"rankvar\": 180, \"ini\": 3050}, {\"group\": [3640.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, 100 GRAND Bar\", \"clust\": 3678, \"cat_0_index\": 3210, \"rank\": 3185, \"cat-0\": \"Sweets\", \"rankvar\": 3247, \"ini\": 3049}, {\"group\": [2774.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, dry or hard, pork, beef\", \"clust\": 2810, \"cat_0_index\": 2415, \"rank\": 3184, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2668, \"ini\": 3048}, {\"group\": [1517.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Strawberry Kiwi\", \"clust\": 1548, \"cat_0_index\": 602, \"rank\": 137, \"cat-0\": \"Beverages\", \"rankvar\": 2472, \"ini\": 3047}, {\"group\": [1518.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable and fruit juice drink, reduced calorie, with low-calorie sweetener, added vitamin C\", \"clust\": 1549, \"cat_0_index\": 603, \"rank\": 138, \"cat-0\": \"Beverages\", \"rankvar\": 2466, \"ini\": 3046}, {\"group\": [3454.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Raisin Bran Clusters\", \"clust\": 3489, \"cat_0_index\": 766, \"rank\": 3183, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3511, \"ini\": 3045}, {\"group\": [3716.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, graham cracker, chilled\", \"clust\": 3758, \"cat_0_index\": 305, \"rank\": 3182, \"cat-0\": \"Baked Products\", \"rankvar\": 2936, \"ini\": 3044}, {\"group\": [3775.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, CINNAMON TOASTERS\", \"clust\": 3820, \"cat_0_index\": 767, \"rank\": 3181, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2962, \"ini\": 3043}, {\"group\": [1541.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch juice drink, frozen concentrate, prepared with water\", \"clust\": 1567, \"cat_0_index\": 604, \"rank\": 139, \"cat-0\": \"Beverages\", \"rankvar\": 1358, \"ini\": 3042}, {\"group\": [3857.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, chocolate, dry mix, regular\", \"clust\": 3890, \"cat_0_index\": 306, \"rank\": 3180, \"cat-0\": \"Baked Products\", \"rankvar\": 2858, \"ini\": 3041}, {\"group\": [1839.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, dry, mix, prepared with water\", \"clust\": 1864, \"cat_0_index\": 2625, \"rank\": 140, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1977, \"ini\": 3040}, {\"group\": [1960.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, low sodium, canned\", \"clust\": 1992, \"cat_0_index\": 2626, \"rank\": 141, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2028, \"ini\": 3039}, {\"group\": [2988.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, sandwich, with cheese filling\", \"clust\": 3020, \"cat_0_index\": 307, \"rank\": 3179, \"cat-0\": \"Baked Products\", \"rankvar\": 2687, \"ini\": 3038}, {\"group\": [1578.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, no salt\", \"clust\": 1606, \"cat_0_index\": 768, \"rank\": 142, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 908, \"ini\": 3037}, {\"group\": [1828.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, less/reduced sodium\", \"clust\": 1854, \"cat_0_index\": 2627, \"rank\": 143, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2262, \"ini\": 3036}, {\"group\": [3461.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Honey Clusters\", \"clust\": 3491, \"cat_0_index\": 769, \"rank\": 3178, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3604, \"ini\": 3035}, {\"group\": [1759.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, Indian, cooked, boiled (Navajo)\", \"clust\": 1787, \"cat_0_index\": 1243, \"rank\": 144, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2222, \"ini\": 3034}, {\"group\": [1867.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix, prepared with water\", \"clust\": 1895, \"cat_0_index\": 2628, \"rank\": 145, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2247, \"ini\": 3033}, {\"group\": [2908.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, shortribs, separable lean and fat, choice, cooked, braised\", \"clust\": 2927, \"cat_0_index\": 441, \"rank\": 3177, \"cat-0\": \"Beef Products\", \"rankvar\": 3058, \"ini\": 3032}, {\"group\": [1975.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn beverage\", \"clust\": 1997, \"cat_0_index\": 605, \"rank\": 146, \"cat-0\": \"Beverages\", \"rankvar\": 1410, \"ini\": 3031}, {\"group\": [3756.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, MARSHMALLOW MATEYS\", \"clust\": 3800, \"cat_0_index\": 770, \"rank\": 3176, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3187, \"ini\": 3030}, {\"group\": [3313.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, raw\", \"clust\": 3350, \"cat_0_index\": 2042, \"rank\": 3175, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3347, \"ini\": 3029}, {\"group\": [2741.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french dressing, commercial, regular, without salt\", \"clust\": 2774, \"cat_0_index\": 1519, \"rank\": 3174, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3291, \"ini\": 3028}, {\"group\": [1826.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, bouillon, consomme, prepared with equal volume water\", \"clust\": 1855, \"cat_0_index\": 2629, \"rank\": 147, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2165, \"ini\": 3027}, {\"group\": [1147.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, PEPSICO QUAKER GATORADE, GATORADE, original, fruit-flavored, ready-to-drink\", \"clust\": 1172, \"cat_0_index\": 606, \"rank\": 148, \"cat-0\": \"Beverages\", \"rankvar\": 1975, \"ini\": 3026}, {\"group\": [1739.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, clam, mixed species, canned, liquid\", \"clust\": 1769, \"cat_0_index\": 1556, \"rank\": 149, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2339, \"ini\": 3025}, {\"group\": [1579.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, salt\", \"clust\": 1607, \"cat_0_index\": 771, \"rank\": 150, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 905, \"ini\": 3024}, {\"group\": [1875.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon canned, ready-to-serve\", \"clust\": 1902, \"cat_0_index\": 2630, \"rank\": 151, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2325, \"ini\": 3023}, {\"group\": [3701.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar wafers with creme filling, regular\", \"clust\": 3745, \"cat_0_index\": 308, \"rank\": 3173, \"cat-0\": \"Baked Products\", \"rankvar\": 3139, \"ini\": 3022}, {\"group\": [1577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, unenriched, cooked with water, without salt\", \"clust\": 1604, \"cat_0_index\": 772, \"rank\": 152, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 697, \"ini\": 3021}, {\"group\": [1577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular and quick, unenriched, cooked with water, without salt\", \"clust\": 1605, \"cat_0_index\": 773, \"rank\": 153, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 698, \"ini\": 3020}, {\"group\": [3863.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, regular\", \"clust\": 3907, \"cat_0_index\": 309, \"rank\": 3172, \"cat-0\": \"Baked Products\", \"rankvar\": 2954, \"ini\": 3019}, {\"group\": [3816.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI GOLEAN, chewy, mixed flavors\", \"clust\": 3829, \"cat_0_index\": 2550, \"rank\": 3171, \"cat-0\": \"Snacks\", \"rankvar\": 2869, \"ini\": 3018}, {\"group\": [1648.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, chunky, reduced fat, reduced sodium, ready-to-serve, single brand\", \"clust\": 1674, \"cat_0_index\": 2631, \"rank\": 154, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1271, \"ini\": 3017}, {\"group\": [2981.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, chinese, chow mein\", \"clust\": 3017, \"cat_0_index\": 988, \"rank\": 3170, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3143, \"ini\": 3016}, {\"group\": [1585.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apricot juice drink, bottled\", \"clust\": 1599, \"cat_0_index\": 607, \"rank\": 155, \"cat-0\": \"Beverages\", \"rankvar\": 654, \"ini\": 3015}, {\"group\": [3228.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, cheese, cheddar, reduced fat\", \"clust\": 3266, \"cat_0_index\": 1128, \"rank\": 3169, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3175, \"ini\": 3014}, {\"group\": [1843.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken & Stars Soup\", \"clust\": 1872, \"cat_0_index\": 2632, \"rank\": 156, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2026, \"ini\": 3013}, {\"group\": [3841.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk and cereal bar\", \"clust\": 3881, \"cat_0_index\": 774, \"rank\": 3168, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3124, \"ini\": 3012}, {\"group\": [1589.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Groundcherries, (cape-gooseberries or poha), raw\", \"clust\": 1616, \"cat_0_index\": 1654, \"rank\": 157, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 833, \"ini\": 3011}, {\"group\": [3909.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla with nuts\", \"clust\": 3950, \"cat_0_index\": 3211, \"rank\": 3167, \"cat-0\": \"Sweets\", \"rankvar\": 3521, \"ini\": 3010}, {\"group\": [1968.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and dumplings and beef, strained\", \"clust\": 1999, \"cat_0_index\": 38, \"rank\": 158, \"cat-0\": \"Baby Foods\", \"rankvar\": 1087, \"ini\": 3009}, {\"group\": [1963.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, Chicken Broth, canned, ready-to-serve\", \"clust\": 1983, \"cat_0_index\": 2633, \"rank\": 159, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2309, \"ini\": 3008}, {\"group\": [1571.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF RICE, cooked with water, with salt\", \"clust\": 1596, \"cat_0_index\": 775, \"rank\": 160, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1095, \"ini\": 3007}, {\"group\": [3464.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KASHI GOLEAN Crisp Toasted Berry Crumble\", \"clust\": 3498, \"cat_0_index\": 776, \"rank\": 3166, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3023, \"ini\": 3006}, {\"group\": [2966.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, multigrain, French onion flavor\", \"clust\": 3000, \"cat_0_index\": 2551, \"rank\": 3165, \"cat-0\": \"Snacks\", \"rankvar\": 2771, \"ini\": 3005}, {\"group\": [791.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, bottled, with added potassium and sodium\", \"clust\": 809, \"cat_0_index\": 608, \"rank\": 161, \"cat-0\": \"Beverages\", \"rankvar\": 434, \"ini\": 3004}, {\"group\": [792.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plains Pricklypear, broiled (Northern Plains Indians)\", \"clust\": 810, \"cat_0_index\": 1244, \"rank\": 162, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 322, \"ini\": 3003}, {\"group\": [1969.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and dumplings and beef, junior\", \"clust\": 2000, \"cat_0_index\": 39, \"rank\": 163, \"cat-0\": \"Baby Foods\", \"rankvar\": 1041, \"ini\": 3002}, {\"group\": [2055.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Chicken Gravy\", \"clust\": 2083, \"cat_0_index\": 2634, \"rank\": 164, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1608, \"ini\": 3001}, {\"group\": [3455.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Caramel Delight\", \"clust\": 3490, \"cat_0_index\": 777, \"rank\": 3164, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3259, \"ini\": 3000}, {\"group\": [1144.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, with corn syrup and/or sugar and low calorie sweetener, fruit flavored\", \"clust\": 1169, \"cat_0_index\": 609, \"rank\": 165, \"cat-0\": \"Beverages\", \"rankvar\": 2198, \"ini\": 2999}, {\"group\": [1841.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Italian Style Wedding Soup\", \"clust\": 1869, \"cat_0_index\": 2635, \"rank\": 166, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1948, \"ini\": 2998}, {\"group\": [1835.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, low sodium, canned, prepared with equal volume water\", \"clust\": 1863, \"cat_0_index\": 2636, \"rank\": 167, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1875, \"ini\": 2997}, {\"group\": [3133.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Incaparina, dry mix (corn and soy flours), unprepared\", \"clust\": 3165, \"cat_0_index\": 778, \"rank\": 3163, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3174, \"ini\": 2996}, {\"group\": [1842.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Vegetable Beef Soup\", \"clust\": 1870, \"cat_0_index\": 2637, \"rank\": 168, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2041, \"ini\": 2995}, {\"group\": [3020.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter sandwich, special dietary\", \"clust\": 3050, \"cat_0_index\": 310, \"rank\": 3162, \"cat-0\": \"Baked Products\", \"rankvar\": 2975, \"ini\": 2994}, {\"group\": [3744.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, HONEY NUT CHEERIOS\", \"clust\": 3773, \"cat_0_index\": 779, \"rank\": 3161, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2919, \"ini\": 2993}, {\"group\": [2048.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Beef Gravy\", \"clust\": 2079, \"cat_0_index\": 2638, \"rank\": 169, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1868, \"ini\": 2992}, {\"group\": [1967.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chilchen (Red Berry Beverage) (Navajo)\", \"clust\": 1996, \"cat_0_index\": 1245, \"rank\": 170, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1315, \"ini\": 2991}, {\"group\": [2050.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Beef Gravy\", \"clust\": 2078, \"cat_0_index\": 2639, \"rank\": 171, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1636, \"ini\": 2990}, {\"group\": [1818.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, mung, mature seeds, sprouted, canned, drained solids\", \"clust\": 1845, \"cat_0_index\": 3365, \"rank\": 172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2163, \"ini\": 2989}, {\"group\": [1545.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, mixed vegetable, junior\", \"clust\": 1572, \"cat_0_index\": 40, \"rank\": 173, \"cat-0\": \"Baby Foods\", \"rankvar\": 1443, \"ini\": 2988}, {\"group\": [1845.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Chicken with Mini Noodles Soup\", \"clust\": 1871, \"cat_0_index\": 2640, \"rank\": 174, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1897, \"ini\": 2987}, {\"group\": [1777.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, water pack, solids and liquids\", \"clust\": 1805, \"cat_0_index\": 1655, \"rank\": 175, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1607, \"ini\": 2986}, {\"group\": [1902.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato vegetable, dry, mix, prepared with water\", \"clust\": 1930, \"cat_0_index\": 2641, \"rank\": 176, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1933, \"ini\": 2985}, {\"group\": [3719.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, commercially prepared, regular\", \"clust\": 3759, \"cat_0_index\": 311, \"rank\": 3160, \"cat-0\": \"Baked Products\", \"rankvar\": 2762, \"ini\": 2984}, {\"group\": [1761.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lime juice, canned or bottled, unsweetened\", \"clust\": 1789, \"cat_0_index\": 1656, \"rank\": 177, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1824, \"ini\": 2983}, {\"group\": [1148.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, COCA-COLA, POWERADE, lemon-lime flavored, ready-to-drink\", \"clust\": 1173, \"cat_0_index\": 610, \"rank\": 178, \"cat-0\": \"Beverages\", \"rankvar\": 1823, \"ini\": 2982}, {\"group\": [1549.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef broth and tomato juice, canned\", \"clust\": 1576, \"cat_0_index\": 611, \"rank\": 179, \"cat-0\": \"Beverages\", \"rankvar\": 1399, \"ini\": 2981}, {\"group\": [3624.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Bar\", \"clust\": 3666, \"cat_0_index\": 3212, \"rank\": 3159, \"cat-0\": \"Sweets\", \"rankvar\": 3385, \"ini\": 2980}, {\"group\": [1848.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Rice Soup\", \"clust\": 1875, \"cat_0_index\": 2642, \"rank\": 180, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1789, \"ini\": 2979}, {\"group\": [2053.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Chicken Gravy\", \"clust\": 2084, \"cat_0_index\": 2643, \"rank\": 181, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1677, \"ini\": 2978}, {\"group\": [3295.0, 60.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, mole poblano, dry mix, single brand\", \"clust\": 3330, \"cat_0_index\": 2644, \"rank\": 3158, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3084, \"ini\": 2977}, {\"group\": [1547.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, raw\", \"clust\": 1570, \"cat_0_index\": 3366, \"rank\": 182, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1569, \"ini\": 2976}, {\"group\": [2049.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Chicken Gravy\", \"clust\": 2080, \"cat_0_index\": 2645, \"rank\": 183, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1931, \"ini\": 2975}, {\"group\": [2967.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, Harvest Cheddar flavor\", \"clust\": 3001, \"cat_0_index\": 2552, \"rank\": 3157, \"cat-0\": \"Snacks\", \"rankvar\": 2773, \"ini\": 2974}, {\"group\": [1652.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Rotini & Penne Pasta Soup\", \"clust\": 1677, \"cat_0_index\": 2646, \"rank\": 184, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1196, \"ini\": 2973}, {\"group\": [1846.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Noodle Soup\", \"clust\": 1876, \"cat_0_index\": 2647, \"rank\": 185, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1785, \"ini\": 2972}, {\"group\": [1955.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1985, \"cat_0_index\": 3367, \"rank\": 186, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1778, \"ini\": 2971}, {\"group\": [1149.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder, prepared with water\", \"clust\": 1174, \"cat_0_index\": 612, \"rank\": 187, \"cat-0\": \"Beverages\", \"rankvar\": 2013, \"ini\": 2970}, {\"group\": [3717.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Peanut Butter\", \"clust\": 3760, \"cat_0_index\": 312, \"rank\": 3156, \"cat-0\": \"Baked Products\", \"rankvar\": 2718, \"ini\": 2969}, {\"group\": [3441.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI MIGHTY BITES, Honey Crunch Cereal\", \"clust\": 3476, \"cat_0_index\": 780, \"rank\": 3155, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2829, \"ini\": 2968}, {\"group\": [3748.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Yogurt Burst\", \"clust\": 3788, \"cat_0_index\": 781, \"rank\": 3154, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2976, \"ini\": 2967}, {\"group\": [1729.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), raw\", \"clust\": 1758, \"cat_0_index\": 3368, \"rank\": 188, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2166, \"ini\": 2966}, {\"group\": [2054.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Turkey Gravy\", \"clust\": 2085, \"cat_0_index\": 2648, \"rank\": 189, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1689, \"ini\": 2965}, {\"group\": [3017.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, vanilla wafer, chilled\", \"clust\": 3052, \"cat_0_index\": 313, \"rank\": 3153, \"cat-0\": \"Baked Products\", \"rankvar\": 2963, \"ini\": 2964}, {\"group\": [3754.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Honey Nut TOASTY O'S Cereal\", \"clust\": 3797, \"cat_0_index\": 782, \"rank\": 3152, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3087, \"ini\": 2963}, {\"group\": [3211.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, cold pack, american\", \"clust\": 3241, \"cat_0_index\": 1129, \"rank\": 3151, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2626, \"ini\": 2962}, {\"group\": [762.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, tequila sunrise, canned\", \"clust\": 770, \"cat_0_index\": 613, \"rank\": 190, \"cat-0\": \"Beverages\", \"rankvar\": 429, \"ini\": 2961}, {\"group\": [1847.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken rice, dry, mix, prepared with water\", \"clust\": 1877, \"cat_0_index\": 2649, \"rank\": 191, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2031, \"ini\": 2960}, {\"group\": [1573.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular and quick, enriched, cooked with water, without salt\", \"clust\": 1600, \"cat_0_index\": 783, \"rank\": 192, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 616, \"ini\": 2959}, {\"group\": [2736.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sandwich spread, with chopped pickle, regular, unspecified oils\", \"clust\": 2771, \"cat_0_index\": 1520, \"rank\": 3150, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3085, \"ini\": 2958}, {\"group\": [761.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, dessert, dry\", \"clust\": 771, \"cat_0_index\": 614, \"rank\": 193, \"cat-0\": \"Beverages\", \"rankvar\": 76, \"ini\": 2957}, {\"group\": [1815.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, sweet and sour\", \"clust\": 1843, \"cat_0_index\": 1521, \"rank\": 194, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2244, \"ini\": 2956}, {\"group\": [1730.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), cooked, boiled, drained, without salt\", \"clust\": 1759, \"cat_0_index\": 3369, \"rank\": 195, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2125, \"ini\": 2955}, {\"group\": [2077.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Broth, condensed\", \"clust\": 2105, \"cat_0_index\": 2650, \"rank\": 196, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2351, \"ini\": 2954}, {\"group\": [1838.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with rice, canned, prepared with equal volume water\", \"clust\": 1865, \"cat_0_index\": 2651, \"rank\": 197, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1885, \"ini\": 2953}, {\"group\": [1543.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, cooked, boiled, without salt\", \"clust\": 1573, \"cat_0_index\": 3370, \"rank\": 198, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1134, \"ini\": 2952}, {\"group\": [1844.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken with Mini Noodles Soup\", \"clust\": 1873, \"cat_0_index\": 2652, \"rank\": 199, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1943, \"ini\": 2951}, {\"group\": [2799.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, breakfast strips, raw or unheated\", \"clust\": 2832, \"cat_0_index\": 442, \"rank\": 3149, \"cat-0\": \"Beef Products\", \"rankvar\": 2832, \"ini\": 2950}, {\"group\": [1651.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Savory Chicken and Long Grain Rice Soup\", \"clust\": 1678, \"cat_0_index\": 2653, \"rank\": 200, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1250, \"ini\": 2949}, {\"group\": [3003.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, ranch-flavor\", \"clust\": 3037, \"cat_0_index\": 2553, \"rank\": 3148, \"cat-0\": \"Snacks\", \"rankvar\": 2859, \"ini\": 2948}, {\"group\": [3835.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Currants, zante, dried\", \"clust\": 3875, \"cat_0_index\": 1657, \"rank\": 3147, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3489, \"ini\": 2947}, {\"group\": [1558.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, extra light syrup, solids and liquids\", \"clust\": 1584, \"cat_0_index\": 1658, \"rank\": 201, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1243, \"ini\": 2946}, {\"group\": [1145.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water with added vitamins and minerals, bottles, sweetened, assorted fruit flavors\", \"clust\": 1170, \"cat_0_index\": 615, \"rank\": 202, \"cat-0\": \"Beverages\", \"rankvar\": 2194, \"ini\": 2945}, {\"group\": [3379.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mungo beans, mature seeds, raw\", \"clust\": 3406, \"cat_0_index\": 2043, \"rank\": 3146, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3366, \"ini\": 2944}, {\"group\": [1649.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Long Grain & Wild Rice Soup\", \"clust\": 1679, \"cat_0_index\": 2654, \"rank\": 203, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1166, \"ini\": 2943}, {\"group\": [1819.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), cooked, boiled, drained, without salt\", \"clust\": 1846, \"cat_0_index\": 3371, \"rank\": 204, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2257, \"ini\": 2942}, {\"group\": [3660.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, special dietary\", \"clust\": 3694, \"cat_0_index\": 314, \"rank\": 3145, \"cat-0\": \"Baked Products\", \"rankvar\": 2727, \"ini\": 2941}, {\"group\": [3776.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CINNAMON TOAST CRUNCH\", \"clust\": 3818, \"cat_0_index\": 784, \"rank\": 3144, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2987, \"ini\": 2940}, {\"group\": [1544.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, mixed vegetable, strained\", \"clust\": 1574, \"cat_0_index\": 41, \"rank\": 205, \"cat-0\": \"Baby Foods\", \"rankvar\": 1201, \"ini\": 2939}, {\"group\": [1336.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cucumber, peeled, raw\", \"clust\": 1362, \"cat_0_index\": 3372, \"rank\": 206, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2205, \"ini\": 2938}, {\"group\": [2061.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Mushroom Gravy\", \"clust\": 2086, \"cat_0_index\": 2655, \"rank\": 207, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1951, \"ini\": 2937}, {\"group\": [2629.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, roasted\", \"clust\": 2656, \"cat_0_index\": 2336, \"rank\": 3143, \"cat-0\": \"Poultry Products\", \"rankvar\": 2844, \"ini\": 2936}, {\"group\": [2051.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Beef Gravy\", \"clust\": 2081, \"cat_0_index\": 2656, \"rank\": 208, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1583, \"ini\": 2935}, {\"group\": [1840.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, prepared with equal volume water\", \"clust\": 1861, \"cat_0_index\": 2657, \"rank\": 209, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1712, \"ini\": 2934}, {\"group\": [1827.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, prepared with equal volume water\", \"clust\": 1856, \"cat_0_index\": 2658, \"rank\": 210, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2114, \"ini\": 2933}, {\"group\": [3952.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, powder\", \"clust\": 3994, \"cat_0_index\": 616, \"rank\": 3142, \"cat-0\": \"Beverages\", \"rankvar\": 3754, \"ini\": 2932}, {\"group\": [3096.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with bananas, dry\", \"clust\": 3129, \"cat_0_index\": 42, \"rank\": 3141, \"cat-0\": \"Baby Foods\", \"rankvar\": 3012, \"ini\": 2931}, {\"group\": [3635.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, BUTTERFINGER Bar\", \"clust\": 3677, \"cat_0_index\": 3213, \"rank\": 3140, \"cat-0\": \"Sweets\", \"rankvar\": 3101, \"ini\": 2930}, {\"group\": [3718.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter sandwich, regular\", \"clust\": 3761, \"cat_0_index\": 315, \"rank\": 3139, \"cat-0\": \"Baked Products\", \"rankvar\": 2839, \"ini\": 2929}, {\"group\": [3497.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, cream of tartar\", \"clust\": 3534, \"cat_0_index\": 316, \"rank\": 3138, \"cat-0\": \"Baked Products\", \"rankvar\": 3889, \"ini\": 2928}, {\"group\": [3316.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pigeon peas (red gram), mature seeds, raw\", \"clust\": 3353, \"cat_0_index\": 2044, \"rank\": 3137, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3338, \"ini\": 2927}, {\"group\": [1162.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Malt-o-Meal, plain, prepared with water, without salt\", \"clust\": 1186, \"cat_0_index\": 785, \"rank\": 211, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1349, \"ini\": 2926}, {\"group\": [1569.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular, quick, unenriched, cooked with water, with salt\", \"clust\": 1597, \"cat_0_index\": 786, \"rank\": 212, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 769, \"ini\": 2925}, {\"group\": [1744.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew/soup, caribou (Alaska Native)\", \"clust\": 1774, \"cat_0_index\": 1246, \"rank\": 213, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1144, \"ini\": 2924}, {\"group\": [1731.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), raw\", \"clust\": 1757, \"cat_0_index\": 3373, \"rank\": 214, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1952, \"ini\": 2923}, {\"group\": [1620.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Original Creamer\", \"clust\": 1618, \"cat_0_index\": 2045, \"rank\": 215, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 785, \"ini\": 2922}, {\"group\": [1590.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry, low bush or lingenberry, raw (Alaska Native)\", \"clust\": 1617, \"cat_0_index\": 1247, \"rank\": 216, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1321, \"ini\": 2921}, {\"group\": [1646.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, 98% Fat Free New England Clam Chowder\", \"clust\": 1675, \"cat_0_index\": 2659, \"rank\": 217, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1146, \"ini\": 2920}, {\"group\": [2835.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, breakfast strips, raw or unheated\", \"clust\": 2866, \"cat_0_index\": 2313, \"rank\": 3136, \"cat-0\": \"Pork Products\", \"rankvar\": 2657, \"ini\": 2919}, {\"group\": [1337.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cucumber, with peel, raw\", \"clust\": 1363, \"cat_0_index\": 3374, \"rank\": 218, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2055, \"ini\": 2918}, {\"group\": [1546.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horned melon (Kiwano)\", \"clust\": 1571, \"cat_0_index\": 1659, \"rank\": 219, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1145, \"ini\": 2917}, {\"group\": [1802.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, dill, low sodium\", \"clust\": 1827, \"cat_0_index\": 3375, \"rank\": 220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1741, \"ini\": 2916}, {\"group\": [1811.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, canned, drained, solid, without salt\", \"clust\": 1837, \"cat_0_index\": 3376, \"rank\": 221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2181, \"ini\": 2915}, {\"group\": [1868.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, dry, mix, prepared with water\", \"clust\": 1896, \"cat_0_index\": 2660, \"rank\": 222, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1980, \"ini\": 2914}, {\"group\": [1859.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, canned, prepared with equal volume water\", \"clust\": 1888, \"cat_0_index\": 2661, \"rank\": 223, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1962, \"ini\": 2913}, {\"group\": [1570.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular, quick, unenriched, cooked with water, with salt\", \"clust\": 1598, \"cat_0_index\": 787, \"rank\": 224, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 779, \"ini\": 2912}, {\"group\": [1741.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, fish, home-prepared\", \"clust\": 1768, \"cat_0_index\": 2662, \"rank\": 225, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2110, \"ini\": 2911}, {\"group\": [2052.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Turkey Gravy\", \"clust\": 2082, \"cat_0_index\": 2663, \"rank\": 226, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1494, \"ini\": 2910}, {\"group\": [3459.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI Good Friends\", \"clust\": 3494, \"cat_0_index\": 788, \"rank\": 3135, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3530, \"ini\": 2909}, {\"group\": [603.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, tonic water\", \"clust\": 617, \"cat_0_index\": 617, \"rank\": 227, \"cat-0\": \"Beverages\", \"rankvar\": 1910, \"ini\": 2908}, {\"group\": [3093.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, dry\", \"clust\": 3125, \"cat_0_index\": 43, \"rank\": 3134, \"cat-0\": \"Baby Foods\", \"rankvar\": 3100, \"ini\": 2907}, {\"group\": [3627.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, NESTLE, Rich Chocolate Hot Cocoa Mix\", \"clust\": 3668, \"cat_0_index\": 618, \"rank\": 3133, \"cat-0\": \"Beverages\", \"rankvar\": 3404, \"ini\": 2906}, {\"group\": [604.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, ginger ale\", \"clust\": 618, \"cat_0_index\": 619, \"rank\": 228, \"cat-0\": \"Beverages\", \"rankvar\": 1916, \"ini\": 2905}, {\"group\": [3012.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular\", \"clust\": 3045, \"cat_0_index\": 2554, \"rank\": 3132, \"cat-0\": \"Snacks\", \"rankvar\": 2688, \"ini\": 2904}, {\"group\": [1807.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, no salt added, solids and liquids\", \"clust\": 1838, \"cat_0_index\": 3377, \"rank\": 229, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2068, \"ini\": 2903}, {\"group\": [1860.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey noodle, canned, prepared with equal volume water\", \"clust\": 1889, \"cat_0_index\": 2664, \"rank\": 230, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1807, \"ini\": 2902}, {\"group\": [349.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, daiquiri, prepared-from-recipe\", \"clust\": 357, \"cat_0_index\": 620, \"rank\": 231, \"cat-0\": \"Beverages\", \"rankvar\": 101, \"ini\": 2901}, {\"group\": [1556.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, frozen, unsweetened, unheated\", \"clust\": 1585, \"cat_0_index\": 1660, \"rank\": 232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1067, \"ini\": 2900}, {\"group\": [1557.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, frozen, unsweetened, heated\", \"clust\": 1586, \"cat_0_index\": 1661, \"rank\": 233, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1121, \"ini\": 2899}, {\"group\": [1794.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, water pack, without skin, solids and liquids\", \"clust\": 1822, \"cat_0_index\": 1662, \"rank\": 234, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1864, \"ini\": 2898}, {\"group\": [2278.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, extra light syrup pack, solids and liquids\", \"clust\": 2307, \"cat_0_index\": 1663, \"rank\": 235, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1211, \"ini\": 2897}, {\"group\": [612.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverages, fruit juice drink, reduced sugar, with vitamin E added\", \"clust\": 621, \"cat_0_index\": 621, \"rank\": 236, \"cat-0\": \"Beverages\", \"rankvar\": 1554, \"ini\": 2896}, {\"group\": [3061.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, mature seeds, raw\", \"clust\": 3094, \"cat_0_index\": 2046, \"rank\": 3131, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2836, \"ini\": 2895}, {\"group\": [1548.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), cooked, boiled, drained, without salt\", \"clust\": 1569, \"cat_0_index\": 3378, \"rank\": 237, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1486, \"ini\": 2894}, {\"group\": [1574.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, enriched, cooked with water, without salt\", \"clust\": 1601, \"cat_0_index\": 789, \"rank\": 238, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 487, \"ini\": 2893}, {\"group\": [3214.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese spread, pasteurized process, american, without di sodium phosphate\", \"clust\": 3247, \"cat_0_index\": 1130, \"rank\": 3130, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2608, \"ini\": 2892}, {\"group\": [607.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, prepared\", \"clust\": 616, \"cat_0_index\": 622, \"rank\": 239, \"cat-0\": \"Beverages\", \"rankvar\": 1861, \"ini\": 2891}, {\"group\": [1808.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, no salt added, solids and liquids\", \"clust\": 1839, \"cat_0_index\": 3379, \"rank\": 240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2069, \"ini\": 2890}, {\"group\": [1650.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken Vegetable Medley Soup\", \"clust\": 1680, \"cat_0_index\": 2665, \"rank\": 241, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1014, \"ini\": 2889}, {\"group\": [2685.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Veggie Breakfast Bacon Strips, frozen, unprepared\", \"clust\": 2719, \"cat_0_index\": 2047, \"rank\": 3128, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2691, \"ini\": 2888}, {\"group\": [2685.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Stripples, frozen, unprepared\", \"clust\": 2720, \"cat_0_index\": 2048, \"rank\": 3129, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2692, \"ini\": 2887}, {\"group\": [608.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malt beverage\", \"clust\": 615, \"cat_0_index\": 623, \"rank\": 242, \"cat-0\": \"Beverages\", \"rankvar\": 1810, \"ini\": 2886}, {\"group\": [1586.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, tropical fruit, junior\", \"clust\": 1614, \"cat_0_index\": 44, \"rank\": 243, \"cat-0\": \"Baby Foods\", \"rankvar\": 897, \"ini\": 2885}, {\"group\": [1740.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, beef, home-prepared\", \"clust\": 1770, \"cat_0_index\": 2666, \"rank\": 244, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2097, \"ini\": 2884}, {\"group\": [1703.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Vegetable Medley Soup\", \"clust\": 1728, \"cat_0_index\": 2667, \"rank\": 245, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1426, \"ini\": 2883}, {\"group\": [609.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, contains caffeine\", \"clust\": 623, \"cat_0_index\": 624, \"rank\": 246, \"cat-0\": \"Beverages\", \"rankvar\": 1813, \"ini\": 2882}, {\"group\": [3629.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, coconut macaroons, prepared from recipe\", \"clust\": 3670, \"cat_0_index\": 317, \"rank\": 3127, \"cat-0\": \"Baked Products\", \"rankvar\": 3514, \"ini\": 2881}, {\"group\": [2598.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whale, bowhead, skin and subcutaneous fat (muktuk) (Alaska Native)\", \"clust\": 2613, \"cat_0_index\": 1248, \"rank\": 3126, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3253, \"ini\": 2880}, {\"group\": [1852.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom barley, canned, prepared with equal volume water\", \"clust\": 1878, \"cat_0_index\": 2668, \"rank\": 247, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1805, \"ini\": 2879}, {\"group\": [1857.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, wonton, Chinese restaurant\", \"clust\": 1885, \"cat_0_index\": 2669, \"rank\": 248, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1617, \"ini\": 2878}, {\"group\": [605.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, LIPTON BRISK iced tea, with lemon flavor\", \"clust\": 619, \"cat_0_index\": 625, \"rank\": 249, \"cat-0\": \"Beverages\", \"rankvar\": 1876, \"ini\": 2877}, {\"group\": [3763.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, TOOTIE FRUITIES\", \"clust\": 3805, \"cat_0_index\": 790, \"rank\": 3125, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3277, \"ini\": 2876}, {\"group\": [3314.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, red, mature seeds, raw\", \"clust\": 3351, \"cat_0_index\": 2049, \"rank\": 3124, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3324, \"ini\": 2875}, {\"group\": [1563.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, light syrup, solids and liquids\", \"clust\": 1588, \"cat_0_index\": 1664, \"rank\": 250, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 755, \"ini\": 2874}, {\"group\": [1660.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Chicken and Rice Soup, canned\", \"clust\": 1685, \"cat_0_index\": 2670, \"rank\": 251, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1372, \"ini\": 2873}, {\"group\": [1554.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra light syrup, solids and liquids\", \"clust\": 1582, \"cat_0_index\": 1665, \"rank\": 252, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1174, \"ini\": 2872}, {\"group\": [1526.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mixed vegetable and fruit juice drink, with added nutrients\", \"clust\": 1553, \"cat_0_index\": 626, \"rank\": 253, \"cat-0\": \"Beverages\", \"rankvar\": 2147, \"ini\": 2871}, {\"group\": [610.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, SPRITE, lemon-lime, without caffeine\", \"clust\": 624, \"cat_0_index\": 627, \"rank\": 254, \"cat-0\": \"Beverages\", \"rankvar\": 1740, \"ini\": 2870}, {\"group\": [3165.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, salted and fermented (fuyu), prepared with calcium sulfate\", \"clust\": 3197, \"cat_0_index\": 2050, \"rank\": 3123, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3605, \"ini\": 2869}, {\"group\": [1542.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, boiled and steamed\", \"clust\": 1568, \"cat_0_index\": 2278, \"rank\": 255, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 886, \"ini\": 2868}, {\"group\": [1890.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, prepared with equal volume water\", \"clust\": 1919, \"cat_0_index\": 2671, \"rank\": 256, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2119, \"ini\": 2867}, {\"group\": [3460.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Yogurt Bites\", \"clust\": 3495, \"cat_0_index\": 791, \"rank\": 3122, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3286, \"ini\": 2866}, {\"group\": [2627.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, skin only, cooked, roasted\", \"clust\": 2657, \"cat_0_index\": 2337, \"rank\": 3121, \"cat-0\": \"Poultry Products\", \"rankvar\": 2798, \"ini\": 2865}, {\"group\": [1831.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish broth\", \"clust\": 1853, \"cat_0_index\": 2672, \"rank\": 257, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2154, \"ini\": 2864}, {\"group\": [1523.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New Zealand spinach, cooked, boiled, drained, without salt\", \"clust\": 1551, \"cat_0_index\": 3380, \"rank\": 258, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2187, \"ini\": 2863}, {\"group\": [1832.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1859, \"cat_0_index\": 3381, \"rank\": 259, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1907, \"ini\": 2862}, {\"group\": [1849.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, egg drop, Chinese restaurant\", \"clust\": 1874, \"cat_0_index\": 2673, \"rank\": 260, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1934, \"ini\": 2861}, {\"group\": [1657.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Itallian-Style Wedding Soup\", \"clust\": 1688, \"cat_0_index\": 2674, \"rank\": 261, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1214, \"ini\": 2860}, {\"group\": [1764.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and noodles and turkey, strained\", \"clust\": 1792, \"cat_0_index\": 45, \"rank\": 262, \"cat-0\": \"Baby Foods\", \"rankvar\": 1346, \"ini\": 2859}, {\"group\": [3264.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, unspecified type, dry\", \"clust\": 3300, \"cat_0_index\": 2675, \"rank\": 3120, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3595, \"ini\": 2858}, {\"group\": [3029.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puff pastry, frozen, ready-to-bake\", \"clust\": 3056, \"cat_0_index\": 318, \"rank\": 3119, \"cat-0\": \"Baked Products\", \"rankvar\": 3076, \"ini\": 2857}, {\"group\": [1833.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, with green chilies\", \"clust\": 1860, \"cat_0_index\": 3382, \"rank\": 263, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2151, \"ini\": 2856}, {\"group\": [3233.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, monterey, low fat\", \"clust\": 3269, \"cat_0_index\": 1131, \"rank\": 3118, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2945, \"ini\": 2855}, {\"group\": [1647.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT HARVEST Microwaveable Bowls, 98% Fat Free New England Clam Chowder\", \"clust\": 1676, \"cat_0_index\": 2676, \"rank\": 264, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1163, \"ini\": 2854}, {\"group\": [1829.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, gazpacho, canned, ready-to-serve\", \"clust\": 1857, \"cat_0_index\": 2677, \"rank\": 265, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1884, \"ini\": 2853}, {\"group\": [1587.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Java-plum, (jambolan), raw\", \"clust\": 1615, \"cat_0_index\": 1666, \"rank\": 266, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 732, \"ini\": 2852}, {\"group\": [1757.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, pinto bean and hominy, badufsuki (Hopi)\", \"clust\": 1782, \"cat_0_index\": 1249, \"rank\": 267, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1599, \"ini\": 2851}, {\"group\": [1528.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pitanga, (surinam-cherry), raw\", \"clust\": 1557, \"cat_0_index\": 1667, \"rank\": 268, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1775, \"ini\": 2850}, {\"group\": [3503.0, 73.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried, packed in oil, drained\", \"clust\": 3527, \"cat_0_index\": 3383, \"rank\": 3117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2865, \"ini\": 2849}, {\"group\": [3457.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, All-Bran Strawberry Medley\", \"clust\": 3492, \"cat_0_index\": 792, \"rank\": 3116, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3335, \"ini\": 2848}, {\"group\": [1572.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, mix'n eat, plain, prepared with water\", \"clust\": 1595, \"cat_0_index\": 793, \"rank\": 269, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 460, \"ini\": 2847}, {\"group\": [3650.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toppings, nuts in syrup\", \"clust\": 3692, \"cat_0_index\": 3214, \"rank\": 3115, \"cat-0\": \"Sweets\", \"rankvar\": 2997, \"ini\": 2846}, {\"group\": [3094.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with bananas, dry\", \"clust\": 3124, \"cat_0_index\": 46, \"rank\": 3114, \"cat-0\": \"Baby Foods\", \"rankvar\": 3147, \"ini\": 2845}, {\"group\": [1529.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rose-apples, raw\", \"clust\": 1558, \"cat_0_index\": 1668, \"rank\": 270, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2010, \"ini\": 2844}, {\"group\": [606.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, NESTLE, COOL NESTEA ice tea lemon flavor\", \"clust\": 620, \"cat_0_index\": 628, \"rank\": 271, \"cat-0\": \"Beverages\", \"rankvar\": 1902, \"ini\": 2843}, {\"group\": [3182.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, white, queso blanco\", \"clust\": 3216, \"cat_0_index\": 1132, \"rank\": 3113, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2811, \"ini\": 2842}, {\"group\": [1813.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, canned, drained solids\", \"clust\": 1835, \"cat_0_index\": 3384, \"rank\": 272, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1918, \"ini\": 2841}, {\"group\": [2075.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Broth, condensed\", \"clust\": 2106, \"cat_0_index\": 2678, \"rank\": 273, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2302, \"ini\": 2840}, {\"group\": [3848.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, marble, dry mix, pudding-type\", \"clust\": 3892, \"cat_0_index\": 319, \"rank\": 3112, \"cat-0\": \"Baked Products\", \"rankvar\": 3321, \"ini\": 2839}, {\"group\": [611.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, ARIZONA iced tea, with lemon flavor\", \"clust\": 622, \"cat_0_index\": 629, \"rank\": 274, \"cat-0\": \"Beverages\", \"rankvar\": 1843, \"ini\": 2838}, {\"group\": [1555.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, juice pack, solids and liquids\", \"clust\": 1583, \"cat_0_index\": 1669, \"rank\": 275, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 938, \"ini\": 2837}, {\"group\": [1737.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), cooked, boiled, drained, with salt\", \"clust\": 1766, \"cat_0_index\": 3385, \"rank\": 276, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2196, \"ini\": 2836}, {\"group\": [1164.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Malt-O-Meal, chocolate, prepared with water, without salt\", \"clust\": 1188, \"cat_0_index\": 794, \"rank\": 277, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1283, \"ini\": 2835}, {\"group\": [3709.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, coconut-nut, ready-to-eat\", \"clust\": 3741, \"cat_0_index\": 3215, \"rank\": 3111, \"cat-0\": \"Sweets\", \"rankvar\": 2799, \"ini\": 2834}, {\"group\": [2076.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Consomme, condensed\", \"clust\": 2107, \"cat_0_index\": 2679, \"rank\": 278, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2175, \"ini\": 2833}, {\"group\": [1659.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Slow Roasted Beef and Vegetables Soup\", \"clust\": 1686, \"cat_0_index\": 2680, \"rank\": 279, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1218, \"ini\": 2832}, {\"group\": [2060.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oxtail, dry, mix, prepared with water\", \"clust\": 2087, \"cat_0_index\": 2681, \"rank\": 280, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1970, \"ini\": 2831}, {\"group\": [1565.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular, quick, enriched, cooked with water, with salt\", \"clust\": 1593, \"cat_0_index\": 795, \"rank\": 281, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 677, \"ini\": 2830}, {\"group\": [1177.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, regular (10 minute), cooked with water, without salt\", \"clust\": 1198, \"cat_0_index\": 796, \"rank\": 282, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1202, \"ini\": 2829}, {\"group\": [2782.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, summer, pork and beef, sticks, with cheddar cheese\", \"clust\": 2816, \"cat_0_index\": 2416, \"rank\": 3110, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2638, \"ini\": 2828}, {\"group\": [1970.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with eggs, strained\", \"clust\": 1998, \"cat_0_index\": 47, \"rank\": 283, \"cat-0\": \"Baby Foods\", \"rankvar\": 771, \"ini\": 2827}, {\"group\": [2954.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, sandwich, with peanut butter filling\", \"clust\": 2988, \"cat_0_index\": 320, \"rank\": 3109, \"cat-0\": \"Baked Products\", \"rankvar\": 2644, \"ini\": 2826}, {\"group\": [1820.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), cooked, boiled, drained, with salt\", \"clust\": 1847, \"cat_0_index\": 3386, \"rank\": 284, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2317, \"ini\": 2825}, {\"group\": [1996.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Brown Gravy with Onions\", \"clust\": 2025, \"cat_0_index\": 2682, \"rank\": 285, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1642, \"ini\": 2824}, {\"group\": [1809.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, no salt added, drained solids\", \"clust\": 1840, \"cat_0_index\": 3387, \"rank\": 286, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1877, \"ini\": 2823}, {\"group\": [1732.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, raw\", \"clust\": 1762, \"cat_0_index\": 3388, \"rank\": 287, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2062, \"ini\": 2822}, {\"group\": [3878.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, gingerbread, dry mix\", \"clust\": 3913, \"cat_0_index\": 321, \"rank\": 3108, \"cat-0\": \"Baked Products\", \"rankvar\": 3069, \"ini\": 2821}, {\"group\": [1661.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Chicken Noodle Soup, canned\", \"clust\": 1682, \"cat_0_index\": 2683, \"rank\": 288, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1226, \"ini\": 2820}, {\"group\": [3008.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, acorns, dried\", \"clust\": 3040, \"cat_0_index\": 2279, \"rank\": 3107, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2970, \"ini\": 2819}, {\"group\": [1706.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, New England Clam Chowder\", \"clust\": 1734, \"cat_0_index\": 2684, \"rank\": 289, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1625, \"ini\": 2818}, {\"group\": [1491.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-grape juice drink, bottled\", \"clust\": 1519, \"cat_0_index\": 630, \"rank\": 290, \"cat-0\": \"Beverages\", \"rankvar\": 1409, \"ini\": 2817}, {\"group\": [1655.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mexican Style Chicken Tortilla Soup\", \"clust\": 1689, \"cat_0_index\": 2685, \"rank\": 291, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1123, \"ini\": 2816}, {\"group\": [1500.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, frozen concentrate, sweetened, diluted with 3 volume water\", \"clust\": 1529, \"cat_0_index\": 1670, \"rank\": 292, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1437, \"ini\": 2815}, {\"group\": [3625.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Caramels, milk chocolate covered\", \"clust\": 3664, \"cat_0_index\": 3216, \"rank\": 3106, \"cat-0\": \"Sweets\", \"rankvar\": 3402, \"ini\": 2814}, {\"group\": [1550.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, cooked, boiled, with salt\", \"clust\": 1577, \"cat_0_index\": 3389, \"rank\": 293, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1207, \"ini\": 2813}, {\"group\": [1080.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, spirulina, raw\", \"clust\": 1101, \"cat_0_index\": 3390, \"rank\": 294, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1297, \"ini\": 2812}, {\"group\": [617.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, lemon-lime soda, contains caffeine\", \"clust\": 629, \"cat_0_index\": 631, \"rank\": 295, \"cat-0\": \"Beverages\", \"rankvar\": 1804, \"ini\": 2811}, {\"group\": [1340.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melon, banana (Navajo)\", \"clust\": 1365, \"cat_0_index\": 1250, \"rank\": 296, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2011, \"ini\": 2810}, {\"group\": [1489.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pear nectar, canned, with added ascorbic acid\", \"clust\": 1520, \"cat_0_index\": 1671, \"rank\": 297, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1208, \"ini\": 2809}, {\"group\": [808.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mouse nuts, roots (Alaska Native)\", \"clust\": 825, \"cat_0_index\": 1251, \"rank\": 298, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 256, \"ini\": 2808}, {\"group\": [1701.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Minestrone Soup\", \"clust\": 1729, \"cat_0_index\": 2686, \"rank\": 299, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1313, \"ini\": 2807}, {\"group\": [2056.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Turkey Gravy\", \"clust\": 2090, \"cat_0_index\": 2687, \"rank\": 300, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1482, \"ini\": 2806}, {\"group\": [1866.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, canned, prepared with equal volume water\", \"clust\": 1890, \"cat_0_index\": 2688, \"rank\": 301, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1964, \"ini\": 2805}, {\"group\": [1690.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken with Vegetables & Pasta Soup\", \"clust\": 1719, \"cat_0_index\": 2689, \"rank\": 302, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1314, \"ini\": 2804}, {\"group\": [1676.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Vegetable Beef Soup\", \"clust\": 1706, \"cat_0_index\": 2690, \"rank\": 303, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1570, \"ini\": 2803}, {\"group\": [1166.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, instant, prepared with water, without salt\", \"clust\": 1190, \"cat_0_index\": 797, \"rank\": 304, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 672, \"ini\": 2802}, {\"group\": [1645.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Zesty Azteca Meatballs & Rice\", \"clust\": 1670, \"cat_0_index\": 2691, \"rank\": 305, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 914, \"ini\": 2801}, {\"group\": [3419.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, TOASTY O'S\", \"clust\": 3456, \"cat_0_index\": 798, \"rank\": 3105, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2908, \"ini\": 2800}, {\"group\": [2737.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, thousand island, commercial, regular\", \"clust\": 2772, \"cat_0_index\": 1522, \"rank\": 3104, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2926, \"ini\": 2799}, {\"group\": [1623.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Harvest Tomato with Basil Soup\", \"clust\": 1652, \"cat_0_index\": 2692, \"rank\": 306, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1320, \"ini\": 2798}, {\"group\": [1702.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Minestrone Soup\", \"clust\": 1730, \"cat_0_index\": 2693, \"rank\": 307, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1238, \"ini\": 2797}, {\"group\": [1658.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Chicken Noodle Soup\", \"clust\": 1687, \"cat_0_index\": 2694, \"rank\": 308, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 892, \"ini\": 2796}, {\"group\": [802.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, sweetened, with salt\", \"clust\": 822, \"cat_0_index\": 1672, \"rank\": 309, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 471, \"ini\": 2795}, {\"group\": [3080.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, chum, dried (Alaska Native)\", \"clust\": 3115, \"cat_0_index\": 1252, \"rank\": 3103, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3464, \"ini\": 2794}, {\"group\": [2952.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, sandwich-type with cheese filling\", \"clust\": 2985, \"cat_0_index\": 322, \"rank\": 3102, \"cat-0\": \"Baked Products\", \"rankvar\": 2642, \"ini\": 2793}, {\"group\": [1338.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, iceberg (includes crisphead types), raw\", \"clust\": 1361, \"cat_0_index\": 3391, \"rank\": 310, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2102, \"ini\": 2792}, {\"group\": [1339.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin flowers, cooked, boiled, drained, without salt\", \"clust\": 1360, \"cat_0_index\": 3392, \"rank\": 311, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2070, \"ini\": 2791}, {\"group\": [2834.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 2867, \"cat_0_index\": 1326, \"rank\": 3101, \"cat-0\": \"Fast Foods\", \"rankvar\": 2681, \"ini\": 2790}, {\"group\": [3077.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, flakes, glucose reduced\", \"clust\": 3113, \"cat_0_index\": 1133, \"rank\": 3100, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3687, \"ini\": 2789}, {\"group\": [1524.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, bottled, low calorie, with calcium, saccharin and corn sweetener\", \"clust\": 1554, \"cat_0_index\": 632, \"rank\": 312, \"cat-0\": \"Beverages\", \"rankvar\": 2349, \"ini\": 2788}, {\"group\": [2739.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, coleslaw\", \"clust\": 2769, \"cat_0_index\": 1523, \"rank\": 3099, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2978, \"ini\": 2787}, {\"group\": [3205.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, limburger\", \"clust\": 3239, \"cat_0_index\": 1134, \"rank\": 3098, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2719, \"ini\": 2786}, {\"group\": [615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, with higher caffeine\", \"clust\": 631, \"cat_0_index\": 633, \"rank\": 313, \"cat-0\": \"Beverages\", \"rankvar\": 1869, \"ini\": 2785}, {\"group\": [615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, without caffeine\", \"clust\": 632, \"cat_0_index\": 634, \"rank\": 314, \"cat-0\": \"Beverages\", \"rankvar\": 1870, \"ini\": 2784}, {\"group\": [2057.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Turkey Gravy\", \"clust\": 2091, \"cat_0_index\": 2695, \"rank\": 315, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1499, \"ini\": 2783}, {\"group\": [1733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 1763, \"cat_0_index\": 1327, \"rank\": 316, \"cat-0\": \"Fast Foods\", \"rankvar\": 2219, \"ini\": 2782}, {\"group\": [3384.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rye flour, dark\", \"clust\": 3416, \"cat_0_index\": 989, \"rank\": 3097, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3555, \"ini\": 2781}, {\"group\": [256.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea cucumber, yane (Alaska Native)\", \"clust\": 262, \"cat_0_index\": 1253, \"rank\": 317, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 602, \"ini\": 2780}, {\"group\": [1688.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Chicken with White & Wild Rice Soup\", \"clust\": 1716, \"cat_0_index\": 2696, \"rank\": 318, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1147, \"ini\": 2779}, {\"group\": [803.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, light syrup pack, solids and liquids\", \"clust\": 823, \"cat_0_index\": 1673, \"rank\": 319, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 391, \"ini\": 2778}, {\"group\": [1490.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peach nectar, canned, with added ascorbic acid\", \"clust\": 1521, \"cat_0_index\": 1674, \"rank\": 320, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1310, \"ini\": 2777}, {\"group\": [616.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, root beer\", \"clust\": 630, \"cat_0_index\": 635, \"rank\": 321, \"cat-0\": \"Beverages\", \"rankvar\": 1846, \"ini\": 2776}, {\"group\": [2058.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Beef Gravy\", \"clust\": 2089, \"cat_0_index\": 2697, \"rank\": 322, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1536, \"ini\": 2775}, {\"group\": [785.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, glutinous, cooked\", \"clust\": 799, \"cat_0_index\": 990, \"rank\": 323, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 220, \"ini\": 2774}, {\"group\": [1765.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and noodles and turkey, junior\", \"clust\": 1793, \"cat_0_index\": 48, \"rank\": 324, \"cat-0\": \"Baby Foods\", \"rankvar\": 1053, \"ini\": 2773}, {\"group\": [1493.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, frozen concentrate, prepared with water\", \"clust\": 1517, \"cat_0_index\": 636, \"rank\": 325, \"cat-0\": \"Beverages\", \"rankvar\": 1972, \"ini\": 2772}, {\"group\": [1855.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken gumbo, canned, prepared with equal volume water\", \"clust\": 1883, \"cat_0_index\": 2698, \"rank\": 326, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2024, \"ini\": 2771}, {\"group\": [2998.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, regular\", \"clust\": 3030, \"cat_0_index\": 323, \"rank\": 3096, \"cat-0\": \"Baked Products\", \"rankvar\": 2835, \"ini\": 2770}, {\"group\": [1762.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, without salt\", \"clust\": 1790, \"cat_0_index\": 3393, \"rank\": 327, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1521, \"ini\": 2769}, {\"group\": [778.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice noodles, cooked\", \"clust\": 790, \"cat_0_index\": 991, \"rank\": 328, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 228, \"ini\": 2768}, {\"group\": [1624.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Tomato Garden Soup\", \"clust\": 1653, \"cat_0_index\": 2699, \"rank\": 329, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1338, \"ini\": 2767}, {\"group\": [1881.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan, canned, prepared with equal volume water\", \"clust\": 1911, \"cat_0_index\": 2700, \"rank\": 330, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1680, \"ini\": 2766}, {\"group\": [1707.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Chicken Soup\", \"clust\": 1735, \"cat_0_index\": 2701, \"rank\": 331, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1493, \"ini\": 2765}, {\"group\": [3762.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COCOA PUFFS\", \"clust\": 3792, \"cat_0_index\": 799, \"rank\": 3095, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3153, \"ini\": 2764}, {\"group\": [1689.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken & Pasta with Roasted Garlic Soup\", \"clust\": 1717, \"cat_0_index\": 2702, \"rank\": 332, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1131, \"ini\": 2763}, {\"group\": [2059.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Beef Gravy\", \"clust\": 2088, \"cat_0_index\": 2703, \"rank\": 333, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1532, \"ini\": 2762}, {\"group\": [1869.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey vegetable, canned, prepared with equal volume water\", \"clust\": 1897, \"cat_0_index\": 2704, \"rank\": 334, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1790, \"ini\": 2761}, {\"group\": [1662.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Beef with Roasted Barley Soup\", \"clust\": 1681, \"cat_0_index\": 2705, \"rank\": 335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 674, \"ini\": 2760}, {\"group\": [1501.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water, with added ascorbic acid\", \"clust\": 1530, \"cat_0_index\": 1675, \"rank\": 336, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1452, \"ini\": 2759}, {\"group\": [1962.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, chicken, home-prepared\", \"clust\": 1989, \"cat_0_index\": 2706, \"rank\": 337, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1432, \"ini\": 2758}, {\"group\": [1347.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, Indian, raw (Navajo)\", \"clust\": 1367, \"cat_0_index\": 1254, \"rank\": 338, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1883, \"ini\": 2757}, {\"group\": [1873.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef mushroom, canned, prepared with equal volume water\", \"clust\": 1903, \"cat_0_index\": 2707, \"rank\": 339, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1700, \"ini\": 2756}, {\"group\": [3745.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Banana Nut\", \"clust\": 3790, \"cat_0_index\": 800, \"rank\": 3094, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3024, \"ini\": 2755}, {\"group\": [3013.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, unsalted\", \"clust\": 3046, \"cat_0_index\": 2555, \"rank\": 3093, \"cat-0\": \"Snacks\", \"rankvar\": 2705, \"ini\": 2754}, {\"group\": [804.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rambutan, canned, syrup pack\", \"clust\": 821, \"cat_0_index\": 1676, \"rank\": 340, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 375, \"ini\": 2753}, {\"group\": [1691.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Classic Chicken Noodle, ready-to-serve\", \"clust\": 1720, \"cat_0_index\": 2708, \"rank\": 341, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1261, \"ini\": 2752}, {\"group\": [1766.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables, noodles and chicken, junior\", \"clust\": 1794, \"cat_0_index\": 49, \"rank\": 342, \"cat-0\": \"Baby Foods\", \"rankvar\": 691, \"ini\": 2751}, {\"group\": [1360.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, red leaf, raw\", \"clust\": 1385, \"cat_0_index\": 3394, \"rank\": 343, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2089, \"ini\": 2750}, {\"group\": [3616.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Caramels. dark chocolate covered\", \"clust\": 3655, \"cat_0_index\": 3217, \"rank\": 3092, \"cat-0\": \"Sweets\", \"rankvar\": 3329, \"ini\": 2749}, {\"group\": [1551.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), cooked, boiled, drained, with salt\", \"clust\": 1575, \"cat_0_index\": 3395, \"rank\": 344, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1575, \"ini\": 2748}, {\"group\": [3630.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, 3 MUSKETEERS Bar\", \"clust\": 3671, \"cat_0_index\": 3218, \"rank\": 3091, \"cat-0\": \"Sweets\", \"rankvar\": 3482, \"ini\": 2747}, {\"group\": [1798.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, unprepared\", \"clust\": 1824, \"cat_0_index\": 3396, \"rank\": 345, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1699, \"ini\": 2746}, {\"group\": [1994.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Pico De Gallo\", \"clust\": 2026, \"cat_0_index\": 2709, \"rank\": 346, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1769, \"ini\": 2745}, {\"group\": [768.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, cooked\", \"clust\": 785, \"cat_0_index\": 992, \"rank\": 347, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 88, \"ini\": 2744}, {\"group\": [769.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, cooked, unenriched\", \"clust\": 786, \"cat_0_index\": 993, \"rank\": 348, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 89, \"ini\": 2743}, {\"group\": [613.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, frozen concentrate, white, prepared with water\", \"clust\": 626, \"cat_0_index\": 637, \"rank\": 349, \"cat-0\": \"Beverages\", \"rankvar\": 1793, \"ini\": 2742}, {\"group\": [2950.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho-flavor, made with enriched masa flour\", \"clust\": 2983, \"cat_0_index\": 2556, \"rank\": 3090, \"cat-0\": \"Snacks\", \"rankvar\": 2764, \"ini\": 2741}, {\"group\": [1882.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable with beef broth, canned, prepared with equal volume water\", \"clust\": 1912, \"cat_0_index\": 2710, \"rank\": 350, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1563, \"ini\": 2740}, {\"group\": [1494.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, wild, leaves (Alaska Native)\", \"clust\": 1516, \"cat_0_index\": 1255, \"rank\": 351, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 864, \"ini\": 2739}, {\"group\": [1452.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, agar, raw\", \"clust\": 1472, \"cat_0_index\": 3397, \"rank\": 352, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1685, \"ini\": 2738}, {\"group\": [1767.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables, noodles and chicken, strained\", \"clust\": 1795, \"cat_0_index\": 50, \"rank\": 353, \"cat-0\": \"Baby Foods\", \"rankvar\": 776, \"ini\": 2737}, {\"group\": [1341.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, low sodium, with water\", \"clust\": 1366, \"cat_0_index\": 2711, \"rank\": 354, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1597, \"ini\": 2736}, {\"group\": [1738.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, cooked, boiled, drained, with salt\", \"clust\": 1767, \"cat_0_index\": 3398, \"rank\": 355, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1792, \"ini\": 2735}, {\"group\": [1566.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, enriched, cooked with water, with salt\", \"clust\": 1594, \"cat_0_index\": 801, \"rank\": 356, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 517, \"ini\": 2734}, {\"group\": [799.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, extra heavy syrup, solids and liquids\", \"clust\": 819, \"cat_0_index\": 1677, \"rank\": 357, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 324, \"ini\": 2733}, {\"group\": [1143.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange breakfast drink, ready-to-drink\", \"clust\": 1156, \"cat_0_index\": 638, \"rank\": 358, \"cat-0\": \"Beverages\", \"rankvar\": 1568, \"ini\": 2732}, {\"group\": [2982.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, flat, crunchy, Chinese restaurant\", \"clust\": 3018, \"cat_0_index\": 994, \"rank\": 3089, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3088, \"ini\": 2731}, {\"group\": [3757.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, LUCKY CHARMS\", \"clust\": 3801, \"cat_0_index\": 802, \"rank\": 3088, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3122, \"ini\": 2730}, {\"group\": [1667.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Portobello Mushroom Soup\", \"clust\": 1691, \"cat_0_index\": 2712, \"rank\": 359, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1460, \"ini\": 2729}, {\"group\": [1421.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green variety, canned, regular pack, solids and liquids\", \"clust\": 1447, \"cat_0_index\": 3399, \"rank\": 360, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2123, \"ini\": 2728}, {\"group\": [1778.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken and rice\", \"clust\": 1806, \"cat_0_index\": 51, \"rank\": 361, \"cat-0\": \"Baby Foods\", \"rankvar\": 956, \"ini\": 2727}, {\"group\": [3245.0, 52.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola, (west indian cherry), raw\", \"clust\": 3279, \"cat_0_index\": 1678, \"rank\": 3087, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3882, \"ini\": 2726}, {\"group\": [1883.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetarian vegetable, canned, prepared with equal volume water\", \"clust\": 1910, \"cat_0_index\": 2713, \"rank\": 362, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1763, \"ini\": 2725}, {\"group\": [1891.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, prepared with equal volume water\", \"clust\": 1920, \"cat_0_index\": 2714, \"rank\": 363, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1759, \"ini\": 2724}, {\"group\": [3452.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Raisin Bran Cereal\", \"clust\": 3485, \"cat_0_index\": 803, \"rank\": 3086, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3125, \"ini\": 2723}, {\"group\": [793.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, mix'n eat, apple, banana and maple flavored, prepared\", \"clust\": 808, \"cat_0_index\": 804, \"rank\": 364, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 293, \"ini\": 2722}, {\"group\": [770.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, cooked, unenriched\", \"clust\": 784, \"cat_0_index\": 995, \"rank\": 365, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 84, \"ini\": 2721}, {\"group\": [1879.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, prepared with equal volume water\", \"clust\": 1908, \"cat_0_index\": 2715, \"rank\": 366, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1458, \"ini\": 2720}, {\"group\": [3855.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, dry mix, regular\", \"clust\": 3898, \"cat_0_index\": 324, \"rank\": 3085, \"cat-0\": \"Baked Products\", \"rankvar\": 3264, \"ini\": 2719}, {\"group\": [1810.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, green beans, dices, toddler\", \"clust\": 1841, \"cat_0_index\": 52, \"rank\": 367, \"cat-0\": \"Baby Foods\", \"rankvar\": 1657, \"ini\": 2718}, {\"group\": [1653.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Mexican Style Chicken Tortilla\", \"clust\": 1683, \"cat_0_index\": 2716, \"rank\": 368, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 773, \"ini\": 2717}, {\"group\": [1805.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, unprepared\", \"clust\": 1833, \"cat_0_index\": 3400, \"rank\": 369, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2152, \"ini\": 2716}, {\"group\": [1325.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, water pack, solids and liquids\", \"clust\": 1349, \"cat_0_index\": 1679, \"rank\": 370, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1903, \"ini\": 2715}, {\"group\": [1172.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, regular (10 minute), cooked with water, with salt\", \"clust\": 1196, \"cat_0_index\": 805, \"rank\": 371, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1194, \"ini\": 2714}, {\"group\": [1134.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orange Pineapple\", \"clust\": 1160, \"cat_0_index\": 639, \"rank\": 372, \"cat-0\": \"Beverages\", \"rankvar\": 2148, \"ini\": 2713}, {\"group\": [618.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, RED BULL, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12\", \"clust\": 628, \"cat_0_index\": 640, \"rank\": 373, \"cat-0\": \"Beverages\", \"rankvar\": 1645, \"ini\": 2712}, {\"group\": [810.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, japanese, soba, cooked\", \"clust\": 824, \"cat_0_index\": 996, \"rank\": 374, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 57, \"ini\": 2711}, {\"group\": [1885.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, prepared with equal volume water\", \"clust\": 1913, \"cat_0_index\": 2717, \"rank\": 375, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1637, \"ini\": 2710}, {\"group\": [1656.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mediterranean Meatball w/Bowtie Pasta Soup\", \"clust\": 1690, \"cat_0_index\": 2718, \"rank\": 376, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1086, \"ini\": 2709}, {\"group\": [777.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, precooked or instant, enriched, prepared\", \"clust\": 791, \"cat_0_index\": 997, \"rank\": 377, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 126, \"ini\": 2708}, {\"group\": [2837.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork sausage, pre-cooked\", \"clust\": 2864, \"cat_0_index\": 2417, \"rank\": 3084, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2585, \"ini\": 2707}, {\"group\": [1135.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Banana\", \"clust\": 1161, \"cat_0_index\": 641, \"rank\": 378, \"cat-0\": \"Beverages\", \"rankvar\": 2176, \"ini\": 2706}, {\"group\": [1678.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Chicken with Vegetables Soup\", \"clust\": 1705, \"cat_0_index\": 2719, \"rank\": 379, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1230, \"ini\": 2705}, {\"group\": [3424.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, DORA THE EXPLORER\", \"clust\": 3458, \"cat_0_index\": 806, \"rank\": 3083, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3080, \"ini\": 2704}, {\"group\": [1342.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1364, \"cat_0_index\": 3401, \"rank\": 380, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1842, \"ini\": 2703}, {\"group\": [1422.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, regular pack, solids and liquids\", \"clust\": 1448, \"cat_0_index\": 3402, \"rank\": 381, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2120, \"ini\": 2702}, {\"group\": [3458.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, bran flakes, single brand\", \"clust\": 3493, \"cat_0_index\": 807, \"rank\": 3082, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3326, \"ini\": 2701}, {\"group\": [1806.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, no salt added, drained solids\", \"clust\": 1834, \"cat_0_index\": 3403, \"rank\": 382, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1938, \"ini\": 2700}, {\"group\": [1995.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Green Taco Sauce\", \"clust\": 2027, \"cat_0_index\": 2720, \"rank\": 383, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2149, \"ini\": 2699}, {\"group\": [789.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 805, \"cat_0_index\": 1680, \"rank\": 384, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 216, \"ini\": 2698}, {\"group\": [2955.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, sandwich-type with peanut butter filling\", \"clust\": 2989, \"cat_0_index\": 325, \"rank\": 3081, \"cat-0\": \"Baked Products\", \"rankvar\": 2634, \"ini\": 2697}, {\"group\": [3218.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese spread, pasteurized process, american, with di sodium phosphate\", \"clust\": 3250, \"cat_0_index\": 1135, \"rank\": 3080, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2652, \"ini\": 2696}, {\"group\": [1525.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apple juice drink, low calorie, with vitamin C added\", \"clust\": 1555, \"cat_0_index\": 642, \"rank\": 385, \"cat-0\": \"Beverages\", \"rankvar\": 2329, \"ini\": 2695}, {\"group\": [1850.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom, dry, mix, prepared with water\", \"clust\": 1879, \"cat_0_index\": 2721, \"rank\": 386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1806, \"ini\": 2694}, {\"group\": [3777.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Malt-O-Meal Honey Graham Squares\", \"clust\": 3817, \"cat_0_index\": 808, \"rank\": 3079, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2934, \"ini\": 2693}, {\"group\": [2999.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"NABISCO, NABISCO RITZ Crackers\", \"clust\": 3031, \"cat_0_index\": 326, \"rank\": 3078, \"cat-0\": \"Baked Products\", \"rankvar\": 2755, \"ini\": 2692}, {\"group\": [1692.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Classic Chicken Noodle Soup\", \"clust\": 1718, \"cat_0_index\": 2722, \"rank\": 387, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1105, \"ini\": 2691}, {\"group\": [3318.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pink, mature seeds, raw\", \"clust\": 3354, \"cat_0_index\": 2051, \"rank\": 3077, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3272, \"ini\": 2690}, {\"group\": [1133.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Berry Blend\", \"clust\": 1157, \"cat_0_index\": 643, \"rank\": 388, \"cat-0\": \"Beverages\", \"rankvar\": 2171, \"ini\": 2689}, {\"group\": [3773.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, French Toast Crunch\", \"clust\": 3813, \"cat_0_index\": 809, \"rank\": 3076, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2924, \"ini\": 2688}, {\"group\": [1131.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Tropical Blend\", \"clust\": 1158, \"cat_0_index\": 644, \"rank\": 389, \"cat-0\": \"Beverages\", \"rankvar\": 2188, \"ini\": 2687}, {\"group\": [1693.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Pot Roast Soup\", \"clust\": 1722, \"cat_0_index\": 2723, \"rank\": 390, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1029, \"ini\": 2686}, {\"group\": [1795.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, cooked, boiled, drained, without salt\", \"clust\": 1823, \"cat_0_index\": 3404, \"rank\": 391, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1703, \"ini\": 2685}, {\"group\": [2448.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, semisoft type\", \"clust\": 2475, \"cat_0_index\": 1136, \"rank\": 3075, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2754, \"ini\": 2684}, {\"group\": [3421.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS\", \"clust\": 3453, \"cat_0_index\": 810, \"rank\": 3074, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2872, \"ini\": 2683}, {\"group\": [1132.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Kiwi\", \"clust\": 1159, \"cat_0_index\": 645, \"rank\": 392, \"cat-0\": \"Beverages\", \"rankvar\": 2183, \"ini\": 2682}, {\"group\": [1865.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, canned, prepared with equal volume water\", \"clust\": 1894, \"cat_0_index\": 2724, \"rank\": 393, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1640, \"ini\": 2681}, {\"group\": [800.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra heavy syrup, solids and liquids\", \"clust\": 820, \"cat_0_index\": 1681, \"rank\": 394, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 318, \"ini\": 2680}, {\"group\": [1654.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Mexican Style Chicken Tortilla Soup\", \"clust\": 1684, \"cat_0_index\": 2725, \"rank\": 395, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 819, \"ini\": 2679}, {\"group\": [1530.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, cooked, steamed, without salt\", \"clust\": 1556, \"cat_0_index\": 3405, \"rank\": 396, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2216, \"ini\": 2678}, {\"group\": [3617.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, CHUNKY Bar\", \"clust\": 3658, \"cat_0_index\": 3219, \"rank\": 3073, \"cat-0\": \"Sweets\", \"rankvar\": 3285, \"ini\": 2677}, {\"group\": [1755.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, prepared with water, no salt\", \"clust\": 1783, \"cat_0_index\": 811, \"rank\": 397, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1188, \"ini\": 2676}, {\"group\": [1531.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, canned or bottled\", \"clust\": 1562, \"cat_0_index\": 1682, \"rank\": 398, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2020, \"ini\": 2675}, {\"group\": [1368.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, unprepared\", \"clust\": 1393, \"cat_0_index\": 3406, \"rank\": 399, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1961, \"ini\": 2674}, {\"group\": [1663.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Chicken with Egg Noodles Soup\", \"clust\": 1669, \"cat_0_index\": 2726, \"rank\": 400, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1151, \"ini\": 2673}, {\"group\": [796.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 815, \"cat_0_index\": 1683, \"rank\": 401, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 240, \"ini\": 2672}, {\"group\": [1076.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, lite firm\", \"clust\": 1096, \"cat_0_index\": 2052, \"rank\": 402, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1324, \"ini\": 2671}, {\"group\": [614.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, frozen concentrate, pink, prepared with water\", \"clust\": 627, \"cat_0_index\": 646, \"rank\": 403, \"cat-0\": \"Beverages\", \"rankvar\": 1730, \"ini\": 2670}, {\"group\": [1644.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian-Style Wedding Soup\", \"clust\": 1671, \"cat_0_index\": 2727, \"rank\": 404, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1094, \"ini\": 2669}, {\"group\": [2305.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mangosteen, canned, syrup pack\", \"clust\": 2335, \"cat_0_index\": 1684, \"rank\": 405, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 549, \"ini\": 2668}, {\"group\": [1711.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, New England Clam Chowder\", \"clust\": 1738, \"cat_0_index\": 2728, \"rank\": 406, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 624, \"ini\": 2667}, {\"group\": [1871.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, canned, prepared with equal volume water\", \"clust\": 1899, \"cat_0_index\": 2729, \"rank\": 407, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1753, \"ini\": 2666}, {\"group\": [1736.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fiddlehead ferns, frozen, unprepared\", \"clust\": 1756, \"cat_0_index\": 3407, \"rank\": 408, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1255, \"ini\": 2665}, {\"group\": [2279.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, whole wheat hot natural cereal, cooked with water, without salt\", \"clust\": 2308, \"cat_0_index\": 812, \"rank\": 409, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 542, \"ini\": 2664}, {\"group\": [2080.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth bouillon and consomme, canned, condensed\", \"clust\": 2111, \"cat_0_index\": 2730, \"rank\": 410, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2255, \"ini\": 2663}, {\"group\": [1886.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, prepared with equal volume water\", \"clust\": 1914, \"cat_0_index\": 2731, \"rank\": 411, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1669, \"ini\": 2662}, {\"group\": [3308.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Wheat germ, crude\", \"clust\": 3344, \"cat_0_index\": 998, \"rank\": 3072, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2935, \"ini\": 2661}, {\"group\": [576.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, water pack, solids and liquids\", \"clust\": 586, \"cat_0_index\": 1685, \"rank\": 412, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1855, \"ini\": 2660}, {\"group\": [3015.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, prepared from recipe, baked\", \"clust\": 3048, \"cat_0_index\": 327, \"rank\": 3071, \"cat-0\": \"Baked Products\", \"rankvar\": 2874, \"ini\": 2659}, {\"group\": [627.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium, prepared with water\", \"clust\": 638, \"cat_0_index\": 647, \"rank\": 413, \"cat-0\": \"Beverages\", \"rankvar\": 1955, \"ini\": 2658}, {\"group\": [623.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy Drink, Monster\", \"clust\": 634, \"cat_0_index\": 648, \"rank\": 414, \"cat-0\": \"Beverages\", \"rankvar\": 1825, \"ini\": 2657}, {\"group\": [1687.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Steak 'N' Potato Soup\", \"clust\": 1704, \"cat_0_index\": 2732, \"rank\": 415, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 969, \"ini\": 2656}, {\"group\": [3850.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, chocolate, dry mix, pudding-type\", \"clust\": 3891, \"cat_0_index\": 328, \"rank\": 3070, \"cat-0\": \"Baked Products\", \"rankvar\": 3071, \"ini\": 2655}, {\"group\": [1708.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Velvety Potato Soup\", \"clust\": 1736, \"cat_0_index\": 2733, \"rank\": 416, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1380, \"ini\": 2654}, {\"group\": [1768.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with egg yolks, junior\", \"clust\": 1798, \"cat_0_index\": 53, \"rank\": 417, \"cat-0\": \"Baby Foods\", \"rankvar\": 1009, \"ini\": 2653}, {\"group\": [3703.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, regular, higher fat, enriched\", \"clust\": 3744, \"cat_0_index\": 329, \"rank\": 3069, \"cat-0\": \"Baked Products\", \"rankvar\": 2847, \"ini\": 2652}, {\"group\": [1677.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken with Vegetables and Pasta Soup, ready-to-serve\", \"clust\": 1707, \"cat_0_index\": 2734, \"rank\": 418, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1270, \"ini\": 2651}, {\"group\": [1769.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with egg yolks, strained\", \"clust\": 1799, \"cat_0_index\": 54, \"rank\": 419, \"cat-0\": \"Baby Foods\", \"rankvar\": 1026, \"ini\": 2650}, {\"group\": [1167.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, instant, prepared with water, with salt, (wheat)\", \"clust\": 1191, \"cat_0_index\": 813, \"rank\": 420, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 695, \"ini\": 2649}, {\"group\": [3900.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, caramel-coated, without peanuts\", \"clust\": 3945, \"cat_0_index\": 2557, \"rank\": 3068, \"cat-0\": \"Snacks\", \"rankvar\": 3265, \"ini\": 2648}, {\"group\": [1443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, yellow, raw\", \"clust\": 1470, \"cat_0_index\": 3408, \"rank\": 421, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2162, \"ini\": 2647}, {\"group\": [3246.0, 52.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola juice, raw\", \"clust\": 3280, \"cat_0_index\": 1686, \"rank\": 3067, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3884, \"ini\": 2646}, {\"group\": [1560.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, potatoes, toddler\", \"clust\": 1580, \"cat_0_index\": 55, \"rank\": 422, \"cat-0\": \"Baby Foods\", \"rankvar\": 1004, \"ini\": 2645}, {\"group\": [1726.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New zealand spinach, cooked, boiled, drained, with salt\", \"clust\": 1754, \"cat_0_index\": 3409, \"rank\": 423, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2243, \"ini\": 2644}, {\"group\": [1559.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, extra light syrup pack, with skin, solids and liquids\", \"clust\": 1581, \"cat_0_index\": 1687, \"rank\": 424, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1028, \"ini\": 2643}, {\"group\": [1870.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom with beef stock, canned, prepared with equal volume water\", \"clust\": 1898, \"cat_0_index\": 2735, \"rank\": 425, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1660, \"ini\": 2642}, {\"group\": [1770.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken noodle, junior\", \"clust\": 1797, \"cat_0_index\": 56, \"rank\": 426, \"cat-0\": \"Baby Foods\", \"rankvar\": 774, \"ini\": 2641}, {\"group\": [2047.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, condensed, single brand\", \"clust\": 2075, \"cat_0_index\": 2736, \"rank\": 427, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1036, \"ini\": 2640}, {\"group\": [3286.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, instant, dry mix\", \"clust\": 3321, \"cat_0_index\": 3220, \"rank\": 3066, \"cat-0\": \"Sweets\", \"rankvar\": 3295, \"ini\": 2639}, {\"group\": [1136.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Fruit Medley\", \"clust\": 1164, \"cat_0_index\": 649, \"rank\": 428, \"cat-0\": \"Beverages\", \"rankvar\": 2129, \"ini\": 2638}, {\"group\": [773.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, cooked\", \"clust\": 787, \"cat_0_index\": 999, \"rank\": 429, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 81, \"ini\": 2637}, {\"group\": [1137.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Guava Passion Fruit\", \"clust\": 1165, \"cat_0_index\": 650, \"rank\": 430, \"cat-0\": \"Beverages\", \"rankvar\": 2137, \"ini\": 2636}, {\"group\": [1734.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin flowers, raw\", \"clust\": 1761, \"cat_0_index\": 3410, \"rank\": 431, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2264, \"ini\": 2635}, {\"group\": [2042.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, cooking\", \"clust\": 2073, \"cat_0_index\": 651, \"rank\": 432, \"cat-0\": \"Beverages\", \"rankvar\": 1619, \"ini\": 2634}, {\"group\": [1369.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, cooked, boiled, drained, without salt\", \"clust\": 1394, \"cat_0_index\": 3411, \"rank\": 433, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1963, \"ini\": 2633}, {\"group\": [1803.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, raw\", \"clust\": 1831, \"cat_0_index\": 3412, \"rank\": 434, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2029, \"ini\": 2632}, {\"group\": [1756.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Oat Bran, QUAKER, QUAKER/MOTHER'S Oat Bran, prepared with water, salt\", \"clust\": 1784, \"cat_0_index\": 814, \"rank\": 435, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1183, \"ini\": 2631}, {\"group\": [1856.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, prepared with equal volume water\", \"clust\": 1884, \"cat_0_index\": 2737, \"rank\": 436, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1592, \"ini\": 2630}, {\"group\": [332.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, dietetic\", \"clust\": 319, \"cat_0_index\": 3221, \"rank\": 437, \"cat-0\": \"Sweets\", \"rankvar\": 1516, \"ini\": 2629}, {\"group\": [258.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oopah (tunicate), whole animal (Alaska Native)\", \"clust\": 261, \"cat_0_index\": 1256, \"rank\": 438, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 454, \"ini\": 2628}, {\"group\": [1751.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef lasagna, toddler\", \"clust\": 1780, \"cat_0_index\": 57, \"rank\": 439, \"cat-0\": \"Baby Foods\", \"rankvar\": 279, \"ini\": 2627}, {\"group\": [801.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 818, \"cat_0_index\": 1688, \"rank\": 440, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 370, \"ini\": 2626}, {\"group\": [1394.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), raw\", \"clust\": 1418, \"cat_0_index\": 3413, \"rank\": 441, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2380, \"ini\": 2625}, {\"group\": [1138.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orchard Blend\", \"clust\": 1163, \"cat_0_index\": 652, \"rank\": 442, \"cat-0\": \"Beverages\", \"rankvar\": 2167, \"ini\": 2624}, {\"group\": [1880.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, prepared with equal volume water\", \"clust\": 1909, \"cat_0_index\": 2738, \"rank\": 443, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1475, \"ini\": 2623}, {\"group\": [1176.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, cooked with water, stove-top, without salt\", \"clust\": 1199, \"cat_0_index\": 815, \"rank\": 444, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1090, \"ini\": 2622}, {\"group\": [1799.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, cooked, boiled, drained, or baked, without salt\", \"clust\": 1829, \"cat_0_index\": 3414, \"rank\": 445, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1718, \"ini\": 2621}, {\"group\": [1561.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MALTEX, cooked with water, without salt\", \"clust\": 1589, \"cat_0_index\": 816, \"rank\": 446, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 311, \"ini\": 2620}, {\"group\": [1800.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, cooked, boiled, drained, without salt\", \"clust\": 1830, \"cat_0_index\": 3415, \"rank\": 447, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1734, \"ini\": 2619}, {\"group\": [1532.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, frozen, unsweetened, single strength\", \"clust\": 1563, \"cat_0_index\": 1689, \"rank\": 448, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2088, \"ini\": 2618}, {\"group\": [3654.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, vanilla sandwich with creme filling\", \"clust\": 3697, \"cat_0_index\": 330, \"rank\": 3065, \"cat-0\": \"Baked Products\", \"rankvar\": 3041, \"ini\": 2617}, {\"group\": [1365.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, without salt\", \"clust\": 1390, \"cat_0_index\": 3416, \"rank\": 449, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2025, \"ini\": 2616}, {\"group\": [257.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Octopus (Alaska Native)\", \"clust\": 263, \"cat_0_index\": 1257, \"rank\": 450, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 777, \"ini\": 2615}, {\"group\": [1343.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, squash, junior\", \"clust\": 1370, \"cat_0_index\": 58, \"rank\": 451, \"cat-0\": \"Baby Foods\", \"rankvar\": 1756, \"ini\": 2614}, {\"group\": [1332.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, orange, raw\", \"clust\": 1356, \"cat_0_index\": 3417, \"rank\": 452, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2122, \"ini\": 2613}, {\"group\": [2953.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, sandwich, with cheese filling\", \"clust\": 2986, \"cat_0_index\": 331, \"rank\": 3064, \"cat-0\": \"Baked Products\", \"rankvar\": 2628, \"ini\": 2612}, {\"group\": [1153.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Watermelon, raw\", \"clust\": 1179, \"cat_0_index\": 1690, \"rank\": 453, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1706, \"ini\": 2611}, {\"group\": [1077.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, lite extra firm\", \"clust\": 1097, \"cat_0_index\": 2053, \"rank\": 454, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1293, \"ini\": 2610}, {\"group\": [1872.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, scotch broth, canned, prepared with equal volume water\", \"clust\": 1900, \"cat_0_index\": 2739, \"rank\": 455, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1624, \"ini\": 2609}, {\"group\": [1695.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Rib Roast with Potatoes & Herbs Soup\", \"clust\": 1721, \"cat_0_index\": 2740, \"rank\": 456, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1168, \"ini\": 2608}, {\"group\": [1625.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Classic Tomato\", \"clust\": 1651, \"cat_0_index\": 2741, \"rank\": 457, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1529, \"ini\": 2607}, {\"group\": [1670.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, BATMAN Fun Shapes Soup, condensed\", \"clust\": 1698, \"cat_0_index\": 2742, \"rank\": 458, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 930, \"ini\": 2606}, {\"group\": [1527.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 1552, \"cat_0_index\": 3418, \"rank\": 459, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2354, \"ini\": 2605}, {\"group\": [1504.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, California\", \"clust\": 1534, \"cat_0_index\": 1691, \"rank\": 460, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1760, \"ini\": 2604}, {\"group\": [1668.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Fajita Chicken with Rice & Beans Soup\", \"clust\": 1695, \"cat_0_index\": 2743, \"rank\": 461, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 681, \"ini\": 2603}, {\"group\": [1796.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, mix vegetables strained\", \"clust\": 1825, \"cat_0_index\": 59, \"rank\": 462, \"cat-0\": \"Baby Foods\", \"rankvar\": 1345, \"ini\": 2602}, {\"group\": [625.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, frozen concentrate, prepared with water\", \"clust\": 639, \"cat_0_index\": 653, \"rank\": 463, \"cat-0\": \"Beverages\", \"rankvar\": 1674, \"ini\": 2601}, {\"group\": [1180.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, irishmoss, raw\", \"clust\": 1202, \"cat_0_index\": 3419, \"rank\": 464, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 591, \"ini\": 2600}, {\"group\": [1139.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Mango Peach\", \"clust\": 1162, \"cat_0_index\": 654, \"rank\": 465, \"cat-0\": \"Beverages\", \"rankvar\": 2131, \"ini\": 2599}, {\"group\": [3577.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER 100% Natural Cereal with oats, honey, and raisins\", \"clust\": 3617, \"cat_0_index\": 817, \"rank\": 3063, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2769, \"ini\": 2598}, {\"group\": [1699.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Golden Butternut Squash Soup\", \"clust\": 1725, \"cat_0_index\": 2744, \"rank\": 466, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1556, \"ini\": 2597}, {\"group\": [1533.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lime juice, raw\", \"clust\": 1561, \"cat_0_index\": 1692, \"rank\": 467, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1935, \"ini\": 2596}, {\"group\": [3746.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Fruity CHEERIOS\", \"clust\": 3791, \"cat_0_index\": 818, \"rank\": 3062, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3045, \"ini\": 2595}, {\"group\": [3764.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Apple ZINGS\", \"clust\": 3806, \"cat_0_index\": 819, \"rank\": 3061, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3246, \"ini\": 2594}, {\"group\": [797.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, extra heavy syrup pack, solids and liquids\", \"clust\": 816, \"cat_0_index\": 1693, \"rank\": 468, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 233, \"ini\": 2593}, {\"group\": [1853.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, prepared with equal volume water\", \"clust\": 1881, \"cat_0_index\": 2745, \"rank\": 469, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1693, \"ini\": 2592}, {\"group\": [622.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, without added nutrients, canned\", \"clust\": 635, \"cat_0_index\": 655, \"rank\": 470, \"cat-0\": \"Beverages\", \"rankvar\": 1690, \"ini\": 2591}, {\"group\": [1685.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Old Fashioned Vegetable Beef Soup, ready-to-serve\", \"clust\": 1714, \"cat_0_index\": 2746, \"rank\": 471, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1330, \"ini\": 2590}, {\"group\": [1424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, canned, all styles, seasoned, solids and liquids\", \"clust\": 1445, \"cat_0_index\": 3420, \"rank\": 472, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2136, \"ini\": 2589}, {\"group\": [1642.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian-Style Wedding Soup\", \"clust\": 1672, \"cat_0_index\": 2747, \"rank\": 473, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1073, \"ini\": 2588}, {\"group\": [1567.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, country bacon (imitation bacon bits), prepared with water\", \"clust\": 1592, \"cat_0_index\": 820, \"rank\": 474, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 503, \"ini\": 2587}, {\"group\": [1801.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 1828, \"cat_0_index\": 3421, \"rank\": 475, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1743, \"ini\": 2586}, {\"group\": [1508.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and pineapple, junior\", \"clust\": 1536, \"cat_0_index\": 60, \"rank\": 476, \"cat-0\": \"Baby Foods\", \"rankvar\": 1695, \"ini\": 2585}, {\"group\": [619.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, Horchata, as served in restaurant\", \"clust\": 625, \"cat_0_index\": 656, \"rank\": 477, \"cat-0\": \"Beverages\", \"rankvar\": 1360, \"ini\": 2584}, {\"group\": [1174.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, cooked with water, without salt\", \"clust\": 1200, \"cat_0_index\": 821, \"rank\": 478, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1058, \"ini\": 2583}, {\"group\": [1897.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, meat or poultry, low sodium, prepared\", \"clust\": 1925, \"cat_0_index\": 2748, \"rank\": 479, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 642, \"ini\": 2582}, {\"group\": [2271.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, RALSTON, cooked with water, without salt\", \"clust\": 2301, \"cat_0_index\": 822, \"rank\": 480, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 910, \"ini\": 2581}, {\"group\": [3923.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate, prepared-from-recipe\", \"clust\": 3966, \"cat_0_index\": 3222, \"rank\": 3060, \"cat-0\": \"Sweets\", \"rankvar\": 3542, \"ini\": 2580}, {\"group\": [1344.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, squash, strained\", \"clust\": 1371, \"cat_0_index\": 61, \"rank\": 481, \"cat-0\": \"Baby Foods\", \"rankvar\": 1713, \"ini\": 2579}, {\"group\": [754.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crabapples, raw\", \"clust\": 768, \"cat_0_index\": 1694, \"rank\": 482, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 441, \"ini\": 2578}, {\"group\": [1889.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with dumplings, canned, prepared with equal volume water\", \"clust\": 1915, \"cat_0_index\": 2749, \"rank\": 483, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1483, \"ini\": 2577}, {\"group\": [798.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 814, \"cat_0_index\": 1695, \"rank\": 484, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 305, \"ini\": 2576}, {\"group\": [1821.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Blended Vegetable Medley Soup\", \"clust\": 1848, \"cat_0_index\": 2750, \"rank\": 485, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1768, \"ini\": 2575}, {\"group\": [3619.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Crispy Chocolate Candies\", \"clust\": 3660, \"cat_0_index\": 3223, \"rank\": 3059, \"cat-0\": \"Sweets\", \"rankvar\": 3421, \"ini\": 2574}, {\"group\": [1170.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, 1 minute cook time, cooked with water, stove-top, without salt\", \"clust\": 1194, \"cat_0_index\": 823, \"rank\": 486, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1189, \"ini\": 2573}, {\"group\": [1512.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1541, \"cat_0_index\": 3422, \"rank\": 487, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2376, \"ini\": 2572}, {\"group\": [1509.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and pineapple, strained\", \"clust\": 1537, \"cat_0_index\": 62, \"rank\": 488, \"cat-0\": \"Baby Foods\", \"rankvar\": 1783, \"ini\": 2571}, {\"group\": [1175.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, assorted brands including CREAM OF WHEAT, quick (1-3 minutes), cooked with water, without salt\", \"clust\": 1201, \"cat_0_index\": 824, \"rank\": 489, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1040, \"ini\": 2570}, {\"group\": [1510.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, boiled, drained, without salt\", \"clust\": 1538, \"cat_0_index\": 3423, \"rank\": 490, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2343, \"ini\": 2569}, {\"group\": [1538.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky beef with country vegetables, ready-to-serve\", \"clust\": 1565, \"cat_0_index\": 2751, \"rank\": 491, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 641, \"ini\": 2568}, {\"group\": [3578.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, 100% Natural Granola Oats and Honey\", \"clust\": 3618, \"cat_0_index\": 825, \"rank\": 3058, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2748, \"ini\": 2567}, {\"group\": [1423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, regular pack, drained solids\", \"clust\": 1446, \"cat_0_index\": 3424, \"rank\": 492, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1939, \"ini\": 2566}, {\"group\": [1709.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Potato Broccoli Cheese Soup\", \"clust\": 1737, \"cat_0_index\": 2752, \"rank\": 493, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1203, \"ini\": 2565}, {\"group\": [1333.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, no salt added, solids and liquids\", \"clust\": 1357, \"cat_0_index\": 3425, \"rank\": 494, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2052, \"ini\": 2564}, {\"group\": [1858.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, hot and sour, Chinese restaurant\", \"clust\": 1886, \"cat_0_index\": 2753, \"rank\": 495, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1420, \"ini\": 2563}, {\"group\": [809.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mouse nuts, seedlings (Alaska Native)\", \"clust\": 826, \"cat_0_index\": 1258, \"rank\": 496, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 45, \"ini\": 2562}, {\"group\": [3467.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, ORCHARD SPICE CEREAL\", \"clust\": 3504, \"cat_0_index\": 826, \"rank\": 3057, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2800, \"ini\": 2561}, {\"group\": [2680.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 2710, \"cat_0_index\": 1328, \"rank\": 3056, \"cat-0\": \"Fast Foods\", \"rankvar\": 2589, \"ini\": 2560}, {\"group\": [1893.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Cream of Mushroom Soup\", \"clust\": 1921, \"cat_0_index\": 2754, \"rank\": 497, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1185, \"ini\": 2559}, {\"group\": [1535.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 60% Vegetable Juice, V8 V-Lite\", \"clust\": 1559, \"cat_0_index\": 3426, \"rank\": 498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2320, \"ini\": 2558}, {\"group\": [1505.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, Florida\", \"clust\": 1535, \"cat_0_index\": 1696, \"rank\": 499, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2001, \"ini\": 2557}, {\"group\": [624.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, chocolate-flavored soda\", \"clust\": 633, \"cat_0_index\": 657, \"rank\": 500, \"cat-0\": \"Beverages\", \"rankvar\": 1780, \"ini\": 2556}, {\"group\": [3758.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHOCOLATE LUCKY CHARMS\", \"clust\": 3803, \"cat_0_index\": 827, \"rank\": 3055, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3152, \"ini\": 2555}, {\"group\": [1669.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with White and Wild Rice Soup\", \"clust\": 1696, \"cat_0_index\": 2755, \"rank\": 501, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 659, \"ini\": 2554}, {\"group\": [620.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, AMP\", \"clust\": 636, \"cat_0_index\": 658, \"rank\": 502, \"cat-0\": \"Beverages\", \"rankvar\": 1729, \"ini\": 2553}, {\"group\": [1562.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MALTEX, cooked with water, with salt\", \"clust\": 1590, \"cat_0_index\": 828, \"rank\": 503, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 320, \"ini\": 2552}, {\"group\": [637.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, VAULT, citrus flavor\", \"clust\": 652, \"cat_0_index\": 659, \"rank\": 504, \"cat-0\": \"Beverages\", \"rankvar\": 1796, \"ini\": 2551}, {\"group\": [1671.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DANNY PHANTOM shaped pasta with Chicken in Chicken Broth, condensed\", \"clust\": 1699, \"cat_0_index\": 2756, \"rank\": 505, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 837, \"ini\": 2550}, {\"group\": [3005.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, plain, white corn\", \"clust\": 3034, \"cat_0_index\": 2558, \"rank\": 3054, \"cat-0\": \"Snacks\", \"rankvar\": 2809, \"ini\": 2549}, {\"group\": [1816.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, prepared with equal volume water, commercial\", \"clust\": 1844, \"cat_0_index\": 2757, \"rank\": 506, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1626, \"ini\": 2548}, {\"group\": [1323.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, sweet, raw\", \"clust\": 1350, \"cat_0_index\": 3427, \"rank\": 507, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1600, \"ini\": 2547}, {\"group\": [621.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, FULL THROTTLE\", \"clust\": 637, \"cat_0_index\": 660, \"rank\": 508, \"cat-0\": \"Beverages\", \"rankvar\": 1732, \"ini\": 2546}, {\"group\": [1425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, flowers, cooked, boiled, drained, with salt\", \"clust\": 1449, \"cat_0_index\": 3428, \"rank\": 509, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2115, \"ini\": 2545}, {\"group\": [1752.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef and rice, toddler\", \"clust\": 1781, \"cat_0_index\": 63, \"rank\": 510, \"cat-0\": \"Baby Foods\", \"rankvar\": 234, \"ini\": 2544}, {\"group\": [2841.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 2874, \"cat_0_index\": 1329, \"rank\": 3053, \"cat-0\": \"Fast Foods\", \"rankvar\": 2643, \"ini\": 2543}, {\"group\": [1455.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bean beverage\", \"clust\": 1478, \"cat_0_index\": 2054, \"rank\": 511, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1551, \"ini\": 2542}, {\"group\": [1682.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Herb Roasted Chicken with Potatoes & Garlic Soup\", \"clust\": 1712, \"cat_0_index\": 2758, \"rank\": 512, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1063, \"ini\": 2541}, {\"group\": [1345.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Naranjilla (lulo) pulp, frozen, unsweetened\", \"clust\": 1369, \"cat_0_index\": 1697, \"rank\": 513, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1874, \"ini\": 2540}, {\"group\": [1694.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken & Sausage Gumbo Soup\", \"clust\": 1723, \"cat_0_index\": 2759, \"rank\": 514, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 767, \"ini\": 2539}, {\"group\": [1502.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, California and Arizona\", \"clust\": 1532, \"cat_0_index\": 1698, \"rank\": 515, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1881, \"ini\": 2538}, {\"group\": [1679.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pork Roast with Carrots & Potatoes Soup\", \"clust\": 1709, \"cat_0_index\": 2760, \"rank\": 516, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 838, \"ini\": 2537}, {\"group\": [2041.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, HEINZ Home Style Savory Beef Gravy\", \"clust\": 2069, \"cat_0_index\": 2761, \"rank\": 517, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1659, \"ini\": 2536}, {\"group\": [1684.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pepper Steak Soup\", \"clust\": 1711, \"cat_0_index\": 2762, \"rank\": 518, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1128, \"ini\": 2535}, {\"group\": [771.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked\", \"clust\": 788, \"cat_0_index\": 1000, \"rank\": 519, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 62, \"ini\": 2534}, {\"group\": [772.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, unenriched, without salt\", \"clust\": 789, \"cat_0_index\": 1001, \"rank\": 520, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 63, \"ini\": 2533}, {\"group\": [3702.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, soft-type\", \"clust\": 3746, \"cat_0_index\": 332, \"rank\": 3052, \"cat-0\": \"Baked Products\", \"rankvar\": 2870, \"ini\": 2532}, {\"group\": [1697.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Vegetable Soup\", \"clust\": 1726, \"cat_0_index\": 2763, \"rank\": 521, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1356, \"ini\": 2531}, {\"group\": [1564.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, no salt added, solids and liquids\", \"clust\": 1587, \"cat_0_index\": 3429, \"rank\": 522, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 401, \"ini\": 2530}, {\"group\": [1150.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, water pack, solids and liquids\", \"clust\": 1176, \"cat_0_index\": 1699, \"rank\": 523, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1679, \"ini\": 2529}, {\"group\": [1804.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, cooked, boiled, drained, without salt\", \"clust\": 1832, \"cat_0_index\": 3430, \"rank\": 524, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2134, \"ini\": 2528}, {\"group\": [1830.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky chicken noodle, canned, ready-to-serve\", \"clust\": 1858, \"cat_0_index\": 2764, \"rank\": 525, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1348, \"ini\": 2527}, {\"group\": [2947.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, white, restructured, baked\", \"clust\": 2979, \"cat_0_index\": 2559, \"rank\": 3051, \"cat-0\": \"Snacks\", \"rankvar\": 2724, \"ini\": 2526}, {\"group\": [2014.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Chicken Gravy\", \"clust\": 2046, \"cat_0_index\": 2765, \"rank\": 526, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1386, \"ini\": 2525}, {\"group\": [2303.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, stewed, with added sugar\", \"clust\": 2333, \"cat_0_index\": 1700, \"rank\": 527, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 447, \"ini\": 2524}, {\"group\": [1237.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, fluid\", \"clust\": 1260, \"cat_0_index\": 1137, \"rank\": 528, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1853, \"ini\": 2523}, {\"group\": [3954.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, instant\", \"clust\": 3996, \"cat_0_index\": 3224, \"rank\": 3050, \"cat-0\": \"Sweets\", \"rankvar\": 3729, \"ini\": 2522}, {\"group\": [1779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey and rice, junior\", \"clust\": 1810, \"cat_0_index\": 64, \"rank\": 529, \"cat-0\": \"Baby Foods\", \"rankvar\": 686, \"ini\": 2521}, {\"group\": [1362.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, butterhead (includes boston and bibb types), raw\", \"clust\": 1384, \"cat_0_index\": 3431, \"rank\": 530, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2150, \"ini\": 2520}, {\"group\": [3670.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie Crust, Cookie-type, Chocolate, Ready Crust\", \"clust\": 3708, \"cat_0_index\": 333, \"rank\": 3049, \"cat-0\": \"Baked Products\", \"rankvar\": 2783, \"ini\": 2519}, {\"group\": [1445.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melon balls, frozen\", \"clust\": 1469, \"cat_0_index\": 1701, \"rank\": 531, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1557, \"ini\": 2518}, {\"group\": [1366.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, unprepared\", \"clust\": 1391, \"cat_0_index\": 3432, \"rank\": 532, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2047, \"ini\": 2517}, {\"group\": [1363.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, packed in tomato juice, no salt added\", \"clust\": 1387, \"cat_0_index\": 3433, \"rank\": 533, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2049, \"ini\": 2516}, {\"group\": [1874.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pepperpot, canned, prepared with equal volume water\", \"clust\": 1904, \"cat_0_index\": 2766, \"rank\": 534, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1384, \"ini\": 2515}, {\"group\": [2299.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with tapioca, strained\", \"clust\": 2327, \"cat_0_index\": 65, \"rank\": 535, \"cat-0\": \"Baby Foods\", \"rankvar\": 953, \"ini\": 2514}, {\"group\": [805.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jackfruit, canned, syrup pack\", \"clust\": 817, \"cat_0_index\": 1702, \"rank\": 536, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 294, \"ini\": 2513}, {\"group\": [1430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, with salt\", \"clust\": 1451, \"cat_0_index\": 3434, \"rank\": 537, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1591, \"ini\": 2512}, {\"group\": [851.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro shoots, raw\", \"clust\": 870, \"cat_0_index\": 3435, \"rank\": 538, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2345, \"ini\": 2511}, {\"group\": [1666.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken and Sausage Gumbo, ready-to-serve\", \"clust\": 1692, \"cat_0_index\": 2767, \"rank\": 539, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 949, \"ini\": 2510}, {\"group\": [1781.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey and rice, strained\", \"clust\": 1809, \"cat_0_index\": 66, \"rank\": 540, \"cat-0\": \"Baby Foods\", \"rankvar\": 846, \"ini\": 2509}, {\"group\": [350.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, dessert, sweet\", \"clust\": 358, \"cat_0_index\": 661, \"rank\": 541, \"cat-0\": \"Beverages\", \"rankvar\": 114, \"ini\": 2508}, {\"group\": [1178.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mush, blue corn with ash (Navajo)\", \"clust\": 1203, \"cat_0_index\": 1259, \"rank\": 542, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1169, \"ini\": 2507}, {\"group\": [1534.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, raw\", \"clust\": 1560, \"cat_0_index\": 1703, \"rank\": 543, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2200, \"ini\": 2506}, {\"group\": [2015.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Chicken Gravy\", \"clust\": 2047, \"cat_0_index\": 2768, \"rank\": 544, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1365, \"ini\": 2505}, {\"group\": [3072.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, crude protein basis (N x 6.25), produced by acid wash\", \"clust\": 3105, \"cat_0_index\": 2055, \"rank\": 3048, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3529, \"ini\": 2504}, {\"group\": [787.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 806, \"cat_0_index\": 1704, \"rank\": 545, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 177, \"ini\": 2503}, {\"group\": [1704.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Vegetable Soup\", \"clust\": 1731, \"cat_0_index\": 2769, \"rank\": 546, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1186, \"ini\": 2502}, {\"group\": [1643.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian Sausage with Pasta & Pepperoni Soup\", \"clust\": 1673, \"cat_0_index\": 2770, \"rank\": 547, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 657, \"ini\": 2501}, {\"group\": [3425.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Multi-Grain Cheerios\", \"clust\": 3459, \"cat_0_index\": 829, \"rank\": 3047, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2951, \"ini\": 2500}, {\"group\": [788.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, canned, cherry\", \"clust\": 807, \"cat_0_index\": 3225, \"rank\": 548, \"cat-0\": \"Sweets\", \"rankvar\": 201, \"ini\": 2499}, {\"group\": [1675.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Manhattan Clam Chowder\", \"clust\": 1700, \"cat_0_index\": 2771, \"rank\": 549, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1157, \"ini\": 2498}, {\"group\": [1728.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New Zealand spinach, raw\", \"clust\": 1753, \"cat_0_index\": 3436, \"rank\": 550, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2250, \"ini\": 2497}, {\"group\": [1854.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stockpot, canned, prepared with equal volume water\", \"clust\": 1882, \"cat_0_index\": 2772, \"rank\": 551, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1467, \"ini\": 2496}, {\"group\": [1503.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, pink, raw\", \"clust\": 1533, \"cat_0_index\": 1705, \"rank\": 552, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1929, \"ini\": 2495}, {\"group\": [1683.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Slow Roasted Beef with Mushrooms Soup\", \"clust\": 1713, \"cat_0_index\": 2773, \"rank\": 553, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1021, \"ini\": 2494}, {\"group\": [2500.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, cones, nacho-flavor\", \"clust\": 2527, \"cat_0_index\": 2560, \"rank\": 3046, \"cat-0\": \"Snacks\", \"rankvar\": 3345, \"ini\": 2493}, {\"group\": [1539.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, split pea with ham, chunky, reduced fat, reduced sodium, ready-to-serve, single brand\", \"clust\": 1566, \"cat_0_index\": 2774, \"rank\": 554, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 329, \"ini\": 2492}, {\"group\": [852.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro shoots, cooked, without salt\", \"clust\": 871, \"cat_0_index\": 3437, \"rank\": 555, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2316, \"ini\": 2491}, {\"group\": [3761.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, APPLE CINNAMON CHEERIOS\", \"clust\": 3799, \"cat_0_index\": 830, \"rank\": 3045, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3129, \"ini\": 2490}, {\"group\": [638.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cream soda\", \"clust\": 653, \"cat_0_index\": 662, \"rank\": 556, \"cat-0\": \"Beverages\", \"rankvar\": 1829, \"ini\": 2489}, {\"group\": [2045.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with star-shaped pasta, canned, condensed, single brand\", \"clust\": 2076, \"cat_0_index\": 2775, \"rank\": 557, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1439, \"ini\": 2488}, {\"group\": [2269.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, no salt\", \"clust\": 2299, \"cat_0_index\": 831, \"rank\": 558, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 595, \"ini\": 2487}, {\"group\": [1680.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with Country Vegetables Soup\", \"clust\": 1710, \"cat_0_index\": 2776, \"rank\": 559, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 799, \"ini\": 2486}, {\"group\": [1817.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1842, \"cat_0_index\": 3438, \"rank\": 560, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1927, \"ini\": 2485}, {\"group\": [3755.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FROSTED CHEERIOS\", \"clust\": 3798, \"cat_0_index\": 832, \"rank\": 3044, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3038, \"ini\": 2484}, {\"group\": [1705.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Garden Vegetable Soup, canned\", \"clust\": 1732, \"cat_0_index\": 2777, \"rank\": 561, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1069, \"ini\": 2483}, {\"group\": [1771.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef noodle, junior\", \"clust\": 1796, \"cat_0_index\": 67, \"rank\": 562, \"cat-0\": \"Baby Foods\", \"rankvar\": 782, \"ini\": 2482}, {\"group\": [1324.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, no salt added, solids and liquids\", \"clust\": 1351, \"cat_0_index\": 3439, \"rank\": 563, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1675, \"ini\": 2481}, {\"group\": [1361.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, green leaf, raw\", \"clust\": 1386, \"cat_0_index\": 3440, \"rank\": 564, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2094, \"ini\": 2480}, {\"group\": [2951.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, taco-flavor\", \"clust\": 2984, \"cat_0_index\": 2561, \"rank\": 3043, \"cat-0\": \"Snacks\", \"rankvar\": 2730, \"ini\": 2479}, {\"group\": [1672.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Curly Noodle Soup, condensed\", \"clust\": 1697, \"cat_0_index\": 2778, \"rank\": 565, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 710, \"ini\": 2478}, {\"group\": [3009.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, acorn flour, full fat\", \"clust\": 3041, \"cat_0_index\": 2280, \"rank\": 3042, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2927, \"ini\": 2477}, {\"group\": [1780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and chicken, junior\", \"clust\": 1811, \"cat_0_index\": 68, \"rank\": 566, \"cat-0\": \"Baby Foods\", \"rankvar\": 839, \"ini\": 2476}, {\"group\": [2960.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, crackers, vegetable\", \"clust\": 2980, \"cat_0_index\": 69, \"rank\": 3041, \"cat-0\": \"Baby Foods\", \"rankvar\": 2757, \"ini\": 2475}, {\"group\": [3324.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, ginger, ground\", \"clust\": 3357, \"cat_0_index\": 3104, \"rank\": 3040, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3252, \"ini\": 2474}, {\"group\": [2497.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, plain, chocolate-coated or frosted\", \"clust\": 2524, \"cat_0_index\": 334, \"rank\": 3039, \"cat-0\": \"Baked Products\", \"rankvar\": 2660, \"ini\": 2473}, {\"group\": [2016.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Country Style Cream Gravy\", \"clust\": 2045, \"cat_0_index\": 2779, \"rank\": 567, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 860, \"ini\": 2472}, {\"group\": [1681.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Sirloin Burger with Country Vegetables Soup, ready-to-serve\", \"clust\": 1708, \"cat_0_index\": 2780, \"rank\": 568, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 719, \"ini\": 2471}, {\"group\": [1851.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, prepared with equal volume water\", \"clust\": 1880, \"cat_0_index\": 2781, \"rank\": 569, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1456, \"ini\": 2470}, {\"group\": [1173.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, cooked with water, with salt\", \"clust\": 1197, \"cat_0_index\": 833, \"rank\": 570, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1081, \"ini\": 2469}, {\"group\": [1279.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Clam and tomato juice, canned\", \"clust\": 1303, \"cat_0_index\": 663, \"rank\": 571, \"cat-0\": \"Beverages\", \"rankvar\": 1267, \"ini\": 2468}, {\"group\": [599.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, canned or bottled, unsweetened, without added ascorbic acid\", \"clust\": 613, \"cat_0_index\": 1706, \"rank\": 572, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1510, \"ini\": 2467}, {\"group\": [1774.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and lamb, junior\", \"clust\": 1803, \"cat_0_index\": 70, \"rank\": 573, \"cat-0\": \"Baby Foods\", \"rankvar\": 915, \"ini\": 2466}, {\"group\": [1628.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Italian Tomato & Basil Soup\", \"clust\": 1656, \"cat_0_index\": 2782, \"rank\": 574, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1577, \"ini\": 2465}, {\"group\": [1357.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, no salt added, solids and liquids\", \"clust\": 1382, \"cat_0_index\": 3441, \"rank\": 575, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1904, \"ini\": 2464}, {\"group\": [594.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, cherry vanilla pudding, strained\", \"clust\": 605, \"cat_0_index\": 71, \"rank\": 576, \"cat-0\": \"Baby Foods\", \"rankvar\": 820, \"ini\": 2463}, {\"group\": [1686.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Vegetable Beef Soup\", \"clust\": 1715, \"cat_0_index\": 2783, \"rank\": 577, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 997, \"ini\": 2462}, {\"group\": [2504.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, semisweet chocolate, made with butter\", \"clust\": 2530, \"cat_0_index\": 3226, \"rank\": 3038, \"cat-0\": \"Sweets\", \"rankvar\": 2999, \"ini\": 2461}, {\"group\": [640.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, ROCKSTAR\", \"clust\": 650, \"cat_0_index\": 664, \"rank\": 578, \"cat-0\": \"Beverages\", \"rankvar\": 1722, \"ini\": 2460}, {\"group\": [1140.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Strawberry Banana\", \"clust\": 1167, \"cat_0_index\": 665, \"rank\": 579, \"cat-0\": \"Beverages\", \"rankvar\": 1565, \"ini\": 2459}, {\"group\": [248.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, raw, frozen\", \"clust\": 253, \"cat_0_index\": 1138, \"rank\": 580, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1000, \"ini\": 2458}, {\"group\": [1358.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, no salt added, drained solids\", \"clust\": 1383, \"cat_0_index\": 3442, \"rank\": 581, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1854, \"ini\": 2457}, {\"group\": [259.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cockles, raw (Alaska Native)\", \"clust\": 260, \"cat_0_index\": 1260, \"rank\": 582, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 363, \"ini\": 2456}, {\"group\": [1887.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, prepared with equal volume water\", \"clust\": 1916, \"cat_0_index\": 2784, \"rank\": 583, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1415, \"ini\": 2455}, {\"group\": [2067.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Won Ton Soup, condensed\", \"clust\": 2098, \"cat_0_index\": 2785, \"rank\": 584, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1586, \"ini\": 2454}, {\"group\": [1141.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Peach Mango\", \"clust\": 1168, \"cat_0_index\": 666, \"rank\": 585, \"cat-0\": \"Beverages\", \"rankvar\": 1621, \"ini\": 2453}, {\"group\": [3230.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, provolone, reduced fat\", \"clust\": 3265, \"cat_0_index\": 1139, \"rank\": 3037, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2898, \"ini\": 2452}, {\"group\": [2082.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ascidians (tunughnak) (Alaska Native)\", \"clust\": 2110, \"cat_0_index\": 1261, \"rank\": 586, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1908, \"ini\": 2451}, {\"group\": [3720.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, chocolate, sugared or glazed\", \"clust\": 3751, \"cat_0_index\": 335, \"rank\": 3036, \"cat-0\": \"Baked Products\", \"rankvar\": 2646, \"ini\": 2450}, {\"group\": [2374.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yellow pond lily, Wocas, tuber, cooked (Pacific Northwest Indians)\", \"clust\": 2402, \"cat_0_index\": 1262, \"rank\": 587, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1682, \"ini\": 2449}, {\"group\": [3674.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, nut (includes almond, raisin nut, cinnamon nut)\", \"clust\": 3715, \"cat_0_index\": 336, \"rank\": 3035, \"cat-0\": \"Baked Products\", \"rankvar\": 2587, \"ini\": 2448}, {\"group\": [1797.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, mix vegetables junior\", \"clust\": 1826, \"cat_0_index\": 72, \"rank\": 588, \"cat-0\": \"Baby Foods\", \"rankvar\": 1316, \"ini\": 2447}, {\"group\": [1568.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, cheddar cheese flavor, prepared with water\", \"clust\": 1591, \"cat_0_index\": 834, \"rank\": 589, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 511, \"ini\": 2446}, {\"group\": [1772.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, junior\", \"clust\": 1800, \"cat_0_index\": 73, \"rank\": 590, \"cat-0\": \"Baby Foods\", \"rankvar\": 906, \"ini\": 2445}, {\"group\": [1664.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Salisbury Steak with Mushrooms & Onions Soup\", \"clust\": 1693, \"cat_0_index\": 2786, \"rank\": 591, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 711, \"ini\": 2444}, {\"group\": [639.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Limeade, frozen concentrate, prepared with water\", \"clust\": 651, \"cat_0_index\": 667, \"rank\": 592, \"cat-0\": \"Beverages\", \"rankvar\": 1766, \"ini\": 2443}, {\"group\": [1307.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato juice, canned, without salt added\", \"clust\": 1332, \"cat_0_index\": 3443, \"rank\": 593, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2104, \"ini\": 2442}, {\"group\": [765.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, homemade, made without egg, cooked\", \"clust\": 781, \"cat_0_index\": 1002, \"rank\": 594, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 36, \"ini\": 2441}, {\"group\": [1513.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, cooked, steamed, with salt\", \"clust\": 1542, \"cat_0_index\": 3444, \"rank\": 595, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2251, \"ini\": 2440}, {\"group\": [1364.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, cooked, boiled, drained, without salt\", \"clust\": 1388, \"cat_0_index\": 3445, \"rank\": 596, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1988, \"ini\": 2439}, {\"group\": [1084.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, moose (Alaska Native)\", \"clust\": 1094, \"cat_0_index\": 1263, \"rank\": 597, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 570, \"ini\": 2438}, {\"group\": [1290.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, italian style, canned\", \"clust\": 1317, \"cat_0_index\": 3446, \"rank\": 598, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1728, \"ini\": 2437}, {\"group\": [1588.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit pudding, orange, strained\", \"clust\": 1613, \"cat_0_index\": 74, \"rank\": 599, \"cat-0\": \"Baby Foods\", \"rankvar\": 360, \"ini\": 2436}, {\"group\": [2272.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, WHEATENA, cooked with water\", \"clust\": 2302, \"cat_0_index\": 835, \"rank\": 600, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 882, \"ini\": 2435}, {\"group\": [1171.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, cooked with water, microwaved, without salt\", \"clust\": 1195, \"cat_0_index\": 836, \"rank\": 601, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1284, \"ini\": 2434}, {\"group\": [1367.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, cooked, boiled, drained, without salt\", \"clust\": 1389, \"cat_0_index\": 3447, \"rank\": 602, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1957, \"ini\": 2433}, {\"group\": [2304.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup pack, without skin, solids and liquids\", \"clust\": 2334, \"cat_0_index\": 1707, \"rank\": 603, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 361, \"ini\": 2432}, {\"group\": [2270.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, salt\", \"clust\": 2300, \"cat_0_index\": 837, \"rank\": 604, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 588, \"ini\": 2431}, {\"group\": [3468.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, Mountain Medley Cereal\", \"clust\": 3505, \"cat_0_index\": 838, \"rank\": 3034, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2818, \"ini\": 2430}, {\"group\": [774.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, japanese, somen, cooked\", \"clust\": 783, \"cat_0_index\": 1003, \"rank\": 605, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 43, \"ini\": 2429}, {\"group\": [3779.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, KELLOGG'S, NUTRI-GRAIN Cereal Bars, fruit\", \"clust\": 3821, \"cat_0_index\": 2562, \"rank\": 3033, \"cat-0\": \"Snacks\", \"rankvar\": 2907, \"ini\": 2428}, {\"group\": [2073.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, shark fin, restaurant-prepared\", \"clust\": 2103, \"cat_0_index\": 2787, \"rank\": 606, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1391, \"ini\": 2427}, {\"group\": [1775.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and lamb, strained\", \"clust\": 1804, \"cat_0_index\": 75, \"rank\": 607, \"cat-0\": \"Baby Foods\", \"rankvar\": 902, \"ini\": 2426}, {\"group\": [262.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, herring eggs, Pacific, plain (Alaska Native)\", \"clust\": 259, \"cat_0_index\": 1264, \"rank\": 608, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 296, \"ini\": 2425}, {\"group\": [1395.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alfalfa seeds, sprouted, raw\", \"clust\": 1419, \"cat_0_index\": 3448, \"rank\": 609, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1724, \"ini\": 2424}, {\"group\": [1710.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Cream of Broccoli Soup\", \"clust\": 1733, \"cat_0_index\": 2788, \"rank\": 610, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1582, \"ini\": 2423}, {\"group\": [2268.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, whole wheat hot natural cereal, cooked with water, with salt\", \"clust\": 2295, \"cat_0_index\": 839, \"rank\": 611, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 583, \"ini\": 2422}, {\"group\": [2266.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, RALSTON, cooked with water, with salt\", \"clust\": 2296, \"cat_0_index\": 840, \"rank\": 612, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 959, \"ini\": 2421}, {\"group\": [763.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, fresh-refrigerated, plain, cooked\", \"clust\": 779, \"cat_0_index\": 1004, \"rank\": 613, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 24, \"ini\": 2420}, {\"group\": [1792.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, carrots, toddler\", \"clust\": 1820, \"cat_0_index\": 76, \"rank\": 614, \"cat-0\": \"Baby Foods\", \"rankvar\": 1965, \"ini\": 2419}, {\"group\": [3069.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate\", \"clust\": 3102, \"cat_0_index\": 2056, \"rank\": 3032, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3709, \"ini\": 2418}, {\"group\": [1447.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, cooked, boiled, drained, without salt\", \"clust\": 1473, \"cat_0_index\": 3449, \"rank\": 615, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1425, \"ini\": 2417}, {\"group\": [1700.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Vegetable with Pasta Soup\", \"clust\": 1724, \"cat_0_index\": 2789, \"rank\": 616, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1175, \"ini\": 2416}, {\"group\": [3936.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, powder\", \"clust\": 3979, \"cat_0_index\": 668, \"rank\": 3031, \"cat-0\": \"Beverages\", \"rankvar\": 3732, \"ini\": 2415}, {\"group\": [1783.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and tomato and beef, junior\", \"clust\": 1807, \"cat_0_index\": 77, \"rank\": 617, \"cat-0\": \"Baby Foods\", \"rankvar\": 669, \"ini\": 2414}, {\"group\": [1735.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, welsh, raw\", \"clust\": 1760, \"cat_0_index\": 3450, \"rank\": 618, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1673, \"ini\": 2413}, {\"group\": [3956.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant\", \"clust\": 3998, \"cat_0_index\": 3227, \"rank\": 3030, \"cat-0\": \"Sweets\", \"rankvar\": 3547, \"ini\": 2412}, {\"group\": [1386.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, with salt\", \"clust\": 1410, \"cat_0_index\": 3451, \"rank\": 619, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2090, \"ini\": 2411}, {\"group\": [3847.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, chocolate, creamy, ready-to-eat\", \"clust\": 3885, \"cat_0_index\": 3228, \"rank\": 3029, \"cat-0\": \"Sweets\", \"rankvar\": 3232, \"ini\": 2410}, {\"group\": [1427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, cooked, boiled, drained, with salt\", \"clust\": 1453, \"cat_0_index\": 3452, \"rank\": 620, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1841, \"ini\": 2409}, {\"group\": [775.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mashu roots, raw (Alaska Native)\", \"clust\": 777, \"cat_0_index\": 1265, \"rank\": 621, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 20, \"ini\": 2408}, {\"group\": [374.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, consomme with gelatin, dry, mix, prepared with water\", \"clust\": 387, \"cat_0_index\": 2790, \"rank\": 622, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2540, \"ini\": 2407}, {\"group\": [1151.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, water pack, solids and liquids (includes USDA commodity red tart cherries, canned)\", \"clust\": 1177, \"cat_0_index\": 1708, \"rank\": 623, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1550, \"ini\": 2406}, {\"group\": [3033.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, bunuelos (fried yeast bread)\", \"clust\": 3047, \"cat_0_index\": 2396, \"rank\": 3028, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 2569, \"ini\": 2405}, {\"group\": [2078.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, crab, canned, ready-to-serve\", \"clust\": 2108, \"cat_0_index\": 2791, \"rank\": 624, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1671, \"ini\": 2404}, {\"group\": [2505.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, coated, milk chocolate coating, peanut butter\", \"clust\": 2529, \"cat_0_index\": 2563, \"rank\": 3027, \"cat-0\": \"Snacks\", \"rankvar\": 2833, \"ini\": 2403}, {\"group\": [1978.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, microwavable, ready-to-serve, single brand\", \"clust\": 2007, \"cat_0_index\": 2792, \"rank\": 625, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1197, \"ini\": 2402}, {\"group\": [3740.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, apples and cinnamon, dry\", \"clust\": 3782, \"cat_0_index\": 841, \"rank\": 3026, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2957, \"ini\": 2401}, {\"group\": [2079.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, ready-to-serve, pepper, TABASCO\", \"clust\": 2109, \"cat_0_index\": 2793, \"rank\": 626, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2295, \"ini\": 2400}, {\"group\": [641.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract, imitation, no alcohol\", \"clust\": 654, \"cat_0_index\": 3105, \"rank\": 627, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1840, \"ini\": 2399}, {\"group\": [1429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1452, \"cat_0_index\": 3453, \"rank\": 628, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1835, \"ini\": 2398}, {\"group\": [1894.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, low sodium, ready-to-serve, canned\", \"clust\": 1922, \"cat_0_index\": 2794, \"rank\": 629, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1332, \"ini\": 2397}, {\"group\": [1235.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, fluid\", \"clust\": 1258, \"cat_0_index\": 1140, \"rank\": 630, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2045, \"ini\": 2396}, {\"group\": [3477.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI HEART TO HEART, Honey Toasted Oat\", \"clust\": 3514, \"cat_0_index\": 842, \"rank\": 3025, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3074, \"ini\": 2395}, {\"group\": [1381.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, cooked, boiled, drained, with salt\", \"clust\": 1406, \"cat_0_index\": 3454, \"rank\": 631, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2009, \"ini\": 2394}, {\"group\": [585.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, unsweetened, without added ascorbic acid (includes USDA commodity)\", \"clust\": 597, \"cat_0_index\": 1709, \"rank\": 632, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1541, \"ini\": 2393}, {\"group\": [2024.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON, Chicken A La King\", \"clust\": 2054, \"cat_0_index\": 2157, \"rank\": 633, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 368, \"ini\": 2392}, {\"group\": [626.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice drink\", \"clust\": 640, \"cat_0_index\": 669, \"rank\": 634, \"cat-0\": \"Beverages\", \"rankvar\": 1444, \"ini\": 2391}, {\"group\": [1346.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, powder, prepared with water\", \"clust\": 1368, \"cat_0_index\": 670, \"rank\": 635, \"cat-0\": \"Beverages\", \"rankvar\": 1666, \"ini\": 2390}, {\"group\": [1451.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 1475, \"cat_0_index\": 3455, \"rank\": 636, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 895, \"ini\": 2389}, {\"group\": [2039.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Gumbo Soup, condensed\", \"clust\": 2070, \"cat_0_index\": 2795, \"rank\": 637, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1436, \"ini\": 2388}, {\"group\": [1812.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, strained\", \"clust\": 1836, \"cat_0_index\": 78, \"rank\": 638, \"cat-0\": \"Baby Foods\", \"rankvar\": 1034, \"ini\": 2387}, {\"group\": [260.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, devilfish, meat (Alaska Native)\", \"clust\": 264, \"cat_0_index\": 1266, \"rank\": 639, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 345, \"ini\": 2386}, {\"group\": [1388.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, packed in tomato juice\", \"clust\": 1413, \"cat_0_index\": 3456, \"rank\": 640, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2057, \"ini\": 2385}, {\"group\": [1264.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Unsweetened, soymilk\", \"clust\": 1289, \"cat_0_index\": 2057, \"rank\": 641, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1848, \"ini\": 2384}, {\"group\": [3704.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 3743, \"cat_0_index\": 1330, \"rank\": 3024, \"cat-0\": \"Fast Foods\", \"rankvar\": 2881, \"ini\": 2383}, {\"group\": [3478.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI Heart to Heart Warm Cinnamon\", \"clust\": 3515, \"cat_0_index\": 843, \"rank\": 3023, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3096, \"ini\": 2382}, {\"group\": [1665.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian Sausage Pasta & Pepperoni Soup\", \"clust\": 1694, \"cat_0_index\": 2796, \"rank\": 642, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 998, \"ini\": 2381}, {\"group\": [1428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, cooked, boiled, drained, or baked, with salt\", \"clust\": 1454, \"cat_0_index\": 3457, \"rank\": 643, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1794, \"ini\": 2380}, {\"group\": [1511.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, Florida\", \"clust\": 1539, \"cat_0_index\": 1710, \"rank\": 644, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2073, \"ini\": 2379}, {\"group\": [2628.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, skin only, cooked, roasted\", \"clust\": 2658, \"cat_0_index\": 2338, \"rank\": 3022, \"cat-0\": \"Poultry Products\", \"rankvar\": 2710, \"ini\": 2378}, {\"group\": [3579.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bites, mixed flavors\", \"clust\": 3619, \"cat_0_index\": 2564, \"rank\": 3021, \"cat-0\": \"Snacks\", \"rankvar\": 2747, \"ini\": 2377}, {\"group\": [1330.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, regular pack, solids and liquids\", \"clust\": 1353, \"cat_0_index\": 3458, \"rank\": 645, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2111, \"ini\": 2376}, {\"group\": [2259.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, cooked, boiled, drained, without salt\", \"clust\": 2288, \"cat_0_index\": 3459, \"rank\": 646, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1524, \"ini\": 2375}, {\"group\": [3907.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, vanilla, creamy, ready-to-eat\", \"clust\": 3951, \"cat_0_index\": 3229, \"rank\": 3020, \"cat-0\": \"Sweets\", \"rankvar\": 3414, \"ini\": 2374}, {\"group\": [794.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, extra heavy syrup pack, without skin, solids and liquids\", \"clust\": 812, \"cat_0_index\": 1711, \"rank\": 647, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 271, \"ini\": 2373}, {\"group\": [1252.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Light Vanilla Soymilk\", \"clust\": 1280, \"cat_0_index\": 2058, \"rank\": 648, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1912, \"ini\": 2372}, {\"group\": [3265.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, brown, dry\", \"clust\": 3301, \"cat_0_index\": 2797, \"rank\": 3019, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3430, \"ini\": 2371}, {\"group\": [1793.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, green beans, strained\", \"clust\": 1821, \"cat_0_index\": 79, \"rank\": 649, \"cat-0\": \"Baby Foods\", \"rankvar\": 1721, \"ini\": 2370}, {\"group\": [1784.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken soup, strained\", \"clust\": 1791, \"cat_0_index\": 80, \"rank\": 650, \"cat-0\": \"Baby Foods\", \"rankvar\": 1137, \"ini\": 2369}, {\"group\": [2001.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, fat-free, tub\", \"clust\": 2028, \"cat_0_index\": 1524, \"rank\": 651, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1834, \"ini\": 2368}, {\"group\": [2372.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, cooked, boiled, drained, without salt\", \"clust\": 2403, \"cat_0_index\": 3460, \"rank\": 652, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2083, \"ini\": 2367}, {\"group\": [1259.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (all flavors), nonfat, with added calcium, vitamins A and D\", \"clust\": 1283, \"cat_0_index\": 2059, \"rank\": 653, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1858, \"ini\": 2366}, {\"group\": [1152.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, water pack, solids and liquids\", \"clust\": 1175, \"cat_0_index\": 1712, \"rank\": 654, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1716, \"ini\": 2365}, {\"group\": [1514.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1540, \"cat_0_index\": 3461, \"rank\": 655, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2374, \"ini\": 2364}, {\"group\": [1308.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked\", \"clust\": 1333, \"cat_0_index\": 3462, \"rank\": 656, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2157, \"ini\": 2363}, {\"group\": [1453.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, raw\", \"clust\": 1479, \"cat_0_index\": 3463, \"rank\": 657, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1337, \"ini\": 2362}, {\"group\": [3456.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER CRUNCHY BRAN\", \"clust\": 3488, \"cat_0_index\": 844, \"rank\": 3018, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3331, \"ini\": 2361}, {\"group\": [577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, canned, thompson seedless, water pack, solids and liquids\", \"clust\": 590, \"cat_0_index\": 1713, \"rank\": 658, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1559, \"ini\": 2360}, {\"group\": [764.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, fresh-refrigerated, spinach, cooked\", \"clust\": 780, \"cat_0_index\": 1005, \"rank\": 659, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 23, \"ini\": 2359}, {\"group\": [419.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sourdock, young leaves (Alaska Native)\", \"clust\": 420, \"cat_0_index\": 1267, \"rank\": 660, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2370, \"ini\": 2358}, {\"group\": [1168.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, plain, prepared (microwaved or boiling water added), without salt\", \"clust\": 1192, \"cat_0_index\": 845, \"rank\": 661, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 485, \"ini\": 2357}, {\"group\": [2274.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, corn, creamed, junior\", \"clust\": 2303, \"cat_0_index\": 81, \"rank\": 662, \"cat-0\": \"Baby Foods\", \"rankvar\": 512, \"ini\": 2356}, {\"group\": [1506.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and banana\", \"clust\": 1531, \"cat_0_index\": 82, \"rank\": 663, \"cat-0\": \"Baby Foods\", \"rankvar\": 1490, \"ini\": 2355}, {\"group\": [2040.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Dumplings Soup, condensed\", \"clust\": 2071, \"cat_0_index\": 2798, \"rank\": 664, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1182, \"ini\": 2354}, {\"group\": [2257.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waterchestnuts, chinese, canned, solids and liquids\", \"clust\": 2286, \"cat_0_index\": 3464, \"rank\": 665, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1142, \"ini\": 2353}, {\"group\": [2046.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef with vegetables and barley, canned, condensed, single brand\", \"clust\": 2077, \"cat_0_index\": 2799, \"rank\": 666, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1003, \"ini\": 2352}, {\"group\": [1773.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and ham, junior\", \"clust\": 1801, \"cat_0_index\": 83, \"rank\": 667, \"cat-0\": \"Baby Foods\", \"rankvar\": 680, \"ini\": 2351}, {\"group\": [776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, parboiled, enriched, cooked\", \"clust\": 792, \"cat_0_index\": 1006, \"rank\": 668, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 58, \"ini\": 2350}, {\"group\": [776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, parboiled, unenriched, cooked\", \"clust\": 793, \"cat_0_index\": 1007, \"rank\": 669, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 59, \"ini\": 2349}, {\"group\": [1444.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radicchio, raw\", \"clust\": 1471, \"cat_0_index\": 3465, \"rank\": 670, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1949, \"ini\": 2348}, {\"group\": [2273.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oat bran, cooked\", \"clust\": 2298, \"cat_0_index\": 1008, \"rank\": 671, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 726, \"ini\": 2347}, {\"group\": [853.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, cooked, boiled, drained, without salt\", \"clust\": 869, \"cat_0_index\": 3466, \"rank\": 672, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2450, \"ini\": 2346}, {\"group\": [2065.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beefy Mushroom Soup, condensed\", \"clust\": 2096, \"cat_0_index\": 2800, \"rank\": 673, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1534, \"ini\": 2345}, {\"group\": [1165.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (All flavors), lowfat, with added calcium, vitamins A and D\", \"clust\": 1189, \"cat_0_index\": 2060, \"rank\": 674, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1383, \"ini\": 2344}, {\"group\": [2948.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, regular\", \"clust\": 2981, \"cat_0_index\": 337, \"rank\": 3017, \"cat-0\": \"Baked Products\", \"rankvar\": 2697, \"ini\": 2343}, {\"group\": [1673.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Honey Roasted Ham with Potatoes Soup\", \"clust\": 1701, \"cat_0_index\": 2801, \"rank\": 675, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 824, \"ini\": 2342}, {\"group\": [2276.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), without salt\", \"clust\": 2305, \"cat_0_index\": 846, \"rank\": 676, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 446, \"ini\": 2341}, {\"group\": [601.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water without added ascorbic acid\", \"clust\": 612, \"cat_0_index\": 1714, \"rank\": 677, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1578, \"ini\": 2340}, {\"group\": [1154.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberry juice, canned\", \"clust\": 1180, \"cat_0_index\": 1715, \"rank\": 678, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1726, \"ini\": 2339}, {\"group\": [2275.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, corn, creamed, strained\", \"clust\": 2304, \"cat_0_index\": 84, \"rank\": 679, \"cat-0\": \"Baby Foods\", \"rankvar\": 676, \"ini\": 2338}, {\"group\": [1376.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, cooked, boiled, drained, without salt\", \"clust\": 1402, \"cat_0_index\": 3467, \"rank\": 680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2186, \"ini\": 2337}, {\"group\": [1142.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Tropical Colada\", \"clust\": 1166, \"cat_0_index\": 671, \"rank\": 681, \"cat-0\": \"Beverages\", \"rankvar\": 1528, \"ini\": 2336}, {\"group\": [1350.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut water (liquid from coconuts)\", \"clust\": 1372, \"cat_0_index\": 2281, \"rank\": 682, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2086, \"ini\": 2335}, {\"group\": [2295.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, cream style, no salt added\", \"clust\": 2324, \"cat_0_index\": 3468, \"rank\": 683, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 297, \"ini\": 2334}, {\"group\": [1449.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, raw\", \"clust\": 1476, \"cat_0_index\": 3469, \"rank\": 684, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1225, \"ini\": 2333}, {\"group\": [1377.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, raw, year round average\", \"clust\": 1401, \"cat_0_index\": 3470, \"rank\": 685, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2100, \"ini\": 2332}, {\"group\": [1481.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Loquats, raw\", \"clust\": 1509, \"cat_0_index\": 1716, \"rank\": 686, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1210, \"ini\": 2331}, {\"group\": [1637.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Split Pea with Roasted Ham Soup\", \"clust\": 1662, \"cat_0_index\": 2802, \"rank\": 687, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 536, \"ini\": 2330}, {\"group\": [2204.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, green beans, junior\", \"clust\": 2230, \"cat_0_index\": 85, \"rank\": 688, \"cat-0\": \"Baby Foods\", \"rankvar\": 1896, \"ini\": 2329}, {\"group\": [330.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, steamed, Chinese restaurant\", \"clust\": 332, \"cat_0_index\": 1009, \"rank\": 689, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 65, \"ini\": 2328}, {\"group\": [1635.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Beef Barley Soup\", \"clust\": 1663, \"cat_0_index\": 2803, \"rank\": 690, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 509, \"ini\": 2327}, {\"group\": [783.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Couscous, cooked\", \"clust\": 802, \"cat_0_index\": 1010, \"rank\": 691, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 69, \"ini\": 2326}, {\"group\": [3327.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, saffron\", \"clust\": 3361, \"cat_0_index\": 3106, \"rank\": 3016, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3196, \"ini\": 2325}, {\"group\": [2992.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tostada shells, corn\", \"clust\": 3024, \"cat_0_index\": 338, \"rank\": 3015, \"cat-0\": \"Baked Products\", \"rankvar\": 2709, \"ini\": 2324}, {\"group\": [1083.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, fish, homemade (Alaska Native)\", \"clust\": 1095, \"cat_0_index\": 1268, \"rank\": 692, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 333, \"ini\": 2323}, {\"group\": [3658.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, prepared from recipe, made with margarine\", \"clust\": 3699, \"cat_0_index\": 339, \"rank\": 3014, \"cat-0\": \"Baked Products\", \"rankvar\": 2693, \"ini\": 2322}, {\"group\": [790.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Poi\", \"clust\": 804, \"cat_0_index\": 3471, \"rank\": 693, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 203, \"ini\": 2321}, {\"group\": [1314.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, water pack, with skin, solids and liquids\", \"clust\": 1339, \"cat_0_index\": 1717, \"rank\": 694, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1803, \"ini\": 2320}, {\"group\": [1426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, canned, solids and liquids\", \"clust\": 1450, \"cat_0_index\": 3472, \"rank\": 695, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2087, \"ini\": 2319}, {\"group\": [767.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, spinach, cooked\", \"clust\": 778, \"cat_0_index\": 1011, \"rank\": 696, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 30, \"ini\": 2318}, {\"group\": [671.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple-cranberry juice\", \"clust\": 686, \"cat_0_index\": 86, \"rank\": 697, \"cat-0\": \"Baby Foods\", \"rankvar\": 1687, \"ini\": 2317}, {\"group\": [1254.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Plain, soymilk\", \"clust\": 1287, \"cat_0_index\": 2061, \"rank\": 698, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1859, \"ini\": 2316}, {\"group\": [1446.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, raw\", \"clust\": 1468, \"cat_0_index\": 3473, \"rank\": 699, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1880, \"ini\": 2315}, {\"group\": [3580.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Breakfast bars, oats, sugar, raisins, coconut (include granola bar)\", \"clust\": 3620, \"cat_0_index\": 2565, \"rank\": 3013, \"cat-0\": \"Snacks\", \"rankvar\": 2766, \"ini\": 2314}, {\"group\": [1629.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Tomato Soup\", \"clust\": 1657, \"cat_0_index\": 2804, \"rank\": 700, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1434, \"ini\": 2313}, {\"group\": [2267.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, WHEATENA, cooked with water, with salt\", \"clust\": 2297, \"cat_0_index\": 847, \"rank\": 701, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 781, \"ini\": 2312}, {\"group\": [2297.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apricot with tapioca, junior\", \"clust\": 2328, \"cat_0_index\": 87, \"rank\": 702, \"cat-0\": \"Baby Foods\", \"rankvar\": 768, \"ini\": 2311}, {\"group\": [1159.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, No Sugar Added CREAMSICLE Pops\", \"clust\": 1182, \"cat_0_index\": 3230, \"rank\": 703, \"cat-0\": \"Sweets\", \"rankvar\": 868, \"ini\": 2310}, {\"group\": [1698.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Blended Red Pepper Black Bean Soup\", \"clust\": 1727, \"cat_0_index\": 2805, \"rank\": 704, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1289, \"ini\": 2309}, {\"group\": [2301.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dehydrated (low moisture), sulfured, stewed\", \"clust\": 2330, \"cat_0_index\": 1718, \"rank\": 705, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 565, \"ini\": 2308}, {\"group\": [3408.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, white\", \"clust\": 3442, \"cat_0_index\": 3107, \"rank\": 3012, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3627, \"ini\": 2307}, {\"group\": [1435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, regular pack, drained solids\", \"clust\": 1457, \"cat_0_index\": 3474, \"rank\": 706, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2016, \"ini\": 2306}, {\"group\": [1383.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable soup, condensed, low sodium, prepared with equal volume water\", \"clust\": 1405, \"cat_0_index\": 2806, \"rank\": 707, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1560, \"ini\": 2305}, {\"group\": [3180.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, whole milk, low moisture\", \"clust\": 3214, \"cat_0_index\": 1141, \"rank\": 3011, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2759, \"ini\": 2304}, {\"group\": [508.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared from item 14028\", \"clust\": 519, \"cat_0_index\": 672, \"rank\": 708, \"cat-0\": \"Beverages\", \"rankvar\": 420, \"ini\": 2303}, {\"group\": [1292.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, prepared with equal volume water\", \"clust\": 1316, \"cat_0_index\": 2807, \"rank\": 709, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1176, \"ini\": 2302}, {\"group\": [1283.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, dry, mix, prepared with water\", \"clust\": 1305, \"cat_0_index\": 2808, \"rank\": 710, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1468, \"ini\": 2301}, {\"group\": [1712.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Creamy Chicken Alfredo Soup\", \"clust\": 1739, \"cat_0_index\": 2809, \"rank\": 711, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 335, \"ini\": 2300}, {\"group\": [1379.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), cooked, boiled, drained, without salt\", \"clust\": 1396, \"cat_0_index\": 3475, \"rank\": 712, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2215, \"ini\": 2299}, {\"group\": [2801.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef sausage, pre-cooked\", \"clust\": 2831, \"cat_0_index\": 2418, \"rank\": 3010, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2750, \"ini\": 2298}, {\"group\": [2373.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory, witloof, raw\", \"clust\": 2404, \"cat_0_index\": 3476, \"rank\": 713, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2230, \"ini\": 2297}, {\"group\": [1763.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mashed cheddar potatoes and broccoli, toddlers\", \"clust\": 1788, \"cat_0_index\": 88, \"rank\": 714, \"cat-0\": \"Baby Foods\", \"rankvar\": 1149, \"ini\": 2296}, {\"group\": [1824.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken rice, canned, chunky, ready-to-serve\", \"clust\": 1851, \"cat_0_index\": 2810, \"rank\": 715, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 750, \"ini\": 2295}, {\"group\": [1997.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Red Taco Sauce\", \"clust\": 2024, \"cat_0_index\": 2811, \"rank\": 716, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1801, \"ini\": 2294}, {\"group\": [2327.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mammy-apple, (mamey), raw\", \"clust\": 2354, \"cat_0_index\": 1719, \"rank\": 717, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1406, \"ini\": 2293}, {\"group\": [1892.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, dry, mix, prepared with water\", \"clust\": 1918, \"cat_0_index\": 2812, \"rank\": 718, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1601, \"ini\": 2292}, {\"group\": [1720.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Cheddar & Bacon Bits Soup\", \"clust\": 1749, \"cat_0_index\": 2813, \"rank\": 719, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 529, \"ini\": 2291}, {\"group\": [3465.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI, KASHI GO LEAN Hot Cereal, Truly Vanilla, dry\", \"clust\": 3497, \"cat_0_index\": 848, \"rank\": 3009, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2880, \"ini\": 2290}, {\"group\": [2306.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gooseberries, canned, light syrup pack, solids and liquids\", \"clust\": 2336, \"cat_0_index\": 1720, \"rank\": 720, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 604, \"ini\": 2289}, {\"group\": [2261.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, peas, strained\", \"clust\": 2291, \"cat_0_index\": 89, \"rank\": 721, \"cat-0\": \"Baby Foods\", \"rankvar\": 867, \"ini\": 2288}, {\"group\": [1884.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato beef with noodle, canned, prepared with equal volume water\", \"clust\": 1907, \"cat_0_index\": 2814, \"rank\": 722, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 863, \"ini\": 2287}, {\"group\": [2037.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Scotch Broth, condensed\", \"clust\": 2067, \"cat_0_index\": 2815, \"rank\": 723, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1462, \"ini\": 2286}, {\"group\": [1433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, cooked, boiled, drained, with salt\", \"clust\": 1458, \"cat_0_index\": 3477, \"rank\": 724, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2182, \"ini\": 2285}, {\"group\": [2994.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, unsalted, white corn\", \"clust\": 3028, \"cat_0_index\": 2566, \"rank\": 3008, \"cat-0\": \"Snacks\", \"rankvar\": 2812, \"ini\": 2284}, {\"group\": [642.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, prepared with water\", \"clust\": 655, \"cat_0_index\": 3231, \"rank\": 725, \"cat-0\": \"Sweets\", \"rankvar\": 1465, \"ini\": 2283}, {\"group\": [1322.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salmonberries, raw (Alaska Native)\", \"clust\": 1344, \"cat_0_index\": 1269, \"rank\": 726, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1307, \"ini\": 2282}, {\"group\": [2264.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hominy, canned, yellow\", \"clust\": 2293, \"cat_0_index\": 1012, \"rank\": 727, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 666, \"ini\": 2281}, {\"group\": [2044.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom barley, canned, condensed\", \"clust\": 2072, \"cat_0_index\": 2816, \"rank\": 728, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 917, \"ini\": 2280}, {\"group\": [261.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, broad, liver (Alaska Native)\", \"clust\": 265, \"cat_0_index\": 1270, \"rank\": 729, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 135, \"ini\": 2279}, {\"group\": [3958.0, 83.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, gum drops, dietetic or low calorie (sorbitol)\", \"clust\": 3762, \"cat_0_index\": 3232, \"rank\": 3007, \"cat-0\": \"Sweets\", \"rankvar\": 3685, \"ini\": 2278}, {\"group\": [795.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 813, \"cat_0_index\": 1721, \"rank\": 730, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 226, \"ini\": 2277}, {\"group\": [2298.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apricot with tapioca, strained\", \"clust\": 2329, \"cat_0_index\": 90, \"rank\": 731, \"cat-0\": \"Baby Foods\", \"rankvar\": 924, \"ini\": 2276}, {\"group\": [3612.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES SNICKERS Brand Bite Size Candies\", \"clust\": 3653, \"cat_0_index\": 3233, \"rank\": 3006, \"cat-0\": \"Sweets\", \"rankvar\": 3230, \"ini\": 2275}, {\"group\": [1359.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, garden vegetable, strained\", \"clust\": 1379, \"cat_0_index\": 91, \"rank\": 732, \"cat-0\": \"Baby Foods\", \"rankvar\": 1370, \"ini\": 2274}, {\"group\": [1753.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, toddler\", \"clust\": 1779, \"cat_0_index\": 92, \"rank\": 733, \"cat-0\": \"Baby Foods\", \"rankvar\": 276, \"ini\": 2273}, {\"group\": [1280.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Southwestern Corn Chowder\", \"clust\": 1304, \"cat_0_index\": 2817, \"rank\": 734, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 665, \"ini\": 2272}, {\"group\": [1746.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Chicken with Noodles Soup\", \"clust\": 1776, \"cat_0_index\": 2818, \"rank\": 735, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 770, \"ini\": 2271}, {\"group\": [1437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, raw\", \"clust\": 1460, \"cat_0_index\": 3478, \"rank\": 736, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1758, \"ini\": 2270}, {\"group\": [2277.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), with salt\", \"clust\": 2306, \"cat_0_index\": 849, \"rank\": 737, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 449, \"ini\": 2269}, {\"group\": [2038.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Broccoli Soup, condensed\", \"clust\": 2068, \"cat_0_index\": 2819, \"rank\": 738, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1298, \"ini\": 2268}, {\"group\": [1980.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk substitutes, fluid, with lauric acid oil\", \"clust\": 2009, \"cat_0_index\": 1142, \"rank\": 739, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 945, \"ini\": 2267}, {\"group\": [3621.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES 3 MUSKETEERS Brand Bite Size Candies\", \"clust\": 3662, \"cat_0_index\": 3234, \"rank\": 3005, \"cat-0\": \"Sweets\", \"rankvar\": 3510, \"ini\": 2266}, {\"group\": [2506.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 2534, \"cat_0_index\": 1331, \"rank\": 3004, \"cat-0\": \"Fast Foods\", \"rankvar\": 3019, \"ini\": 2265}, {\"group\": [1255.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Vanilla, soymilk\", \"clust\": 1288, \"cat_0_index\": 2062, \"rank\": 740, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1717, \"ini\": 2264}, {\"group\": [3937.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder\", \"clust\": 3980, \"cat_0_index\": 673, \"rank\": 3003, \"cat-0\": \"Beverages\", \"rankvar\": 3753, \"ini\": 2263}, {\"group\": [674.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, traditional varieties\", \"clust\": 688, \"cat_0_index\": 1722, \"rank\": 741, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1453, \"ini\": 2262}, {\"group\": [3818.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Molasses\", \"clust\": 3860, \"cat_0_index\": 3235, \"rank\": 3002, \"cat-0\": \"Sweets\", \"rankvar\": 3494, \"ini\": 2261}, {\"group\": [2258.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, cooked, without salt\", \"clust\": 2287, \"cat_0_index\": 3479, \"rank\": 742, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 658, \"ini\": 2260}, {\"group\": [1370.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, without salt\", \"clust\": 1392, \"cat_0_index\": 3480, \"rank\": 743, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1787, \"ini\": 2259}, {\"group\": [3820.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dried, sulfured, uncooked\", \"clust\": 3863, \"cat_0_index\": 1723, \"rank\": 3001, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3307, \"ini\": 2258}, {\"group\": [2070.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with rice, canned, condensed\", \"clust\": 2101, \"cat_0_index\": 2820, \"rank\": 744, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1096, \"ini\": 2257}, {\"group\": [1169.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, butter flavor, prepared with water\", \"clust\": 1193, \"cat_0_index\": 850, \"rank\": 745, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 578, \"ini\": 2256}, {\"group\": [2296.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, cream style, no salt added\", \"clust\": 2325, \"cat_0_index\": 3481, \"rank\": 746, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 304, \"ini\": 2255}, {\"group\": [2002.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BEAT Smart Squeeze\", \"clust\": 2032, \"cat_0_index\": 1525, \"rank\": 747, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1898, \"ini\": 2254}, {\"group\": [1674.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Italian Sausage & Peppers Soup\", \"clust\": 1702, \"cat_0_index\": 2821, \"rank\": 748, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 775, \"ini\": 2253}, {\"group\": [1413.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, canned, regular pack, solids and liquids\", \"clust\": 1437, \"cat_0_index\": 3482, \"rank\": 749, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1309, \"ini\": 2252}, {\"group\": [848.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro, shoots, cooked, with salt\", \"clust\": 867, \"cat_0_index\": 3483, \"rank\": 750, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2333, \"ini\": 2251}, {\"group\": [1776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef noodle, strained\", \"clust\": 1802, \"cat_0_index\": 93, \"rank\": 751, \"cat-0\": \"Baby Foods\", \"rankvar\": 612, \"ini\": 2250}, {\"group\": [1384.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, regular pack, drained solids\", \"clust\": 1408, \"cat_0_index\": 3484, \"rank\": 752, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1900, \"ini\": 2249}, {\"group\": [1081.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 1102, \"cat_0_index\": 1332, \"rank\": 753, \"cat-0\": \"Fast Foods\", \"rankvar\": 980, \"ini\": 2248}, {\"group\": [1782.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and tomato and beef, strained\", \"clust\": 1808, \"cat_0_index\": 94, \"rank\": 754, \"cat-0\": \"Baby Foods\", \"rankvar\": 594, \"ini\": 2247}, {\"group\": [1351.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, raw\", \"clust\": 1377, \"cat_0_index\": 3485, \"rank\": 755, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1895, \"ini\": 2246}, {\"group\": [806.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (pineapple and papaya and banana and guava), tropical, canned, heavy syrup, solids and liquids\", \"clust\": 811, \"cat_0_index\": 1724, \"rank\": 756, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 424, \"ini\": 2245}, {\"group\": [1268.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, nonfat, with added calcium, vitamins A and D\", \"clust\": 1276, \"cat_0_index\": 2063, \"rank\": 757, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1306, \"ini\": 2244}, {\"group\": [1204.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice drink, unsweetened, with added calcium, vitamins A and D\", \"clust\": 1228, \"cat_0_index\": 674, \"rank\": 758, \"cat-0\": \"Beverages\", \"rankvar\": 1606, \"ini\": 2243}, {\"group\": [2833.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork and beef sausage, fresh, cooked\", \"clust\": 2869, \"cat_0_index\": 2419, \"rank\": 3000, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2662, \"ini\": 2242}, {\"group\": [1374.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, raw\", \"clust\": 1403, \"cat_0_index\": 3486, \"rank\": 759, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2164, \"ini\": 2241}, {\"group\": [1160.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, NESTUM, prepared with water\", \"clust\": 1183, \"cat_0_index\": 851, \"rank\": 760, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 636, \"ini\": 2240}, {\"group\": [1895.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Orgnaic Classic Original Soymilk\", \"clust\": 1923, \"cat_0_index\": 2064, \"rank\": 761, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1042, \"ini\": 2239}, {\"group\": [1719.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Mushroom Chowder\", \"clust\": 1746, \"cat_0_index\": 2822, \"rank\": 762, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 470, \"ini\": 2238}, {\"group\": [3760.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COUNT CHOCULA\", \"clust\": 3802, \"cat_0_index\": 852, \"rank\": 2999, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3225, \"ini\": 2237}, {\"group\": [3070.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, SUPRO\", \"clust\": 3103, \"cat_0_index\": 2065, \"rank\": 2998, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3755, \"ini\": 2236}, {\"group\": [471.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pop\", \"clust\": 485, \"cat_0_index\": 3236, \"rank\": 763, \"cat-0\": \"Sweets\", \"rankvar\": 1285, \"ini\": 2235}, {\"group\": [3231.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, part skim milk, low moisture\", \"clust\": 3264, \"cat_0_index\": 1143, \"rank\": 2997, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2883, \"ini\": 2234}, {\"group\": [1353.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, cooked, boiled, drained, without salt\", \"clust\": 1376, \"cat_0_index\": 3487, \"rank\": 764, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1921, \"ini\": 2233}, {\"group\": [2064.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Noodle Soup, condensed\", \"clust\": 2093, \"cat_0_index\": 2823, \"rank\": 765, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1419, \"ini\": 2232}, {\"group\": [3153.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese substitute, mozzarella\", \"clust\": 3173, \"cat_0_index\": 1144, \"rank\": 2996, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2574, \"ini\": 2231}, {\"group\": [756.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn with red and green peppers, canned, solids and liquids\", \"clust\": 767, \"cat_0_index\": 3488, \"rank\": 766, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 300, \"ini\": 2230}, {\"group\": [1754.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, spaghetti and tomato and meat, toddler\", \"clust\": 1778, \"cat_0_index\": 95, \"rank\": 767, \"cat-0\": \"Baby Foods\", \"rankvar\": 282, \"ini\": 2229}, {\"group\": [3819.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, sorghum\", \"clust\": 3861, \"cat_0_index\": 3237, \"rank\": 2995, \"cat-0\": \"Sweets\", \"rankvar\": 3601, \"ini\": 2228}, {\"group\": [1258.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, light, with added calcium, vitamins A and D\", \"clust\": 1284, \"cat_0_index\": 2066, \"rank\": 768, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1839, \"ini\": 2227}, {\"group\": [249.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, raw, fresh\", \"clust\": 254, \"cat_0_index\": 1145, \"rank\": 769, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 903, \"ini\": 2226}, {\"group\": [3303.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chickpea flour (besan)\", \"clust\": 3337, \"cat_0_index\": 2067, \"rank\": 2994, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2787, \"ini\": 2225}, {\"group\": [416.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and pineapple\", \"clust\": 426, \"cat_0_index\": 96, \"rank\": 770, \"cat-0\": \"Baby Foods\", \"rankvar\": 2002, \"ini\": 2224}, {\"group\": [1319.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, unprepared\", \"clust\": 1346, \"cat_0_index\": 3489, \"rank\": 771, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1531, \"ini\": 2223}, {\"group\": [3618.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS CRUNCHER\", \"clust\": 3659, \"cat_0_index\": 3238, \"rank\": 2993, \"cat-0\": \"Sweets\", \"rankvar\": 3188, \"ini\": 2222}, {\"group\": [1348.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, raw\", \"clust\": 1373, \"cat_0_index\": 3490, \"rank\": 772, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2199, \"ini\": 2221}, {\"group\": [1721.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Corn Chowder\", \"clust\": 1750, \"cat_0_index\": 2824, \"rank\": 773, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 491, \"ini\": 2220}, {\"group\": [1355.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, carrots, strained\", \"clust\": 1380, \"cat_0_index\": 97, \"rank\": 774, \"cat-0\": \"Baby Foods\", \"rankvar\": 1826, \"ini\": 2219}, {\"group\": [1389.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, cooked, boiled, drained, with salt\", \"clust\": 1414, \"cat_0_index\": 3491, \"rank\": 775, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2053, \"ini\": 2218}, {\"group\": [1717.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Chicken and Dumplings Soup\", \"clust\": 1747, \"cat_0_index\": 2825, \"rank\": 776, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 556, \"ini\": 2217}, {\"group\": [1371.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, raw\", \"clust\": 1398, \"cat_0_index\": 3492, \"rank\": 777, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2218, \"ini\": 2216}, {\"group\": [1261.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, light, unsweetened, with added calcium, vitamins A and D\", \"clust\": 1291, \"cat_0_index\": 2068, \"rank\": 778, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1692, \"ini\": 2215}, {\"group\": [3495.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder\", \"clust\": 3535, \"cat_0_index\": 675, \"rank\": 2992, \"cat-0\": \"Beverages\", \"rankvar\": 3805, \"ini\": 2214}, {\"group\": [1696.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stew - Fully Loaded\", \"clust\": 1703, \"cat_0_index\": 2826, \"rank\": 779, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 518, \"ini\": 2213}, {\"group\": [1385.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, regular pack, solids and liquids\", \"clust\": 1409, \"cat_0_index\": 3493, \"rank\": 780, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1953, \"ini\": 2212}, {\"group\": [1715.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Potato Ham Chowder\", \"clust\": 1744, \"cat_0_index\": 2827, \"rank\": 781, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 543, \"ini\": 2211}, {\"group\": [1354.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, cos or romaine, raw\", \"clust\": 1375, \"cat_0_index\": 3494, \"rank\": 782, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2113, \"ini\": 2210}, {\"group\": [766.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, homemade, made with egg, cooked\", \"clust\": 782, \"cat_0_index\": 1013, \"rank\": 783, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 19, \"ini\": 2209}, {\"group\": [1334.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, cooked, boiled, drained, without salt\", \"clust\": 1358, \"cat_0_index\": 3495, \"rank\": 784, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2071, \"ini\": 2208}, {\"group\": [592.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cherry cobbler, junior\", \"clust\": 606, \"cat_0_index\": 98, \"rank\": 785, \"cat-0\": \"Baby Foods\", \"rankvar\": 821, \"ini\": 2207}, {\"group\": [628.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, tutti frutti, junior\", \"clust\": 642, \"cat_0_index\": 99, \"rank\": 786, \"cat-0\": \"Baby Foods\", \"rankvar\": 929, \"ini\": 2206}, {\"group\": [578.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, water pack, solids and liquids\", \"clust\": 591, \"cat_0_index\": 1725, \"rank\": 787, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1571, \"ini\": 2205}, {\"group\": [2371.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, maitake, raw\", \"clust\": 2396, \"cat_0_index\": 3496, \"rank\": 788, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1573, \"ini\": 2204}, {\"group\": [3330.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potato soup, instant, dry mix\", \"clust\": 3363, \"cat_0_index\": 2828, \"rank\": 2991, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2972, \"ini\": 2203}, {\"group\": [1320.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, raw\", \"clust\": 1347, \"cat_0_index\": 3497, \"rank\": 789, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1371, \"ini\": 2202}, {\"group\": [2071.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Chicken Noodle Soup, condensed\", \"clust\": 2102, \"cat_0_index\": 2829, \"rank\": 790, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1187, \"ini\": 2201}, {\"group\": [1375.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, raw\", \"clust\": 1404, \"cat_0_index\": 3498, \"rank\": 791, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2174, \"ini\": 2200}, {\"group\": [596.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice, unsweetened\", \"clust\": 609, \"cat_0_index\": 1726, \"rank\": 792, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1670, \"ini\": 2199}, {\"group\": [1356.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, carrots, junior\", \"clust\": 1381, \"cat_0_index\": 100, \"rank\": 793, \"cat-0\": \"Baby Foods\", \"rankvar\": 1618, \"ini\": 2198}, {\"group\": [3328.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, granules with milk, dry form\", \"clust\": 3364, \"cat_0_index\": 3499, \"rank\": 2990, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3395, \"ini\": 2197}, {\"group\": [3238.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT VELVEETA Pasteurized Process Cheese Spread\", \"clust\": 3271, \"cat_0_index\": 1146, \"rank\": 2989, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2604, \"ini\": 2196}, {\"group\": [3849.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, german chocolate, dry mix, pudding-type\", \"clust\": 3893, \"cat_0_index\": 340, \"rank\": 2988, \"cat-0\": \"Baked Products\", \"rankvar\": 3161, \"ini\": 2195}, {\"group\": [3613.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS Almond bar\", \"clust\": 3654, \"cat_0_index\": 3239, \"rank\": 2987, \"cat-0\": \"Sweets\", \"rankvar\": 3266, \"ini\": 2194}, {\"group\": [1450.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, cooked, boiled, drained, without salt\", \"clust\": 1477, \"cat_0_index\": 3500, \"rank\": 794, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1245, \"ini\": 2193}, {\"group\": [1078.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, farmed, raw\", \"clust\": 1098, \"cat_0_index\": 1557, \"rank\": 795, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 584, \"ini\": 2192}, {\"group\": [807.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pineapple-coconut\", \"clust\": 776, \"cat_0_index\": 3240, \"rank\": 796, \"cat-0\": \"Sweets\", \"rankvar\": 264, \"ini\": 2191}, {\"group\": [1305.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, raw\", \"clust\": 1330, \"cat_0_index\": 3501, \"rank\": 797, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2106, \"ini\": 2190}, {\"group\": [1476.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quinces, raw\", \"clust\": 1503, \"cat_0_index\": 1727, \"rank\": 798, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 951, \"ini\": 2189}, {\"group\": [781.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, brown, long-grain, cooked\", \"clust\": 800, \"cat_0_index\": 1014, \"rank\": 799, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 109, \"ini\": 2188}, {\"group\": [1387.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, cooked, boiled, drained, with salt\", \"clust\": 1411, \"cat_0_index\": 3502, \"rank\": 800, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1998, \"ini\": 2187}, {\"group\": [1372.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 1399, \"cat_0_index\": 1333, \"rank\": 801, \"cat-0\": \"Fast Foods\", \"rankvar\": 2066, \"ini\": 2186}, {\"group\": [1888.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom, canned, prepared with equal volume water\", \"clust\": 1917, \"cat_0_index\": 2830, \"rank\": 802, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1269, \"ini\": 2185}, {\"group\": [1318.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, regular pack, solids and liquids\", \"clust\": 1341, \"cat_0_index\": 3503, \"rank\": 803, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1698, \"ini\": 2184}, {\"group\": [1448.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, raw\", \"clust\": 1474, \"cat_0_index\": 3504, \"rank\": 804, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1215, \"ini\": 2183}, {\"group\": [1310.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, cooked, boiled, drained, without salt\", \"clust\": 1336, \"cat_0_index\": 3505, \"rank\": 805, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2048, \"ini\": 2182}, {\"group\": [1749.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef and mushroom, low sodium, chunk style\", \"clust\": 1772, \"cat_0_index\": 2831, \"rank\": 806, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 310, \"ini\": 2181}, {\"group\": [3908.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, cream cheese-flavor, ready-to-eat\", \"clust\": 3952, \"cat_0_index\": 3241, \"rank\": 2986, \"cat-0\": \"Sweets\", \"rankvar\": 3406, \"ini\": 2180}, {\"group\": [1303.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato and vegetable juice, low sodium\", \"clust\": 1322, \"cat_0_index\": 3506, \"rank\": 807, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2158, \"ini\": 2179}, {\"group\": [784.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Millet, cooked\", \"clust\": 803, \"cat_0_index\": 1015, \"rank\": 808, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 44, \"ini\": 2178}, {\"group\": [553.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity peaches, canned, light syrup, drained\", \"clust\": 563, \"cat_0_index\": 1728, \"rank\": 809, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1083, \"ini\": 2177}, {\"group\": [1352.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, cooked, boiled, drained\", \"clust\": 1378, \"cat_0_index\": 3507, \"rank\": 810, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1817, \"ini\": 2176}, {\"group\": [1822.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and cheese, junior\", \"clust\": 1849, \"cat_0_index\": 101, \"rank\": 811, \"cat-0\": \"Baby Foods\", \"rankvar\": 727, \"ini\": 2175}, {\"group\": [1713.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, New England Clam Chowder\", \"clust\": 1742, \"cat_0_index\": 2832, \"rank\": 812, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 337, \"ini\": 2174}, {\"group\": [1321.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, cooked, boiled, drained, without salt\", \"clust\": 1345, \"cat_0_index\": 3508, \"rank\": 813, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1178, \"ini\": 2173}, {\"group\": [3647.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS MUNCH bar\", \"clust\": 3685, \"cat_0_index\": 3242, \"rank\": 2985, \"cat-0\": \"Sweets\", \"rankvar\": 2918, \"ini\": 2172}, {\"group\": [3420.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston TASTEEOS\", \"clust\": 3457, \"cat_0_index\": 853, \"rank\": 2984, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2871, \"ini\": 2171}, {\"group\": [1295.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato juice, canned, with salt added\", \"clust\": 1320, \"cat_0_index\": 3509, \"rank\": 814, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2169, \"ini\": 2170}, {\"group\": [2625.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, skin only, raw\", \"clust\": 2651, \"cat_0_index\": 2339, \"rank\": 2983, \"cat-0\": \"Poultry Products\", \"rankvar\": 2803, \"ini\": 2169}, {\"group\": [2922.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, rotisserie, original seasoning\", \"clust\": 2950, \"cat_0_index\": 2340, \"rank\": 2982, \"cat-0\": \"Poultry Products\", \"rankvar\": 2637, \"ini\": 2168}, {\"group\": [1552.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable and brown rice, strained\", \"clust\": 1578, \"cat_0_index\": 102, \"rank\": 815, \"cat-0\": \"Baby Foods\", \"rankvar\": 453, \"ini\": 2167}, {\"group\": [645.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tamarind nectar, canned\", \"clust\": 657, \"cat_0_index\": 1729, \"rank\": 816, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1567, \"ini\": 2166}, {\"group\": [3664.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, refrigerated dough, baked\", \"clust\": 3704, \"cat_0_index\": 341, \"rank\": 2981, \"cat-0\": \"Baked Products\", \"rankvar\": 2770, \"ini\": 2165}, {\"group\": [1727.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, cooked, boiled, drained, with salt\", \"clust\": 1755, \"cat_0_index\": 3510, \"rank\": 817, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1473, \"ini\": 2164}, {\"group\": [2320.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL WITH OATS, cooked with water, without salt\", \"clust\": 2351, \"cat_0_index\": 854, \"rank\": 818, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 488, \"ini\": 2163}, {\"group\": [2262.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, low sodium, prepared with equal volume water\", \"clust\": 2292, \"cat_0_index\": 2833, \"rank\": 819, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 521, \"ini\": 2162}, {\"group\": [2968.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, original flavor\", \"clust\": 2999, \"cat_0_index\": 2567, \"rank\": 2980, \"cat-0\": \"Snacks\", \"rankvar\": 2760, \"ini\": 2161}, {\"group\": [1256.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla, soymilk\", \"clust\": 1286, \"cat_0_index\": 2069, \"rank\": 820, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1581, \"ini\": 2160}, {\"group\": [375.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sour\", \"clust\": 388, \"cat_0_index\": 3511, \"rank\": 821, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2509, \"ini\": 2159}, {\"group\": [1553.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, spaghetti and tomato and meat, junior\", \"clust\": 1579, \"cat_0_index\": 103, \"rank\": 822, \"cat-0\": \"Baby Foods\", \"rankvar\": 428, \"ini\": 2158}, {\"group\": [1495.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, raw\", \"clust\": 1525, \"cat_0_index\": 3512, \"rank\": 823, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1851, \"ini\": 2157}, {\"group\": [3710.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, commercially prepared, regular (includes vanilla)\", \"clust\": 3752, \"cat_0_index\": 342, \"rank\": 2979, \"cat-0\": \"Baked Products\", \"rankvar\": 2969, \"ini\": 2156}, {\"group\": [579.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, juice pack, solids and liquids\", \"clust\": 589, \"cat_0_index\": 1730, \"rank\": 824, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1522, \"ini\": 2155}, {\"group\": [1085.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with chicken\", \"clust\": 1103, \"cat_0_index\": 1334, \"rank\": 825, \"cat-0\": \"Fast Foods\", \"rankvar\": 784, \"ini\": 2154}, {\"group\": [2322.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, frozen\", \"clust\": 2349, \"cat_0_index\": 1731, \"rank\": 826, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1746, \"ini\": 2153}, {\"group\": [2686.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon, meatless\", \"clust\": 2718, \"cat_0_index\": 2070, \"rank\": 2978, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2661, \"ini\": 2152}, {\"group\": [1877.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken and noodle with vegetables, toddler\", \"clust\": 1905, \"cat_0_index\": 104, \"rank\": 827, \"cat-0\": \"Baby Foods\", \"rankvar\": 481, \"ini\": 2151}, {\"group\": [1718.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Steak & Cheese Soup\", \"clust\": 1748, \"cat_0_index\": 2834, \"rank\": 828, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 389, \"ini\": 2150}, {\"group\": [1257.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plain, soymilk\", \"clust\": 1285, \"cat_0_index\": 2071, \"rank\": 829, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1579, \"ini\": 2149}, {\"group\": [1082.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, raw\", \"clust\": 1100, \"cat_0_index\": 1558, \"rank\": 830, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 878, \"ini\": 2148}, {\"group\": [1454.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, baked, without salt\", \"clust\": 1480, \"cat_0_index\": 3513, \"rank\": 831, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 999, \"ini\": 2147}, {\"group\": [633.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guanabana nectar, canned\", \"clust\": 648, \"cat_0_index\": 1732, \"rank\": 832, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1613, \"ini\": 2146}, {\"group\": [1878.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey, rice, and vegetables, toddler\", \"clust\": 1906, \"cat_0_index\": 105, \"rank\": 833, \"cat-0\": \"Baby Foods\", \"rankvar\": 577, \"ini\": 2145}, {\"group\": [1417.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, cooked, boiled, drained, with salt\", \"clust\": 1443, \"cat_0_index\": 3514, \"rank\": 834, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1598, \"ini\": 2144}, {\"group\": [2335.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Diced Green Chilies\", \"clust\": 2362, \"cat_0_index\": 3515, \"rank\": 835, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2263, \"ini\": 2143}, {\"group\": [1281.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato rice, canned, prepared with equal volume water\", \"clust\": 1306, \"cat_0_index\": 2835, \"rank\": 836, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1273, \"ini\": 2142}, {\"group\": [3959.0, 84.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, coleslaw dressing, reduced fat\", \"clust\": 3579, \"cat_0_index\": 1526, \"rank\": 2977, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2741, \"ini\": 2141}, {\"group\": [2081.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, condensed\", \"clust\": 2112, \"cat_0_index\": 2836, \"rank\": 837, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1762, \"ini\": 2140}, {\"group\": [3815.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S SPECIAL K Chocolatey Delight\", \"clust\": 3857, \"cat_0_index\": 855, \"rank\": 2976, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2913, \"ini\": 2139}, {\"group\": [600.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, powder, prepared with water\", \"clust\": 614, \"cat_0_index\": 676, \"rank\": 838, \"cat-0\": \"Beverages\", \"rankvar\": 1139, \"ini\": 2138}, {\"group\": [1406.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, cooked, boiled, drained, with salt\", \"clust\": 1429, \"cat_0_index\": 3516, \"rank\": 839, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2144, \"ini\": 2137}, {\"group\": [1185.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, with added nonfat milk solids, vitamin A and vitamin D\", \"clust\": 1210, \"cat_0_index\": 1147, \"rank\": 840, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1398, \"ini\": 2136}, {\"group\": [2265.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hominy, canned, white\", \"clust\": 2294, \"cat_0_index\": 1016, \"rank\": 841, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 648, \"ini\": 2135}, {\"group\": [672.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Citrus fruit juice drink, frozen concentrate, prepared with water\", \"clust\": 687, \"cat_0_index\": 677, \"rank\": 842, \"cat-0\": \"Beverages\", \"rankvar\": 1649, \"ini\": 2134}, {\"group\": [2307.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Boysenberries, canned, heavy syrup\", \"clust\": 2332, \"cat_0_index\": 1733, \"rank\": 843, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 395, \"ini\": 2133}, {\"group\": [2382.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, cooked, boiled, drained, without salt\", \"clust\": 2413, \"cat_0_index\": 3517, \"rank\": 844, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1863, \"ini\": 2132}, {\"group\": [2325.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tree fern, cooked, without salt\", \"clust\": 2355, \"cat_0_index\": 3518, \"rank\": 845, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2141, \"ini\": 2131}, {\"group\": [209.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, liver, raw (Alaska Native)\", \"clust\": 196, \"cat_0_index\": 1271, \"rank\": 846, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 112, \"ini\": 2130}, {\"group\": [3802.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, NUTRI-GRAIN FRUIT AND NUT BAR\", \"clust\": 3844, \"cat_0_index\": 2568, \"rank\": 2975, \"cat-0\": \"Snacks\", \"rankvar\": 2703, \"ini\": 2129}, {\"group\": [782.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, brown, medium-grain, cooked\", \"clust\": 801, \"cat_0_index\": 1017, \"rank\": 847, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 110, \"ini\": 2128}, {\"group\": [751.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, unenriched, with salt\", \"clust\": 765, \"cat_0_index\": 1018, \"rank\": 848, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 106, \"ini\": 2127}, {\"group\": [752.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, enriched, with salt\", \"clust\": 766, \"cat_0_index\": 1019, \"rank\": 849, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 107, \"ini\": 2126}, {\"group\": [1748.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef stew, toddler\", \"clust\": 1773, \"cat_0_index\": 106, \"rank\": 850, \"cat-0\": \"Baby Foods\", \"rankvar\": 607, \"ini\": 2125}, {\"group\": [1456.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1482, \"cat_0_index\": 3519, \"rank\": 851, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 960, \"ini\": 2124}, {\"group\": [583.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin\", \"clust\": 595, \"cat_0_index\": 1734, \"rank\": 852, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1438, \"ini\": 2123}, {\"group\": [1436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, raw\", \"clust\": 1461, \"cat_0_index\": 3520, \"rank\": 853, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1959, \"ini\": 2122}, {\"group\": [1436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, exposed to ultraviolet light, raw\", \"clust\": 1462, \"cat_0_index\": 3521, \"rank\": 854, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1960, \"ini\": 2121}, {\"group\": [1411.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, straw, canned, drained solids\", \"clust\": 1435, \"cat_0_index\": 3522, \"rank\": 855, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1511, \"ini\": 2120}, {\"group\": [598.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, canned, unsweetened, without added ascorbic acid\", \"clust\": 608, \"cat_0_index\": 1735, \"rank\": 856, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1390, \"ini\": 2119}, {\"group\": [2006.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken with Herbs Soup, condensed\", \"clust\": 2034, \"cat_0_index\": 2837, \"rank\": 857, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1015, \"ini\": 2118}, {\"group\": [643.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peach nectar, canned, without added ascorbic acid\", \"clust\": 658, \"cat_0_index\": 1736, \"rank\": 858, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1635, \"ini\": 2117}, {\"group\": [1747.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef with vegetables, toddler\", \"clust\": 1777, \"cat_0_index\": 107, \"rank\": 859, \"cat-0\": \"Baby Foods\", \"rankvar\": 422, \"ini\": 2116}, {\"group\": [1187.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, protein fortified, with added vitamin A and vitamin D (fat free and skim)\", \"clust\": 1209, \"cat_0_index\": 1148, \"rank\": 860, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1450, \"ini\": 2115}, {\"group\": [3929.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, nougat, with almonds\", \"clust\": 3971, \"cat_0_index\": 3243, \"rank\": 2974, \"cat-0\": \"Sweets\", \"rankvar\": 3667, \"ini\": 2114}, {\"group\": [3030.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, refrigerated dough, baked\", \"clust\": 3064, \"cat_0_index\": 343, \"rank\": 2973, \"cat-0\": \"Baked Products\", \"rankvar\": 2708, \"ini\": 2113}, {\"group\": [3091.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, barley, dry\", \"clust\": 3126, \"cat_0_index\": 108, \"rank\": 2972, \"cat-0\": \"Baby Foods\", \"rankvar\": 3249, \"ini\": 2112}, {\"group\": [1638.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Beef with Country Vegetables Soup, ready-to-serve\", \"clust\": 1665, \"cat_0_index\": 2838, \"rank\": 861, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 757, \"ini\": 2111}, {\"group\": [2293.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, banana yogurt, strained\", \"clust\": 2322, \"cat_0_index\": 109, \"rank\": 862, \"cat-0\": \"Baby Foods\", \"rankvar\": 456, \"ini\": 2110}, {\"group\": [1440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Chicken Noodle Soup\", \"clust\": 1466, \"cat_0_index\": 2839, \"rank\": 863, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1049, \"ini\": 2109}, {\"group\": [1492.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with applesauce and bananas, strained\", \"clust\": 1518, \"cat_0_index\": 110, \"rank\": 864, \"cat-0\": \"Baby Foods\", \"rankvar\": 735, \"ini\": 2108}, {\"group\": [1743.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg\", \"clust\": 1764, \"cat_0_index\": 1335, \"rank\": 865, \"cat-0\": \"Fast Foods\", \"rankvar\": 1155, \"ini\": 2107}, {\"group\": [1408.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, solids and liquids\", \"clust\": 1433, \"cat_0_index\": 3523, \"rank\": 866, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1277, \"ini\": 2106}, {\"group\": [2331.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, wild, raw (Alaska Native)\", \"clust\": 2358, \"cat_0_index\": 1272, \"rank\": 867, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1445, \"ini\": 2105}, {\"group\": [1787.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, pasta with vegetables\", \"clust\": 1816, \"cat_0_index\": 111, \"rank\": 868, \"cat-0\": \"Baby Foods\", \"rankvar\": 765, \"ini\": 2104}, {\"group\": [3953.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, caramels\", \"clust\": 3995, \"cat_0_index\": 3244, \"rank\": 2971, \"cat-0\": \"Sweets\", \"rankvar\": 3431, \"ini\": 2103}, {\"group\": [786.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wild rice, cooked\", \"clust\": 798, \"cat_0_index\": 1020, \"rank\": 869, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 82, \"ini\": 2102}, {\"group\": [635.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mango nectar, canned\", \"clust\": 647, \"cat_0_index\": 1737, \"rank\": 870, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1795, \"ini\": 2101}, {\"group\": [1378.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, cooked, boiled, drained, without salt\", \"clust\": 1400, \"cat_0_index\": 3524, \"rank\": 871, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2235, \"ini\": 2100}, {\"group\": [1299.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Organic V8\", \"clust\": 1327, \"cat_0_index\": 3525, \"rank\": 872, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2220, \"ini\": 2099}, {\"group\": [1714.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, New England Clam Chowder, ready-to-serve\", \"clust\": 1743, \"cat_0_index\": 2840, \"rank\": 873, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 567, \"ini\": 2098}, {\"group\": [1296.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked, with salt\", \"clust\": 1321, \"cat_0_index\": 3526, \"rank\": 874, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2192, \"ini\": 2097}, {\"group\": [1626.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Creamy Tomato Soup\", \"clust\": 1654, \"cat_0_index\": 2841, \"rank\": 875, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 912, \"ini\": 2096}, {\"group\": [2205.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, canned, no salt added\", \"clust\": 2234, \"cat_0_index\": 3527, \"rank\": 876, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2239, \"ini\": 2095}, {\"group\": [286.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-orange relish, canned\", \"clust\": 288, \"cat_0_index\": 1738, \"rank\": 877, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 656, \"ini\": 2094}, {\"group\": [3097.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with bananas, dry\", \"clust\": 3130, \"cat_0_index\": 112, \"rank\": 2970, \"cat-0\": \"Baby Foods\", \"rankvar\": 3164, \"ini\": 2093}, {\"group\": [472.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, juice type, POPSICLE SCRIBBLERS\", \"clust\": 486, \"cat_0_index\": 3245, \"rank\": 878, \"cat-0\": \"Sweets\", \"rankvar\": 1340, \"ini\": 2092}, {\"group\": [2919.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Duck, domesticated, meat and skin, raw\", \"clust\": 2954, \"cat_0_index\": 2341, \"rank\": 2969, \"cat-0\": \"Poultry Products\", \"rankvar\": 2780, \"ini\": 2091}, {\"group\": [3469.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, Summer Berry Cereal\", \"clust\": 3503, \"cat_0_index\": 856, \"rank\": 2968, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2834, \"ini\": 2090}, {\"group\": [1496.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1526, \"cat_0_index\": 3528, \"rank\": 879, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1574, \"ini\": 2089}, {\"group\": [629.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, tutti frutti, strained\", \"clust\": 643, \"cat_0_index\": 113, \"rank\": 880, \"cat-0\": \"Baby Foods\", \"rankvar\": 1078, \"ini\": 2088}, {\"group\": [3807.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, EGGO Crunch Cereal, maple flavored\", \"clust\": 3848, \"cat_0_index\": 857, \"rank\": 2967, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3036, \"ini\": 2087}, {\"group\": [3706.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Chocolate Chip Ice Box\", \"clust\": 3748, \"cat_0_index\": 344, \"rank\": 2966, \"cat-0\": \"Baked Products\", \"rankvar\": 2892, \"ini\": 2086}, {\"group\": [2017.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Golden Pork Gravy\", \"clust\": 2044, \"cat_0_index\": 2842, \"rank\": 881, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1181, \"ini\": 2085}, {\"group\": [1390.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, stewed\", \"clust\": 1412, \"cat_0_index\": 3529, \"rank\": 882, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1749, \"ini\": 2084}, {\"group\": [1896.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, unfortified\", \"clust\": 1924, \"cat_0_index\": 2072, \"rank\": 883, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 788, \"ini\": 2083}, {\"group\": [2091.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, dill or kosher dill\", \"clust\": 2122, \"cat_0_index\": 3530, \"rank\": 884, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2417, \"ini\": 2082}, {\"group\": [646.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pear nectar, canned, without added ascorbic acid\", \"clust\": 656, \"cat_0_index\": 1739, \"rank\": 885, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1737, \"ini\": 2081}, {\"group\": [1262.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (all flavors), unsweetened, with added calcium, vitamins A and D\", \"clust\": 1292, \"cat_0_index\": 2073, \"rank\": 886, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1845, \"ini\": 2080}, {\"group\": [417.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricot nectar, canned, with added ascorbic acid\", \"clust\": 427, \"cat_0_index\": 1740, \"rank\": 887, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1815, \"ini\": 2079}, {\"group\": [2383.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, cooked, boiled, drained without salt\", \"clust\": 2414, \"cat_0_index\": 3531, \"rank\": 888, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1852, \"ini\": 2078}, {\"group\": [831.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sour cream, fat free\", \"clust\": 829, \"cat_0_index\": 1149, \"rank\": 889, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 478, \"ini\": 2077}, {\"group\": [1300.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable juice cocktail, canned\", \"clust\": 1328, \"cat_0_index\": 3532, \"rank\": 890, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2191, \"ini\": 2076}, {\"group\": [850.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, cooked, boiled, drained, with salt\", \"clust\": 866, \"cat_0_index\": 3533, \"rank\": 891, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2459, \"ini\": 2075}, {\"group\": [1306.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, green, raw\", \"clust\": 1331, \"cat_0_index\": 3534, \"rank\": 892, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2019, \"ini\": 2074}, {\"group\": [3267.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, onion, dry, mix\", \"clust\": 3296, \"cat_0_index\": 2843, \"rank\": 2965, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3356, \"ini\": 2073}, {\"group\": [1309.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, casaba, raw\", \"clust\": 1329, \"cat_0_index\": 1741, \"rank\": 893, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1893, \"ini\": 2072}, {\"group\": [2318.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, cooked with water, without salt\", \"clust\": 2352, \"cat_0_index\": 858, \"rank\": 894, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 736, \"ini\": 2071}, {\"group\": [2294.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach yogurt\", \"clust\": 2323, \"cat_0_index\": 114, \"rank\": 895, \"cat-0\": \"Baby Foods\", \"rankvar\": 550, \"ini\": 2070}, {\"group\": [644.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Papaya nectar, canned\", \"clust\": 659, \"cat_0_index\": 1742, \"rank\": 896, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1634, \"ini\": 2069}, {\"group\": [1182.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, 1 minute cook time, cooked with water, microwaved, without salt\", \"clust\": 1184, \"cat_0_index\": 859, \"rank\": 897, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1217, \"ini\": 2068}, {\"group\": [1391.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, cooked, boiled, drained, with salt\", \"clust\": 1416, \"cat_0_index\": 3535, \"rank\": 898, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2209, \"ini\": 2067}, {\"group\": [586.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, cherry, low calorie\", \"clust\": 598, \"cat_0_index\": 3246, \"rank\": 899, \"cat-0\": \"Sweets\", \"rankvar\": 1272, \"ini\": 2066}, {\"group\": [1486.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, unprepared\", \"clust\": 1512, \"cat_0_index\": 3536, \"rank\": 900, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 559, \"ini\": 2065}, {\"group\": [1483.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, boiled, mashed, without salt\", \"clust\": 1508, \"cat_0_index\": 3537, \"rank\": 901, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1696, \"ini\": 2064}, {\"group\": [2316.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, regular pack, solids and liquids\", \"clust\": 2345, \"cat_0_index\": 3538, \"rank\": 902, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 480, \"ini\": 2063}, {\"group\": [900.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, brown, Italian, or Crimini, raw\", \"clust\": 919, \"cat_0_index\": 3539, \"rank\": 903, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2054, \"ini\": 2062}, {\"group\": [2255.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, no salt added, solids and liquids\", \"clust\": 2284, \"cat_0_index\": 3540, \"rank\": 904, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 440, \"ini\": 2061}, {\"group\": [1006.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, raw\", \"clust\": 1026, \"cat_0_index\": 3541, \"rank\": 905, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 842, \"ini\": 2060}, {\"group\": [584.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, juice pack, solids and liquids\", \"clust\": 596, \"cat_0_index\": 1743, \"rank\": 906, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1388, \"ini\": 2059}, {\"group\": [2087.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, lentil with ham, canned, ready-to-serve\", \"clust\": 2117, \"cat_0_index\": 2844, \"rank\": 907, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 791, \"ini\": 2058}, {\"group\": [1007.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), cooked, boiled, drained, without salt\", \"clust\": 1027, \"cat_0_index\": 3542, \"rank\": 908, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1369, \"ini\": 2057}, {\"group\": [3285.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, anchovy, european, canned in oil, drained solids\", \"clust\": 3319, \"cat_0_index\": 1559, \"rank\": 2964, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3010, \"ini\": 2056}, {\"group\": [675.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, water pack, solids and liquids\", \"clust\": 689, \"cat_0_index\": 1744, \"rank\": 909, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1836, \"ini\": 2055}, {\"group\": [2385.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed (corn, lima beans, peas, green beans, carrots) canned, no salt added\", \"clust\": 2411, \"cat_0_index\": 3543, \"rank\": 910, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1638, \"ini\": 2054}, {\"group\": [2260.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, cooked, boiled, drained, without salt\", \"clust\": 2289, \"cat_0_index\": 3544, \"rank\": 911, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1184, \"ini\": 2053}, {\"group\": [1441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soups, HEALTHY REQUEST Chicken with Egg Noodles\", \"clust\": 1467, \"cat_0_index\": 2845, \"rank\": 912, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1290, \"ini\": 2052}, {\"group\": [1313.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, raw\", \"clust\": 1334, \"cat_0_index\": 3545, \"rank\": 913, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1476, \"ini\": 2051}, {\"group\": [2066.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, canned, condensed\", \"clust\": 2097, \"cat_0_index\": 2846, \"rank\": 914, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1342, \"ini\": 2050}, {\"group\": [203.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, scoter, white-winged, meat (Alaska Native)\", \"clust\": 202, \"cat_0_index\": 1273, \"rank\": 915, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1440, \"ini\": 2049}, {\"group\": [1092.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 1111, \"cat_0_index\": 3546, \"rank\": 916, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1352, \"ini\": 2048}, {\"group\": [658.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice cocktail, frozen concentrate, diluted with 3 volume water, with added ascorbic acid\", \"clust\": 674, \"cat_0_index\": 1745, \"rank\": 917, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1956, \"ini\": 2047}, {\"group\": [3262.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, chicken, dry\", \"clust\": 3298, \"cat_0_index\": 2847, \"rank\": 2963, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3270, \"ini\": 2046}, {\"group\": [3759.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COOKIE CRISP\", \"clust\": 3804, \"cat_0_index\": 860, \"rank\": 2962, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3135, \"ini\": 2045}, {\"group\": [3947.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, brown\", \"clust\": 3991, \"cat_0_index\": 3247, \"rank\": 2961, \"cat-0\": \"Sweets\", \"rankvar\": 3752, \"ini\": 2044}, {\"group\": [1373.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, raw\", \"clust\": 1397, \"cat_0_index\": 3547, \"rank\": 918, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2221, \"ini\": 2043}, {\"group\": [1431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, cooked, boiled, drained, with salt\", \"clust\": 1455, \"cat_0_index\": 3548, \"rank\": 919, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1995, \"ini\": 2042}, {\"group\": [3831.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dates, medjool\", \"clust\": 3878, \"cat_0_index\": 1746, \"rank\": 2960, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3469, \"ini\": 2041}, {\"group\": [331.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, protein-fortified, cooked, enriched, (n x 5.70)\", \"clust\": 328, \"cat_0_index\": 1021, \"rank\": 920, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3, \"ini\": 2040}, {\"group\": [2062.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey noodle, canned, condensed\", \"clust\": 2094, \"cat_0_index\": 2848, \"rank\": 921, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1088, \"ini\": 2039}, {\"group\": [1297.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Organic Tomato juice\", \"clust\": 1323, \"cat_0_index\": 3549, \"rank\": 922, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2217, \"ini\": 2038}, {\"group\": [689.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Peach Mango\", \"clust\": 700, \"cat_0_index\": 678, \"rank\": 923, \"cat-0\": \"Beverages\", \"rankvar\": 1779, \"ini\": 2037}, {\"group\": [1302.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Campbell's V8 100% Vegetable Juice\", \"clust\": 1325, \"cat_0_index\": 3550, \"rank\": 924, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2210, \"ini\": 2036}, {\"group\": [2101.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, white icicle, raw\", \"clust\": 2130, \"cat_0_index\": 3551, \"rank\": 925, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2328, \"ini\": 2035}, {\"group\": [566.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity pears, canned, juice pack, drained\", \"clust\": 578, \"cat_0_index\": 1747, \"rank\": 926, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1331, \"ini\": 2034}, {\"group\": [3620.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, RAISINETS Chocolate Covered Raisins\", \"clust\": 3661, \"cat_0_index\": 3248, \"rank\": 2959, \"cat-0\": \"Sweets\", \"rankvar\": 3381, \"ini\": 2033}, {\"group\": [2043.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, condensed\", \"clust\": 2074, \"cat_0_index\": 2849, \"rank\": 927, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 818, \"ini\": 2032}, {\"group\": [1298.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Tomato juice\", \"clust\": 1324, \"cat_0_index\": 3552, \"rank\": 928, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2223, \"ini\": 2031}, {\"group\": [1244.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, without added vitamin A and vitamin D (fat free or skim)\", \"clust\": 1268, \"cat_0_index\": 1150, \"rank\": 929, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1605, \"ini\": 2030}, {\"group\": [725.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, unsweetened, with added ascorbic acid\", \"clust\": 737, \"cat_0_index\": 1748, \"rank\": 930, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1745, \"ini\": 2029}, {\"group\": [1245.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, with added vitamin A and vitamin D (fat free or skim)\", \"clust\": 1269, \"cat_0_index\": 1151, \"rank\": 931, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1604, \"ini\": 2028}, {\"group\": [1316.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, drained solids\", \"clust\": 1342, \"cat_0_index\": 3553, \"rank\": 932, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1665, \"ini\": 2027}, {\"group\": [1434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, cooked, boiled, drained, with salt\", \"clust\": 1459, \"cat_0_index\": 3554, \"rank\": 933, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2080, \"ini\": 2026}, {\"group\": [595.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with applesauce and bananas, junior\", \"clust\": 604, \"cat_0_index\": 115, \"rank\": 934, \"cat-0\": \"Baby Foods\", \"rankvar\": 515, \"ini\": 2025}, {\"group\": [659.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple and orange juice drink, canned\", \"clust\": 675, \"cat_0_index\": 679, \"rank\": 935, \"cat-0\": \"Beverages\", \"rankvar\": 1676, \"ini\": 2024}, {\"group\": [1000.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shallots, raw\", \"clust\": 1018, \"cat_0_index\": 3555, \"rank\": 936, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 476, \"ini\": 2023}, {\"group\": [1640.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Turkey Pot Pie - Fully Loaded\", \"clust\": 1667, \"cat_0_index\": 2850, \"rank\": 937, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 347, \"ini\": 2022}, {\"group\": [1507.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carissa, (natal-plum), raw\", \"clust\": 1528, \"cat_0_index\": 1749, \"rank\": 938, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1344, \"ini\": 2021}, {\"group\": [901.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, raw\", \"clust\": 920, \"cat_0_index\": 3556, \"rank\": 939, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2180, \"ini\": 2020}, {\"group\": [1745.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable chicken, canned, prepared with water, low sodium\", \"clust\": 1775, \"cat_0_index\": 2851, \"rank\": 940, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 285, \"ini\": 2019}, {\"group\": [279.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, herring eggs on giant kelp, Pacific (Alaska Native)\", \"clust\": 284, \"cat_0_index\": 1274, \"rank\": 941, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 928, \"ini\": 2018}, {\"group\": [2302.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, harvard, canned, solids and liquids\", \"clust\": 2331, \"cat_0_index\": 3557, \"rank\": 942, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 551, \"ini\": 2017}, {\"group\": [551.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit dessert, without ascorbic acid, junior\", \"clust\": 564, \"cat_0_index\": 116, \"rank\": 943, \"cat-0\": \"Baby Foods\", \"rankvar\": 1173, \"ini\": 2016}, {\"group\": [2072.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, turkey, canned, ready-to-serve\", \"clust\": 2100, \"cat_0_index\": 2852, \"rank\": 944, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1257, \"ini\": 2015}, {\"group\": [1179.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, plain, prepared with water (boiling water added or microwaved)\", \"clust\": 1204, \"cat_0_index\": 861, \"rank\": 945, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 576, \"ini\": 2014}, {\"group\": [2941.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, regular\", \"clust\": 2974, \"cat_0_index\": 345, \"rank\": 2958, \"cat-0\": \"Baked Products\", \"rankvar\": 2666, \"ini\": 2013}, {\"group\": [1331.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), cooked, boiled, drained, with salt\", \"clust\": 1352, \"cat_0_index\": 3558, \"rank\": 946, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2241, \"ini\": 2012}, {\"group\": [552.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit dessert, without ascorbic acid, strained\", \"clust\": 565, \"cat_0_index\": 117, \"rank\": 947, \"cat-0\": \"Baby Foods\", \"rankvar\": 1333, \"ini\": 2011}, {\"group\": [3743.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with \\\"DINOSAUR BONES\\\", Brown Sugar Cinnamon, dry\", \"clust\": 3774, \"cat_0_index\": 862, \"rank\": 2957, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2912, \"ini\": 2010}, {\"group\": [3843.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, marshmallow, chocolate-coated (includes marshmallow pies)\", \"clust\": 3888, \"cat_0_index\": 346, \"rank\": 2956, \"cat-0\": \"Baked Products\", \"rankvar\": 2968, \"ini\": 2009}, {\"group\": [673.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, pear\", \"clust\": 685, \"cat_0_index\": 118, \"rank\": 948, \"cat-0\": \"Baby Foods\", \"rankvar\": 1773, \"ini\": 2008}, {\"group\": [1045.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, Spaghetti in Tomato & Cheese Sauce\", \"clust\": 1065, \"cat_0_index\": 2158, \"rank\": 949, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 406, \"ini\": 2007}, {\"group\": [1788.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and ham, strained\", \"clust\": 1817, \"cat_0_index\": 119, \"rank\": 950, \"cat-0\": \"Baby Foods\", \"rankvar\": 734, \"ini\": 2006}, {\"group\": [1420.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, canned, drained solids\", \"clust\": 1441, \"cat_0_index\": 3559, \"rank\": 951, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1808, \"ini\": 2005}, {\"group\": [580.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, juice pack, solids and liquids\", \"clust\": 593, \"cat_0_index\": 1750, \"rank\": 952, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1484, \"ini\": 2004}, {\"group\": [3037.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, cooked, boiled, with salt\", \"clust\": 3066, \"cat_0_index\": 2074, \"rank\": 2955, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2311, \"ini\": 2003}, {\"group\": [3924.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate coated fondant\", \"clust\": 3967, \"cat_0_index\": 3249, \"rank\": 2954, \"cat-0\": \"Sweets\", \"rankvar\": 3531, \"ini\": 2002}, {\"group\": [2142.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, unprepared\", \"clust\": 2173, \"cat_0_index\": 3560, \"rank\": 953, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2473, \"ini\": 2001}, {\"group\": [2083.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky beef, canned, ready-to-serve\", \"clust\": 2113, \"cat_0_index\": 2853, \"rank\": 954, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 412, \"ini\": 2000}, {\"group\": [2280.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, cream style, regular pack\", \"clust\": 2309, \"cat_0_index\": 3561, \"rank\": 955, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 336, \"ini\": 1999}, {\"group\": [1482.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, drained solids, no salt added\", \"clust\": 1510, \"cat_0_index\": 3562, \"rank\": 956, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 809, \"ini\": 1998}, {\"group\": [1087.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, extra firm\", \"clust\": 1106, \"cat_0_index\": 2075, \"rank\": 957, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 702, \"ini\": 1997}, {\"group\": [1462.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrot juice, canned\", \"clust\": 1487, \"cat_0_index\": 3563, \"rank\": 958, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1430, \"ini\": 1996}, {\"group\": [546.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, solids and liquids\", \"clust\": 559, \"cat_0_index\": 1751, \"rank\": 959, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1364, \"ini\": 1995}, {\"group\": [2063.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Noodle Soup, condensed\", \"clust\": 2095, \"cat_0_index\": 2854, \"rank\": 960, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 976, \"ini\": 1994}, {\"group\": [2300.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce with banana, junior\", \"clust\": 2326, \"cat_0_index\": 120, \"rank\": 961, \"cat-0\": \"Baby Foods\", \"rankvar\": 825, \"ini\": 1993}, {\"group\": [2376.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, cooked, boiled, drained, without salt\", \"clust\": 2405, \"cat_0_index\": 3564, \"rank\": 962, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1990, \"ini\": 1992}, {\"group\": [686.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Strawberry Banana\", \"clust\": 702, \"cat_0_index\": 680, \"rank\": 963, \"cat-0\": \"Beverages\", \"rankvar\": 1733, \"ini\": 1991}, {\"group\": [2074.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, beef, canned, ready-to-serve\", \"clust\": 2104, \"cat_0_index\": 2855, \"rank\": 964, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1017, \"ini\": 1990}, {\"group\": [3838.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, canned, condensed, sweetened\", \"clust\": 3883, \"cat_0_index\": 1152, \"rank\": 2953, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3008, \"ini\": 1989}, {\"group\": [1349.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, cooked, boiled, drained, without salt\", \"clust\": 1374, \"cat_0_index\": 3565, \"rank\": 965, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2108, \"ini\": 1988}, {\"group\": [2995.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Taco shells, baked, without added salt\", \"clust\": 3029, \"cat_0_index\": 347, \"rank\": 2952, \"cat-0\": \"Baked Products\", \"rankvar\": 2749, \"ini\": 1987}, {\"group\": [1438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Italian Wedding Soup\", \"clust\": 1464, \"cat_0_index\": 2856, \"rank\": 966, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 955, \"ini\": 1986}, {\"group\": [661.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, with added nutrients, canned\", \"clust\": 672, \"cat_0_index\": 681, \"rank\": 967, \"cat-0\": \"Beverages\", \"rankvar\": 2027, \"ini\": 1985}, {\"group\": [2029.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, mushroom, canned\", \"clust\": 2061, \"cat_0_index\": 2857, \"rank\": 968, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1402, \"ini\": 1984}, {\"group\": [1478.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, cooked, boiled, drained, without salt\", \"clust\": 1506, \"cat_0_index\": 3566, \"rank\": 969, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 618, \"ini\": 1983}, {\"group\": [3832.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dates, deglet noor\", \"clust\": 3879, \"cat_0_index\": 1752, \"rank\": 2951, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3443, \"ini\": 1982}, {\"group\": [1163.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and cheese, strained\", \"clust\": 1187, \"cat_0_index\": 121, \"rank\": 970, \"cat-0\": \"Baby Foods\", \"rankvar\": 514, \"ini\": 1981}, {\"group\": [2619.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil-butter spread, tub, with salt\", \"clust\": 2648, \"cat_0_index\": 1527, \"rank\": 2950, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2937, \"ini\": 1980}, {\"group\": [1414.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, seasoned, solids and liquids\", \"clust\": 1438, \"cat_0_index\": 3567, \"rank\": 971, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 975, \"ini\": 1979}, {\"group\": [660.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange and apricot juice drink, canned\", \"clust\": 673, \"cat_0_index\": 682, \"rank\": 972, \"cat-0\": \"Beverages\", \"rankvar\": 1738, \"ini\": 1978}, {\"group\": [898.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, cooked, boiled, drained, without salt\", \"clust\": 917, \"cat_0_index\": 3568, \"rank\": 973, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2468, \"ini\": 1977}, {\"group\": [2989.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, regular, low salt\", \"clust\": 3022, \"cat_0_index\": 348, \"rank\": 2949, \"cat-0\": \"Baked Products\", \"rankvar\": 2752, \"ini\": 1976}, {\"group\": [602.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Nog, soymilk\", \"clust\": 611, \"cat_0_index\": 2076, \"rank\": 974, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 585, \"ini\": 1975}, {\"group\": [200.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, broad, head, eyes, cheeks and soft bones (Alaska Native)\", \"clust\": 204, \"cat_0_index\": 1275, \"rank\": 975, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 740, \"ini\": 1974}, {\"group\": [1621.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Sirloin Steak with Hearty Vegetables Soup\", \"clust\": 1649, \"cat_0_index\": 2858, \"rank\": 976, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1133, \"ini\": 1973}, {\"group\": [2085.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey, chunky, canned, ready-to-serve\", \"clust\": 2115, \"cat_0_index\": 2859, \"rank\": 977, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 679, \"ini\": 1972}, {\"group\": [233.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, roughy, orange, raw\", \"clust\": 235, \"cat_0_index\": 1560, \"rank\": 978, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 475, \"ini\": 1971}, {\"group\": [1315.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, beets, strained\", \"clust\": 1340, \"cat_0_index\": 122, \"rank\": 979, \"cat-0\": \"Baby Foods\", \"rankvar\": 1539, \"ini\": 1970}, {\"group\": [2289.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, cooked, with salt\", \"clust\": 2316, \"cat_0_index\": 3569, \"rank\": 980, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 707, \"ini\": 1969}, {\"group\": [1382.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, with salt\", \"clust\": 1407, \"cat_0_index\": 3570, \"rank\": 981, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1849, \"ini\": 1968}, {\"group\": [3319.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, catjang, mature seeds, raw\", \"clust\": 3355, \"cat_0_index\": 2077, \"rank\": 2948, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3137, \"ini\": 1967}, {\"group\": [2319.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, cooked with water, with salt\", \"clust\": 2353, \"cat_0_index\": 863, \"rank\": 982, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 743, \"ini\": 1966}, {\"group\": [544.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity pears, canned, light syrup, drained\", \"clust\": 557, \"cat_0_index\": 1753, \"rank\": 983, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1227, \"ini\": 1965}, {\"group\": [1065.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Savory White Bean with Roasted Ham Soup\", \"clust\": 1083, \"cat_0_index\": 2860, \"rank\": 984, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 639, \"ini\": 1964}, {\"group\": [1282.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky vegetable, canned, ready-to-serve\", \"clust\": 1307, \"cat_0_index\": 2861, \"rank\": 985, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1037, \"ini\": 1963}, {\"group\": [1089.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, soft\", \"clust\": 1105, \"cat_0_index\": 2078, \"rank\": 986, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 840, \"ini\": 1962}, {\"group\": [3244.0, 51.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Thyme, fresh\", \"clust\": 3278, \"cat_0_index\": 3108, \"rank\": 2947, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3128, \"ini\": 1961}, {\"group\": [3283.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, yolk, raw, frozen, salted\", \"clust\": 3317, \"cat_0_index\": 1153, \"rank\": 2946, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2933, \"ini\": 1960}, {\"group\": [554.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice, canned or bottled, unsweetened, without added ascorbic acid\", \"clust\": 566, \"cat_0_index\": 1754, \"rank\": 987, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1530, \"ini\": 1959}, {\"group\": [3945.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder\", \"clust\": 3992, \"cat_0_index\": 683, \"rank\": 2945, \"cat-0\": \"Beverages\", \"rankvar\": 3740, \"ini\": 1958}, {\"group\": [682.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, canned, unsweetened\", \"clust\": 690, \"cat_0_index\": 1755, \"rank\": 988, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1971, \"ini\": 1957}, {\"group\": [1301.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST Tomato juice\", \"clust\": 1326, \"cat_0_index\": 3571, \"rank\": 989, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2202, \"ini\": 1956}, {\"group\": [2234.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, vacuum pack, no salt added\", \"clust\": 2264, \"cat_0_index\": 3572, \"rank\": 990, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 253, \"ini\": 1955}, {\"group\": [2328.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, canned, no salt added, solids and liquids\", \"clust\": 2360, \"cat_0_index\": 3573, \"rank\": 991, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1471, \"ini\": 1954}, {\"group\": [2256.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, corn and sweet potatoes, strained\", \"clust\": 2285, \"cat_0_index\": 123, \"rank\": 992, \"cat-0\": \"Baby Foods\", \"rankvar\": 560, \"ini\": 1953}, {\"group\": [687.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Tropical\", \"clust\": 703, \"cat_0_index\": 684, \"rank\": 993, \"cat-0\": \"Beverages\", \"rankvar\": 1736, \"ini\": 1952}, {\"group\": [1998.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, condensed\", \"clust\": 2030, \"cat_0_index\": 2862, \"rank\": 994, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1764, \"ini\": 1951}, {\"group\": [934.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, stir-fried\", \"clust\": 950, \"cat_0_index\": 3574, \"rank\": 995, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1802, \"ini\": 1950}, {\"group\": [2370.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, raw\", \"clust\": 2397, \"cat_0_index\": 3575, \"rank\": 996, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2074, \"ini\": 1949}, {\"group\": [2263.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peas and brown rice\", \"clust\": 2290, \"cat_0_index\": 124, \"rank\": 997, \"cat-0\": \"Baby Foods\", \"rankvar\": 568, \"ini\": 1948}, {\"group\": [1989.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, prepared with equal volume milk\", \"clust\": 2015, \"cat_0_index\": 2863, \"rank\": 998, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 752, \"ini\": 1947}, {\"group\": [2452.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, flaked, canned\", \"clust\": 2478, \"cat_0_index\": 2282, \"rank\": 2944, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3241, \"ini\": 1946}, {\"group\": [1750.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni, beef and tomato sauce, toddler\", \"clust\": 1771, \"cat_0_index\": 125, \"rank\": 999, \"cat-0\": \"Baby Foods\", \"rankvar\": 211, \"ini\": 1945}, {\"group\": [582.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, frozen, unsweetened\", \"clust\": 592, \"cat_0_index\": 1756, \"rank\": 1000, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1328, \"ini\": 1944}, {\"group\": [688.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverages, vegetable and fruit juice blend, 100% juice, with added vitamins A, C, E\", \"clust\": 701, \"cat_0_index\": 685, \"rank\": 1001, \"cat-0\": \"Beverages\", \"rankvar\": 1909, \"ini\": 1943}, {\"group\": [1199.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, okara\", \"clust\": 1205, \"cat_0_index\": 2079, \"rank\": 1002, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 342, \"ini\": 1942}, {\"group\": [3845.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, snack cakes, creme-filled, chocolate with frosting\", \"clust\": 3887, \"cat_0_index\": 349, \"rank\": 2943, \"cat-0\": \"Baked Products\", \"rankvar\": 2682, \"ini\": 1941}, {\"group\": [3722.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S GROOVY GRAHAMS\", \"clust\": 3765, \"cat_0_index\": 864, \"rank\": 2942, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3215, \"ini\": 1940}, {\"group\": [3901.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, OREO O's Cereal\", \"clust\": 3946, \"cat_0_index\": 865, \"rank\": 2941, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3160, \"ini\": 1939}, {\"group\": [1472.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, raw\", \"clust\": 1497, \"cat_0_index\": 3576, \"rank\": 1003, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1513, \"ini\": 1938}, {\"group\": [1328.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, drained solids\", \"clust\": 1354, \"cat_0_index\": 3577, \"rank\": 1004, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2067, \"ini\": 1937}, {\"group\": [545.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, light syrup pack, solids and liquids\", \"clust\": 558, \"cat_0_index\": 1757, \"rank\": 1005, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1422, \"ini\": 1936}, {\"group\": [1636.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Split Pea 'N' Ham Soup\", \"clust\": 1664, \"cat_0_index\": 2864, \"rank\": 1006, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 352, \"ini\": 1935}, {\"group\": [849.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, cooked, boiled, drained, with salt\", \"clust\": 868, \"cat_0_index\": 3578, \"rank\": 1007, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2237, \"ini\": 1934}, {\"group\": [1157.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, reduced fat, without salt\", \"clust\": 1117, \"cat_0_index\": 1528, \"rank\": 1008, \"cat-0\": \"Fats and Oils\", \"rankvar\": 705, \"ini\": 1933}, {\"group\": [2838.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bologna, chicken, pork\", \"clust\": 2871, \"cat_0_index\": 2420, \"rank\": 2940, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2518, \"ini\": 1932}, {\"group\": [3287.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, au gratin, dry mix, unprepared\", \"clust\": 3322, \"cat_0_index\": 3579, \"rank\": 2939, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2947, \"ini\": 1931}, {\"group\": [2310.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Buckwheat groats, roasted, cooked\", \"clust\": 2338, \"cat_0_index\": 1022, \"rank\": 1009, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 194, \"ini\": 1930}, {\"group\": [1260.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus Omega-3 DHA, soymilk\", \"clust\": 1282, \"cat_0_index\": 2080, \"rank\": 1010, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1596, \"ini\": 1929}, {\"group\": [1293.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, salsa\", \"clust\": 1313, \"cat_0_index\": 2865, \"rank\": 1011, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1602, \"ini\": 1928}, {\"group\": [3183.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, fresh, queso fresco\", \"clust\": 3217, \"cat_0_index\": 1154, \"rank\": 2938, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2627, \"ini\": 1927}, {\"group\": [2377.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, all styles, unprepared\", \"clust\": 2406, \"cat_0_index\": 3580, \"rank\": 1012, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1652, \"ini\": 1926}, {\"group\": [3021.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, enriched, baked\", \"clust\": 3054, \"cat_0_index\": 350, \"rank\": 2937, \"cat-0\": \"Baked Products\", \"rankvar\": 2717, \"ini\": 1925}, {\"group\": [1317.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, cooked, boiled, drained, with salt\", \"clust\": 1343, \"cat_0_index\": 3581, \"rank\": 1013, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1251, \"ini\": 1924}, {\"group\": [3864.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Rocky Road\", \"clust\": 3908, \"cat_0_index\": 351, \"rank\": 2936, \"cat-0\": \"Baked Products\", \"rankvar\": 2782, \"ini\": 1923}, {\"group\": [1823.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni and Cheese, canned entree\", \"clust\": 1850, \"cat_0_index\": 2159, \"rank\": 1014, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 266, \"ini\": 1922}, {\"group\": [1329.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, cooked, boiled, drained, with salt\", \"clust\": 1355, \"cat_0_index\": 3582, \"rank\": 1015, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2101, \"ini\": 1921}, {\"group\": [2281.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, cream style, regular pack\", \"clust\": 2310, \"cat_0_index\": 3583, \"rank\": 1016, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 341, \"ini\": 1920}, {\"group\": [2103.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celtuce, raw\", \"clust\": 2133, \"cat_0_index\": 3584, \"rank\": 1017, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2275, \"ini\": 1919}, {\"group\": [3892.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER MARSHMALLOW SAFARI\", \"clust\": 3938, \"cat_0_index\": 866, \"rank\": 2935, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3173, \"ini\": 1918}, {\"group\": [1267.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with aspartame, powder, prepared with water and ice\", \"clust\": 1277, \"cat_0_index\": 686, \"rank\": 1018, \"cat-0\": \"Beverages\", \"rankvar\": 1856, \"ini\": 1917}, {\"group\": [2086.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, chunky, canned, ready-to-serve\", \"clust\": 2116, \"cat_0_index\": 2866, \"rank\": 1019, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 365, \"ini\": 1916}, {\"group\": [401.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prunes, dehydrated (low-moisture), stewed\", \"clust\": 410, \"cat_0_index\": 1758, \"rank\": 1020, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 227, \"ini\": 1915}, {\"group\": [3707.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Oatmeal Pecan\", \"clust\": 3749, \"cat_0_index\": 352, \"rank\": 2934, \"cat-0\": \"Baked Products\", \"rankvar\": 2673, \"ini\": 1914}, {\"group\": [1212.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Chai, soymilk\", \"clust\": 1235, \"cat_0_index\": 2081, \"rank\": 1021, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1216, \"ini\": 1913}, {\"group\": [581.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, water pack, solids and liquids\", \"clust\": 594, \"cat_0_index\": 1759, \"rank\": 1022, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1418, \"ini\": 1912}, {\"group\": [555.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricot nectar, canned, without added ascorbic acid\", \"clust\": 567, \"cat_0_index\": 1760, \"rank\": 1023, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1519, \"ini\": 1911}, {\"group\": [1536.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radish seeds, sprouted, raw\", \"clust\": 1527, \"cat_0_index\": 3585, \"rank\": 1024, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1485, \"ini\": 1910}, {\"group\": [3496.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder\", \"clust\": 3536, \"cat_0_index\": 687, \"rank\": 2933, \"cat-0\": \"Beverages\", \"rankvar\": 3803, \"ini\": 1909}, {\"group\": [1498.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, raw\", \"clust\": 1523, \"cat_0_index\": 3586, \"rank\": 1025, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1301, \"ini\": 1908}, {\"group\": [2180.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, kelp, raw\", \"clust\": 2207, \"cat_0_index\": 3587, \"rank\": 1026, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1170, \"ini\": 1907}, {\"group\": [922.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, raw\", \"clust\": 940, \"cat_0_index\": 3588, \"rank\": 1027, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1545, \"ini\": 1906}, {\"group\": [3025.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, shortbread, commercially prepared, pecan\", \"clust\": 3061, \"cat_0_index\": 353, \"rank\": 2932, \"cat-0\": \"Baked Products\", \"rankvar\": 2994, \"ini\": 1905}, {\"group\": [692.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Juice, apple and grape blend, with added ascorbic acid\", \"clust\": 706, \"cat_0_index\": 1761, \"rank\": 1028, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1827, \"ini\": 1904}, {\"group\": [2122.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, cooked, boiled, drained, without salt\", \"clust\": 2152, \"cat_0_index\": 3589, \"rank\": 1029, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2268, \"ini\": 1903}, {\"group\": [1439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Grilled Chicken & Sausage Gumbo Soup\", \"clust\": 1465, \"cat_0_index\": 2867, \"rank\": 1030, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 758, \"ini\": 1902}, {\"group\": [664.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach cobbler, strained\", \"clust\": 679, \"cat_0_index\": 126, \"rank\": 1031, \"cat-0\": \"Baby Foods\", \"rankvar\": 1232, \"ini\": 1901}, {\"group\": [3023.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, dry mix, prepared, baked\", \"clust\": 3057, \"cat_0_index\": 354, \"rank\": 2931, \"cat-0\": \"Baked Products\", \"rankvar\": 2781, \"ini\": 1900}, {\"group\": [1622.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken and Dumplings Soup\", \"clust\": 1650, \"cat_0_index\": 2868, \"rank\": 1032, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 593, \"ini\": 1899}, {\"group\": [201.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squirrel, ground, meat (Alaska Native)\", \"clust\": 205, \"cat_0_index\": 1276, \"rank\": 1033, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 800, \"ini\": 1898}, {\"group\": [1457.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, cooked, boiled, drained, with salt\", \"clust\": 1483, \"cat_0_index\": 3590, \"rank\": 1034, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1296, \"ini\": 1897}, {\"group\": [1540.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, ravioli, cheese filled, with tomato sauce\", \"clust\": 1564, \"cat_0_index\": 127, \"rank\": 1035, \"cat-0\": \"Baby Foods\", \"rankvar\": 138, \"ini\": 1896}, {\"group\": [3622.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES MILKY WAY Brand Bite Size Candies\", \"clust\": 3663, \"cat_0_index\": 3250, \"rank\": 2930, \"cat-0\": \"Sweets\", \"rankvar\": 3423, \"ini\": 1895}, {\"group\": [1639.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, BBQ Seasoned Pork Soup\", \"clust\": 1666, \"cat_0_index\": 2869, \"rank\": 1036, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 525, \"ini\": 1894}, {\"group\": [593.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with mixed fruit, junior\", \"clust\": 607, \"cat_0_index\": 128, \"rank\": 1037, \"cat-0\": \"Baby Foods\", \"rankvar\": 745, \"ini\": 1893}, {\"group\": [547.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, drained\", \"clust\": 560, \"cat_0_index\": 1762, \"rank\": 1038, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1322, \"ini\": 1892}, {\"group\": [1206.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, prepared with boiling water\", \"clust\": 1227, \"cat_0_index\": 867, \"rank\": 1039, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 541, \"ini\": 1891}, {\"group\": [1432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, cooked, boiled, drained, with salt\", \"clust\": 1456, \"cat_0_index\": 3591, \"rank\": 1040, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1873, \"ini\": 1890}, {\"group\": [1051.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Organic Picante Sauce\", \"clust\": 1070, \"cat_0_index\": 2870, \"rank\": 1041, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2280, \"ini\": 1889}, {\"group\": [3364.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, wafers, plain\", \"clust\": 3395, \"cat_0_index\": 355, \"rank\": 2929, \"cat-0\": \"Baked Products\", \"rankvar\": 3554, \"ini\": 1888}, {\"group\": [3741.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, dry\", \"clust\": 3785, \"cat_0_index\": 868, \"rank\": 2928, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2801, \"ini\": 1887}, {\"group\": [1090.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, cooked, boiled, drained, without salt\", \"clust\": 1109, \"cat_0_index\": 3592, \"rank\": 1042, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1911, \"ini\": 1886}, {\"group\": [1291.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed, reduced sodium\", \"clust\": 1318, \"cat_0_index\": 2871, \"rank\": 1043, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 828, \"ini\": 1885}, {\"group\": [1188.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids and vitamin A and vitamin D\", \"clust\": 1212, \"cat_0_index\": 1155, \"rank\": 1044, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1213, \"ini\": 1884}, {\"group\": [1412.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, canned, solids and liquids\", \"clust\": 1436, \"cat_0_index\": 3593, \"rank\": 1045, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1079, \"ini\": 1883}, {\"group\": [597.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 610, \"cat_0_index\": 1763, \"rank\": 1046, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1627, \"ini\": 1882}, {\"group\": [1401.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, cooked, boiled, drained, with salt\", \"clust\": 1427, \"cat_0_index\": 3594, \"rank\": 1047, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1930, \"ini\": 1881}, {\"group\": [2991.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, prepared from recipe, made with margarine\", \"clust\": 3021, \"cat_0_index\": 356, \"rank\": 2927, \"cat-0\": \"Baked Products\", \"rankvar\": 2729, \"ini\": 1880}, {\"group\": [690.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and grape\", \"clust\": 704, \"cat_0_index\": 129, \"rank\": 1048, \"cat-0\": \"Baby Foods\", \"rankvar\": 1979, \"ini\": 1879}, {\"group\": [2690.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, bacon and tomato\", \"clust\": 2722, \"cat_0_index\": 1529, \"rank\": 2926, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3061, \"ini\": 1878}, {\"group\": [2367.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, boiled, mashed, without salt\", \"clust\": 2399, \"cat_0_index\": 3595, \"rank\": 1049, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1781, \"ini\": 1877}, {\"group\": [1716.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Broccoli Cheese & Potato Soup\", \"clust\": 1745, \"cat_0_index\": 2872, \"rank\": 1050, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 455, \"ini\": 1876}, {\"group\": [1049.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Chipotle Chunky Salsa\", \"clust\": 1071, \"cat_0_index\": 2873, \"rank\": 1051, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2272, \"ini\": 1875}, {\"group\": [1186.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, protein fortified, with added vitamin A and vitamin D\", \"clust\": 1211, \"cat_0_index\": 1156, \"rank\": 1052, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1305, \"ini\": 1874}, {\"group\": [1311.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, young green, tops only\", \"clust\": 1337, \"cat_0_index\": 3596, \"rank\": 1053, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1913, \"ini\": 1873}, {\"group\": [3081.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salmon, red (sockeye), filets with skin, smoked (Alaska Native)\", \"clust\": 3116, \"cat_0_index\": 1277, \"rank\": 2925, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3451, \"ini\": 1872}, {\"group\": [589.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, raw\", \"clust\": 602, \"cat_0_index\": 1764, \"rank\": 1054, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1509, \"ini\": 1871}, {\"group\": [1627.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Tomato Soup\", \"clust\": 1655, \"cat_0_index\": 2874, \"rank\": 1055, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1077, \"ini\": 1870}, {\"group\": [1050.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Thick & Chunky Salsa\", \"clust\": 1072, \"cat_0_index\": 2875, \"rank\": 1056, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2277, \"ini\": 1869}, {\"group\": [1641.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Smoked Chicken with Roasted Corn Chowder\", \"clust\": 1668, \"cat_0_index\": 2876, \"rank\": 1057, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 415, \"ini\": 1868}, {\"group\": [567.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, frozen, unsweetened\", \"clust\": 579, \"cat_0_index\": 1765, \"rank\": 1058, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1455, \"ini\": 1867}, {\"group\": [304.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Creamy Stroganoff Sauce with pasta\", \"clust\": 300, \"cat_0_index\": 2160, \"rank\": 1059, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 0, \"ini\": 1866}, {\"group\": [2178.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, frozen, uncooked\", \"clust\": 2208, \"cat_0_index\": 1766, \"rank\": 1060, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2357, \"ini\": 1865}, {\"group\": [2134.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Limes, raw\", \"clust\": 2162, \"cat_0_index\": 1767, \"rank\": 1061, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1871, \"ini\": 1864}, {\"group\": [2326.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tree fern, cooked, with salt\", \"clust\": 2356, \"cat_0_index\": 3597, \"rank\": 1062, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2185, \"ini\": 1863}, {\"group\": [700.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-strawberry-banana juice\", \"clust\": 711, \"cat_0_index\": 1768, \"rank\": 1063, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1572, \"ini\": 1862}, {\"group\": [2035.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey and gravy, frozen\", \"clust\": 2065, \"cat_0_index\": 2342, \"rank\": 1064, \"cat-0\": \"Poultry Products\", \"rankvar\": 613, \"ini\": 1861}, {\"group\": [3043.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish sticks, meatless\", \"clust\": 3075, \"cat_0_index\": 2082, \"rank\": 2923, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2313, \"ini\": 1860}, {\"group\": [3044.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetarian fillets\", \"clust\": 3076, \"cat_0_index\": 2083, \"rank\": 2924, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2314, \"ini\": 1859}, {\"group\": [414.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apple\", \"clust\": 423, \"cat_0_index\": 130, \"rank\": 1065, \"cat-0\": \"Baby Foods\", \"rankvar\": 2465, \"ini\": 1858}, {\"group\": [1458.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, baked, with salt\", \"clust\": 1481, \"cat_0_index\": 3598, \"rank\": 1066, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1065, \"ini\": 1857}, {\"group\": [3851.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffeecake, cinnamon with crumb topping, dry mix\", \"clust\": 3894, \"cat_0_index\": 357, \"rank\": 2922, \"cat-0\": \"Baked Products\", \"rankvar\": 3028, \"ini\": 1856}, {\"group\": [1488.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, stir-fried\", \"clust\": 1500, \"cat_0_index\": 3599, \"rank\": 1067, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 682, \"ini\": 1855}, {\"group\": [1467.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, crushed, canned\", \"clust\": 1495, \"cat_0_index\": 3600, \"rank\": 1068, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1584, \"ini\": 1854}, {\"group\": [2023.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, potato ham chowder, chunky, ready-to-serve, single brand\", \"clust\": 2051, \"cat_0_index\": 2877, \"rank\": 1069, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 605, \"ini\": 1853}, {\"group\": [1246.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, with added nonfat milk solids, vitamin A and vitamin D (fat free or skim)\", \"clust\": 1267, \"cat_0_index\": 1157, \"rank\": 1070, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1548, \"ini\": 1852}, {\"group\": [1499.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1522, \"cat_0_index\": 3601, \"rank\": 1071, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 573, \"ini\": 1851}, {\"group\": [713.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and blueberry, junior\", \"clust\": 726, \"cat_0_index\": 131, \"rank\": 1072, \"cat-0\": \"Baby Foods\", \"rankvar\": 1141, \"ini\": 1850}, {\"group\": [476.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, balsamic\", \"clust\": 487, \"cat_0_index\": 3109, \"rank\": 1073, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 893, \"ini\": 1849}, {\"group\": [3098.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, agar, dried\", \"clust\": 3128, \"cat_0_index\": 3602, \"rank\": 2921, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3260, \"ini\": 1848}, {\"group\": [1396.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, shellie, canned, solids and liquids\", \"clust\": 1423, \"cat_0_index\": 3603, \"rank\": 1074, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1924, \"ini\": 1847}, {\"group\": [1253.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, with added calcium, vitamins A and D\", \"clust\": 1281, \"cat_0_index\": 2084, \"rank\": 1075, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1457, \"ini\": 1846}, {\"group\": [561.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, light syrup pack, solids and liquids\", \"clust\": 571, \"cat_0_index\": 1769, \"rank\": 1076, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1542, \"ini\": 1845}, {\"group\": [1193.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, vanilla, dry mix, prepared with 2% milk\", \"clust\": 1217, \"cat_0_index\": 3251, \"rank\": 1077, \"cat-0\": \"Sweets\", \"rankvar\": 436, \"ini\": 1844}, {\"group\": [3092.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, dry\", \"clust\": 3127, \"cat_0_index\": 132, \"rank\": 2920, \"cat-0\": \"Baby Foods\", \"rankvar\": 3144, \"ini\": 1843}, {\"group\": [1239.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, imitation, non-soy\", \"clust\": 1257, \"cat_0_index\": 1158, \"rank\": 1078, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1392, \"ini\": 1842}, {\"group\": [3765.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, COCO-ROOS\", \"clust\": 3807, \"cat_0_index\": 869, \"rank\": 2919, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3301, \"ini\": 1841}, {\"group\": [245.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pollock, walleye, raw\", \"clust\": 250, \"cat_0_index\": 1561, \"rank\": 1079, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1002, \"ini\": 1840}, {\"group\": [530.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pomegranate juice, bottled\", \"clust\": 540, \"cat_0_index\": 1770, \"rank\": 1080, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1535, \"ini\": 1839}, {\"group\": [2896.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2930, \"cat_0_index\": 443, \"rank\": 2918, \"cat-0\": \"Beef Products\", \"rankvar\": 2722, \"ini\": 1838}, {\"group\": [1004.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, cooked, steamed, without salt\", \"clust\": 1023, \"cat_0_index\": 3604, \"rank\": 1081, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 733, \"ini\": 1837}, {\"group\": [2368.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, canned, without salt\", \"clust\": 2400, \"cat_0_index\": 3605, \"rank\": 1082, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1641, \"ini\": 1836}, {\"group\": [1207.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plain soy yogurt\", \"clust\": 1226, \"cat_0_index\": 2085, \"rank\": 1083, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1070, \"ini\": 1835}, {\"group\": [473.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, cherry vanilla pudding, junior\", \"clust\": 484, \"cat_0_index\": 133, \"rank\": 1084, \"cat-0\": \"Baby Foods\", \"rankvar\": 1686, \"ini\": 1834}, {\"group\": [1273.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, egg yolks and bacon, junior\", \"clust\": 1297, \"cat_0_index\": 134, \"rank\": 1085, \"cat-0\": \"Baby Foods\", \"rankvar\": 532, \"ini\": 1833}, {\"group\": [1002.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, potato, mashed\", \"clust\": 1020, \"cat_0_index\": 1336, \"rank\": 1086, \"cat-0\": \"Fast Foods\", \"rankvar\": 302, \"ini\": 1832}, {\"group\": [3450.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST Raisin Bran Cereal\", \"clust\": 3486, \"cat_0_index\": 870, \"rank\": 2917, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3011, \"ini\": 1831}, {\"group\": [1785.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and beef, strained\", \"clust\": 1813, \"cat_0_index\": 135, \"rank\": 1087, \"cat-0\": \"Baby Foods\", \"rankvar\": 426, \"ini\": 1830}, {\"group\": [2212.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), raw\", \"clust\": 2238, \"cat_0_index\": 3606, \"rank\": 1088, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2259, \"ini\": 1829}, {\"group\": [2314.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, drained solids\", \"clust\": 2343, \"cat_0_index\": 3607, \"rank\": 1089, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 847, \"ini\": 1828}, {\"group\": [1722.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON, Chicken and Dumplings\", \"clust\": 1741, \"cat_0_index\": 2161, \"rank\": 1090, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 272, \"ini\": 1827}, {\"group\": [202.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, liver, raw (Alaska Native)\", \"clust\": 203, \"cat_0_index\": 1278, \"rank\": 1091, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 527, \"ini\": 1826}, {\"group\": [2502.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, almond\", \"clust\": 2531, \"cat_0_index\": 2569, \"rank\": 2916, \"cat-0\": \"Snacks\", \"rankvar\": 2742, \"ini\": 1825}, {\"group\": [3836.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Figs, dried, uncooked\", \"clust\": 3870, \"cat_0_index\": 1771, \"rank\": 2915, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3126, \"ini\": 1824}, {\"group\": [857.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with tomato tidbits\", \"clust\": 872, \"cat_0_index\": 3608, \"rank\": 1092, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1830, \"ini\": 1823}, {\"group\": [1312.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, raw\", \"clust\": 1335, \"cat_0_index\": 3609, \"rank\": 1093, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1932, \"ini\": 1822}, {\"group\": [1400.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, canned, solids and liquids\", \"clust\": 1420, \"cat_0_index\": 3610, \"rank\": 1094, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1915, \"ini\": 1821}, {\"group\": [3804.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S FROOT LOOPS\", \"clust\": 3850, \"cat_0_index\": 871, \"rank\": 2914, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3243, \"ini\": 1820}, {\"group\": [1630.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs in Meat Sauce\", \"clust\": 1648, \"cat_0_index\": 2162, \"rank\": 1095, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 554, \"ini\": 1819}, {\"group\": [1181.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, macaroni and cheese, toddler\", \"clust\": 1185, \"cat_0_index\": 136, \"rank\": 1096, \"cat-0\": \"Baby Foods\", \"rankvar\": 355, \"ini\": 1818}, {\"group\": [694.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 709, \"cat_0_index\": 1772, \"rank\": 1097, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1997, \"ini\": 1817}, {\"group\": [2286.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Original\", \"clust\": 2318, \"cat_0_index\": 2163, \"rank\": 1098, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 404, \"ini\": 1816}, {\"group\": [1402.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, cooked, boiled, drained, with salt\", \"clust\": 1428, \"cat_0_index\": 3611, \"rank\": 1099, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1917, \"ini\": 1815}, {\"group\": [559.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, light syrup, solids and liquids\", \"clust\": 572, \"cat_0_index\": 1773, \"rank\": 1100, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1517, \"ini\": 1814}, {\"group\": [407.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, guava and papaya with tapioca, strained\", \"clust\": 416, \"cat_0_index\": 137, \"rank\": 1101, \"cat-0\": \"Baby Foods\", \"rankvar\": 2336, \"ini\": 1813}, {\"group\": [779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, unenriched, without added salt\", \"clust\": 794, \"cat_0_index\": 1023, \"rank\": 1102, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 8, \"ini\": 1812}, {\"group\": [779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, enriched\", \"clust\": 795, \"cat_0_index\": 1024, \"rank\": 1103, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 9, \"ini\": 1811}, {\"group\": [2384.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, cooked, boiled, drained, without salt\", \"clust\": 2412, \"cat_0_index\": 3612, \"rank\": 1104, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1612, \"ini\": 1810}, {\"group\": [924.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, enoki, raw\", \"clust\": 939, \"cat_0_index\": 3613, \"rank\": 1105, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1520, \"ini\": 1809}, {\"group\": [2109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, raw\", \"clust\": 2135, \"cat_0_index\": 1774, \"rank\": 1106, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2142, \"ini\": 1808}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, DHA and ARA, prepared from liquid concentrate\", \"clust\": 1126, \"cat_0_index\": 138, \"rank\": 1107, \"cat-0\": \"Baby Foods\", \"rankvar\": 851, \"ini\": 1807}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, ready-to-feed\", \"clust\": 1127, \"cat_0_index\": 139, \"rank\": 1108, \"cat-0\": \"Baby Foods\", \"rankvar\": 852, \"ini\": 1806}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, DHA and ARA, ready-to-feed\", \"clust\": 1125, \"cat_0_index\": 140, \"rank\": 1109, \"cat-0\": \"Baby Foods\", \"rankvar\": 853, \"ini\": 1805}, {\"group\": [280.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Nasoya Lite Firm Tofu\", \"clust\": 285, \"cat_0_index\": 2086, \"rank\": 1110, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1488, \"ini\": 1804}, {\"group\": [2288.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, brine pack, regular pack, solids and liquids\", \"clust\": 2317, \"cat_0_index\": 3614, \"rank\": 1111, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 464, \"ini\": 1803}, {\"group\": [1248.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, fluid, cultured, lowfat\", \"clust\": 1270, \"cat_0_index\": 1159, \"rank\": 1112, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1429, \"ini\": 1802}, {\"group\": [3026.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, deep dish, frozen, baked, made with enriched flour\", \"clust\": 3062, \"cat_0_index\": 358, \"rank\": 2913, \"cat-0\": \"Baked Products\", \"rankvar\": 2826, \"ini\": 1801}, {\"group\": [1790.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables chicken, strained\", \"clust\": 1818, \"cat_0_index\": 141, \"rank\": 1113, \"cat-0\": \"Baby Foods\", \"rankvar\": 730, \"ini\": 1800}, {\"group\": [1008.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), cooked, boiled, drained, with salt\", \"clust\": 1025, \"cat_0_index\": 3615, \"rank\": 1114, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1428, \"ini\": 1799}, {\"group\": [695.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apple and banana\", \"clust\": 710, \"cat_0_index\": 142, \"rank\": 1115, \"cat-0\": \"Baby Foods\", \"rankvar\": 1847, \"ini\": 1798}, {\"group\": [974.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Salsa Verde\", \"clust\": 991, \"cat_0_index\": 2878, \"rank\": 1116, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1844, \"ini\": 1797}, {\"group\": [2201.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, cooked, boiled, drained, without salt\", \"clust\": 2232, \"cat_0_index\": 3616, \"rank\": 1117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1720, \"ini\": 1796}, {\"group\": [560.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, light syrup pack, solids and liquids\", \"clust\": 573, \"cat_0_index\": 1775, \"rank\": 1118, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1495, \"ini\": 1795}, {\"group\": [1266.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus for Bone Health, soymilk\", \"clust\": 1278, \"cat_0_index\": 2087, \"rank\": 1119, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1757, \"ini\": 1794}, {\"group\": [969.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, honeydew, raw\", \"clust\": 987, \"cat_0_index\": 1776, \"rank\": 1120, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1761, \"ini\": 1793}, {\"group\": [1392.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, cooked, boiled, drained, with salt\", \"clust\": 1417, \"cat_0_index\": 3617, \"rank\": 1121, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2256, \"ini\": 1792}, {\"group\": [647.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, bottled\", \"clust\": 661, \"cat_0_index\": 688, \"rank\": 1122, \"cat-0\": \"Beverages\", \"rankvar\": 2133, \"ini\": 1791}, {\"group\": [351.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract\", \"clust\": 346, \"cat_0_index\": 3110, \"rank\": 1123, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 241, \"ini\": 1790}, {\"group\": [866.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, cooked, boiled, drained, without salt\", \"clust\": 887, \"cat_0_index\": 3618, \"rank\": 1124, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2372, \"ini\": 1789}, {\"group\": [3016.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, prepared from recipe, unbaked\", \"clust\": 3049, \"cat_0_index\": 359, \"rank\": 2912, \"cat-0\": \"Baked Products\", \"rankvar\": 2648, \"ini\": 1788}, {\"group\": [1404.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauerkraut, canned, low sodium\", \"clust\": 1430, \"cat_0_index\": 3619, \"rank\": 1125, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2091, \"ini\": 1787}, {\"group\": [1205.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored drink, whey and milk based\", \"clust\": 1229, \"cat_0_index\": 689, \"rank\": 1126, \"cat-0\": \"Beverages\", \"rankvar\": 1478, \"ini\": 1786}, {\"group\": [1442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Mexican Style Tortilla\", \"clust\": 1463, \"cat_0_index\": 2879, \"rank\": 1127, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 926, \"ini\": 1785}, {\"group\": [702.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red and white, all areas\", \"clust\": 720, \"cat_0_index\": 1777, \"rank\": 1128, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2050, \"ini\": 1784}, {\"group\": [1825.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken, canned, chunky, ready-to-serve\", \"clust\": 1852, \"cat_0_index\": 2880, \"rank\": 1129, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 383, \"ini\": 1783}, {\"group\": [1497.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1524, \"cat_0_index\": 3620, \"rank\": 1130, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1614, \"ini\": 1782}, {\"group\": [2199.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, cooked, boiled, drained, without salt\", \"clust\": 2228, \"cat_0_index\": 3621, \"rank\": 1131, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2042, \"ini\": 1781}, {\"group\": [2209.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, cooked, boiled, drained, without salt\", \"clust\": 2240, \"cat_0_index\": 3622, \"rank\": 1132, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2246, \"ini\": 1780}, {\"group\": [1477.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, o'brien, frozen, unprepared\", \"clust\": 1504, \"cat_0_index\": 3623, \"rank\": 1133, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 462, \"ini\": 1779}, {\"group\": [509.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared with water, whiskey and powder mix\", \"clust\": 520, \"cat_0_index\": 690, \"rank\": 1134, \"cat-0\": \"Beverages\", \"rankvar\": 586, \"ini\": 1778}, {\"group\": [415.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, raw\", \"clust\": 424, \"cat_0_index\": 3624, \"rank\": 1135, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2482, \"ini\": 1777}, {\"group\": [1263.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Organic Creamy Original Soymilk\", \"clust\": 1290, \"cat_0_index\": 2088, \"rank\": 1136, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1427, \"ini\": 1776}, {\"group\": [1067.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Barley with Mushrooms Soup, condensed\", \"clust\": 1087, \"cat_0_index\": 2881, \"rank\": 1137, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 699, \"ini\": 1775}, {\"group\": [3795.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, Smart Start Strong Heart, Original\", \"clust\": 3841, \"cat_0_index\": 872, \"rank\": 2911, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2906, \"ini\": 1774}, {\"group\": [683.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, canned or bottled, unsweetened, with added ascorbic acid\", \"clust\": 698, \"cat_0_index\": 1778, \"rank\": 1138, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2018, \"ini\": 1773}, {\"group\": [684.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Acai Berry\", \"clust\": 699, \"cat_0_index\": 691, \"rank\": 1139, \"cat-0\": \"Beverages\", \"rankvar\": 2146, \"ini\": 1772}, {\"group\": [1484.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, sweet potatoes, junior\", \"clust\": 1513, \"cat_0_index\": 143, \"rank\": 1140, \"cat-0\": \"Baby Foods\", \"rankvar\": 792, \"ini\": 1771}, {\"group\": [654.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice drink, canned\", \"clust\": 666, \"cat_0_index\": 692, \"rank\": 1141, \"cat-0\": \"Beverages\", \"rankvar\": 1989, \"ini\": 1770}, {\"group\": [2025.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Pepper Pot Soup, condensed\", \"clust\": 2055, \"cat_0_index\": 2882, \"rank\": 1142, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 841, \"ini\": 1769}, {\"group\": [1789.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and bacon, strained\", \"clust\": 1815, \"cat_0_index\": 144, \"rank\": 1143, \"cat-0\": \"Baby Foods\", \"rankvar\": 544, \"ini\": 1768}, {\"group\": [2135.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, chili, green, canned\", \"clust\": 2139, \"cat_0_index\": 3625, \"rank\": 1144, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2291, \"ini\": 1767}, {\"group\": [2308.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Amaranth grain, cooked\", \"clust\": 2339, \"cat_0_index\": 1025, \"rank\": 1145, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 105, \"ini\": 1766}, {\"group\": [590.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nectarines, raw\", \"clust\": 603, \"cat_0_index\": 1779, \"rank\": 1146, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1341, \"ini\": 1765}, {\"group\": [860.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fiddlehead ferns, raw\", \"clust\": 878, \"cat_0_index\": 3626, \"rank\": 1147, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1622, \"ini\": 1764}, {\"group\": [3240.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese product, pasteurized process, cheddar or american, reduced fat\", \"clust\": 3275, \"cat_0_index\": 1160, \"rank\": 2909, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2557, \"ini\": 1763}, {\"group\": [3240.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese product, pasteurized process, american, reduced fat, fortified with vitamin D\", \"clust\": 3276, \"cat_0_index\": 1161, \"rank\": 2910, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2558, \"ini\": 1762}, {\"group\": [3024.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, dry mix\", \"clust\": 3058, \"cat_0_index\": 360, \"rank\": 2908, \"cat-0\": \"Baked Products\", \"rankvar\": 2875, \"ini\": 1761}, {\"group\": [854.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Low Sodium V8\", \"clust\": 874, \"cat_0_index\": 3627, \"rank\": 1148, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2281, \"ini\": 1760}, {\"group\": [697.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-grapefruit juice, canned, unsweetened\", \"clust\": 713, \"cat_0_index\": 1780, \"rank\": 1149, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1892, \"ini\": 1759}, {\"group\": [691.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple - cherry\", \"clust\": 705, \"cat_0_index\": 145, \"rank\": 1150, \"cat-0\": \"Baby Foods\", \"rankvar\": 1942, \"ini\": 1758}, {\"group\": [667.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder, prepared with water\", \"clust\": 682, \"cat_0_index\": 693, \"rank\": 1151, \"cat-0\": \"Beverages\", \"rankvar\": 2034, \"ini\": 1757}, {\"group\": [723.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and apricots, junior\", \"clust\": 738, \"cat_0_index\": 146, \"rank\": 1152, \"cat-0\": \"Baby Foods\", \"rankvar\": 1527, \"ini\": 1756}, {\"group\": [3415.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, KIX\", \"clust\": 3450, \"cat_0_index\": 873, \"rank\": 2907, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3114, \"ini\": 1755}, {\"group\": [665.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach cobbler, junior\", \"clust\": 680, \"cat_0_index\": 147, \"rank\": 1153, \"cat-0\": \"Baby Foods\", \"rankvar\": 1300, \"ini\": 1754}, {\"group\": [1110.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1136, \"cat_0_index\": 148, \"rank\": 1154, \"cat-0\": \"Baby Foods\", \"rankvar\": 1047, \"ini\": 1753}, {\"group\": [1304.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Spicy Hot V8\", \"clust\": 1319, \"cat_0_index\": 3628, \"rank\": 1155, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2248, \"ini\": 1752}, {\"group\": [3805.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S APPLE JACKS\", \"clust\": 3851, \"cat_0_index\": 874, \"rank\": 2906, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3280, \"ini\": 1751}, {\"group\": [1111.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1137, \"cat_0_index\": 149, \"rank\": 1156, \"cat-0\": \"Baby Foods\", \"rankvar\": 1044, \"ini\": 1750}, {\"group\": [1247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, fluid, 1% fat, without added vitamin A and vitamin D\", \"clust\": 1271, \"cat_0_index\": 1162, \"rank\": 1157, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1416, \"ini\": 1749}, {\"group\": [1247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, with added vitamin A and vitamin D\", \"clust\": 1272, \"cat_0_index\": 1163, \"rank\": 1158, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1417, \"ini\": 1748}, {\"group\": [2228.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, frozen, sweetened\", \"clust\": 2258, \"cat_0_index\": 1781, \"rank\": 1159, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 314, \"ini\": 1747}, {\"group\": [2350.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, boiled, mashed, with salt\", \"clust\": 2379, \"cat_0_index\": 3629, \"rank\": 1160, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1750, \"ini\": 1746}, {\"group\": [1479.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, hashed brown, frozen, plain, unprepared\", \"clust\": 1507, \"cat_0_index\": 3630, \"rank\": 1161, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 338, \"ini\": 1745}, {\"group\": [2909.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, ground, 72% lean / 28% fat, cooked, crumbles\", \"clust\": 2943, \"cat_0_index\": 2314, \"rank\": 2905, \"cat-0\": \"Pork Products\", \"rankvar\": 2624, \"ini\": 1744}, {\"group\": [1217.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS LIGHT Nonfat Strawberry Yogurt (with Aspartame and Fructose Sweeteners)\", \"clust\": 1237, \"cat_0_index\": 1164, \"rank\": 1162, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 934, \"ini\": 1743}, {\"group\": [666.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guava nectar, canned\", \"clust\": 676, \"cat_0_index\": 1782, \"rank\": 1163, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1643, \"ini\": 1742}, {\"group\": [693.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple-banana juice\", \"clust\": 707, \"cat_0_index\": 150, \"rank\": 1164, \"cat-0\": \"Baby Foods\", \"rankvar\": 1786, \"ini\": 1741}, {\"group\": [722.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, pears, dices, toddler\", \"clust\": 733, \"cat_0_index\": 151, \"rank\": 1165, \"cat-0\": \"Baby Foods\", \"rankvar\": 1555, \"ini\": 1740}, {\"group\": [2206.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, canned, solids and liquids\", \"clust\": 2235, \"cat_0_index\": 3631, \"rank\": 1166, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2299, \"ini\": 1739}, {\"group\": [1093.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1112, \"cat_0_index\": 3632, \"rank\": 1167, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1401, \"ini\": 1738}, {\"group\": [3504.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake, with 2% maple, with added potassium\", \"clust\": 3545, \"cat_0_index\": 3252, \"rank\": 1168, \"cat-0\": \"Sweets\", \"rankvar\": 2523, \"ini\": 1737}, {\"group\": [1485.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, sweet potatoes strained\", \"clust\": 1514, \"cat_0_index\": 152, \"rank\": 1169, \"cat-0\": \"Baby Foods\", \"rankvar\": 896, \"ini\": 1736}, {\"group\": [1415.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, green, canned, prepared with equal volume water\", \"clust\": 1439, \"cat_0_index\": 2883, \"rank\": 1170, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 597, \"ini\": 1735}, {\"group\": [587.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, raw\", \"clust\": 599, \"cat_0_index\": 1783, \"rank\": 1171, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1447, \"ini\": 1734}, {\"group\": [3329.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, fat free, salted\", \"clust\": 3365, \"cat_0_index\": 2570, \"rank\": 2904, \"cat-0\": \"Snacks\", \"rankvar\": 3342, \"ini\": 1733}, {\"group\": [1418.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, cooked, boiled, drained, with salt\", \"clust\": 1444, \"cat_0_index\": 3633, \"rank\": 1172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1244, \"ini\": 1732}, {\"group\": [534.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, plums with tapioca, without ascorbic acid, strained\", \"clust\": 546, \"cat_0_index\": 153, \"rank\": 1173, \"cat-0\": \"Baby Foods\", \"rankvar\": 1179, \"ini\": 1731}, {\"group\": [2315.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), canned, with whole kernel corn, solids and liquids\", \"clust\": 2344, \"cat_0_index\": 3634, \"rank\": 1174, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 552, \"ini\": 1730}, {\"group\": [2181.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, unprepared\", \"clust\": 2210, \"cat_0_index\": 3635, \"rank\": 1175, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2245, \"ini\": 1729}, {\"group\": [1470.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, raw\", \"clust\": 1498, \"cat_0_index\": 3636, \"rank\": 1176, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1708, \"ini\": 1728}, {\"group\": [2242.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, without salt\", \"clust\": 2268, \"cat_0_index\": 3637, \"rank\": 1177, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 239, \"ini\": 1727}, {\"group\": [3867.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, special dietary\", \"clust\": 3909, \"cat_0_index\": 361, \"rank\": 2903, \"cat-0\": \"Baked Products\", \"rankvar\": 2956, \"ini\": 1726}, {\"group\": [2200.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, cooked, boiled, drained, without salt\", \"clust\": 2229, \"cat_0_index\": 3638, \"rank\": 1178, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2206, \"ini\": 1725}, {\"group\": [703.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, all areas\", \"clust\": 721, \"cat_0_index\": 1784, \"rank\": 1179, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1999, \"ini\": 1724}, {\"group\": [1213.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Mocha, soymilk\", \"clust\": 1236, \"cat_0_index\": 2089, \"rank\": 1180, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1209, \"ini\": 1723}, {\"group\": [923.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, cooked, boiled, drained, without salt\", \"clust\": 941, \"cat_0_index\": 3639, \"rank\": 1181, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1819, \"ini\": 1722}, {\"group\": [3739.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with raisins and spice, dry\", \"clust\": 3783, \"cat_0_index\": 875, \"rank\": 2901, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2884, \"ini\": 1721}, {\"group\": [3739.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, dry\", \"clust\": 3784, \"cat_0_index\": 876, \"rank\": 2902, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2885, \"ini\": 1720}, {\"group\": [2911.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, spareribs, separable lean and fat, cooked, braised\", \"clust\": 2942, \"cat_0_index\": 2315, \"rank\": 2900, \"cat-0\": \"Pork Products\", \"rankvar\": 2635, \"ini\": 1719}, {\"group\": [1052.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Picante Sauce\", \"clust\": 1073, \"cat_0_index\": 2884, \"rank\": 1182, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2346, \"ini\": 1718}, {\"group\": [1161.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu yogurt\", \"clust\": 1181, \"cat_0_index\": 2090, \"rank\": 1183, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 231, \"ini\": 1717}, {\"group\": [1189.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids, without added vitamin A\", \"clust\": 1213, \"cat_0_index\": 1165, \"rank\": 1184, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1143, \"ini\": 1716}, {\"group\": [2944.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bouillon cubes and granules, low sodium, dry\", \"clust\": 2976, \"cat_0_index\": 2885, \"rank\": 2899, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2601, \"ini\": 1715}, {\"group\": [1984.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, prepared with equal volume milk\", \"clust\": 2016, \"cat_0_index\": 2886, \"rank\": 1185, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1237, \"ini\": 1714}, {\"group\": [3786.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, wheat and bran, presweetened with nuts and fruits\", \"clust\": 3830, \"cat_0_index\": 877, \"rank\": 2898, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2887, \"ini\": 1713}, {\"group\": [2321.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL WITH OATS, cooked with water, with salt\", \"clust\": 2350, \"cat_0_index\": 878, \"rank\": 1186, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 589, \"ini\": 1712}, {\"group\": [1814.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable, green beans and potatoes\", \"clust\": 1812, \"cat_0_index\": 154, \"rank\": 1187, \"cat-0\": \"Baby Foods\", \"rankvar\": 633, \"ini\": 1711}, {\"group\": [2210.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, no salt added, solids and liquids\", \"clust\": 2241, \"cat_0_index\": 3640, \"rank\": 1188, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2093, \"ini\": 1710}, {\"group\": [1474.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, cooked, boiled, drained, with salt\", \"clust\": 1501, \"cat_0_index\": 3641, \"rank\": 1189, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 675, \"ini\": 1709}, {\"group\": [2380.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, all styles, unprepared\", \"clust\": 2409, \"cat_0_index\": 3642, \"rank\": 1190, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1562, \"ini\": 1708}, {\"group\": [3263.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, turkey, dry\", \"clust\": 3299, \"cat_0_index\": 2887, \"rank\": 2897, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3360, \"ini\": 1707}, {\"group\": [2753.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, russian dressing\", \"clust\": 2716, \"cat_0_index\": 1530, \"rank\": 2896, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2674, \"ini\": 1706}, {\"group\": [2287.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Original, easy open\", \"clust\": 2319, \"cat_0_index\": 2164, \"rank\": 1191, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 385, \"ini\": 1705}, {\"group\": [568.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin, cooked, boiled\", \"clust\": 584, \"cat_0_index\": 1785, \"rank\": 1192, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1472, \"ini\": 1704}, {\"group\": [720.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peaches, dices, toddler\", \"clust\": 734, \"cat_0_index\": 155, \"rank\": 1193, \"cat-0\": \"Baby Foods\", \"rankvar\": 1715, \"ini\": 1703}, {\"group\": [574.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apples with ham, strained\", \"clust\": 587, \"cat_0_index\": 156, \"rank\": 1194, \"cat-0\": \"Baby Foods\", \"rankvar\": 731, \"ini\": 1702}, {\"group\": [1380.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatillos, raw\", \"clust\": 1395, \"cat_0_index\": 3643, \"rank\": 1195, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1788, \"ini\": 1701}, {\"group\": [1633.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Rigatoni & Meatballs - Fully Loaded\", \"clust\": 1660, \"cat_0_index\": 2888, \"rank\": 1196, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 260, \"ini\": 1700}, {\"group\": [3656.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, oatmeal, commercially prepared, special dietary\", \"clust\": 3696, \"cat_0_index\": 362, \"rank\": 2895, \"cat-0\": \"Baked Products\", \"rankvar\": 2808, \"ini\": 1699}, {\"group\": [755.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, corn on the cob with butter\", \"clust\": 769, \"cat_0_index\": 1337, \"rank\": 1197, \"cat-0\": \"Fast Foods\", \"rankvar\": 48, \"ini\": 1698}, {\"group\": [705.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, juice pack\", \"clust\": 718, \"cat_0_index\": 1786, \"rank\": 1198, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1986, \"ini\": 1697}, {\"group\": [2069.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, canned, condensed\", \"clust\": 2092, \"cat_0_index\": 2889, \"rank\": 1199, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1304, \"ini\": 1696}, {\"group\": [2323.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, muscadine, raw\", \"clust\": 2348, \"cat_0_index\": 1787, \"rank\": 1200, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1323, \"ini\": 1695}, {\"group\": [699.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, canned, sweetened\", \"clust\": 712, \"cat_0_index\": 1788, \"rank\": 1201, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1791, \"ini\": 1694}, {\"group\": [394.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 403, \"cat_0_index\": 3644, \"rank\": 1202, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 60, \"ini\": 1693}, {\"group\": [903.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, liquid from stewed kidney beans\", \"clust\": 915, \"cat_0_index\": 2091, \"rank\": 1203, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1664, \"ini\": 1692}, {\"group\": [1202.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange breakfast drink, ready-to-drink, with added nutrients\", \"clust\": 1224, \"cat_0_index\": 694, \"rank\": 1204, \"cat-0\": \"Beverages\", \"rankvar\": 1580, \"ini\": 1691}, {\"group\": [1053.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Cilantro Chunky Salsa\", \"clust\": 1074, \"cat_0_index\": 2890, \"rank\": 1205, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2342, \"ini\": 1690}, {\"group\": [680.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, raw\", \"clust\": 694, \"cat_0_index\": 1789, \"rank\": 1206, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2092, \"ini\": 1689}, {\"group\": [2009.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, fat free, liquid, with salt\", \"clust\": 2038, \"cat_0_index\": 1531, \"rank\": 1207, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2076, \"ini\": 1688}, {\"group\": [899.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, cooked, boiled, drained, with salt\", \"clust\": 918, \"cat_0_index\": 3645, \"rank\": 1208, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2478, \"ini\": 1687}, {\"group\": [535.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, plums with tapioca, without ascorbic acid, junior\", \"clust\": 547, \"cat_0_index\": 157, \"rank\": 1209, \"cat-0\": \"Baby Foods\", \"rankvar\": 1154, \"ini\": 1686}, {\"group\": [409.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, prune and orange\", \"clust\": 418, \"cat_0_index\": 158, \"rank\": 1210, \"cat-0\": \"Baby Foods\", \"rankvar\": 1809, \"ini\": 1685}, {\"group\": [1459.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, raw\", \"clust\": 1485, \"cat_0_index\": 3646, \"rank\": 1211, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2286, \"ini\": 1684}, {\"group\": [2104.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, cooked, boiled, drained, without salt\", \"clust\": 2134, \"cat_0_index\": 3647, \"rank\": 1212, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2056, \"ini\": 1683}, {\"group\": [2143.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, unprepared\", \"clust\": 2174, \"cat_0_index\": 3648, \"rank\": 1213, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2469, \"ini\": 1682}, {\"group\": [721.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apples, dices, toddler\", \"clust\": 735, \"cat_0_index\": 159, \"rank\": 1214, \"cat-0\": \"Baby Foods\", \"rankvar\": 1914, \"ini\": 1681}, {\"group\": [1155.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, unfortified\", \"clust\": 1178, \"cat_0_index\": 2092, \"rank\": 1215, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 709, \"ini\": 1680}, {\"group\": [3731.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, BASIC 4\", \"clust\": 3767, \"cat_0_index\": 879, \"rank\": 2894, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2902, \"ini\": 1679}, {\"group\": [1040.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom Soup, condensed\", \"clust\": 1056, \"cat_0_index\": 2891, \"rank\": 1216, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1039, \"ini\": 1678}, {\"group\": [715.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas and pineapple with tapioca, junior\", \"clust\": 729, \"cat_0_index\": 160, \"rank\": 1217, \"cat-0\": \"Baby Foods\", \"rankvar\": 1007, \"ini\": 1677}, {\"group\": [1001.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, lotus seeds, raw\", \"clust\": 1019, \"cat_0_index\": 2283, \"rank\": 1218, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 238, \"ini\": 1676}, {\"group\": [3000.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, plain\", \"clust\": 3032, \"cat_0_index\": 2571, \"rank\": 2893, \"cat-0\": \"Snacks\", \"rankvar\": 2785, \"ini\": 1675}, {\"group\": [3671.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie Crust, Cookie-type, Graham Cracker, Ready Crust\", \"clust\": 3712, \"cat_0_index\": 363, \"rank\": 2892, \"cat-0\": \"Baked Products\", \"rankvar\": 2848, \"ini\": 1674}, {\"group\": [2000.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Oyster Stew, condensed\", \"clust\": 2029, \"cat_0_index\": 2892, \"rank\": 1219, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1589, \"ini\": 1673}, {\"group\": [1405.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, cooked, boiled, drained, with salt\", \"clust\": 1431, \"cat_0_index\": 3649, \"rank\": 1220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2030, \"ini\": 1672}, {\"group\": [1393.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, cooked, boiled, drained, with salt\", \"clust\": 1415, \"cat_0_index\": 3650, \"rank\": 1221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2178, \"ini\": 1671}, {\"group\": [3445.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, low fat\", \"clust\": 3482, \"cat_0_index\": 2572, \"rank\": 2891, \"cat-0\": \"Snacks\", \"rankvar\": 3040, \"ini\": 1670}, {\"group\": [724.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and apricots, strained\", \"clust\": 739, \"cat_0_index\": 161, \"rank\": 1222, \"cat-0\": \"Baby Foods\", \"rankvar\": 1648, \"ini\": 1669}, {\"group\": [275.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chiton, leathery, gumboots (Alaska Native)\", \"clust\": 278, \"cat_0_index\": 1279, \"rank\": 1223, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1082, \"ini\": 1668}, {\"group\": [3206.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, camembert\", \"clust\": 3240, \"cat_0_index\": 1166, \"rank\": 2890, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2586, \"ini\": 1667}, {\"group\": [2123.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, cooked, boiled, drained, with salt\", \"clust\": 2153, \"cat_0_index\": 3651, \"rank\": 1224, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2307, \"ini\": 1666}, {\"group\": [2215.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nopales, cooked, without salt\", \"clust\": 2245, \"cat_0_index\": 3652, \"rank\": 1225, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2322, \"ini\": 1665}, {\"group\": [469.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pudding, lemon, dry mix, regular, prepared with sugar, egg yolk and water\", \"clust\": 481, \"cat_0_index\": 3253, \"rank\": 1226, \"cat-0\": \"Sweets\", \"rankvar\": 600, \"ini\": 1664}, {\"group\": [208.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, tipnuk, fermented (Alaska Native)\", \"clust\": 208, \"cat_0_index\": 1280, \"rank\": 1227, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 186, \"ini\": 1663}, {\"group\": [418.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pummelo, raw\", \"clust\": 425, \"cat_0_index\": 1790, \"rank\": 1228, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2279, \"ini\": 1662}, {\"group\": [263.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, no sodium added\", \"clust\": 266, \"cat_0_index\": 1167, \"rank\": 1229, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 501, \"ini\": 1661}, {\"group\": [2324.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bulgur, cooked\", \"clust\": 2347, \"cat_0_index\": 1026, \"rank\": 1230, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 673, \"ini\": 1660}, {\"group\": [2958.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Croutons, seasoned\", \"clust\": 2990, \"cat_0_index\": 364, \"rank\": 2889, \"cat-0\": \"Baked Products\", \"rankvar\": 2614, \"ini\": 1659}, {\"group\": [2084.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, split with ham, canned, prepared with equal volume water\", \"clust\": 2114, \"cat_0_index\": 2893, \"rank\": 1231, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 299, \"ini\": 1658}, {\"group\": [676.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, canned, unsweetened\", \"clust\": 692, \"cat_0_index\": 1791, \"rank\": 1232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1656, \"ini\": 1657}, {\"group\": [1397.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with bacon, dry, mix, prepared with water\", \"clust\": 1424, \"cat_0_index\": 2894, \"rank\": 1233, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1651, \"ini\": 1656}, {\"group\": [855.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Tomato juice, low sodium\", \"clust\": 875, \"cat_0_index\": 3653, \"rank\": 1234, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2318, \"ini\": 1655}, {\"group\": [1054.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Lime & Garlic Chunky Salsa\", \"clust\": 1069, \"cat_0_index\": 2895, \"rank\": 1235, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2059, \"ini\": 1654}, {\"group\": [3229.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, part skim milk\", \"clust\": 3267, \"cat_0_index\": 1168, \"rank\": 2888, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2920, \"ini\": 1653}, {\"group\": [1088.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, firm\", \"clust\": 1107, \"cat_0_index\": 2093, \"rank\": 1236, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 596, \"ini\": 1652}, {\"group\": [2359.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Endive, raw\", \"clust\": 2387, \"cat_0_index\": 3654, \"rank\": 1237, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2266, \"ini\": 1651}, {\"group\": [387.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, raw\", \"clust\": 397, \"cat_0_index\": 3655, \"rank\": 1238, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 328, \"ini\": 1650}, {\"group\": [2343.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, asian, raw\", \"clust\": 2367, \"cat_0_index\": 1792, \"rank\": 1239, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1767, \"ini\": 1649}, {\"group\": [867.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, raw\", \"clust\": 888, \"cat_0_index\": 3656, \"rank\": 1240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2447, \"ini\": 1648}, {\"group\": [678.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, juice pack, solids and liquids\", \"clust\": 695, \"cat_0_index\": 1793, \"rank\": 1241, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1983, \"ini\": 1647}, {\"group\": [2329.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, no salt added, solids and liquids\", \"clust\": 2361, \"cat_0_index\": 3657, \"rank\": 1242, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1118, \"ini\": 1646}, {\"group\": [2309.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Teff, cooked\", \"clust\": 2340, \"cat_0_index\": 1027, \"rank\": 1243, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 173, \"ini\": 1645}, {\"group\": [588.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, juice pack, with skin, solids and liquids\", \"clust\": 600, \"cat_0_index\": 1794, \"rank\": 1244, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1448, \"ini\": 1644}, {\"group\": [1056.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Enchilada Sauce\", \"clust\": 1076, \"cat_0_index\": 2896, \"rank\": 1245, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1985, \"ini\": 1643}, {\"group\": [2092.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken gumbo, canned, condensed\", \"clust\": 2123, \"cat_0_index\": 2897, \"rank\": 1246, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1504, \"ini\": 1642}, {\"group\": [2378.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, raw\", \"clust\": 2407, \"cat_0_index\": 3658, \"rank\": 1247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1919, \"ini\": 1641}, {\"group\": [536.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, sweetened, without salt (includes USDA commodity)\", \"clust\": 549, \"cat_0_index\": 1795, \"rank\": 1248, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1431, \"ini\": 1640}, {\"group\": [2956.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, onion-flavor\", \"clust\": 2991, \"cat_0_index\": 2573, \"rank\": 2887, \"cat-0\": \"Snacks\", \"rankvar\": 2732, \"ini\": 1639}, {\"group\": [2734.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, Mayonnaise dressing, diet, no cholesterol\", \"clust\": 2767, \"cat_0_index\": 1532, \"rank\": 2886, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2950, \"ini\": 1638}, {\"group\": [2102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, unprepared\", \"clust\": 2131, \"cat_0_index\": 3659, \"rank\": 1249, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2003, \"ini\": 1637}, {\"group\": [1191.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carob-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1215, \"cat_0_index\": 695, \"rank\": 1250, \"cat-0\": \"Beverages\", \"rankvar\": 465, \"ini\": 1636}, {\"group\": [2145.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Essential Antioxidants V8\", \"clust\": 2171, \"cat_0_index\": 3660, \"rank\": 1251, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2366, \"ini\": 1635}, {\"group\": [569.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, with skin\", \"clust\": 585, \"cat_0_index\": 1796, \"rank\": 1252, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1459, \"ini\": 1634}, {\"group\": [3738.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS, Baked Apple, dry\", \"clust\": 3777, \"cat_0_index\": 880, \"rank\": 2885, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2890, \"ini\": 1633}, {\"group\": [821.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, prepared with 2% milk\", \"clust\": 839, \"cat_0_index\": 3254, \"rank\": 1253, \"cat-0\": \"Sweets\", \"rankvar\": 148, \"ini\": 1632}, {\"group\": [2021.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable with potato and cheese, chunky, ready-to-serve\", \"clust\": 2052, \"cat_0_index\": 2898, \"rank\": 1254, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1068, \"ini\": 1631}, {\"group\": [1094.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, immature seeds, raw\", \"clust\": 1108, \"cat_0_index\": 3661, \"rank\": 1255, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 986, \"ini\": 1630}, {\"group\": [669.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, fruit punch, with calcium\", \"clust\": 681, \"cat_0_index\": 162, \"rank\": 1256, \"cat-0\": \"Baby Foods\", \"rankvar\": 1646, \"ini\": 1629}, {\"group\": [718.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce, junior\", \"clust\": 731, \"cat_0_index\": 163, \"rank\": 1257, \"cat-0\": \"Baby Foods\", \"rankvar\": 2130, \"ini\": 1628}, {\"group\": [2179.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus Fiber, soymilk\", \"clust\": 2209, \"cat_0_index\": 2094, \"rank\": 1258, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1497, \"ini\": 1627}, {\"group\": [677.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate\", \"clust\": 693, \"cat_0_index\": 1797, \"rank\": 1259, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1644, \"ini\": 1626}, {\"group\": [408.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit, mixed, (peach and pear and pineapple), canned, heavy syrup, solids and liquids\", \"clust\": 417, \"cat_0_index\": 1798, \"rank\": 1260, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1945, \"ini\": 1625}, {\"group\": [3443.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat\", \"clust\": 3477, \"cat_0_index\": 365, \"rank\": 2884, \"cat-0\": \"Baked Products\", \"rankvar\": 2792, \"ini\": 1624}, {\"group\": [2363.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, cooked, boiled, drained, without salt\", \"clust\": 2394, \"cat_0_index\": 3662, \"rank\": 1261, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1754, \"ini\": 1623}, {\"group\": [2340.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears and pineapple, junior\", \"clust\": 2371, \"cat_0_index\": 164, \"rank\": 1262, \"cat-0\": \"Baby Foods\", \"rankvar\": 1623, \"ini\": 1622}, {\"group\": [679.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange-carrot\", \"clust\": 696, \"cat_0_index\": 165, \"rank\": 1263, \"cat-0\": \"Baby Foods\", \"rankvar\": 1906, \"ini\": 1621}, {\"group\": [2817.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, beef\", \"clust\": 2850, \"cat_0_index\": 2421, \"rank\": 2883, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2591, \"ini\": 1620}, {\"group\": [902.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST New England Clam Chowder\", \"clust\": 916, \"cat_0_index\": 2899, \"rank\": 1264, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 729, \"ini\": 1619}, {\"group\": [2369.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, cooked, baked, without salt\", \"clust\": 2398, \"cat_0_index\": 3663, \"rank\": 1265, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1620, \"ini\": 1618}, {\"group\": [2735.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise type, regular, with salt\", \"clust\": 2768, \"cat_0_index\": 1533, \"rank\": 2882, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2952, \"ini\": 1617}, {\"group\": [3796.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SMART START Strong Heart, Maple Brown Sugar\", \"clust\": 3842, \"cat_0_index\": 881, \"rank\": 2881, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2899, \"ini\": 1616}, {\"group\": [717.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with applesauce and bananas, strained\", \"clust\": 728, \"cat_0_index\": 166, \"rank\": 1266, \"cat-0\": \"Baby Foods\", \"rankvar\": 690, \"ini\": 1615}, {\"group\": [198.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Walrus, liver, raw (Alaska Native)\", \"clust\": 199, \"cat_0_index\": 1281, \"rank\": 1267, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 794, \"ini\": 1614}, {\"group\": [2815.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Braunschweiger Liver Sausage (sliced)\", \"clust\": 2848, \"cat_0_index\": 2422, \"rank\": 2880, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2559, \"ini\": 1613}, {\"group\": [3915.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Original Bite Size Candies\", \"clust\": 3961, \"cat_0_index\": 3255, \"rank\": 2879, \"cat-0\": \"Sweets\", \"rankvar\": 3632, \"ini\": 1612}, {\"group\": [423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Country Style Sausage Gravy\", \"clust\": 433, \"cat_0_index\": 2900, \"rank\": 1268, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 291, \"ini\": 1611}, {\"group\": [250.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, Pacific, raw\", \"clust\": 252, \"cat_0_index\": 1562, \"rank\": 1269, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 263, \"ini\": 1610}, {\"group\": [538.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, light syrup pack, solids and liquids\", \"clust\": 548, \"cat_0_index\": 1799, \"rank\": 1270, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1544, \"ini\": 1609}, {\"group\": [1095.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg substitute, liquid or frozen, fat free\", \"clust\": 1114, \"cat_0_index\": 1169, \"rank\": 1271, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 927, \"ini\": 1608}, {\"group\": [3946.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, decaffeinated\", \"clust\": 3993, \"cat_0_index\": 696, \"rank\": 2878, \"cat-0\": \"Beverages\", \"rankvar\": 3741, \"ini\": 1607}, {\"group\": [2239.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, vacuum pack, no salt added\", \"clust\": 2270, \"cat_0_index\": 3664, \"rank\": 1272, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 242, \"ini\": 1606}, {\"group\": [591.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, raw\", \"clust\": 601, \"cat_0_index\": 1800, \"rank\": 1273, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1235, \"ini\": 1605}, {\"group\": [630.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, banana pudding, strained\", \"clust\": 641, \"cat_0_index\": 167, \"rank\": 1274, \"cat-0\": \"Baby Foods\", \"rankvar\": 971, \"ini\": 1604}, {\"group\": [1976.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom chowder, chunky, ready-to-serve, single brand\", \"clust\": 2005, \"cat_0_index\": 2901, \"rank\": 1275, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 564, \"ini\": 1603}, {\"group\": [575.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, apples and chicken, strained\", \"clust\": 588, \"cat_0_index\": 168, \"rank\": 1276, \"cat-0\": \"Baby Foods\", \"rankvar\": 749, \"ini\": 1602}, {\"group\": [2033.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef mushroom, canned, condensed\", \"clust\": 2063, \"cat_0_index\": 2902, \"rank\": 1277, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 861, \"ini\": 1601}, {\"group\": [548.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, juice pack, solids and liquids\", \"clust\": 561, \"cat_0_index\": 1801, \"rank\": 1278, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1375, \"ini\": 1600}, {\"group\": [2381.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, raw\", \"clust\": 2410, \"cat_0_index\": 3665, \"rank\": 1279, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1678, \"ini\": 1599}, {\"group\": [662.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with applesauce and bananas, junior\", \"clust\": 677, \"cat_0_index\": 169, \"rank\": 1280, \"cat-0\": \"Baby Foods\", \"rankvar\": 898, \"ini\": 1598}, {\"group\": [397.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mothbeans, mature seeds, cooked, boiled, without salt\", \"clust\": 405, \"cat_0_index\": 2095, \"rank\": 1281, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 21, \"ini\": 1597}, {\"group\": [3852.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, yellow, dry mix, regular, enriched\", \"clust\": 3895, \"cat_0_index\": 366, \"rank\": 2877, \"cat-0\": \"Baked Products\", \"rankvar\": 3075, \"ini\": 1596}, {\"group\": [3903.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, caramel-coated, with peanuts\", \"clust\": 3947, \"cat_0_index\": 2574, \"rank\": 2876, \"cat-0\": \"Snacks\", \"rankvar\": 3086, \"ini\": 1595}, {\"group\": [3444.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat, low salt\", \"clust\": 3478, \"cat_0_index\": 367, \"rank\": 2875, \"cat-0\": \"Baked Products\", \"rankvar\": 2814, \"ini\": 1594}, {\"group\": [1105.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, ready-to-feed\", \"clust\": 1130, \"cat_0_index\": 170, \"rank\": 1282, \"cat-0\": \"Baby Foods\", \"rankvar\": 859, \"ini\": 1593}, {\"group\": [2791.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Thuringer, cervelat, summer sausage, beef, pork\", \"clust\": 2820, \"cat_0_index\": 2423, \"rank\": 2874, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2565, \"ini\": 1592}, {\"group\": [1126.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1151, \"cat_0_index\": 171, \"rank\": 1283, \"cat-0\": \"Baby Foods\", \"rankvar\": 884, \"ini\": 1591}, {\"group\": [247.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, scallop, mixed species, raw\", \"clust\": 249, \"cat_0_index\": 1563, \"rank\": 1284, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 531, \"ini\": 1590}, {\"group\": [1079.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, farmed, cooked, dry heat\", \"clust\": 1099, \"cat_0_index\": 1564, \"rank\": 1285, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 254, \"ini\": 1589}, {\"group\": [270.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, tripe soup\", \"clust\": 273, \"cat_0_index\": 2397, \"rank\": 1286, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 376, \"ini\": 1588}, {\"group\": [354.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Roselle, raw\", \"clust\": 363, \"cat_0_index\": 1802, \"rank\": 1287, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1922, \"ini\": 1587}, {\"group\": [1786.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and beef, junior\", \"clust\": 1814, \"cat_0_index\": 172, \"rank\": 1288, \"cat-0\": \"Baby Foods\", \"rankvar\": 417, \"ini\": 1586}, {\"group\": [3941.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugar, turbinado\", \"clust\": 3984, \"cat_0_index\": 3256, \"rank\": 2873, \"cat-0\": \"Sweets\", \"rankvar\": 3769, \"ini\": 1585}, {\"group\": [875.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Chicken Noodle Soup, condensed\", \"clust\": 895, \"cat_0_index\": 2903, \"rank\": 1289, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1287, \"ini\": 1584}, {\"group\": [1990.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cheese, canned, prepared with equal volume water\", \"clust\": 2012, \"cat_0_index\": 2904, \"rank\": 1290, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1075, \"ini\": 1583}, {\"group\": [2317.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, vacuum pack, regular pack\", \"clust\": 2346, \"cat_0_index\": 3666, \"rank\": 1291, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 281, \"ini\": 1582}, {\"group\": [1109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1134, \"cat_0_index\": 173, \"rank\": 1292, \"cat-0\": \"Baby Foods\", \"rankvar\": 984, \"ini\": 1581}, {\"group\": [1109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, soy, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1135, \"cat_0_index\": 174, \"rank\": 1293, \"cat-0\": \"Baby Foods\", \"rankvar\": 985, \"ini\": 1580}, {\"group\": [1127.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, ADVANCE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1152, \"cat_0_index\": 175, \"rank\": 1294, \"cat-0\": \"Baby Foods\", \"rankvar\": 877, \"ini\": 1579}, {\"group\": [634.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mixed fruit yogurt, strained\", \"clust\": 649, \"cat_0_index\": 176, \"rank\": 1295, \"cat-0\": \"Baby Foods\", \"rankvar\": 972, \"ini\": 1578}, {\"group\": [856.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Low Sodium Spicy Hot\", \"clust\": 873, \"cat_0_index\": 3667, \"rank\": 1296, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2321, \"ini\": 1577}, {\"group\": [1791.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken noodle, strained\", \"clust\": 1819, \"cat_0_index\": 177, \"rank\": 1297, \"cat-0\": \"Baby Foods\", \"rankvar\": 561, \"ini\": 1576}, {\"group\": [1468.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, raw\", \"clust\": 1496, \"cat_0_index\": 3668, \"rank\": 1298, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1355, \"ini\": 1575}, {\"group\": [2342.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, raw (Alaska Native)\", \"clust\": 2370, \"cat_0_index\": 1282, \"rank\": 1299, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1240, \"ini\": 1574}, {\"group\": [714.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas and pineapple with tapioca, strained\", \"clust\": 727, \"cat_0_index\": 178, \"rank\": 1300, \"cat-0\": \"Baby Foods\", \"rankvar\": 1258, \"ini\": 1573}, {\"group\": [3781.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, SUN COUNTRY Granola with Almonds\", \"clust\": 3823, \"cat_0_index\": 882, \"rank\": 2872, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2645, \"ini\": 1572}, {\"group\": [649.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, canned, with added vitamin C\", \"clust\": 660, \"cat_0_index\": 697, \"rank\": 1301, \"cat-0\": \"Beverages\", \"rankvar\": 2359, \"ini\": 1571}, {\"group\": [1460.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, cooked, boiled, drained, without salt\", \"clust\": 1486, \"cat_0_index\": 3669, \"rank\": 1302, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2236, \"ini\": 1570}, {\"group\": [704.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, juice pack, drained\", \"clust\": 719, \"cat_0_index\": 1803, \"rank\": 1303, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1944, \"ini\": 1569}, {\"group\": [716.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with tapioca, junior\", \"clust\": 730, \"cat_0_index\": 179, \"rank\": 1304, \"cat-0\": \"Baby Foods\", \"rankvar\": 958, \"ini\": 1568}, {\"group\": [1074.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, dumpling with mutton (Navajo)\", \"clust\": 1092, \"cat_0_index\": 1283, \"rank\": 1305, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 74, \"ini\": 1567}, {\"group\": [780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, enriched, with added salt\", \"clust\": 796, \"cat_0_index\": 1028, \"rank\": 1306, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 11, \"ini\": 1566}, {\"group\": [780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, unenriched, with added salt\", \"clust\": 797, \"cat_0_index\": 1029, \"rank\": 1307, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 12, \"ini\": 1565}, {\"group\": [1086.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, canned\", \"clust\": 1104, \"cat_0_index\": 1565, \"rank\": 1308, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 473, \"ini\": 1564}, {\"group\": [698.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, raw\", \"clust\": 714, \"cat_0_index\": 1804, \"rank\": 1309, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1928, \"ini\": 1563}, {\"group\": [3724.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S PEANUT BUTTER BUMPERS Cereal\", \"clust\": 3764, \"cat_0_index\": 883, \"rank\": 2871, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2797, \"ini\": 1562}, {\"group\": [3311.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, raw\", \"clust\": 3347, \"cat_0_index\": 2096, \"rank\": 2870, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2946, \"ini\": 1561}, {\"group\": [819.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, regular, prepared with 2% milk\", \"clust\": 840, \"cat_0_index\": 3257, \"rank\": 1310, \"cat-0\": \"Sweets\", \"rankvar\": 159, \"ini\": 1560}, {\"group\": [3433.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Oat Bran Cereal\", \"clust\": 3469, \"cat_0_index\": 884, \"rank\": 2869, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2774, \"ini\": 1559}, {\"group\": [2235.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, unprepared\", \"clust\": 2265, \"cat_0_index\": 3670, \"rank\": 1311, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 196, \"ini\": 1558}, {\"group\": [1125.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, human, mature, fluid\", \"clust\": 1123, \"cat_0_index\": 1170, \"rank\": 1312, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 968, \"ini\": 1557}, {\"group\": [696.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple-sweet potato\", \"clust\": 708, \"cat_0_index\": 180, \"rank\": 1313, \"cat-0\": \"Baby Foods\", \"rankvar\": 1865, \"ini\": 1556}, {\"group\": [648.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple and grapefruit juice drink, canned\", \"clust\": 662, \"cat_0_index\": 698, \"rank\": 1314, \"cat-0\": \"Beverages\", \"rankvar\": 2232, \"ini\": 1555}, {\"group\": [820.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular, prepared with 2% milk\", \"clust\": 841, \"cat_0_index\": 3258, \"rank\": 1315, \"cat-0\": \"Sweets\", \"rankvar\": 166, \"ini\": 1554}, {\"group\": [2218.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, regular pack, solids and liquids\", \"clust\": 2247, \"cat_0_index\": 3671, \"rank\": 1316, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2095, \"ini\": 1553}, {\"group\": [1113.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1141, \"cat_0_index\": 181, \"rank\": 1317, \"cat-0\": \"Baby Foods\", \"rankvar\": 1022, \"ini\": 1552}, {\"group\": [317.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, whole-wheat, cooked\", \"clust\": 320, \"cat_0_index\": 1030, \"rank\": 1318, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 47, \"ini\": 1551}, {\"group\": [1114.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, ready-to-feed (formerly ROSS)\", \"clust\": 1142, \"cat_0_index\": 182, \"rank\": 1319, \"cat-0\": \"Baby Foods\", \"rankvar\": 1023, \"ini\": 1550}, {\"group\": [2129.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, High Fiber V8\", \"clust\": 2157, \"cat_0_index\": 3672, \"rank\": 1320, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2155, \"ini\": 1549}, {\"group\": [1898.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken stew, toddler\", \"clust\": 1926, \"cat_0_index\": 183, \"rank\": 1321, \"cat-0\": \"Baby Foods\", \"rankvar\": 257, \"ini\": 1548}, {\"group\": [1071.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, hominy with mutton (Navajo)\", \"clust\": 1090, \"cat_0_index\": 1284, \"rank\": 1322, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 199, \"ini\": 1547}, {\"group\": [2816.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Braunschweiger Liver Sausage (saren tube)\", \"clust\": 2849, \"cat_0_index\": 2424, \"rank\": 2868, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2567, \"ini\": 1546}, {\"group\": [3916.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Wild Berry Bite Size Candies\", \"clust\": 3962, \"cat_0_index\": 3259, \"rank\": 2867, \"cat-0\": \"Sweets\", \"rankvar\": 3634, \"ini\": 1545}, {\"group\": [1106.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, ready to feed, with ARA and DHA\", \"clust\": 1131, \"cat_0_index\": 184, \"rank\": 1323, \"cat-0\": \"Baby Foods\", \"rankvar\": 858, \"ini\": 1544}, {\"group\": [681.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 691, \"cat_0_index\": 1805, \"rank\": 1324, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1894, \"ini\": 1543}, {\"group\": [1419.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, reduced sodium, ready-to-serve\", \"clust\": 1442, \"cat_0_index\": 2905, \"rank\": 1325, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1107, \"ini\": 1542}, {\"group\": [933.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, oyster, raw\", \"clust\": 951, \"cat_0_index\": 3673, \"rank\": 1326, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1653, \"ini\": 1541}, {\"group\": [3708.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"PILLSBURY, Chocolate Chip Cookies, refrigerated dough\", \"clust\": 3747, \"cat_0_index\": 368, \"rank\": 2866, \"cat-0\": \"Baked Products\", \"rankvar\": 2888, \"ini\": 1540}, {\"group\": [572.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, raw\", \"clust\": 581, \"cat_0_index\": 1806, \"rank\": 1327, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1308, \"ini\": 1539}, {\"group\": [470.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, apple, canned\", \"clust\": 482, \"cat_0_index\": 3260, \"rank\": 1328, \"cat-0\": \"Sweets\", \"rankvar\": 797, \"ini\": 1538}, {\"group\": [1066.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Bean 'N' Ham Soup\", \"clust\": 1084, \"cat_0_index\": 2906, \"rank\": 1329, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 592, \"ini\": 1537}, {\"group\": [876.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Homestyle Chicken Noodle Soup, condensed\", \"clust\": 896, \"cat_0_index\": 2907, \"rank\": 1330, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1288, \"ini\": 1536}, {\"group\": [663.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with applesauce and bananas, strained\", \"clust\": 678, \"cat_0_index\": 185, \"rank\": 1331, \"cat-0\": \"Baby Foods\", \"rankvar\": 992, \"ini\": 1535}, {\"group\": [3921.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, peanut butter, prepared-from-recipe\", \"clust\": 3963, \"cat_0_index\": 3261, \"rank\": 2865, \"cat-0\": \"Sweets\", \"rankvar\": 3546, \"ini\": 1534}, {\"group\": [1286.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chili beef, canned, prepared with equal volume water\", \"clust\": 1310, \"cat_0_index\": 2908, \"rank\": 1332, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 704, \"ini\": 1533}, {\"group\": [376.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, escarole, canned, ready-to-serve\", \"clust\": 386, \"cat_0_index\": 2909, \"rank\": 1333, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2566, \"ini\": 1532}, {\"group\": [823.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix, prepared with 2% milk\", \"clust\": 837, \"cat_0_index\": 3262, \"rank\": 1334, \"cat-0\": \"Sweets\", \"rankvar\": 92, \"ini\": 1531}, {\"group\": [880.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken with Rice Soup, condensed\", \"clust\": 893, \"cat_0_index\": 2910, \"rank\": 1335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1052, \"ini\": 1530}, {\"group\": [1091.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, cooked, boiled, drained, with salt\", \"clust\": 1110, \"cat_0_index\": 3674, \"rank\": 1336, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1947, \"ini\": 1529}, {\"group\": [3672.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, shortbread, commercially prepared, plain\", \"clust\": 3713, \"cat_0_index\": 369, \"rank\": 2864, \"cat-0\": \"Baked Products\", \"rankvar\": 2746, \"ini\": 1528}, {\"group\": [2132.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carambola, (starfruit), raw\", \"clust\": 2163, \"cat_0_index\": 1807, \"rank\": 1337, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2128, \"ini\": 1527}, {\"group\": [1410.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Split pea with ham soup, canned, reduced sodium, prepared with water or ready-to-serve\", \"clust\": 1432, \"cat_0_index\": 2911, \"rank\": 1338, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 382, \"ini\": 1526}, {\"group\": [1999.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, condensed\", \"clust\": 2031, \"cat_0_index\": 2912, \"rank\": 1339, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 935, \"ini\": 1525}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, enriched, without added salt\", \"clust\": 335, \"cat_0_index\": 1031, \"rank\": 1340, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 15, \"ini\": 1524}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, unenriched, without added salt\", \"clust\": 336, \"cat_0_index\": 1032, \"rank\": 1341, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 16, \"ini\": 1523}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, cooked, enriched\", \"clust\": 334, \"cat_0_index\": 1033, \"rank\": 1342, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 17, \"ini\": 1522}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, cooked, unenriched\", \"clust\": 333, \"cat_0_index\": 1034, \"rank\": 1343, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 18, \"ini\": 1521}, {\"group\": [234.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, surimi\", \"clust\": 236, \"cat_0_index\": 1566, \"rank\": 1344, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 230, \"ini\": 1520}, {\"group\": [2118.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, cooked, boiled, drained, without salt\", \"clust\": 2148, \"cat_0_index\": 3675, \"rank\": 1345, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2283, \"ini\": 1519}, {\"group\": [2354.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, boiled, mashed, with salt\", \"clust\": 2383, \"cat_0_index\": 3676, \"rank\": 1346, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1828, \"ini\": 1518}, {\"group\": [1115.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1140, \"cat_0_index\": 186, \"rank\": 1347, \"cat-0\": \"Baby Foods\", \"rankvar\": 1019, \"ini\": 1517}, {\"group\": [558.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, juice pack, solids and liquids\", \"clust\": 568, \"cat_0_index\": 1808, \"rank\": 1348, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1491, \"ini\": 1516}, {\"group\": [2949.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, low sodium\", \"clust\": 2982, \"cat_0_index\": 370, \"rank\": 2863, \"cat-0\": \"Baked Products\", \"rankvar\": 2698, \"ini\": 1515}, {\"group\": [706.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, all areas\", \"clust\": 717, \"cat_0_index\": 1809, \"rank\": 1349, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1667, \"ini\": 1514}, {\"group\": [1031.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked without skin, flesh, without salt\", \"clust\": 1048, \"cat_0_index\": 3677, \"rank\": 1350, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 386, \"ini\": 1513}, {\"group\": [3505.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, white, fluffy, dry mix, prepared with water\", \"clust\": 3546, \"cat_0_index\": 3263, \"rank\": 1351, \"cat-0\": \"Sweets\", \"rankvar\": 2227, \"ini\": 1512}, {\"group\": [3732.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Banana Bread, dry\", \"clust\": 3775, \"cat_0_index\": 885, \"rank\": 2862, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2805, \"ini\": 1511}, {\"group\": [1124.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, ready-to-feed\", \"clust\": 1124, \"cat_0_index\": 187, \"rank\": 1352, \"cat-0\": \"Baby Foods\", \"rankvar\": 850, \"ini\": 1510}, {\"group\": [1107.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SOY, with DHA and ARA, ready-to-feed\", \"clust\": 1132, \"cat_0_index\": 188, \"rank\": 1353, \"cat-0\": \"Baby Foods\", \"rankvar\": 940, \"ini\": 1509}, {\"group\": [2202.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, unprepared\", \"clust\": 2233, \"cat_0_index\": 3678, \"rank\": 1354, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1755, \"ini\": 1508}, {\"group\": [3453.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, CINNA-RAISIN CRUNCH\", \"clust\": 3484, \"cat_0_index\": 886, \"rank\": 2861, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3220, \"ini\": 1507}, {\"group\": [668.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape drink, canned\", \"clust\": 683, \"cat_0_index\": 699, \"rank\": 1355, \"cat-0\": \"Beverages\", \"rankvar\": 1941, \"ini\": 1506}, {\"group\": [1121.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1149, \"cat_0_index\": 189, \"rank\": 1356, \"cat-0\": \"Baby Foods\", \"rankvar\": 1074, \"ini\": 1505}, {\"group\": [1240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added vitamin A and vitamin D\", \"clust\": 1262, \"cat_0_index\": 1171, \"rank\": 1357, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1253, \"ini\": 1504}, {\"group\": [1240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, without added vitamin A and vitamin D\", \"clust\": 1263, \"cat_0_index\": 1172, \"rank\": 1358, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1254, \"ini\": 1503}, {\"group\": [550.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, stewed, without added sugar\", \"clust\": 556, \"cat_0_index\": 1810, \"rank\": 1359, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1518, \"ini\": 1502}, {\"group\": [2897.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2931, \"cat_0_index\": 444, \"rank\": 2860, \"cat-0\": \"Beef Products\", \"rankvar\": 2701, \"ini\": 1501}, {\"group\": [1487.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), raw\", \"clust\": 1511, \"cat_0_index\": 3679, \"rank\": 1360, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 687, \"ini\": 1500}, {\"group\": [537.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, heavy syrup, drained\", \"clust\": 550, \"cat_0_index\": 1811, \"rank\": 1361, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1280, \"ini\": 1499}, {\"group\": [2099.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, cooked, boiled, drained, without salt\", \"clust\": 2128, \"cat_0_index\": 3680, \"rank\": 1362, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2323, \"ini\": 1498}, {\"group\": [2364.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, baby, raw\", \"clust\": 2395, \"cat_0_index\": 3681, \"rank\": 1363, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1784, \"ini\": 1497}, {\"group\": [701.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, canned, sweetened\", \"clust\": 684, \"cat_0_index\": 1812, \"rank\": 1364, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1707, \"ini\": 1496}, {\"group\": [3860.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate wafers\", \"clust\": 3901, \"cat_0_index\": 371, \"rank\": 2859, \"cat-0\": \"Baked Products\", \"rankvar\": 2728, \"ini\": 1495}, {\"group\": [1108.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START ESSENTIALS SOY, with iron, ready-to-feed\", \"clust\": 1133, \"cat_0_index\": 190, \"rank\": 1365, \"cat-0\": \"Baby Foods\", \"rankvar\": 936, \"ini\": 1494}, {\"group\": [549.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit and vegetable, apple and sweet potato\", \"clust\": 562, \"cat_0_index\": 191, \"rank\": 1366, \"cat-0\": \"Baby Foods\", \"rankvar\": 1265, \"ini\": 1493}, {\"group\": [3666.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Pecan Ice Box\", \"clust\": 3706, \"cat_0_index\": 372, \"rank\": 2858, \"cat-0\": \"Baked Products\", \"rankvar\": 2815, \"ini\": 1492}, {\"group\": [3893.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, chocolate-flavored frosted puffed corn\", \"clust\": 3939, \"cat_0_index\": 887, \"rank\": 2857, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3235, \"ini\": 1491}, {\"group\": [1122.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant Formula, MEAD JOHNSON, ENFAMIL GENTLEASE LIPIL, with iron, prepared from powder\", \"clust\": 1150, \"cat_0_index\": 192, \"rank\": 1367, \"cat-0\": \"Baby Foods\", \"rankvar\": 1084, \"ini\": 1490}, {\"group\": [858.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cornsalad, raw\", \"clust\": 879, \"cat_0_index\": 3682, \"rank\": 1368, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2398, \"ini\": 1489}, {\"group\": [2236.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, without salt\", \"clust\": 2263, \"cat_0_index\": 3683, \"rank\": 1369, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 150, \"ini\": 1488}, {\"group\": [1287.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan style, canned, chunky, ready-to-serve\", \"clust\": 1311, \"cat_0_index\": 2913, \"rank\": 1370, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 754, \"ini\": 1487}, {\"group\": [2217.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malabar spinach, cooked\", \"clust\": 2244, \"cat_0_index\": 3684, \"rank\": 1371, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2036, \"ini\": 1486}, {\"group\": [2290.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with tomato sauce, no meat, canned\", \"clust\": 2320, \"cat_0_index\": 2165, \"rank\": 1372, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 359, \"ini\": 1485}, {\"group\": [745.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and cherry\", \"clust\": 762, \"cat_0_index\": 193, \"rank\": 1373, \"cat-0\": \"Baby Foods\", \"rankvar\": 2358, \"ini\": 1484}, {\"group\": [325.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, protein-fortified, cooked, enriched, (n x 6.25)\", \"clust\": 330, \"cat_0_index\": 1035, \"rank\": 1374, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2, \"ini\": 1483}, {\"group\": [243.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, veal, strained\", \"clust\": 246, \"cat_0_index\": 194, \"rank\": 1375, \"cat-0\": \"Baby Foods\", \"rankvar\": 378, \"ini\": 1482}, {\"group\": [1480.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, unprepared\", \"clust\": 1505, \"cat_0_index\": 3685, \"rank\": 1376, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 469, \"ini\": 1481}, {\"group\": [2366.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, cooked, boiled, drained, without salt\", \"clust\": 2392, \"cat_0_index\": 3686, \"rank\": 1377, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1797, \"ini\": 1480}, {\"group\": [326.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, protein-fortified, cooked, enriched (N x 5.70)\", \"clust\": 331, \"cat_0_index\": 1036, \"rank\": 1378, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 6, \"ini\": 1479}, {\"group\": [1208.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Chocolate, soymilk\", \"clust\": 1232, \"cat_0_index\": 2097, \"rank\": 1379, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1359, \"ini\": 1478}, {\"group\": [3001.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, peanut butter\", \"clust\": 3033, \"cat_0_index\": 2575, \"rank\": 2856, \"cat-0\": \"Snacks\", \"rankvar\": 2795, \"ini\": 1477}, {\"group\": [571.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, water pack, solids and liquids\", \"clust\": 582, \"cat_0_index\": 1813, \"rank\": 1380, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1481, \"ini\": 1476}, {\"group\": [2772.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, Italian, pork, cooked\", \"clust\": 2803, \"cat_0_index\": 2425, \"rank\": 2855, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2495, \"ini\": 1475}, {\"group\": [657.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit dessert, mango with tapioca\", \"clust\": 669, \"cat_0_index\": 195, \"rank\": 1381, \"cat-0\": \"Baby Foods\", \"rankvar\": 1234, \"ini\": 1474}, {\"group\": [1062.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Salsa Refried Beans\", \"clust\": 1078, \"cat_0_index\": 2098, \"rank\": 1382, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1031, \"ini\": 1473}, {\"group\": [1195.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberry-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1220, \"cat_0_index\": 700, \"rank\": 1383, \"cat-0\": \"Beverages\", \"rankvar\": 298, \"ini\": 1472}, {\"group\": [925.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Beef Barley Soup\", \"clust\": 942, \"cat_0_index\": 2914, \"rank\": 1384, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 572, \"ini\": 1471}, {\"group\": [2396.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, stir-fried\", \"clust\": 2421, \"cat_0_index\": 3687, \"rank\": 1385, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1533, \"ini\": 1470}, {\"group\": [1723.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stroganof - Fully Loaded\", \"clust\": 1740, \"cat_0_index\": 2915, \"rank\": 1386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 246, \"ini\": 1469}, {\"group\": [3631.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, AFTER EIGHT Mints\", \"clust\": 3672, \"cat_0_index\": 3264, \"rank\": 2854, \"cat-0\": \"Sweets\", \"rankvar\": 3515, \"ini\": 1468}, {\"group\": [1003.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, o'brien, home-prepared\", \"clust\": 1021, \"cat_0_index\": 3688, \"rank\": 1387, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 369, \"ini\": 1467}, {\"group\": [3312.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, raw\", \"clust\": 3348, \"cat_0_index\": 2099, \"rank\": 2853, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3078, \"ini\": 1466}, {\"group\": [1210.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate and other flavors, light, with added calcium, vitamins A and D\", \"clust\": 1231, \"cat_0_index\": 2100, \"rank\": 1388, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1395, \"ini\": 1465}, {\"group\": [1005.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, cooked, steamed, with salt\", \"clust\": 1024, \"cat_0_index\": 3689, \"rank\": 1389, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 778, \"ini\": 1464}, {\"group\": [650.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apple juice drink, bottled\", \"clust\": 663, \"cat_0_index\": 701, \"rank\": 1390, \"cat-0\": \"Beverages\", \"rankvar\": 2109, \"ini\": 1463}, {\"group\": [2352.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, canned, with salt\", \"clust\": 2384, \"cat_0_index\": 3690, \"rank\": 1391, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1683, \"ini\": 1462}, {\"group\": [2120.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, cooked, boiled, drained, without salt\", \"clust\": 2150, \"cat_0_index\": 3691, \"rank\": 1392, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2214, \"ini\": 1461}, {\"group\": [2412.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberries, raw\", \"clust\": 2440, \"cat_0_index\": 1814, \"rank\": 1393, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1978, \"ini\": 1460}, {\"group\": [318.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, spinach, cooked, enriched\", \"clust\": 321, \"cat_0_index\": 1037, \"rank\": 1394, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 27, \"ini\": 1459}, {\"group\": [242.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef, junior\", \"clust\": 247, \"cat_0_index\": 196, \"rank\": 1395, \"cat-0\": \"Baby Foods\", \"rankvar\": 326, \"ini\": 1458}, {\"group\": [242.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef, strained\", \"clust\": 248, \"cat_0_index\": 197, \"rank\": 1396, \"cat-0\": \"Baby Foods\", \"rankvar\": 327, \"ini\": 1457}, {\"group\": [2229.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, stewed, with added sugar\", \"clust\": 2259, \"cat_0_index\": 1815, \"rank\": 1397, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 286, \"ini\": 1456}, {\"group\": [822.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix, prepared with 2% milk\", \"clust\": 838, \"cat_0_index\": 3265, \"rank\": 1398, \"cat-0\": \"Sweets\", \"rankvar\": 157, \"ini\": 1455}, {\"group\": [1190.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, filled, fluid, with blend of hydrogenated vegetable oils\", \"clust\": 1206, \"cat_0_index\": 1173, \"rank\": 1399, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 942, \"ini\": 1454}, {\"group\": [1407.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hearts of palm, canned\", \"clust\": 1425, \"cat_0_index\": 3692, \"rank\": 1400, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1739, \"ini\": 1453}, {\"group\": [3426.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Multi-Bran CHEX\", \"clust\": 3461, \"cat_0_index\": 888, \"rank\": 2852, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3049, \"ini\": 1452}, {\"group\": [2133.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, frozen, unsweetened\", \"clust\": 2164, \"cat_0_index\": 1816, \"rank\": 1401, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2078, \"ini\": 1451}, {\"group\": [3925.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, YORK BITES\", \"clust\": 3969, \"cat_0_index\": 3266, \"rank\": 2851, \"cat-0\": \"Sweets\", \"rankvar\": 3585, \"ini\": 1450}, {\"group\": [1979.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, sirloin burger with vegetables, ready-to-serve, single brand\", \"clust\": 2008, \"cat_0_index\": 2916, \"rank\": 1402, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 539, \"ini\": 1449}, {\"group\": [271.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, gefiltefish, commercial, sweet recipe\", \"clust\": 274, \"cat_0_index\": 1567, \"rank\": 1403, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 267, \"ini\": 1448}, {\"group\": [2961.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, nut and raisin\", \"clust\": 2994, \"cat_0_index\": 2576, \"rank\": 2850, \"cat-0\": \"Snacks\", \"rankvar\": 2630, \"ini\": 1447}, {\"group\": [3803.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Cranberry Macadamia Nut Cereal\", \"clust\": 3843, \"cat_0_index\": 889, \"rank\": 2849, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2778, \"ini\": 1446}, {\"group\": [1037.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, russet, flesh and skin, raw\", \"clust\": 1053, \"cat_0_index\": 3693, \"rank\": 1404, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 535, \"ini\": 1445}, {\"group\": [655.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana apple dessert, strained\", \"clust\": 670, \"cat_0_index\": 198, \"rank\": 1405, \"cat-0\": \"Baby Foods\", \"rankvar\": 1547, \"ini\": 1444}, {\"group\": [3358.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, dry\", \"clust\": 3392, \"cat_0_index\": 890, \"rank\": 2848, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2929, \"ini\": 1443}, {\"group\": [1116.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL LIPIL, with iron, ready-to-feed, with ARA and DHA\", \"clust\": 1143, \"cat_0_index\": 199, \"rank\": 1406, \"cat-0\": \"Baby Foods\", \"rankvar\": 1111, \"ini\": 1442}, {\"group\": [1724.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, potatoes with cheese and ham, toddler\", \"clust\": 1751, \"cat_0_index\": 200, \"rank\": 1407, \"cat-0\": \"Baby Foods\", \"rankvar\": 255, \"ini\": 1441}, {\"group\": [1403.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, cooked, boiled, drained, with salt\", \"clust\": 1426, \"cat_0_index\": 3694, \"rank\": 1408, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1639, \"ini\": 1440}, {\"group\": [1183.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, producer, fluid, 3.7% milkfat\", \"clust\": 1207, \"cat_0_index\": 1174, \"rank\": 1409, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 921, \"ini\": 1439}, {\"group\": [556.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, juice pack, solids and liquids\", \"clust\": 569, \"cat_0_index\": 1817, \"rank\": 1410, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1525, \"ini\": 1438}, {\"group\": [570.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin, cooked, microwave\", \"clust\": 583, \"cat_0_index\": 1818, \"rank\": 1411, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1500, \"ini\": 1437}, {\"group\": [2284.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, whole kernel, drained solids\", \"clust\": 2313, \"cat_0_index\": 3695, \"rank\": 1412, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 217, \"ini\": 1436}, {\"group\": [541.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, canned, sweetened, sliced, drained, unheated\", \"clust\": 554, \"cat_0_index\": 1819, \"rank\": 1413, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1502, \"ini\": 1435}, {\"group\": [246.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, flatfish (flounder and sole species), raw\", \"clust\": 251, \"cat_0_index\": 1568, \"rank\": 1414, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 617, \"ini\": 1434}, {\"group\": [2093.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Manhattan Clam Chowder, condensed\", \"clust\": 2124, \"cat_0_index\": 2917, \"rank\": 1415, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1376, \"ini\": 1433}, {\"group\": [1009.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowroot, raw\", \"clust\": 1022, \"cat_0_index\": 3696, \"rank\": 1416, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 638, \"ini\": 1432}, {\"group\": [1123.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1148, \"cat_0_index\": 201, \"rank\": 1417, \"cat-0\": \"Baby Foods\", \"rankvar\": 835, \"ini\": 1431}, {\"group\": [1117.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, ready to feed, with ARA and DHA\", \"clust\": 1144, \"cat_0_index\": 202, \"rank\": 1418, \"cat-0\": \"Baby Foods\", \"rankvar\": 1114, \"ini\": 1430}, {\"group\": [2392.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, unprepared\", \"clust\": 2424, \"cat_0_index\": 3697, \"rank\": 1419, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1654, \"ini\": 1429}, {\"group\": [1196.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, vanilla, dry mix, prepared with whole milk\", \"clust\": 1221, \"cat_0_index\": 3267, \"rank\": 1420, \"cat-0\": \"Sweets\", \"rankvar\": 319, \"ini\": 1428}, {\"group\": [972.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Tequila Lime Salsa\", \"clust\": 992, \"cat_0_index\": 2918, \"rank\": 1421, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1888, \"ini\": 1427}, {\"group\": [868.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, cooked, boiled, drained, with salt\", \"clust\": 886, \"cat_0_index\": 3698, \"rank\": 1422, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2385, \"ini\": 1426}, {\"group\": [1057.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Hearty Vegetable with Pasta Soup, condensed\", \"clust\": 1077, \"cat_0_index\": 2919, \"rank\": 1423, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 872, \"ini\": 1425}, {\"group\": [446.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla soy Yogurt (Family size)\", \"clust\": 449, \"cat_0_index\": 2101, \"rank\": 1424, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 830, \"ini\": 1424}, {\"group\": [826.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, instant, prepared with 2% milk\", \"clust\": 846, \"cat_0_index\": 3268, \"rank\": 1425, \"cat-0\": \"Sweets\", \"rankvar\": 145, \"ini\": 1423}, {\"group\": [1223.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Coffee, soymilk\", \"clust\": 1243, \"cat_0_index\": 2102, \"rank\": 1426, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1195, \"ini\": 1422}, {\"group\": [2197.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, cooked, boiled, drained, with salt\", \"clust\": 2226, \"cat_0_index\": 3699, \"rank\": 1427, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2060, \"ini\": 1421}, {\"group\": [631.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, custard pudding, vanilla, junior\", \"clust\": 644, \"cat_0_index\": 203, \"rank\": 1428, \"cat-0\": \"Baby Foods\", \"rankvar\": 603, \"ini\": 1420}, {\"group\": [2211.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, cooked, boiled, drained, with salt\", \"clust\": 2239, \"cat_0_index\": 3700, \"rank\": 1429, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2261, \"ini\": 1419}, {\"group\": [1118.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, low iron, ready-to-feed\", \"clust\": 1146, \"cat_0_index\": 204, \"rank\": 1430, \"cat-0\": \"Baby Foods\", \"rankvar\": 1126, \"ini\": 1418}, {\"group\": [1119.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, with iron, ready-to-feed\", \"clust\": 1147, \"cat_0_index\": 205, \"rank\": 1431, \"cat-0\": \"Baby Foods\", \"rankvar\": 1125, \"ini\": 1417}, {\"group\": [388.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 398, \"cat_0_index\": 3701, \"rank\": 1432, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 191, \"ini\": 1416}, {\"group\": [746.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and peach\", \"clust\": 763, \"cat_0_index\": 206, \"rank\": 1433, \"cat-0\": \"Baby Foods\", \"rankvar\": 2348, \"ini\": 1415}, {\"group\": [1103.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PROSOBEE, with iron, ready-to-feed\", \"clust\": 1128, \"cat_0_index\": 207, \"rank\": 1434, \"cat-0\": \"Baby Foods\", \"rankvar\": 1080, \"ini\": 1414}, {\"group\": [1284.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan, canned, condensed\", \"clust\": 1308, \"cat_0_index\": 2920, \"rank\": 1435, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 701, \"ini\": 1413}, {\"group\": [1271.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, fluid, nonfat, calcium fortified (fat free or skim)\", \"clust\": 1294, \"cat_0_index\": 1175, \"rank\": 1436, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2040, \"ini\": 1412}, {\"group\": [1634.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Barbeque Seasoned Burger Soup\", \"clust\": 1661, \"cat_0_index\": 2921, \"rank\": 1437, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 344, \"ini\": 1411}, {\"group\": [3428.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES, Fuel\", \"clust\": 3460, \"cat_0_index\": 891, \"rank\": 2847, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2925, \"ini\": 1410}, {\"group\": [1184.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder, prepared with whole milk\", \"clust\": 1208, \"cat_0_index\": 702, \"rank\": 1438, \"cat-0\": \"Beverages\", \"rankvar\": 813, \"ini\": 1409}, {\"group\": [1982.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 2013, \"cat_0_index\": 2922, \"rank\": 1439, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 812, \"ini\": 1408}, {\"group\": [1988.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, prepared with equal volume milk\", \"clust\": 2018, \"cat_0_index\": 2923, \"rank\": 1440, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 720, \"ini\": 1407}, {\"group\": [543.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, heavy syrup pack, solids and liquids\", \"clust\": 553, \"cat_0_index\": 1820, \"rank\": 1441, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1404, \"ini\": 1406}, {\"group\": [1203.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple, with calcium\", \"clust\": 1225, \"cat_0_index\": 208, \"rank\": 1442, \"cat-0\": \"Baby Foods\", \"rankvar\": 1950, \"ini\": 1405}, {\"group\": [1236.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream, half and half, fat free\", \"clust\": 1259, \"cat_0_index\": 1176, \"rank\": 1443, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 793, \"ini\": 1404}, {\"group\": [2361.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prickly pears, raw\", \"clust\": 2390, \"cat_0_index\": 1821, \"rank\": 1444, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1723, \"ini\": 1403}, {\"group\": [1104.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PROSOBEE LIPIL, with iron, ready to feed, with ARA and DHA\", \"clust\": 1129, \"cat_0_index\": 209, \"rank\": 1445, \"cat-0\": \"Baby Foods\", \"rankvar\": 1072, \"ini\": 1402}, {\"group\": [2291.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs A to Z's\", \"clust\": 2321, \"cat_0_index\": 2166, \"rank\": 1446, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 438, \"ini\": 1401}, {\"group\": [2068.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, canned, condensed\", \"clust\": 2099, \"cat_0_index\": 2924, \"rank\": 1447, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 652, \"ini\": 1400}, {\"group\": [636.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, blueberry yogurt, strained\", \"clust\": 646, \"cat_0_index\": 210, \"rank\": 1448, \"cat-0\": \"Baby Foods\", \"rankvar\": 1228, \"ini\": 1399}, {\"group\": [3752.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, GOLDEN GRAHAMS\", \"clust\": 3795, \"cat_0_index\": 892, \"rank\": 2846, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3014, \"ini\": 1398}, {\"group\": [827.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, instant, prepared with 2% milk\", \"clust\": 847, \"cat_0_index\": 3269, \"rank\": 1449, \"cat-0\": \"Sweets\", \"rankvar\": 153, \"ini\": 1397}, {\"group\": [719.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce, strained\", \"clust\": 732, \"cat_0_index\": 211, \"rank\": 1450, \"cat-0\": \"Baby Foods\", \"rankvar\": 2098, \"ini\": 1396}, {\"group\": [1120.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, ready-to-feed\", \"clust\": 1145, \"cat_0_index\": 212, \"rank\": 1451, \"cat-0\": \"Baby Foods\", \"rankvar\": 1127, \"ini\": 1395}, {\"group\": [2105.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, cooked, boiled, drained, without salt\", \"clust\": 2132, \"cat_0_index\": 3702, \"rank\": 1452, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2278, \"ini\": 1394}, {\"group\": [3181.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, whole milk\", \"clust\": 3215, \"cat_0_index\": 1177, \"rank\": 2845, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2618, \"ini\": 1393}, {\"group\": [652.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice, canned or bottled, unsweetened, with added ascorbic acid\", \"clust\": 667, \"cat_0_index\": 1822, \"rank\": 1453, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1782, \"ini\": 1392}, {\"group\": [194.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, bearded (Oogruk), meat, raw (Alaska Native)\", \"clust\": 192, \"cat_0_index\": 1285, \"rank\": 1454, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2260, \"ini\": 1391}, {\"group\": [985.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, spanish style\", \"clust\": 1004, \"cat_0_index\": 3703, \"rank\": 1455, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1837, \"ini\": 1390}, {\"group\": [1285.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable with beef broth, canned, condensed\", \"clust\": 1309, \"cat_0_index\": 2925, \"rank\": 1456, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 569, \"ini\": 1389}, {\"group\": [1068.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Italian Style Wedding Soup, condensed\", \"clust\": 1088, \"cat_0_index\": 2926, \"rank\": 1457, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 880, \"ini\": 1388}, {\"group\": [2198.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, cooked, boiled, drained, with salt\", \"clust\": 2227, \"cat_0_index\": 3704, \"rank\": 1458, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1711, \"ini\": 1387}, {\"group\": [2898.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2934, \"cat_0_index\": 445, \"rank\": 2844, \"cat-0\": \"Beef Products\", \"rankvar\": 2670, \"ini\": 1386}, {\"group\": [1112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1138, \"cat_0_index\": 213, \"rank\": 1459, \"cat-0\": \"Baby Foods\", \"rankvar\": 981, \"ini\": 1385}, {\"group\": [1112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1139, \"cat_0_index\": 214, \"rank\": 1460, \"cat-0\": \"Baby Foods\", \"rankvar\": 982, \"ini\": 1384}, {\"group\": [932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, grilled\", \"clust\": 952, \"cat_0_index\": 3705, \"rank\": 1461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1890, \"ini\": 1383}, {\"group\": [932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, exposed to ultraviolet light, grilled\", \"clust\": 953, \"cat_0_index\": 3706, \"rank\": 1462, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1891, \"ini\": 1382}, {\"group\": [1075.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Acorn stew (Apache)\", \"clust\": 1093, \"cat_0_index\": 1286, \"rank\": 1463, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 80, \"ini\": 1381}, {\"group\": [843.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cress, garden, cooked, boiled, drained, without salt\", \"clust\": 861, \"cat_0_index\": 3707, \"rank\": 1464, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2096, \"ini\": 1380}, {\"group\": [322.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Barley, pearled, cooked\", \"clust\": 322, \"cat_0_index\": 1038, \"rank\": 1465, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 261, \"ini\": 1379}, {\"group\": [3742.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, QUAKER OATMEAL TO GO, all flavors\", \"clust\": 3786, \"cat_0_index\": 2577, \"rank\": 2843, \"cat-0\": \"Snacks\", \"rankvar\": 2807, \"ini\": 1378}, {\"group\": [1215.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, vanilla or lemon flavor, nonfat milk, sweetened with low-calorie sweetener\", \"clust\": 1238, \"cat_0_index\": 1178, \"rank\": 1466, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1378, \"ini\": 1377}, {\"group\": [1216.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, vanilla or lemon flavor, nonfat milk, sweetened with low-calorie sweetener, fortified with vitamin D\", \"clust\": 1239, \"cat_0_index\": 1179, \"rank\": 1467, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1379, \"ini\": 1376}, {\"group\": [3778.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, baked product, finger snacks cereal\", \"clust\": 3816, \"cat_0_index\": 215, \"rank\": 2842, \"cat-0\": \"Baby Foods\", \"rankvar\": 2863, \"ini\": 1375}, {\"group\": [2240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels cut off cob, unprepared\", \"clust\": 2271, \"cat_0_index\": 3708, \"rank\": 1468, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 164, \"ini\": 1374}, {\"group\": [685.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, canned, unsweetened, with added ascorbic acid\", \"clust\": 697, \"cat_0_index\": 1823, \"rank\": 1469, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1936, \"ini\": 1373}, {\"group\": [2203.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, spinach, creamed, strained\", \"clust\": 2231, \"cat_0_index\": 216, \"rank\": 1470, \"cat-0\": \"Baby Foods\", \"rankvar\": 1394, \"ini\": 1372}, {\"group\": [1742.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 1765, \"cat_0_index\": 2927, \"rank\": 1471, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 590, \"ini\": 1371}, {\"group\": [2094.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Vegetable Soup, condensed\", \"clust\": 2125, \"cat_0_index\": 2928, \"rank\": 1472, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 856, \"ini\": 1370}, {\"group\": [395.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, fava, in pod, raw\", \"clust\": 404, \"cat_0_index\": 3709, \"rank\": 1473, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 70, \"ini\": 1369}, {\"group\": [3769.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TRIX, reduced sugar, bowlpak\", \"clust\": 3811, \"cat_0_index\": 893, \"rank\": 2841, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2984, \"ini\": 1368}, {\"group\": [3938.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, granulated\", \"clust\": 3986, \"cat_0_index\": 3270, \"rank\": 2840, \"cat-0\": \"Sweets\", \"rankvar\": 3775, \"ini\": 1367}, {\"group\": [2183.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, cooked, boiled, drained, with salt\", \"clust\": 2212, \"cat_0_index\": 3710, \"rank\": 1474, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2228, \"ini\": 1366}, {\"group\": [926.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, cooked, boiled, drained, with salt\", \"clust\": 943, \"cat_0_index\": 3711, \"rank\": 1475, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1860, \"ini\": 1365}, {\"group\": [1335.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, broccoli and chicken, junior\", \"clust\": 1359, \"cat_0_index\": 217, \"rank\": 1476, \"cat-0\": \"Baby Foods\", \"rankvar\": 716, \"ini\": 1364}, {\"group\": [2341.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears and pineapple, strained\", \"clust\": 2372, \"cat_0_index\": 218, \"rank\": 1477, \"cat-0\": \"Baby Foods\", \"rankvar\": 1905, \"ini\": 1363}, {\"group\": [632.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, custard pudding, vanilla, strained\", \"clust\": 645, \"cat_0_index\": 219, \"rank\": 1478, \"cat-0\": \"Baby Foods\", \"rankvar\": 558, \"ini\": 1362}, {\"group\": [2219.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, cooked, boiled, drained, with salt\", \"clust\": 2248, \"cat_0_index\": 3712, \"rank\": 1479, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2121, \"ini\": 1361}, {\"group\": [2182.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, cooked, boiled, drained, without salt\", \"clust\": 2211, \"cat_0_index\": 3713, \"rank\": 1480, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2184, \"ini\": 1360}, {\"group\": [2285.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, with salt\", \"clust\": 2314, \"cat_0_index\": 3714, \"rank\": 1481, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 262, \"ini\": 1359}, {\"group\": [1265.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (All flavors), enhanced\", \"clust\": 1279, \"cat_0_index\": 2103, \"rank\": 1482, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1590, \"ini\": 1358}, {\"group\": [2088.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with frankfurters, canned, prepared with equal volume water\", \"clust\": 2118, \"cat_0_index\": 2929, \"rank\": 1483, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 381, \"ini\": 1357}, {\"group\": [542.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, canned, sweetened, sliced, drained, heated\", \"clust\": 555, \"cat_0_index\": 1824, \"rank\": 1484, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1512, \"ini\": 1356}, {\"group\": [3894.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, frosted oat cereal with marshmallows\", \"clust\": 3940, \"cat_0_index\": 894, \"rank\": 2839, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3119, \"ini\": 1355}, {\"group\": [391.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, cooked, stir-fried, without salt\", \"clust\": 400, \"cat_0_index\": 3715, \"rank\": 1485, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 37, \"ini\": 1354}, {\"group\": [2237.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels cut off cob, boiled, drained, without salt\", \"clust\": 2266, \"cat_0_index\": 3716, \"rank\": 1486, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 265, \"ini\": 1353}, {\"group\": [382.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, wakame, raw\", \"clust\": 381, \"cat_0_index\": 3717, \"rank\": 1487, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1461, \"ini\": 1352}, {\"group\": [1156.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, liquid, light\", \"clust\": 1118, \"cat_0_index\": 1180, \"rank\": 1488, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 869, \"ini\": 1351}, {\"group\": [196.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Deer (venison), sitka, raw (Alaska Native)\", \"clust\": 197, \"cat_0_index\": 1287, \"rank\": 1489, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1268, \"ini\": 1350}, {\"group\": [329.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, enriched, with added salt\", \"clust\": 337, \"cat_0_index\": 1039, \"rank\": 1490, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 13, \"ini\": 1349}, {\"group\": [329.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, unenriched, with added salt\", \"clust\": 338, \"cat_0_index\": 1040, \"rank\": 1491, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 14, \"ini\": 1348}, {\"group\": [845.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), cooked, boiled, drained, without salt\", \"clust\": 864, \"cat_0_index\": 3718, \"rank\": 1492, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2408, \"ini\": 1347}, {\"group\": [2121.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, raw\", \"clust\": 2151, \"cat_0_index\": 3719, \"rank\": 1493, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2204, \"ini\": 1346}, {\"group\": [3798.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, FAMILIA\", \"clust\": 3839, \"cat_0_index\": 895, \"rank\": 2838, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2823, \"ini\": 1345}, {\"group\": [2311.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quinoa, cooked\", \"clust\": 2337, \"cat_0_index\": 1041, \"rank\": 1494, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 54, \"ini\": 1344}, {\"group\": [2959.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, low salt\", \"clust\": 2987, \"cat_0_index\": 373, \"rank\": 2837, \"cat-0\": \"Baked Products\", \"rankvar\": 2640, \"ini\": 1343}, {\"group\": [3957.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant\", \"clust\": 3999, \"cat_0_index\": 3271, \"rank\": 2836, \"cat-0\": \"Sweets\", \"rankvar\": 3528, \"ini\": 1342}, {\"group\": [207.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, liver (Alaska Native)\", \"clust\": 209, \"cat_0_index\": 1288, \"rank\": 1495, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 162, \"ini\": 1341}, {\"group\": [207.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, northern, liver (Alaska Native)\", \"clust\": 210, \"cat_0_index\": 1289, \"rank\": 1496, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 163, \"ini\": 1340}, {\"group\": [2379.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, unprepared\", \"clust\": 2408, \"cat_0_index\": 3720, \"rank\": 1497, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1630, \"ini\": 1339}, {\"group\": [396.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 402, \"cat_0_index\": 3721, \"rank\": 1498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 72, \"ini\": 1338}, {\"group\": [573.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, raw\", \"clust\": 580, \"cat_0_index\": 1825, \"rank\": 1499, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1367, \"ini\": 1337}, {\"group\": [2031.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetarian vegetable, canned, condensed\", \"clust\": 2057, \"cat_0_index\": 2930, \"rank\": 1500, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 988, \"ini\": 1336}, {\"group\": [1192.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1216, \"cat_0_index\": 703, \"rank\": 1501, \"cat-0\": \"Beverages\", \"rankvar\": 250, \"ini\": 1335}, {\"group\": [1977.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken corn chowder, chunky, ready-to-serve, single brand\", \"clust\": 2006, \"cat_0_index\": 2931, \"rank\": 1502, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 346, \"ini\": 1334}, {\"group\": [2973.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, light (baked with less oil)\", \"clust\": 3006, \"cat_0_index\": 2578, \"rank\": 2835, \"cat-0\": \"Snacks\", \"rankvar\": 2683, \"ini\": 1333}, {\"group\": [2388.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, unprepared\", \"clust\": 2416, \"cat_0_index\": 3722, \"rank\": 1503, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 965, \"ini\": 1332}, {\"group\": [747.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, mixed fruit\", \"clust\": 761, \"cat_0_index\": 220, \"rank\": 1504, \"cat-0\": \"Baby Foods\", \"rankvar\": 2332, \"ini\": 1331}, {\"group\": [412.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apricot\", \"clust\": 421, \"cat_0_index\": 221, \"rank\": 1505, \"cat-0\": \"Baby Foods\", \"rankvar\": 2486, \"ini\": 1330}, {\"group\": [2026.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey vegetable, canned, condensed\", \"clust\": 2059, \"cat_0_index\": 2932, \"rank\": 1506, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1076, \"ini\": 1329}, {\"group\": [1209.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Chocolate, soymilk\", \"clust\": 1233, \"cat_0_index\": 2104, \"rank\": 1507, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1160, \"ini\": 1328}, {\"group\": [269.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, nonfat, uncreamed, dry, large or small curd\", \"clust\": 268, \"cat_0_index\": 1181, \"rank\": 1508, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 357, \"ini\": 1327}, {\"group\": [327.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, protein-fortified, cooked, enriched (n x 6.25)\", \"clust\": 329, \"cat_0_index\": 1042, \"rank\": 1509, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 7, \"ini\": 1326}, {\"group\": [3723.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S COCOA BUMPERS\", \"clust\": 3766, \"cat_0_index\": 896, \"rank\": 2834, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3180, \"ini\": 1325}, {\"group\": [1416.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, split with ham, canned, chunky, ready-to-serve\", \"clust\": 1440, \"cat_0_index\": 2933, \"rank\": 1510, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 235, \"ini\": 1324}, {\"group\": [179.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frog legs, raw\", \"clust\": 182, \"cat_0_index\": 1569, \"rank\": 1511, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 973, \"ini\": 1323}, {\"group\": [1214.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Very Vanilla, soymilk\", \"clust\": 1234, \"cat_0_index\": 2105, \"rank\": 1512, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1351, \"ini\": 1322}, {\"group\": [1194.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, chocolate, dry mix, prepared with 2% milk\", \"clust\": 1218, \"cat_0_index\": 3272, \"rank\": 1513, \"cat-0\": \"Sweets\", \"rankvar\": 315, \"ini\": 1321}, {\"group\": [656.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, light syrup pack\", \"clust\": 671, \"cat_0_index\": 1826, \"rank\": 1514, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1752, \"ini\": 1320}, {\"group\": [3235.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, low sodium\", \"clust\": 3268, \"cat_0_index\": 1182, \"rank\": 2833, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2911, \"ini\": 1319}, {\"group\": [929.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, cooked, boiled, drained, without salt\", \"clust\": 947, \"cat_0_index\": 3723, \"rank\": 1515, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2212, \"ini\": 1318}, {\"group\": [2110.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common (danish, domestic, and pointed types), stored, raw\", \"clust\": 2142, \"cat_0_index\": 3724, \"rank\": 1516, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2293, \"ini\": 1317}, {\"group\": [1983.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 2014, \"cat_0_index\": 2934, \"rank\": 1517, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 723, \"ini\": 1316}, {\"group\": [1130.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SENSITIVE (LACTOSE FREE) ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1153, \"cat_0_index\": 222, \"rank\": 1518, \"cat-0\": \"Baby Foods\", \"rankvar\": 994, \"ini\": 1315}, {\"group\": [1399.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, black bean, canned, prepared with equal volume water\", \"clust\": 1421, \"cat_0_index\": 2935, \"rank\": 1519, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1487, \"ini\": 1314}, {\"group\": [1198.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meal supplement drink, NESTLE, SUPLIGEN, canned, peanut flavor\", \"clust\": 1214, \"cat_0_index\": 704, \"rank\": 1520, \"cat-0\": \"Beverages\", \"rankvar\": 154, \"ini\": 1313}, {\"group\": [398.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth beans, mature seeds, cooked, boiled, without salt\", \"clust\": 406, \"cat_0_index\": 2106, \"rank\": 1521, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 31, \"ini\": 1312}, {\"group\": [3530.0, 77.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, with pulp, frozen concentrate\", \"clust\": 3567, \"cat_0_index\": 705, \"rank\": 2832, \"cat-0\": \"Beverages\", \"rankvar\": 3351, \"ini\": 1311}, {\"group\": [3897.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ready-to-eat, KELLOGG, KELLOGG'S CINNABON cereal\", \"clust\": 3936, \"cat_0_index\": 897, \"rank\": 2831, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3099, \"ini\": 1310}, {\"group\": [2330.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, cooked, boiled, drained, without salt\", \"clust\": 2359, \"cat_0_index\": 3725, \"rank\": 1522, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1056, \"ini\": 1309}, {\"group\": [3734.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Cinnamon-Spice, dry\", \"clust\": 3778, \"cat_0_index\": 898, \"rank\": 2830, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2864, \"ini\": 1308}, {\"group\": [2027.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, canned, condensed\", \"clust\": 2060, \"cat_0_index\": 2936, \"rank\": 1523, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 961, \"ini\": 1307}, {\"group\": [743.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple\", \"clust\": 759, \"cat_0_index\": 223, \"rank\": 1524, \"cat-0\": \"Baby Foods\", \"rankvar\": 2337, \"ini\": 1306}, {\"group\": [967.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, condensed, reduced sodium\", \"clust\": 988, \"cat_0_index\": 2937, \"rank\": 1525, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 685, \"ini\": 1305}, {\"group\": [181.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, farmed, raw\", \"clust\": 181, \"cat_0_index\": 1570, \"rank\": 1526, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 845, \"ini\": 1304}, {\"group\": [2333.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, regular pack, solids and liquids\", \"clust\": 2363, \"cat_0_index\": 3726, \"rank\": 1527, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1162, \"ini\": 1303}, {\"group\": [3735.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with cinnamon and spice, dry\", \"clust\": 3779, \"cat_0_index\": 899, \"rank\": 2829, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2867, \"ini\": 1302}, {\"group\": [1463.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato sauce, no salt added\", \"clust\": 1488, \"cat_0_index\": 3727, \"rank\": 1528, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1631, \"ini\": 1301}, {\"group\": [2312.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), canned, with cream style corn\", \"clust\": 2341, \"cat_0_index\": 3728, \"rank\": 1529, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 403, \"ini\": 1300}, {\"group\": [2917.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, tail, raw\", \"clust\": 2951, \"cat_0_index\": 2316, \"rank\": 2828, \"cat-0\": \"Pork Products\", \"rankvar\": 2605, \"ini\": 1299}, {\"group\": [3865.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, vanilla wafers, lower fat\", \"clust\": 3910, \"cat_0_index\": 374, \"rank\": 2827, \"cat-0\": \"Baked Products\", \"rankvar\": 2896, \"ini\": 1298}, {\"group\": [2365.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, unprepared\", \"clust\": 2393, \"cat_0_index\": 3729, \"rank\": 1530, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1812, \"ini\": 1297}, {\"group\": [1986.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, prepared with equal volume milk\", \"clust\": 2019, \"cat_0_index\": 2938, \"rank\": 1531, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 741, \"ini\": 1296}, {\"group\": [3506.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, yokan, mature seeds\", \"clust\": 3544, \"cat_0_index\": 2107, \"rank\": 1532, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2037, \"ini\": 1295}, {\"group\": [2503.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, coated, milk chocolate coating, chocolate chip\", \"clust\": 2532, \"cat_0_index\": 2579, \"rank\": 2826, \"cat-0\": \"Snacks\", \"rankvar\": 2761, \"ini\": 1294}, {\"group\": [817.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, prepared with whole milk\", \"clust\": 835, \"cat_0_index\": 3273, \"rank\": 1533, \"cat-0\": \"Sweets\", \"rankvar\": 85, \"ini\": 1293}, {\"group\": [2089.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, scotch broth, canned, condensed\", \"clust\": 2120, \"cat_0_index\": 2939, \"rank\": 1534, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 683, \"ini\": 1292}, {\"group\": [3780.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, chewy, reduced sugar, all flavors\", \"clust\": 3822, \"cat_0_index\": 2580, \"rank\": 2825, \"cat-0\": \"Snacks\", \"rankvar\": 2672, \"ini\": 1291}, {\"group\": [557.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, juice pack, drained\", \"clust\": 570, \"cat_0_index\": 1827, \"rank\": 1535, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1498, \"ini\": 1290}, {\"group\": [1461.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, cooked, boiled, drained, with salt\", \"clust\": 1484, \"cat_0_index\": 3730, \"rank\": 1536, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2287, \"ini\": 1289}, {\"group\": [2836.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Blood sausage\", \"clust\": 2865, \"cat_0_index\": 2426, \"rank\": 2824, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2641, \"ini\": 1288}, {\"group\": [390.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, raw\", \"clust\": 395, \"cat_0_index\": 3731, \"rank\": 1537, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 507, \"ini\": 1287}, {\"group\": [2921.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, tail, cooked, simmered\", \"clust\": 2953, \"cat_0_index\": 2317, \"rank\": 2823, \"cat-0\": \"Pork Products\", \"rankvar\": 2671, \"ini\": 1286}, {\"group\": [3866.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Ruth's Golden Oatmeal\", \"clust\": 3911, \"cat_0_index\": 375, \"rank\": 2822, \"cat-0\": \"Baked Products\", \"rankvar\": 2689, \"ini\": 1285}, {\"group\": [1471.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable, butternut squash and corn\", \"clust\": 1499, \"cat_0_index\": 224, \"rank\": 1538, \"cat-0\": \"Baby Foods\", \"rankvar\": 1262, \"ini\": 1284}, {\"group\": [185.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Pacific, raw\", \"clust\": 186, \"cat_0_index\": 1571, \"rank\": 1539, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1010, \"ini\": 1283}, {\"group\": [973.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, spaghetti sauce, meatless, canned\", \"clust\": 993, \"cat_0_index\": 2940, \"rank\": 1540, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1446, \"ini\": 1282}, {\"group\": [3531.0, 77.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, breakfast type, with juice and pulp, frozen concentrate\", \"clust\": 3568, \"cat_0_index\": 706, \"rank\": 2821, \"cat-0\": \"Beverages\", \"rankvar\": 3155, \"ini\": 1281}, {\"group\": [2116.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 2146, \"cat_0_index\": 3732, \"rank\": 1541, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2099, \"ini\": 1280}, {\"group\": [413.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hungarian, raw\", \"clust\": 422, \"cat_0_index\": 3733, \"rank\": 1542, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2544, \"ini\": 1279}, {\"group\": [2216.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nopales, raw\", \"clust\": 2246, \"cat_0_index\": 3734, \"rank\": 1543, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2350, \"ini\": 1278}, {\"group\": [3733.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, dry\", \"clust\": 3776, \"cat_0_index\": 900, \"rank\": 2820, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2794, \"ini\": 1277}, {\"group\": [321.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, corn, cooked\", \"clust\": 323, \"cat_0_index\": 1043, \"rank\": 1544, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 467, \"ini\": 1276}, {\"group\": [2410.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), raw\", \"clust\": 2441, \"cat_0_index\": 3735, \"rank\": 1545, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2258, \"ini\": 1275}, {\"group\": [2353.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, cooked, boiled, drained, with salt\", \"clust\": 2385, \"cat_0_index\": 3736, \"rank\": 1546, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1818, \"ini\": 1274}, {\"group\": [878.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, condensed, reduced sodium\", \"clust\": 897, \"cat_0_index\": 2941, \"rank\": 1547, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1317, \"ini\": 1273}, {\"group\": [2679.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 2712, \"cat_0_index\": 1338, \"rank\": 2819, \"cat-0\": \"Fast Foods\", \"rankvar\": 2528, \"ini\": 1272}, {\"group\": [828.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant, prepared with 2% milk\", \"clust\": 845, \"cat_0_index\": 3274, \"rank\": 1548, \"cat-0\": \"Sweets\", \"rankvar\": 119, \"ini\": 1271}, {\"group\": [1241.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, whole, 3.25% milkfat, with added vitamin D\", \"clust\": 1265, \"cat_0_index\": 1183, \"rank\": 1549, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 977, \"ini\": 1270}, {\"group\": [1242.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, whole, 3.25% milkfat, without added vitamin A and vitamin D\", \"clust\": 1266, \"cat_0_index\": 1184, \"rank\": 1550, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 979, \"ini\": 1269}, {\"group\": [1327.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Split pea soup, canned, reduced sodium, prepared with water or ready-to serve\", \"clust\": 1338, \"cat_0_index\": 2942, \"rank\": 1551, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 354, \"ini\": 1268}, {\"group\": [399.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mothbeans, mature seeds, cooked, boiled, with salt\", \"clust\": 407, \"cat_0_index\": 2108, \"rank\": 1552, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 26, \"ini\": 1267}, {\"group\": [968.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, plums, bananas and rice, strained\", \"clust\": 989, \"cat_0_index\": 225, \"rank\": 1553, \"cat-0\": \"Baby Foods\", \"rankvar\": 1247, \"ini\": 1266}, {\"group\": [3753.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TRIX\", \"clust\": 3796, \"cat_0_index\": 901, \"rank\": 2818, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3017, \"ini\": 1265}, {\"group\": [988.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, salsa, ready-to-serve\", \"clust\": 1007, \"cat_0_index\": 2943, \"rank\": 1554, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1889, \"ini\": 1264}, {\"group\": [2189.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, unprepared\", \"clust\": 2220, \"cat_0_index\": 3737, \"rank\": 1555, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2231, \"ini\": 1263}, {\"group\": [3241.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, american cheddar, imitation\", \"clust\": 3274, \"cat_0_index\": 1185, \"rank\": 2817, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2564, \"ini\": 1262}, {\"group\": [1326.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, sweet potatoes and chicken, strained\", \"clust\": 1348, \"cat_0_index\": 226, \"rank\": 1556, \"cat-0\": \"Baby Foods\", \"rankvar\": 399, \"ini\": 1261}, {\"group\": [1046.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, Mini Beef Ravioli in Meat Sauce\", \"clust\": 1066, \"cat_0_index\": 2167, \"rank\": 1557, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 182, \"ini\": 1260}, {\"group\": [3833.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pears, dried, sulfured, uncooked\", \"clust\": 3877, \"cat_0_index\": 1828, \"rank\": 2816, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3380, \"ini\": 1259}, {\"group\": [496.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, heavy syrup, solids and liquids\", \"clust\": 513, \"cat_0_index\": 1829, \"rank\": 1558, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1684, \"ini\": 1258}, {\"group\": [497.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, heavy syrup, solids and liquids\", \"clust\": 514, \"cat_0_index\": 1830, \"rank\": 1559, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1725, \"ini\": 1257}, {\"group\": [2190.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli raab, raw\", \"clust\": 2221, \"cat_0_index\": 3738, \"rank\": 1560, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2107, \"ini\": 1256}, {\"group\": [1128.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, prepared from powder\", \"clust\": 1154, \"cat_0_index\": 227, \"rank\": 1561, \"cat-0\": \"Baby Foods\", \"rankvar\": 1013, \"ini\": 1255}, {\"group\": [2362.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, cooked, baked, without salt\", \"clust\": 2391, \"cat_0_index\": 3739, \"rank\": 1562, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1668, \"ini\": 1254}, {\"group\": [265.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, with vegetables\", \"clust\": 269, \"cat_0_index\": 1186, \"rank\": 1563, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 547, \"ini\": 1253}, {\"group\": [183.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ocean perch, Atlantic, raw\", \"clust\": 184, \"cat_0_index\": 1572, \"rank\": 1564, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 495, \"ini\": 1252}, {\"group\": [670.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit pudding, pineapple, strained\", \"clust\": 665, \"cat_0_index\": 228, \"rank\": 1565, \"cat-0\": \"Baby Foods\", \"rankvar\": 718, \"ini\": 1251}, {\"group\": [741.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, raw\", \"clust\": 756, \"cat_0_index\": 1831, \"rank\": 1566, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2103, \"ini\": 1250}, {\"group\": [1047.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs RavioliOs Beef Ravioli in Meat Sauce\", \"clust\": 1064, \"cat_0_index\": 2168, \"rank\": 1567, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 146, \"ini\": 1249}, {\"group\": [1055.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Triple Pepper Salsa\", \"clust\": 1068, \"cat_0_index\": 2944, \"rank\": 1568, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1611, \"ini\": 1248}, {\"group\": [531.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, light syrup pack, with skin, solids and liquids\", \"clust\": 544, \"cat_0_index\": 1832, \"rank\": 1569, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1466, \"ini\": 1247}, {\"group\": [2126.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, cooked, boiled, drained, with salt\", \"clust\": 2154, \"cat_0_index\": 3740, \"rank\": 1570, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2294, \"ini\": 1246}, {\"group\": [264.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, lactose reduced\", \"clust\": 267, \"cat_0_index\": 1187, \"rank\": 1571, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 423, \"ini\": 1245}, {\"group\": [1029.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, flesh, without salt\", \"clust\": 1049, \"cat_0_index\": 3741, \"rank\": 1572, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 472, \"ini\": 1244}, {\"group\": [1063.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Sizzlin' Steak- Grilled Steak Chili with Beans\", \"clust\": 1081, \"cat_0_index\": 2945, \"rank\": 1573, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 373, \"ini\": 1243}, {\"group\": [935.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, microwaved\", \"clust\": 949, \"cat_0_index\": 3742, \"rank\": 1574, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1838, \"ini\": 1242}, {\"group\": [1288.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, condensed\", \"clust\": 1314, \"cat_0_index\": 2946, \"rank\": 1575, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 435, \"ini\": 1241}, {\"group\": [205.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bear, black, meat (Alaska Native)\", \"clust\": 206, \"cat_0_index\": 1290, \"rank\": 1576, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 634, \"ini\": 1240}, {\"group\": [653.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, light syrup pack, solids and liquids\", \"clust\": 668, \"cat_0_index\": 1833, \"rank\": 1577, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1702, \"ini\": 1239}, {\"group\": [319.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, vegetable, cooked, enriched\", \"clust\": 324, \"cat_0_index\": 1044, \"rank\": 1578, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 249, \"ini\": 1238}, {\"group\": [2011.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Shrimp Soup, condensed\", \"clust\": 2042, \"cat_0_index\": 2947, \"rank\": 1579, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1150, \"ini\": 1237}, {\"group\": [888.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Chicken with Rice, condensed\", \"clust\": 900, \"cat_0_index\": 2948, \"rank\": 1580, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1701, \"ini\": 1236}, {\"group\": [282.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, soft, prepared with calcium sulfate and magnesium chloride (nigari)\", \"clust\": 286, \"cat_0_index\": 2109, \"rank\": 1581, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 827, \"ini\": 1235}, {\"group\": [2282.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, vacuum pack, regular pack\", \"clust\": 2311, \"cat_0_index\": 3743, \"rank\": 1582, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 268, \"ini\": 1234}, {\"group\": [254.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, tripe, raw\", \"clust\": 257, \"cat_0_index\": 446, \"rank\": 1583, \"cat-0\": \"Beef Products\", \"rankvar\": 492, \"ini\": 1233}, {\"group\": [199.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Owl, horned, flesh, raw (Alaska Native)\", \"clust\": 200, \"cat_0_index\": 1291, \"rank\": 1584, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1302, \"ini\": 1232}, {\"group\": [368.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Old Fashioned Tomato Rice Soup, condensed\", \"clust\": 373, \"cat_0_index\": 2949, \"rank\": 1585, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 416, \"ini\": 1231}, {\"group\": [3951.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix\", \"clust\": 3975, \"cat_0_index\": 3275, \"rank\": 2815, \"cat-0\": \"Sweets\", \"rankvar\": 3686, \"ini\": 1230}, {\"group\": [2338.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears, junior\", \"clust\": 2368, \"cat_0_index\": 229, \"rank\": 1586, \"cat-0\": \"Baby Foods\", \"rankvar\": 1937, \"ini\": 1229}, {\"group\": [3846.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, raisin, soft-type\", \"clust\": 3886, \"cat_0_index\": 376, \"rank\": 2814, \"cat-0\": \"Baked Products\", \"rankvar\": 3001, \"ini\": 1228}, {\"group\": [861.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, zucchini, baby, raw\", \"clust\": 877, \"cat_0_index\": 3744, \"rank\": 1587, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2335, \"ini\": 1227}, {\"group\": [2357.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, cooked, boiled, drained, without salt\", \"clust\": 2388, \"cat_0_index\": 3745, \"rank\": 1588, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1751, \"ini\": 1226}, {\"group\": [212.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, clam, mixed species, raw\", \"clust\": 213, \"cat_0_index\": 1573, \"rank\": 1589, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 610, \"ini\": 1225}, {\"group\": [2993.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Taco shells, baked\", \"clust\": 3025, \"cat_0_index\": 377, \"rank\": 2813, \"cat-0\": \"Baked Products\", \"rankvar\": 2617, \"ini\": 1224}, {\"group\": [2100.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, cooked, boiled, drained, with salt\", \"clust\": 2129, \"cat_0_index\": 3746, \"rank\": 1590, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2334, \"ini\": 1223}, {\"group\": [818.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix, prepared with whole milk\", \"clust\": 836, \"cat_0_index\": 3276, \"rank\": 1591, \"cat-0\": \"Sweets\", \"rankvar\": 49, \"ini\": 1222}, {\"group\": [708.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, cantaloupe, raw\", \"clust\": 715, \"cat_0_index\": 1834, \"rank\": 1592, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2064, \"ini\": 1221}, {\"group\": [474.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, ready-to-eat, fat free\", \"clust\": 488, \"cat_0_index\": 3277, \"rank\": 1593, \"cat-0\": \"Sweets\", \"rankvar\": 760, \"ini\": 1220}, {\"group\": [871.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, cooked, boiled, drained, with salt\", \"clust\": 860, \"cat_0_index\": 3747, \"rank\": 1594, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1694, \"ini\": 1219}, {\"group\": [3417.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, low sodium, dry\", \"clust\": 3454, \"cat_0_index\": 902, \"rank\": 2812, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2758, \"ini\": 1218}, {\"group\": [3939.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, powdered\", \"clust\": 3987, \"cat_0_index\": 3278, \"rank\": 2811, \"cat-0\": \"Sweets\", \"rankvar\": 3764, \"ini\": 1217}, {\"group\": [1200.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs plus Calcium\", \"clust\": 1222, \"cat_0_index\": 2169, \"rank\": 1595, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 582, \"ini\": 1216}, {\"group\": [2119.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, unprepared\", \"clust\": 2149, \"cat_0_index\": 3748, \"rank\": 1596, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2301, \"ini\": 1215}, {\"group\": [2030.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, condensed\", \"clust\": 2062, \"cat_0_index\": 2950, \"rank\": 1597, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 804, \"ini\": 1214}, {\"group\": [308.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prunes, canned, heavy syrup pack, solids and liquids\", \"clust\": 313, \"cat_0_index\": 1835, \"rank\": 1598, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 444, \"ini\": 1213}, {\"group\": [3648.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Brown sugar cinnamon\", \"clust\": 3689, \"cat_0_index\": 378, \"rank\": 2810, \"cat-0\": \"Baked Products\", \"rankvar\": 2707, \"ini\": 1212}, {\"group\": [504.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, bottled\", \"clust\": 517, \"cat_0_index\": 707, \"rank\": 1599, \"cat-0\": \"Beverages\", \"rankvar\": 2159, \"ini\": 1211}, {\"group\": [3750.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Cinnamon Grahams\", \"clust\": 3793, \"cat_0_index\": 903, \"rank\": 2809, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3098, \"ini\": 1210}, {\"group\": [2996.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, plain, yellow corn\", \"clust\": 3027, \"cat_0_index\": 2581, \"rank\": 2808, \"cat-0\": \"Snacks\", \"rankvar\": 2731, \"ini\": 1209}, {\"group\": [734.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and cherries, junior\", \"clust\": 748, \"cat_0_index\": 230, \"rank\": 1600, \"cat-0\": \"Baby Foods\", \"rankvar\": 1954, \"ini\": 1208}, {\"group\": [1238.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 1261, \"cat_0_index\": 2951, \"rank\": 1601, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 822, \"ini\": 1207}, {\"group\": [2910.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, ground, 72% lean / 28% fat, cooked, pan-broiled\", \"clust\": 2944, \"cat_0_index\": 2318, \"rank\": 2807, \"cat-0\": \"Pork Products\", \"rankvar\": 2594, \"ini\": 1206}, {\"group\": [255.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, tripe, cooked, simmered\", \"clust\": 258, \"cat_0_index\": 447, \"rank\": 1602, \"cat-0\": \"Beef Products\", \"rankvar\": 321, \"ini\": 1205}, {\"group\": [744.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and plum\", \"clust\": 760, \"cat_0_index\": 231, \"rank\": 1603, \"cat-0\": \"Baby Foods\", \"rankvar\": 2330, \"ini\": 1204}, {\"group\": [2173.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), raw\", \"clust\": 2205, \"cat_0_index\": 3749, \"rank\": 1604, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2462, \"ini\": 1203}, {\"group\": [989.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce\", \"clust\": 1008, \"cat_0_index\": 3750, \"rank\": 1605, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2043, \"ini\": 1202}, {\"group\": [371.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickle relish, hot dog\", \"clust\": 377, \"cat_0_index\": 3751, \"rank\": 1606, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 907, \"ini\": 1201}, {\"group\": [117.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, roughy, orange, cooked, dry heat\", \"clust\": 117, \"cat_0_index\": 1574, \"rank\": 1607, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1061, \"ini\": 1200}, {\"group\": [1987.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, prepared with equal volume milk\", \"clust\": 2020, \"cat_0_index\": 2952, \"rank\": 1608, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 528, \"ini\": 1199}, {\"group\": [213.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, shrimp, mixed species, raw\", \"clust\": 214, \"cat_0_index\": 1575, \"rank\": 1609, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 876, \"ini\": 1198}, {\"group\": [3446.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, microwave, low fat and sodium\", \"clust\": 3483, \"cat_0_index\": 2582, \"rank\": 2806, \"cat-0\": \"Snacks\", \"rankvar\": 3055, \"ini\": 1197}, {\"group\": [3270.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Jellyfish, dried, salted\", \"clust\": 3304, \"cat_0_index\": 1576, \"rank\": 2805, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3846, \"ini\": 1196}, {\"group\": [2356.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, cooked, boiled, drained, with salt\", \"clust\": 2381, \"cat_0_index\": 3752, \"rank\": 1610, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1857, \"ini\": 1195}, {\"group\": [2839.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (cheese hot dogs with turkey)\", \"clust\": 2872, \"cat_0_index\": 2427, \"rank\": 2804, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2489, \"ini\": 1194}, {\"group\": [930.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, morel, raw\", \"clust\": 948, \"cat_0_index\": 3753, \"rank\": 1611, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1833, \"ini\": 1193}, {\"group\": [735.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and cherries, strained\", \"clust\": 749, \"cat_0_index\": 232, \"rank\": 1612, \"cat-0\": \"Baby Foods\", \"rankvar\": 1969, \"ini\": 1192}, {\"group\": [2130.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, California, valencias\", \"clust\": 2160, \"cat_0_index\": 1836, \"rank\": 1613, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1882, \"ini\": 1191}, {\"group\": [2004.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, condensed\", \"clust\": 2035, \"cat_0_index\": 2953, \"rank\": 1614, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 810, \"ini\": 1190}, {\"group\": [2823.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Pork Sausage Links (cooked)\", \"clust\": 2857, \"cat_0_index\": 2428, \"rank\": 2803, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2552, \"ini\": 1189}, {\"group\": [2028.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom with beef stock, canned, condensed\", \"clust\": 2058, \"cat_0_index\": 2954, \"rank\": 1615, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 904, \"ini\": 1188}, {\"group\": [3288.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, scalloped, dry mix, unprepared\", \"clust\": 3320, \"cat_0_index\": 3754, \"rank\": 2802, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2905, \"ini\": 1187}, {\"group\": [965.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, cooked, boiled, drained\", \"clust\": 985, \"cat_0_index\": 3755, \"rank\": 1616, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1373, \"ini\": 1186}, {\"group\": [1058.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, KRAFT Mayo Fat Free Mayonnaise Dressing\", \"clust\": 1075, \"cat_0_index\": 1534, \"rank\": 1617, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1229, \"ini\": 1185}, {\"group\": [1035.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, red, flesh and skin, raw\", \"clust\": 1054, \"cat_0_index\": 3756, \"rank\": 1618, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 890, \"ini\": 1184}, {\"group\": [2355.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, cooked, boiled, drained, with salt\", \"clust\": 2382, \"cat_0_index\": 3757, \"rank\": 1619, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1866, \"ini\": 1183}, {\"group\": [3799.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP with Almonds\", \"clust\": 3846, \"cat_0_index\": 904, \"rank\": 2801, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2825, \"ini\": 1182}, {\"group\": [983.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauerkraut, canned, solids and liquids\", \"clust\": 1001, \"cat_0_index\": 3758, \"rank\": 1620, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2308, \"ini\": 1181}, {\"group\": [500.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, canned, thompson seedless, heavy syrup pack, solids and liquids\", \"clust\": 512, \"cat_0_index\": 1837, \"rank\": 1621, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1774, \"ini\": 1180}, {\"group\": [206.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bear, raw\", \"clust\": 207, \"cat_0_index\": 1923, \"rank\": 1622, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 630, \"ini\": 1179}, {\"group\": [2395.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cattail, Narrow Leaf Shoots (Northern Plains Indians)\", \"clust\": 2422, \"cat_0_index\": 1292, \"rank\": 1623, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2340, \"ini\": 1178}, {\"group\": [2292.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti with meat sauce, frozen entree\", \"clust\": 2315, \"cat_0_index\": 2170, \"rank\": 1624, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 133, \"ini\": 1177}, {\"group\": [2339.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears, strained\", \"clust\": 2369, \"cat_0_index\": 233, \"rank\": 1625, \"cat-0\": \"Baby Foods\", \"rankvar\": 1994, \"ini\": 1176}, {\"group\": [2623.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, skin only, raw\", \"clust\": 2652, \"cat_0_index\": 2343, \"rank\": 2800, \"cat-0\": \"Poultry Products\", \"rankvar\": 2658, \"ini\": 1175}, {\"group\": [3219.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, feta\", \"clust\": 3246, \"cat_0_index\": 1188, \"rank\": 2799, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2609, \"ini\": 1174}, {\"group\": [2336.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, cooked with water, with salt\", \"clust\": 2365, \"cat_0_index\": 905, \"rank\": 1626, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 574, \"ini\": 1173}, {\"group\": [2140.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, cooked, boiled, drained, without salt\", \"clust\": 2168, \"cat_0_index\": 3759, \"rank\": 1627, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2487, \"ini\": 1172}, {\"group\": [879.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DORA THE EXPLORER Kidshapes Soup, condensed\", \"clust\": 898, \"cat_0_index\": 2955, \"rank\": 1628, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 950, \"ini\": 1171}, {\"group\": [2174.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Watercress, raw\", \"clust\": 2206, \"cat_0_index\": 3760, \"rank\": 1629, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2479, \"ini\": 1170}, {\"group\": [2332.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peas, dices, toddler\", \"clust\": 2357, \"cat_0_index\": 234, \"rank\": 1630, \"cat-0\": \"Baby Foods\", \"rankvar\": 974, \"ini\": 1169}, {\"group\": [1985.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, prepared with equal volume milk\", \"clust\": 2017, \"cat_0_index\": 2956, \"rank\": 1631, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 524, \"ini\": 1168}, {\"group\": [813.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular, prepared with 2% milk\", \"clust\": 833, \"cat_0_index\": 3279, \"rank\": 1632, \"cat-0\": \"Sweets\", \"rankvar\": 143, \"ini\": 1167}, {\"group\": [3875.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Apple'n Raisin\", \"clust\": 3921, \"cat_0_index\": 379, \"rank\": 2798, \"cat-0\": \"Baked Products\", \"rankvar\": 2723, \"ini\": 1166}, {\"group\": [501.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, heavy syrup pack, solids and liquids\", \"clust\": 511, \"cat_0_index\": 1838, \"rank\": 1633, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1470, \"ini\": 1165}, {\"group\": [2914.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, shortribs, separable lean and fat, choice, raw\", \"clust\": 2945, \"cat_0_index\": 448, \"rank\": 2797, \"cat-0\": \"Beef Products\", \"rankvar\": 2745, \"ini\": 1164}, {\"group\": [2776.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, cooked, beef and pork\", \"clust\": 2807, \"cat_0_index\": 2429, \"rank\": 2796, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2513, \"ini\": 1163}, {\"group\": [1030.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh, without salt\", \"clust\": 1050, \"cat_0_index\": 3761, \"rank\": 1634, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 387, \"ini\": 1162}, {\"group\": [2449.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, brie\", \"clust\": 2476, \"cat_0_index\": 1189, \"rank\": 2795, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2600, \"ini\": 1161}, {\"group\": [266.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat\", \"clust\": 270, \"cat_0_index\": 1190, \"rank\": 1635, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 533, \"ini\": 1160}, {\"group\": [3451.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S RAISIN BRAN\", \"clust\": 3487, \"cat_0_index\": 906, \"rank\": 2794, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2993, \"ini\": 1159}, {\"group\": [1473.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, raw\", \"clust\": 1493, \"cat_0_index\": 3762, \"rank\": 1636, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1496, \"ini\": 1158}, {\"group\": [2900.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2933, \"cat_0_index\": 449, \"rank\": 2793, \"cat-0\": \"Beef Products\", \"rankvar\": 2651, \"ini\": 1157}, {\"group\": [2351.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, chunky, ready-to-serve\", \"clust\": 2380, \"cat_0_index\": 2957, \"rank\": 1637, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1027, \"ini\": 1156}, {\"group\": [3317.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, mature seeds, raw\", \"clust\": 3349, \"cat_0_index\": 2110, \"rank\": 2792, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3156, \"ini\": 1155}, {\"group\": [2247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, mashed\", \"clust\": 2277, \"cat_0_index\": 3763, \"rank\": 1638, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 189, \"ini\": 1154}, {\"group\": [2360.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, all styles, microwaved\", \"clust\": 2386, \"cat_0_index\": 3764, \"rank\": 1639, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1747, \"ini\": 1153}, {\"group\": [410.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jujube, raw\", \"clust\": 419, \"cat_0_index\": 1839, \"rank\": 1640, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1681, \"ini\": 1152}, {\"group\": [2127.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common, cooked, boiled, drained, with salt\", \"clust\": 2158, \"cat_0_index\": 3765, \"rank\": 1641, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2229, \"ini\": 1151}, {\"group\": [2111.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common (danish, domestic, and pointed types), freshly harvest, raw\", \"clust\": 2143, \"cat_0_index\": 3766, \"rank\": 1642, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2379, \"ini\": 1150}, {\"group\": [836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, oatmeal, instant, low sodium, prepared with water\", \"clust\": 855, \"cat_0_index\": 907, \"rank\": 1643, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 204, \"ini\": 1149}, {\"group\": [2375.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, carrots and beef, strained\", \"clust\": 2401, \"cat_0_index\": 235, \"rank\": 1644, \"cat-0\": \"Baby Foods\", \"rankvar\": 796, \"ini\": 1148}, {\"group\": [1028.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked without skin, flesh, with salt\", \"clust\": 1042, \"cat_0_index\": 3767, \"rank\": 1645, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 425, \"ini\": 1147}, {\"group\": [2243.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels, cut off cob, boiled, drained, with salt\", \"clust\": 2274, \"cat_0_index\": 3768, \"rank\": 1646, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 288, \"ini\": 1146}, {\"group\": [2337.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, cooked with water, without salt\", \"clust\": 2366, \"cat_0_index\": 908, \"rank\": 1647, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 620, \"ini\": 1145}, {\"group\": [814.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix, prepared with whole milk\", \"clust\": 834, \"cat_0_index\": 3280, \"rank\": 1648, \"cat-0\": \"Sweets\", \"rankvar\": 98, \"ini\": 1144}, {\"group\": [2114.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, raw\", \"clust\": 2144, \"cat_0_index\": 3769, \"rank\": 1649, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2082, \"ini\": 1143}, {\"group\": [1059.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Jalapenos Nacho Sliced Peppers\", \"clust\": 1067, \"cat_0_index\": 3770, \"rank\": 1650, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2499, \"ini\": 1142}, {\"group\": [294.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch juice drink, frozen concentrate\", \"clust\": 298, \"cat_0_index\": 708, \"rank\": 1651, \"cat-0\": \"Beverages\", \"rankvar\": 474, \"ini\": 1141}, {\"group\": [1631.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Firehouse - Hot & Spicy Beef & Bean Chili\", \"clust\": 1658, \"cat_0_index\": 2958, \"rank\": 1652, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 210, \"ini\": 1140}, {\"group\": [1475.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk added\", \"clust\": 1502, \"cat_0_index\": 3771, \"rank\": 1653, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 350, \"ini\": 1139}, {\"group\": [2131.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemons, raw, without peel\", \"clust\": 2161, \"cat_0_index\": 1840, \"rank\": 1654, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2254, \"ini\": 1138}, {\"group\": [816.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shake, fast food, strawberry\", \"clust\": 831, \"cat_0_index\": 709, \"rank\": 1655, \"cat-0\": \"Beverages\", \"rankvar\": 90, \"ini\": 1137}, {\"group\": [456.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, prunes with tapioca, without ascorbic acid, junior\", \"clust\": 470, \"cat_0_index\": 236, \"rank\": 1656, \"cat-0\": \"Baby Foods\", \"rankvar\": 963, \"ini\": 1136}, {\"group\": [3922.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, prepared from recipe with coconut frosting\", \"clust\": 3964, \"cat_0_index\": 380, \"rank\": 2791, \"cat-0\": \"Baked Products\", \"rankvar\": 3151, \"ini\": 1135}, {\"group\": [3931.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, maple\", \"clust\": 3973, \"cat_0_index\": 3281, \"rank\": 2790, \"cat-0\": \"Sweets\", \"rankvar\": 3673, \"ini\": 1134}, {\"group\": [3266.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, dry, mix\", \"clust\": 3297, \"cat_0_index\": 2959, \"rank\": 2789, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3112, \"ini\": 1133}, {\"group\": [1632.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Roadhouse - Beef & Bean Chili\", \"clust\": 1659, \"cat_0_index\": 2960, \"rank\": 1657, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 212, \"ini\": 1132}, {\"group\": [2106.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, spring or scallions (includes tops and bulb), raw\", \"clust\": 2137, \"cat_0_index\": 3772, \"rank\": 1658, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1799, \"ini\": 1131}, {\"group\": [966.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, raw\", \"clust\": 986, \"cat_0_index\": 1841, \"rank\": 1659, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1353, \"ini\": 1130}, {\"group\": [2090.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, condensed\", \"clust\": 2121, \"cat_0_index\": 2961, \"rank\": 1660, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 693, \"ini\": 1129}, {\"group\": [824.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, instant, prepared with whole milk\", \"clust\": 842, \"cat_0_index\": 3282, \"rank\": 1661, \"cat-0\": \"Sweets\", \"rankvar\": 87, \"ini\": 1128}, {\"group\": [3904.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, oats, fruits and nut\", \"clust\": 3948, \"cat_0_index\": 2583, \"rank\": 2788, \"cat-0\": \"Snacks\", \"rankvar\": 3053, \"ini\": 1127}, {\"group\": [2007.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, condensed\", \"clust\": 2039, \"cat_0_index\": 2962, \"rank\": 1662, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 790, \"ini\": 1126}, {\"group\": [2785.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, ham, and chicken, minced, canned, reduced sodium, added ascorbic acid, includes SPAM, 25% less sodium\", \"clust\": 2817, \"cat_0_index\": 2430, \"rank\": 2787, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2265, \"ini\": 1125}, {\"group\": [3509.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake, with butter\", \"clust\": 3541, \"cat_0_index\": 3283, \"rank\": 1663, \"cat-0\": \"Sweets\", \"rankvar\": 2571, \"ini\": 1124}, {\"group\": [2918.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Goose, domesticated, meat and skin, raw\", \"clust\": 2952, \"cat_0_index\": 2344, \"rank\": 2786, \"cat-0\": \"Poultry Products\", \"rankvar\": 2612, \"ini\": 1123}, {\"group\": [2349.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, canned, drained solids\", \"clust\": 2376, \"cat_0_index\": 3773, \"rank\": 1664, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1279, \"ini\": 1122}, {\"group\": [1048.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Tomato Parmesan\", \"clust\": 1063, \"cat_0_index\": 2963, \"rank\": 1665, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 571, \"ini\": 1121}, {\"group\": [2386.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, unprepared\", \"clust\": 2417, \"cat_0_index\": 3774, \"rank\": 1666, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 625, \"ini\": 1120}, {\"group\": [389.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 396, \"cat_0_index\": 3775, \"rank\": 1667, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 205, \"ini\": 1119}, {\"group\": [961.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, raw\", \"clust\": 980, \"cat_0_index\": 3776, \"rank\": 1668, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1609, \"ini\": 1118}, {\"group\": [1064.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Tantalizin' Turkey - Turkey Chili with Beans Soup\", \"clust\": 1082, \"cat_0_index\": 2964, \"rank\": 1669, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 494, \"ini\": 1117}, {\"group\": [859.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, raw\", \"clust\": 880, \"cat_0_index\": 3777, \"rank\": 1670, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2177, \"ini\": 1116}, {\"group\": [1032.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, unprepared\", \"clust\": 1047, \"cat_0_index\": 3778, \"rank\": 1671, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 371, \"ini\": 1115}, {\"group\": [3668.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, oatmeal, commercially prepared, regular\", \"clust\": 3709, \"cat_0_index\": 381, \"rank\": 2785, \"cat-0\": \"Baked Products\", \"rankvar\": 2679, \"ini\": 1114}, {\"group\": [3806.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S MARSHMALLOW FROOT LOOPS\", \"clust\": 3849, \"cat_0_index\": 909, \"rank\": 2784, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3330, \"ini\": 1113}, {\"group\": [539.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, canned, heavy syrup, drained\", \"clust\": 551, \"cat_0_index\": 1842, \"rank\": 1672, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1616, \"ini\": 1112}, {\"group\": [936.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, raw, skin\", \"clust\": 955, \"cat_0_index\": 3779, \"rank\": 1673, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1156, \"ini\": 1111}, {\"group\": [2191.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, unprepared\", \"clust\": 2219, \"cat_0_index\": 3780, \"rank\": 1674, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2305, \"ini\": 1110}, {\"group\": [1243.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, whole milk, 8 grams protein per 8 ounce\", \"clust\": 1264, \"cat_0_index\": 1191, \"rank\": 1675, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 946, \"ini\": 1109}, {\"group\": [829.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant, prepared with 2% milk\", \"clust\": 844, \"cat_0_index\": 3284, \"rank\": 1676, \"cat-0\": \"Sweets\", \"rankvar\": 125, \"ini\": 1108}, {\"group\": [893.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Mushroom Soup, condensed\", \"clust\": 909, \"cat_0_index\": 2965, \"rank\": 1677, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1633, \"ini\": 1107}, {\"group\": [2825.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, patties, grilled\", \"clust\": 2860, \"cat_0_index\": 2319, \"rank\": 2783, \"cat-0\": \"Pork Products\", \"rankvar\": 2562, \"ini\": 1106}, {\"group\": [3829.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Raisins, golden seedless\", \"clust\": 3873, \"cat_0_index\": 1843, \"rank\": 2782, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3383, \"ini\": 1105}, {\"group\": [2691.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, approximately 40% fat, tub, with salt\", \"clust\": 2725, \"cat_0_index\": 1535, \"rank\": 2781, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2897, \"ini\": 1104}, {\"group\": [475.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, ready-to-eat, fat free\", \"clust\": 489, \"cat_0_index\": 3285, \"rank\": 1678, \"cat-0\": \"Sweets\", \"rankvar\": 831, \"ini\": 1103}, {\"group\": [2112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, cooked, boiled, drained, without salt\", \"clust\": 2141, \"cat_0_index\": 3781, \"rank\": 1679, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2145, \"ini\": 1102}, {\"group\": [1017.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh, without salt\", \"clust\": 1038, \"cat_0_index\": 3782, \"rank\": 1680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 388, \"ini\": 1101}, {\"group\": [3877.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Iced Oatmeal\", \"clust\": 3920, \"cat_0_index\": 382, \"rank\": 2780, \"cat-0\": \"Baked Products\", \"rankvar\": 2786, \"ini\": 1100}, {\"group\": [3507.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, mature seeds, canned, sweetened\", \"clust\": 3543, \"cat_0_index\": 2111, \"rank\": 1681, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1172, \"ini\": 1099}, {\"group\": [519.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, apples and cinnamon, prepared with boiling water\", \"clust\": 531, \"cat_0_index\": 910, \"rank\": 1682, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 393, \"ini\": 1098}, {\"group\": [457.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, prunes with tapioca, without ascorbic acid, strained\", \"clust\": 471, \"cat_0_index\": 237, \"rank\": 1683, \"cat-0\": \"Baby Foods\", \"rankvar\": 996, \"ini\": 1097}, {\"group\": [3728.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OAT CINNAMON LIFE\", \"clust\": 3771, \"cat_0_index\": 911, \"rank\": 2779, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2852, \"ini\": 1096}, {\"group\": [1249.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, protein fortified, with added vitamin A and vitamin D\", \"clust\": 1274, \"cat_0_index\": 1192, \"rank\": 1684, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1120, \"ini\": 1095}, {\"group\": [2780.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, Italian, pork and beef, dry, sliced, 50% less sodium\", \"clust\": 2811, \"cat_0_index\": 2431, \"rank\": 2778, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2524, \"ini\": 1094}, {\"group\": [844.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cress, garden, cooked, boiled, drained, with salt\", \"clust\": 862, \"cat_0_index\": 3783, \"rank\": 1685, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2118, \"ini\": 1093}, {\"group\": [2418.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned, plain\", \"clust\": 2448, \"cat_0_index\": 2112, \"rank\": 1686, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 390, \"ini\": 1092}, {\"group\": [2413.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gooseberries, raw\", \"clust\": 2439, \"cat_0_index\": 1844, \"rank\": 1687, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2035, \"ini\": 1091}, {\"group\": [502.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, fruit and juice bars\", \"clust\": 510, \"cat_0_index\": 3286, \"rank\": 1688, \"cat-0\": \"Sweets\", \"rankvar\": 1433, \"ini\": 1090}, {\"group\": [532.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, light syrup pack, solids and liquids\", \"clust\": 545, \"cat_0_index\": 1845, \"rank\": 1689, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1463, \"ini\": 1089}, {\"group\": [276.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, blackfish, whole (Alaska Native)\", \"clust\": 279, \"cat_0_index\": 1293, \"rank\": 1690, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1688, \"ini\": 1088}, {\"group\": [3940.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Strawberry-flavor beverage mix, powder\", \"clust\": 3985, \"cat_0_index\": 710, \"rank\": 2777, \"cat-0\": \"Beverages\", \"rankvar\": 3748, \"ini\": 1087}, {\"group\": [2283.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, drained solids\", \"clust\": 2312, \"cat_0_index\": 3784, \"rank\": 1691, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 252, \"ini\": 1086}, {\"group\": [937.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fennel, bulb, raw\", \"clust\": 956, \"cat_0_index\": 3785, \"rank\": 1692, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2135, \"ini\": 1085}, {\"group\": [204.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, ringed, liver (Alaska Native)\", \"clust\": 201, \"cat_0_index\": 1294, \"rank\": 1693, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 466, \"ini\": 1084}, {\"group\": [2387.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, unprepared\", \"clust\": 2418, \"cat_0_index\": 3786, \"rank\": 1694, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 870, \"ini\": 1083}, {\"group\": [1060.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Spicy Jalapeno Refried Beans\", \"clust\": 1079, \"cat_0_index\": 2113, \"rank\": 1695, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1264, \"ini\": 1082}, {\"group\": [186.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, haddock, raw\", \"clust\": 187, \"cat_0_index\": 1577, \"rank\": 1696, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1115, \"ini\": 1081}, {\"group\": [2408.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, cooked, boiled, drained, without salt\", \"clust\": 2437, \"cat_0_index\": 3787, \"rank\": 1697, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1116, \"ini\": 1080}, {\"group\": [862.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, laver, raw\", \"clust\": 876, \"cat_0_index\": 3788, \"rank\": 1698, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1508, \"ini\": 1079}, {\"group\": [2692.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 2726, \"cat_0_index\": 1339, \"rank\": 2776, \"cat-0\": \"Fast Foods\", \"rankvar\": 2768, \"ini\": 1078}, {\"group\": [3797.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S CINNAMON OAT CRUNCH\", \"clust\": 3840, \"cat_0_index\": 912, \"rank\": 2775, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2849, \"ini\": 1077}, {\"group\": [742.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange\", \"clust\": 757, \"cat_0_index\": 238, \"rank\": 1699, \"cat-0\": \"Baby Foods\", \"rankvar\": 2312, \"ini\": 1076}, {\"group\": [180.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, wild, raw\", \"clust\": 183, \"cat_0_index\": 1578, \"rank\": 1700, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 883, \"ini\": 1075}, {\"group\": [2824.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, Italian, pork, raw\", \"clust\": 2858, \"cat_0_index\": 2432, \"rank\": 2774, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2555, \"ini\": 1074}, {\"group\": [2184.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, cooked, boiled, drained, with salt\", \"clust\": 2213, \"cat_0_index\": 3789, \"rank\": 1701, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2197, \"ini\": 1073}, {\"group\": [2818.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, canned\", \"clust\": 2851, \"cat_0_index\": 2433, \"rank\": 2773, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2561, \"ini\": 1072}, {\"group\": [3363.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn, white, steamed (Navajo)\", \"clust\": 3396, \"cat_0_index\": 1295, \"rank\": 2772, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3205, \"ini\": 1071}, {\"group\": [3917.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Sours Original\", \"clust\": 3960, \"cat_0_index\": 3287, \"rank\": 2771, \"cat-0\": \"Sweets\", \"rankvar\": 3616, \"ini\": 1070}, {\"group\": [3536.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, fruit leather, rolls\", \"clust\": 3571, \"cat_0_index\": 3288, \"rank\": 2770, \"cat-0\": \"Sweets\", \"rankvar\": 3341, \"ini\": 1069}, {\"group\": [393.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, cooked, stir-fried, with salt\", \"clust\": 399, \"cat_0_index\": 3790, \"rank\": 1702, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 38, \"ini\": 1068}, {\"group\": [2098.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood\", \"clust\": 2023, \"cat_0_index\": 1340, \"rank\": 1703, \"cat-0\": \"Fast Foods\", \"rankvar\": 280, \"ini\": 1067}, {\"group\": [3431.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER CINNAMON OATMEAL SQUARES\", \"clust\": 3467, \"cat_0_index\": 913, \"rank\": 2769, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2789, \"ini\": 1066}, {\"group\": [2005.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed\", \"clust\": 2036, \"cat_0_index\": 2966, \"rank\": 1704, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 619, \"ini\": 1065}, {\"group\": [540.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, light syrup pack, solids and liquids\", \"clust\": 552, \"cat_0_index\": 1846, \"rank\": 1705, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1546, \"ini\": 1064}, {\"group\": [1129.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC NEOSURE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1155, \"cat_0_index\": 239, \"rank\": 1706, \"cat-0\": \"Baby Foods\", \"rankvar\": 933, \"ini\": 1063}, {\"group\": [3161.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, fried\", \"clust\": 3192, \"cat_0_index\": 2114, \"rank\": 2768, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2514, \"ini\": 1062}, {\"group\": [846.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), cooked, boiled, drained, with salt\", \"clust\": 865, \"cat_0_index\": 3791, \"rank\": 1707, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2424, \"ini\": 1061}, {\"group\": [2144.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, raw\", \"clust\": 2172, \"cat_0_index\": 1847, \"rank\": 1708, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2361, \"ini\": 1060}, {\"group\": [887.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Chicken Soup, condensed\", \"clust\": 903, \"cat_0_index\": 2967, \"rank\": 1709, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1319, \"ini\": 1059}, {\"group\": [885.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Stars Soup, condensed\", \"clust\": 905, \"cat_0_index\": 2968, \"rank\": 1710, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1274, \"ini\": 1058}, {\"group\": [2177.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Calcium Enriched V8\", \"clust\": 2202, \"cat_0_index\": 3792, \"rank\": 1711, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2310, \"ini\": 1057}, {\"group\": [498.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, heavy syrup pack, solids and liquids\", \"clust\": 515, \"cat_0_index\": 1848, \"rank\": 1712, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1731, \"ini\": 1056}, {\"group\": [3086.0, 37.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, calcium reduced\", \"clust\": 3101, \"cat_0_index\": 1193, \"rank\": 2767, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3083, \"ini\": 1055}, {\"group\": [727.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Juice, apple, grape and pear blend, with added ascorbic acid and calcium\", \"clust\": 742, \"cat_0_index\": 1849, \"rank\": 1713, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2153, \"ini\": 1054}, {\"group\": [3883.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, chocolate chip\", \"clust\": 3900, \"cat_0_index\": 2584, \"rank\": 2766, \"cat-0\": \"Snacks\", \"rankvar\": 2694, \"ini\": 1053}, {\"group\": [2108.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, chinese, cooked\", \"clust\": 2136, \"cat_0_index\": 3793, \"rank\": 1714, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2290, \"ini\": 1052}, {\"group\": [1211.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, with added calcium, vitamins A and D\", \"clust\": 1230, \"cat_0_index\": 2115, \"rank\": 1715, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 991, \"ini\": 1051}, {\"group\": [210.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, scallop, mixed species, imitation, made from surimi\", \"clust\": 211, \"cat_0_index\": 1579, \"rank\": 1716, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 301, \"ini\": 1050}, {\"group\": [1232.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, filled, fluid, with lauric acid oil\", \"clust\": 1255, \"cat_0_index\": 1194, \"rank\": 1717, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1093, \"ini\": 1049}, {\"group\": [3927.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla, prepared-from-recipe\", \"clust\": 3968, \"cat_0_index\": 3289, \"rank\": 2765, \"cat-0\": \"Sweets\", \"rankvar\": 3625, \"ini\": 1048}, {\"group\": [3449.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread stuffing, cornbread, dry mix\", \"clust\": 3479, \"cat_0_index\": 383, \"rank\": 2764, \"cat-0\": \"Baked Products\", \"rankvar\": 3097, \"ini\": 1047}, {\"group\": [2501.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, cones, plain\", \"clust\": 2528, \"cat_0_index\": 2585, \"rank\": 2763, \"cat-0\": \"Snacks\", \"rankvar\": 3195, \"ini\": 1046}, {\"group\": [3955.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, instant\", \"clust\": 3997, \"cat_0_index\": 3290, \"rank\": 2762, \"cat-0\": \"Sweets\", \"rankvar\": 3654, \"ini\": 1045}, {\"group\": [709.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and raspberry, strained\", \"clust\": 724, \"cat_0_index\": 240, \"rank\": 1718, \"cat-0\": \"Baby Foods\", \"rankvar\": 1735, \"ini\": 1044}, {\"group\": [392.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, raw\", \"clust\": 401, \"cat_0_index\": 3794, \"rank\": 1719, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 39, \"ini\": 1043}, {\"group\": [1061.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Traditional Refried Beans\", \"clust\": 1080, \"cat_0_index\": 2116, \"rank\": 1720, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1327, \"ini\": 1042}, {\"group\": [323.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spelt, cooked\", \"clust\": 326, \"cat_0_index\": 1045, \"rank\": 1721, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 99, \"ini\": 1041}, {\"group\": [3729.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Honey Graham LIFE Cereal\", \"clust\": 3772, \"cat_0_index\": 914, \"rank\": 2761, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2821, \"ini\": 1040}, {\"group\": [1250.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, fluid, cultured, reduced fat\", \"clust\": 1275, \"cat_0_index\": 1195, \"rank\": 1722, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1112, \"ini\": 1039}, {\"group\": [244.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, lamb, strained\", \"clust\": 243, \"cat_0_index\": 241, \"rank\": 1723, \"cat-0\": \"Baby Foods\", \"rankvar\": 351, \"ini\": 1038}, {\"group\": [711.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and blueberry, strained\", \"clust\": 723, \"cat_0_index\": 242, \"rank\": 1724, \"cat-0\": \"Baby Foods\", \"rankvar\": 1770, \"ini\": 1037}, {\"group\": [731.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, all varieties\", \"clust\": 744, \"cat_0_index\": 1850, \"rank\": 1725, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1987, \"ini\": 1036}, {\"group\": [2117.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, cooked, boiled, drained, without salt\", \"clust\": 2147, \"cat_0_index\": 3795, \"rank\": 1726, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2105, \"ini\": 1035}, {\"group\": [916.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, puree, without salt added\", \"clust\": 934, \"cat_0_index\": 3796, \"rank\": 1727, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1714, \"ini\": 1034}, {\"group\": [240.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, ham, strained\", \"clust\": 244, \"cat_0_index\": 243, \"rank\": 1728, \"cat-0\": \"Baby Foods\", \"rankvar\": 167, \"ini\": 1033}, {\"group\": [2022.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, chicken, canned, ready-to-serve\", \"clust\": 2053, \"cat_0_index\": 2969, \"rank\": 1729, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 611, \"ini\": 1032}, {\"group\": [197.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, boar, wild, raw\", \"clust\": 198, \"cat_0_index\": 1924, \"rank\": 1730, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 987, \"ini\": 1031}, {\"group\": [710.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and raspberry, junior\", \"clust\": 725, \"cat_0_index\": 244, \"rank\": 1731, \"cat-0\": \"Baby Foods\", \"rankvar\": 1798, \"ini\": 1030}, {\"group\": [320.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, whole-wheat, cooked\", \"clust\": 325, \"cat_0_index\": 1046, \"rank\": 1732, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 222, \"ini\": 1029}, {\"group\": [2230.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, unprepared\", \"clust\": 2257, \"cat_0_index\": 3797, \"rank\": 1733, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 185, \"ini\": 1028}, {\"group\": [3726.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Toasted Oatmeal Cereal\", \"clust\": 3769, \"cat_0_index\": 915, \"rank\": 2760, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2840, \"ini\": 1027}, {\"group\": [2036.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with dumplings, canned, condensed\", \"clust\": 2066, \"cat_0_index\": 2970, \"rank\": 1734, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 506, \"ini\": 1026}, {\"group\": [2389.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 2415, \"cat_0_index\": 3798, \"rank\": 1735, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 888, \"ini\": 1025}, {\"group\": [883.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Chicken in Chicken Broth, condensed\", \"clust\": 906, \"cat_0_index\": 2971, \"rank\": 1736, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1132, \"ini\": 1024}, {\"group\": [2688.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise, reduced-calorie or diet, cholesterol-free\", \"clust\": 2723, \"cat_0_index\": 1536, \"rank\": 2759, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3033, \"ini\": 1023}, {\"group\": [1036.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ginger root, raw\", \"clust\": 1055, \"cat_0_index\": 3799, \"rank\": 1737, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 548, \"ini\": 1022}, {\"group\": [562.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, american type (slip skin), raw\", \"clust\": 576, \"cat_0_index\": 1851, \"rank\": 1738, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1469, \"ini\": 1021}, {\"group\": [2113.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, raw\", \"clust\": 2140, \"cat_0_index\": 3800, \"rank\": 1739, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2300, \"ini\": 1020}, {\"group\": [2138.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, raw\", \"clust\": 2169, \"cat_0_index\": 3801, \"rank\": 1740, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2530, \"ini\": 1019}, {\"group\": [931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, cooked, boiled, drained, with salt\", \"clust\": 946, \"cat_0_index\": 3802, \"rank\": 1741, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2224, \"ini\": 1018}, {\"group\": [292.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, chinese, boiled and steamed\", \"clust\": 296, \"cat_0_index\": 2284, \"rank\": 1742, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 151, \"ini\": 1017}, {\"group\": [2095.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef with Vegetables and Barley Soup, condensed\", \"clust\": 2126, \"cat_0_index\": 2972, \"rank\": 1743, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 557, \"ini\": 1016}, {\"group\": [2249.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, boiled, without skin\", \"clust\": 2279, \"cat_0_index\": 3803, \"rank\": 1744, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 579, \"ini\": 1015}, {\"group\": [2020.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, with meatballs, canned\", \"clust\": 2048, \"cat_0_index\": 2171, \"rank\": 1745, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 102, \"ini\": 1014}, {\"group\": [3882.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"NABISCO, NABISCO OREO CRUNCHIES, Cookie Crumb Topping\", \"clust\": 3912, \"cat_0_index\": 384, \"rank\": 2758, \"cat-0\": \"Baked Products\", \"rankvar\": 2915, \"ini\": 1013}, {\"group\": [241.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, ham, junior\", \"clust\": 245, \"cat_0_index\": 245, \"rank\": 1746, \"cat-0\": \"Baby Foods\", \"rankvar\": 168, \"ini\": 1012}, {\"group\": [978.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, sweet and sour, prepared-from-recipe\", \"clust\": 995, \"cat_0_index\": 2973, \"rank\": 1747, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 530, \"ini\": 1011}, {\"group\": [400.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth beans, mature seeds, cooked, boiled, with salt\", \"clust\": 408, \"cat_0_index\": 2117, \"rank\": 1748, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 35, \"ini\": 1010}, {\"group\": [863.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, raw\", \"clust\": 884, \"cat_0_index\": 3804, \"rank\": 1749, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2441, \"ini\": 1009}, {\"group\": [2334.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, cooked, boiled, drained, with salt\", \"clust\": 2364, \"cat_0_index\": 3805, \"rank\": 1750, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1136, \"ini\": 1008}, {\"group\": [3810.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K, Cinnamon Pecan\", \"clust\": 3854, \"cat_0_index\": 916, \"rank\": 2757, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2893, \"ini\": 1007}, {\"group\": [847.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, raw\", \"clust\": 863, \"cat_0_index\": 3806, \"rank\": 1751, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2273, \"ini\": 1006}, {\"group\": [958.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Traditional Italian Sauce, ready-to-serve\", \"clust\": 971, \"cat_0_index\": 2974, \"rank\": 1752, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 801, \"ini\": 1005}, {\"group\": [2207.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad without chicken\", \"clust\": 2236, \"cat_0_index\": 1341, \"rank\": 1753, \"cat-0\": \"Fast Foods\", \"rankvar\": 1318, \"ini\": 1004}, {\"group\": [2822.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Brotwurst, pork, beef, link\", \"clust\": 2847, \"cat_0_index\": 2434, \"rank\": 2756, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2451, \"ini\": 1003}, {\"group\": [3811.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, Reduced Sugar FROOT LOOPS\", \"clust\": 3853, \"cat_0_index\": 917, \"rank\": 2755, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3113, \"ini\": 1002}, {\"group\": [927.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, raw\", \"clust\": 944, \"cat_0_index\": 3807, \"rank\": 1754, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2225, \"ini\": 1001}, {\"group\": [1197.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, chocolate, dry mix, prepared with whole milk\", \"clust\": 1219, \"cat_0_index\": 3291, \"rank\": 1755, \"cat-0\": \"Sweets\", \"rankvar\": 224, \"ini\": 1000}, {\"group\": [3234.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, muenster, low fat\", \"clust\": 3270, \"cat_0_index\": 1196, \"rank\": 2754, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2597, \"ini\": 999}, {\"group\": [3767.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Chocolate CHEX\", \"clust\": 3809, \"cat_0_index\": 918, \"rank\": 2753, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2842, \"ini\": 998}, {\"group\": [917.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, cooked, steamed, without salt\", \"clust\": 935, \"cat_0_index\": 3808, \"rank\": 1756, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1872, \"ini\": 997}, {\"group\": [2920.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, carcass, separable lean and fat, raw\", \"clust\": 2955, \"cat_0_index\": 2320, \"rank\": 2752, \"cat-0\": \"Pork Products\", \"rankvar\": 2621, \"ini\": 996}, {\"group\": [877.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Meatballs in Chicken Broth Soup, condensed\", \"clust\": 894, \"cat_0_index\": 2975, \"rank\": 1757, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 635, \"ini\": 995}, {\"group\": [2115.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, cooked, boiled, drained, without salt\", \"clust\": 2145, \"cat_0_index\": 3809, \"rank\": 1758, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2084, \"ini\": 994}, {\"group\": [3813.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, SPECIAL K Vanilla Almond\", \"clust\": 3858, \"cat_0_index\": 919, \"rank\": 2751, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2879, \"ini\": 993}, {\"group\": [2012.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed, single brand\", \"clust\": 2043, \"cat_0_index\": 2976, \"rank\": 1759, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 751, \"ini\": 992}, {\"group\": [182.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, squid, mixed species, raw\", \"clust\": 180, \"cat_0_index\": 1580, \"rank\": 1760, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 413, \"ini\": 991}, {\"group\": [499.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, spiced, canned, heavy syrup pack, solids and liquids\", \"clust\": 516, \"cat_0_index\": 1852, \"rank\": 1761, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1776, \"ini\": 990}, {\"group\": [1289.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, condensed\", \"clust\": 1315, \"cat_0_index\": 2977, \"rank\": 1762, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 500, \"ini\": 989}, {\"group\": [2957.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cream, GAMESA SABROSAS\", \"clust\": 2992, \"cat_0_index\": 385, \"rank\": 2750, \"cat-0\": \"Baked Products\", \"rankvar\": 2655, \"ini\": 988}, {\"group\": [528.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Passion-fruit juice, yellow, raw\", \"clust\": 541, \"cat_0_index\": 1853, \"rank\": 1763, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1661, \"ini\": 987}, {\"group\": [3736.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS Cinnamon Roll, Dry\", \"clust\": 3780, \"cat_0_index\": 920, \"rank\": 2749, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2804, \"ini\": 986}, {\"group\": [963.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, cooked, boiled, drained, without salt\", \"clust\": 982, \"cat_0_index\": 3810, \"rank\": 1764, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1663, \"ini\": 985}, {\"group\": [1220.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, lowfat, with added vitamin A and vitamin D\", \"clust\": 1245, \"cat_0_index\": 1197, \"rank\": 1765, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 706, \"ini\": 984}, {\"group\": [512.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK French Vanilla Creamer\", \"clust\": 521, \"cat_0_index\": 2118, \"rank\": 1766, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1441, \"ini\": 983}, {\"group\": [3898.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SMORZ\", \"clust\": 3935, \"cat_0_index\": 921, \"rank\": 2748, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3116, \"ini\": 982}, {\"group\": [563.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, red or green (European type, such as Thompson seedless), raw\", \"clust\": 577, \"cat_0_index\": 1854, \"rank\": 1767, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1381, \"ini\": 981}, {\"group\": [1537.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coleslaw, home-prepared\", \"clust\": 1515, \"cat_0_index\": 3811, \"rank\": 1768, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 653, \"ini\": 980}, {\"group\": [884.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, SHREK shaped pasta with Chicken in Chicken Broth Soup, condensed\", \"clust\": 907, \"cat_0_index\": 2978, \"rank\": 1769, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1180, \"ini\": 979}, {\"group\": [3521.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, corn, refiner, and sugar\", \"clust\": 3557, \"cat_0_index\": 3292, \"rank\": 1770, \"cat-0\": \"Sweets\", \"rankvar\": 2664, \"ini\": 978}, {\"group\": [2899.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2935, \"cat_0_index\": 450, \"rank\": 2747, \"cat-0\": \"Beef Products\", \"rankvar\": 2631, \"ini\": 977}, {\"group\": [962.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, raw\", \"clust\": 981, \"cat_0_index\": 3812, \"rank\": 1771, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1526, \"ini\": 976}, {\"group\": [1294.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, prepared with equal volume milk\", \"clust\": 1312, \"cat_0_index\": 2979, \"rank\": 1772, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 421, \"ini\": 975}, {\"group\": [2393.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, cooked, boiled, drained, without salt\", \"clust\": 2425, \"cat_0_index\": 3813, \"rank\": 1773, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1615, \"ini\": 974}, {\"group\": [2246.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, with salt\", \"clust\": 2272, \"cat_0_index\": 3814, \"rank\": 1774, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 202, \"ini\": 973}, {\"group\": [1100.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant Formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1121, \"cat_0_index\": 246, \"rank\": 1775, \"cat-0\": \"Baby Foods\", \"rankvar\": 844, \"ini\": 972}, {\"group\": [2997.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, halavah, plain\", \"clust\": 3026, \"cat_0_index\": 3293, \"rank\": 2746, \"cat-0\": \"Sweets\", \"rankvar\": 2656, \"ini\": 971}, {\"group\": [1234.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, low sodium, fluid\", \"clust\": 1254, \"cat_0_index\": 1198, \"rank\": 1776, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 983, \"ini\": 970}, {\"group\": [1098.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON,NEXT STEP PROSOBEE, prepared from powder\", \"clust\": 1119, \"cat_0_index\": 247, \"rank\": 1777, \"cat-0\": \"Baby Foods\", \"rankvar\": 1092, \"ini\": 969}, {\"group\": [3853.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, dry mix, pudding-type, enriched\", \"clust\": 3896, \"cat_0_index\": 386, \"rank\": 2745, \"cat-0\": \"Baked Products\", \"rankvar\": 3198, \"ini\": 968}, {\"group\": [1069.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwestern-Style Chicken Vegetable Soup, condensed\", \"clust\": 1086, \"cat_0_index\": 2980, \"rank\": 1778, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 505, \"ini\": 967}, {\"group\": [3651.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Muffins, blueberry, commercially prepared (Includes mini-muffins)\", \"clust\": 3693, \"cat_0_index\": 387, \"rank\": 2744, \"cat-0\": \"Baked Products\", \"rankvar\": 2593, \"ini\": 966}, {\"group\": [1022.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, cooked, boiled, drained, without salt\", \"clust\": 1040, \"cat_0_index\": 3815, \"rank\": 1779, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 331, \"ini\": 965}, {\"group\": [2430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, raw\", \"clust\": 2461, \"cat_0_index\": 3816, \"rank\": 1780, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 715, \"ini\": 964}, {\"group\": [480.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, heavy syrup, drained\", \"clust\": 493, \"cat_0_index\": 1855, \"rank\": 1781, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1658, \"ini\": 963}, {\"group\": [1099.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE, LIPIL, ready to feed, with ARA and DHA\", \"clust\": 1120, \"cat_0_index\": 248, \"rank\": 1782, \"cat-0\": \"Baby Foods\", \"rankvar\": 1091, \"ini\": 962}, {\"group\": [3018.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, brownies, prepared from recipe\", \"clust\": 3053, \"cat_0_index\": 388, \"rank\": 2743, \"cat-0\": \"Baked Products\", \"rankvar\": 2677, \"ini\": 961}, {\"group\": [3725.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cookies\", \"clust\": 3763, \"cat_0_index\": 249, \"rank\": 2742, \"cat-0\": \"Baby Foods\", \"rankvar\": 2623, \"ini\": 960}, {\"group\": [2431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, cooked, boiled, drained, without salt\", \"clust\": 2462, \"cat_0_index\": 3817, \"rank\": 1783, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 601, \"ini\": 959}, {\"group\": [870.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, peppers, hot, chili, mature red, canned\", \"clust\": 881, \"cat_0_index\": 2981, \"rank\": 1784, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2483, \"ini\": 958}, {\"group\": [3737.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS, Golden Brown Sugar, dry\", \"clust\": 3781, \"cat_0_index\": 922, \"rank\": 2741, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2830, \"ini\": 957}, {\"group\": [1398.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with pork, canned, prepared with equal volume water\", \"clust\": 1422, \"cat_0_index\": 2982, \"rank\": 1785, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 762, \"ini\": 956}, {\"group\": [2124.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 2155, \"cat_0_index\": 3818, \"rank\": 1786, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2126, \"ini\": 955}, {\"group\": [3844.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, brownies, commercially prepared\", \"clust\": 3889, \"cat_0_index\": 389, \"rank\": 2740, \"cat-0\": \"Baked Products\", \"rankvar\": 2743, \"ini\": 954}, {\"group\": [825.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant, prepared with whole milk\", \"clust\": 843, \"cat_0_index\": 3294, \"rank\": 1787, \"cat-0\": \"Sweets\", \"rankvar\": 68, \"ini\": 953}, {\"group\": [2621.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, mayonnaise, light, SMART BALANCE, Omega Plus light\", \"clust\": 2647, \"cat_0_index\": 1537, \"rank\": 2739, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2725, \"ini\": 952}, {\"group\": [837.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, oatmeal, instant, raisins, dates and walnuts, prepared with water\", \"clust\": 856, \"cat_0_index\": 923, \"rank\": 1788, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 83, \"ini\": 951}, {\"group\": [529.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Passion-fruit juice, purple, raw\", \"clust\": 542, \"cat_0_index\": 1856, \"rank\": 1789, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1966, \"ini\": 950}, {\"group\": [881.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Mega Noodle in Chicken Broth, condensed\", \"clust\": 901, \"cat_0_index\": 2983, \"rank\": 1790, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 795, \"ini\": 949}, {\"group\": [2231.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, without salt\", \"clust\": 2261, \"cat_0_index\": 3819, \"rank\": 1791, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 179, \"ini\": 948}, {\"group\": [503.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, pitted, heavy syrup pack, solids and liquids\", \"clust\": 509, \"cat_0_index\": 1857, \"rank\": 1792, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1233, \"ini\": 947}, {\"group\": [1033.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, white, flesh and skin, raw\", \"clust\": 1051, \"cat_0_index\": 3820, \"rank\": 1793, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1055, \"ini\": 946}, {\"group\": [3031.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, refrigerated dough\", \"clust\": 3065, \"cat_0_index\": 390, \"rank\": 2738, \"cat-0\": \"Baked Products\", \"rankvar\": 2592, \"ini\": 945}, {\"group\": [840.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, cooked, boiled, drained, without salt\", \"clust\": 858, \"cat_0_index\": 3821, \"rank\": 1794, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2284, \"ini\": 944}, {\"group\": [2358.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, microwaved\", \"clust\": 2389, \"cat_0_index\": 3822, \"rank\": 1795, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1832, \"ini\": 943}, {\"group\": [144.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, heart (Alaska Native)\", \"clust\": 127, \"cat_0_index\": 1296, \"rank\": 1796, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 502, \"ini\": 942}, {\"group\": [2347.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, cooked, baked, with salt\", \"clust\": 2377, \"cat_0_index\": 3823, \"rank\": 1797, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1697, \"ini\": 941}, {\"group\": [928.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, raw\", \"clust\": 945, \"cat_0_index\": 3824, \"rank\": 1798, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1901, \"ini\": 940}, {\"group\": [2814.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheesefurter, cheese smokie, pork, beef\", \"clust\": 2844, \"cat_0_index\": 2435, \"rank\": 2737, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2506, \"ini\": 939}, {\"group\": [3418.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, plain, dry\", \"clust\": 3455, \"cat_0_index\": 924, \"rank\": 2736, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2735, \"ini\": 938}, {\"group\": [811.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice bowl with chicken, frozen entree, prepared (includes fried, teriyaki, and sweet and sour varieties)\", \"clust\": 827, \"cat_0_index\": 2172, \"rank\": 1799, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 4, \"ini\": 937}, {\"group\": [2313.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned with pork\", \"clust\": 2342, \"cat_0_index\": 2119, \"rank\": 1800, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 340, \"ini\": 936}, {\"group\": [835.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, low fat, 11 grams protein per 8 ounce\", \"clust\": 850, \"cat_0_index\": 1199, \"rank\": 1801, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 192, \"ini\": 935}, {\"group\": [3652.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweet rolls, cinnamon, commercially prepared with raisins\", \"clust\": 3691, \"cat_0_index\": 391, \"rank\": 2735, \"cat-0\": \"Baked Products\", \"rankvar\": 2580, \"ini\": 934}, {\"group\": [3821.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, uncooked\", \"clust\": 3864, \"cat_0_index\": 1858, \"rank\": 2734, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3031, \"ini\": 933}, {\"group\": [195.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, smoked and canned (Alaska Native)\", \"clust\": 191, \"cat_0_index\": 1297, \"rank\": 1802, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1223, \"ini\": 932}, {\"group\": [2842.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 2875, \"cat_0_index\": 1342, \"rank\": 2733, \"cat-0\": \"Fast Foods\", \"rankvar\": 1867, \"ini\": 931}, {\"group\": [886.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL's Red and White, Souper Shapes Soup - Cars, condensed\", \"clust\": 904, \"cat_0_index\": 2984, \"rank\": 1803, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1109, \"ini\": 930}, {\"group\": [970.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory roots, raw\", \"clust\": 984, \"cat_0_index\": 3825, \"rank\": 1804, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 608, \"ini\": 929}, {\"group\": [3730.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OAT LIFE, plain\", \"clust\": 3768, \"cat_0_index\": 925, \"rank\": 2732, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2779, \"ini\": 928}, {\"group\": [211.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, shrimp, mixed species, imitation, made from surimi\", \"clust\": 212, \"cat_0_index\": 1581, \"rank\": 1805, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 232, \"ini\": 927}, {\"group\": [2032.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stockpot, canned, condensed\", \"clust\": 2056, \"cat_0_index\": 2985, \"rank\": 1806, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 637, \"ini\": 926}, {\"group\": [2348.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, cooked, boiled, drained, with salt\", \"clust\": 2378, \"cat_0_index\": 3826, \"rank\": 1807, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1777, \"ini\": 925}, {\"group\": [2942.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, reduced fat\", \"clust\": 2975, \"cat_0_index\": 392, \"rank\": 2731, \"cat-0\": \"Baked Products\", \"rankvar\": 2650, \"ini\": 924}, {\"group\": [2241.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, cooked, boiled, drained, without salt\", \"clust\": 2269, \"cat_0_index\": 3827, \"rank\": 1808, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 113, \"ini\": 923}, {\"group\": [943.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, cooked, boiled. drained, with salt\", \"clust\": 963, \"cat_0_index\": 3828, \"rank\": 1809, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1411, \"ini\": 922}, {\"group\": [369.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, ranch dressing, fat-free\", \"clust\": 378, \"cat_0_index\": 1538, \"rank\": 1810, \"cat-0\": \"Fats and Oils\", \"rankvar\": 510, \"ini\": 921}, {\"group\": [1096.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, cooked, dry heat\", \"clust\": 1115, \"cat_0_index\": 1582, \"rank\": 1811, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 339, \"ini\": 920}, {\"group\": [2390.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, immature seeds, canned, no salt added, solids and liquids\", \"clust\": 2419, \"cat_0_index\": 3829, \"rank\": 1812, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 629, \"ini\": 919}, {\"group\": [976.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Tomato Soup, condensed\", \"clust\": 996, \"cat_0_index\": 2986, \"rank\": 1813, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 763, \"ini\": 918}, {\"group\": [2141.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, cooked, boiled, drained, with salt\", \"clust\": 2167, \"cat_0_index\": 3830, \"rank\": 1814, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2491, \"ini\": 917}, {\"group\": [239.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, monkfish, raw\", \"clust\": 239, \"cat_0_index\": 1583, \"rank\": 1815, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 990, \"ini\": 916}, {\"group\": [1034.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potato, flesh and skin, raw\", \"clust\": 1052, \"cat_0_index\": 3831, \"rank\": 1816, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 802, \"ini\": 915}, {\"group\": [3782.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cookie, baby, fruit\", \"clust\": 3824, \"cat_0_index\": 250, \"rank\": 2730, \"cat-0\": \"Baby Foods\", \"rankvar\": 2669, \"ini\": 914}, {\"group\": [938.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, Chanterelle, raw\", \"clust\": 954, \"cat_0_index\": 3832, \"rank\": 1817, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2269, \"ini\": 913}, {\"group\": [3830.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Raisins, seedless\", \"clust\": 3874, \"cat_0_index\": 1859, \"rank\": 2729, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3384, \"ini\": 912}, {\"group\": [3517.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, with no added salt\", \"clust\": 3560, \"cat_0_index\": 3295, \"rank\": 1818, \"cat-0\": \"Sweets\", \"rankvar\": 2900, \"ini\": 911}, {\"group\": [2107.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, raw\", \"clust\": 2138, \"cat_0_index\": 3833, \"rank\": 1819, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2022, \"ini\": 910}, {\"group\": [3808.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K Blueberry\", \"clust\": 3855, \"cat_0_index\": 926, \"rank\": 2728, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3107, \"ini\": 909}, {\"group\": [252.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad with Grilled Chicken\", \"clust\": 255, \"cat_0_index\": 1343, \"rank\": 1820, \"cat-0\": \"Fast Foods\", \"rankvar\": 334, \"ini\": 908}, {\"group\": [986.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with onions\", \"clust\": 1005, \"cat_0_index\": 3834, \"rank\": 1821, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1704, \"ini\": 907}, {\"group\": [2008.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Broccoli Soup, condensed\", \"clust\": 2040, \"cat_0_index\": 2987, \"rank\": 1822, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 806, \"ini\": 906}, {\"group\": [2943.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, milk\", \"clust\": 2973, \"cat_0_index\": 393, \"rank\": 2727, \"cat-0\": \"Baked Products\", \"rankvar\": 2633, \"ini\": 905}, {\"group\": [235.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, lungs, cooked, braised\", \"clust\": 237, \"cat_0_index\": 2321, \"rank\": 1823, \"cat-0\": \"Pork Products\", \"rankvar\": 519, \"ini\": 904}, {\"group\": [3434.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ready-to-eat, ALPEN\", \"clust\": 3470, \"cat_0_index\": 927, \"rank\": 2726, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2776, \"ini\": 903}, {\"group\": [2620.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, BENECOL Light Spread\", \"clust\": 2649, \"cat_0_index\": 1539, \"rank\": 2725, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2923, \"ini\": 902}, {\"group\": [533.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit supreme dessert\", \"clust\": 543, \"cat_0_index\": 251, \"rank\": 1824, \"cat-0\": \"Baby Foods\", \"rankvar\": 1442, \"ini\": 901}, {\"group\": [726.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), raw\", \"clust\": 736, \"cat_0_index\": 1860, \"rank\": 1825, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1503, \"ini\": 900}, {\"group\": [890.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, French Onion Soup, condensed\", \"clust\": 892, \"cat_0_index\": 2988, \"rank\": 1826, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2039, \"ini\": 899}, {\"group\": [1991.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, imitation, milk cream\", \"clust\": 2011, \"cat_0_index\": 1540, \"rank\": 1827, \"cat-0\": \"Fats and Oils\", \"rankvar\": 323, \"ini\": 898}, {\"group\": [2805.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork and turkey sausage, pre-cooked\", \"clust\": 2834, \"cat_0_index\": 2436, \"rank\": 2724, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2492, \"ini\": 897}, {\"group\": [2213.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Basil, fresh\", \"clust\": 2242, \"cat_0_index\": 3111, \"rank\": 1828, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2240, \"ini\": 896}, {\"group\": [977.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, condensed\", \"clust\": 997, \"cat_0_index\": 2989, \"rank\": 1829, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 823, \"ini\": 895}, {\"group\": [1024.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, flesh, with salt\", \"clust\": 1045, \"cat_0_index\": 3835, \"rank\": 1830, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 497, \"ini\": 894}, {\"group\": [864.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, cooked, boiled, drained, without salt\", \"clust\": 885, \"cat_0_index\": 3836, \"rank\": 1831, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2383, \"ini\": 893}, {\"group\": [494.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, dutch apple, strained\", \"clust\": 507, \"cat_0_index\": 252, \"rank\": 1832, \"cat-0\": \"Baby Foods\", \"rankvar\": 1886, \"ini\": 892}, {\"group\": [2238.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, raw\", \"clust\": 2267, \"cat_0_index\": 3837, \"rank\": 1833, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 223, \"ini\": 891}, {\"group\": [3019.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, unenriched\", \"clust\": 3051, \"cat_0_index\": 394, \"rank\": 2723, \"cat-0\": \"Baked Products\", \"rankvar\": 2699, \"ini\": 890}, {\"group\": [274.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetables tossed, without dressing, with turkey, ham and cheese\", \"clust\": 275, \"cat_0_index\": 1344, \"rank\": 1834, \"cat-0\": \"Fast Foods\", \"rankvar\": 312, \"ini\": 889}, {\"group\": [1725.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, green, canned, prepared with equal volume milk\", \"clust\": 1752, \"cat_0_index\": 2990, \"rank\": 1835, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 108, \"ini\": 888}, {\"group\": [175.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, gizzard, all classes, raw\", \"clust\": 177, \"cat_0_index\": 2345, \"rank\": 1836, \"cat-0\": \"Poultry Products\", \"rankvar\": 678, \"ini\": 887}, {\"group\": [707.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mulberries, raw\", \"clust\": 716, \"cat_0_index\": 1861, \"rank\": 1837, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1719, \"ini\": 886}, {\"group\": [293.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, raw\", \"clust\": 297, \"cat_0_index\": 2285, \"rank\": 1838, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 229, \"ini\": 885}, {\"group\": [402.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), cooked, boiled, drained, with salt\", \"clust\": 411, \"cat_0_index\": 3838, \"rank\": 1839, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 117, \"ini\": 884}, {\"group\": [459.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, raw\", \"clust\": 468, \"cat_0_index\": 1862, \"rank\": 1840, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1252, \"ini\": 883}, {\"group\": [2195.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, cooked, boiled, drained, without salt\", \"clust\": 2222, \"cat_0_index\": 3839, \"rank\": 1841, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2402, \"ini\": 882}, {\"group\": [517.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, French Vanilla, prepared with boiling water\", \"clust\": 532, \"cat_0_index\": 928, \"rank\": 1842, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 209, \"ini\": 881}, {\"group\": [7.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dehydrated (low-moisture), sulfured, stewed\", \"clust\": 9, \"cat_0_index\": 1863, \"rank\": 1843, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 566, \"ini\": 880}, {\"group\": [2483.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut cream, raw (liquid expressed from grated meat)\", \"clust\": 2481, \"cat_0_index\": 2286, \"rank\": 2722, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3278, \"ini\": 879}, {\"group\": [2194.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dandelion greens, cooked, boiled, drained, without salt\", \"clust\": 2223, \"cat_0_index\": 3840, \"rank\": 1844, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1996, \"ini\": 878}, {\"group\": [3673.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, plain (includes unsugared, old-fashioned)\", \"clust\": 3711, \"cat_0_index\": 395, \"rank\": 2721, \"cat-0\": \"Baked Products\", \"rankvar\": 2539, \"ini\": 877}, {\"group\": [518.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, prepared with boiling water\", \"clust\": 533, \"cat_0_index\": 929, \"rank\": 1845, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 221, \"ini\": 876}, {\"group\": [1025.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh, with salt\", \"clust\": 1046, \"cat_0_index\": 3841, \"rank\": 1846, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 409, \"ini\": 875}, {\"group\": [362.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, Sugar Free, CREAMSICLE Pops\", \"clust\": 370, \"cat_0_index\": 3296, \"rank\": 1847, \"cat-0\": \"Sweets\", \"rankvar\": 2467, \"ini\": 874}, {\"group\": [495.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, dutch apple, junior\", \"clust\": 508, \"cat_0_index\": 253, \"rank\": 1848, \"cat-0\": \"Baby Foods\", \"rankvar\": 1850, \"ini\": 873}, {\"group\": [990.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, hawaiian style, pickled\", \"clust\": 1006, \"cat_0_index\": 3842, \"rank\": 1849, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2253, \"ini\": 872}, {\"group\": [3175.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"T.G.I. FRIDAY'S, fried mozzarella\", \"clust\": 3208, \"cat_0_index\": 2398, \"rank\": 2720, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1594, \"ini\": 871}, {\"group\": [834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, lowfat, with low calorie sweetener\", \"clust\": 851, \"cat_0_index\": 1200, \"rank\": 1850, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 140, \"ini\": 870}, {\"group\": [834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, lowfat, with low calorie sweetener, fortified with vitamin D\", \"clust\": 852, \"cat_0_index\": 1201, \"rank\": 1851, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 141, \"ini\": 869}, {\"group\": [1070.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwest Style Pepper Jack Soup, condensed\", \"clust\": 1085, \"cat_0_index\": 2991, \"rank\": 1852, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 881, \"ini\": 868}, {\"group\": [815.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular, prepared with whole milk\", \"clust\": 832, \"cat_0_index\": 3297, \"rank\": 1853, \"cat-0\": \"Sweets\", \"rankvar\": 91, \"ini\": 867}, {\"group\": [3785.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, cornbread, dry mix, enriched (includes corn muffin mix)\", \"clust\": 3825, \"cat_0_index\": 396, \"rank\": 2719, \"cat-0\": \"Baked Products\", \"rankvar\": 2639, \"ini\": 866}, {\"group\": [3090.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with honey, dry\", \"clust\": 3119, \"cat_0_index\": 254, \"rank\": 2718, \"cat-0\": \"Baby Foods\", \"rankvar\": 3559, \"ini\": 865}, {\"group\": [2139.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pimento, canned\", \"clust\": 2170, \"cat_0_index\": 3843, \"rank\": 1854, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2535, \"ini\": 864}, {\"group\": [2192.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, cooked, boiled, drained, without salt\", \"clust\": 2224, \"cat_0_index\": 3844, \"rank\": 1855, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2005, \"ini\": 863}, {\"group\": [133.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pout, ocean, raw\", \"clust\": 134, \"cat_0_index\": 1584, \"rank\": 1856, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1161, \"ini\": 862}, {\"group\": [140.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, lingcod, meat, raw (Alaska Native)\", \"clust\": 142, \"cat_0_index\": 1298, \"rank\": 1857, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1400, \"ini\": 861}, {\"group\": [732.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, extra sweet variety\", \"clust\": 745, \"cat_0_index\": 1864, \"rank\": 1858, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2168, \"ini\": 860}, {\"group\": [3881.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Old Fashioned Windmill Cookies\", \"clust\": 3923, \"cat_0_index\": 397, \"rank\": 2717, \"cat-0\": \"Baked Products\", \"rankvar\": 2856, \"ini\": 859}, {\"group\": [3675.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, cinnamon, enriched\", \"clust\": 3716, \"cat_0_index\": 398, \"rank\": 2716, \"cat-0\": \"Baked Products\", \"rankvar\": 2505, \"ini\": 858}, {\"group\": [2409.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, no salt added, drained solids\", \"clust\": 2438, \"cat_0_index\": 3845, \"rank\": 1859, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 721, \"ini\": 857}, {\"group\": [3788.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S MUESLIX\", \"clust\": 3834, \"cat_0_index\": 930, \"rank\": 2715, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2765, \"ini\": 856}, {\"group\": [2397.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Boysenberries, frozen, unsweetened\", \"clust\": 2427, \"cat_0_index\": 1865, \"rank\": 1860, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2006, \"ini\": 855}, {\"group\": [3524.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chewing gum, sugarless\", \"clust\": 3547, \"cat_0_index\": 3298, \"rank\": 1861, \"cat-0\": \"Sweets\", \"rankvar\": 2854, \"ini\": 854}, {\"group\": [493.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, canned, heavy syrup, solids and liquids\", \"clust\": 504, \"cat_0_index\": 1866, \"rank\": 1862, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1878, \"ini\": 853}, {\"group\": [147.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, farmed, cooked, moist heat\", \"clust\": 151, \"cat_0_index\": 1585, \"rank\": 1863, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 857, \"ini\": 852}, {\"group\": [1027.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, cooked, baked, with salt\", \"clust\": 1043, \"cat_0_index\": 3846, \"rank\": 1864, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 356, \"ini\": 851}, {\"group\": [2802.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (chicken, pork, beef)\", \"clust\": 2836, \"cat_0_index\": 2437, \"rank\": 2714, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2529, \"ini\": 850}, {\"group\": [3727.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER toasted Oatmeal Cereal, Honey Nut\", \"clust\": 3770, \"cat_0_index\": 931, \"rank\": 2713, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2855, \"ini\": 849}, {\"group\": [957.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Roasted Red Pepper and Garlic Italian Sauce, ready-to-serve\", \"clust\": 972, \"cat_0_index\": 2992, \"rank\": 1865, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1066, \"ini\": 848}, {\"group\": [3427.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Curves Fruit & Nut Crunch cereal\", \"clust\": 3462, \"cat_0_index\": 932, \"rank\": 2712, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2943, \"ini\": 847}, {\"group\": [2792.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork with ham, minced, canned, includes SPAM (Hormel)\", \"clust\": 2819, \"cat_0_index\": 2438, \"rank\": 2711, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2503, \"ini\": 846}, {\"group\": [2970.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, cornnuts, nacho-flavor\", \"clust\": 3004, \"cat_0_index\": 2586, \"rank\": 2710, \"cat-0\": \"Snacks\", \"rankvar\": 2695, \"ini\": 845}, {\"group\": [869.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, (fuki), raw\", \"clust\": 882, \"cat_0_index\": 3847, \"rank\": 1866, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2548, \"ini\": 844}, {\"group\": [2616.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, approximately 37% fat, unspecified oils, with salt, with added vitamin D\", \"clust\": 2645, \"cat_0_index\": 1541, \"rank\": 2709, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2831, \"ini\": 843}, {\"group\": [2400.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberries, wild, bush, raw (Alaska Native)\", \"clust\": 2429, \"cat_0_index\": 1299, \"rank\": 1867, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2378, \"ini\": 842}, {\"group\": [2406.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, cooked, boiled, drained, with salt\", \"clust\": 2435, \"cat_0_index\": 3848, \"rank\": 1868, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1198, \"ini\": 841}, {\"group\": [3839.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dulce de Leche\", \"clust\": 3884, \"cat_0_index\": 1202, \"rank\": 2708, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2889, \"ini\": 840}, {\"group\": [372.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, reduced calorie\", \"clust\": 382, \"cat_0_index\": 1542, \"rank\": 1869, \"cat-0\": \"Fats and Oils\", \"rankvar\": 708, \"ini\": 839}, {\"group\": [2034.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pepperpot, canned, condensed\", \"clust\": 2064, \"cat_0_index\": 2993, \"rank\": 1870, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 400, \"ini\": 838}, {\"group\": [3801.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, rolled oats, whole wheat, rice, presweetened, maple flavored, with pecans\", \"clust\": 3845, \"cat_0_index\": 933, \"rank\": 2707, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2733, \"ini\": 837}, {\"group\": [184.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, flatfish (flounder and sole species), cooked, dry heat\", \"clust\": 185, \"cat_0_index\": 1586, \"rank\": 1871, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 562, \"ini\": 836}, {\"group\": [3289.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, beef flavor, dry\", \"clust\": 3326, \"cat_0_index\": 2994, \"rank\": 2706, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2678, \"ini\": 835}, {\"group\": [2828.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, pork, cooked\", \"clust\": 2856, \"cat_0_index\": 2439, \"rank\": 2705, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2510, \"ini\": 834}, {\"group\": [750.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whipped cream substitute, dietetic, made from powdered mix\", \"clust\": 436, \"cat_0_index\": 1203, \"rank\": 1872, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 644, \"ini\": 833}, {\"group\": [2128.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, cooked, boiled, drained, with salt\", \"clust\": 2159, \"cat_0_index\": 3849, \"rank\": 1873, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2173, \"ini\": 832}, {\"group\": [1251.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, white, thin, prepared-from-recipe, with butter\", \"clust\": 1273, \"cat_0_index\": 2995, \"rank\": 1874, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 540, \"ini\": 831}, {\"group\": [135.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cusk, raw\", \"clust\": 138, \"cat_0_index\": 1587, \"rank\": 1875, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1177, \"ini\": 830}, {\"group\": [277.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Organic Nasoya Firm Tofu\", \"clust\": 281, \"cat_0_index\": 2120, \"rank\": 1876, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 623, \"ini\": 829}, {\"group\": [984.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, mustard, salted\", \"clust\": 1002, \"cat_0_index\": 3850, \"rank\": 1877, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2271, \"ini\": 828}, {\"group\": [1026.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh, with salt\", \"clust\": 1044, \"cat_0_index\": 3851, \"rank\": 1878, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 410, \"ini\": 827}, {\"group\": [939.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with mushrooms\", \"clust\": 957, \"cat_0_index\": 3852, \"rank\": 1879, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1772, \"ini\": 826}, {\"group\": [3362.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, dry\", \"clust\": 3397, \"cat_0_index\": 934, \"rank\": 2704, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3294, \"ini\": 825}, {\"group\": [150.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, wild, cooked, moist heat\", \"clust\": 149, \"cat_0_index\": 1588, \"rank\": 1880, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 766, \"ini\": 824}, {\"group\": [882.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken NOODLEO's Soup, condensed\", \"clust\": 902, \"cat_0_index\": 2996, \"rank\": 1881, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 742, \"ini\": 823}, {\"group\": [3942.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, hard, dietetic or low calorie (sorbitol)\", \"clust\": 3989, \"cat_0_index\": 3299, \"rank\": 2703, \"cat-0\": \"Sweets\", \"rankvar\": 3734, \"ini\": 822}, {\"group\": [3787.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, RAISIN NUT BRAN\", \"clust\": 3831, \"cat_0_index\": 935, \"rank\": 2702, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2860, \"ini\": 821}, {\"group\": [159.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, kidney (Alaska Native)\", \"clust\": 162, \"cat_0_index\": 1300, \"rank\": 1882, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 645, \"ini\": 820}, {\"group\": [3519.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, chinese, cellophane or long rice (mung beans), dehydrated\", \"clust\": 3559, \"cat_0_index\": 2121, \"rank\": 1883, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2726, \"ini\": 819}, {\"group\": [177.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, turbot, european, raw\", \"clust\": 175, \"cat_0_index\": 1589, \"rank\": 1884, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 366, \"ini\": 818}, {\"group\": [3783.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST Banana Nut Crunch\", \"clust\": 3826, \"cat_0_index\": 936, \"rank\": 2701, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2686, \"ini\": 817}, {\"group\": [3751.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FRANKENBERRY\", \"clust\": 3794, \"cat_0_index\": 937, \"rank\": 2700, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3089, \"ini\": 816}, {\"group\": [2507.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, prepared from recipe, made with butter\", \"clust\": 2535, \"cat_0_index\": 399, \"rank\": 2699, \"cat-0\": \"Baked Products\", \"rankvar\": 2788, \"ini\": 815}, {\"group\": [315.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, with pasta, cooked\", \"clust\": 317, \"cat_0_index\": 1047, \"rank\": 1885, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 160, \"ini\": 814}, {\"group\": [753.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Chinese, fried rice\", \"clust\": 764, \"cat_0_index\": 2399, \"rank\": 1886, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 5, \"ini\": 813}, {\"group\": [3416.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pancakes, buckwheat, dry mix, incomplete\", \"clust\": 3451, \"cat_0_index\": 400, \"rank\": 2698, \"cat-0\": \"Baked Products\", \"rankvar\": 2824, \"ini\": 812}, {\"group\": [1469.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, pizza, canned, ready-to-serve\", \"clust\": 1494, \"cat_0_index\": 2997, \"rank\": 1887, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1200, \"ini\": 811}, {\"group\": [267.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 2% milkfat\", \"clust\": 271, \"cat_0_index\": 1204, \"rank\": 1888, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 330, \"ini\": 810}, {\"group\": [378.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, fat-free\", \"clust\": 384, \"cat_0_index\": 1543, \"rank\": 1889, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2172, \"ini\": 809}, {\"group\": [526.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with apples and pears, strained\", \"clust\": 538, \"cat_0_index\": 255, \"rank\": 1890, \"cat-0\": \"Baby Foods\", \"rankvar\": 874, \"ini\": 808}, {\"group\": [3176.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"DENNY'S, mozzarella cheese sticks\", \"clust\": 3207, \"cat_0_index\": 2400, \"rank\": 2697, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1650, \"ini\": 807}, {\"group\": [3242.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT VELVEETA LIGHT Reduced Fat Pasteurized Process Cheese Product\", \"clust\": 3273, \"cat_0_index\": 1205, \"rank\": 2696, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2599, \"ini\": 806}, {\"group\": [312.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, candied, home-prepared\", \"clust\": 310, \"cat_0_index\": 3853, \"rank\": 1891, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 75, \"ini\": 805}, {\"group\": [513.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, prepared\", \"clust\": 525, \"cat_0_index\": 938, \"rank\": 1892, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 275, \"ini\": 804}, {\"group\": [651.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple yogurt dessert, strained\", \"clust\": 664, \"cat_0_index\": 256, \"rank\": 1893, \"cat-0\": \"Baby Foods\", \"rankvar\": 922, \"ini\": 803}, {\"group\": [1981.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from flakes without milk, whole milk and butter added\", \"clust\": 2010, \"cat_0_index\": 3854, \"rank\": 1894, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 269, \"ini\": 802}, {\"group\": [3902.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, fig bars\", \"clust\": 3944, \"cat_0_index\": 401, \"rank\": 2695, \"cat-0\": \"Baked Products\", \"rankvar\": 2955, \"ini\": 801}, {\"group\": [3784.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, whole wheat, rolled oats, presweetened, with pecans\", \"clust\": 3827, \"cat_0_index\": 939, \"rank\": 2694, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2629, \"ini\": 800}, {\"group\": [956.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Combination Italian Sauce, ready-to-serve\", \"clust\": 975, \"cat_0_index\": 2998, \"rank\": 1895, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1221, \"ini\": 799}, {\"group\": [134.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, snail, raw\", \"clust\": 135, \"cat_0_index\": 1590, \"rank\": 1896, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 667, \"ini\": 798}, {\"group\": [2096.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Vegetable Beef Soup, condensed\", \"clust\": 2127, \"cat_0_index\": 2999, \"rank\": 1897, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 640, \"ini\": 797}, {\"group\": [3665.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, refrigerated dough\", \"clust\": 3705, \"cat_0_index\": 402, \"rank\": 2693, \"cat-0\": \"Baked Products\", \"rankvar\": 2606, \"ini\": 796}, {\"group\": [2251.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, raw\", \"clust\": 2282, \"cat_0_index\": 3855, \"rank\": 1898, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 198, \"ini\": 795}, {\"group\": [411.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Longans, raw\", \"clust\": 415, \"cat_0_index\": 1867, \"rank\": 1899, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2341, \"ini\": 794}, {\"group\": [1015.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yautia (tannier), raw\", \"clust\": 1029, \"cat_0_index\": 3856, \"rank\": 1900, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1033, \"ini\": 793}, {\"group\": [3876.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Ruth's Oatmeal\", \"clust\": 3922, \"cat_0_index\": 403, \"rank\": 2692, \"cat-0\": \"Baked Products\", \"rankvar\": 2716, \"ini\": 792}, {\"group\": [3935.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, butterscotch\", \"clust\": 3976, \"cat_0_index\": 3300, \"rank\": 2691, \"cat-0\": \"Sweets\", \"rankvar\": 3659, \"ini\": 791}, {\"group\": [3790.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP, APPLE CINNAMON\", \"clust\": 3837, \"cat_0_index\": 940, \"rank\": 2690, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2992, \"ini\": 790}, {\"group\": [980.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, scalloped, dry mix, prepared with water, whole milk and butter\", \"clust\": 999, \"cat_0_index\": 3857, \"rank\": 1901, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 213, \"ini\": 789}, {\"group\": [3721.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, salvadoran sweet cheese (quesadilla salvadorena)\", \"clust\": 3750, \"cat_0_index\": 404, \"rank\": 2689, \"cat-0\": \"Baked Products\", \"rankvar\": 2353, \"ini\": 788}, {\"group\": [2248.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, syrup pack, drained solids\", \"clust\": 2278, \"cat_0_index\": 3858, \"rank\": 1902, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 309, \"ini\": 787}, {\"group\": [2433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, raw, unprepared\", \"clust\": 2459, \"cat_0_index\": 3859, \"rank\": 1903, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 508, \"ini\": 786}, {\"group\": [443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Banana-Strawberry soy Yogurt\", \"clust\": 456, \"cat_0_index\": 2122, \"rank\": 1904, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1124, \"ini\": 785}, {\"group\": [216.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken breast, oven-roasted, fat-free, sliced\", \"clust\": 217, \"cat_0_index\": 2440, \"rank\": 1905, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1587, \"ini\": 784}, {\"group\": [491.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, frozen, sweetened\", \"clust\": 505, \"cat_0_index\": 1868, \"rank\": 1906, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1899, \"ini\": 783}, {\"group\": [3712.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, french crullers, glazed\", \"clust\": 3755, \"cat_0_index\": 405, \"rank\": 2688, \"cat-0\": \"Baked Products\", \"rankvar\": 2721, \"ini\": 782}, {\"group\": [3895.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready to eat, composite character cereals (movies, TV), brand A\", \"clust\": 3941, \"cat_0_index\": 941, \"rank\": 2687, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3081, \"ini\": 781}, {\"group\": [2964.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, peanut butter and chocolate chip\", \"clust\": 2996, \"cat_0_index\": 2587, \"rank\": 2686, \"cat-0\": \"Snacks\", \"rankvar\": 2582, \"ini\": 780}, {\"group\": [2915.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 2948, \"cat_0_index\": 1925, \"rank\": 2685, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2636, \"ini\": 779}, {\"group\": [2438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, skin, without salt\", \"clust\": 2468, \"cat_0_index\": 3860, \"rank\": 1907, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 671, \"ini\": 778}, {\"group\": [2226.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, unprepared\", \"clust\": 2254, \"cat_0_index\": 3861, \"rank\": 1908, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1976, \"ini\": 777}, {\"group\": [173.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sea bass, mixed species, raw\", \"clust\": 178, \"cat_0_index\": 1591, \"rank\": 1909, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 722, \"ini\": 776}, {\"group\": [3918.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Tropical Bite Size Candies\", \"clust\": 3959, \"cat_0_index\": 3301, \"rank\": 2684, \"cat-0\": \"Sweets\", \"rankvar\": 3641, \"ini\": 775}, {\"group\": [514.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with raisins and spice, prepared with water\", \"clust\": 526, \"cat_0_index\": 942, \"rank\": 1910, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 278, \"ini\": 774}, {\"group\": [2974.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho-flavor, reduced fat\", \"clust\": 3007, \"cat_0_index\": 2588, \"rank\": 2683, \"cat-0\": \"Snacks\", \"rankvar\": 2663, \"ini\": 773}, {\"group\": [564.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prune juice, canned\", \"clust\": 575, \"cat_0_index\": 1869, \"rank\": 1911, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1549, \"ini\": 772}, {\"group\": [3296.0, 61.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, regular (butter) flavor, made with partially hydrogenated oil\", \"clust\": 3328, \"cat_0_index\": 2589, \"rank\": 2682, \"cat-0\": \"Snacks\", \"rankvar\": 2895, \"ini\": 771}, {\"group\": [2176.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, scotch, cooked, boiled, drained, with salt\", \"clust\": 2203, \"cat_0_index\": 3862, \"rank\": 1912, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2388, \"ini\": 770}, {\"group\": [237.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, lungs, raw\", \"clust\": 240, \"cat_0_index\": 2322, \"rank\": 1913, \"cat-0\": \"Pork Products\", \"rankvar\": 468, \"ini\": 769}, {\"group\": [3887.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, HONEY GRAHAM OH!S\", \"clust\": 3927, \"cat_0_index\": 943, \"rank\": 2681, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3118, \"ini\": 768}, {\"group\": [2125.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, cooked, boiled, drained, with salt\", \"clust\": 2156, \"cat_0_index\": 3863, \"rank\": 1914, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2132, \"ini\": 767}, {\"group\": [148.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whiting, mixed species, raw\", \"clust\": 152, \"cat_0_index\": 1592, \"rank\": 1915, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 939, \"ini\": 766}, {\"group\": [309.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, dried (prunes), stewed, with added sugar\", \"clust\": 314, \"cat_0_index\": 1870, \"rank\": 1916, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 431, \"ini\": 765}, {\"group\": [3323.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, dried\", \"clust\": 3359, \"cat_0_index\": 3864, \"rank\": 2680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3315, \"ini\": 764}, {\"group\": [2617.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, unspecified oils, approximately 37% fat, with salt\", \"clust\": 2646, \"cat_0_index\": 1544, \"rank\": 2679, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2817, \"ini\": 763}, {\"group\": [565.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, ready-to-eat, fat free\", \"clust\": 574, \"cat_0_index\": 3302, \"rank\": 1917, \"cat-0\": \"Sweets\", \"rankvar\": 798, \"ini\": 762}, {\"group\": [3325.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, european, dried, unpeeled\", \"clust\": 3356, \"cat_0_index\": 2287, \"rank\": 2678, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3051, \"ini\": 761}, {\"group\": [403.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, raw\", \"clust\": 409, \"cat_0_index\": 3865, \"rank\": 1918, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 34, \"ini\": 760}, {\"group\": [3854.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, yellow, dry mix, pudding-type\", \"clust\": 3897, \"cat_0_index\": 406, \"rank\": 2677, \"cat-0\": \"Baked Products\", \"rankvar\": 3110, \"ini\": 759}, {\"group\": [145.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, northern, raw\", \"clust\": 147, \"cat_0_index\": 1593, \"rank\": 1919, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1167, \"ini\": 758}, {\"group\": [3492.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder, decaffeinated\", \"clust\": 3530, \"cat_0_index\": 711, \"rank\": 2675, \"cat-0\": \"Beverages\", \"rankvar\": 3670, \"ini\": 757}, {\"group\": [3492.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder\", \"clust\": 3531, \"cat_0_index\": 712, \"rank\": 2676, \"cat-0\": \"Beverages\", \"rankvar\": 3671, \"ini\": 756}, {\"group\": [2003.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, condensed\", \"clust\": 2033, \"cat_0_index\": 3000, \"rank\": 1920, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 408, \"ini\": 755}, {\"group\": [947.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Flavored with Meat Italian Sauce, ready-to-serve\", \"clust\": 967, \"cat_0_index\": 3001, \"rank\": 1921, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 923, \"ini\": 754}, {\"group\": [3642.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut cream, canned, sweetened\", \"clust\": 3652, \"cat_0_index\": 2288, \"rank\": 2674, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3162, \"ini\": 753}, {\"group\": [487.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, heavy syrup pack, solids and liquids\", \"clust\": 502, \"cat_0_index\": 1871, \"rank\": 1922, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2079, \"ini\": 752}, {\"group\": [953.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Tomato, Basil and Garlic Italian Sauce, ready-to-serve\", \"clust\": 977, \"cat_0_index\": 3002, \"rank\": 1923, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 967, \"ini\": 751}, {\"group\": [481.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, canned, light syrup, drained\", \"clust\": 494, \"cat_0_index\": 1872, \"rank\": 1924, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1407, \"ini\": 750}, {\"group\": [2689.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, light\", \"clust\": 2724, \"cat_0_index\": 1545, \"rank\": 2673, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2922, \"ini\": 749}, {\"group\": [420.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit, mixed, (peach and cherry-sweet and -sour and raspberry and grape and boysenberry), frozen, sweetened\", \"clust\": 429, \"cat_0_index\": 1873, \"rank\": 1925, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1610, \"ini\": 748}, {\"group\": [2018.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef stroganoff, canned, chunky style, ready-to-serve\", \"clust\": 2049, \"cat_0_index\": 3003, \"rank\": 1926, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 142, \"ini\": 747}, {\"group\": [2136.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pokeberry shoots, (poke), cooked, boiled, drained, without salt\", \"clust\": 2165, \"cat_0_index\": 3866, \"rank\": 1927, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2515, \"ini\": 746}, {\"group\": [2423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sapodilla, raw\", \"clust\": 2450, \"cat_0_index\": 1874, \"rank\": 1928, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1368, \"ini\": 745}, {\"group\": [838.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, No Sugar Added, FUDGESICLE pops\", \"clust\": 854, \"cat_0_index\": 3303, \"rank\": 1929, \"cat-0\": \"Sweets\", \"rankvar\": 77, \"ini\": 744}, {\"group\": [53.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, wing, meat only, raw\", \"clust\": 52, \"cat_0_index\": 2346, \"rank\": 1930, \"cat-0\": \"Poultry Products\", \"rankvar\": 1424, \"ini\": 743}, {\"group\": [516.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, TREASURE HUNT, prepared with boiling water\", \"clust\": 527, \"cat_0_index\": 944, \"rank\": 1931, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 237, \"ini\": 742}, {\"group\": [975.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Broccoli Cheese Soup, condensed\", \"clust\": 990, \"cat_0_index\": 3004, \"rank\": 1932, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 627, \"ini\": 741}, {\"group\": [2250.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, boiled, without skin, with salt\", \"clust\": 2280, \"cat_0_index\": 3867, \"rank\": 1933, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 599, \"ini\": 740}, {\"group\": [444.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla soy yogurt (single serving size)\", \"clust\": 457, \"cat_0_index\": 2123, \"rank\": 1934, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1104, \"ini\": 739}, {\"group\": [515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Cinnamon Spice, prepared with boiling water\", \"clust\": 528, \"cat_0_index\": 945, \"rank\": 1935, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 218, \"ini\": 738}, {\"group\": [515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with cinnamon and spice, prepared with water\", \"clust\": 529, \"cat_0_index\": 946, \"rank\": 1936, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 219, \"ini\": 737}, {\"group\": [365.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, KRAFT MIRACLE WHIP FREE Nonfat Dressing\", \"clust\": 375, \"cat_0_index\": 1546, \"rank\": 1937, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1171, \"ini\": 736}, {\"group\": [2391.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, lima, immature seeds, canned, regular pack, solids and liquids\", \"clust\": 2420, \"cat_0_index\": 3868, \"rank\": 1938, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 662, \"ini\": 735}, {\"group\": [954.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic and Herb Italian Sauce, ready-to-serve\", \"clust\": 978, \"cat_0_index\": 3005, \"rank\": 1939, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 873, \"ini\": 734}, {\"group\": [54.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, flat fillet, raw\", \"clust\": 51, \"cat_0_index\": 2347, \"rank\": 1940, \"cat-0\": \"Poultry Products\", \"rankvar\": 1421, \"ini\": 733}, {\"group\": [738.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Clementines, raw\", \"clust\": 753, \"cat_0_index\": 1875, \"rank\": 1941, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2000, \"ini\": 732}, {\"group\": [964.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, raw\", \"clust\": 983, \"cat_0_index\": 3869, \"rank\": 1942, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1958, \"ini\": 731}, {\"group\": [3911.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Tropical fruits\", \"clust\": 3955, \"cat_0_index\": 3304, \"rank\": 2672, \"cat-0\": \"Sweets\", \"rankvar\": 3437, \"ini\": 730}, {\"group\": [2800.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bologna, pork, turkey and beef\", \"clust\": 2833, \"cat_0_index\": 2441, \"rank\": 2671, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2507, \"ini\": 729}, {\"group\": [358.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with honey, prepared with whole milk\", \"clust\": 366, \"cat_0_index\": 257, \"rank\": 1943, \"cat-0\": \"Baby Foods\", \"rankvar\": 1008, \"ini\": 728}, {\"group\": [1019.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Custard-apple, (bullock's-heart), raw\", \"clust\": 1037, \"cat_0_index\": 1876, \"rank\": 1944, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 394, \"ini\": 727}, {\"group\": [948.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Fresh Mushroom Italian Sauce, ready-to-serve\", \"clust\": 968, \"cat_0_index\": 3006, \"rank\": 1945, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1099, \"ini\": 726}, {\"group\": [918.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, cooked, steamed, with salt\", \"clust\": 933, \"cat_0_index\": 3870, \"rank\": 1946, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1887, \"ini\": 725}, {\"group\": [3087.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, rice and apples, dry\", \"clust\": 3121, \"cat_0_index\": 258, \"rank\": 2670, \"cat-0\": \"Baby Foods\", \"rankvar\": 3368, \"ini\": 724}, {\"group\": [2208.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad without chicken\", \"clust\": 2237, \"cat_0_index\": 1345, \"rank\": 1947, \"cat-0\": \"Fast Foods\", \"rankvar\": 688, \"ini\": 723}, {\"group\": [749.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and prune\", \"clust\": 755, \"cat_0_index\": 259, \"rank\": 1948, \"cat-0\": \"Baby Foods\", \"rankvar\": 2138, \"ini\": 722}, {\"group\": [3770.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, BERRY BERRY KIX\", \"clust\": 3812, \"cat_0_index\": 947, \"rank\": 2669, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3022, \"ini\": 721}, {\"group\": [2175.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, scotch, cooked, boiled, drained, without salt\", \"clust\": 2204, \"cat_0_index\": 3871, \"rank\": 1949, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2369, \"ini\": 720}, {\"group\": [460.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, pickled, canned, solids and liquids\", \"clust\": 467, \"cat_0_index\": 3872, \"rank\": 1950, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1387, \"ini\": 719}, {\"group\": [1023.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, cooked, boiled, drained, with salt\", \"clust\": 1041, \"cat_0_index\": 3873, \"rank\": 1951, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 343, \"ini\": 718}, {\"group\": [2432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, cooked, boiled, drained, with salt\", \"clust\": 2460, \"cat_0_index\": 3874, \"rank\": 1952, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 632, \"ini\": 717}, {\"group\": [174.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, bass, striped, raw\", \"clust\": 179, \"cat_0_index\": 1594, \"rank\": 1953, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 647, \"ini\": 716}, {\"group\": [2434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lotus root, cooked, boiled, drained, without salt\", \"clust\": 2463, \"cat_0_index\": 3875, \"rank\": 1954, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1242, \"ini\": 715}, {\"group\": [2232.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, unprepared\", \"clust\": 2262, \"cat_0_index\": 3876, \"rank\": 1955, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 171, \"ini\": 714}, {\"group\": [3290.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, any flavor, dry\", \"clust\": 3327, \"cat_0_index\": 3007, \"rank\": 2668, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2690, \"ini\": 713}, {\"group\": [1018.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh and skin, without salt\", \"clust\": 1039, \"cat_0_index\": 3877, \"rank\": 1956, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 437, \"ini\": 712}, {\"group\": [383.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, alaska king, imitation, made from surimi\", \"clust\": 380, \"cat_0_index\": 1595, \"rank\": 1957, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 274, \"ini\": 711}, {\"group\": [3173.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, family style, fried mozzarella sticks\", \"clust\": 3209, \"cat_0_index\": 2401, \"rank\": 2667, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1325, \"ini\": 710}, {\"group\": [2975.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Bakery, Flour Mix\", \"clust\": 3002, \"cat_0_index\": 407, \"rank\": 2666, \"cat-0\": \"Baked Products\", \"rankvar\": 2613, \"ini\": 709}, {\"group\": [2394.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, cooked, boiled, drained, with salt\", \"clust\": 2423, \"cat_0_index\": 3878, \"rank\": 1958, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1647, \"ini\": 708}, {\"group\": [944.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Traditional Sauce, ready-to-serve\", \"clust\": 964, \"cat_0_index\": 3008, \"rank\": 1959, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1138, \"ini\": 707}, {\"group\": [1224.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, powder, prepared with whole milk\", \"clust\": 1240, \"cat_0_index\": 713, \"rank\": 1960, \"cat-0\": \"Beverages\", \"rankvar\": 290, \"ini\": 706}, {\"group\": [3423.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, oatmeal cereal with fruit, dry, instant, toddler\", \"clust\": 3449, \"cat_0_index\": 260, \"rank\": 2665, \"cat-0\": \"Baby Foods\", \"rankvar\": 2696, \"ini\": 705}, {\"group\": [3062.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lupins, mature seeds, raw\", \"clust\": 3095, \"cat_0_index\": 2124, \"rank\": 2664, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2857, \"ini\": 704}, {\"group\": [748.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, with pulp, frozen concentrate, prepared with water\", \"clust\": 758, \"cat_0_index\": 714, \"rank\": 1961, \"cat-0\": \"Beverages\", \"rankvar\": 2460, \"ini\": 703}, {\"group\": [2945.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Biscuits, plain or buttermilk, dry mix\", \"clust\": 2977, \"cat_0_index\": 408, \"rank\": 2663, \"cat-0\": \"Baked Products\", \"rankvar\": 2572, \"ini\": 702}, {\"group\": [2160.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, raw\", \"clust\": 2192, \"cat_0_index\": 3879, \"rank\": 1962, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2306, \"ini\": 701}, {\"group\": [1221.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, reduced fat, with added vitamin A and vitamin D\", \"clust\": 1246, \"cat_0_index\": 1206, \"rank\": 1963, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 520, \"ini\": 700}, {\"group\": [467.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jerusalem-artichokes, raw\", \"clust\": 477, \"cat_0_index\": 3880, \"rank\": 1964, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 787, \"ini\": 699}, {\"group\": [2508.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"POPEYES, Biscuit\", \"clust\": 2533, \"cat_0_index\": 1346, \"rank\": 2662, \"cat-0\": \"Fast Foods\", \"rankvar\": 2500, \"ini\": 698}, {\"group\": [231.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Diced Chik, canned, unprepared\", \"clust\": 233, \"cat_0_index\": 2125, \"rank\": 1965, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 451, \"ini\": 697}, {\"group\": [1272.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREAKSTONE'S FREE Fat Free Sour Cream\", \"clust\": 1293, \"cat_0_index\": 1207, \"rank\": 1966, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 284, \"ini\": 696}, {\"group\": [136.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, dolphinfish, raw\", \"clust\": 139, \"cat_0_index\": 1596, \"rank\": 1967, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1231, \"ini\": 695}, {\"group\": [2214.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arugula, raw\", \"clust\": 2243, \"cat_0_index\": 3881, \"rank\": 1968, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2211, \"ini\": 694}, {\"group\": [482.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, pitted, heavy syrup, drained\", \"clust\": 496, \"cat_0_index\": 1877, \"rank\": 1969, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1295, \"ini\": 693}, {\"group\": [442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Black Cherry soy Yogurt\", \"clust\": 453, \"cat_0_index\": 2126, \"rank\": 1970, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1222, \"ini\": 692}, {\"group\": [164.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, abalone, mixed species, raw\", \"clust\": 160, \"cat_0_index\": 1597, \"rank\": 1971, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 348, \"ini\": 691}, {\"group\": [2407.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean & ham, canned, reduced sodium, prepared with water or ready-to-serve\", \"clust\": 2436, \"cat_0_index\": 3009, \"rank\": 1972, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 493, \"ini\": 690}, {\"group\": [2245.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, with salt\", \"clust\": 2273, \"cat_0_index\": 3882, \"rank\": 1973, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 187, \"ini\": 689}, {\"group\": [1229.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, prepared with whole milk\", \"clust\": 1247, \"cat_0_index\": 261, \"rank\": 1974, \"cat-0\": \"Baby Foods\", \"rankvar\": 496, \"ini\": 688}, {\"group\": [841.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, cooked, boiled, drained, with salt\", \"clust\": 859, \"cat_0_index\": 3883, \"rank\": 1975, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2292, \"ini\": 687}, {\"group\": [830.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant, prepared with whole milk\", \"clust\": 830, \"cat_0_index\": 3305, \"rank\": 1976, \"cat-0\": \"Sweets\", \"rankvar\": 67, \"ini\": 686}, {\"group\": [2803.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (pork, turkey)\", \"clust\": 2837, \"cat_0_index\": 2442, \"rank\": 2661, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2498, \"ini\": 685}, {\"group\": [951.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom and Green Pepper Italian Sauce, ready-to-serve\", \"clust\": 973, \"cat_0_index\": 3010, \"rank\": 1977, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 836, \"ini\": 684}, {\"group\": [2167.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, cooked, boiled, drained, without salt\", \"clust\": 2198, \"cat_0_index\": 3884, \"rank\": 1978, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2051, \"ini\": 683}, {\"group\": [921.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, cooked, baked, with salt\", \"clust\": 936, \"cat_0_index\": 3885, \"rank\": 1979, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1973, \"ini\": 682}, {\"group\": [490.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, frozen, chunks, sweetened\", \"clust\": 500, \"cat_0_index\": 1878, \"rank\": 1980, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1982, \"ini\": 681}, {\"group\": [138.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, raw\", \"clust\": 143, \"cat_0_index\": 1598, \"rank\": 1981, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1357, \"ini\": 680}, {\"group\": [740.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Papayas, raw\", \"clust\": 750, \"cat_0_index\": 1879, \"rank\": 1982, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2274, \"ini\": 679}, {\"group\": [85.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, buffalo, water, raw\", \"clust\": 88, \"cat_0_index\": 1926, \"rank\": 1983, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1097, \"ini\": 678}, {\"group\": [2344.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, cooked, boiled, drained, without salt\", \"clust\": 2374, \"cat_0_index\": 3886, \"rank\": 1984, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1294, \"ini\": 677}, {\"group\": [2233.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, yellow, whole kernel, frozen, microwaved\", \"clust\": 2260, \"cat_0_index\": 3887, \"rank\": 1985, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 46, \"ini\": 676}, {\"group\": [287.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wheat, sprouted\", \"clust\": 289, \"cat_0_index\": 1048, \"rank\": 1986, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 51, \"ini\": 675}, {\"group\": [3171.0, 48.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, mechanically separated, raw\", \"clust\": 3204, \"cat_0_index\": 2323, \"rank\": 2660, \"cat-0\": \"Pork Products\", \"rankvar\": 2494, \"ini\": 674}, {\"group\": [458.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Persimmons, japanese, raw\", \"clust\": 469, \"cat_0_index\": 1880, \"rank\": 1987, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1397, \"ini\": 673}, {\"group\": [295.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cassava, raw\", \"clust\": 299, \"cat_0_index\": 3888, \"rank\": 1988, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 251, \"ini\": 672}, {\"group\": [955.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Mushroom and Garlic Italian Sauce, ready-to-serve\", \"clust\": 976, \"cat_0_index\": 3011, \"rank\": 1989, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1100, \"ini\": 671}, {\"group\": [3912.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Fruit and Creme\", \"clust\": 3956, \"cat_0_index\": 3306, \"rank\": 2659, \"cat-0\": \"Sweets\", \"rankvar\": 3427, \"ini\": 670}, {\"group\": [1233.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, goat, fluid, with added vitamin D\", \"clust\": 1256, \"cat_0_index\": 1208, \"rank\": 1990, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 854, \"ini\": 669}, {\"group\": [520.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Honey Nut, prepared with boiling water\", \"clust\": 530, \"cat_0_index\": 948, \"rank\": 1991, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 170, \"ini\": 668}, {\"group\": [3359.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oat bran, raw\", \"clust\": 3393, \"cat_0_index\": 1049, \"rank\": 2658, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3043, \"ini\": 667}, {\"group\": [2146.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, (skunk cabbage), raw\", \"clust\": 2176, \"cat_0_index\": 3889, \"rank\": 1992, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2448, \"ini\": 666}, {\"group\": [3435.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S TOASTED OAT BRAN CEREAL, Brown Sugar Flavor\", \"clust\": 3466, \"cat_0_index\": 949, \"rank\": 2657, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2737, \"ini\": 665}, {\"group\": [3022.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, refrigerated, regular, baked\", \"clust\": 3055, \"cat_0_index\": 409, \"rank\": 2656, \"cat-0\": \"Baked Products\", \"rankvar\": 2790, \"ini\": 664}, {\"group\": [812.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Veggie Sweet and Sour Chik'n, frozen, unprepared\", \"clust\": 828, \"cat_0_index\": 2127, \"rank\": 1993, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 25, \"ini\": 663}, {\"group\": [3794.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Low Fat 100% Natural Granola with Raisins\", \"clust\": 3832, \"cat_0_index\": 950, \"rank\": 2655, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2891, \"ini\": 662}, {\"group\": [324.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kamut, cooked\", \"clust\": 327, \"cat_0_index\": 1050, \"rank\": 1994, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 64, \"ini\": 661}, {\"group\": [161.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ocean perch, Atlantic, cooked, dry heat\", \"clust\": 161, \"cat_0_index\": 1599, \"rank\": 1995, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 581, \"ini\": 660}, {\"group\": [238.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, mussel, blue, raw\", \"clust\": 241, \"cat_0_index\": 1600, \"rank\": 1996, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 353, \"ini\": 659}, {\"group\": [2682.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Popcorn Chicken\", \"clust\": 2714, \"cat_0_index\": 1347, \"rank\": 2654, \"cat-0\": \"Fast Foods\", \"rankvar\": 2362, \"ini\": 658}, {\"group\": [421.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, papaya and applesauce with tapioca, strained\", \"clust\": 430, \"cat_0_index\": 262, \"rank\": 1997, \"cat-0\": \"Baby Foods\", \"rankvar\": 2542, \"ini\": 657}, {\"group\": [3899.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Honey SMACKS\", \"clust\": 3931, \"cat_0_index\": 951, \"rank\": 2653, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3388, \"ini\": 656}, {\"group\": [3170.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, caviar, black and red, granular\", \"clust\": 3201, \"cat_0_index\": 1601, \"rank\": 2652, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2502, \"ini\": 655}, {\"group\": [3913.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Original fruits\", \"clust\": 3954, \"cat_0_index\": 3307, \"rank\": 2651, \"cat-0\": \"Sweets\", \"rankvar\": 3433, \"ini\": 654}, {\"group\": [2821.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"HORMEL SPAM, Luncheon Meat, pork with ham, minced, canned\", \"clust\": 2852, \"cat_0_index\": 2443, \"rank\": 2650, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2516, \"ini\": 653}, {\"group\": [2797.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (beef)\", \"clust\": 2828, \"cat_0_index\": 2444, \"rank\": 2649, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2583, \"ini\": 652}, {\"group\": [505.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, juice type, orange\", \"clust\": 518, \"cat_0_index\": 3308, \"rank\": 1998, \"cat-0\": \"Sweets\", \"rankvar\": 1940, \"ini\": 651}, {\"group\": [2254.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, vacuum pack\", \"clust\": 2276, \"cat_0_index\": 3890, \"rank\": 1999, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 459, \"ini\": 650}, {\"group\": [160.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Pacific, cooked, dry heat\", \"clust\": 163, \"cat_0_index\": 1602, \"rank\": 2000, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1278, \"ini\": 649}, {\"group\": [122.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, lobster, northern, raw\", \"clust\": 119, \"cat_0_index\": 1603, \"rank\": 2001, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 995, \"ini\": 648}, {\"group\": [300.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Herb Chicken with rice (chicken not included)\", \"clust\": 303, \"cat_0_index\": 2173, \"rank\": 2002, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 433, \"ini\": 647}, {\"group\": [1014.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, red, flesh and skin, baked\", \"clust\": 1030, \"cat_0_index\": 3891, \"rank\": 2003, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 879, \"ini\": 646}, {\"group\": [2419.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans (fava beans), mature seeds, canned\", \"clust\": 2449, \"cat_0_index\": 2128, \"rank\": 2004, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 587, \"ini\": 645}, {\"group\": [3871.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Oatmeal Raisin\", \"clust\": 3916, \"cat_0_index\": 410, \"rank\": 2648, \"cat-0\": \"Baked Products\", \"rankvar\": 2819, \"ini\": 644}, {\"group\": [488.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, heavy syrup pack, solids and liquids\", \"clust\": 503, \"cat_0_index\": 1881, \"rank\": 2005, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2014, \"ini\": 643}, {\"group\": [2148.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, raw\", \"clust\": 2175, \"cat_0_index\": 3892, \"rank\": 2006, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2464, \"ini\": 642}, {\"group\": [889.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Homestyle Chicken Noodle Soup, condensed\", \"clust\": 899, \"cat_0_index\": 3012, \"rank\": 2007, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1540, \"ini\": 641}, {\"group\": [485.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup pack, with skin, solids and liquids\", \"clust\": 498, \"cat_0_index\": 1882, \"rank\": 2008, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1771, \"ini\": 640}, {\"group\": [2416.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, large, mature seeds, canned\", \"clust\": 2446, \"cat_0_index\": 2129, \"rank\": 2009, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 643, \"ini\": 639}, {\"group\": [1409.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with Sliced Franks in Tomato Sauce, canned entree\", \"clust\": 1434, \"cat_0_index\": 2174, \"rank\": 2010, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 118, \"ini\": 638}, {\"group\": [296.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eppaw, raw\", \"clust\": 295, \"cat_0_index\": 3893, \"rank\": 2011, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 79, \"ini\": 637}, {\"group\": [440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Blueberry soy Yogurt\", \"clust\": 454, \"cat_0_index\": 2130, \"rank\": 2012, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1281, \"ini\": 636}, {\"group\": [2163.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, unprepared\", \"clust\": 2190, \"cat_0_index\": 3894, \"rank\": 2013, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2368, \"ini\": 635}, {\"group\": [441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Key Lime soy Yogurt\", \"clust\": 455, \"cat_0_index\": 2131, \"rank\": 2014, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1246, \"ini\": 634}, {\"group\": [297.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Persimmons, native, raw\", \"clust\": 290, \"cat_0_index\": 1883, \"rank\": 2015, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1312, \"ini\": 633}, {\"group\": [3944.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, fructose, dry, powder\", \"clust\": 3988, \"cat_0_index\": 3309, \"rank\": 2647, \"cat-0\": \"Sweets\", \"rankvar\": 3733, \"ini\": 632}, {\"group\": [2244.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, cooked, boiled, drained, with salt\", \"clust\": 2275, \"cat_0_index\": 3895, \"rank\": 2016, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 128, \"ini\": 631}, {\"group\": [2762.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork sausage, fresh, cooked\", \"clust\": 2795, \"cat_0_index\": 2445, \"rank\": 2646, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2488, \"ini\": 630}, {\"group\": [2787.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Summer Sausage Beef Thuringer Cervelat\", \"clust\": 2823, \"cat_0_index\": 2446, \"rank\": 2645, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2549, \"ini\": 629}, {\"group\": [87.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Elk, free range, ground, raw (Shoshone Bannock)\", \"clust\": 87, \"cat_0_index\": 1301, \"rank\": 2017, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1035, \"ini\": 628}, {\"group\": [733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, peaches, strained\", \"clust\": 746, \"cat_0_index\": 263, \"rank\": 2018, \"cat-0\": \"Baby Foods\", \"rankvar\": 1709, \"ini\": 627}, {\"group\": [733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, peaches, junior\", \"clust\": 747, \"cat_0_index\": 264, \"rank\": 2019, \"cat-0\": \"Baby Foods\", \"rankvar\": 1710, \"ini\": 626}, {\"group\": [1465.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs with Meatballs - Easy Open\", \"clust\": 1490, \"cat_0_index\": 2175, \"rank\": 2020, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 132, \"ini\": 625}, {\"group\": [489.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, heavy syrup, drained\", \"clust\": 501, \"cat_0_index\": 1884, \"rank\": 2021, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1981, \"ini\": 624}, {\"group\": [2439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, (vegetable oyster), raw\", \"clust\": 2469, \"cat_0_index\": 3896, \"rank\": 2022, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 553, \"ini\": 623}, {\"group\": [3768.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS Cinnamon CHEX\", \"clust\": 3810, \"cat_0_index\": 952, \"rank\": 2644, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2878, \"ini\": 622}, {\"group\": [891.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Celery Soup, condensed\", \"clust\": 910, \"cat_0_index\": 3013, \"rank\": 2023, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1561, \"ini\": 621}, {\"group\": [3082.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, meat, dried (Alaska Native)\", \"clust\": 3114, \"cat_0_index\": 1302, \"rank\": 2643, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3602, \"ini\": 620}, {\"group\": [338.0, 8.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, pina colada, canned\", \"clust\": 344, \"cat_0_index\": 715, \"rank\": 2024, \"cat-0\": \"Beverages\", \"rankvar\": 174, \"ini\": 619}, {\"group\": [221.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (fat free)\", \"clust\": 220, \"cat_0_index\": 2447, \"rank\": 2025, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 748, \"ini\": 618}, {\"group\": [2905.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2936, \"cat_0_index\": 451, \"rank\": 2642, \"cat-0\": \"Beef Products\", \"rankvar\": 2603, \"ini\": 617}, {\"group\": [865.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, cooked, boiled, drained, with salt\", \"clust\": 883, \"cat_0_index\": 3897, \"rank\": 2026, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2404, \"ini\": 616}, {\"group\": [3873.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Dutch Cocoa\", \"clust\": 3918, \"cat_0_index\": 411, \"rank\": 2641, \"cat-0\": \"Baked Products\", \"rankvar\": 2784, \"ini\": 615}, {\"group\": [3508.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toppings, butterscotch or caramel\", \"clust\": 3542, \"cat_0_index\": 3310, \"rank\": 2027, \"cat-0\": \"Sweets\", \"rankvar\": 2449, \"ini\": 614}, {\"group\": [3809.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K RED BERRIES\", \"clust\": 3856, \"cat_0_index\": 953, \"rank\": 2640, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3047, \"ini\": 613}, {\"group\": [288.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, plum, ready-to-serve\", \"clust\": 291, \"cat_0_index\": 3014, \"rank\": 2028, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 367, \"ini\": 612}, {\"group\": [892.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom with Roasted Garlic Soup, condensed\", \"clust\": 911, \"cat_0_index\": 3015, \"rank\": 2029, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1480, \"ini\": 611}, {\"group\": [51.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, cooked, dry heat\", \"clust\": 54, \"cat_0_index\": 1604, \"rank\": 2030, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1553, \"ini\": 610}, {\"group\": [272.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, creamed, with fruit\", \"clust\": 276, \"cat_0_index\": 1209, \"rank\": 2031, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 158, \"ini\": 609}, {\"group\": [910.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, cooked, boiled, drained, without salt\", \"clust\": 928, \"cat_0_index\": 3898, \"rank\": 2032, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2426, \"ini\": 608}, {\"group\": [176.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, wolffish, Atlantic, raw\", \"clust\": 176, \"cat_0_index\": 1605, \"rank\": 2033, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 713, \"ini\": 607}, {\"group\": [919.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, puree, with salt added\", \"clust\": 937, \"cat_0_index\": 3899, \"rank\": 2034, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1822, \"ini\": 606}, {\"group\": [273.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, with vegetables\", \"clust\": 277, \"cat_0_index\": 1210, \"rank\": 2035, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 243, \"ini\": 605}, {\"group\": [3518.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cornstarch\", \"clust\": 3561, \"cat_0_index\": 1051, \"rank\": 2036, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2841, \"ini\": 604}, {\"group\": [2193.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, cooked, boiled, drained, without salt\", \"clust\": 2225, \"cat_0_index\": 3900, \"rank\": 2037, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2143, \"ini\": 603}, {\"group\": [2188.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, cooked, boiled, drained, with salt\", \"clust\": 2214, \"cat_0_index\": 3901, \"rank\": 2038, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2412, \"ini\": 602}, {\"group\": [2185.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, cooked, boiled, drained, with salt\", \"clust\": 2216, \"cat_0_index\": 3902, \"rank\": 2039, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2032, \"ini\": 601}, {\"group\": [2411.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, raw\", \"clust\": 2442, \"cat_0_index\": 1885, \"rank\": 2040, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2201, \"ini\": 600}, {\"group\": [2806.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Liver Cheese, pork fat wrapped\", \"clust\": 2840, \"cat_0_index\": 2448, \"rank\": 2639, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2453, \"ini\": 599}, {\"group\": [25.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guinea hen, meat only, raw\", \"clust\": 27, \"cat_0_index\": 2348, \"rank\": 2041, \"cat-0\": \"Poultry Products\", \"rankvar\": 803, \"ini\": 598}, {\"group\": [2187.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dandelion greens, cooked, boiled, drained, with salt\", \"clust\": 2215, \"cat_0_index\": 3903, \"rank\": 2042, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2023, \"ini\": 597}, {\"group\": [1269.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, skim milk, 13 grams protein per 8 ounce\", \"clust\": 1295, \"cat_0_index\": 1211, \"rank\": 2043, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1374, \"ini\": 596}, {\"group\": [1073.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, mutton, corn, squash (Navajo)\", \"clust\": 1089, \"cat_0_index\": 1303, \"rank\": 2044, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 33, \"ini\": 595}, {\"group\": [438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Raspberry soy yogurt\", \"clust\": 451, \"cat_0_index\": 2132, \"rank\": 2045, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1303, \"ini\": 594}, {\"group\": [278.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Organic Nasoya Extra Firm Tofu\", \"clust\": 282, \"cat_0_index\": 2133, \"rank\": 2046, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 358, \"ini\": 593}, {\"group\": [126.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, octopus, common, raw\", \"clust\": 123, \"cat_0_index\": 1606, \"rank\": 2047, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 646, \"ini\": 592}, {\"group\": [49.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, light meat, meat only, raw\", \"clust\": 55, \"cat_0_index\": 2349, \"rank\": 2048, \"cat-0\": \"Poultry Products\", \"rankvar\": 1282, \"ini\": 591}, {\"group\": [874.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Celery Soup, condensed\", \"clust\": 889, \"cat_0_index\": 3016, \"rank\": 2049, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1603, \"ini\": 590}, {\"group\": [906.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, cooked, boiled, drained, without salt\", \"clust\": 923, \"cat_0_index\": 3904, \"rank\": 2050, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2285, \"ini\": 589}, {\"group\": [3291.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, chicken flavor, dry\", \"clust\": 3325, \"cat_0_index\": 3017, \"rank\": 2638, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2704, \"ini\": 588}, {\"group\": [57.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, fan fillet, raw\", \"clust\": 63, \"cat_0_index\": 2350, \"rank\": 2051, \"cat-0\": \"Poultry Products\", \"rankvar\": 1479, \"ini\": 587}, {\"group\": [952.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Tomato, Onion and Garlic Italian Sauce, ready-to-serve\", \"clust\": 974, \"cat_0_index\": 3018, \"rank\": 2052, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 759, \"ini\": 586}, {\"group\": [3828.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, uncooked\", \"clust\": 3872, \"cat_0_index\": 1886, \"rank\": 2637, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3284, \"ini\": 585}, {\"group\": [86.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tilapia, raw\", \"clust\": 89, \"cat_0_index\": 1607, \"rank\": 2053, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1148, \"ini\": 584}, {\"group\": [2402.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green (includes baby and lesuer types), canned, drained solids, unprepared\", \"clust\": 2431, \"cat_0_index\": 3905, \"rank\": 2054, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1193, \"ini\": 583}, {\"group\": [377.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, reduced fat\", \"clust\": 385, \"cat_0_index\": 1547, \"rank\": 2055, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1748, \"ini\": 582}, {\"group\": [712.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mangos, raw\", \"clust\": 722, \"cat_0_index\": 1887, \"rank\": 2056, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1727, \"ini\": 581}, {\"group\": [251.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, chili con carne\", \"clust\": 242, \"cat_0_index\": 1348, \"rank\": 2057, \"cat-0\": \"Fast Foods\", \"rankvar\": 73, \"ini\": 580}, {\"group\": [3239.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT CHEEZ WHIZ Pasteurized Process Cheese Sauce\", \"clust\": 3272, \"cat_0_index\": 1212, \"rank\": 2636, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2551, \"ini\": 579}, {\"group\": [739.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, Florida\", \"clust\": 754, \"cat_0_index\": 1888, \"rank\": 2058, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2038, \"ini\": 578}, {\"group\": [2196.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, raw\", \"clust\": 2218, \"cat_0_index\": 3906, \"rank\": 2059, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2288, \"ini\": 577}, {\"group\": [356.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with honey, prepared with whole milk\", \"clust\": 367, \"cat_0_index\": 265, \"rank\": 2060, \"cat-0\": \"Baby Foods\", \"rankvar\": 855, \"ini\": 576}, {\"group\": [364.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plains Pricklypear, raw (Northern Plains Indians)\", \"clust\": 369, \"cat_0_index\": 1304, \"rank\": 2061, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2458, \"ini\": 575}, {\"group\": [2819.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smoked link sausage, pork and beef, nonfat dry milk added\", \"clust\": 2853, \"cat_0_index\": 2449, \"rank\": 2635, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2457, \"ini\": 574}, {\"group\": [281.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, cooked, moist heat\", \"clust\": 283, \"cat_0_index\": 1608, \"rank\": 2062, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 161, \"ini\": 573}, {\"group\": [434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait (without granola)\", \"clust\": 447, \"cat_0_index\": 1349, \"rank\": 2063, \"cat-0\": \"Fast Foods\", \"rankvar\": 545, \"ini\": 572}, {\"group\": [872.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Broccoli Cheese Soup, condensed\", \"clust\": 890, \"cat_0_index\": 3019, \"rank\": 2064, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1879, \"ini\": 571}, {\"group\": [2220.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, regular pack, drained solids\", \"clust\": 2249, \"cat_0_index\": 3907, \"rank\": 2065, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2195, \"ini\": 570}, {\"group\": [3874.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Oatmeal\", \"clust\": 3919, \"cat_0_index\": 412, \"rank\": 2634, \"cat-0\": \"Baked Products\", \"rankvar\": 2738, \"ini\": 569}, {\"group\": [2436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, baked, without salt\", \"clust\": 2465, \"cat_0_index\": 3908, \"rank\": 2066, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1821, \"ini\": 568}, {\"group\": [1010.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potato, baked, flesh and skin, without salt\", \"clust\": 1033, \"cat_0_index\": 3909, \"rank\": 2067, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 724, \"ini\": 567}, {\"group\": [1011.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh and skin, with salt\", \"clust\": 1034, \"cat_0_index\": 3910, \"rank\": 2068, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 725, \"ini\": 566}, {\"group\": [450.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate syrup, prepared with whole milk\", \"clust\": 465, \"cat_0_index\": 716, \"rank\": 2069, \"cat-0\": \"Beverages\", \"rankvar\": 414, \"ini\": 565}, {\"group\": [427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate, fortified with calcium and vitamin D\", \"clust\": 437, \"cat_0_index\": 1889, \"rank\": 2070, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2207, \"ini\": 564}, {\"group\": [427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate, fortified with calcium\", \"clust\": 438, \"cat_0_index\": 1890, \"rank\": 2071, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2208, \"ini\": 563}, {\"group\": [2019.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef stew, canned entree\", \"clust\": 2050, \"cat_0_index\": 2176, \"rank\": 2072, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 155, \"ini\": 562}, {\"group\": [404.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, stalks, raw\", \"clust\": 413, \"cat_0_index\": 3911, \"rank\": 2073, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2536, \"ini\": 561}, {\"group\": [405.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, leaves, raw\", \"clust\": 414, \"cat_0_index\": 3912, \"rank\": 2074, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2537, \"ini\": 560}, {\"group\": [406.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, flower clusters, raw\", \"clust\": 412, \"cat_0_index\": 3913, \"rank\": 2075, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2538, \"ini\": 559}, {\"group\": [728.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mixed fruit juice with low fat yogurt\", \"clust\": 743, \"cat_0_index\": 266, \"rank\": 2076, \"cat-0\": \"Baby Foods\", \"rankvar\": 1024, \"ini\": 558}, {\"group\": [3933.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, regular\", \"clust\": 3977, \"cat_0_index\": 3311, \"rank\": 2633, \"cat-0\": \"Sweets\", \"rankvar\": 3661, \"ini\": 557}, {\"group\": [908.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro leaves, cooked, steamed, without salt\", \"clust\": 925, \"cat_0_index\": 3914, \"rank\": 2077, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2364, \"ini\": 556}, {\"group\": [137.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, rockfish, Pacific, mixed species, raw\", \"clust\": 137, \"cat_0_index\": 1609, \"rank\": 2078, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1130, \"ini\": 555}, {\"group\": [2624.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, skin only, raw\", \"clust\": 2653, \"cat_0_index\": 2351, \"rank\": 2632, \"cat-0\": \"Poultry Products\", \"rankvar\": 2607, \"ini\": 554}, {\"group\": [991.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked, stewed\", \"clust\": 1010, \"cat_0_index\": 3915, \"rank\": 2079, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 486, \"ini\": 553}, {\"group\": [3237.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, mechanically separated beef, raw\", \"clust\": 3213, \"cat_0_index\": 452, \"rank\": 2631, \"cat-0\": \"Beef Products\", \"rankvar\": 2576, \"ini\": 552}, {\"group\": [993.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, condensed\", \"clust\": 1009, \"cat_0_index\": 3020, \"rank\": 2080, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 374, \"ini\": 551}, {\"group\": [2793.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef\", \"clust\": 2826, \"cat_0_index\": 2450, \"rank\": 2630, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2556, \"ini\": 550}, {\"group\": [357.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with honey, prepared with whole milk\", \"clust\": 368, \"cat_0_index\": 267, \"rank\": 2081, \"cat-0\": \"Baby Foods\", \"rankvar\": 911, \"ini\": 549}, {\"group\": [268.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, creamed, large or small curd\", \"clust\": 272, \"cat_0_index\": 1213, \"rank\": 2082, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 208, \"ini\": 548}, {\"group\": [45.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, foreshank, separable lean only, raw\", \"clust\": 43, \"cat_0_index\": 1927, \"rank\": 2083, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 832, \"ini\": 547}, {\"group\": [729.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, breakfast type, with juice and pulp, frozen concentrate, prepared with water\", \"clust\": 741, \"cat_0_index\": 717, \"rank\": 2084, \"cat-0\": \"Beverages\", \"rankvar\": 2375, \"ini\": 546}, {\"group\": [1228.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, barley, prepared with whole milk\", \"clust\": 1248, \"cat_0_index\": 268, \"rank\": 2085, \"cat-0\": \"Baby Foods\", \"rankvar\": 452, \"ini\": 545}, {\"group\": [165.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, kidneys, raw\", \"clust\": 168, \"cat_0_index\": 1928, \"rank\": 2086, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 418, \"ini\": 544}, {\"group\": [439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Strawberry soy yogurt\", \"clust\": 452, \"cat_0_index\": 2134, \"rank\": 2087, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1236, \"ini\": 543}, {\"group\": [2424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, unprepared\", \"clust\": 2455, \"cat_0_index\": 3916, \"rank\": 2088, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 325, \"ini\": 542}, {\"group\": [3659.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, wheat, sugared or glazed\", \"clust\": 3700, \"cat_0_index\": 413, \"rank\": 2629, \"cat-0\": \"Baked Products\", \"rankvar\": 2289, \"ini\": 541}, {\"group\": [2168.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, unprepared\", \"clust\": 2199, \"cat_0_index\": 3917, \"rank\": 2089, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2276, \"ini\": 540}, {\"group\": [1041.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Onion Soup, condensed\", \"clust\": 1061, \"cat_0_index\": 3021, \"rank\": 2090, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 913, \"ini\": 539}, {\"group\": [997.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Alphabet Soup, condensed\", \"clust\": 1016, \"cat_0_index\": 3022, \"rank\": 2091, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2046, \"ini\": 538}, {\"group\": [525.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Baked Apple, prepared with boiling water\", \"clust\": 524, \"cat_0_index\": 954, \"rank\": 2092, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 442, \"ini\": 537}, {\"group\": [61.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, light meat, meat only, raw\", \"clust\": 65, \"cat_0_index\": 2352, \"rank\": 2093, \"cat-0\": \"Poultry Products\", \"rankvar\": 1862, \"ini\": 536}, {\"group\": [58.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, outside drum, raw\", \"clust\": 64, \"cat_0_index\": 2353, \"rank\": 2094, \"cat-0\": \"Poultry Products\", \"rankvar\": 1662, \"ini\": 535}, {\"group\": [139.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, lingcod, raw\", \"clust\": 144, \"cat_0_index\": 1610, \"rank\": 2095, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1336, \"ini\": 534}, {\"group\": [1158.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, MEAD JOHNSON, PORTAGEN, with iron, prepared from powder\", \"clust\": 1116, \"cat_0_index\": 269, \"rank\": 2096, \"cat-0\": \"Baby Foods\", \"rankvar\": 498, \"ini\": 533}, {\"group\": [2152.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, raw\", \"clust\": 2181, \"cat_0_index\": 3918, \"rank\": 2097, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2553, \"ini\": 532}, {\"group\": [1013.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, white, flesh and skin, baked\", \"clust\": 1031, \"cat_0_index\": 3919, \"rank\": 2098, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 843, \"ini\": 531}, {\"group\": [1274.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef with vegetables\", \"clust\": 1298, \"cat_0_index\": 270, \"rank\": 2099, \"cat-0\": \"Baby Foods\", \"rankvar\": 396, \"ini\": 530}, {\"group\": [158.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turtle, green, raw\", \"clust\": 145, \"cat_0_index\": 1611, \"rank\": 2100, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1354, \"ini\": 529}, {\"group\": [107.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Buffalo, free range, top round steak, raw (Shoshone Bannock)\", \"clust\": 109, \"cat_0_index\": 1305, \"rank\": 2101, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1413, \"ini\": 528}, {\"group\": [453.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggnog-flavor mix, powder, prepared with whole milk\", \"clust\": 463, \"cat_0_index\": 718, \"rank\": 2102, \"cat-0\": \"Beverages\", \"rankvar\": 448, \"ini\": 527}, {\"group\": [2137.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pokeberry shoots, (poke), cooked, boiled, drained, with salt\", \"clust\": 2166, \"cat_0_index\": 3920, \"rank\": 2103, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2520, \"ini\": 526}, {\"group\": [1038.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Verde Soup, condensed\", \"clust\": 1057, \"cat_0_index\": 3023, \"rank\": 2104, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 738, \"ini\": 525}, {\"group\": [1275.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from granules with milk, water and margarine added\", \"clust\": 1299, \"cat_0_index\": 3921, \"rank\": 2105, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 61, \"ini\": 524}, {\"group\": [3432.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OATMEAL SQUARES\", \"clust\": 3468, \"cat_0_index\": 955, \"rank\": 2628, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2715, \"ini\": 523}, {\"group\": [3800.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, Great Grains, Raisin, Date & Pecan\", \"clust\": 3847, \"cat_0_index\": 956, \"rank\": 2627, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2680, \"ini\": 522}, {\"group\": [2812.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Smokies Sausage Little Cheese (pork, turkey)\", \"clust\": 2845, \"cat_0_index\": 2451, \"rank\": 2626, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2508, \"ini\": 521}, {\"group\": [26.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, meat only, raw\", \"clust\": 28, \"cat_0_index\": 2354, \"rank\": 2106, \"cat-0\": \"Poultry Products\", \"rankvar\": 756, \"ini\": 520}, {\"group\": [1227.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with bananas, prepared with whole milk\", \"clust\": 1249, \"cat_0_index\": 271, \"rank\": 2107, \"cat-0\": \"Baby Foods\", \"rankvar\": 443, \"ini\": 519}, {\"group\": [1270.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, low fat, 12 grams protein per 8 ounce\", \"clust\": 1296, \"cat_0_index\": 1214, \"rank\": 2108, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1057, \"ini\": 518}, {\"group\": [9.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon grass (citronella), raw\", \"clust\": 8, \"cat_0_index\": 3922, \"rank\": 2109, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1632, \"ini\": 517}, {\"group\": [527.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana no tapioca, strained\", \"clust\": 539, \"cat_0_index\": 272, \"rank\": 2110, \"cat-0\": \"Baby Foods\", \"rankvar\": 737, \"ini\": 516}, {\"group\": [468.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, tomato chili sauce, bottled, no salt, low sodium\", \"clust\": 476, \"cat_0_index\": 3024, \"rank\": 2111, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 306, \"ini\": 515}, {\"group\": [60.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, moose, raw\", \"clust\": 61, \"cat_0_index\": 1929, \"rank\": 2112, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1515, \"ini\": 514}, {\"group\": [3888.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH'S PEANUT BUTTER CRUNCH\", \"clust\": 3926, \"cat_0_index\": 957, \"rank\": 2625, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2853, \"ini\": 513}, {\"group\": [178.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sturgeon, mixed species, raw\", \"clust\": 170, \"cat_0_index\": 1612, \"rank\": 2113, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 317, \"ini\": 512}, {\"group\": [146.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, perch, mixed species, raw\", \"clust\": 148, \"cat_0_index\": 1613, \"rank\": 2114, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1204, \"ini\": 511}, {\"group\": [152.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ling, raw\", \"clust\": 155, \"cat_0_index\": 1614, \"rank\": 2115, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1335, \"ini\": 510}, {\"group\": [3792.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S, RAISIN BRAN CRUNCH\", \"clust\": 3836, \"cat_0_index\": 958, \"rank\": 2624, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3077, \"ini\": 509}, {\"group\": [168.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, kidneys, raw\", \"clust\": 166, \"cat_0_index\": 2324, \"rank\": 2116, \"cat-0\": \"Pork Products\", \"rankvar\": 538, \"ini\": 508}, {\"group\": [2440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, skin, with salt\", \"clust\": 2467, \"cat_0_index\": 3923, \"rank\": 2117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 684, \"ini\": 507}, {\"group\": [3926.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, glaze, chocolate, prepared-from-recipe, with butter, NFSMI Recipe No. C-32\", \"clust\": 3970, \"cat_0_index\": 3312, \"rank\": 2623, \"cat-0\": \"Sweets\", \"rankvar\": 3396, \"ini\": 506}, {\"group\": [3861.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereal wafer straws, KELLOGG, COCOA KRISPIES Cereal straws\", \"clust\": 3904, \"cat_0_index\": 959, \"rank\": 2622, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2979, \"ini\": 505}, {\"group\": [2894.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, cooked, broiled\", \"clust\": 2928, \"cat_0_index\": 1930, \"rank\": 2621, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2579, \"ini\": 504}, {\"group\": [2162.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, boiled, drained, without salt\", \"clust\": 2191, \"cat_0_index\": 3924, \"rank\": 2118, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1984, \"ini\": 503}, {\"group\": [1201.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"ENSURE FIBER WITH FOS, liquid\", \"clust\": 1223, \"cat_0_index\": 2135, \"rank\": 2119, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 183, \"ini\": 502}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, cooked, boiled, drained, without salt\", \"clust\": 6, \"cat_0_index\": 3925, \"rank\": 2120, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2410, \"ini\": 501}, {\"group\": [2097.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato beef with noodle, canned, condensed\", \"clust\": 2119, \"cat_0_index\": 3025, \"rank\": 2121, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 137, \"ini\": 500}, {\"group\": [3711.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 3753, \"cat_0_index\": 1350, \"rank\": 2620, \"cat-0\": \"Fast Foods\", \"rankvar\": 2533, \"ini\": 499}, {\"group\": [3834.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tamarinds, raw\", \"clust\": 3876, \"cat_0_index\": 1891, \"rank\": 2619, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3210, \"ini\": 498}, {\"group\": [2435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lotus root, cooked, boiled, drained, with salt\", \"clust\": 2464, \"cat_0_index\": 3926, \"rank\": 2122, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1291, \"ini\": 497}, {\"group\": [118.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, spiny lobster, mixed species, raw\", \"clust\": 118, \"cat_0_index\": 1615, \"rank\": 2123, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 761, \"ini\": 496}, {\"group\": [945.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic Parmesan Italian Sauce, ready-to-serve\", \"clust\": 965, \"cat_0_index\": 3026, \"rank\": 2124, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 808, \"ini\": 495}, {\"group\": [113.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, turbot, european, cooked, dry heat\", \"clust\": 49, \"cat_0_index\": 1616, \"rank\": 2125, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 700, \"ini\": 494}, {\"group\": [2790.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Summer Sausage Thuringer Cervalat\", \"clust\": 2821, \"cat_0_index\": 2452, \"rank\": 2618, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2511, \"ini\": 493}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, tongue, raw (Alaska Native)\", \"clust\": 1, \"cat_0_index\": 1306, \"rank\": 2126, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 580, \"ini\": 492}, {\"group\": [310.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dried, sulfured, stewed, with added sugar\", \"clust\": 312, \"cat_0_index\": 1892, \"rank\": 2127, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 764, \"ini\": 491}, {\"group\": [2484.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, cottonseed, oil, home recipe\", \"clust\": 2477, \"cat_0_index\": 1548, \"rank\": 2617, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3483, \"ini\": 490}, {\"group\": [2161.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, raw\", \"clust\": 2193, \"cat_0_index\": 3927, \"rank\": 2128, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2203, \"ini\": 489}, {\"group\": [191.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, young duckling, domesticated, White Pekin, breast, meat only, boneless, cooked without skin, broiled\", \"clust\": 194, \"cat_0_index\": 2355, \"rank\": 2129, \"cat-0\": \"Poultry Products\", \"rankvar\": 2252, \"ini\": 488}, {\"group\": [166.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, kidneys, raw\", \"clust\": 169, \"cat_0_index\": 1931, \"rank\": 2130, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 463, \"ini\": 487}, {\"group\": [2252.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, cooked, boiled, drained, without salt\", \"clust\": 2283, \"cat_0_index\": 3928, \"rank\": 2131, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 176, \"ini\": 486}, {\"group\": [27.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, leg, meat only, raw\", \"clust\": 30, \"cat_0_index\": 2356, \"rank\": 2132, \"cat-0\": \"Poultry Products\", \"rankvar\": 899, \"ini\": 485}, {\"group\": [2425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, cooked, boiled, drained, without salt\", \"clust\": 2456, \"cat_0_index\": 3929, \"rank\": 2133, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 292, \"ini\": 484}, {\"group\": [2895.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, cooked, roasted\", \"clust\": 2929, \"cat_0_index\": 1932, \"rank\": 2616, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2578, \"ini\": 483}, {\"group\": [227.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, turkey, junior\", \"clust\": 229, \"cat_0_index\": 273, \"rank\": 2134, \"cat-0\": \"Baby Foods\", \"rankvar\": 172, \"ini\": 482}, {\"group\": [2398.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Loganberries, frozen\", \"clust\": 2428, \"cat_0_index\": 1893, \"rank\": 2135, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1946, \"ini\": 481}, {\"group\": [1012.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, Russet, flesh and skin, baked\", \"clust\": 1032, \"cat_0_index\": 3930, \"rank\": 2136, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 747, \"ini\": 480}, {\"group\": [37.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, dark meat, meat only, raw\", \"clust\": 26, \"cat_0_index\": 2357, \"rank\": 2137, \"cat-0\": \"Poultry Products\", \"rankvar\": 489, \"ini\": 479}, {\"group\": [1277.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from granules without milk, whole milk and butter added\", \"clust\": 1301, \"cat_0_index\": 3931, \"rank\": 2138, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 165, \"ini\": 478}, {\"group\": [3436.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K low fat granola\", \"clust\": 3463, \"cat_0_index\": 960, \"rank\": 2615, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2901, \"ini\": 477}, {\"group\": [981.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, au gratin, dry mix, prepared with water, whole milk and butter\", \"clust\": 1000, \"cat_0_index\": 3932, \"rank\": 2139, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 259, \"ini\": 476}, {\"group\": [50.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, meat only, raw\", \"clust\": 56, \"cat_0_index\": 2358, \"rank\": 2140, \"cat-0\": \"Poultry Products\", \"rankvar\": 1350, \"ini\": 475}, {\"group\": [447.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ready-to-drink reduced fat milk beverage, flavored and sweetened, with added calcium, vitamin A and vitamin D\", \"clust\": 459, \"cat_0_index\": 719, \"rank\": 2141, \"cat-0\": \"Beverages\", \"rankvar\": 925, \"ini\": 474}, {\"group\": [14.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Vegetable Steaks, canned, unprepared\", \"clust\": 12, \"cat_0_index\": 2136, \"rank\": 2142, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 887, \"ini\": 473}, {\"group\": [3514.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, TWIZZLERS CHERRY BITES\", \"clust\": 3551, \"cat_0_index\": 3313, \"rank\": 2143, \"cat-0\": \"Sweets\", \"rankvar\": 2619, \"ini\": 472}, {\"group\": [217.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, breast, smoked, lemon pepper flavor, 97% fat-free\", \"clust\": 218, \"cat_0_index\": 2453, \"rank\": 2144, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2179, \"ini\": 471}, {\"group\": [2794.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef, heated\", \"clust\": 2827, \"cat_0_index\": 2454, \"rank\": 2614, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2554, \"ini\": 470}, {\"group\": [302.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickle relish, hamburger\", \"clust\": 305, \"cat_0_index\": 3933, \"rank\": 2145, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1191, \"ini\": 469}, {\"group\": [131.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cisco, raw\", \"clust\": 132, \"cat_0_index\": 1617, \"rank\": 2146, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1054, \"ini\": 468}, {\"group\": [8.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dehydrated (low-moisture), sulfured, stewed\", \"clust\": 10, \"cat_0_index\": 1894, \"rank\": 2147, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1566, \"ini\": 467}, {\"group\": [2224.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, cooked, boiled, drained, without salt\", \"clust\": 2255, \"cat_0_index\": 3934, \"rank\": 2148, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1968, \"ini\": 466}, {\"group\": [2902.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 0\\\" fat, choice, cooked, roasted\", \"clust\": 2938, \"cat_0_index\": 453, \"rank\": 2613, \"cat-0\": \"Beef Products\", \"rankvar\": 2596, \"ini\": 465}, {\"group\": [3448.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat, reduced fat\", \"clust\": 3480, \"cat_0_index\": 414, \"rank\": 2612, \"cat-0\": \"Baked Products\", \"rankvar\": 2868, \"ini\": 464}, {\"group\": [2149.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, serrano, raw\", \"clust\": 2179, \"cat_0_index\": 3935, \"rank\": 2149, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2297, \"ini\": 463}, {\"group\": [2399.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, frozen, unsweetened\", \"clust\": 2426, \"cat_0_index\": 1895, \"rank\": 2150, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1705, \"ini\": 462}, {\"group\": [3429.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES\", \"clust\": 3464, \"cat_0_index\": 961, \"rank\": 2611, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2967, \"ini\": 461}, {\"group\": [129.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, catfish, channel, wild, raw\", \"clust\": 130, \"cat_0_index\": 1618, \"rank\": 2151, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 661, \"ini\": 460}, {\"group\": [3430.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Wheat CHEX\", \"clust\": 3465, \"cat_0_index\": 962, \"rank\": 2610, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2909, \"ini\": 459}, {\"group\": [920.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable, canned, low sodium, condensed\", \"clust\": 938, \"cat_0_index\": 3027, \"rank\": 2152, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 993, \"ini\": 458}, {\"group\": [949.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Mini Meatball Italian Sauce, ready-to-serve\", \"clust\": 969, \"cat_0_index\": 3028, \"rank\": 2153, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 526, \"ini\": 457}, {\"group\": [236.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, eggs (Alaska Native)\", \"clust\": 238, \"cat_0_index\": 1307, \"rank\": 2154, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 193, \"ini\": 456}, {\"group\": [3522.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, vanilla, creamy, dry mix\", \"clust\": 3556, \"cat_0_index\": 3314, \"rank\": 2155, \"cat-0\": \"Sweets\", \"rankvar\": 2930, \"ini\": 455}, {\"group\": [2165.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lasagna with meat & sauce, low-fat, frozen entree\", \"clust\": 2194, \"cat_0_index\": 2177, \"rank\": 2156, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 103, \"ini\": 454}, {\"group\": [1021.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked, in skin, flesh and skin, with salt\", \"clust\": 1035, \"cat_0_index\": 3936, \"rank\": 2157, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 445, \"ini\": 453}, {\"group\": [1225.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with bananas, prepared with whole milk\", \"clust\": 1250, \"cat_0_index\": 274, \"rank\": 2158, \"cat-0\": \"Baby Foods\", \"rankvar\": 398, \"ini\": 452}, {\"group\": [2626.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, stewed\", \"clust\": 2650, \"cat_0_index\": 2359, \"rank\": 2609, \"cat-0\": \"Poultry Products\", \"rankvar\": 2581, \"ini\": 451}, {\"group\": [52.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, light meat, meat only, raw\", \"clust\": 53, \"cat_0_index\": 2360, \"rank\": 2159, \"cat-0\": \"Poultry Products\", \"rankvar\": 1477, \"ini\": 450}, {\"group\": [1226.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with bananas, prepared with whole milk\", \"clust\": 1251, \"cat_0_index\": 275, \"rank\": 2160, \"cat-0\": \"Baby Foods\", \"rankvar\": 397, \"ini\": 449}, {\"group\": [98.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Elk, free range, roast, eye of round, raw (Shoshone Bannock)\", \"clust\": 86, \"cat_0_index\": 1308, \"rank\": 2161, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1050, \"ini\": 448}, {\"group\": [2345.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, cooked, boiled, drained, with salt\", \"clust\": 2375, \"cat_0_index\": 3937, \"rank\": 2162, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1326, \"ini\": 447}, {\"group\": [521.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS Cinnamon Roll, prepared with boiling water\", \"clust\": 536, \"cat_0_index\": 963, \"rank\": 2163, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 149, \"ini\": 446}, {\"group\": [492.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, heavy syrup pack, solids and liquids\", \"clust\": 506, \"cat_0_index\": 1896, \"rank\": 2164, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1925, \"ini\": 445}, {\"group\": [162.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, haddock, cooked, dry heat\", \"clust\": 164, \"cat_0_index\": 1619, \"rank\": 2165, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1449, \"ini\": 444}, {\"group\": [228.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, turkey, strained\", \"clust\": 230, \"cat_0_index\": 276, \"rank\": 2166, \"cat-0\": \"Baby Foods\", \"rankvar\": 175, \"ini\": 443}, {\"group\": [2795.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (beef franks)\", \"clust\": 2829, \"cat_0_index\": 2455, \"rank\": 2608, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2577, \"ini\": 442}, {\"group\": [214.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, queen, raw\", \"clust\": 215, \"cat_0_index\": 1620, \"rank\": 2167, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1248, \"ini\": 441}, {\"group\": [422.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cloudberries, raw (Alaska Native)\", \"clust\": 428, \"cat_0_index\": 1309, \"rank\": 2168, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2684, \"ini\": 440}, {\"group\": [3512.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, regular\", \"clust\": 3552, \"cat_0_index\": 3315, \"rank\": 2169, \"cat-0\": \"Sweets\", \"rankvar\": 2861, \"ini\": 439}, {\"group\": [522.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS, Golden Brown Sugar, prepared with boiling water\", \"clust\": 537, \"cat_0_index\": 964, \"rank\": 2170, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 156, \"ini\": 438}, {\"group\": [484.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup, drained\", \"clust\": 495, \"cat_0_index\": 1897, \"rank\": 2171, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1672, \"ini\": 437}, {\"group\": [913.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, cooked, boiled, drained, without salt\", \"clust\": 931, \"cat_0_index\": 3938, \"rank\": 2172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2474, \"ini\": 436}, {\"group\": [3837.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, fruit-filled, nonfat\", \"clust\": 3869, \"cat_0_index\": 2590, \"rank\": 2607, \"cat-0\": \"Snacks\", \"rankvar\": 3314, \"ini\": 435}, {\"group\": [2443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Side dishes, potato salad\", \"clust\": 435, \"cat_0_index\": 1351, \"rank\": 2173, \"cat-0\": \"Fast Foods\", \"rankvar\": 283, \"ini\": 434}, {\"group\": [2826.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Polish sausage, pork\", \"clust\": 2861, \"cat_0_index\": 2456, \"rank\": 2606, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2501, \"ini\": 433}, {\"group\": [379.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, canned, solids and liquids\", \"clust\": 389, \"cat_0_index\": 3939, \"rank\": 2174, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2546, \"ini\": 432}, {\"group\": [379.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, canned, solids and liquids\", \"clust\": 390, \"cat_0_index\": 3940, \"rank\": 2175, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2547, \"ini\": 431}, {\"group\": [366.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, mayonnaise-like, fat-free\", \"clust\": 376, \"cat_0_index\": 1549, \"rank\": 2176, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1062, \"ini\": 430}, {\"group\": [3948.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, saccharin\", \"clust\": 3983, \"cat_0_index\": 3316, \"rank\": 2605, \"cat-0\": \"Sweets\", \"rankvar\": 3677, \"ini\": 429}, {\"group\": [193.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bear, polar, meat, raw (Alaska Native)\", \"clust\": 193, \"cat_0_index\": 1310, \"rank\": 2177, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1820, \"ini\": 428}, {\"group\": [167.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, kidneys, raw\", \"clust\": 167, \"cat_0_index\": 454, \"rank\": 2178, \"cat-0\": \"Beef Products\", \"rankvar\": 546, \"ini\": 427}, {\"group\": [3649.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, pound cake type, pan de torta salvadoran\", \"clust\": 3690, \"cat_0_index\": 415, \"rank\": 2604, \"cat-0\": \"Baked Products\", \"rankvar\": 2534, \"ini\": 426}, {\"group\": [3879.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Iced Molasses\", \"clust\": 3924, \"cat_0_index\": 416, \"rank\": 2603, \"cat-0\": \"Baked Products\", \"rankvar\": 2851, \"ini\": 425}, {\"group\": [832.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg custards, dry mix, prepared with 2% milk\", \"clust\": 848, \"cat_0_index\": 3317, \"rank\": 2179, \"cat-0\": \"Sweets\", \"rankvar\": 100, \"ini\": 424}, {\"group\": [2971.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, cornnuts, barbecue-flavor\", \"clust\": 3005, \"cat_0_index\": 2591, \"rank\": 2602, \"cat-0\": \"Snacks\", \"rankvar\": 2734, \"ini\": 423}, {\"group\": [2912.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, raw\", \"clust\": 2946, \"cat_0_index\": 455, \"rank\": 2601, \"cat-0\": \"Beef Products\", \"rankvar\": 2615, \"ini\": 422}, {\"group\": [2428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Parsnips, cooked, boiled, drained, without salt\", \"clust\": 2457, \"cat_0_index\": 3941, \"rank\": 2180, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1064, \"ini\": 421}, {\"group\": [62.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, breast, meat only, raw\", \"clust\": 66, \"cat_0_index\": 2361, \"rank\": 2181, \"cat-0\": \"Poultry Products\", \"rankvar\": 1926, \"ini\": 420}, {\"group\": [2901.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, broiled\", \"clust\": 2932, \"cat_0_index\": 456, \"rank\": 2600, \"cat-0\": \"Beef Products\", \"rankvar\": 2595, \"ini\": 419}, {\"group\": [3655.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted brown sugar cinnamon\", \"clust\": 3698, \"cat_0_index\": 417, \"rank\": 2599, \"cat-0\": \"Baked Products\", \"rankvar\": 2720, \"ini\": 418}, {\"group\": [1276.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, prepared from granules, without milk, whole milk and margarine\", \"clust\": 1300, \"cat_0_index\": 3942, \"rank\": 2182, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 152, \"ini\": 417}, {\"group\": [2972.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, KRAFT, CORNNUTS, plain\", \"clust\": 3003, \"cat_0_index\": 2592, \"rank\": 2598, \"cat-0\": \"Snacks\", \"rankvar\": 2713, \"ini\": 416}, {\"group\": [960.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom Supreme Italian Sauce, ready-to-serve\", \"clust\": 959, \"cat_0_index\": 3029, \"rank\": 2183, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 615, \"ini\": 415}, {\"group\": [141.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, halibut, Atlantic and Pacific, raw\", \"clust\": 141, \"cat_0_index\": 1621, \"rank\": 2184, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1362, \"ini\": 414}, {\"group\": [2221.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, cooked, boiled, drained, with salt\", \"clust\": 2250, \"cat_0_index\": 3943, \"rank\": 2185, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2058, \"ini\": 413}, {\"group\": [151.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, scup, raw\", \"clust\": 146, \"cat_0_index\": 1622, \"rank\": 2186, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 598, \"ini\": 412}, {\"group\": [149.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, smelt, rainbow, raw\", \"clust\": 150, \"cat_0_index\": 1623, \"rank\": 2187, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 663, \"ini\": 411}, {\"group\": [44.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, leg, whole (shank and sirloin), separable lean only, raw\", \"clust\": 44, \"cat_0_index\": 1933, \"rank\": 2188, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 689, \"ini\": 410}, {\"group\": [28.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, dark meat, meat only, raw\", \"clust\": 31, \"cat_0_index\": 2362, \"rank\": 2189, \"cat-0\": \"Poultry Products\", \"rankvar\": 849, \"ini\": 409}, {\"group\": [1222.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate beverage, hot cocoa, homemade\", \"clust\": 1244, \"cat_0_index\": 1215, \"rank\": 2190, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 504, \"ini\": 408}, {\"group\": [3520.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tapioca, pearl, dry\", \"clust\": 3558, \"cat_0_index\": 1052, \"rank\": 2191, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2777, \"ini\": 407}, {\"group\": [736.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, navels\", \"clust\": 751, \"cat_0_index\": 1898, \"rank\": 2192, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2160, \"ini\": 406}, {\"group\": [2796.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (beef franks, bun length)\", \"clust\": 2830, \"cat_0_index\": 2457, \"rank\": 2597, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2573, \"ini\": 405}, {\"group\": [3789.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MUESLI, dried fruit and nuts\", \"clust\": 3835, \"cat_0_index\": 965, \"rank\": 2596, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2845, \"ini\": 404}, {\"group\": [373.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Creamy dressing, made with sour cream and/or buttermilk and oil, reduced calorie, fat-free\", \"clust\": 383, \"cat_0_index\": 1550, \"rank\": 2193, \"cat-0\": \"Fats and Oils\", \"rankvar\": 477, \"ini\": 403}, {\"group\": [445.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Peach soy Yogurt\", \"clust\": 450, \"cat_0_index\": 2137, \"rank\": 2194, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1382, \"ini\": 402}, {\"group\": [1072.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, steamed corn (Navajo)\", \"clust\": 1091, \"cat_0_index\": 1311, \"rank\": 2195, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 28, \"ini\": 401}, {\"group\": [2404.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, cooked, boiled, drained, without salt\", \"clust\": 2433, \"cat_0_index\": 3944, \"rank\": 2196, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1119, \"ini\": 400}, {\"group\": [1039.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken Soup, condensed\", \"clust\": 1058, \"cat_0_index\": 3030, \"rank\": 2197, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 703, \"ini\": 399}, {\"group\": [16.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, lungs, cooked, braised\", \"clust\": 16, \"cat_0_index\": 1934, \"rank\": 2198, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1048, \"ini\": 398}, {\"group\": [229.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, lamb, junior\", \"clust\": 231, \"cat_0_index\": 277, \"rank\": 2199, \"cat-0\": \"Baby Foods\", \"rankvar\": 307, \"ini\": 397}, {\"group\": [59.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, inside drum, raw\", \"clust\": 62, \"cat_0_index\": 2363, \"rank\": 2200, \"cat-0\": \"Poultry Products\", \"rankvar\": 1385, \"ini\": 396}, {\"group\": [1992.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, taco salad with chili con carne\", \"clust\": 2021, \"cat_0_index\": 1352, \"rank\": 2201, \"cat-0\": \"Fast Foods\", \"rankvar\": 55, \"ini\": 395}, {\"group\": [3928.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, YORK Peppermint Pattie\", \"clust\": 3965, \"cat_0_index\": 3318, \"rank\": 2595, \"cat-0\": \"Sweets\", \"rankvar\": 3455, \"ini\": 394}, {\"group\": [2962.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, plain\", \"clust\": 2995, \"cat_0_index\": 2593, \"rank\": 2594, \"cat-0\": \"Snacks\", \"rankvar\": 2610, \"ini\": 393}, {\"group\": [940.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with onions, green peppers, and celery\", \"clust\": 958, \"cat_0_index\": 3945, \"rank\": 2202, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1920, \"ini\": 392}, {\"group\": [987.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with herbs and cheese\", \"clust\": 1003, \"cat_0_index\": 3946, \"rank\": 2203, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1059, \"ini\": 391}, {\"group\": [2471.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cream\", \"clust\": 2500, \"cat_0_index\": 1216, \"rank\": 2593, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2667, \"ini\": 390}, {\"group\": [1020.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Potato wedges, frozen\", \"clust\": 1036, \"cat_0_index\": 3947, \"rank\": 2204, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 111, \"ini\": 389}, {\"group\": [3914.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Sour Fruit Chews\", \"clust\": 3953, \"cat_0_index\": 3319, \"rank\": 2592, \"cat-0\": \"Sweets\", \"rankvar\": 3382, \"ini\": 388}, {\"group\": [130.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, seatrout, mixed species, raw\", \"clust\": 131, \"cat_0_index\": 1624, \"rank\": 2205, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 499, \"ini\": 387}, {\"group\": [895.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, New England Clam Chowder, condensed\", \"clust\": 913, \"cat_0_index\": 3031, \"rank\": 2206, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1241, \"ini\": 386}, {\"group\": [914.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coriander (cilantro) leaves, raw\", \"clust\": 932, \"cat_0_index\": 3948, \"rank\": 2207, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2423, \"ini\": 385}, {\"group\": [154.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pollock, Atlantic, raw\", \"clust\": 157, \"cat_0_index\": 1625, \"rank\": 2208, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1249, \"ini\": 384}, {\"group\": [127.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, monkfish, cooked, dry heat\", \"clust\": 128, \"cat_0_index\": 1626, \"rank\": 2209, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1514, \"ini\": 383}, {\"group\": [2498.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Croissants, cheese\", \"clust\": 2525, \"cat_0_index\": 418, \"rank\": 2591, \"cat-0\": \"Baked Products\", \"rankvar\": 2454, \"ini\": 382}, {\"group\": [737.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, all commercial varieties\", \"clust\": 752, \"cat_0_index\": 1899, \"rank\": 2210, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2139, \"ini\": 381}, {\"group\": [1097.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad with Grilled Chicken\", \"clust\": 1113, \"cat_0_index\": 1353, \"rank\": 2211, \"cat-0\": \"Fast Foods\", \"rankvar\": 377, \"ini\": 380}, {\"group\": [3862.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereal wafer straws, KELLOGG, FROOT LOOPS Cereal straws\", \"clust\": 3905, \"cat_0_index\": 966, \"rank\": 2590, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3007, \"ini\": 379}, {\"group\": [2786.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smoked link sausage, pork\", \"clust\": 2818, \"cat_0_index\": 2458, \"rank\": 2589, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2282, \"ini\": 378}, {\"group\": [1044.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Cream of Mushroom Soup, condensed\", \"clust\": 1059, \"cat_0_index\": 3032, \"rank\": 2212, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 786, \"ini\": 377}, {\"group\": [123.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, dungeness, raw\", \"clust\": 125, \"cat_0_index\": 1627, \"rank\": 2213, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 962, \"ini\": 376}, {\"group\": [65.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, elk, raw\", \"clust\": 69, \"cat_0_index\": 1935, \"rank\": 2214, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1492, \"ini\": 375}, {\"group\": [101.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, shoulder clod, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 102, \"cat_0_index\": 1936, \"rank\": 2215, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1135, \"ini\": 374}, {\"group\": [449.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, reduced fat, with added calcium\", \"clust\": 458, \"cat_0_index\": 1217, \"rank\": 2216, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 944, \"ini\": 373}, {\"group\": [3089.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, dry\", \"clust\": 3120, \"cat_0_index\": 967, \"rank\": 2588, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3279, \"ini\": 372}, {\"group\": [3713.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, fruit, enriched (includes apple, cinnamon, raisin, lemon, raspberry, strawberry)\", \"clust\": 3756, \"cat_0_index\": 419, \"rank\": 2587, \"cat-0\": \"Baked Products\", \"rankvar\": 2532, \"ini\": 371}, {\"group\": [24.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, fresh, skipjack, raw\", \"clust\": 21, \"cat_0_index\": 1628, \"rank\": 2217, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1389, \"ini\": 370}, {\"group\": [1993.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cheese, canned, prepared with equal volume milk\", \"clust\": 2022, \"cat_0_index\": 3033, \"rank\": 2218, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 430, \"ini\": 369}, {\"group\": [3063.0, 34.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Natto\", \"clust\": 3079, \"cat_0_index\": 2138, \"rank\": 2586, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1206, \"ini\": 368}, {\"group\": [465.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, cooked, baked, without salt\", \"clust\": 478, \"cat_0_index\": 3949, \"rank\": 2219, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 439, \"ini\": 367}, {\"group\": [3177.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"LITTLE CAESARS 14\\\" Cheese Pizza, Thin Crust\", \"clust\": 3206, \"cat_0_index\": 1354, \"rank\": 2585, \"cat-0\": \"Fast Foods\", \"rankvar\": 1523, \"ini\": 366}, {\"group\": [904.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum leaves, raw\", \"clust\": 921, \"cat_0_index\": 3950, \"rank\": 2220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2419, \"ini\": 365}, {\"group\": [2990.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, prepared from recipe\", \"clust\": 3023, \"cat_0_index\": 420, \"rank\": 2584, \"cat-0\": \"Baked Products\", \"rankvar\": 2659, \"ini\": 364}, {\"group\": [905.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, raw\", \"clust\": 922, \"cat_0_index\": 3951, \"rank\": 2221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2418, \"ini\": 363}, {\"group\": [385.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, pork, and beef sausage, low fat, smoked\", \"clust\": 393, \"cat_0_index\": 2459, \"rank\": 2222, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 184, \"ini\": 362}, {\"group\": [897.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Potato Soup, condensed\", \"clust\": 912, \"cat_0_index\": 3034, \"rank\": 2223, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1423, \"ini\": 361}, {\"group\": [3814.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SPECIAL K, Fruit & Yogurt\", \"clust\": 3859, \"cat_0_index\": 968, \"rank\": 2583, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2974, \"ini\": 360}, {\"group\": [3528.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, pina colada, prepared-from-recipe\", \"clust\": 3563, \"cat_0_index\": 720, \"rank\": 2224, \"cat-0\": \"Beverages\", \"rankvar\": 1339, \"ini\": 359}, {\"group\": [3889.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Honey Nut Oats\", \"clust\": 3933, \"cat_0_index\": 969, \"rank\": 2582, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3048, \"ini\": 358}, {\"group\": [524.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with DINOSAUR BONES, Brown Sugar Cinnamon, prepared with boiling water\", \"clust\": 534, \"cat_0_index\": 970, \"rank\": 2225, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 206, \"ini\": 357}, {\"group\": [3510.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, raw, unenriched\", \"clust\": 3548, \"cat_0_index\": 1053, \"rank\": 2226, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2622, \"ini\": 356}, {\"group\": [2820.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, patties, unheated\", \"clust\": 2854, \"cat_0_index\": 2325, \"rank\": 2581, \"cat-0\": \"Pork Products\", \"rankvar\": 2497, \"ini\": 355}, {\"group\": [483.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, syrup pack, solids and liquids\", \"clust\": 497, \"cat_0_index\": 3952, \"rank\": 2227, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1164, \"ini\": 354}, {\"group\": [3360.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yellow pond lily, Wocas, dried seeds (Pacific Northwest Indians)\", \"clust\": 3398, \"cat_0_index\": 1312, \"rank\": 2580, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3418, \"ini\": 353}, {\"group\": [2843.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Biscuit\", \"clust\": 2873, \"cat_0_index\": 1355, \"rank\": 2579, \"cat-0\": \"Fast Foods\", \"rankvar\": 1993, \"ini\": 352}, {\"group\": [912.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, cooked, boiled, drained, with salt\", \"clust\": 927, \"cat_0_index\": 3953, \"rank\": 2228, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2456, \"ini\": 351}, {\"group\": [950.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Italian Sausage and Garlic Italian Sauce, ready-to-serve\", \"clust\": 970, \"cat_0_index\": 3035, \"rank\": 2229, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 694, \"ini\": 350}, {\"group\": [2156.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, unprepared\", \"clust\": 2184, \"cat_0_index\": 3954, \"rank\": 2230, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2452, \"ini\": 349}, {\"group\": [3943.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fondant, prepared-from-recipe\", \"clust\": 3990, \"cat_0_index\": 3320, \"rank\": 2578, \"cat-0\": \"Sweets\", \"rankvar\": 3717, \"ini\": 348}, {\"group\": [3481.0, 68.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S PRODUCT 19\", \"clust\": 3508, \"cat_0_index\": 971, \"rank\": 2577, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3214, \"ini\": 347}, {\"group\": [232.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Low Fat Fri Chik, canned, unprepared\", \"clust\": 234, \"cat_0_index\": 2139, \"rank\": 2231, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 181, \"ini\": 346}, {\"group\": [2810.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners Little (pork, turkey)\", \"clust\": 2842, \"cat_0_index\": 2460, \"rank\": 2576, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2541, \"ini\": 345}, {\"group\": [2421.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sugar-apples, (sweetsop), raw\", \"clust\": 2451, \"cat_0_index\": 1900, \"rank\": 2232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 919, \"ini\": 344}, {\"group\": [3657.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KELLOGG'S Pop-Tarts Pastry Swirls, Strawberry Danish\", \"clust\": 3695, \"cat_0_index\": 421, \"rank\": 2575, \"cat-0\": \"Baked Products\", \"rankvar\": 2620, \"ini\": 343}, {\"group\": [477.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, ready-to-eat\", \"clust\": 483, \"cat_0_index\": 3321, \"rank\": 2233, \"cat-0\": \"Sweets\", \"rankvar\": 245, \"ini\": 342}, {\"group\": [114.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, light, canned in water, without salt, drained solids\", \"clust\": 115, \"cat_0_index\": 1629, \"rank\": 2234, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2075, \"ini\": 341}, {\"group\": [425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chili, no beans, canned entree\", \"clust\": 432, \"cat_0_index\": 2178, \"rank\": 2235, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 52, \"ini\": 340}, {\"group\": [289.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bread, kneel down (Navajo)\", \"clust\": 292, \"cat_0_index\": 1313, \"rank\": 2236, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 50, \"ini\": 339}, {\"group\": [99.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, separable lean only, raw\", \"clust\": 103, \"cat_0_index\": 1937, \"rank\": 2237, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1260, \"ini\": 338}, {\"group\": [335.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla Fudge Twirl\", \"clust\": 342, \"cat_0_index\": 3322, \"rank\": 2238, \"cat-0\": \"Sweets\", \"rankvar\": 40, \"ini\": 337}, {\"group\": [2923.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, thymus, cooked, braised\", \"clust\": 2926, \"cat_0_index\": 457, \"rank\": 2574, \"cat-0\": \"Beef Products\", \"rankvar\": 2249, \"ini\": 336}, {\"group\": [2808.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Braunschweiger (a liver sausage), pork\", \"clust\": 2839, \"cat_0_index\": 2461, \"rank\": 2573, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2490, \"ini\": 335}, {\"group\": [360.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean leaves, raw\", \"clust\": 360, \"cat_0_index\": 3955, \"rank\": 2239, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1259, \"ini\": 334}, {\"group\": [2186.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, cooked, boiled, drained, with salt\", \"clust\": 2217, \"cat_0_index\": 3956, \"rank\": 2240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2156, \"ini\": 333}, {\"group\": [2171.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard spinach, (tendergreen), cooked, boiled, drained, without salt\", \"clust\": 2200, \"cat_0_index\": 3957, \"rank\": 2241, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2525, \"ini\": 332}, {\"group\": [171.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, heart, raw\", \"clust\": 172, \"cat_0_index\": 1938, \"rank\": 2242, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 450, \"ini\": 331}, {\"group\": [3174.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"APPLEBEE'S, mozzarella sticks\", \"clust\": 3210, \"cat_0_index\": 2402, \"rank\": 2572, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 862, \"ini\": 330}, {\"group\": [97.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, arm, separable lean only, raw\", \"clust\": 96, \"cat_0_index\": 1939, \"rank\": 2243, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1005, \"ini\": 329}, {\"group\": [192.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, ringed, meat (Alaska Native)\", \"clust\": 195, \"cat_0_index\": 1314, \"rank\": 2244, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2315, \"ini\": 328}, {\"group\": [218.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Ham (40% ham/water product, smoked, fat free)\", \"clust\": 222, \"cat_0_index\": 2462, \"rank\": 2245, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1412, \"ini\": 327}, {\"group\": [3905.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, Horchata, dry mix, unprepared, variety of brands, all with morro seeds\", \"clust\": 3943, \"cat_0_index\": 721, \"rank\": 2571, \"cat-0\": \"Beverages\", \"rankvar\": 2942, \"ini\": 326}, {\"group\": [155.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sunfish, pumpkin seed, raw\", \"clust\": 158, \"cat_0_index\": 1630, \"rank\": 2246, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1366, \"ini\": 325}, {\"group\": [2157.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, cooked, boiled, drained, without salt\", \"clust\": 2183, \"cat_0_index\": 3958, \"rank\": 2247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2298, \"ini\": 324}, {\"group\": [896.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Golden Mushroom Soup, condensed\", \"clust\": 914, \"cat_0_index\": 3036, \"rank\": 2248, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1800, \"ini\": 323}, {\"group\": [311.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, dried, sulfured, stewed, with added sugar\", \"clust\": 311, \"cat_0_index\": 1901, \"rank\": 2249, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1212, \"ini\": 322}, {\"group\": [452.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, yogurt, whole milk, with fruit, multigrain cereal and added iron\", \"clust\": 464, \"cat_0_index\": 278, \"rank\": 2250, \"cat-0\": \"Baby Foods\", \"rankvar\": 407, \"ini\": 321}, {\"group\": [3447.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, 94% fat free\", \"clust\": 3481, \"cat_0_index\": 2594, \"rank\": 2570, \"cat-0\": \"Snacks\", \"rankvar\": 3018, \"ini\": 320}, {\"group\": [2417.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, canned\", \"clust\": 2447, \"cat_0_index\": 2140, \"rank\": 2251, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 522, \"ini\": 319}, {\"group\": [428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SPECIAL CARE, ADVANCE 24, with iron, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 439, \"cat_0_index\": 279, \"rank\": 2252, \"cat-0\": \"Baby Foods\", \"rankvar\": 1361, \"ini\": 318}, {\"group\": [3271.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, fish, ready-to-serve\", \"clust\": 3305, \"cat_0_index\": 3037, \"rank\": 2569, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3777, \"ini\": 317}, {\"group\": [1464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs A to Z's with Meatballs\", \"clust\": 1491, \"cat_0_index\": 2179, \"rank\": 2253, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 115, \"ini\": 316}, {\"group\": [1464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Meatballs\", \"clust\": 1492, \"cat_0_index\": 2180, \"rank\": 2254, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 116, \"ini\": 315}, {\"group\": [3884.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH\", \"clust\": 3929, \"cat_0_index\": 972, \"rank\": 2568, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3142, \"ini\": 314}, {\"group\": [424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni and Cheese, canned, microwaveable\", \"clust\": 434, \"cat_0_index\": 2181, \"rank\": 2255, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 10, \"ini\": 313}, {\"group\": [2405.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, unprepared\", \"clust\": 2434, \"cat_0_index\": 3959, \"rank\": 2256, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 714, \"ini\": 312}, {\"group\": [2903.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2939, \"cat_0_index\": 458, \"rank\": 2567, \"cat-0\": \"Beef Products\", \"rankvar\": 2584, \"ini\": 311}, {\"group\": [153.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, burbot, raw\", \"clust\": 156, \"cat_0_index\": 1631, \"rank\": 2257, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1396, \"ini\": 310}, {\"group\": [108.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, leg (top round), separable lean only, raw\", \"clust\": 110, \"cat_0_index\": 1940, \"rank\": 2258, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1334, \"ini\": 309}, {\"group\": [115.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, meat, raw (Alaska Native)\", \"clust\": 116, \"cat_0_index\": 1315, \"rank\": 2259, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2226, \"ini\": 308}, {\"group\": [219.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Turkey Breast (smoked, fat free)\", \"clust\": 223, \"cat_0_index\": 2463, \"rank\": 2260, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1286, \"ini\": 307}, {\"group\": [2441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, raw\", \"clust\": 2470, \"cat_0_index\": 3960, \"rank\": 2261, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1001, \"ini\": 306}, {\"group\": [907.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, cooked, boiled, drained, with salt\", \"clust\": 924, \"cat_0_index\": 3961, \"rank\": 2262, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2303, \"ini\": 305}, {\"group\": [1218.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, powder, prepared with whole milk\", \"clust\": 1241, \"cat_0_index\": 722, \"rank\": 2263, \"cat-0\": \"Beverages\", \"rankvar\": 384, \"ini\": 304}, {\"group\": [352.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, with apple and orange, prepared with whole milk\", \"clust\": 361, \"cat_0_index\": 280, \"rank\": 2264, \"cat-0\": \"Baby Foods\", \"rankvar\": 411, \"ini\": 303}, {\"group\": [132.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, croaker, Atlantic, raw\", \"clust\": 133, \"cat_0_index\": 1632, \"rank\": 2265, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 606, \"ini\": 302}, {\"group\": [1466.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Sliced Franks\", \"clust\": 1489, \"cat_0_index\": 2182, \"rank\": 2266, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 215, \"ini\": 301}, {\"group\": [90.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shank (fore and hind), separable lean only, raw\", \"clust\": 92, \"cat_0_index\": 1941, \"rank\": 2267, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 780, \"ini\": 300}, {\"group\": [1219.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, whole, with added vitamin A and vitamin D\", \"clust\": 1242, \"cat_0_index\": 1218, \"rank\": 2268, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 457, \"ini\": 299}, {\"group\": [367.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Bisque, condensed\", \"clust\": 374, \"cat_0_index\": 3038, \"rank\": 2269, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 631, \"ini\": 298}, {\"group\": [3886.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH with CRUNCHBERRIES\", \"clust\": 3928, \"cat_0_index\": 973, \"rank\": 2566, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3154, \"ini\": 297}, {\"group\": [119.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, canned\", \"clust\": 121, \"cat_0_index\": 1633, \"rank\": 2270, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1152, \"ini\": 296}, {\"group\": [120.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, cooked, moist heat\", \"clust\": 122, \"cat_0_index\": 1634, \"rank\": 2271, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1153, \"ini\": 295}, {\"group\": [1101.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, ABBOTT NUTRITION, PEDIASURE, ready-to-feed, with iron and fiber (formerly ROSS)\", \"clust\": 1122, \"cat_0_index\": 281, \"rank\": 2272, \"cat-0\": \"Baby Foods\", \"rankvar\": 258, \"ini\": 294}, {\"group\": [3027.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, deep dish, frozen, unbaked, made with enriched flour\", \"clust\": 3060, \"cat_0_index\": 422, \"rank\": 2565, \"cat-0\": \"Baked Products\", \"rankvar\": 2632, \"ini\": 293}, {\"group\": [333.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla\", \"clust\": 340, \"cat_0_index\": 3323, \"rank\": 2273, \"cat-0\": \"Sweets\", \"rankvar\": 78, \"ini\": 292}, {\"group\": [2437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, baked, with salt\", \"clust\": 2466, \"cat_0_index\": 3962, \"rank\": 2274, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1831, \"ini\": 291}, {\"group\": [909.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro, leaves, cooked, steamed, with salt\", \"clust\": 926, \"cat_0_index\": 3963, \"rank\": 2275, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2365, \"ini\": 290}, {\"group\": [313.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, split pea with ham and bacon, canned, condensed, single brand\", \"clust\": 315, \"cat_0_index\": 3039, \"rank\": 2276, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 71, \"ini\": 289}, {\"group\": [172.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, heart, raw\", \"clust\": 171, \"cat_0_index\": 459, \"rank\": 2277, \"cat-0\": \"Beef Products\", \"rankvar\": 461, \"ini\": 288}, {\"group\": [3293.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread crumbs, dry, grated, seasoned\", \"clust\": 3323, \"cat_0_index\": 423, \"rank\": 2564, \"cat-0\": \"Baked Products\", \"rankvar\": 2647, \"ini\": 287}, {\"group\": [142.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tilefish, raw\", \"clust\": 140, \"cat_0_index\": 1635, \"rank\": 2278, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 978, \"ini\": 286}, {\"group\": [2472.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream, fluid, heavy whipping\", \"clust\": 2501, \"cat_0_index\": 1219, \"rank\": 2563, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2982, \"ini\": 285}, {\"group\": [1230.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, with added nutrients, powder, prepared with whole milk\", \"clust\": 1252, \"cat_0_index\": 723, \"rank\": 2279, \"cat-0\": \"Beverages\", \"rankvar\": 427, \"ini\": 284}, {\"group\": [2227.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory greens, raw\", \"clust\": 2253, \"cat_0_index\": 3964, \"rank\": 2280, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2425, \"ini\": 283}, {\"group\": [66.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, full rump, raw\", \"clust\": 70, \"cat_0_index\": 2364, \"rank\": 2281, \"cat-0\": \"Poultry Products\", \"rankvar\": 1451, \"ini\": 282}, {\"group\": [435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait\", \"clust\": 448, \"cat_0_index\": 1356, \"rank\": 2282, \"cat-0\": \"Fast Foods\", \"rankvar\": 392, \"ini\": 281}, {\"group\": [17.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, lungs, cooked, braised\", \"clust\": 17, \"cat_0_index\": 1942, \"rank\": 2283, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 952, \"ini\": 280}, {\"group\": [2225.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, cooked, boiled, drained, with salt\", \"clust\": 2256, \"cat_0_index\": 3965, \"rank\": 2284, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2017, \"ini\": 279}, {\"group\": [3812.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, HEART TO HEART, Wild Blueberry\", \"clust\": 3852, \"cat_0_index\": 974, \"rank\": 2562, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2756, \"ini\": 278}, {\"group\": [42.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable lean only, raw\", \"clust\": 45, \"cat_0_index\": 1943, \"rank\": 2285, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 609, \"ini\": 277}, {\"group\": [3269.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Miso\", \"clust\": 3303, \"cat_0_index\": 2141, \"rank\": 2561, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2862, \"ini\": 276}, {\"group\": [94.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, cubed for stew (leg and shoulder), separable lean only, raw\", \"clust\": 98, \"cat_0_index\": 1944, \"rank\": 2286, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 964, \"ini\": 275}, {\"group\": [11.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Choplets, canned, unprepared\", \"clust\": 14, \"cat_0_index\": 2142, \"rank\": 2287, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 909, \"ini\": 274}, {\"group\": [13.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Multigrain Cutlets, canned, unprepared\", \"clust\": 13, \"cat_0_index\": 2143, \"rank\": 2288, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 534, \"ini\": 273}, {\"group\": [2164.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, cooked, boiled, drained, with salt\", \"clust\": 2189, \"cat_0_index\": 3966, \"rank\": 2289, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2015, \"ini\": 272}, {\"group\": [2420.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chickpeas (garbanzo beans, bengal gram), mature seeds, canned\", \"clust\": 2443, \"cat_0_index\": 2144, \"rank\": 2290, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 190, \"ini\": 271}, {\"group\": [305.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, cooked, boiled, without salt\", \"clust\": 308, \"cat_0_index\": 2145, \"rank\": 2291, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 95, \"ini\": 270}, {\"group\": [3885.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, SWEET CRUNCH/QUISP\", \"clust\": 3930, \"cat_0_index\": 975, \"rank\": 2560, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3136, \"ini\": 269}, {\"group\": [982.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk and butter added\", \"clust\": 998, \"cat_0_index\": 3967, \"rank\": 2292, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 122, \"ini\": 268}, {\"group\": [81.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Moose, meat, raw (Alaska Native)\", \"clust\": 57, \"cat_0_index\": 1316, \"rank\": 2293, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1454, \"ini\": 267}, {\"group\": [38.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, foreshank, separable lean only, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 40, \"cat_0_index\": 1945, \"rank\": 2294, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 811, \"ini\": 266}, {\"group\": [2804.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate, truffle flavor\", \"clust\": 2835, \"cat_0_index\": 2464, \"rank\": 2559, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2480, \"ini\": 265}, {\"group\": [2154.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, green, cooked, no salt added\", \"clust\": 2185, \"cat_0_index\": 3968, \"rank\": 2295, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2475, \"ini\": 264}, {\"group\": [188.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, chicken, cooked\", \"clust\": 189, \"cat_0_index\": 2465, \"rank\": 2296, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 402, \"ini\": 263}, {\"group\": [2169.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli raab, cooked\", \"clust\": 2197, \"cat_0_index\": 3969, \"rank\": 2297, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2242, \"ini\": 262}, {\"group\": [96.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, sirloin, separable lean only, raw\", \"clust\": 97, \"cat_0_index\": 1946, \"rank\": 2298, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 943, \"ini\": 261}, {\"group\": [3511.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, raw, unenriched\", \"clust\": 3549, \"cat_0_index\": 1054, \"rank\": 2299, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2625, \"ini\": 260}, {\"group\": [523.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS Baked Apple, prepared with boiling water\", \"clust\": 535, \"cat_0_index\": 976, \"rank\": 2300, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 195, \"ini\": 259}, {\"group\": [67.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, light meat, raw\", \"clust\": 74, \"cat_0_index\": 2365, \"rank\": 2301, \"cat-0\": \"Poultry Products\", \"rankvar\": 1576, \"ini\": 258}, {\"group\": [2010.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Fiesta Nacho Cheese Soup, condensed\", \"clust\": 2037, \"cat_0_index\": 3040, \"rank\": 2302, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 372, \"ini\": 257}, {\"group\": [3172.0, 48.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, pork\", \"clust\": 3205, \"cat_0_index\": 2466, \"rank\": 2558, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1974, \"ini\": 256}, {\"group\": [2693.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise, made with tofu\", \"clust\": 2721, \"cat_0_index\": 1551, \"rank\": 2557, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2763, \"ini\": 255}, {\"group\": [486.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, frozen, sweetened\", \"clust\": 499, \"cat_0_index\": 1902, \"rank\": 2303, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1628, \"ini\": 254}, {\"group\": [334.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla Chocolate Strawberry\", \"clust\": 341, \"cat_0_index\": 3324, \"rank\": 2304, \"cat-0\": \"Sweets\", \"rankvar\": 66, \"ini\": 253}, {\"group\": [68.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, light meat, meat only, raw\", \"clust\": 75, \"cat_0_index\": 2366, \"rank\": 2305, \"cat-0\": \"Poultry Products\", \"rankvar\": 1558, \"ini\": 252}, {\"group\": [380.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, pickled\", \"clust\": 391, \"cat_0_index\": 3970, \"rank\": 2306, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2522, \"ini\": 251}, {\"group\": [18.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, lungs, raw\", \"clust\": 19, \"cat_0_index\": 1947, \"rank\": 2307, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 816, \"ini\": 250}, {\"group\": [100.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, top sirloin, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 104, \"cat_0_index\": 1948, \"rank\": 2308, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1122, \"ini\": 249}, {\"group\": [336.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Chocolate Caramel\", \"clust\": 343, \"cat_0_index\": 3325, \"rank\": 2309, \"cat-0\": \"Sweets\", \"rankvar\": 42, \"ini\": 248}, {\"group\": [507.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sweet (includes bread and butter pickles)\", \"clust\": 480, \"cat_0_index\": 3971, \"rank\": 2310, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1501, \"ini\": 247}, {\"group\": [30.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, thigh, meat only, raw\", \"clust\": 34, \"cat_0_index\": 2367, \"rank\": 2311, \"cat-0\": \"Poultry Products\", \"rankvar\": 575, \"ini\": 246}, {\"group\": [2222.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 2251, \"cat_0_index\": 3972, \"rank\": 2312, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2193, \"ini\": 245}, {\"group\": [339.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, liquid, with lauric acid oil and sodium caseinate\", \"clust\": 345, \"cat_0_index\": 1220, \"rank\": 2313, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1190, \"ini\": 244}, {\"group\": [386.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, baked, canned, with beef\", \"clust\": 394, \"cat_0_index\": 2146, \"rank\": 2314, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 29, \"ini\": 243}, {\"group\": [63.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, inside leg, raw\", \"clust\": 67, \"cat_0_index\": 2368, \"rank\": 2315, \"cat-0\": \"Poultry Products\", \"rankvar\": 1435, \"ini\": 242}, {\"group\": [29.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, cornish game hens, meat only, raw\", \"clust\": 29, \"cat_0_index\": 2369, \"rank\": 2316, \"cat-0\": \"Poultry Products\", \"rankvar\": 696, \"ini\": 241}, {\"group\": [43.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, loin, separable lean only, raw\", \"clust\": 46, \"cat_0_index\": 1949, \"rank\": 2317, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 660, \"ini\": 240}, {\"group\": [69.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, light meat, meat only, raw\", \"clust\": 73, \"cat_0_index\": 2370, \"rank\": 2318, \"cat-0\": \"Poultry Products\", \"rankvar\": 1564, \"ini\": 239}, {\"group\": [2807.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liver cheese, pork\", \"clust\": 2841, \"cat_0_index\": 2467, \"rank\": 2556, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2382, \"ini\": 238}, {\"group\": [2618.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Light Buttery Spread\", \"clust\": 2644, \"cat_0_index\": 1552, \"rank\": 2555, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2714, \"ini\": 237}, {\"group\": [463.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, raw\", \"clust\": 474, \"cat_0_index\": 1903, \"rank\": 2319, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1474, \"ini\": 236}, {\"group\": [3523.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, vanilla, dry mix\", \"clust\": 3550, \"cat_0_index\": 3326, \"rank\": 2320, \"cat-0\": \"Sweets\", \"rankvar\": 3005, \"ini\": 235}, {\"group\": [283.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, firm, prepared with calcium sulfate and magnesium chloride (nigari)\", \"clust\": 287, \"cat_0_index\": 2147, \"rank\": 2321, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 948, \"ini\": 234}, {\"group\": [946.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Ricotta Parmesan Italian Sauce, ready-to-serve\", \"clust\": 966, \"cat_0_index\": 3041, \"rank\": 2322, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 739, \"ini\": 233}, {\"group\": [3321.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, garlic powder\", \"clust\": 3345, \"cat_0_index\": 3112, \"rank\": 2554, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3025, \"ini\": 232}, {\"group\": [70.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ground Turkey, fat free, raw\", \"clust\": 72, \"cat_0_index\": 2371, \"rank\": 2323, \"cat-0\": \"Poultry Products\", \"rankvar\": 1593, \"ini\": 231}, {\"group\": [3791.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Oatmeal Crisp, Raisin\", \"clust\": 3838, \"cat_0_index\": 977, \"rank\": 2553, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2953, \"ini\": 230}, {\"group\": [34.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, meat only, raw\", \"clust\": 37, \"cat_0_index\": 2372, \"rank\": 2324, \"cat-0\": \"Poultry Products\", \"rankvar\": 954, \"ini\": 229}, {\"group\": [353.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, prepared with whole milk\", \"clust\": 362, \"cat_0_index\": 282, \"rank\": 2325, \"cat-0\": \"Baby Foods\", \"rankvar\": 380, \"ini\": 228}, {\"group\": [451.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, yogurt, whole milk, with fruit, multigrain cereal and added DHA\", \"clust\": 466, \"cat_0_index\": 283, \"rank\": 2326, \"cat-0\": \"Baby Foods\", \"rankvar\": 332, \"ini\": 227}, {\"group\": [2150.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, frozen, cooked, boiled, drained, without salt\", \"clust\": 2180, \"cat_0_index\": 3973, \"rank\": 2327, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2033, \"ini\": 226}, {\"group\": [157.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sucker, white, raw\", \"clust\": 153, \"cat_0_index\": 1636, \"rank\": 2328, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 807, \"ini\": 225}, {\"group\": [2622.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Ranch Dressing\", \"clust\": 2643, \"cat_0_index\": 1357, \"rank\": 2552, \"cat-0\": \"Fast Foods\", \"rankvar\": 2496, \"ini\": 224}, {\"group\": [3906.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, soft fruit and nut squares\", \"clust\": 3942, \"cat_0_index\": 3327, \"rank\": 2551, \"cat-0\": \"Sweets\", \"rankvar\": 3092, \"ini\": 223}, {\"group\": [5.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, cooked, boiled, drained, with salt\", \"clust\": 7, \"cat_0_index\": 3974, \"rank\": 2329, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2416, \"ini\": 222}, {\"group\": [3526.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sweet, low sodium (includes bread and butter pickles)\", \"clust\": 3564, \"cat_0_index\": 3975, \"rank\": 2330, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2406, \"ini\": 221}, {\"group\": [363.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Campbell's Pork and Beans\", \"clust\": 371, \"cat_0_index\": 2148, \"rank\": 2331, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 712, \"ini\": 220}, {\"group\": [2813.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Smokies (cheese)\", \"clust\": 2846, \"cat_0_index\": 2468, \"rank\": 2550, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2455, \"ini\": 219}, {\"group\": [95.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable lean only, raw\", \"clust\": 99, \"cat_0_index\": 1950, \"rank\": 2332, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 865, \"ini\": 218}, {\"group\": [88.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, whole (arm and blade), separable lean only, raw\", \"clust\": 90, \"cat_0_index\": 1951, \"rank\": 2333, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 789, \"ini\": 217}, {\"group\": [1042.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Asparagus Soup, condensed\", \"clust\": 1062, \"cat_0_index\": 3042, \"rank\": 2334, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1071, \"ini\": 216}, {\"group\": [314.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with bacon, condensed, single brand\", \"clust\": 316, \"cat_0_index\": 3043, \"rank\": 2335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 432, \"ini\": 215}, {\"group\": [1231.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggnog\", \"clust\": 1253, \"cat_0_index\": 1221, \"rank\": 2336, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 419, \"ini\": 214}, {\"group\": [2963.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, raisin\", \"clust\": 2993, \"cat_0_index\": 2595, \"rank\": 2549, \"cat-0\": \"Snacks\", \"rankvar\": 2616, \"ini\": 213}, {\"group\": [2442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), raw\", \"clust\": 2471, \"cat_0_index\": 3976, \"rank\": 2337, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1992, \"ini\": 212}, {\"group\": [915.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, raw\", \"clust\": 930, \"cat_0_index\": 3977, \"rank\": 2338, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2437, \"ini\": 211}, {\"group\": [833.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg custards, dry mix, prepared with whole milk\", \"clust\": 849, \"cat_0_index\": 3328, \"rank\": 2339, \"cat-0\": \"Sweets\", \"rankvar\": 53, \"ini\": 210}, {\"group\": [163.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, breast, meat only, raw, enhanced\", \"clust\": 165, \"cat_0_index\": 2373, \"rank\": 2340, \"cat-0\": \"Poultry Products\", \"rankvar\": 875, \"ini\": 209}, {\"group\": [3896.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER FRUITANGY OH!S\", \"clust\": 3937, \"cat_0_index\": 978, \"rank\": 2548, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3149, \"ini\": 208}, {\"group\": [125.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, cuttlefish, mixed species, raw\", \"clust\": 124, \"cat_0_index\": 1637, \"rank\": 2341, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1113, \"ini\": 207}, {\"group\": [32.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, leg, meat and skin, raw\", \"clust\": 33, \"cat_0_index\": 2374, \"rank\": 2342, \"cat-0\": \"Poultry Products\", \"rankvar\": 664, \"ini\": 206}, {\"group\": [2427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), raw\", \"clust\": 2453, \"cat_0_index\": 3978, \"rank\": 2343, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 313, \"ini\": 205}, {\"group\": [2904.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2937, \"cat_0_index\": 460, \"rank\": 2547, \"cat-0\": \"Beef Products\", \"rankvar\": 2575, \"ini\": 204}, {\"group\": [89.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, blade, separable lean only, raw\", \"clust\": 91, \"cat_0_index\": 1952, \"rank\": 2344, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 717, \"ini\": 203}, {\"group\": [436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt parfait, lowfat, with fruit and granola\", \"clust\": 446, \"cat_0_index\": 1358, \"rank\": 2345, \"cat-0\": \"Fast Foods\", \"rankvar\": 513, \"ini\": 202}, {\"group\": [316.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, Arroz con habichuelas colorados (Rice And Red Beans)\", \"clust\": 318, \"cat_0_index\": 2403, \"rank\": 2346, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 22, \"ini\": 201}, {\"group\": [466.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bananas, raw\", \"clust\": 479, \"cat_0_index\": 1904, \"rank\": 2347, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 817, \"ini\": 200}, {\"group\": [3919.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, fruit leather, pieces\", \"clust\": 3958, \"cat_0_index\": 3329, \"rank\": 2546, \"cat-0\": \"Sweets\", \"rankvar\": 3378, \"ini\": 199}, {\"group\": [2426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, cooked, boiled, drained, with salt\", \"clust\": 2454, \"cat_0_index\": 3979, \"rank\": 2348, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 303, \"ini\": 198}, {\"group\": [3869.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Dark Molasses\", \"clust\": 3914, \"cat_0_index\": 424, \"rank\": 2545, \"cat-0\": \"Baked Products\", \"rankvar\": 2767, \"ini\": 197}, {\"group\": [128.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, grouper, mixed species, raw\", \"clust\": 129, \"cat_0_index\": 1638, \"rank\": 2349, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1585, \"ini\": 196}, {\"group\": [3331.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, flakes without milk, dry form\", \"clust\": 3362, \"cat_0_index\": 3980, \"rank\": 2544, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3029, \"ini\": 195}, {\"group\": [31.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, leg, meat only, raw\", \"clust\": 35, \"cat_0_index\": 2375, \"rank\": 2350, \"cat-0\": \"Poultry Products\", \"rankvar\": 668, \"ini\": 194}, {\"group\": [2401.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Raspberries, raw\", \"clust\": 2430, \"cat_0_index\": 1905, \"rank\": 2351, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2360, \"ini\": 193}, {\"group\": [36.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, back, meat only, raw\", \"clust\": 36, \"cat_0_index\": 2376, \"rank\": 2352, \"cat-0\": \"Poultry Products\", \"rankvar\": 746, \"ini\": 192}, {\"group\": [3766.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready to eat, composite character cereals (movies, TV), brand B\", \"clust\": 3808, \"cat_0_index\": 979, \"rank\": 2543, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3320, \"ini\": 191}, {\"group\": [253.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S Bacon Ranch Salad with Crispy Chicken\", \"clust\": 256, \"cat_0_index\": 1359, \"rank\": 2353, \"cat-0\": \"Fast Foods\", \"rankvar\": 93, \"ini\": 190}, {\"group\": [3515.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, white, fluffy, dry mix\", \"clust\": 3554, \"cat_0_index\": 3330, \"rank\": 2354, \"cat-0\": \"Sweets\", \"rankvar\": 2894, \"ini\": 189}, {\"group\": [730.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana juice with low fat yogurt\", \"clust\": 740, \"cat_0_index\": 284, \"rank\": 2355, \"cat-0\": \"Baby Foods\", \"rankvar\": 920, \"ini\": 188}, {\"group\": [102.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, antelope, raw\", \"clust\": 105, \"cat_0_index\": 1953, \"rank\": 2356, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1377, \"ini\": 187}, {\"group\": [47.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, wing, meat only, raw\", \"clust\": 47, \"cat_0_index\": 2377, \"rank\": 2357, \"cat-0\": \"Poultry Products\", \"rankvar\": 1016, \"ini\": 186}, {\"group\": [2253.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, cooked, boiled, drained, with salt\", \"clust\": 2281, \"cat_0_index\": 3981, \"rank\": 2358, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 178, \"ini\": 185}, {\"group\": [19.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, lungs, raw\", \"clust\": 20, \"cat_0_index\": 1954, \"rank\": 2359, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1108, \"ini\": 184}, {\"group\": [2681.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, fried, batter\", \"clust\": 2709, \"cat_0_index\": 2378, \"rank\": 2542, \"cat-0\": \"Poultry Products\", \"rankvar\": 2512, \"ini\": 183}, {\"group\": [35.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, drumstick, meat only, raw\", \"clust\": 38, \"cat_0_index\": 2379, \"rank\": 2360, \"cat-0\": \"Poultry Products\", \"rankvar\": 805, \"ini\": 182}, {\"group\": [306.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, catjang, mature seeds, cooked, boiled, without salt\", \"clust\": 309, \"cat_0_index\": 2149, \"rank\": 2361, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 120, \"ini\": 181}, {\"group\": [2829.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Kielbasa, kolbassy, pork, beef, nonfat dry milk added\", \"clust\": 2855, \"cat_0_index\": 2469, \"rank\": 2541, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2190, \"ini\": 180}, {\"group\": [3934.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular\", \"clust\": 3978, \"cat_0_index\": 3331, \"rank\": 2540, \"cat-0\": \"Sweets\", \"rankvar\": 3623, \"ini\": 179}, {\"group\": [2155.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, cooked, boiled, drained, without salt\", \"clust\": 2186, \"cat_0_index\": 3982, \"rank\": 2362, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2387, \"ini\": 178}, {\"group\": [301.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Lemon Chicken with herb rice (chicken not included)\", \"clust\": 304, \"cat_0_index\": 2183, \"rank\": 2363, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 670, \"ini\": 177}, {\"group\": [2147.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chives, raw\", \"clust\": 2177, \"cat_0_index\": 3983, \"rank\": 2364, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2331, \"ini\": 176}, {\"group\": [455.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, ABBOTT NUTRITION, PEDIASURE, ready-to-feed (formerly ROSS)\", \"clust\": 461, \"cat_0_index\": 285, \"rank\": 2365, \"cat-0\": \"Baby Foods\", \"rankvar\": 362, \"ini\": 175}, {\"group\": [3667.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, yeast-leavened, glazed, enriched (includes honey buns)\", \"clust\": 3707, \"cat_0_index\": 425, \"rank\": 2539, \"cat-0\": \"Baked Products\", \"rankvar\": 2493, \"ini\": 174}, {\"group\": [2965.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Sugar Free Rocky Road\", \"clust\": 2997, \"cat_0_index\": 426, \"rank\": 2538, \"cat-0\": \"Baked Products\", \"rankvar\": 2602, \"ini\": 173}, {\"group\": [75.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, tip trimmed, raw\", \"clust\": 82, \"cat_0_index\": 2380, \"rank\": 2366, \"cat-0\": \"Poultry Products\", \"rankvar\": 1276, \"ini\": 172}, {\"group\": [3890.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Honey Graham bagged cereal\", \"clust\": 3934, \"cat_0_index\": 980, \"rank\": 2537, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3021, \"ini\": 171}, {\"group\": [941.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Organic Tomato and Basil Italian Sauce, ready-to-serve\", \"clust\": 961, \"cat_0_index\": 3044, \"rank\": 2367, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1020, \"ini\": 170}, {\"group\": [994.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Soup, condensed\", \"clust\": 1013, \"cat_0_index\": 3045, \"rank\": 2368, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1538, \"ini\": 169}, {\"group\": [2906.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2940, \"cat_0_index\": 461, \"rank\": 2536, \"cat-0\": \"Beef Products\", \"rankvar\": 2570, \"ini\": 168}, {\"group\": [337.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, sundae, strawberry\", \"clust\": 339, \"cat_0_index\": 1360, \"rank\": 2369, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 167}, {\"group\": [2151.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, raw\", \"clust\": 2178, \"cat_0_index\": 3984, \"rank\": 2370, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2481, \"ini\": 166}, {\"group\": [911.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, cooked, boiled, drained, with salt\", \"clust\": 929, \"cat_0_index\": 3985, \"rank\": 2371, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2477, \"ini\": 165}, {\"group\": [187.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Goose, liver, raw\", \"clust\": 159, \"cat_0_index\": 2381, \"rank\": 2372, \"cat-0\": \"Poultry Products\", \"rankvar\": 86, \"ini\": 164}, {\"group\": [3870.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Reduced Fat Ginger Snaps\", \"clust\": 3915, \"cat_0_index\": 427, \"rank\": 2535, \"cat-0\": \"Baked Products\", \"rankvar\": 2877, \"ini\": 163}, {\"group\": [426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, indian buffalo, fluid\", \"clust\": 431, \"cat_0_index\": 1222, \"rank\": 2373, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 692, \"ini\": 162}, {\"group\": [83.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, snapper, mixed species, raw\", \"clust\": 84, \"cat_0_index\": 1639, \"rank\": 2374, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1403, \"ini\": 161}, {\"group\": [169.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, heart, raw\", \"clust\": 173, \"cat_0_index\": 2326, \"rank\": 2375, \"cat-0\": \"Pork Products\", \"rankvar\": 349, \"ini\": 160}, {\"group\": [2153.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, banana, raw\", \"clust\": 2182, \"cat_0_index\": 3986, \"rank\": 2376, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2531, \"ini\": 159}, {\"group\": [121.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, lobster, northern, cooked, moist heat\", \"clust\": 120, \"cat_0_index\": 1640, \"rank\": 2377, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1224, \"ini\": 158}, {\"group\": [91.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shank (fore and hind), separable lean and fat, raw\", \"clust\": 93, \"cat_0_index\": 1955, \"rank\": 2378, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 650, \"ini\": 157}, {\"group\": [461.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherimoya, raw\", \"clust\": 472, \"cat_0_index\": 1906, \"rank\": 2379, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1110, \"ini\": 156}, {\"group\": [290.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, ginkgo nuts, raw\", \"clust\": 293, \"cat_0_index\": 2289, \"rank\": 2380, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 277, \"ini\": 155}, {\"group\": [2830.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liverwurst spread\", \"clust\": 2862, \"cat_0_index\": 2470, \"rank\": 2534, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1816, \"ini\": 154}, {\"group\": [3669.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, miniature cinnamon rolls\", \"clust\": 3710, \"cat_0_index\": 1361, \"rank\": 2533, \"cat-0\": \"Fast Foods\", \"rankvar\": 2485, \"ini\": 153}, {\"group\": [3169.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Entrees, crab cake\", \"clust\": 3203, \"cat_0_index\": 1362, \"rank\": 2532, \"cat-0\": \"Fast Foods\", \"rankvar\": 1266, \"ini\": 152}, {\"group\": [2422.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guavas, strawberry, raw\", \"clust\": 2452, \"cat_0_index\": 1907, \"rank\": 2381, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2004, \"ini\": 151}, {\"group\": [1278.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with meatballs in tomato sauce, canned entree\", \"clust\": 1302, \"cat_0_index\": 2184, \"rank\": 2382, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 104, \"ini\": 150}, {\"group\": [998.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DOUBLE NOODLE in Chicken Broth Soup, condensed\", \"clust\": 1017, \"cat_0_index\": 3046, \"rank\": 2383, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1506, \"ini\": 149}, {\"group\": [2827.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liver sausage, liverwurst, pork\", \"clust\": 2859, \"cat_0_index\": 2471, \"rank\": 2531, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2504, \"ini\": 148}, {\"group\": [510.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, ready-to-eat\", \"clust\": 522, \"cat_0_index\": 3332, \"rank\": 2384, \"cat-0\": \"Sweets\", \"rankvar\": 523, \"ini\": 147}, {\"group\": [448.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, with added nutrients, prepared with whole milk\", \"clust\": 460, \"cat_0_index\": 724, \"rank\": 2385, \"cat-0\": \"Beverages\", \"rankvar\": 563, \"ini\": 146}, {\"group\": [995.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Tomato Soup, condensed\", \"clust\": 1014, \"cat_0_index\": 3047, \"rank\": 2386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1464, \"ini\": 145}, {\"group\": [103.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, ribeye, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 106, \"cat_0_index\": 1956, \"rank\": 2387, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1263, \"ini\": 144}, {\"group\": [506.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, frozen, sweetened, whole\", \"clust\": 490, \"cat_0_index\": 1908, \"rank\": 2388, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2065, \"ini\": 143}, {\"group\": [124.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, raw\", \"clust\": 126, \"cat_0_index\": 1641, \"rank\": 2389, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1117, \"ini\": 142}, {\"group\": [432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS LIGHT N' LIVELY Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 442, \"cat_0_index\": 1223, \"rank\": 2390, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1101, \"ini\": 141}, {\"group\": [92.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, loin, separable lean only, raw\", \"clust\": 94, \"cat_0_index\": 1957, \"rank\": 2391, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 753, \"ini\": 140}, {\"group\": [2831.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bockwurst, pork, veal, raw\", \"clust\": 2863, \"cat_0_index\": 2472, \"rank\": 2530, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2161, \"ini\": 139}, {\"group\": [215.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, alaska king, raw\", \"clust\": 216, \"cat_0_index\": 1642, \"rank\": 2392, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1543, \"ini\": 138}, {\"group\": [430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS Smooth & Creamy Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 443, \"cat_0_index\": 1224, \"rank\": 2393, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 728, \"ini\": 137}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Walrus, meat and subcutaneous fat raw (Alaska Native)\", \"clust\": 2, \"cat_0_index\": 1317, \"rank\": 2394, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1102, \"ini\": 136}, {\"group\": [72.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, meat only, raw\", \"clust\": 78, \"cat_0_index\": 2382, \"rank\": 2395, \"cat-0\": \"Poultry Products\", \"rankvar\": 1098, \"ini\": 135}, {\"group\": [971.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, pasta, spaghetti/marinara, ready-to-serve, low sodium\", \"clust\": 979, \"cat_0_index\": 3048, \"rank\": 2396, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 484, \"ini\": 134}, {\"group\": [873.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Mushroom Soup, condensed\", \"clust\": 891, \"cat_0_index\": 3049, \"rank\": 2397, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2117, \"ini\": 133}, {\"group\": [3930.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, sugar syrup/caramel, fat-free\", \"clust\": 3972, \"cat_0_index\": 2596, \"rank\": 2529, \"cat-0\": \"Snacks\", \"rankvar\": 3512, \"ini\": 132}, {\"group\": [3529.0, 76.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake\", \"clust\": 3562, \"cat_0_index\": 3333, \"rank\": 2398, \"cat-0\": \"Sweets\", \"rankvar\": 2543, \"ini\": 131}, {\"group\": [109.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Goat, raw\", \"clust\": 112, \"cat_0_index\": 1958, \"rank\": 2399, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1158, \"ini\": 130}, {\"group\": [2840.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage, Egg and Cheese\", \"clust\": 2870, \"cat_0_index\": 1363, \"rank\": 2528, \"cat-0\": \"Fast Foods\", \"rankvar\": 483, \"ini\": 129}, {\"group\": [437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, regular, prepared with 2% milk\", \"clust\": 445, \"cat_0_index\": 3334, \"rank\": 2400, \"cat-0\": \"Sweets\", \"rankvar\": 214, \"ini\": 128}, {\"group\": [79.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, squirrel, raw\", \"clust\": 76, \"cat_0_index\": 1959, \"rank\": 2401, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 901, \"ini\": 127}, {\"group\": [110.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, loin, tenderloin, separable lean only, raw\", \"clust\": 113, \"cat_0_index\": 2327, \"rank\": 2402, \"cat-0\": \"Pork Products\", \"rankvar\": 1292, \"ini\": 126}, {\"group\": [2811.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef and pork\", \"clust\": 2843, \"cat_0_index\": 2473, \"rank\": 2527, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2521, \"ini\": 125}, {\"group\": [64.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, outside leg, raw\", \"clust\": 68, \"cat_0_index\": 2383, \"rank\": 2403, \"cat-0\": \"Poultry Products\", \"rankvar\": 1489, \"ini\": 124}, {\"group\": [996.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Chicken Soup, condensed\", \"clust\": 1012, \"cat_0_index\": 3050, \"rank\": 2404, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1811, \"ini\": 123}, {\"group\": [2809.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mortadella, beef, pork\", \"clust\": 2838, \"cat_0_index\": 2474, \"rank\": 2526, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2399, \"ini\": 122}, {\"group\": [76.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, round, raw\", \"clust\": 83, \"cat_0_index\": 2384, \"rank\": 2405, \"cat-0\": \"Poultry Products\", \"rankvar\": 1275, \"ini\": 121}, {\"group\": [3793.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES Raisin Bran\", \"clust\": 3833, \"cat_0_index\": 981, \"rank\": 2525, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2998, \"ini\": 120}, {\"group\": [112.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, Salmon, Chum, raw (Alaska Native)\", \"clust\": 100, \"cat_0_index\": 1318, \"rank\": 2406, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 829, \"ini\": 119}, {\"group\": [220.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"LOUIS RICH, Turkey Breast (oven roasted, fat free)\", \"clust\": 221, \"cat_0_index\": 2475, \"rank\": 2407, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1343, \"ini\": 118}, {\"group\": [979.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato rice, canned, condensed\", \"clust\": 994, \"cat_0_index\": 3051, \"rank\": 2408, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 379, \"ini\": 117}, {\"group\": [3858.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, oat, corn and wheat squares, presweetened, maple flavored\", \"clust\": 3902, \"cat_0_index\": 982, \"rank\": 2524, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2931, \"ini\": 116}, {\"group\": [222.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken breast, fat-free, mesquite flavor, sliced\", \"clust\": 219, \"cat_0_index\": 2476, \"rank\": 2409, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1505, \"ini\": 115}, {\"group\": [359.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, prepared with whole milk\", \"clust\": 365, \"cat_0_index\": 286, \"rank\": 2410, \"cat-0\": \"Baby Foods\", \"rankvar\": 273, \"ini\": 114}, {\"group\": [3527.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, lime\", \"clust\": 3565, \"cat_0_index\": 3335, \"rank\": 2411, \"cat-0\": \"Sweets\", \"rankvar\": 2560, \"ini\": 113}, {\"group\": [3088.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, dry\", \"clust\": 3122, \"cat_0_index\": 287, \"rank\": 2523, \"cat-0\": \"Baby Foods\", \"rankvar\": 3299, \"ini\": 112}, {\"group\": [2913.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, raw\", \"clust\": 2947, \"cat_0_index\": 462, \"rank\": 2522, \"cat-0\": \"Beef Products\", \"rankvar\": 2588, \"ini\": 111}, {\"group\": [41.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, domesticated, liver, raw\", \"clust\": 25, \"cat_0_index\": 2385, \"rank\": 2412, \"cat-0\": \"Poultry Products\", \"rankvar\": 244, \"ini\": 110}, {\"group\": [55.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quail, breast, meat only, raw\", \"clust\": 58, \"cat_0_index\": 2386, \"rank\": 2413, \"cat-0\": \"Poultry Products\", \"rankvar\": 1085, \"ini\": 109}, {\"group\": [2763.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey and pork sausage, fresh, bulk, patty or link, cooked\", \"clust\": 2796, \"cat_0_index\": 2477, \"rank\": 2521, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2140, \"ini\": 108}, {\"group\": [3361.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Barley, hulled\", \"clust\": 3399, \"cat_0_index\": 1055, \"rank\": 2520, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3251, \"ini\": 107}, {\"group\": [2414.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, red, mature seeds, canned\", \"clust\": 2444, \"cat_0_index\": 2150, \"rank\": 2414, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 783, \"ini\": 106}, {\"group\": [3028.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, enriched\", \"clust\": 3059, \"cat_0_index\": 428, \"rank\": 2519, \"cat-0\": \"Baked Products\", \"rankvar\": 2590, \"ini\": 105}, {\"group\": [190.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, bearded (Oogruk), meat, low quadrant, raw (Alaska Native)\", \"clust\": 188, \"cat_0_index\": 1319, \"rank\": 2415, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 970, \"ini\": 104}, {\"group\": [2403.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, cooked, boiled, drained, with salt\", \"clust\": 2432, \"cat_0_index\": 3987, \"rank\": 2416, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1165, \"ini\": 103}, {\"group\": [478.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, canned, heavy syrup, solids and liquids\", \"clust\": 491, \"cat_0_index\": 1909, \"rank\": 2417, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1765, \"ini\": 102}, {\"group\": [479.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Raspberries, canned, red, heavy syrup pack, solids and liquids\", \"clust\": 492, \"cat_0_index\": 1910, \"rank\": 2418, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1923, \"ini\": 101}, {\"group\": [942.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Organic Mushroom Italian Sauce, ready-to-serve\", \"clust\": 962, \"cat_0_index\": 3052, \"rank\": 2419, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1219, \"ini\": 100}, {\"group\": [2499.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, butter, commercially prepared, enriched\", \"clust\": 2526, \"cat_0_index\": 429, \"rank\": 2518, \"cat-0\": \"Baked Products\", \"rankvar\": 2753, \"ini\": 99}, {\"group\": [3859.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, graham crackers, plain or honey (includes cinnamon)\", \"clust\": 3903, \"cat_0_index\": 430, \"rank\": 2517, \"cat-0\": \"Baked Products\", \"rankvar\": 2802, \"ini\": 98}, {\"group\": [3891.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, ALPHA-BITS\", \"clust\": 3932, \"cat_0_index\": 983, \"rank\": 2516, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3039, \"ini\": 97}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, raw\", \"clust\": 5, \"cat_0_index\": 3988, \"rank\": 2420, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2391, \"ini\": 96}, {\"group\": [71.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, deer, raw\", \"clust\": 71, \"cat_0_index\": 1960, \"rank\": 2421, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1363, \"ini\": 95}, {\"group\": [2687.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"CRACKER BARREL, country fried shrimp platter\", \"clust\": 2717, \"cat_0_index\": 2404, \"rank\": 2515, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 2338, \"ini\": 94}, {\"group\": [143.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, catfish, channel, wild, cooked, dry heat\", \"clust\": 136, \"cat_0_index\": 1643, \"rank\": 2422, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 889, \"ini\": 93}, {\"group\": [21.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, fresh, yellowfin, raw\", \"clust\": 23, \"cat_0_index\": 1644, \"rank\": 2423, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2124, \"ini\": 92}, {\"group\": [842.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, chili, peppers, hot, immature green, canned\", \"clust\": 857, \"cat_0_index\": 3053, \"rank\": 2424, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2550, \"ini\": 91}, {\"group\": [3513.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix\", \"clust\": 3553, \"cat_0_index\": 3336, \"rank\": 2425, \"cat-0\": \"Sweets\", \"rankvar\": 2837, \"ini\": 90}, {\"group\": [384.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, oyster, ready-to-serve\", \"clust\": 372, \"cat_0_index\": 3054, \"rank\": 2426, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2676, \"ini\": 89}, {\"group\": [291.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, roasted\", \"clust\": 294, \"cat_0_index\": 2290, \"rank\": 2427, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 628, \"ini\": 88}, {\"group\": [73.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, meat only, raw\", \"clust\": 79, \"cat_0_index\": 2387, \"rank\": 2428, \"cat-0\": \"Poultry Products\", \"rankvar\": 1046, \"ini\": 87}, {\"group\": [105.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, rabbit, wild, raw\", \"clust\": 107, \"cat_0_index\": 1961, \"rank\": 2429, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1311, \"ini\": 86}, {\"group\": [284.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, extra firm, prepared with nigari\", \"clust\": 280, \"cat_0_index\": 2151, \"rank\": 2430, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 490, \"ini\": 85}, {\"group\": [82.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, liver, raw\", \"clust\": 50, \"cat_0_index\": 463, \"rank\": 2431, \"cat-0\": \"Beef Products\", \"rankvar\": 458, \"ini\": 84}, {\"group\": [77.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, fan, raw\", \"clust\": 81, \"cat_0_index\": 2388, \"rank\": 2432, \"cat-0\": \"Poultry Products\", \"rankvar\": 1205, \"ini\": 83}, {\"group\": [3179.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage McMUFFIN\", \"clust\": 3212, \"cat_0_index\": 1364, \"rank\": 2514, \"cat-0\": \"Fast Foods\", \"rankvar\": 405, \"ini\": 82}, {\"group\": [894.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cheddar Cheese Soup, condensed\", \"clust\": 908, \"cat_0_index\": 3055, \"rank\": 2433, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 891, \"ini\": 81}, {\"group\": [3880.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Frosty Lemon\", \"clust\": 3925, \"cat_0_index\": 431, \"rank\": 2513, \"cat-0\": \"Baked Products\", \"rankvar\": 2740, \"ini\": 80}, {\"group\": [46.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, shoulder, whole (arm and blade), separable lean only, raw\", \"clust\": 42, \"cat_0_index\": 1962, \"rank\": 2434, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 482, \"ini\": 79}, {\"group\": [285.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, sprouted, cooked, steamed\", \"clust\": 224, \"cat_0_index\": 3989, \"rank\": 2435, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 247, \"ini\": 78}, {\"group\": [189.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, muskrat, raw\", \"clust\": 190, \"cat_0_index\": 1963, \"rank\": 2436, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 555, \"ini\": 77}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, flipper, raw (Alaska Native)\", \"clust\": 0, \"cat_0_index\": 1320, \"rank\": 2437, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1129, \"ini\": 76}, {\"group\": [959.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Zesty Mushroom Italian Sauce, ready-to-serve\", \"clust\": 960, \"cat_0_index\": 3056, \"rank\": 2438, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 651, \"ini\": 75}, {\"group\": [3516.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix\", \"clust\": 3555, \"cat_0_index\": 3337, \"rank\": 2439, \"cat-0\": \"Sweets\", \"rankvar\": 2822, \"ini\": 74}, {\"group\": [93.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, rib, separable lean only, raw\", \"clust\": 95, \"cat_0_index\": 1964, \"rank\": 2440, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 649, \"ini\": 73}, {\"group\": [2788.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, beef, loaved\", \"clust\": 2824, \"cat_0_index\": 2478, \"rank\": 2512, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2517, \"ini\": 72}, {\"group\": [12.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Vegetable Skallops, canned, unprepared\", \"clust\": 15, \"cat_0_index\": 2152, \"rank\": 2441, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1103, \"ini\": 71}, {\"group\": [2916.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, veal, cooked\", \"clust\": 2949, \"cat_0_index\": 2479, \"rank\": 2511, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2598, \"ini\": 70}, {\"group\": [170.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, heart, all classes, raw\", \"clust\": 174, \"cat_0_index\": 2389, \"rank\": 2442, \"cat-0\": \"Poultry Products\", \"rankvar\": 364, \"ini\": 69}, {\"group\": [3817.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Muffins, wheat bran, toaster-type with raisins, toasted\", \"clust\": 3828, \"cat_0_index\": 432, \"rank\": 2510, \"cat-0\": \"Baked Products\", \"rankvar\": 2563, \"ini\": 68}, {\"group\": [23.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cusk, cooked, dry heat\", \"clust\": 22, \"cat_0_index\": 1645, \"rank\": 2443, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2112, \"ini\": 67}, {\"group\": [40.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, wild, breast, meat only, raw\", \"clust\": 39, \"cat_0_index\": 2390, \"rank\": 2444, \"cat-0\": \"Poultry Products\", \"rankvar\": 614, \"ini\": 66}, {\"group\": [431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 444, \"cat_0_index\": 1225, \"rank\": 2445, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 957, \"ini\": 65}, {\"group\": [303.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, Arroz con grandules (rice and pigeonpeas)\", \"clust\": 306, \"cat_0_index\": 2405, \"rank\": 2446, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 32, \"ini\": 64}, {\"group\": [298.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Southwestern-Style Chicken w/rice (chicken not included)\", \"clust\": 301, \"cat_0_index\": 2185, \"rank\": 2447, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 287, \"ini\": 63}, {\"group\": [511.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, ready-to-eat\", \"clust\": 523, \"cat_0_index\": 3338, \"rank\": 2448, \"cat-0\": \"Sweets\", \"rankvar\": 316, \"ini\": 62}, {\"group\": [1016.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waterchestnuts, chinese, (matai), raw\", \"clust\": 1028, \"cat_0_index\": 3990, \"rank\": 2449, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1192, \"ini\": 61}, {\"group\": [2166.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Lasagna with Veggie Sausage, frozen, unpreapred\", \"clust\": 2195, \"cat_0_index\": 2153, \"rank\": 2450, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 41, \"ini\": 60}, {\"group\": [2172.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard spinach, (tendergreen), cooked, boiled, drained, with salt\", \"clust\": 2201, \"cat_0_index\": 3991, \"rank\": 2451, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2527, \"ini\": 59}, {\"group\": [3949.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Drink mix, QUAKER OATS, GATORADE, orange flavor, powder\", \"clust\": 3982, \"cat_0_index\": 725, \"rank\": 2509, \"cat-0\": \"Beverages\", \"rankvar\": 3666, \"ini\": 58}, {\"group\": [3950.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candied fruit\", \"clust\": 3981, \"cat_0_index\": 1911, \"rank\": 2508, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3631, \"ini\": 57}, {\"group\": [3525.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame\", \"clust\": 3540, \"cat_0_index\": 3339, \"rank\": 2452, \"cat-0\": \"Sweets\", \"rankvar\": 2675, \"ini\": 56}, {\"group\": [2158.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, cooked, boiled, drained, with salt\", \"clust\": 2187, \"cat_0_index\": 3992, \"rank\": 2453, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2304, \"ini\": 55}, {\"group\": [20.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, spleen, raw\", \"clust\": 18, \"cat_0_index\": 1965, \"rank\": 2454, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 772, \"ini\": 54}, {\"group\": [111.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, breast, meat only, raw\", \"clust\": 111, \"cat_0_index\": 2391, \"rank\": 2455, \"cat-0\": \"Poultry Products\", \"rankvar\": 1239, \"ini\": 53}, {\"group\": [3479.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K\", \"clust\": 3513, \"cat_0_index\": 984, \"rank\": 2507, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2828, \"ini\": 52}, {\"group\": [462.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soursop, raw\", \"clust\": 473, \"cat_0_index\": 1912, \"rank\": 2456, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1552, \"ini\": 51}, {\"group\": [464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, stewed, without added sugar\", \"clust\": 475, \"cat_0_index\": 1913, \"rank\": 2457, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1507, \"ini\": 50}, {\"group\": [2013.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom, canned, condensed\", \"clust\": 2041, \"cat_0_index\": 3057, \"rank\": 2458, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 295, \"ini\": 49}, {\"group\": [223.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, brain, raw\", \"clust\": 227, \"cat_0_index\": 1966, \"rank\": 2459, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 207, \"ini\": 48}, {\"group\": [2683.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading\", \"clust\": 2715, \"cat_0_index\": 1365, \"rank\": 2506, \"cat-0\": \"Fast Foods\", \"rankvar\": 2234, \"ini\": 47}, {\"group\": [2346.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horseradish, prepared\", \"clust\": 2373, \"cat_0_index\": 3113, \"rank\": 2460, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1588, \"ini\": 46}, {\"group\": [2429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Parsnips, cooked, boiled, drained, with salt\", \"clust\": 2458, \"cat_0_index\": 3993, \"rank\": 2461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1199, \"ini\": 45}, {\"group\": [74.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, meat only, raw\", \"clust\": 77, \"cat_0_index\": 2392, \"rank\": 2462, \"cat-0\": \"Poultry Products\", \"rankvar\": 989, \"ini\": 44}, {\"group\": [2415.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, all types, mature seeds, canned\", \"clust\": 2445, \"cat_0_index\": 2154, \"rank\": 2463, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 744, \"ini\": 43}, {\"group\": [355.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, prepared with whole milk\", \"clust\": 364, \"cat_0_index\": 288, \"rank\": 2464, \"cat-0\": \"Baby Foods\", \"rankvar\": 479, \"ini\": 42}, {\"group\": [56.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, breast, meat and skin, raw\", \"clust\": 59, \"cat_0_index\": 2393, \"rank\": 2465, \"cat-0\": \"Poultry Products\", \"rankvar\": 1414, \"ini\": 41}, {\"group\": [3932.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, malt\", \"clust\": 3974, \"cat_0_index\": 3340, \"rank\": 2505, \"cat-0\": \"Sweets\", \"rankvar\": 3497, \"ini\": 40}, {\"group\": [454.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, egg custard, baked, prepared-from-recipe\", \"clust\": 462, \"cat_0_index\": 3341, \"rank\": 2466, \"cat-0\": \"Sweets\", \"rankvar\": 225, \"ini\": 39}, {\"group\": [116.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, light, canned in water, drained solids\", \"clust\": 114, \"cat_0_index\": 1646, \"rank\": 2467, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2077, \"ini\": 38}, {\"group\": [10.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean tuber, raw\", \"clust\": 4, \"cat_0_index\": 3994, \"rank\": 2468, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 200, \"ini\": 37}, {\"group\": [2170.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horseradish-tree, leafy tips, cooked, boiled, drained, without salt\", \"clust\": 2196, \"cat_0_index\": 3995, \"rank\": 2469, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1038, \"ini\": 36}, {\"group\": [3032.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, dry mix\", \"clust\": 3063, \"cat_0_index\": 433, \"rank\": 2504, \"cat-0\": \"Baked Products\", \"rankvar\": 2810, \"ini\": 35}, {\"group\": [2223.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 2252, \"cat_0_index\": 3996, \"rank\": 2470, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2213, \"ini\": 34}, {\"group\": [33.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, dark meat, meat only, raw\", \"clust\": 32, \"cat_0_index\": 2394, \"rank\": 2471, \"cat-0\": \"Poultry Products\", \"rankvar\": 622, \"ini\": 33}, {\"group\": [224.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, brain, raw\", \"clust\": 228, \"cat_0_index\": 1967, \"rank\": 2472, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 188, \"ini\": 32}, {\"group\": [48.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, shark, mixed species, raw\", \"clust\": 48, \"cat_0_index\": 1647, \"rank\": 2473, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 626, \"ini\": 31}, {\"group\": [15.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"LOMA LINDA Vege-Burger, canned, unprepared\", \"clust\": 11, \"cat_0_index\": 2155, \"rank\": 2474, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1140, \"ini\": 30}, {\"group\": [104.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, leg (top round), separable lean and fat, raw\", \"clust\": 101, \"cat_0_index\": 1968, \"rank\": 2475, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1032, \"ini\": 29}, {\"group\": [361.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, vanilla, fat free\", \"clust\": 359, \"cat_0_index\": 3342, \"rank\": 2476, \"cat-0\": \"Sweets\", \"rankvar\": 127, \"ini\": 28}, {\"group\": [433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular, prepared with whole milk\", \"clust\": 441, \"cat_0_index\": 3343, \"rank\": 2477, \"cat-0\": \"Sweets\", \"rankvar\": 516, \"ini\": 27}, {\"group\": [1043.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Noodle Soup, condensed\", \"clust\": 1060, \"cat_0_index\": 3058, \"rank\": 2478, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 537, \"ini\": 26}, {\"group\": [299.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Savory Pork Chops with herb stuffing (pork chop not included)\", \"clust\": 302, \"cat_0_index\": 2186, \"rank\": 2479, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 289, \"ini\": 25}, {\"group\": [992.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk and margarine added\", \"clust\": 1011, \"cat_0_index\": 3997, \"rank\": 2480, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 139, \"ini\": 24}, {\"group\": [80.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, grass-fed, strip steaks, lean only, raw\", \"clust\": 60, \"cat_0_index\": 464, \"rank\": 2481, \"cat-0\": \"Beef Products\", \"rankvar\": 1408, \"ini\": 23}, {\"group\": [225.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, brain, raw\", \"clust\": 226, \"cat_0_index\": 2328, \"rank\": 2482, \"cat-0\": \"Pork Products\", \"rankvar\": 147, \"ini\": 22}, {\"group\": [839.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WENDY'S, Frosty Dairy Dessert\", \"clust\": 853, \"cat_0_index\": 1366, \"rank\": 2483, \"cat-0\": \"Fast Foods\", \"rankvar\": 97, \"ini\": 21}, {\"group\": [999.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Minestrone Soup, condensed\", \"clust\": 1015, \"cat_0_index\": 3059, \"rank\": 2484, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2007, \"ini\": 20}, {\"group\": [2907.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, all grades, cooked, roasted\", \"clust\": 2941, \"cat_0_index\": 465, \"rank\": 2503, \"cat-0\": \"Beef Products\", \"rankvar\": 2568, \"ini\": 19}, {\"group\": [22.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, meat (Alaska Native)\", \"clust\": 24, \"cat_0_index\": 1321, \"rank\": 2485, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2189, \"ini\": 18}, {\"group\": [3079.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, shoulder meat, dried (Alaska Native)\", \"clust\": 3110, \"cat_0_index\": 1322, \"rank\": 2502, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3407, \"ini\": 17}, {\"group\": [429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC NATURAL CARE, ADVANCE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 440, \"cat_0_index\": 289, \"rank\": 2486, \"cat-0\": \"Baby Foods\", \"rankvar\": 1329, \"ini\": 16}, {\"group\": [84.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sheepshead, raw\", \"clust\": 85, \"cat_0_index\": 1648, \"rank\": 2487, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1256, \"ini\": 15}, {\"group\": [2798.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER. Bologna (Wisconsin made ring)\", \"clust\": 2825, \"cat_0_index\": 2480, \"rank\": 2501, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2519, \"ini\": 14}, {\"group\": [3872.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Fruit & Honey Bar\", \"clust\": 3917, \"cat_0_index\": 434, \"rank\": 2500, \"cat-0\": \"Baked Products\", \"rankvar\": 2796, \"ini\": 13}, {\"group\": [39.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, leg, shank half, separable lean only, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 41, \"cat_0_index\": 1969, \"rank\": 2488, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 655, \"ini\": 12}, {\"group\": [307.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, cooked, boiled, with salt\", \"clust\": 307, \"cat_0_index\": 2156, \"rank\": 2489, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 94, \"ini\": 11}, {\"group\": [106.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, Leg sirloin tip roast, boneless, separable lean and fat, raw\", \"clust\": 108, \"cat_0_index\": 2329, \"rank\": 2490, \"cat-0\": \"Pork Products\", \"rankvar\": 1655, \"ini\": 10}, {\"group\": [230.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, pork, strained\", \"clust\": 232, \"cat_0_index\": 290, \"rank\": 2491, \"cat-0\": \"Baby Foods\", \"rankvar\": 197, \"ini\": 9}, {\"group\": [226.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, brain, cooked, braised\", \"clust\": 225, \"cat_0_index\": 2330, \"rank\": 2492, \"cat-0\": \"Pork Products\", \"rankvar\": 96, \"ini\": 8}, {\"group\": [370.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, fat-free\", \"clust\": 379, \"cat_0_index\": 1553, \"rank\": 2493, \"cat-0\": \"Fats and Oils\", \"rankvar\": 308, \"ini\": 7}, {\"group\": [3856.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, prepared from recipe without frosting\", \"clust\": 3899, \"cat_0_index\": 435, \"rank\": 2499, \"cat-0\": \"Baked Products\", \"rankvar\": 2611, \"ini\": 6}, {\"group\": [156.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, walleye, raw\", \"clust\": 154, \"cat_0_index\": 1649, \"rank\": 2494, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1393, \"ini\": 5}, {\"group\": [381.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, jalapeno, canned, solids and liquids\", \"clust\": 392, \"cat_0_index\": 3998, \"rank\": 2495, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2545, \"ini\": 4}, {\"group\": [2789.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, sausage, cooked, smoked\", \"clust\": 2822, \"cat_0_index\": 2481, \"rank\": 2498, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2526, \"ini\": 3}, {\"group\": [2159.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, green, cooked, with salt\", \"clust\": 2188, \"cat_0_index\": 3999, \"rank\": 2496, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2476, \"ini\": 2}, {\"group\": [78.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, top loin, raw\", \"clust\": 80, \"cat_0_index\": 2395, \"rank\": 2497, \"cat-0\": \"Poultry Products\", \"rankvar\": 1106, \"ini\": 1}], \"col_nodes\": [{\"group\": [11.0, 10.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 10, \"rank\": 0, \"ini\": 14, \"rankvar\": 2}, {\"group\": [10.0, 9.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 11, \"rank\": 10, \"ini\": 13, \"rankvar\": 4}, {\"group\": [13.0, 12.0, 9.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 2, \"ini\": 12, \"rankvar\": 1}, {\"group\": [8.0, 7.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 12, \"rank\": 12, \"ini\": 11, \"rankvar\": 8}, {\"group\": [12.0, 11.0, 8.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 7, \"rank\": 4, \"ini\": 10, \"rankvar\": 0}, {\"group\": [9.0, 8.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 13, \"rank\": 3, \"ini\": 9, \"rankvar\": 5}, {\"group\": [6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 8, \"rank\": 6, \"ini\": 8, \"rankvar\": 3}, {\"group\": [7.0, 6.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 9, \"rank\": 13, \"ini\": 7, \"rankvar\": 6}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 9, \"ini\": 6, \"rankvar\": 12}, {\"group\": [14.0, 13.0, 10.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 8, \"ini\": 5, \"rankvar\": 7}, {\"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 3, \"rank\": 1, \"ini\": 4, \"rankvar\": 10}, {\"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 2, \"rank\": 5, \"ini\": 3, \"rankvar\": 9}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 5, \"rank\": 7, \"ini\": 2, \"rankvar\": 13}, {\"group\": [5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 11, \"ini\": 1, \"rankvar\": 11}]}, \"dist\": \"cos\"}, {\"N_row_var\": 500, \"nodes\": {\"row_nodes\": [{\"group\": [333.0, 22.0, 11.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 339, \"cat_0_index\": 3, \"rank\": 280, \"cat-0\": \"Baked Products\", \"rankvar\": 499, \"ini\": 500}, {\"group\": [334.0, 22.0, 11.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 340, \"cat_0_index\": 435, \"rank\": 316, \"cat-0\": \"Sweets\", \"rankvar\": 498, \"ini\": 499}, {\"group\": [381.0, 33.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 384, \"cat_0_index\": 4, \"rank\": 361, \"cat-0\": \"Baked Products\", \"rankvar\": 497, \"ini\": 498}, {\"group\": [419.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 425, \"cat_0_index\": 400, \"rank\": 491, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 496, \"ini\": 497}, {\"group\": [414.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 420, \"cat_0_index\": 401, \"rank\": 495, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 495, \"ini\": 496}, {\"group\": [366.0, 30.0, 15.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 368, \"cat_0_index\": 402, \"rank\": 499, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 494, \"ini\": 495}, {\"group\": [364.0, 30.0, 15.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 369, \"cat_0_index\": 13, \"rank\": 492, \"cat-0\": \"Beverages\", \"rankvar\": 493, \"ini\": 494}, {\"group\": [335.0, 22.0, 11.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 338, \"cat_0_index\": 5, \"rank\": 207, \"cat-0\": \"Baked Products\", \"rankvar\": 492, \"ini\": 493}, {\"group\": [363.0, 30.0, 15.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 365, \"cat_0_index\": 485, \"rank\": 498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 491, \"ini\": 492}, {\"group\": [155.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 126, \"cat_0_index\": 106, \"rank\": 480, \"cat-0\": \"Fats and Oils\", \"rankvar\": 490, \"ini\": 491}, {\"group\": [361.0, 30.0, 15.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 366, \"cat_0_index\": 486, \"rank\": 497, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 489, \"ini\": 490}, {\"group\": [362.0, 30.0, 15.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 367, \"cat_0_index\": 487, \"rank\": 496, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 488, \"ini\": 489}, {\"group\": [421.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 424, \"cat_0_index\": 403, \"rank\": 493, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 487, \"ini\": 488}, {\"group\": [58.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 57, \"cat_0_index\": 107, \"rank\": 266, \"cat-0\": \"Fats and Oils\", \"rankvar\": 486, \"ini\": 487}, {\"group\": [129.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 131, \"cat_0_index\": 108, \"rank\": 479, \"cat-0\": \"Fats and Oils\", \"rankvar\": 485, \"ini\": 486}, {\"group\": [56.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 58, \"cat_0_index\": 109, \"rank\": 261, \"cat-0\": \"Fats and Oils\", \"rankvar\": 484, \"ini\": 485}, {\"group\": [54.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 55, \"cat_0_index\": 110, \"rank\": 269, \"cat-0\": \"Fats and Oils\", \"rankvar\": 483, \"ini\": 484}, {\"group\": [57.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 59, \"cat_0_index\": 111, \"rank\": 257, \"cat-0\": \"Fats and Oils\", \"rankvar\": 482, \"ini\": 483}, {\"group\": [145.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 141, \"cat_0_index\": 112, \"rank\": 484, \"cat-0\": \"Fats and Oils\", \"rankvar\": 481, \"ini\": 482}, {\"group\": [55.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 56, \"cat_0_index\": 113, \"rank\": 274, \"cat-0\": \"Fats and Oils\", \"rankvar\": 480, \"ini\": 481}, {\"group\": [59.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 54, \"cat_0_index\": 114, \"rank\": 284, \"cat-0\": \"Fats and Oils\", \"rankvar\": 479, \"ini\": 480}, {\"group\": [60.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 62, \"cat_0_index\": 115, \"rank\": 293, \"cat-0\": \"Fats and Oils\", \"rankvar\": 478, \"ini\": 479}, {\"group\": [61.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 63, \"cat_0_index\": 116, \"rank\": 297, \"cat-0\": \"Fats and Oils\", \"rankvar\": 477, \"ini\": 478}, {\"group\": [140.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 143, \"cat_0_index\": 117, \"rank\": 476, \"cat-0\": \"Fats and Oils\", \"rankvar\": 476, \"ini\": 477}, {\"group\": [142.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 145, \"cat_0_index\": 118, \"rank\": 470, \"cat-0\": \"Fats and Oils\", \"rankvar\": 475, \"ini\": 476}, {\"group\": [141.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 144, \"cat_0_index\": 119, \"rank\": 473, \"cat-0\": \"Fats and Oils\", \"rankvar\": 474, \"ini\": 475}, {\"group\": [136.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 137, \"cat_0_index\": 120, \"rank\": 431, \"cat-0\": \"Fats and Oils\", \"rankvar\": 473, \"ini\": 474}, {\"group\": [62.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 61, \"cat_0_index\": 121, \"rank\": 301, \"cat-0\": \"Fats and Oils\", \"rankvar\": 472, \"ini\": 473}, {\"group\": [137.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 138, \"cat_0_index\": 122, \"rank\": 438, \"cat-0\": \"Fats and Oils\", \"rankvar\": 471, \"ini\": 472}, {\"group\": [130.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 132, \"cat_0_index\": 123, \"rank\": 483, \"cat-0\": \"Fats and Oils\", \"rankvar\": 470, \"ini\": 471}, {\"group\": [143.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 146, \"cat_0_index\": 124, \"rank\": 469, \"cat-0\": \"Fats and Oils\", \"rankvar\": 469, \"ini\": 470}, {\"group\": [63.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 60, \"cat_0_index\": 125, \"rank\": 307, \"cat-0\": \"Fats and Oils\", \"rankvar\": 468, \"ini\": 469}, {\"group\": [483.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 480, \"cat_0_index\": 488, \"rank\": 488, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 467, \"ini\": 468}, {\"group\": [64.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 66, \"cat_0_index\": 126, \"rank\": 315, \"cat-0\": \"Fats and Oils\", \"rankvar\": 466, \"ini\": 467}, {\"group\": [65.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 67, \"cat_0_index\": 127, \"rank\": 319, \"cat-0\": \"Fats and Oils\", \"rankvar\": 465, \"ini\": 466}, {\"group\": [126.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 128, \"cat_0_index\": 128, \"rank\": 453, \"cat-0\": \"Fats and Oils\", \"rankvar\": 464, \"ini\": 465}, {\"group\": [51.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 41, \"cat_0_index\": 129, \"rank\": 380, \"cat-0\": \"Fats and Oils\", \"rankvar\": 463, \"ini\": 464}, {\"group\": [95.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 95, \"cat_0_index\": 130, \"rank\": 377, \"cat-0\": \"Fats and Oils\", \"rankvar\": 462, \"ini\": 463}, {\"group\": [128.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 127, \"cat_0_index\": 131, \"rank\": 485, \"cat-0\": \"Fats and Oils\", \"rankvar\": 461, \"ini\": 462}, {\"group\": [134.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 135, \"cat_0_index\": 132, \"rank\": 428, \"cat-0\": \"Fats and Oils\", \"rankvar\": 460, \"ini\": 461}, {\"group\": [52.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 52, \"cat_0_index\": 133, \"rank\": 345, \"cat-0\": \"Fats and Oils\", \"rankvar\": 459, \"ini\": 460}, {\"group\": [144.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 142, \"cat_0_index\": 134, \"rank\": 450, \"cat-0\": \"Fats and Oils\", \"rankvar\": 458, \"ini\": 459}, {\"group\": [89.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 89, \"cat_0_index\": 135, \"rank\": 390, \"cat-0\": \"Fats and Oils\", \"rankvar\": 457, \"ini\": 458}, {\"group\": [67.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 64, \"cat_0_index\": 136, \"rank\": 336, \"cat-0\": \"Fats and Oils\", \"rankvar\": 456, \"ini\": 457}, {\"group\": [135.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 136, \"cat_0_index\": 137, \"rank\": 430, \"cat-0\": \"Fats and Oils\", \"rankvar\": 455, \"ini\": 456}, {\"group\": [66.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 65, \"cat_0_index\": 138, \"rank\": 311, \"cat-0\": \"Fats and Oils\", \"rankvar\": 454, \"ini\": 455}, {\"group\": [48.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 49, \"cat_0_index\": 139, \"rank\": 401, \"cat-0\": \"Fats and Oils\", \"rankvar\": 453, \"ini\": 454}, {\"group\": [138.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 139, \"cat_0_index\": 140, \"rank\": 371, \"cat-0\": \"Fats and Oils\", \"rankvar\": 452, \"ini\": 453}, {\"group\": [53.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 53, \"cat_0_index\": 141, \"rank\": 343, \"cat-0\": \"Fats and Oils\", \"rankvar\": 451, \"ini\": 452}, {\"group\": [97.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 94, \"cat_0_index\": 142, \"rank\": 357, \"cat-0\": \"Fats and Oils\", \"rankvar\": 450, \"ini\": 451}, {\"group\": [90.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 90, \"cat_0_index\": 143, \"rank\": 376, \"cat-0\": \"Fats and Oils\", \"rankvar\": 449, \"ini\": 450}, {\"group\": [139.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 140, \"cat_0_index\": 144, \"rank\": 387, \"cat-0\": \"Fats and Oils\", \"rankvar\": 448, \"ini\": 449}, {\"group\": [352.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 352, \"cat_0_index\": 14, \"rank\": 277, \"cat-0\": \"Beverages\", \"rankvar\": 447, \"ini\": 448}, {\"group\": [365.0, 30.0, 15.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 370, \"cat_0_index\": 15, \"rank\": 391, \"cat-0\": \"Beverages\", \"rankvar\": 446, \"ini\": 447}, {\"group\": [86.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 87, \"cat_0_index\": 145, \"rank\": 412, \"cat-0\": \"Fats and Oils\", \"rankvar\": 445, \"ini\": 446}, {\"group\": [87.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 88, \"cat_0_index\": 146, \"rank\": 413, \"cat-0\": \"Fats and Oils\", \"rankvar\": 444, \"ini\": 445}, {\"group\": [93.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 91, \"cat_0_index\": 147, \"rank\": 411, \"cat-0\": \"Fats and Oils\", \"rankvar\": 443, \"ini\": 444}, {\"group\": [417.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 422, \"cat_0_index\": 404, \"rank\": 467, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 442, \"ini\": 443}, {\"group\": [96.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 96, \"cat_0_index\": 148, \"rank\": 384, \"cat-0\": \"Fats and Oils\", \"rankvar\": 441, \"ini\": 442}, {\"group\": [356.0, 27.0, 13.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 360, \"cat_0_index\": 16, \"rank\": 309, \"cat-0\": \"Beverages\", \"rankvar\": 440, \"ini\": 441}, {\"group\": [91.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 92, \"cat_0_index\": 149, \"rank\": 398, \"cat-0\": \"Fats and Oils\", \"rankvar\": 439, \"ini\": 440}, {\"group\": [88.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 86, \"cat_0_index\": 150, \"rank\": 416, \"cat-0\": \"Fats and Oils\", \"rankvar\": 438, \"ini\": 439}, {\"group\": [92.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 93, \"cat_0_index\": 151, \"rank\": 402, \"cat-0\": \"Fats and Oils\", \"rankvar\": 437, \"ini\": 438}, {\"group\": [131.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 133, \"cat_0_index\": 152, \"rank\": 481, \"cat-0\": \"Fats and Oils\", \"rankvar\": 436, \"ini\": 437}, {\"group\": [73.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 71, \"cat_0_index\": 153, \"rank\": 458, \"cat-0\": \"Fats and Oils\", \"rankvar\": 435, \"ini\": 436}, {\"group\": [49.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 50, \"cat_0_index\": 69, \"rank\": 397, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 434, \"ini\": 435}, {\"group\": [44.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 44, \"cat_0_index\": 154, \"rank\": 407, \"cat-0\": \"Fats and Oils\", \"rankvar\": 433, \"ini\": 434}, {\"group\": [420.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 426, \"cat_0_index\": 405, \"rank\": 455, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 432, \"ini\": 433}, {\"group\": [378.0, 33.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 382, \"cat_0_index\": 406, \"rank\": 460, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 431, \"ini\": 432}, {\"group\": [173.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 172, \"cat_0_index\": 155, \"rank\": 478, \"cat-0\": \"Fats and Oils\", \"rankvar\": 430, \"ini\": 431}, {\"group\": [76.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 74, \"cat_0_index\": 156, \"rank\": 445, \"cat-0\": \"Fats and Oils\", \"rankvar\": 429, \"ini\": 430}, {\"group\": [395.0, 36.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 401, \"cat_0_index\": 489, \"rank\": 494, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 428, \"ini\": 429}, {\"group\": [71.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 72, \"cat_0_index\": 157, \"rank\": 435, \"cat-0\": \"Fats and Oils\", \"rankvar\": 427, \"ini\": 428}, {\"group\": [183.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 181, \"cat_0_index\": 158, \"rank\": 468, \"cat-0\": \"Fats and Oils\", \"rankvar\": 426, \"ini\": 427}, {\"group\": [72.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 73, \"cat_0_index\": 159, \"rank\": 436, \"cat-0\": \"Fats and Oils\", \"rankvar\": 425, \"ini\": 426}, {\"group\": [375.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 373, \"cat_0_index\": 70, \"rank\": 482, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 424, \"ini\": 425}, {\"group\": [74.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 75, \"cat_0_index\": 160, \"rank\": 446, \"cat-0\": \"Fats and Oils\", \"rankvar\": 423, \"ini\": 424}, {\"group\": [418.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 423, \"cat_0_index\": 407, \"rank\": 487, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 422, \"ini\": 423}, {\"group\": [174.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 173, \"cat_0_index\": 161, \"rank\": 472, \"cat-0\": \"Fats and Oils\", \"rankvar\": 421, \"ini\": 422}, {\"group\": [153.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 154, \"cat_0_index\": 162, \"rank\": 356, \"cat-0\": \"Fats and Oils\", \"rankvar\": 420, \"ini\": 421}, {\"group\": [75.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 76, \"cat_0_index\": 163, \"rank\": 442, \"cat-0\": \"Fats and Oils\", \"rankvar\": 419, \"ini\": 420}, {\"group\": [424.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cinnamon, ground\", \"clust\": 427, \"cat_0_index\": 408, \"rank\": 256, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 418, \"ini\": 419}, {\"group\": [37.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 32, \"cat_0_index\": 164, \"rank\": 403, \"cat-0\": \"Fats and Oils\", \"rankvar\": 417, \"ini\": 418}, {\"group\": [380.0, 33.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 381, \"cat_0_index\": 409, \"rank\": 457, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 416, \"ini\": 417}, {\"group\": [25.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 24, \"cat_0_index\": 165, \"rank\": 408, \"cat-0\": \"Fats and Oils\", \"rankvar\": 415, \"ini\": 416}, {\"group\": [181.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 182, \"cat_0_index\": 166, \"rank\": 461, \"cat-0\": \"Fats and Oils\", \"rankvar\": 414, \"ini\": 415}, {\"group\": [170.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 170, \"cat_0_index\": 167, \"rank\": 474, \"cat-0\": \"Fats and Oils\", \"rankvar\": 413, \"ini\": 414}, {\"group\": [182.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 183, \"cat_0_index\": 168, \"rank\": 464, \"cat-0\": \"Fats and Oils\", \"rankvar\": 412, \"ini\": 413}, {\"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 6, \"cat_0_index\": 169, \"rank\": 393, \"cat-0\": \"Fats and Oils\", \"rankvar\": 411, \"ini\": 412}, {\"group\": [171.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 171, \"cat_0_index\": 170, \"rank\": 475, \"cat-0\": \"Fats and Oils\", \"rankvar\": 410, \"ini\": 411}, {\"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 5, \"cat_0_index\": 171, \"rank\": 388, \"cat-0\": \"Fats and Oils\", \"rankvar\": 409, \"ini\": 410}, {\"group\": [26.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 25, \"cat_0_index\": 172, \"rank\": 404, \"cat-0\": \"Fats and Oils\", \"rankvar\": 408, \"ini\": 409}, {\"group\": [80.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 80, \"cat_0_index\": 173, \"rank\": 394, \"cat-0\": \"Fats and Oils\", \"rankvar\": 407, \"ini\": 408}, {\"group\": [127.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 129, \"cat_0_index\": 174, \"rank\": 333, \"cat-0\": \"Fats and Oils\", \"rankvar\": 406, \"ini\": 407}, {\"group\": [175.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 174, \"cat_0_index\": 175, \"rank\": 466, \"cat-0\": \"Fats and Oils\", \"rankvar\": 405, \"ini\": 406}, {\"group\": [192.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 195, \"cat_0_index\": 176, \"rank\": 454, \"cat-0\": \"Fats and Oils\", \"rankvar\": 404, \"ini\": 405}, {\"group\": [350.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 354, \"cat_0_index\": 49, \"rank\": 276, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 403, \"ini\": 404}, {\"group\": [422.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 428, \"cat_0_index\": 410, \"rank\": 477, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 402, \"ini\": 403}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 8, \"cat_0_index\": 177, \"rank\": 400, \"cat-0\": \"Fats and Oils\", \"rankvar\": 401, \"ini\": 402}, {\"group\": [179.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 177, \"cat_0_index\": 178, \"rank\": 463, \"cat-0\": \"Fats and Oils\", \"rankvar\": 400, \"ini\": 401}, {\"group\": [172.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 169, \"cat_0_index\": 179, \"rank\": 443, \"cat-0\": \"Fats and Oils\", \"rankvar\": 399, \"ini\": 400}, {\"group\": [184.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 180, \"cat_0_index\": 95, \"rank\": 433, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 398, \"ini\": 399}, {\"group\": [176.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 175, \"cat_0_index\": 180, \"rank\": 462, \"cat-0\": \"Fats and Oils\", \"rankvar\": 397, \"ini\": 398}, {\"group\": [27.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 30, \"cat_0_index\": 181, \"rank\": 424, \"cat-0\": \"Fats and Oils\", \"rankvar\": 396, \"ini\": 397}, {\"group\": [177.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 178, \"cat_0_index\": 182, \"rank\": 459, \"cat-0\": \"Fats and Oils\", \"rankvar\": 395, \"ini\": 396}, {\"group\": [28.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 31, \"cat_0_index\": 183, \"rank\": 415, \"cat-0\": \"Fats and Oils\", \"rankvar\": 394, \"ini\": 395}, {\"group\": [431.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn bran, crude\", \"clust\": 435, \"cat_0_index\": 65, \"rank\": 96, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 393, \"ini\": 394}, {\"group\": [178.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 179, \"cat_0_index\": 184, \"rank\": 456, \"cat-0\": \"Fats and Oils\", \"rankvar\": 392, \"ini\": 393}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 9, \"cat_0_index\": 185, \"rank\": 410, \"cat-0\": \"Fats and Oils\", \"rankvar\": 391, \"ini\": 392}, {\"group\": [31.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 27, \"cat_0_index\": 186, \"rank\": 423, \"cat-0\": \"Fats and Oils\", \"rankvar\": 390, \"ini\": 391}, {\"group\": [390.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, cream of tartar\", \"clust\": 393, \"cat_0_index\": 6, \"rank\": 60, \"cat-0\": \"Baked Products\", \"rankvar\": 389, \"ini\": 390}, {\"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 7, \"cat_0_index\": 187, \"rank\": 414, \"cat-0\": \"Fats and Oils\", \"rankvar\": 388, \"ini\": 389}, {\"group\": [167.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 167, \"cat_0_index\": 188, \"rank\": 471, \"cat-0\": \"Fats and Oils\", \"rankvar\": 387, \"ini\": 388}, {\"group\": [348.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL\", \"clust\": 355, \"cat_0_index\": 50, \"rank\": 362, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 386, \"ini\": 387}, {\"group\": [193.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 196, \"cat_0_index\": 189, \"rank\": 451, \"cat-0\": \"Fats and Oils\", \"rankvar\": 385, \"ini\": 386}, {\"group\": [354.0, 26.0, 13.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola juice, raw\", \"clust\": 357, \"cat_0_index\": 254, \"rank\": 52, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 384, \"ini\": 385}, {\"group\": [428.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE\", \"clust\": 433, \"cat_0_index\": 51, \"rank\": 204, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 383, \"ini\": 384}, {\"group\": [355.0, 26.0, 13.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola, (west indian cherry), raw\", \"clust\": 358, \"cat_0_index\": 255, \"rank\": 53, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 382, \"ini\": 383}, {\"group\": [78.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 77, \"cat_0_index\": 190, \"rank\": 406, \"cat-0\": \"Fats and Oils\", \"rankvar\": 381, \"ini\": 382}, {\"group\": [180.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 176, \"cat_0_index\": 191, \"rank\": 452, \"cat-0\": \"Fats and Oils\", \"rankvar\": 380, \"ini\": 381}, {\"group\": [429.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN WITH EXTRA FIBER\", \"clust\": 434, \"cat_0_index\": 52, \"rank\": 264, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 379, \"ini\": 380}, {\"group\": [332.0, 21.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu), prepared with calcium sulfate\", \"clust\": 329, \"cat_0_index\": 268, \"rank\": 378, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 378, \"ini\": 379}, {\"group\": [45.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, suet, raw\", \"clust\": 45, \"cat_0_index\": 10, \"rank\": 360, \"cat-0\": \"Beef Products\", \"rankvar\": 377, \"ini\": 378}, {\"group\": [430.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fungi, Cloud ears, dried\", \"clust\": 432, \"cat_0_index\": 490, \"rank\": 177, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 376, \"ini\": 377}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 1, \"cat_0_index\": 192, \"rank\": 421, \"cat-0\": \"Fats and Oils\", \"rankvar\": 375, \"ini\": 376}, {\"group\": [32.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 26, \"cat_0_index\": 193, \"rank\": 432, \"cat-0\": \"Fats and Oils\", \"rankvar\": 374, \"ini\": 375}, {\"group\": [386.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, decaffeinated\", \"clust\": 391, \"cat_0_index\": 17, \"rank\": 205, \"cat-0\": \"Beverages\", \"rankvar\": 372, \"ini\": 374}, {\"group\": [387.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder\", \"clust\": 392, \"cat_0_index\": 18, \"rank\": 206, \"cat-0\": \"Beverages\", \"rankvar\": 373, \"ini\": 373}, {\"group\": [357.0, 27.0, 13.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, dry powdered mix, low calorie, with aspartame\", \"clust\": 361, \"cat_0_index\": 19, \"rank\": 219, \"cat-0\": \"Beverages\", \"rankvar\": 371, \"ini\": 372}, {\"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 13, \"cat_0_index\": 194, \"rank\": 427, \"cat-0\": \"Fats and Oils\", \"rankvar\": 370, \"ini\": 371}, {\"group\": [165.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 164, \"cat_0_index\": 195, \"rank\": 437, \"cat-0\": \"Fats and Oils\", \"rankvar\": 369, \"ini\": 370}, {\"group\": [30.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), beef tallow and cottonseed\", \"clust\": 28, \"cat_0_index\": 196, \"rank\": 386, \"cat-0\": \"Fats and Oils\", \"rankvar\": 368, \"ini\": 369}, {\"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 14, \"cat_0_index\": 197, \"rank\": 426, \"cat-0\": \"Fats and Oils\", \"rankvar\": 367, \"ini\": 368}, {\"group\": [230.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, dry\", \"clust\": 237, \"cat_0_index\": 387, \"rank\": 112, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 366, \"ini\": 367}, {\"group\": [233.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry\", \"clust\": 239, \"cat_0_index\": 388, \"rank\": 107, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 365, \"ini\": 366}, {\"group\": [234.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, au jus, dry\", \"clust\": 240, \"cat_0_index\": 389, \"rank\": 138, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 364, \"ini\": 365}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 2, \"cat_0_index\": 198, \"rank\": 425, \"cat-0\": \"Fats and Oils\", \"rankvar\": 363, \"ini\": 364}, {\"group\": [169.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 166, \"cat_0_index\": 199, \"rank\": 465, \"cat-0\": \"Fats and Oils\", \"rankvar\": 362, \"ini\": 363}, {\"group\": [168.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 168, \"cat_0_index\": 200, \"rank\": 449, \"cat-0\": \"Fats and Oils\", \"rankvar\": 361, \"ini\": 362}, {\"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 15, \"cat_0_index\": 201, \"rank\": 429, \"cat-0\": \"Fats and Oils\", \"rankvar\": 360, \"ini\": 361}, {\"group\": [446.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 449, \"cat_0_index\": 411, \"rank\": 486, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 359, \"ini\": 360}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 3, \"cat_0_index\": 202, \"rank\": 418, \"cat-0\": \"Fats and Oils\", \"rankvar\": 358, \"ini\": 359}, {\"group\": [81.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, spotted seal (Alaska Native)\", \"clust\": 81, \"cat_0_index\": 96, \"rank\": 375, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 357, \"ini\": 358}, {\"group\": [231.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, dry\", \"clust\": 238, \"cat_0_index\": 390, \"rank\": 167, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 356, \"ini\": 357}, {\"group\": [235.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Adobo fresco\", \"clust\": 235, \"cat_0_index\": 391, \"rank\": 188, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 355, \"ini\": 356}, {\"group\": [162.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 162, \"cat_0_index\": 203, \"rank\": 448, \"cat-0\": \"Fats and Oils\", \"rankvar\": 354, \"ini\": 355}, {\"group\": [232.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry\", \"clust\": 236, \"cat_0_index\": 392, \"rank\": 221, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 353, \"ini\": 354}, {\"group\": [164.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 161, \"cat_0_index\": 204, \"rank\": 444, \"cat-0\": \"Fats and Oils\", \"rankvar\": 352, \"ini\": 353}, {\"group\": [433.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN BRAN BUDS\", \"clust\": 438, \"cat_0_index\": 53, \"rank\": 248, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 351, \"ini\": 352}, {\"group\": [163.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 163, \"cat_0_index\": 205, \"rank\": 439, \"cat-0\": \"Fats and Oils\", \"rankvar\": 350, \"ini\": 351}, {\"group\": [157.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 157, \"cat_0_index\": 206, \"rank\": 440, \"cat-0\": \"Fats and Oils\", \"rankvar\": 349, \"ini\": 350}, {\"group\": [160.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 159, \"cat_0_index\": 207, \"rank\": 441, \"cat-0\": \"Fats and Oils\", \"rankvar\": 348, \"ini\": 349}, {\"group\": [158.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 158, \"cat_0_index\": 208, \"rank\": 447, \"cat-0\": \"Fats and Oils\", \"rankvar\": 347, \"ini\": 348}, {\"group\": [223.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Jellyfish, dried, salted\", \"clust\": 227, \"cat_0_index\": 252, \"rank\": 21, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 346, \"ini\": 347}, {\"group\": [79.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, beluga, whale (Alaska Native)\", \"clust\": 78, \"cat_0_index\": 97, \"rank\": 338, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 345, \"ini\": 346}, {\"group\": [494.0, 49.0, 22.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pinon Nuts, roasted (Navajo)\", \"clust\": 498, \"cat_0_index\": 98, \"rank\": 381, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 344, \"ini\": 345}, {\"group\": [166.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 165, \"cat_0_index\": 209, \"rank\": 420, \"cat-0\": \"Fats and Oils\", \"rankvar\": 343, \"ini\": 344}, {\"group\": [68.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), creamed\", \"clust\": 68, \"cat_0_index\": 306, \"rank\": 241, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 342, \"ini\": 343}, {\"group\": [426.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Wheat bran, crude\", \"clust\": 430, \"cat_0_index\": 66, \"rank\": 199, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 341, \"ini\": 342}, {\"group\": [29.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, leaf fat, raw\", \"clust\": 29, \"cat_0_index\": 368, \"rank\": 374, \"cat-0\": \"Pork Products\", \"rankvar\": 340, \"ini\": 341}, {\"group\": [146.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise dressing, no cholesterol\", \"clust\": 147, \"cat_0_index\": 210, \"rank\": 331, \"cat-0\": \"Fats and Oils\", \"rankvar\": 339, \"ini\": 340}, {\"group\": [435.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carob flour\", \"clust\": 437, \"cat_0_index\": 269, \"rank\": 263, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 338, \"ini\": 339}, {\"group\": [443.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander seed\", \"clust\": 451, \"cat_0_index\": 412, \"rank\": 385, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 337, \"ini\": 338}, {\"group\": [367.0, 31.0, 15.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C\", \"clust\": 364, \"cat_0_index\": 436, \"rank\": 366, \"cat-0\": \"Sweets\", \"rankvar\": 336, \"ini\": 337}, {\"group\": [427.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Toasted Wheat Bran\", \"clust\": 431, \"cat_0_index\": 54, \"rank\": 200, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 335, \"ini\": 336}, {\"group\": [415.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 421, \"cat_0_index\": 413, \"rank\": 434, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 334, \"ini\": 335}, {\"group\": [16.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, bacon, rendered fat, cooked\", \"clust\": 12, \"cat_0_index\": 369, \"rank\": 363, \"cat-0\": \"Pork Products\", \"rankvar\": 333, \"ini\": 334}, {\"group\": [349.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Blueberry Pomegranate\", \"clust\": 356, \"cat_0_index\": 55, \"rank\": 292, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 332, \"ini\": 333}, {\"group\": [147.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, with salt\", \"clust\": 148, \"cat_0_index\": 211, \"rank\": 337, \"cat-0\": \"Fats and Oils\", \"rankvar\": 331, \"ini\": 332}, {\"group\": [70.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), not sweetened\", \"clust\": 51, \"cat_0_index\": 307, \"rank\": 369, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 330, \"ini\": 331}, {\"group\": [218.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, english\", \"clust\": 224, \"cat_0_index\": 308, \"rank\": 370, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 329, \"ini\": 330}, {\"group\": [495.0, 49.0, 22.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, chia seeds, dried\", \"clust\": 499, \"cat_0_index\": 309, \"rank\": 392, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 328, \"ini\": 329}, {\"group\": [50.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, without salt\", \"clust\": 48, \"cat_0_index\": 71, \"rank\": 246, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 327, \"ini\": 328}, {\"group\": [237.0, 8.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Dry Taco Seasoning Mix\", \"clust\": 226, \"cat_0_index\": 414, \"rank\": 151, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 326, \"ini\": 327}, {\"group\": [46.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, salted\", \"clust\": 46, \"cat_0_index\": 72, \"rank\": 275, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 325, \"ini\": 326}, {\"group\": [94.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, PAM cooking spray, original\", \"clust\": 85, \"cat_0_index\": 212, \"rank\": 260, \"cat-0\": \"Fats and Oils\", \"rankvar\": 324, \"ini\": 325}, {\"group\": [47.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, whipped, with salt\", \"clust\": 47, \"cat_0_index\": 73, \"rank\": 290, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 323, \"ini\": 324}, {\"group\": [373.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 379, \"cat_0_index\": 20, \"rank\": 417, \"cat-0\": \"Beverages\", \"rankvar\": 322, \"ini\": 323}, {\"group\": [449.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 454, \"cat_0_index\": 437, \"rank\": 419, \"cat-0\": \"Sweets\", \"rankvar\": 321, \"ini\": 322}, {\"group\": [425.0, 42.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 418, \"cat_0_index\": 415, \"rank\": 489, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 320, \"ini\": 321}, {\"group\": [83.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, without salt added\", \"clust\": 83, \"cat_0_index\": 310, \"rank\": 354, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 319, \"ini\": 320}, {\"group\": [85.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, with salt added\", \"clust\": 82, \"cat_0_index\": 311, \"rank\": 365, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 318, \"ini\": 319}, {\"group\": [84.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, raw\", \"clust\": 84, \"cat_0_index\": 312, \"rank\": 364, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 317, \"ini\": 318}, {\"group\": [14.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, backfat, raw\", \"clust\": 16, \"cat_0_index\": 370, \"rank\": 348, \"cat-0\": \"Pork Products\", \"rankvar\": 316, \"ini\": 317}, {\"group\": [444.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, caraway seed\", \"clust\": 452, \"cat_0_index\": 416, \"rank\": 367, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 315, \"ini\": 316}, {\"group\": [452.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, paprika\", \"clust\": 458, \"cat_0_index\": 417, \"rank\": 352, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 314, \"ini\": 315}, {\"group\": [238.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, dried and salted\", \"clust\": 241, \"cat_0_index\": 253, \"rank\": 224, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 313, \"ini\": 314}, {\"group\": [132.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, without salt\", \"clust\": 134, \"cat_0_index\": 213, \"rank\": 281, \"cat-0\": \"Fats and Oils\", \"rankvar\": 312, \"ini\": 313}, {\"group\": [394.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, dried\", \"clust\": 388, \"cat_0_index\": 491, \"rank\": 130, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 311, \"ini\": 312}, {\"group\": [391.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder, half the caffeine\", \"clust\": 397, \"cat_0_index\": 21, \"rank\": 80, \"cat-0\": \"Beverages\", \"rankvar\": 310, \"ini\": 311}, {\"group\": [258.0, 14.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, added vitamin C and sugar\", \"clust\": 259, \"cat_0_index\": 22, \"rank\": 216, \"cat-0\": \"Beverages\", \"rankvar\": 309, \"ini\": 310}, {\"group\": [382.0, 33.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sisymbrium sp. seeds, whole, dried\", \"clust\": 385, \"cat_0_index\": 313, \"rank\": 211, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 308, \"ini\": 309}, {\"group\": [345.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Raisin Bran\", \"clust\": 350, \"cat_0_index\": 56, \"rank\": 232, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 307, \"ini\": 308}, {\"group\": [219.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, butternuts, dried\", \"clust\": 225, \"cat_0_index\": 314, \"rank\": 291, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 306, \"ini\": 307}, {\"group\": [388.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder\", \"clust\": 394, \"cat_0_index\": 23, \"rank\": 39, \"cat-0\": \"Beverages\", \"rankvar\": 305, \"ini\": 306}, {\"group\": [393.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, lemon-flavored, powder\", \"clust\": 396, \"cat_0_index\": 24, \"rank\": 87, \"cat-0\": \"Beverages\", \"rankvar\": 304, \"ini\": 305}, {\"group\": [389.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder\", \"clust\": 395, \"cat_0_index\": 25, \"rank\": 34, \"cat-0\": \"Beverages\", \"rankvar\": 303, \"ini\": 304}, {\"group\": [77.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)\", \"clust\": 70, \"cat_0_index\": 214, \"rank\": 312, \"cat-0\": \"Fats and Oils\", \"rankvar\": 302, \"ini\": 303}, {\"group\": [479.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened, processed with alkali\", \"clust\": 486, \"cat_0_index\": 438, \"rank\": 262, \"cat-0\": \"Sweets\", \"rankvar\": 301, \"ini\": 302}, {\"group\": [225.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, dry, mix\", \"clust\": 231, \"cat_0_index\": 393, \"rank\": 161, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 300, \"ini\": 301}, {\"group\": [490.0, 47.0, 21.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 491, \"cat_0_index\": 418, \"rank\": 490, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 299, \"ini\": 300}, {\"group\": [392.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, powder\", \"clust\": 398, \"cat_0_index\": 26, \"rank\": 71, \"cat-0\": \"Beverages\", \"rankvar\": 298, \"ini\": 299}, {\"group\": [396.0, 36.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried\", \"clust\": 402, \"cat_0_index\": 492, \"rank\": 339, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 297, \"ini\": 298}, {\"group\": [359.0, 28.0, 14.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rose Hips, wild (Northern Plains Indians)\", \"clust\": 362, \"cat_0_index\": 99, \"rank\": 178, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 296, \"ini\": 297}, {\"group\": [454.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chili powder\", \"clust\": 457, \"cat_0_index\": 419, \"rank\": 379, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 295, \"ini\": 296}, {\"group\": [379.0, 33.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, tarragon, dried\", \"clust\": 383, \"cat_0_index\": 420, \"rank\": 321, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 294, \"ini\": 295}, {\"group\": [227.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix\", \"clust\": 233, \"cat_0_index\": 394, \"rank\": 134, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 293, \"ini\": 294}, {\"group\": [194.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, without salt\", \"clust\": 194, \"cat_0_index\": 215, \"rank\": 283, \"cat-0\": \"Fats and Oils\", \"rankvar\": 292, \"ini\": 293}, {\"group\": [191.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt, with added vitamin D\", \"clust\": 192, \"cat_0_index\": 216, \"rank\": 286, \"cat-0\": \"Fats and Oils\", \"rankvar\": 290, \"ini\": 292}, {\"group\": [191.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt\", \"clust\": 193, \"cat_0_index\": 217, \"rank\": 287, \"cat-0\": \"Fats and Oils\", \"rankvar\": 291, \"ini\": 291}, {\"group\": [315.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type, crude protein basis\", \"clust\": 320, \"cat_0_index\": 270, \"rank\": 82, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 289, \"ini\": 290}, {\"group\": [346.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Cranberry Crunch\", \"clust\": 351, \"cat_0_index\": 57, \"rank\": 174, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 288, \"ini\": 289}, {\"group\": [195.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt, with added vitamin D\", \"clust\": 198, \"cat_0_index\": 218, \"rank\": 317, \"cat-0\": \"Fats and Oils\", \"rankvar\": 286, \"ini\": 288}, {\"group\": [195.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt\", \"clust\": 199, \"cat_0_index\": 219, \"rank\": 318, \"cat-0\": \"Fats and Oils\", \"rankvar\": 287, \"ini\": 287}, {\"group\": [383.0, 34.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, celery seed\", \"clust\": 386, \"cat_0_index\": 421, \"rank\": 396, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 285, \"ini\": 286}, {\"group\": [187.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils\", \"clust\": 189, \"cat_0_index\": 220, \"rank\": 322, \"cat-0\": \"Fats and Oils\", \"rankvar\": 284, \"ini\": 285}, {\"group\": [323.0, 19.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smelt, dried (Alaska Native)\", \"clust\": 327, \"cat_0_index\": 100, \"rank\": 253, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 283, \"ini\": 284}, {\"group\": [186.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt, with added vitamin D\", \"clust\": 190, \"cat_0_index\": 221, \"rank\": 326, \"cat-0\": \"Fats and Oils\", \"rankvar\": 281, \"ini\": 283}, {\"group\": [186.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt\", \"clust\": 191, \"cat_0_index\": 222, \"rank\": 327, \"cat-0\": \"Fats and Oils\", \"rankvar\": 282, \"ini\": 282}, {\"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries\", \"clust\": 4, \"cat_0_index\": 223, \"rank\": 306, \"cat-0\": \"Fats and Oils\", \"rankvar\": 280, \"ini\": 281}, {\"group\": [316.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, ProPlus\", \"clust\": 321, \"cat_0_index\": 271, \"rank\": 89, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 279, \"ini\": 280}, {\"group\": [256.0, 14.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder\", \"clust\": 260, \"cat_0_index\": 27, \"rank\": 173, \"cat-0\": \"Beverages\", \"rankvar\": 278, \"ini\": 279}, {\"group\": [224.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, fish, ready-to-serve\", \"clust\": 228, \"cat_0_index\": 395, \"rank\": 4, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 277, \"ini\": 278}, {\"group\": [416.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill seed\", \"clust\": 419, \"cat_0_index\": 422, \"rank\": 340, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 276, \"ini\": 277}, {\"group\": [293.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, granulated\", \"clust\": 305, \"cat_0_index\": 439, \"rank\": 25, \"cat-0\": \"Sweets\", \"rankvar\": 275, \"ini\": 276}, {\"group\": [473.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carrot, dehydrated\", \"clust\": 478, \"cat_0_index\": 493, \"rank\": 289, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 274, \"ini\": 275}, {\"group\": [190.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, hard, soybean (hydrogenated)\", \"clust\": 186, \"cat_0_index\": 224, \"rank\": 328, \"cat-0\": \"Fats and Oils\", \"rankvar\": 273, \"ini\": 274}, {\"group\": [447.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cloves, ground\", \"clust\": 448, \"cat_0_index\": 423, \"rank\": 355, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 272, \"ini\": 273}, {\"group\": [189.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy\", \"clust\": 187, \"cat_0_index\": 225, \"rank\": 310, \"cat-0\": \"Fats and Oils\", \"rankvar\": 271, \"ini\": 272}, {\"group\": [451.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened\", \"clust\": 453, \"cat_0_index\": 440, \"rank\": 229, \"cat-0\": \"Sweets\", \"rankvar\": 270, \"ini\": 271}, {\"group\": [296.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugar, turbinado\", \"clust\": 303, \"cat_0_index\": 441, \"rank\": 30, \"cat-0\": \"Sweets\", \"rankvar\": 269, \"ini\": 270}, {\"group\": [20.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, salt pork, raw\", \"clust\": 18, \"cat_0_index\": 371, \"rank\": 341, \"cat-0\": \"Pork Products\", \"rankvar\": 268, \"ini\": 269}, {\"group\": [358.0, 27.0, 13.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Energy Bar, all flavors\", \"clust\": 359, \"cat_0_index\": 378, \"rank\": 382, \"cat-0\": \"Snacks\", \"rankvar\": 267, \"ini\": 268}, {\"group\": [445.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, curry powder\", \"clust\": 450, \"cat_0_index\": 424, \"rank\": 285, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 266, \"ini\": 267}, {\"group\": [133.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, home recipe\", \"clust\": 130, \"cat_0_index\": 226, \"rank\": 239, \"cat-0\": \"Fats and Oils\", \"rankvar\": 265, \"ini\": 266}, {\"group\": [294.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, powdered\", \"clust\": 306, \"cat_0_index\": 442, \"rank\": 22, \"cat-0\": \"Sweets\", \"rankvar\": 264, \"ini\": 265}, {\"group\": [376.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with low-calorie sweeteners, powder\", \"clust\": 372, \"cat_0_index\": 28, \"rank\": 372, \"cat-0\": \"Beverages\", \"rankvar\": 263, \"ini\": 264}, {\"group\": [161.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, butter-margarine blend, 80% fat, stick, without salt\", \"clust\": 160, \"cat_0_index\": 227, \"rank\": 279, \"cat-0\": \"Fats and Oils\", \"rankvar\": 262, \"ini\": 263}, {\"group\": [113.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, without salt added\", \"clust\": 114, \"cat_0_index\": 315, \"rank\": 389, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 261, \"ini\": 262}, {\"group\": [22.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pilinuts, dried\", \"clust\": 10, \"cat_0_index\": 316, \"rank\": 350, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 260, \"ini\": 261}, {\"group\": [322.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Steelhead trout, dried, flesh (Shoshone Bannock)\", \"clust\": 318, \"cat_0_index\": 101, \"rank\": 164, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 259, \"ini\": 260}, {\"group\": [216.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, without salt\", \"clust\": 221, \"cat_0_index\": 317, \"rank\": 342, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 258, \"ini\": 259}, {\"group\": [111.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, without salt added\", \"clust\": 111, \"cat_0_index\": 318, \"rank\": 383, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 257, \"ini\": 258}, {\"group\": [281.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium\", \"clust\": 281, \"cat_0_index\": 29, \"rank\": 72, \"cat-0\": \"Beverages\", \"rankvar\": 256, \"ini\": 257}, {\"group\": [312.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, SUPRO\", \"clust\": 316, \"cat_0_index\": 272, \"rank\": 41, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 255, \"ini\": 256}, {\"group\": [308.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, powder\", \"clust\": 290, \"cat_0_index\": 30, \"rank\": 61, \"cat-0\": \"Beverages\", \"rankvar\": 254, \"ini\": 255}, {\"group\": [291.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder\", \"clust\": 298, \"cat_0_index\": 31, \"rank\": 42, \"cat-0\": \"Beverages\", \"rankvar\": 253, \"ini\": 254}, {\"group\": [302.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, brown\", \"clust\": 310, \"cat_0_index\": 443, \"rank\": 37, \"cat-0\": \"Sweets\", \"rankvar\": 252, \"ini\": 253}, {\"group\": [476.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder\", \"clust\": 484, \"cat_0_index\": 32, \"rank\": 172, \"cat-0\": \"Beverages\", \"rankvar\": 251, \"ini\": 252}, {\"group\": [115.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 113, \"cat_0_index\": 319, \"rank\": 422, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 250, \"ini\": 251}, {\"group\": [474.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hot chile, sun-dried\", \"clust\": 479, \"cat_0_index\": 494, \"rank\": 271, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 249, \"ini\": 250}, {\"group\": [295.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Strawberry-flavor beverage mix, powder\", \"clust\": 304, \"cat_0_index\": 33, \"rank\": 19, \"cat-0\": \"Beverages\", \"rankvar\": 248, \"ini\": 249}, {\"group\": [112.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, with salt added\", \"clust\": 112, \"cat_0_index\": 320, \"rank\": 399, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 247, \"ini\": 248}, {\"group\": [217.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, with salt added\", \"clust\": 222, \"cat_0_index\": 321, \"rank\": 359, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 246, \"ini\": 247}, {\"group\": [493.0, 48.0, 22.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, flaxseed\", \"clust\": 495, \"cat_0_index\": 322, \"rank\": 409, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 245, \"ini\": 246}, {\"group\": [337.0, 23.0, 11.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, regular, dry mix\", \"clust\": 336, \"cat_0_index\": 444, \"rank\": 236, \"cat-0\": \"Sweets\", \"rankvar\": 244, \"ini\": 245}, {\"group\": [317.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type\", \"clust\": 319, \"cat_0_index\": 273, \"rank\": 93, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 243, \"ini\": 244}, {\"group\": [196.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, margarine-butter blend, soybean oil and butter\", \"clust\": 197, \"cat_0_index\": 228, \"rank\": 251, \"cat-0\": \"Fats and Oils\", \"rankvar\": 242, \"ini\": 243}, {\"group\": [300.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, decaffeinated\", \"clust\": 311, \"cat_0_index\": 34, \"rank\": 31, \"cat-0\": \"Beverages\", \"rankvar\": 241, \"ini\": 242}, {\"group\": [301.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder\", \"clust\": 312, \"cat_0_index\": 35, \"rank\": 35, \"cat-0\": \"Beverages\", \"rankvar\": 240, \"ini\": 241}, {\"group\": [480.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, pasilla, dried\", \"clust\": 487, \"cat_0_index\": 495, \"rank\": 182, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 239, \"ini\": 240}, {\"group\": [368.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, with added vitamin A and vitamin D\", \"clust\": 375, \"cat_0_index\": 74, \"rank\": 295, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 238, \"ini\": 239}, {\"group\": [369.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, without added vitamin A and vitamin D\", \"clust\": 376, \"cat_0_index\": 75, \"rank\": 296, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 237, \"ini\": 238}, {\"group\": [221.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, dried\", \"clust\": 216, \"cat_0_index\": 323, \"rank\": 305, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 236, \"ini\": 237}, {\"group\": [377.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, dried\", \"clust\": 371, \"cat_0_index\": 76, \"rank\": 258, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 235, \"ini\": 236}, {\"group\": [297.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, hard, dietetic or low calorie (sorbitol)\", \"clust\": 308, \"cat_0_index\": 445, \"rank\": 14, \"cat-0\": \"Sweets\", \"rankvar\": 234, \"ini\": 235}, {\"group\": [299.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, fructose, dry, powder\", \"clust\": 307, \"cat_0_index\": 446, \"rank\": 9, \"cat-0\": \"Sweets\", \"rankvar\": 233, \"ini\": 234}, {\"group\": [292.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, powder\", \"clust\": 299, \"cat_0_index\": 36, \"rank\": 47, \"cat-0\": \"Beverages\", \"rankvar\": 232, \"ini\": 233}, {\"group\": [114.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans\", \"clust\": 115, \"cat_0_index\": 324, \"rank\": 373, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 231, \"ini\": 232}, {\"group\": [318.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, powder, glucose reduced\", \"clust\": 324, \"cat_0_index\": 77, \"rank\": 69, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 230, \"ini\": 231}, {\"group\": [284.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, instant\", \"clust\": 288, \"cat_0_index\": 447, \"rank\": 50, \"cat-0\": \"Sweets\", \"rankvar\": 229, \"ini\": 230}, {\"group\": [370.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, with added vitamin A and vitamin D\", \"clust\": 377, \"cat_0_index\": 78, \"rank\": 272, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 228, \"ini\": 229}, {\"group\": [371.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, without added vitamin A and vitamin D\", \"clust\": 378, \"cat_0_index\": 79, \"rank\": 273, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 227, \"ini\": 228}, {\"group\": [220.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, black, dried\", \"clust\": 223, \"cat_0_index\": 325, \"rank\": 308, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 226, \"ini\": 227}, {\"group\": [320.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried\", \"clust\": 323, \"cat_0_index\": 80, \"rank\": 66, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 225, \"ini\": 226}, {\"group\": [469.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, raw\", \"clust\": 474, \"cat_0_index\": 274, \"rank\": 124, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 224, \"ini\": 225}, {\"group\": [450.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, plain\", \"clust\": 455, \"cat_0_index\": 448, \"rank\": 300, \"cat-0\": \"Sweets\", \"rankvar\": 223, \"ini\": 224}, {\"group\": [351.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Double Chocolate Nut Bar\", \"clust\": 353, \"cat_0_index\": 379, \"rank\": 267, \"cat-0\": \"Snacks\", \"rankvar\": 222, \"ini\": 223}, {\"group\": [33.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, raw\", \"clust\": 33, \"cat_0_index\": 260, \"rank\": 203, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 221, \"ini\": 222}, {\"group\": [477.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, turmeric, ground\", \"clust\": 485, \"cat_0_index\": 425, \"rank\": 222, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 220, \"ini\": 221}, {\"group\": [102.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, blanched\", \"clust\": 100, \"cat_0_index\": 326, \"rank\": 334, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 219, \"ini\": 220}, {\"group\": [410.0, 39.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted\", \"clust\": 415, \"cat_0_index\": 275, \"rank\": 234, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 218, \"ini\": 219}, {\"group\": [298.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fondant, prepared-from-recipe\", \"clust\": 309, \"cat_0_index\": 449, \"rank\": 5, \"cat-0\": \"Sweets\", \"rankvar\": 217, \"ini\": 218}, {\"group\": [151.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, peppercorn dressing, commercial, regular\", \"clust\": 150, \"cat_0_index\": 229, \"rank\": 226, \"cat-0\": \"Fats and Oils\", \"rankvar\": 216, \"ini\": 217}, {\"group\": [330.0, 20.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, low sodium\", \"clust\": 331, \"cat_0_index\": 81, \"rank\": 225, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 215, \"ini\": 216}, {\"group\": [40.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 38, \"cat_0_index\": 261, \"rank\": 217, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 214, \"ini\": 215}, {\"group\": [453.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, red or cayenne\", \"clust\": 459, \"cat_0_index\": 426, \"rank\": 323, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 213, \"ini\": 214}, {\"group\": [82.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, 70% fat, stick, with salt\", \"clust\": 79, \"cat_0_index\": 230, \"rank\": 220, \"cat-0\": \"Fats and Oils\", \"rankvar\": 212, \"ini\": 213}, {\"group\": [34.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 34, \"cat_0_index\": 262, \"rank\": 186, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 211, \"ini\": 212}, {\"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like shortening, industrial, soy (partially hydrogenated), cottonseed, and soy, principal use flaky pastries\", \"clust\": 0, \"cat_0_index\": 231, \"rank\": 218, \"cat-0\": \"Fats and Oils\", \"rankvar\": 210, \"ini\": 211}, {\"group\": [313.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate\", \"clust\": 317, \"cat_0_index\": 276, \"rank\": 48, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 209, \"ini\": 210}, {\"group\": [478.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, ancho, dried\", \"clust\": 483, \"cat_0_index\": 496, \"rank\": 162, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 208, \"ini\": 209}, {\"group\": [214.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, without salt\", \"clust\": 219, \"cat_0_index\": 327, \"rank\": 303, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 207, \"ini\": 208}, {\"group\": [100.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, dry roasted, without salt added\", \"clust\": 101, \"cat_0_index\": 328, \"rank\": 346, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 206, \"ini\": 207}, {\"group\": [402.0, 38.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat, crude protein basis (N x 6.25)\", \"clust\": 406, \"cat_0_index\": 277, \"rank\": 238, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 205, \"ini\": 206}, {\"group\": [23.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, raw\", \"clust\": 22, \"cat_0_index\": 11, \"rank\": 194, \"cat-0\": \"Beef Products\", \"rankvar\": 204, \"ini\": 205}, {\"group\": [442.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Original\", \"clust\": 445, \"cat_0_index\": 58, \"rank\": 191, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 203, \"ini\": 204}, {\"group\": [38.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 39, \"cat_0_index\": 263, \"rank\": 187, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 202, \"ini\": 203}, {\"group\": [397.0, 36.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, no sugar added, powder\", \"clust\": 400, \"cat_0_index\": 37, \"rank\": 265, \"cat-0\": \"Beverages\", \"rankvar\": 201, \"ini\": 202}, {\"group\": [188.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-type vegetable oil spread, 70% fat, soybean and partially hydrogenated soybean, stick\", \"clust\": 188, \"cat_0_index\": 232, \"rank\": 228, \"cat-0\": \"Fats and Oils\", \"rankvar\": 200, \"ini\": 201}, {\"group\": [148.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, caesar dressing, regular\", \"clust\": 152, \"cat_0_index\": 233, \"rank\": 202, \"cat-0\": \"Fats and Oils\", \"rankvar\": 199, \"ini\": 200}, {\"group\": [215.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, with salt added\", \"clust\": 220, \"cat_0_index\": 329, \"rank\": 325, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 198, \"ini\": 199}, {\"group\": [434.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, 100% Bran Cereal\", \"clust\": 439, \"cat_0_index\": 59, \"rank\": 144, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 197, \"ini\": 198}, {\"group\": [239.0, 10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yeast extract spread\", \"clust\": 242, \"cat_0_index\": 497, \"rank\": 102, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 196, \"ini\": 197}, {\"group\": [35.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, cooked\", \"clust\": 35, \"cat_0_index\": 264, \"rank\": 198, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 195, \"ini\": 196}, {\"group\": [423.0, 41.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, bay leaf\", \"clust\": 429, \"cat_0_index\": 427, \"rank\": 183, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 194, \"ini\": 195}, {\"group\": [404.0, 38.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw, crude protein basis (N x 6.25)\", \"clust\": 408, \"cat_0_index\": 278, \"rank\": 83, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 193, \"ini\": 194}, {\"group\": [69.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), toasted\", \"clust\": 69, \"cat_0_index\": 330, \"rank\": 116, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 192, \"ini\": 193}, {\"group\": [226.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato vegetable, dry, mix\", \"clust\": 232, \"cat_0_index\": 396, \"rank\": 104, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 191, \"ini\": 192}, {\"group\": [24.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, cooked\", \"clust\": 23, \"cat_0_index\": 12, \"rank\": 193, \"cat-0\": \"Beef Products\", \"rankvar\": 190, \"ini\": 191}, {\"group\": [372.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, dried\", \"clust\": 374, \"cat_0_index\": 82, \"rank\": 282, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 189, \"ini\": 190}, {\"group\": [259.0, 15.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dehydrated (low moisture), sulfured, uncooked\", \"clust\": 262, \"cat_0_index\": 256, \"rank\": 100, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 188, \"ini\": 189}, {\"group\": [319.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, flakes, glucose reduced\", \"clust\": 325, \"cat_0_index\": 83, \"rank\": 55, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 187, \"ini\": 188}, {\"group\": [307.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix\", \"clust\": 293, \"cat_0_index\": 450, \"rank\": 23, \"cat-0\": \"Sweets\", \"rankvar\": 186, \"ini\": 187}, {\"group\": [260.0, 15.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, gum drops, dietetic or low calorie (sorbitol)\", \"clust\": 263, \"cat_0_index\": 451, \"rank\": 44, \"cat-0\": \"Sweets\", \"rankvar\": 185, \"ini\": 186}, {\"group\": [39.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 40, \"cat_0_index\": 265, \"rank\": 195, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 184, \"ini\": 185}, {\"group\": [101.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts\", \"clust\": 102, \"cat_0_index\": 331, \"rank\": 329, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 183, \"ini\": 184}, {\"group\": [228.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, mushroom, dry, powder\", \"clust\": 234, \"cat_0_index\": 397, \"rank\": 84, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 182, \"ini\": 183}, {\"group\": [244.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dessert topping, powdered\", \"clust\": 248, \"cat_0_index\": 84, \"rank\": 165, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 181, \"ini\": 182}, {\"group\": [440.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cardamom\", \"clust\": 446, \"cat_0_index\": 428, \"rank\": 140, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 180, \"ini\": 181}, {\"group\": [212.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, without salt\", \"clust\": 217, \"cat_0_index\": 332, \"rank\": 324, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 179, \"ini\": 180}, {\"group\": [403.0, 38.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by alcohol extraction\", \"clust\": 407, \"cat_0_index\": 279, \"rank\": 176, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 178, \"ini\": 179}, {\"group\": [303.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, saccharin\", \"clust\": 302, \"cat_0_index\": 452, \"rank\": 6, \"cat-0\": \"Sweets\", \"rankvar\": 177, \"ini\": 178}, {\"group\": [199.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-like vegetable oil spread, 67-70% fat, tub\", \"clust\": 200, \"cat_0_index\": 234, \"rank\": 215, \"cat-0\": \"Fats and Oils\", \"rankvar\": 176, \"ini\": 177}, {\"group\": [15.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, jowl, raw\", \"clust\": 17, \"cat_0_index\": 372, \"rank\": 212, \"cat-0\": \"Pork Products\", \"rankvar\": 175, \"ini\": 176}, {\"group\": [472.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, yeast, baker's, active dry\", \"clust\": 460, \"cat_0_index\": 7, \"rank\": 132, \"cat-0\": \"Baked Products\", \"rankvar\": 174, \"ini\": 175}, {\"group\": [306.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, maple\", \"clust\": 294, \"cat_0_index\": 453, \"rank\": 20, \"cat-0\": \"Sweets\", \"rankvar\": 173, \"ini\": 174}, {\"group\": [405.0, 38.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw\", \"clust\": 409, \"cat_0_index\": 280, \"rank\": 78, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 172, \"ini\": 173}, {\"group\": [385.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder\", \"clust\": 389, \"cat_0_index\": 38, \"rank\": 10, \"cat-0\": \"Beverages\", \"rankvar\": 170, \"ini\": 172}, {\"group\": [385.0, 35.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder, decaffeinated\", \"clust\": 390, \"cat_0_index\": 39, \"rank\": 11, \"cat-0\": \"Beverages\", \"rankvar\": 171, \"ini\": 171}, {\"group\": [374.0, 32.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, milkshake mix, dry, not chocolate\", \"clust\": 380, \"cat_0_index\": 85, \"rank\": 249, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 169, \"ini\": 170}, {\"group\": [213.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, with salt added\", \"clust\": 218, \"cat_0_index\": 333, \"rank\": 320, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 168, \"ini\": 169}, {\"group\": [286.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, nougat, with almonds\", \"clust\": 291, \"cat_0_index\": 454, \"rank\": 38, \"cat-0\": \"Sweets\", \"rankvar\": 167, \"ini\": 168}, {\"group\": [304.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Drink mix, QUAKER OATS, GATORADE, orange flavor, powder\", \"clust\": 301, \"cat_0_index\": 40, \"rank\": 1, \"cat-0\": \"Beverages\", \"rankvar\": 166, \"ini\": 167}, {\"group\": [261.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, without added nutrients\", \"clust\": 267, \"cat_0_index\": 41, \"rank\": 81, \"cat-0\": \"Beverages\", \"rankvar\": 165, \"ini\": 166}, {\"group\": [116.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hickorynuts, dried\", \"clust\": 110, \"cat_0_index\": 334, \"rank\": 299, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 164, \"ini\": 165}, {\"group\": [309.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, with added nutrients\", \"clust\": 269, \"cat_0_index\": 42, \"rank\": 117, \"cat-0\": \"Beverages\", \"rankvar\": 163, \"ini\": 164}, {\"group\": [463.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, small white, mature seeds, raw\", \"clust\": 470, \"cat_0_index\": 281, \"rank\": 128, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 162, \"ini\": 163}, {\"group\": [282.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, regular\", \"clust\": 286, \"cat_0_index\": 455, \"rank\": 7, \"cat-0\": \"Sweets\", \"rankvar\": 161, \"ini\": 162}, {\"group\": [465.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, california red, mature seeds, raw\", \"clust\": 469, \"cat_0_index\": 282, \"rank\": 129, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 160, \"ini\": 161}, {\"group\": [288.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, butterscotch\", \"clust\": 296, \"cat_0_index\": 456, \"rank\": 13, \"cat-0\": \"Sweets\", \"rankvar\": 159, \"ini\": 160}, {\"group\": [464.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, black turtle soup, mature seeds, raw\", \"clust\": 471, \"cat_0_index\": 283, \"rank\": 127, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 158, \"ini\": 159}, {\"group\": [197.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Omega Plus Spread (with plant sterols & fish oil)\", \"clust\": 201, \"cat_0_index\": 235, \"rank\": 214, \"cat-0\": \"Fats and Oils\", \"rankvar\": 157, \"ini\": 158}, {\"group\": [441.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, black\", \"clust\": 447, \"cat_0_index\": 429, \"rank\": 126, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 156, \"ini\": 157}, {\"group\": [408.0, 39.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted, crude protein basis (N x 6.25)\", \"clust\": 416, \"cat_0_index\": 284, \"rank\": 244, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 155, \"ini\": 156}, {\"group\": [285.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, instant\", \"clust\": 289, \"cat_0_index\": 457, \"rank\": 16, \"cat-0\": \"Sweets\", \"rankvar\": 154, \"ini\": 155}, {\"group\": [159.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, separable fat, raw\", \"clust\": 156, \"cat_0_index\": 377, \"rank\": 196, \"cat-0\": \"Poultry Products\", \"rankvar\": 153, \"ini\": 154}, {\"group\": [204.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, dried (decorticated)\", \"clust\": 212, \"cat_0_index\": 335, \"rank\": 344, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 152, \"ini\": 153}, {\"group\": [123.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt, with added vitamin D\", \"clust\": 124, \"cat_0_index\": 236, \"rank\": 147, \"cat-0\": \"Fats and Oils\", \"rankvar\": 151, \"ini\": 152}, {\"group\": [124.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt\", \"clust\": 125, \"cat_0_index\": 237, \"rank\": 145, \"cat-0\": \"Fats and Oils\", \"rankvar\": 150, \"ini\": 151}, {\"group\": [399.0, 37.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw, crude protein basis (N x 6.25)\", \"clust\": 404, \"cat_0_index\": 285, \"rank\": 252, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 149, \"ini\": 150}, {\"group\": [398.0, 36.0, 17.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower-leaf portion), freeze-dried\", \"clust\": 399, \"cat_0_index\": 498, \"rank\": 168, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 148, \"ini\": 149}, {\"group\": [462.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, all types, mature seeds, raw\", \"clust\": 466, \"cat_0_index\": 286, \"rank\": 123, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 147, \"ini\": 148}, {\"group\": [460.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, royal red, mature seeds, raw\", \"clust\": 467, \"cat_0_index\": 287, \"rank\": 115, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 146, \"ini\": 147}, {\"group\": [338.0, 24.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Bar\", \"clust\": 342, \"cat_0_index\": 458, \"rank\": 243, \"cat-0\": \"Sweets\", \"rankvar\": 145, \"ini\": 146}, {\"group\": [269.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular\", \"clust\": 275, \"cat_0_index\": 459, \"rank\": 74, \"cat-0\": \"Sweets\", \"rankvar\": 144, \"ini\": 145}, {\"group\": [326.0, 20.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, shredded\", \"clust\": 334, \"cat_0_index\": 86, \"rank\": 227, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 143, \"ini\": 144}, {\"group\": [206.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, pinyon, dried\", \"clust\": 211, \"cat_0_index\": 336, \"rank\": 335, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 142, \"ini\": 143}, {\"group\": [280.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Tropical Bite Size Candies\", \"clust\": 282, \"cat_0_index\": 460, \"rank\": 12, \"cat-0\": \"Sweets\", \"rankvar\": 141, \"ini\": 142}, {\"group\": [466.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, french, mature seeds, raw\", \"clust\": 465, \"cat_0_index\": 288, \"rank\": 118, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 140, \"ini\": 141}, {\"group\": [200.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, all flavors except macadamia, without salt\", \"clust\": 208, \"cat_0_index\": 337, \"rank\": 254, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 139, \"ini\": 140}, {\"group\": [121.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt\", \"clust\": 121, \"cat_0_index\": 238, \"rank\": 170, \"cat-0\": \"Fats and Oils\", \"rankvar\": 138, \"ini\": 139}, {\"group\": [242.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered\", \"clust\": 245, \"cat_0_index\": 87, \"rank\": 190, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 137, \"ini\": 138}, {\"group\": [122.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt, with added vitamin D\", \"clust\": 122, \"cat_0_index\": 239, \"rank\": 175, \"cat-0\": \"Fats and Oils\", \"rankvar\": 136, \"ini\": 137}, {\"group\": [324.0, 19.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk Light, powder\", \"clust\": 328, \"cat_0_index\": 88, \"rank\": 213, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 135, \"ini\": 136}, {\"group\": [277.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Wild Berry Bite Size Candies\", \"clust\": 284, \"cat_0_index\": 461, \"rank\": 29, \"cat-0\": \"Sweets\", \"rankvar\": 134, \"ini\": 135}, {\"group\": [475.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomato powder\", \"clust\": 477, \"cat_0_index\": 499, \"rank\": 230, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 133, \"ini\": 134}, {\"group\": [278.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Original Bite Size Candies\", \"clust\": 285, \"cat_0_index\": 462, \"rank\": 32, \"cat-0\": \"Sweets\", \"rankvar\": 132, \"ini\": 133}, {\"group\": [305.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candied fruit\", \"clust\": 300, \"cat_0_index\": 257, \"rank\": 0, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 131, \"ini\": 132}, {\"group\": [487.0, 47.0, 21.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, roasted and toasted\", \"clust\": 493, \"cat_0_index\": 338, \"rank\": 405, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 130, \"ini\": 131}, {\"group\": [461.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, cranberry (roman), mature seeds, raw\", \"clust\": 468, \"cat_0_index\": 289, \"rank\": 110, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 129, \"ini\": 130}, {\"group\": [409.0, 39.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat\", \"clust\": 417, \"cat_0_index\": 290, \"rank\": 233, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 128, \"ini\": 129}, {\"group\": [432.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, white\", \"clust\": 436, \"cat_0_index\": 430, \"rank\": 45, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 127, \"ini\": 128}, {\"group\": [247.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, butterscotch\", \"clust\": 253, \"cat_0_index\": 463, \"rank\": 121, \"cat-0\": \"Sweets\", \"rankvar\": 126, \"ini\": 127}, {\"group\": [289.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla, prepared-from-recipe\", \"clust\": 297, \"cat_0_index\": 464, \"rank\": 17, \"cat-0\": \"Sweets\", \"rankvar\": 125, \"ini\": 126}, {\"group\": [488.0, 47.0, 21.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, dried\", \"clust\": 494, \"cat_0_index\": 339, \"rank\": 395, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 124, \"ini\": 125}, {\"group\": [283.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular\", \"clust\": 287, \"cat_0_index\": 465, \"rank\": 3, \"cat-0\": \"Sweets\", \"rankvar\": 123, \"ini\": 124}, {\"group\": [400.0, 37.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw\", \"clust\": 405, \"cat_0_index\": 291, \"rank\": 268, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 122, \"ini\": 123}, {\"group\": [36.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 36, \"cat_0_index\": 266, \"rank\": 141, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 121, \"ini\": 122}, {\"group\": [325.0, 19.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, dried (Alaska Native)\", \"clust\": 326, \"cat_0_index\": 102, \"rank\": 135, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 120, \"ini\": 121}, {\"group\": [489.0, 47.0, 21.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, paste\", \"clust\": 492, \"cat_0_index\": 340, \"rank\": 368, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 119, \"ini\": 120}, {\"group\": [484.0, 45.0, 20.0, 10.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, squares\", \"clust\": 489, \"cat_0_index\": 466, \"rank\": 298, \"cat-0\": \"Sweets\", \"rankvar\": 118, \"ini\": 119}, {\"group\": [467.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peas, split, mature seeds, raw\", \"clust\": 475, \"cat_0_index\": 292, \"rank\": 99, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 117, \"ini\": 118}, {\"group\": [279.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Sours Original\", \"clust\": 283, \"cat_0_index\": 467, \"rank\": 18, \"cat-0\": \"Sweets\", \"rankvar\": 116, \"ini\": 117}, {\"group\": [254.0, 14.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, with added nutrients, powder\", \"clust\": 257, \"cat_0_index\": 43, \"rank\": 237, \"cat-0\": \"Beverages\", \"rankvar\": 115, \"ini\": 116}, {\"group\": [468.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans (fava beans), mature seeds, raw\", \"clust\": 476, \"cat_0_index\": 293, \"rank\": 109, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 114, \"ini\": 115}, {\"group\": [458.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, yellow, mature seeds, raw\", \"clust\": 463, \"cat_0_index\": 294, \"rank\": 101, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 113, \"ini\": 114}, {\"group\": [240.0, 11.0, 5.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Agave, dried (Southwest)\", \"clust\": 243, \"cat_0_index\": 103, \"rank\": 163, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 112, \"ini\": 113}, {\"group\": [198.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Regular Buttery Spread with flax oil\", \"clust\": 202, \"cat_0_index\": 240, \"rank\": 180, \"cat-0\": \"Fats and Oils\", \"rankvar\": 111, \"ini\": 112}, {\"group\": [411.0, 39.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Meat extender\", \"clust\": 414, \"cat_0_index\": 295, \"rank\": 133, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 110, \"ini\": 111}, {\"group\": [257.0, 14.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy bits, yogurt covered with vitamin C\", \"clust\": 261, \"cat_0_index\": 380, \"rank\": 152, \"cat-0\": \"Snacks\", \"rankvar\": 109, \"ini\": 110}, {\"group\": [119.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like vegetable-oil spread, stick/tub/bottle, 60% fat, with added vitamin D\", \"clust\": 119, \"cat_0_index\": 241, \"rank\": 157, \"cat-0\": \"Fats and Oils\", \"rankvar\": 108, \"ini\": 109}, {\"group\": [120.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, with salt\", \"clust\": 120, \"cat_0_index\": 242, \"rank\": 153, \"cat-0\": \"Fats and Oils\", \"rankvar\": 107, \"ini\": 108}, {\"group\": [210.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, watermelon seed kernels, dried\", \"clust\": 214, \"cat_0_index\": 341, \"rank\": 197, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 106, \"ini\": 107}, {\"group\": [336.0, 22.0, 11.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, salted and fermented (fuyu), prepared with calcium sulfate\", \"clust\": 337, \"cat_0_index\": 296, \"rank\": 57, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 105, \"ini\": 106}, {\"group\": [436.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Honey Clusters\", \"clust\": 442, \"cat_0_index\": 60, \"rank\": 63, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 104, \"ini\": 105}, {\"group\": [459.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, raw\", \"clust\": 464, \"cat_0_index\": 297, \"rank\": 111, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 103, \"ini\": 104}, {\"group\": [321.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, meat, dried (Alaska Native)\", \"clust\": 322, \"cat_0_index\": 104, \"rank\": 8, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 102, \"ini\": 103}, {\"group\": [264.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, sorghum\", \"clust\": 265, \"cat_0_index\": 468, \"rank\": 40, \"cat-0\": \"Sweets\", \"rankvar\": 101, \"ini\": 102}, {\"group\": [406.0, 38.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed meal, partially defatted (glandless)\", \"clust\": 410, \"cat_0_index\": 342, \"rank\": 98, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 100, \"ini\": 101}, {\"group\": [327.0, 20.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, hard\", \"clust\": 335, \"cat_0_index\": 89, \"rank\": 192, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 99, \"ini\": 100}, {\"group\": [149.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, ranch dressing, commercial, regular\", \"clust\": 153, \"cat_0_index\": 243, \"rank\": 136, \"cat-0\": \"Fats and Oils\", \"rankvar\": 98, \"ini\": 99}, {\"group\": [42.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, without salt\", \"clust\": 42, \"cat_0_index\": 244, \"rank\": 94, \"cat-0\": \"Fats and Oils\", \"rankvar\": 97, \"ini\": 98}, {\"group\": [98.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, without salt\", \"clust\": 98, \"cat_0_index\": 343, \"rank\": 247, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 96, \"ini\": 97}, {\"group\": [229.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, unspecified type, dry\", \"clust\": 230, \"cat_0_index\": 398, \"rank\": 56, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 95, \"ini\": 96}, {\"group\": [152.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 149, \"cat_0_index\": 105, \"rank\": 119, \"cat-0\": \"Fast Foods\", \"rankvar\": 94, \"ini\": 95}, {\"group\": [208.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, brazilnuts, dried, unblanched\", \"clust\": 205, \"cat_0_index\": 344, \"rank\": 351, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 93, \"ini\": 94}, {\"group\": [486.0, 46.0, 20.0, 10.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, nutmeg, ground\", \"clust\": 488, \"cat_0_index\": 431, \"rank\": 240, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 92, \"ini\": 93}, {\"group\": [252.0, 14.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gerber graduates Fruit Strips Real Fruit Bars\", \"clust\": 255, \"cat_0_index\": 0, \"rank\": 95, \"cat-0\": \"Baby Foods\", \"rankvar\": 91, \"ini\": 92}, {\"group\": [43.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, with salt\", \"clust\": 43, \"cat_0_index\": 245, \"rank\": 113, \"cat-0\": \"Fats and Oils\", \"rankvar\": 90, \"ini\": 91}, {\"group\": [482.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, breadnut tree seeds, dried\", \"clust\": 481, \"cat_0_index\": 345, \"rank\": 90, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 89, \"ini\": 90}, {\"group\": [205.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)\", \"clust\": 213, \"cat_0_index\": 346, \"rank\": 294, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 88, \"ini\": 89}, {\"group\": [21.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, cooked\", \"clust\": 11, \"cat_0_index\": 373, \"rank\": 201, \"cat-0\": \"Pork Products\", \"rankvar\": 87, \"ini\": 88}, {\"group\": [99.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, with salt added\", \"clust\": 99, \"cat_0_index\": 347, \"rank\": 259, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 86, \"ini\": 87}, {\"group\": [268.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, YORK BITES\", \"clust\": 272, \"cat_0_index\": 469, \"rank\": 26, \"cat-0\": \"Sweets\", \"rankvar\": 85, \"ini\": 86}, {\"group\": [448.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, allspice, ground\", \"clust\": 444, \"cat_0_index\": 432, \"rank\": 146, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 84, \"ini\": 85}, {\"group\": [329.0, 20.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, grated\", \"clust\": 332, \"cat_0_index\": 90, \"rank\": 209, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 83, \"ini\": 84}, {\"group\": [19.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, oriental style, dehydrated\", \"clust\": 19, \"cat_0_index\": 374, \"rank\": 189, \"cat-0\": \"Pork Products\", \"rankvar\": 82, \"ini\": 83}, {\"group\": [250.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, toffee, prepared-from-recipe\", \"clust\": 251, \"cat_0_index\": 470, \"rank\": 131, \"cat-0\": \"Sweets\", \"rankvar\": 81, \"ini\": 82}, {\"group\": [470.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fenugreek seed\", \"clust\": 473, \"cat_0_index\": 433, \"rank\": 76, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 80, \"ini\": 81}, {\"group\": [185.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt\", \"clust\": 184, \"cat_0_index\": 246, \"rank\": 155, \"cat-0\": \"Fats and Oils\", \"rankvar\": 78, \"ini\": 80}, {\"group\": [185.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt, with added vitamin D\", \"clust\": 185, \"cat_0_index\": 247, \"rank\": 156, \"cat-0\": \"Fats and Oils\", \"rankvar\": 79, \"ini\": 79}, {\"group\": [17.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), roasted\", \"clust\": 20, \"cat_0_index\": 375, \"rank\": 179, \"cat-0\": \"Pork Products\", \"rankvar\": 77, \"ini\": 78}, {\"group\": [310.0, 17.0, 8.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, plain\", \"clust\": 313, \"cat_0_index\": 381, \"rank\": 137, \"cat-0\": \"Snacks\", \"rankvar\": 76, \"ini\": 77}, {\"group\": [18.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), unheated\", \"clust\": 21, \"cat_0_index\": 376, \"rank\": 160, \"cat-0\": \"Pork Products\", \"rankvar\": 75, \"ini\": 76}, {\"group\": [343.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Blueberry Snack Bar\", \"clust\": 348, \"cat_0_index\": 382, \"rank\": 103, \"cat-0\": \"Snacks\", \"rankvar\": 74, \"ini\": 75}, {\"group\": [150.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, commercial, regular\", \"clust\": 151, \"cat_0_index\": 248, \"rank\": 139, \"cat-0\": \"Fats and Oils\", \"rankvar\": 73, \"ini\": 74}, {\"group\": [253.0, 14.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Litchis, dried\", \"clust\": 256, \"cat_0_index\": 258, \"rank\": 125, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 72, \"ini\": 73}, {\"group\": [339.0, 24.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Crispy Chocolate Bar\", \"clust\": 343, \"cat_0_index\": 471, \"rank\": 210, \"cat-0\": \"Sweets\", \"rankvar\": 71, \"ini\": 72}, {\"group\": [407.0, 38.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed flour, low fat (glandless)\", \"clust\": 411, \"cat_0_index\": 348, \"rank\": 67, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 70, \"ini\": 71}, {\"group\": [265.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered, light\", \"clust\": 264, \"cat_0_index\": 91, \"rank\": 106, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 69, \"ini\": 70}, {\"group\": [154.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, imitation, soybean without cholesterol\", \"clust\": 155, \"cat_0_index\": 249, \"rank\": 91, \"cat-0\": \"Fats and Oils\", \"rankvar\": 68, \"ini\": 69}, {\"group\": [202.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, unflavored, with salt added\", \"clust\": 207, \"cat_0_index\": 349, \"rank\": 242, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 67, \"ini\": 68}, {\"group\": [211.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, safflower seed kernels, dried\", \"clust\": 215, \"cat_0_index\": 350, \"rank\": 122, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 66, \"ini\": 67}, {\"group\": [311.0, 17.0, 8.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, barbecue-flavor\", \"clust\": 314, \"cat_0_index\": 383, \"rank\": 171, \"cat-0\": \"Snacks\", \"rankvar\": 65, \"ini\": 66}, {\"group\": [249.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, yogurt\", \"clust\": 252, \"cat_0_index\": 472, \"rank\": 143, \"cat-0\": \"Sweets\", \"rankvar\": 64, \"ini\": 65}, {\"group\": [201.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, flavored, macadamia flavored, without salt\", \"clust\": 209, \"cat_0_index\": 351, \"rank\": 223, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 63, \"ini\": 64}, {\"group\": [481.0, 44.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, large, mature seeds, raw\", \"clust\": 482, \"cat_0_index\": 298, \"rank\": 105, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 62, \"ini\": 63}, {\"group\": [246.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored hazelnut spread\", \"clust\": 247, \"cat_0_index\": 473, \"rank\": 181, \"cat-0\": \"Sweets\", \"rankvar\": 61, \"ini\": 62}, {\"group\": [485.0, 45.0, 20.0, 10.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, liquid\", \"clust\": 490, \"cat_0_index\": 474, \"rank\": 314, \"cat-0\": \"Sweets\", \"rankvar\": 60, \"ini\": 61}, {\"group\": [353.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with honey, dry\", \"clust\": 344, \"cat_0_index\": 1, \"rank\": 15, \"cat-0\": \"Baby Foods\", \"rankvar\": 59, \"ini\": 60}, {\"group\": [106.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, without salt added\", \"clust\": 108, \"cat_0_index\": 352, \"rank\": 347, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 58, \"ini\": 59}, {\"group\": [41.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, cooked\", \"clust\": 37, \"cat_0_index\": 267, \"rank\": 154, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 57, \"ini\": 58}, {\"group\": [412.0, 39.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, defatted\", \"clust\": 413, \"cat_0_index\": 299, \"rank\": 114, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 56, \"ini\": 57}, {\"group\": [471.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rye flour, dark\", \"clust\": 472, \"cat_0_index\": 67, \"rank\": 54, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 55, \"ini\": 56}, {\"group\": [439.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, wafers, plain\", \"clust\": 440, \"cat_0_index\": 8, \"rank\": 33, \"cat-0\": \"Baked Products\", \"rankvar\": 54, \"ini\": 55}, {\"group\": [243.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, dry, powder, with whitener, reduced calorie\", \"clust\": 246, \"cat_0_index\": 44, \"rank\": 184, \"cat-0\": \"Beverages\", \"rankvar\": 53, \"ini\": 54}, {\"group\": [103.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter with omega-3, creamy\", \"clust\": 97, \"cat_0_index\": 300, \"rank\": 270, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 52, \"ini\": 53}, {\"group\": [340.0, 24.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Blueberry and Almond Chocolate Bar\", \"clust\": 341, \"cat_0_index\": 475, \"rank\": 208, \"cat-0\": \"Sweets\", \"rankvar\": 51, \"ini\": 52}, {\"group\": [263.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, cappuccino-flavor powder\", \"clust\": 266, \"cat_0_index\": 45, \"rank\": 70, \"cat-0\": \"Beverages\", \"rankvar\": 50, \"ini\": 51}, {\"group\": [109.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, with salt added\", \"clust\": 106, \"cat_0_index\": 353, \"rank\": 358, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 49, \"ini\": 50}, {\"group\": [491.0, 48.0, 22.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, without salt added (decorticated)\", \"clust\": 496, \"cat_0_index\": 354, \"rank\": 288, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 48, \"ini\": 49}, {\"group\": [275.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant\", \"clust\": 279, \"cat_0_index\": 476, \"rank\": 46, \"cat-0\": \"Sweets\", \"rankvar\": 47, \"ini\": 48}, {\"group\": [290.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, peanut butter, prepared-from-recipe\", \"clust\": 295, \"cat_0_index\": 477, \"rank\": 28, \"cat-0\": \"Sweets\", \"rankvar\": 46, \"ini\": 47}, {\"group\": [344.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Almond Snack Bar\", \"clust\": 349, \"cat_0_index\": 384, \"rank\": 108, \"cat-0\": \"Snacks\", \"rankvar\": 45, \"ini\": 46}, {\"group\": [209.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from roasted and toasted kernels (most common type)\", \"clust\": 204, \"cat_0_index\": 355, \"rank\": 332, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 44, \"ini\": 45}, {\"group\": [236.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, pork, dry, powder\", \"clust\": 229, \"cat_0_index\": 399, \"rank\": 97, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 43, \"ini\": 44}, {\"group\": [266.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate, prepared-from-recipe\", \"clust\": 273, \"cat_0_index\": 478, \"rank\": 51, \"cat-0\": \"Sweets\", \"rankvar\": 42, \"ini\": 43}, {\"group\": [341.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bar, chocolate chip\", \"clust\": 345, \"cat_0_index\": 385, \"rank\": 142, \"cat-0\": \"Snacks\", \"rankvar\": 41, \"ini\": 42}, {\"group\": [384.0, 34.0, 16.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cumin seed\", \"clust\": 387, \"cat_0_index\": 434, \"rank\": 255, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 40, \"ini\": 41}, {\"group\": [342.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baby food, fortified cereal bar, fruit filling\", \"clust\": 346, \"cat_0_index\": 2, \"rank\": 77, \"cat-0\": \"Baby Foods\", \"rankvar\": 39, \"ini\": 40}, {\"group\": [401.0, 37.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted, crude protein basis (N x 6.25)\", \"clust\": 403, \"cat_0_index\": 301, \"rank\": 159, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 38, \"ini\": 39}, {\"group\": [360.0, 29.0, 14.0, 7.0, 6.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston Enriched Bran flakes\", \"clust\": 363, \"cat_0_index\": 61, \"rank\": 148, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 37, \"ini\": 38}, {\"group\": [104.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, without salt added\", \"clust\": 104, \"cat_0_index\": 356, \"rank\": 349, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 36, \"ini\": 37}, {\"group\": [117.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, with peanuts, without salt added\", \"clust\": 116, \"cat_0_index\": 357, \"rank\": 278, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 35, \"ini\": 36}, {\"group\": [456.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, thin seeded (baby), mature seeds, raw\", \"clust\": 461, \"cat_0_index\": 302, \"rank\": 86, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 34, \"ini\": 35}, {\"group\": [347.0, 25.0, 12.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, HARMONY\", \"clust\": 347, \"cat_0_index\": 62, \"rank\": 92, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 33, \"ini\": 34}, {\"group\": [492.0, 48.0, 22.0, 11.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, with salt added (decorticated)\", \"clust\": 497, \"cat_0_index\": 358, \"rank\": 313, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 32, \"ini\": 33}, {\"group\": [267.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate coated fondant\", \"clust\": 274, \"cat_0_index\": 479, \"rank\": 36, \"cat-0\": \"Sweets\", \"rankvar\": 31, \"ini\": 32}, {\"group\": [437.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI Good Friends\", \"clust\": 443, \"cat_0_index\": 63, \"rank\": 59, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 30, \"ini\": 31}, {\"group\": [314.0, 18.0, 9.0, 5.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, crude protein basis (N x 6.25), produced by acid wash\", \"clust\": 315, \"cat_0_index\": 303, \"rank\": 49, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 29, \"ini\": 30}, {\"group\": [276.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant\", \"clust\": 280, \"cat_0_index\": 480, \"rank\": 24, \"cat-0\": \"Sweets\", \"rankvar\": 28, \"ini\": 29}, {\"group\": [156.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, stick or tub, sweetened\", \"clust\": 118, \"cat_0_index\": 250, \"rank\": 150, \"cat-0\": \"Fats and Oils\", \"rankvar\": 27, \"ini\": 28}, {\"group\": [105.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, with salt added\", \"clust\": 105, \"cat_0_index\": 359, \"rank\": 353, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 26, \"ini\": 27}, {\"group\": [248.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, flavored, powdered\", \"clust\": 254, \"cat_0_index\": 92, \"rank\": 68, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 25, \"ini\": 26}, {\"group\": [241.0, 12.0, 5.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bananas, dehydrated, or banana powder\", \"clust\": 244, \"cat_0_index\": 259, \"rank\": 79, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 24, \"ini\": 25}, {\"group\": [245.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, shredded\", \"clust\": 249, \"cat_0_index\": 360, \"rank\": 149, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 23, \"ini\": 24}, {\"group\": [457.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, great northern, mature seeds, raw\", \"clust\": 462, \"cat_0_index\": 304, \"rank\": 88, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 22, \"ini\": 23}, {\"group\": [274.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla with nuts\", \"clust\": 270, \"cat_0_index\": 481, \"rank\": 62, \"cat-0\": \"Sweets\", \"rankvar\": 21, \"ini\": 22}, {\"group\": [110.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, honey roasted, unblanched\", \"clust\": 103, \"cat_0_index\": 361, \"rank\": 302, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 20, \"ini\": 21}, {\"group\": [118.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, without peanuts, without salt added\", \"clust\": 117, \"cat_0_index\": 362, \"rank\": 235, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 19, \"ini\": 20}, {\"group\": [222.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, beechnuts, dried\", \"clust\": 203, \"cat_0_index\": 363, \"rank\": 185, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 18, \"ini\": 19}, {\"group\": [413.0, 40.0, 18.0, 8.0, 7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, no salt added\", \"clust\": 412, \"cat_0_index\": 305, \"rank\": 250, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 17, \"ini\": 18}, {\"group\": [203.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, type of kernels unspecified\", \"clust\": 206, \"cat_0_index\": 364, \"rank\": 231, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 16, \"ini\": 17}, {\"group\": [271.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, AFTER EIGHT Mints\", \"clust\": 277, \"cat_0_index\": 482, \"rank\": 27, \"cat-0\": \"Sweets\", \"rankvar\": 15, \"ini\": 16}, {\"group\": [270.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, coconut macaroons, prepared from recipe\", \"clust\": 276, \"cat_0_index\": 9, \"rank\": 58, \"cat-0\": \"Baked Products\", \"rankvar\": 14, \"ini\": 15}, {\"group\": [125.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, home recipe, vinegar and oil\", \"clust\": 123, \"cat_0_index\": 251, \"rank\": 75, \"cat-0\": \"Fats and Oils\", \"rankvar\": 13, \"ini\": 14}, {\"group\": [287.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, sugar syrup/caramel, fat-free\", \"clust\": 292, \"cat_0_index\": 386, \"rank\": 2, \"cat-0\": \"Snacks\", \"rankvar\": 12, \"ini\": 13}, {\"group\": [438.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Raisin Bran Clusters\", \"clust\": 441, \"cat_0_index\": 64, \"rank\": 64, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 11, \"ini\": 12}, {\"group\": [272.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES 3 MUSKETEERS Brand Bite Size Candies\", \"clust\": 278, \"cat_0_index\": 483, \"rank\": 43, \"cat-0\": \"Sweets\", \"rankvar\": 10, \"ini\": 11}, {\"group\": [455.0, 43.0, 19.0, 9.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice bran, crude\", \"clust\": 456, \"cat_0_index\": 68, \"rank\": 166, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [262.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, powder\", \"clust\": 268, \"cat_0_index\": 46, \"rank\": 65, \"cat-0\": \"Beverages\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [331.0, 20.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, hard type\", \"clust\": 330, \"cat_0_index\": 93, \"rank\": 169, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [107.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, blanched\", \"clust\": 109, \"cat_0_index\": 365, \"rank\": 304, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [255.0, 14.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, with added nutrients, powder\", \"clust\": 258, \"cat_0_index\": 47, \"rank\": 120, \"cat-0\": \"Beverages\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [207.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dried\", \"clust\": 210, \"cat_0_index\": 366, \"rank\": 245, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [108.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, without salt added\", \"clust\": 107, \"cat_0_index\": 367, \"rank\": 330, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [251.0, 13.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, NESTLE, Hot Cocoa Mix Rich Chocolate With Marshmallows\", \"clust\": 250, \"cat_0_index\": 48, \"rank\": 73, \"cat-0\": \"Beverages\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [328.0, 20.0, 10.0, 6.0, 5.0, 5.0, 5.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, romano\", \"clust\": 333, \"cat_0_index\": 94, \"rank\": 158, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [273.0, 16.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, mexican, squares\", \"clust\": 271, \"cat_0_index\": 484, \"rank\": 85, \"cat-0\": \"Sweets\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [9.0, 7.0, 6.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 7, \"rank\": 1, \"ini\": 14, \"rankvar\": 3}, {\"group\": [8.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 8, \"rank\": 6, \"ini\": 13, \"rankvar\": 7}, {\"group\": [13.0, 11.0, 9.0, 7.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 2, \"ini\": 12, \"rankvar\": 5}, {\"group\": [6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 9, \"rank\": 8, \"ini\": 11, \"rankvar\": 11}, {\"group\": [12.0, 10.0, 8.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 11, \"rank\": 3, \"ini\": 10, \"rankvar\": 4}, {\"group\": [7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 10, \"rank\": 7, \"ini\": 9, \"rankvar\": 8}, {\"group\": [10.0, 8.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 12, \"rank\": 4, \"ini\": 8, \"rankvar\": 1}, {\"group\": [11.0, 9.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 13, \"rank\": 5, \"ini\": 7, \"rankvar\": 6}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 13, \"ini\": 6, \"rankvar\": 9}, {\"group\": [14.0, 12.0, 10.0, 8.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 5, \"rank\": 12, \"ini\": 4, \"rankvar\": 2}, {\"group\": [5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 1, \"rank\": 9, \"ini\": 3, \"rankvar\": 10}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 3, \"rank\": 11, \"ini\": 2, \"rankvar\": 12}, {\"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 2, \"rank\": 10, \"ini\": 1, \"rankvar\": 13}]}, \"dist\": \"cos\"}, {\"N_row_var\": 250, \"nodes\": {\"row_nodes\": [{\"group\": [153.0, 6.0, 4.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 156, \"cat_0_index\": 0, \"rank\": 68, \"cat-0\": \"Baked Products\", \"rankvar\": 249, \"ini\": 250}, {\"group\": [154.0, 6.0, 4.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 157, \"cat_0_index\": 232, \"rank\": 89, \"cat-0\": \"Sweets\", \"rankvar\": 248, \"ini\": 249}, {\"group\": [191.0, 18.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 194, \"cat_0_index\": 1, \"rank\": 117, \"cat-0\": \"Baked Products\", \"rankvar\": 247, \"ini\": 248}, {\"group\": [219.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 224, \"cat_0_index\": 207, \"rank\": 241, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 246, \"ini\": 247}, {\"group\": [223.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 227, \"cat_0_index\": 208, \"rank\": 245, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 245, \"ini\": 246}, {\"group\": [177.0, 12.0, 8.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 178, \"cat_0_index\": 209, \"rank\": 249, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 244, \"ini\": 245}, {\"group\": [175.0, 12.0, 8.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 179, \"cat_0_index\": 5, \"rank\": 242, \"cat-0\": \"Beverages\", \"rankvar\": 243, \"ini\": 244}, {\"group\": [155.0, 6.0, 4.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 155, \"cat_0_index\": 2, \"rank\": 41, \"cat-0\": \"Baked Products\", \"rankvar\": 242, \"ini\": 243}, {\"group\": [174.0, 12.0, 8.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 175, \"cat_0_index\": 241, \"rank\": 248, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 241, \"ini\": 242}, {\"group\": [108.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 84, \"cat_0_index\": 48, \"rank\": 230, \"cat-0\": \"Fats and Oils\", \"rankvar\": 240, \"ini\": 241}, {\"group\": [172.0, 12.0, 8.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 176, \"cat_0_index\": 242, \"rank\": 247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 239, \"ini\": 240}, {\"group\": [173.0, 12.0, 8.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 177, \"cat_0_index\": 243, \"rank\": 246, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 238, \"ini\": 239}, {\"group\": [221.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 223, \"cat_0_index\": 210, \"rank\": 243, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 237, \"ini\": 238}, {\"group\": [24.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 24, \"cat_0_index\": 49, \"rank\": 61, \"cat-0\": \"Fats and Oils\", \"rankvar\": 236, \"ini\": 237}, {\"group\": [88.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 90, \"cat_0_index\": 50, \"rank\": 229, \"cat-0\": \"Fats and Oils\", \"rankvar\": 235, \"ini\": 236}, {\"group\": [22.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 25, \"cat_0_index\": 51, \"rank\": 57, \"cat-0\": \"Fats and Oils\", \"rankvar\": 234, \"ini\": 235}, {\"group\": [20.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 22, \"cat_0_index\": 52, \"rank\": 62, \"cat-0\": \"Fats and Oils\", \"rankvar\": 233, \"ini\": 234}, {\"group\": [23.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 26, \"cat_0_index\": 53, \"rank\": 55, \"cat-0\": \"Fats and Oils\", \"rankvar\": 232, \"ini\": 233}, {\"group\": [104.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 100, \"cat_0_index\": 54, \"rank\": 234, \"cat-0\": \"Fats and Oils\", \"rankvar\": 231, \"ini\": 232}, {\"group\": [21.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 23, \"cat_0_index\": 55, \"rank\": 63, \"cat-0\": \"Fats and Oils\", \"rankvar\": 230, \"ini\": 231}, {\"group\": [25.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 21, \"cat_0_index\": 56, \"rank\": 71, \"cat-0\": \"Fats and Oils\", \"rankvar\": 229, \"ini\": 230}, {\"group\": [26.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 29, \"cat_0_index\": 57, \"rank\": 79, \"cat-0\": \"Fats and Oils\", \"rankvar\": 228, \"ini\": 229}, {\"group\": [27.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 30, \"cat_0_index\": 58, \"rank\": 80, \"cat-0\": \"Fats and Oils\", \"rankvar\": 227, \"ini\": 228}, {\"group\": [99.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 102, \"cat_0_index\": 59, \"rank\": 226, \"cat-0\": \"Fats and Oils\", \"rankvar\": 226, \"ini\": 227}, {\"group\": [101.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 104, \"cat_0_index\": 60, \"rank\": 220, \"cat-0\": \"Fats and Oils\", \"rankvar\": 225, \"ini\": 226}, {\"group\": [100.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 103, \"cat_0_index\": 61, \"rank\": 223, \"cat-0\": \"Fats and Oils\", \"rankvar\": 224, \"ini\": 225}, {\"group\": [95.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 96, \"cat_0_index\": 62, \"rank\": 181, \"cat-0\": \"Fats and Oils\", \"rankvar\": 223, \"ini\": 224}, {\"group\": [28.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 28, \"cat_0_index\": 63, \"rank\": 81, \"cat-0\": \"Fats and Oils\", \"rankvar\": 222, \"ini\": 223}, {\"group\": [96.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 97, \"cat_0_index\": 64, \"rank\": 188, \"cat-0\": \"Fats and Oils\", \"rankvar\": 221, \"ini\": 222}, {\"group\": [89.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 91, \"cat_0_index\": 65, \"rank\": 233, \"cat-0\": \"Fats and Oils\", \"rankvar\": 220, \"ini\": 221}, {\"group\": [102.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 105, \"cat_0_index\": 66, \"rank\": 219, \"cat-0\": \"Fats and Oils\", \"rankvar\": 219, \"ini\": 220}, {\"group\": [29.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 27, \"cat_0_index\": 67, \"rank\": 83, \"cat-0\": \"Fats and Oils\", \"rankvar\": 218, \"ini\": 219}, {\"group\": [216.0, 24.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 216, \"cat_0_index\": 244, \"rank\": 238, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 217, \"ini\": 218}, {\"group\": [30.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 33, \"cat_0_index\": 68, \"rank\": 88, \"cat-0\": \"Fats and Oils\", \"rankvar\": 216, \"ini\": 217}, {\"group\": [31.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 34, \"cat_0_index\": 69, \"rank\": 92, \"cat-0\": \"Fats and Oils\", \"rankvar\": 215, \"ini\": 216}, {\"group\": [85.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 87, \"cat_0_index\": 70, \"rank\": 203, \"cat-0\": \"Fats and Oils\", \"rankvar\": 214, \"ini\": 215}, {\"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 0, \"cat_0_index\": 71, \"rank\": 134, \"cat-0\": \"Fats and Oils\", \"rankvar\": 213, \"ini\": 214}, {\"group\": [59.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 59, \"cat_0_index\": 72, \"rank\": 131, \"cat-0\": \"Fats and Oils\", \"rankvar\": 212, \"ini\": 213}, {\"group\": [87.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 86, \"cat_0_index\": 73, \"rank\": 235, \"cat-0\": \"Fats and Oils\", \"rankvar\": 211, \"ini\": 212}, {\"group\": [93.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 94, \"cat_0_index\": 74, \"rank\": 178, \"cat-0\": \"Fats and Oils\", \"rankvar\": 210, \"ini\": 211}, {\"group\": [18.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 19, \"cat_0_index\": 75, \"rank\": 108, \"cat-0\": \"Fats and Oils\", \"rankvar\": 209, \"ini\": 210}, {\"group\": [103.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 101, \"cat_0_index\": 76, \"rank\": 200, \"cat-0\": \"Fats and Oils\", \"rankvar\": 208, \"ini\": 209}, {\"group\": [72.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 72, \"cat_0_index\": 77, \"rank\": 144, \"cat-0\": \"Fats and Oils\", \"rankvar\": 207, \"ini\": 208}, {\"group\": [33.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 31, \"cat_0_index\": 78, \"rank\": 100, \"cat-0\": \"Fats and Oils\", \"rankvar\": 206, \"ini\": 207}, {\"group\": [94.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 95, \"cat_0_index\": 79, \"rank\": 180, \"cat-0\": \"Fats and Oils\", \"rankvar\": 205, \"ini\": 206}, {\"group\": [32.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 32, \"cat_0_index\": 80, \"rank\": 86, \"cat-0\": \"Fats and Oils\", \"rankvar\": 204, \"ini\": 205}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 4, \"cat_0_index\": 81, \"rank\": 153, \"cat-0\": \"Fats and Oils\", \"rankvar\": 203, \"ini\": 204}, {\"group\": [97.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 98, \"cat_0_index\": 82, \"rank\": 126, \"cat-0\": \"Fats and Oils\", \"rankvar\": 202, \"ini\": 203}, {\"group\": [19.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 20, \"cat_0_index\": 83, \"rank\": 107, \"cat-0\": \"Fats and Oils\", \"rankvar\": 201, \"ini\": 202}, {\"group\": [61.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 58, \"cat_0_index\": 84, \"rank\": 115, \"cat-0\": \"Fats and Oils\", \"rankvar\": 200, \"ini\": 201}, {\"group\": [73.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 73, \"cat_0_index\": 85, \"rank\": 130, \"cat-0\": \"Fats and Oils\", \"rankvar\": 199, \"ini\": 200}, {\"group\": [98.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 99, \"cat_0_index\": 86, \"rank\": 141, \"cat-0\": \"Fats and Oils\", \"rankvar\": 198, \"ini\": 199}, {\"group\": [200.0, 20.0, 13.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 199, \"cat_0_index\": 6, \"rank\": 66, \"cat-0\": \"Beverages\", \"rankvar\": 197, \"ini\": 198}, {\"group\": [176.0, 12.0, 8.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 180, \"cat_0_index\": 7, \"rank\": 145, \"cat-0\": \"Beverages\", \"rankvar\": 196, \"ini\": 197}, {\"group\": [69.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 70, \"cat_0_index\": 87, \"rank\": 162, \"cat-0\": \"Fats and Oils\", \"rankvar\": 195, \"ini\": 196}, {\"group\": [70.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 71, \"cat_0_index\": 88, \"rank\": 163, \"cat-0\": \"Fats and Oils\", \"rankvar\": 194, \"ini\": 195}, {\"group\": [76.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 74, \"cat_0_index\": 89, \"rank\": 161, \"cat-0\": \"Fats and Oils\", \"rankvar\": 193, \"ini\": 194}, {\"group\": [217.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 221, \"cat_0_index\": 211, \"rank\": 217, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 192, \"ini\": 193}, {\"group\": [60.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 60, \"cat_0_index\": 90, \"rank\": 138, \"cat-0\": \"Fats and Oils\", \"rankvar\": 191, \"ini\": 192}, {\"group\": [181.0, 15.0, 9.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 185, \"cat_0_index\": 8, \"rank\": 84, \"cat-0\": \"Beverages\", \"rankvar\": 190, \"ini\": 191}, {\"group\": [74.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 75, \"cat_0_index\": 91, \"rank\": 151, \"cat-0\": \"Fats and Oils\", \"rankvar\": 189, \"ini\": 190}, {\"group\": [71.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 69, \"cat_0_index\": 92, \"rank\": 166, \"cat-0\": \"Fats and Oils\", \"rankvar\": 188, \"ini\": 189}, {\"group\": [75.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 76, \"cat_0_index\": 93, \"rank\": 154, \"cat-0\": \"Fats and Oils\", \"rankvar\": 187, \"ini\": 188}, {\"group\": [90.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 92, \"cat_0_index\": 94, \"rank\": 231, \"cat-0\": \"Fats and Oils\", \"rankvar\": 186, \"ini\": 187}, {\"group\": [64.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 62, \"cat_0_index\": 95, \"rank\": 208, \"cat-0\": \"Fats and Oils\", \"rankvar\": 185, \"ini\": 186}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 5, \"cat_0_index\": 36, \"rank\": 150, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 184, \"ini\": 185}, {\"group\": [15.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 15, \"cat_0_index\": 96, \"rank\": 158, \"cat-0\": \"Fats and Oils\", \"rankvar\": 183, \"ini\": 184}, {\"group\": [220.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 225, \"cat_0_index\": 212, \"rank\": 205, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 182, \"ini\": 183}, {\"group\": [188.0, 18.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 192, \"cat_0_index\": 213, \"rank\": 210, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 181, \"ini\": 182}, {\"group\": [118.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 117, \"cat_0_index\": 97, \"rank\": 228, \"cat-0\": \"Fats and Oils\", \"rankvar\": 180, \"ini\": 181}, {\"group\": [67.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 65, \"cat_0_index\": 98, \"rank\": 195, \"cat-0\": \"Fats and Oils\", \"rankvar\": 179, \"ini\": 180}, {\"group\": [214.0, 24.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 217, \"cat_0_index\": 245, \"rank\": 244, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 178, \"ini\": 179}, {\"group\": [62.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 63, \"cat_0_index\": 99, \"rank\": 185, \"cat-0\": \"Fats and Oils\", \"rankvar\": 177, \"ini\": 178}, {\"group\": [128.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 126, \"cat_0_index\": 100, \"rank\": 218, \"cat-0\": \"Fats and Oils\", \"rankvar\": 176, \"ini\": 177}, {\"group\": [63.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 64, \"cat_0_index\": 101, \"rank\": 186, \"cat-0\": \"Fats and Oils\", \"rankvar\": 175, \"ini\": 176}, {\"group\": [185.0, 17.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 189, \"cat_0_index\": 37, \"rank\": 232, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 174, \"ini\": 175}, {\"group\": [65.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 66, \"cat_0_index\": 102, \"rank\": 196, \"cat-0\": \"Fats and Oils\", \"rankvar\": 173, \"ini\": 174}, {\"group\": [218.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 222, \"cat_0_index\": 214, \"rank\": 237, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 172, \"ini\": 173}, {\"group\": [119.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 118, \"cat_0_index\": 103, \"rank\": 222, \"cat-0\": \"Fats and Oils\", \"rankvar\": 171, \"ini\": 172}, {\"group\": [107.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 85, \"cat_0_index\": 104, \"rank\": 114, \"cat-0\": \"Fats and Oils\", \"rankvar\": 170, \"ini\": 171}, {\"group\": [66.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 67, \"cat_0_index\": 105, \"rank\": 192, \"cat-0\": \"Fats and Oils\", \"rankvar\": 169, \"ini\": 170}, {\"group\": [247.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, cinnamon, ground\", \"clust\": 244, \"cat_0_index\": 215, \"rank\": 54, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 168, \"ini\": 169}, {\"group\": [17.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 14, \"cat_0_index\": 106, \"rank\": 155, \"cat-0\": \"Fats and Oils\", \"rankvar\": 167, \"ini\": 168}, {\"group\": [190.0, 18.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 191, \"cat_0_index\": 216, \"rank\": 207, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 166, \"ini\": 167}, {\"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 6, \"cat_0_index\": 107, \"rank\": 159, \"cat-0\": \"Fats and Oils\", \"rankvar\": 165, \"ini\": 166}, {\"group\": [126.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 127, \"cat_0_index\": 108, \"rank\": 211, \"cat-0\": \"Fats and Oils\", \"rankvar\": 164, \"ini\": 165}, {\"group\": [115.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 115, \"cat_0_index\": 109, \"rank\": 224, \"cat-0\": \"Fats and Oils\", \"rankvar\": 163, \"ini\": 164}, {\"group\": [127.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 128, \"cat_0_index\": 110, \"rank\": 214, \"cat-0\": \"Fats and Oils\", \"rankvar\": 162, \"ini\": 163}, {\"group\": [46.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 44, \"cat_0_index\": 111, \"rank\": 147, \"cat-0\": \"Fats and Oils\", \"rankvar\": 161, \"ini\": 162}, {\"group\": [116.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 116, \"cat_0_index\": 112, \"rank\": 225, \"cat-0\": \"Fats and Oils\", \"rankvar\": 160, \"ini\": 161}, {\"group\": [47.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 43, \"cat_0_index\": 113, \"rank\": 142, \"cat-0\": \"Fats and Oils\", \"rankvar\": 159, \"ini\": 160}, {\"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 7, \"cat_0_index\": 114, \"rank\": 156, \"cat-0\": \"Fats and Oils\", \"rankvar\": 158, \"ini\": 159}, {\"group\": [78.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 77, \"cat_0_index\": 115, \"rank\": 148, \"cat-0\": \"Fats and Oils\", \"rankvar\": 157, \"ini\": 158}, {\"group\": [86.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 88, \"cat_0_index\": 116, \"rank\": 99, \"cat-0\": \"Fats and Oils\", \"rankvar\": 156, \"ini\": 157}, {\"group\": [120.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 119, \"cat_0_index\": 117, \"rank\": 216, \"cat-0\": \"Fats and Oils\", \"rankvar\": 155, \"ini\": 156}, {\"group\": [136.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 139, \"cat_0_index\": 118, \"rank\": 204, \"cat-0\": \"Fats and Oils\", \"rankvar\": 154, \"ini\": 155}, {\"group\": [199.0, 20.0, 13.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 202, \"cat_0_index\": 25, \"rank\": 65, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 153, \"ini\": 154}, {\"group\": [222.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 220, \"cat_0_index\": 217, \"rank\": 227, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 152, \"ini\": 153}, {\"group\": [43.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 46, \"cat_0_index\": 119, \"rank\": 152, \"cat-0\": \"Fats and Oils\", \"rankvar\": 151, \"ini\": 152}, {\"group\": [124.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 122, \"cat_0_index\": 120, \"rank\": 213, \"cat-0\": \"Fats and Oils\", \"rankvar\": 150, \"ini\": 151}, {\"group\": [117.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 114, \"cat_0_index\": 121, \"rank\": 193, \"cat-0\": \"Fats and Oils\", \"rankvar\": 149, \"ini\": 150}, {\"group\": [129.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 125, \"cat_0_index\": 41, \"rank\": 183, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 148, \"ini\": 149}, {\"group\": [121.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 120, \"cat_0_index\": 122, \"rank\": 212, \"cat-0\": \"Fats and Oils\", \"rankvar\": 147, \"ini\": 148}, {\"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 12, \"cat_0_index\": 123, \"rank\": 174, \"cat-0\": \"Fats and Oils\", \"rankvar\": 146, \"ini\": 147}, {\"group\": [122.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 123, \"cat_0_index\": 124, \"rank\": 209, \"cat-0\": \"Fats and Oils\", \"rankvar\": 145, \"ini\": 146}, {\"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 13, \"cat_0_index\": 125, \"rank\": 165, \"cat-0\": \"Fats and Oils\", \"rankvar\": 144, \"ini\": 145}, {\"group\": [241.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Corn bran, crude\", \"clust\": 238, \"cat_0_index\": 34, \"rank\": 20, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 143, \"ini\": 144}, {\"group\": [123.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 124, \"cat_0_index\": 126, \"rank\": 206, \"cat-0\": \"Fats and Oils\", \"rankvar\": 142, \"ini\": 143}, {\"group\": [44.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 47, \"cat_0_index\": 127, \"rank\": 160, \"cat-0\": \"Fats and Oils\", \"rankvar\": 141, \"ini\": 142}, {\"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 9, \"cat_0_index\": 128, \"rank\": 173, \"cat-0\": \"Fats and Oils\", \"rankvar\": 140, \"ini\": 141}, {\"group\": [207.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Leavening agents, cream of tartar\", \"clust\": 208, \"cat_0_index\": 3, \"rank\": 12, \"cat-0\": \"Baked Products\", \"rankvar\": 139, \"ini\": 140}, {\"group\": [45.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 45, \"cat_0_index\": 129, \"rank\": 164, \"cat-0\": \"Fats and Oils\", \"rankvar\": 138, \"ini\": 139}, {\"group\": [112.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 112, \"cat_0_index\": 130, \"rank\": 221, \"cat-0\": \"Fats and Oils\", \"rankvar\": 137, \"ini\": 138}, {\"group\": [197.0, 20.0, 13.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL\", \"clust\": 203, \"cat_0_index\": 26, \"rank\": 118, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 136, \"ini\": 137}, {\"group\": [137.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 140, \"cat_0_index\": 131, \"rank\": 201, \"cat-0\": \"Fats and Oils\", \"rankvar\": 135, \"ini\": 136}, {\"group\": [179.0, 14.0, 9.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Acerola juice, raw\", \"clust\": 182, \"cat_0_index\": 172, \"rank\": 10, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 134, \"ini\": 135}, {\"group\": [238.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE\", \"clust\": 242, \"cat_0_index\": 27, \"rank\": 38, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 133, \"ini\": 134}, {\"group\": [180.0, 14.0, 9.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Acerola, (west indian cherry), raw\", \"clust\": 183, \"cat_0_index\": 173, \"rank\": 11, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 132, \"ini\": 133}, {\"group\": [80.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 79, \"cat_0_index\": 132, \"rank\": 157, \"cat-0\": \"Fats and Oils\", \"rankvar\": 131, \"ini\": 132}, {\"group\": [125.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 121, \"cat_0_index\": 133, \"rank\": 202, \"cat-0\": \"Fats and Oils\", \"rankvar\": 130, \"ini\": 131}, {\"group\": [239.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN WITH EXTRA FIBER\", \"clust\": 243, \"cat_0_index\": 28, \"rank\": 60, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 129, \"ini\": 130}, {\"group\": [193.0, 19.0, 12.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu), prepared with calcium sulfate\", \"clust\": 196, \"cat_0_index\": 174, \"rank\": 132, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 128, \"ini\": 129}, {\"group\": [16.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, suet, raw\", \"clust\": 16, \"cat_0_index\": 4, \"rank\": 116, \"cat-0\": \"Beef Products\", \"rankvar\": 127, \"ini\": 128}, {\"group\": [240.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Fungi, Cloud ears, dried\", \"clust\": 241, \"cat_0_index\": 246, \"rank\": 33, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 126, \"ini\": 127}, {\"group\": [42.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 39, \"cat_0_index\": 134, \"rank\": 171, \"cat-0\": \"Fats and Oils\", \"rankvar\": 125, \"ini\": 126}, {\"group\": [14.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 8, \"cat_0_index\": 135, \"rank\": 182, \"cat-0\": \"Fats and Oils\", \"rankvar\": 124, \"ini\": 125}, {\"group\": [203.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, decaffeinated\", \"clust\": 206, \"cat_0_index\": 9, \"rank\": 39, \"cat-0\": \"Beverages\", \"rankvar\": 122, \"ini\": 124}, {\"group\": [204.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder\", \"clust\": 207, \"cat_0_index\": 10, \"rank\": 40, \"cat-0\": \"Beverages\", \"rankvar\": 123, \"ini\": 123}, {\"group\": [182.0, 15.0, 9.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, dry powdered mix, low calorie, with aspartame\", \"clust\": 186, \"cat_0_index\": 11, \"rank\": 44, \"cat-0\": \"Beverages\", \"rankvar\": 121, \"ini\": 122}, {\"group\": [51.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 52, \"cat_0_index\": 136, \"rank\": 177, \"cat-0\": \"Fats and Oils\", \"rankvar\": 120, \"ini\": 121}, {\"group\": [142.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 144, \"cat_0_index\": 137, \"rank\": 187, \"cat-0\": \"Fats and Oils\", \"rankvar\": 119, \"ini\": 120}, {\"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), beef tallow and cottonseed\", \"clust\": 10, \"cat_0_index\": 138, \"rank\": 140, \"cat-0\": \"Fats and Oils\", \"rankvar\": 118, \"ini\": 119}, {\"group\": [49.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 53, \"cat_0_index\": 139, \"rank\": 176, \"cat-0\": \"Fats and Oils\", \"rankvar\": 117, \"ini\": 118}, {\"group\": [160.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, dry\", \"clust\": 166, \"cat_0_index\": 198, \"rank\": 22, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 116, \"ini\": 117}, {\"group\": [163.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry\", \"clust\": 168, \"cat_0_index\": 199, \"rank\": 21, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 115, \"ini\": 116}, {\"group\": [164.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Gravy, au jus, dry\", \"clust\": 169, \"cat_0_index\": 200, \"rank\": 25, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 114, \"ini\": 115}, {\"group\": [40.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 40, \"cat_0_index\": 140, \"rank\": 175, \"cat-0\": \"Fats and Oils\", \"rankvar\": 113, \"ini\": 114}, {\"group\": [114.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 111, \"cat_0_index\": 141, \"rank\": 215, \"cat-0\": \"Fats and Oils\", \"rankvar\": 112, \"ini\": 113}, {\"group\": [113.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 113, \"cat_0_index\": 142, \"rank\": 199, \"cat-0\": \"Fats and Oils\", \"rankvar\": 111, \"ini\": 112}, {\"group\": [50.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 54, \"cat_0_index\": 143, \"rank\": 179, \"cat-0\": \"Fats and Oils\", \"rankvar\": 110, \"ini\": 111}, {\"group\": [245.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 246, \"cat_0_index\": 218, \"rank\": 236, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 109, \"ini\": 110}, {\"group\": [41.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 41, \"cat_0_index\": 144, \"rank\": 168, \"cat-0\": \"Fats and Oils\", \"rankvar\": 108, \"ini\": 109}, {\"group\": [79.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, spotted seal (Alaska Native)\", \"clust\": 78, \"cat_0_index\": 42, \"rank\": 129, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 107, \"ini\": 108}, {\"group\": [161.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, dry\", \"clust\": 167, \"cat_0_index\": 201, \"rank\": 29, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 106, \"ini\": 107}, {\"group\": [165.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Adobo fresco\", \"clust\": 164, \"cat_0_index\": 202, \"rank\": 35, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 105, \"ini\": 106}, {\"group\": [139.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 142, \"cat_0_index\": 145, \"rank\": 198, \"cat-0\": \"Fats and Oils\", \"rankvar\": 104, \"ini\": 105}, {\"group\": [162.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry\", \"clust\": 165, \"cat_0_index\": 203, \"rank\": 45, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 103, \"ini\": 104}, {\"group\": [141.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 141, \"cat_0_index\": 146, \"rank\": 194, \"cat-0\": \"Fats and Oils\", \"rankvar\": 102, \"ini\": 103}, {\"group\": [234.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN BRAN BUDS\", \"clust\": 236, \"cat_0_index\": 29, \"rank\": 52, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 101, \"ini\": 102}, {\"group\": [140.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 143, \"cat_0_index\": 147, \"rank\": 189, \"cat-0\": \"Fats and Oils\", \"rankvar\": 100, \"ini\": 101}, {\"group\": [36.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 35, \"cat_0_index\": 148, \"rank\": 190, \"cat-0\": \"Fats and Oils\", \"rankvar\": 99, \"ini\": 100}, {\"group\": [38.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 37, \"cat_0_index\": 149, \"rank\": 191, \"cat-0\": \"Fats and Oils\", \"rankvar\": 98, \"ini\": 99}, {\"group\": [37.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 36, \"cat_0_index\": 150, \"rank\": 197, \"cat-0\": \"Fats and Oils\", \"rankvar\": 97, \"ini\": 98}, {\"group\": [156.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Jellyfish, dried, salted\", \"clust\": 160, \"cat_0_index\": 170, \"rank\": 1, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 96, \"ini\": 97}, {\"group\": [81.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, beluga, whale (Alaska Native)\", \"clust\": 80, \"cat_0_index\": 43, \"rank\": 102, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 95, \"ini\": 96}, {\"group\": [227.0, 27.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Pinon Nuts, roasted (Navajo)\", \"clust\": 229, \"cat_0_index\": 44, \"rank\": 135, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 94, \"ini\": 95}, {\"group\": [143.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 145, \"cat_0_index\": 151, \"rank\": 170, \"cat-0\": \"Fats and Oils\", \"rankvar\": 93, \"ini\": 94}, {\"group\": [34.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), creamed\", \"clust\": 18, \"cat_0_index\": 179, \"rank\": 50, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 92, \"ini\": 93}, {\"group\": [236.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Wheat bran, crude\", \"clust\": 239, \"cat_0_index\": 35, \"rank\": 36, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 91, \"ini\": 92}, {\"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, leaf fat, raw\", \"clust\": 11, \"cat_0_index\": 193, \"rank\": 128, \"cat-0\": \"Pork Products\", \"rankvar\": 90, \"ini\": 91}, {\"group\": [105.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise dressing, no cholesterol\", \"clust\": 106, \"cat_0_index\": 152, \"rank\": 98, \"cat-0\": \"Fats and Oils\", \"rankvar\": 89, \"ini\": 90}, {\"group\": [235.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Carob flour\", \"clust\": 237, \"cat_0_index\": 175, \"rank\": 59, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 88, \"ini\": 89}, {\"group\": [242.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, coriander seed\", \"clust\": 248, \"cat_0_index\": 219, \"rank\": 139, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 87, \"ini\": 88}, {\"group\": [178.0, 13.0, 8.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C\", \"clust\": 174, \"cat_0_index\": 233, \"rank\": 122, \"cat-0\": \"Sweets\", \"rankvar\": 86, \"ini\": 87}, {\"group\": [237.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Toasted Wheat Bran\", \"clust\": 240, \"cat_0_index\": 30, \"rank\": 37, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 85, \"ini\": 86}, {\"group\": [224.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 228, \"cat_0_index\": 220, \"rank\": 184, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 84, \"ini\": 85}, {\"group\": [53.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, bacon, rendered fat, cooked\", \"clust\": 50, \"cat_0_index\": 194, \"rank\": 119, \"cat-0\": \"Pork Products\", \"rankvar\": 83, \"ini\": 84}, {\"group\": [198.0, 20.0, 13.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Blueberry Pomegranate\", \"clust\": 204, \"cat_0_index\": 31, \"rank\": 78, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 82, \"ini\": 83}, {\"group\": [106.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, with salt\", \"clust\": 107, \"cat_0_index\": 153, \"rank\": 101, \"cat-0\": \"Fats and Oils\", \"rankvar\": 81, \"ini\": 82}, {\"group\": [35.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), not sweetened\", \"clust\": 17, \"cat_0_index\": 180, \"rank\": 124, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 80, \"ini\": 81}, {\"group\": [82.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, english\", \"clust\": 82, \"cat_0_index\": 181, \"rank\": 125, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 79, \"ini\": 80}, {\"group\": [228.0, 27.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Seeds, chia seeds, dried\", \"clust\": 230, \"cat_0_index\": 182, \"rank\": 146, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 78, \"ini\": 79}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, without salt\", \"clust\": 3, \"cat_0_index\": 38, \"rank\": 51, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 77, \"ini\": 78}, {\"group\": [166.0, 8.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Dry Taco Seasoning Mix\", \"clust\": 159, \"cat_0_index\": 221, \"rank\": 26, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 76, \"ini\": 77}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, salted\", \"clust\": 1, \"cat_0_index\": 39, \"rank\": 64, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 75, \"ini\": 76}, {\"group\": [77.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, PAM cooking spray, original\", \"clust\": 68, \"cat_0_index\": 154, \"rank\": 56, \"cat-0\": \"Fats and Oils\", \"rankvar\": 74, \"ini\": 75}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter, whipped, with salt\", \"clust\": 2, \"cat_0_index\": 40, \"rank\": 76, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 73, \"ini\": 74}, {\"group\": [186.0, 17.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 190, \"cat_0_index\": 12, \"rank\": 167, \"cat-0\": \"Beverages\", \"rankvar\": 72, \"ini\": 73}, {\"group\": [231.0, 28.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 234, \"cat_0_index\": 234, \"rank\": 169, \"cat-0\": \"Sweets\", \"rankvar\": 71, \"ini\": 72}, {\"group\": [226.0, 26.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 219, \"cat_0_index\": 222, \"rank\": 239, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 70, \"ini\": 71}, {\"group\": [56.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, without salt added\", \"clust\": 56, \"cat_0_index\": 183, \"rank\": 112, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 69, \"ini\": 70}, {\"group\": [58.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, with salt added\", \"clust\": 55, \"cat_0_index\": 184, \"rank\": 121, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 68, \"ini\": 69}, {\"group\": [57.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, raw\", \"clust\": 57, \"cat_0_index\": 185, \"rank\": 120, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 67, \"ini\": 68}, {\"group\": [52.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, backfat, raw\", \"clust\": 51, \"cat_0_index\": 195, \"rank\": 109, \"cat-0\": \"Pork Products\", \"rankvar\": 66, \"ini\": 67}, {\"group\": [243.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, caraway seed\", \"clust\": 249, \"cat_0_index\": 223, \"rank\": 123, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 65, \"ini\": 66}, {\"group\": [229.0, 28.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, paprika\", \"clust\": 231, \"cat_0_index\": 224, \"rank\": 111, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 64, \"ini\": 65}, {\"group\": [167.0, 9.0, 6.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, dried and salted\", \"clust\": 158, \"cat_0_index\": 171, \"rank\": 46, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 63, \"ini\": 64}, {\"group\": [91.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, without salt\", \"clust\": 93, \"cat_0_index\": 155, \"rank\": 69, \"cat-0\": \"Fats and Oils\", \"rankvar\": 62, \"ini\": 63}, {\"group\": [211.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Radishes, oriental, dried\", \"clust\": 205, \"cat_0_index\": 247, \"rank\": 23, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 61, \"ini\": 62}, {\"group\": [208.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder, half the caffeine\", \"clust\": 212, \"cat_0_index\": 13, \"rank\": 16, \"cat-0\": \"Beverages\", \"rankvar\": 60, \"ini\": 61}, {\"group\": [151.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, added vitamin C and sugar\", \"clust\": 153, \"cat_0_index\": 14, \"rank\": 43, \"cat-0\": \"Beverages\", \"rankvar\": 59, \"ini\": 60}, {\"group\": [192.0, 18.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Seeds, sisymbrium sp. seeds, whole, dried\", \"clust\": 195, \"cat_0_index\": 186, \"rank\": 42, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 58, \"ini\": 59}, {\"group\": [195.0, 20.0, 13.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Raisin Bran\", \"clust\": 200, \"cat_0_index\": 32, \"rank\": 48, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 57, \"ini\": 58}, {\"group\": [83.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, butternuts, dried\", \"clust\": 83, \"cat_0_index\": 187, \"rank\": 77, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 56, \"ini\": 57}, {\"group\": [205.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder\", \"clust\": 209, \"cat_0_index\": 15, \"rank\": 7, \"cat-0\": \"Beverages\", \"rankvar\": 55, \"ini\": 56}, {\"group\": [210.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, lemon-flavored, powder\", \"clust\": 211, \"cat_0_index\": 16, \"rank\": 18, \"cat-0\": \"Beverages\", \"rankvar\": 54, \"ini\": 55}, {\"group\": [206.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder\", \"clust\": 210, \"cat_0_index\": 17, \"rank\": 5, \"cat-0\": \"Beverages\", \"rankvar\": 53, \"ini\": 54}, {\"group\": [68.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)\", \"clust\": 61, \"cat_0_index\": 156, \"rank\": 87, \"cat-0\": \"Fats and Oils\", \"rankvar\": 52, \"ini\": 53}, {\"group\": [232.0, 28.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened, processed with alkali\", \"clust\": 235, \"cat_0_index\": 235, \"rank\": 58, \"cat-0\": \"Sweets\", \"rankvar\": 51, \"ini\": 52}, {\"group\": [158.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, dry, mix\", \"clust\": 162, \"cat_0_index\": 204, \"rank\": 27, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 50, \"ini\": 51}, {\"group\": [202.0, 22.0, 14.0, 8.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 187, \"cat_0_index\": 225, \"rank\": 240, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 49, \"ini\": 50}, {\"group\": [209.0, 23.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, powder\", \"clust\": 213, \"cat_0_index\": 18, \"rank\": 14, \"cat-0\": \"Beverages\", \"rankvar\": 48, \"ini\": 49}, {\"group\": [215.0, 24.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried\", \"clust\": 218, \"cat_0_index\": 248, \"rank\": 103, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 47, \"ini\": 48}, {\"group\": [184.0, 16.0, 10.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Rose Hips, wild (Northern Plains Indians)\", \"clust\": 181, \"cat_0_index\": 45, \"rank\": 34, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 46, \"ini\": 47}, {\"group\": [230.0, 28.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, chili powder\", \"clust\": 232, \"cat_0_index\": 226, \"rank\": 133, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 45, \"ini\": 46}, {\"group\": [189.0, 18.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, tarragon, dried\", \"clust\": 193, \"cat_0_index\": 227, \"rank\": 93, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 44, \"ini\": 45}, {\"group\": [159.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix\", \"clust\": 163, \"cat_0_index\": 205, \"rank\": 24, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 43, \"ini\": 44}, {\"group\": [138.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, without salt\", \"clust\": 138, \"cat_0_index\": 157, \"rank\": 70, \"cat-0\": \"Fats and Oils\", \"rankvar\": 42, \"ini\": 43}, {\"group\": [135.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt, with added vitamin D\", \"clust\": 136, \"cat_0_index\": 158, \"rank\": 73, \"cat-0\": \"Fats and Oils\", \"rankvar\": 40, \"ini\": 42}, {\"group\": [135.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt\", \"clust\": 137, \"cat_0_index\": 159, \"rank\": 74, \"cat-0\": \"Fats and Oils\", \"rankvar\": 41, \"ini\": 41}, {\"group\": [168.0, 10.0, 7.0, 5.0, 4.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type, crude protein basis\", \"clust\": 172, \"cat_0_index\": 176, \"rank\": 17, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 39, \"ini\": 40}, {\"group\": [196.0, 20.0, 13.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Cranberry Crunch\", \"clust\": 201, \"cat_0_index\": 33, \"rank\": 32, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 38, \"ini\": 39}, {\"group\": [134.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt, with added vitamin D\", \"clust\": 134, \"cat_0_index\": 160, \"rank\": 90, \"cat-0\": \"Fats and Oils\", \"rankvar\": 36, \"ini\": 38}, {\"group\": [134.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt\", \"clust\": 135, \"cat_0_index\": 161, \"rank\": 91, \"cat-0\": \"Fats and Oils\", \"rankvar\": 37, \"ini\": 37}, {\"group\": [201.0, 21.0, 13.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, celery seed\", \"clust\": 198, \"cat_0_index\": 228, \"rank\": 149, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 35, \"ini\": 36}, {\"group\": [131.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils\", \"clust\": 131, \"cat_0_index\": 162, \"rank\": 94, \"cat-0\": \"Fats and Oils\", \"rankvar\": 34, \"ini\": 35}, {\"group\": [194.0, 19.0, 12.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Smelt, dried (Alaska Native)\", \"clust\": 197, \"cat_0_index\": 46, \"rank\": 53, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 33, \"ini\": 34}, {\"group\": [130.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt, with added vitamin D\", \"clust\": 132, \"cat_0_index\": 163, \"rank\": 95, \"cat-0\": \"Fats and Oils\", \"rankvar\": 31, \"ini\": 33}, {\"group\": [130.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt\", \"clust\": 133, \"cat_0_index\": 164, \"rank\": 96, \"cat-0\": \"Fats and Oils\", \"rankvar\": 32, \"ini\": 32}, {\"group\": [48.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries\", \"clust\": 42, \"cat_0_index\": 165, \"rank\": 82, \"cat-0\": \"Fats and Oils\", \"rankvar\": 30, \"ini\": 31}, {\"group\": [169.0, 10.0, 7.0, 5.0, 4.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, ProPlus\", \"clust\": 173, \"cat_0_index\": 177, \"rank\": 19, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 29, \"ini\": 30}, {\"group\": [152.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder\", \"clust\": 154, \"cat_0_index\": 19, \"rank\": 31, \"cat-0\": \"Beverages\", \"rankvar\": 28, \"ini\": 29}, {\"group\": [157.0, 7.0, 5.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0], \"name\": \"Sauce, fish, ready-to-serve\", \"clust\": 161, \"cat_0_index\": 206, \"rank\": 0, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 27, \"ini\": 28}, {\"group\": [225.0, 25.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, dill seed\", \"clust\": 226, \"cat_0_index\": 229, \"rank\": 104, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 26, \"ini\": 27}, {\"group\": [144.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Sugars, granulated\", \"clust\": 151, \"cat_0_index\": 236, \"rank\": 3, \"cat-0\": \"Sweets\", \"rankvar\": 25, \"ini\": 26}, {\"group\": [212.0, 24.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Carrot, dehydrated\", \"clust\": 214, \"cat_0_index\": 249, \"rank\": 75, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 24, \"ini\": 25}, {\"group\": [133.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, hard, soybean (hydrogenated)\", \"clust\": 129, \"cat_0_index\": 166, \"rank\": 97, \"cat-0\": \"Fats and Oils\", \"rankvar\": 23, \"ini\": 24}, {\"group\": [246.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, cloves, ground\", \"clust\": 245, \"cat_0_index\": 230, \"rank\": 113, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 22, \"ini\": 23}, {\"group\": [132.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy\", \"clust\": 130, \"cat_0_index\": 167, \"rank\": 85, \"cat-0\": \"Fats and Oils\", \"rankvar\": 21, \"ini\": 22}, {\"group\": [233.0, 28.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened\", \"clust\": 233, \"cat_0_index\": 237, \"rank\": 47, \"cat-0\": \"Sweets\", \"rankvar\": 20, \"ini\": 21}, {\"group\": [146.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Sugar, turbinado\", \"clust\": 150, \"cat_0_index\": 238, \"rank\": 4, \"cat-0\": \"Sweets\", \"rankvar\": 19, \"ini\": 20}, {\"group\": [54.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, salt pork, raw\", \"clust\": 49, \"cat_0_index\": 196, \"rank\": 105, \"cat-0\": \"Pork Products\", \"rankvar\": 18, \"ini\": 19}, {\"group\": [183.0, 15.0, 9.0, 6.0, 5.0, 5.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Energy Bar, all flavors\", \"clust\": 184, \"cat_0_index\": 197, \"rank\": 136, \"cat-0\": \"Snacks\", \"rankvar\": 17, \"ini\": 18}, {\"group\": [244.0, 29.0, 16.0, 10.0, 8.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Spices, curry powder\", \"clust\": 247, \"cat_0_index\": 231, \"rank\": 72, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 16, \"ini\": 17}, {\"group\": [92.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, home recipe\", \"clust\": 89, \"cat_0_index\": 168, \"rank\": 49, \"cat-0\": \"Fats and Oils\", \"rankvar\": 15, \"ini\": 16}, {\"group\": [145.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Sugars, powdered\", \"clust\": 152, \"cat_0_index\": 239, \"rank\": 2, \"cat-0\": \"Sweets\", \"rankvar\": 14, \"ini\": 15}, {\"group\": [187.0, 17.0, 11.0, 7.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with low-calorie sweeteners, powder\", \"clust\": 188, \"cat_0_index\": 20, \"rank\": 127, \"cat-0\": \"Beverages\", \"rankvar\": 13, \"ini\": 14}, {\"group\": [39.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, butter-margarine blend, 80% fat, stick, without salt\", \"clust\": 38, \"cat_0_index\": 169, \"rank\": 67, \"cat-0\": \"Fats and Oils\", \"rankvar\": 12, \"ini\": 13}, {\"group\": [109.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, without salt added\", \"clust\": 109, \"cat_0_index\": 188, \"rank\": 143, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 11, \"ini\": 12}, {\"group\": [55.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pilinuts, dried\", \"clust\": 48, \"cat_0_index\": 189, \"rank\": 110, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 10, \"ini\": 11}, {\"group\": [170.0, 10.0, 7.0, 5.0, 4.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Steelhead trout, dried, flesh (Shoshone Bannock)\", \"clust\": 171, \"cat_0_index\": 47, \"rank\": 28, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [84.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, without salt\", \"clust\": 81, \"cat_0_index\": 190, \"rank\": 106, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [111.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, without salt added\", \"clust\": 108, \"cat_0_index\": 191, \"rank\": 137, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [150.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium\", \"clust\": 146, \"cat_0_index\": 21, \"rank\": 15, \"cat-0\": \"Beverages\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [171.0, 11.0, 7.0, 5.0, 4.0, 4.0, 4.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, SUPRO\", \"clust\": 170, \"cat_0_index\": 178, \"rank\": 8, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [149.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, powder\", \"clust\": 147, \"cat_0_index\": 22, \"rank\": 13, \"cat-0\": \"Beverages\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [148.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder\", \"clust\": 148, \"cat_0_index\": 23, \"rank\": 9, \"cat-0\": \"Beverages\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [147.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Sugars, brown\", \"clust\": 149, \"cat_0_index\": 240, \"rank\": 6, \"cat-0\": \"Sweets\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [213.0, 24.0, 15.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder\", \"clust\": 215, \"cat_0_index\": 24, \"rank\": 30, \"cat-0\": \"Beverages\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [110.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 110, \"cat_0_index\": 192, \"rank\": 172, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 5, \"rank\": 1, \"ini\": 14, \"rankvar\": 2}, {\"group\": [12.0, 10.0, 9.0, 6.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 11, \"rank\": 7, \"ini\": 13, \"rankvar\": 9}, {\"group\": [14.0, 12.0, 11.0, 8.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 7, \"rank\": 4, \"ini\": 12, \"rankvar\": 6}, {\"group\": [10.0, 8.0, 7.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 12, \"rank\": 8, \"ini\": 11, \"rankvar\": 10}, {\"group\": [13.0, 11.0, 10.0, 7.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 8, \"rank\": 5, \"ini\": 10, \"rankvar\": 5}, {\"group\": [11.0, 9.0, 8.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 13, \"rank\": 6, \"ini\": 9, \"rankvar\": 8}, {\"group\": [8.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 9, \"rank\": 3, \"ini\": 8, \"rankvar\": 1}, {\"group\": [9.0, 7.0, 6.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 10, \"rank\": 2, \"ini\": 7, \"rankvar\": 3}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 3, \"rank\": 13, \"ini\": 6, \"rankvar\": 7}, {\"group\": [7.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 6, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 4, \"rank\": 10, \"ini\": 4, \"rankvar\": 4}, {\"group\": [5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 0, \"rank\": 9, \"ini\": 3, \"rankvar\": 11}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 2, \"rank\": 12, \"ini\": 2, \"rankvar\": 12}, {\"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 11, \"ini\": 1, \"rankvar\": 13}]}, \"dist\": \"cos\"}, {\"N_row_var\": 100, \"nodes\": {\"row_nodes\": [{\"group\": [75.0, 4.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 75, \"cat_0_index\": 0, \"rank\": 9, \"cat-0\": \"Baked Products\", \"rankvar\": 99, \"ini\": 100}, {\"group\": [76.0, 4.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 76, \"cat_0_index\": 94, \"rank\": 18, \"cat-0\": \"Sweets\", \"rankvar\": 98, \"ini\": 99}, {\"group\": [99.0, 11.0, 10.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 97, \"cat_0_index\": 1, \"rank\": 26, \"cat-0\": \"Baked Products\", \"rankvar\": 97, \"ini\": 98}, {\"group\": [91.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 94, \"cat_0_index\": 83, \"rank\": 91, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 96, \"ini\": 97}, {\"group\": [95.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 89, \"cat_0_index\": 84, \"rank\": 95, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 95, \"ini\": 96}, {\"group\": [88.0, 9.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 85, \"cat_0_index\": 85, \"rank\": 99, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 94, \"ini\": 95}, {\"group\": [86.0, 9.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 86, \"cat_0_index\": 3, \"rank\": 92, \"cat-0\": \"Beverages\", \"rankvar\": 93, \"ini\": 94}, {\"group\": [77.0, 4.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 74, \"cat_0_index\": 2, \"rank\": 0, \"cat-0\": \"Baked Products\", \"rankvar\": 92, \"ini\": 93}, {\"group\": [85.0, 8.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 82, \"cat_0_index\": 95, \"rank\": 98, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 91, \"ini\": 92}, {\"group\": [53.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 33, \"cat_0_index\": 10, \"rank\": 83, \"cat-0\": \"Fats and Oils\", \"rankvar\": 90, \"ini\": 91}, {\"group\": [83.0, 8.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 83, \"cat_0_index\": 96, \"rank\": 97, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 89, \"ini\": 90}, {\"group\": [84.0, 8.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 84, \"cat_0_index\": 97, \"rank\": 96, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 88, \"ini\": 89}, {\"group\": [93.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 93, \"cat_0_index\": 86, \"rank\": 93, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 87, \"ini\": 88}, {\"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 5, \"cat_0_index\": 11, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 86, \"ini\": 87}, {\"group\": [46.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 48, \"cat_0_index\": 12, \"rank\": 82, \"cat-0\": \"Fats and Oils\", \"rankvar\": 85, \"ini\": 86}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 6, \"cat_0_index\": 13, \"rank\": 3, \"cat-0\": \"Fats and Oils\", \"rankvar\": 84, \"ini\": 85}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 3, \"cat_0_index\": 14, \"rank\": 5, \"cat-0\": \"Fats and Oils\", \"rankvar\": 83, \"ini\": 84}, {\"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 7, \"cat_0_index\": 15, \"rank\": 2, \"cat-0\": \"Fats and Oils\", \"rankvar\": 82, \"ini\": 83}, {\"group\": [45.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 41, \"cat_0_index\": 16, \"rank\": 87, \"cat-0\": \"Fats and Oils\", \"rankvar\": 81, \"ini\": 82}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 4, \"cat_0_index\": 17, \"rank\": 6, \"cat-0\": \"Fats and Oils\", \"rankvar\": 80, \"ini\": 81}, {\"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 2, \"cat_0_index\": 18, \"rank\": 10, \"cat-0\": \"Fats and Oils\", \"rankvar\": 79, \"ini\": 80}, {\"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 10, \"cat_0_index\": 19, \"rank\": 11, \"cat-0\": \"Fats and Oils\", \"rankvar\": 78, \"ini\": 79}, {\"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 11, \"cat_0_index\": 20, \"rank\": 12, \"cat-0\": \"Fats and Oils\", \"rankvar\": 77, \"ini\": 78}, {\"group\": [40.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 43, \"cat_0_index\": 21, \"rank\": 79, \"cat-0\": \"Fats and Oils\", \"rankvar\": 76, \"ini\": 77}, {\"group\": [42.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 45, \"cat_0_index\": 22, \"rank\": 74, \"cat-0\": \"Fats and Oils\", \"rankvar\": 75, \"ini\": 76}, {\"group\": [41.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 44, \"cat_0_index\": 23, \"rank\": 76, \"cat-0\": \"Fats and Oils\", \"rankvar\": 74, \"ini\": 75}, {\"group\": [36.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 37, \"cat_0_index\": 24, \"rank\": 53, \"cat-0\": \"Fats and Oils\", \"rankvar\": 73, \"ini\": 74}, {\"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 9, \"cat_0_index\": 25, \"rank\": 13, \"cat-0\": \"Fats and Oils\", \"rankvar\": 72, \"ini\": 73}, {\"group\": [37.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 38, \"cat_0_index\": 26, \"rank\": 56, \"cat-0\": \"Fats and Oils\", \"rankvar\": 71, \"ini\": 72}, {\"group\": [47.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 49, \"cat_0_index\": 27, \"rank\": 86, \"cat-0\": \"Fats and Oils\", \"rankvar\": 70, \"ini\": 71}, {\"group\": [43.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 46, \"cat_0_index\": 28, \"rank\": 73, \"cat-0\": \"Fats and Oils\", \"rankvar\": 69, \"ini\": 70}, {\"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 8, \"cat_0_index\": 29, \"rank\": 14, \"cat-0\": \"Fats and Oils\", \"rankvar\": 68, \"ini\": 69}, {\"group\": [81.0, 7.0, 7.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 80, \"cat_0_index\": 98, \"rank\": 90, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 67, \"ini\": 68}, {\"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 14, \"cat_0_index\": 30, \"rank\": 17, \"cat-0\": \"Fats and Oils\", \"rankvar\": 66, \"ini\": 67}, {\"group\": [14.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 15, \"cat_0_index\": 31, \"rank\": 19, \"cat-0\": \"Fats and Oils\", \"rankvar\": 65, \"ini\": 66}, {\"group\": [49.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 51, \"cat_0_index\": 32, \"rank\": 61, \"cat-0\": \"Fats and Oils\", \"rankvar\": 64, \"ini\": 65}, {\"group\": [23.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 19, \"cat_0_index\": 33, \"rank\": 30, \"cat-0\": \"Fats and Oils\", \"rankvar\": 63, \"ini\": 64}, {\"group\": [72.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 72, \"cat_0_index\": 34, \"rank\": 29, \"cat-0\": \"Fats and Oils\", \"rankvar\": 62, \"ini\": 63}, {\"group\": [51.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 50, \"cat_0_index\": 35, \"rank\": 88, \"cat-0\": \"Fats and Oils\", \"rankvar\": 61, \"ini\": 62}, {\"group\": [34.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 35, \"cat_0_index\": 36, \"rank\": 51, \"cat-0\": \"Fats and Oils\", \"rankvar\": 60, \"ini\": 61}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 0, \"cat_0_index\": 37, \"rank\": 23, \"cat-0\": \"Fats and Oils\", \"rankvar\": 59, \"ini\": 60}, {\"group\": [44.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 42, \"cat_0_index\": 38, \"rank\": 60, \"cat-0\": \"Fats and Oils\", \"rankvar\": 58, \"ini\": 59}, {\"group\": [67.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 66, \"cat_0_index\": 39, \"rank\": 34, \"cat-0\": \"Fats and Oils\", \"rankvar\": 57, \"ini\": 58}, {\"group\": [16.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 12, \"cat_0_index\": 40, \"rank\": 21, \"cat-0\": \"Fats and Oils\", \"rankvar\": 56, \"ini\": 57}, {\"group\": [35.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 36, \"cat_0_index\": 41, \"rank\": 52, \"cat-0\": \"Fats and Oils\", \"rankvar\": 55, \"ini\": 56}, {\"group\": [15.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 13, \"cat_0_index\": 42, \"rank\": 16, \"cat-0\": \"Fats and Oils\", \"rankvar\": 54, \"ini\": 55}, {\"group\": [20.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 21, \"cat_0_index\": 43, \"rank\": 41, \"cat-0\": \"Fats and Oils\", \"rankvar\": 53, \"ini\": 54}, {\"group\": [38.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 39, \"cat_0_index\": 44, \"rank\": 27, \"cat-0\": \"Fats and Oils\", \"rankvar\": 52, \"ini\": 53}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 1, \"cat_0_index\": 45, \"rank\": 22, \"cat-0\": \"Fats and Oils\", \"rankvar\": 51, \"ini\": 52}, {\"group\": [74.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 71, \"cat_0_index\": 46, \"rank\": 25, \"cat-0\": \"Fats and Oils\", \"rankvar\": 50, \"ini\": 51}, {\"group\": [68.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 67, \"cat_0_index\": 47, \"rank\": 28, \"cat-0\": \"Fats and Oils\", \"rankvar\": 49, \"ini\": 50}, {\"group\": [39.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 40, \"cat_0_index\": 48, \"rank\": 32, \"cat-0\": \"Fats and Oils\", \"rankvar\": 48, \"ini\": 49}, {\"group\": [78.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 78, \"cat_0_index\": 4, \"rank\": 8, \"cat-0\": \"Beverages\", \"rankvar\": 47, \"ini\": 48}, {\"group\": [87.0, 9.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 87, \"cat_0_index\": 5, \"rank\": 35, \"cat-0\": \"Beverages\", \"rankvar\": 46, \"ini\": 47}, {\"group\": [64.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 64, \"cat_0_index\": 49, \"rank\": 48, \"cat-0\": \"Fats and Oils\", \"rankvar\": 45, \"ini\": 46}, {\"group\": [65.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 65, \"cat_0_index\": 50, \"rank\": 49, \"cat-0\": \"Fats and Oils\", \"rankvar\": 44, \"ini\": 45}, {\"group\": [71.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 68, \"cat_0_index\": 51, \"rank\": 47, \"cat-0\": \"Fats and Oils\", \"rankvar\": 43, \"ini\": 44}, {\"group\": [89.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 91, \"cat_0_index\": 87, \"rank\": 71, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 42, \"ini\": 43}, {\"group\": [73.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 73, \"cat_0_index\": 52, \"rank\": 31, \"cat-0\": \"Fats and Oils\", \"rankvar\": 41, \"ini\": 42}, {\"group\": [80.0, 6.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 77, \"cat_0_index\": 6, \"rank\": 15, \"cat-0\": \"Beverages\", \"rankvar\": 40, \"ini\": 41}, {\"group\": [69.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 69, \"cat_0_index\": 53, \"rank\": 39, \"cat-0\": \"Fats and Oils\", \"rankvar\": 39, \"ini\": 40}, {\"group\": [66.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 63, \"cat_0_index\": 54, \"rank\": 50, \"cat-0\": \"Fats and Oils\", \"rankvar\": 38, \"ini\": 39}, {\"group\": [70.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 70, \"cat_0_index\": 55, \"rank\": 42, \"cat-0\": \"Fats and Oils\", \"rankvar\": 37, \"ini\": 38}, {\"group\": [48.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 47, \"cat_0_index\": 56, \"rank\": 84, \"cat-0\": \"Fats and Oils\", \"rankvar\": 36, \"ini\": 37}, {\"group\": [56.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 54, \"cat_0_index\": 57, \"rank\": 65, \"cat-0\": \"Fats and Oils\", \"rankvar\": 35, \"ini\": 36}, {\"group\": [21.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 22, \"cat_0_index\": 8, \"rank\": 38, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 34, \"ini\": 35}, {\"group\": [22.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 20, \"cat_0_index\": 58, \"rank\": 45, \"cat-0\": \"Fats and Oils\", \"rankvar\": 33, \"ini\": 34}, {\"group\": [92.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 95, \"cat_0_index\": 88, \"rank\": 63, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 32, \"ini\": 33}, {\"group\": [97.0, 11.0, 10.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 98, \"cat_0_index\": 89, \"rank\": 66, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 31, \"ini\": 32}, {\"group\": [28.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 27, \"cat_0_index\": 59, \"rank\": 81, \"cat-0\": \"Fats and Oils\", \"rankvar\": 30, \"ini\": 31}, {\"group\": [59.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 57, \"cat_0_index\": 60, \"rank\": 58, \"cat-0\": \"Fats and Oils\", \"rankvar\": 29, \"ini\": 30}, {\"group\": [82.0, 7.0, 7.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 81, \"cat_0_index\": 99, \"rank\": 94, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 28, \"ini\": 29}, {\"group\": [54.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 55, \"cat_0_index\": 61, \"rank\": 54, \"cat-0\": \"Fats and Oils\", \"rankvar\": 27, \"ini\": 28}, {\"group\": [26.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 24, \"cat_0_index\": 62, \"rank\": 72, \"cat-0\": \"Fats and Oils\", \"rankvar\": 26, \"ini\": 27}, {\"group\": [55.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 56, \"cat_0_index\": 63, \"rank\": 55, \"cat-0\": \"Fats and Oils\", \"rankvar\": 25, \"ini\": 26}, {\"group\": [100.0, 12.0, 10.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 96, \"cat_0_index\": 9, \"rank\": 85, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 24, \"ini\": 25}, {\"group\": [57.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 58, \"cat_0_index\": 64, \"rank\": 59, \"cat-0\": \"Fats and Oils\", \"rankvar\": 23, \"ini\": 24}, {\"group\": [90.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 92, \"cat_0_index\": 90, \"rank\": 89, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 22, \"ini\": 23}, {\"group\": [29.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 28, \"cat_0_index\": 65, \"rank\": 75, \"cat-0\": \"Fats and Oils\", \"rankvar\": 21, \"ini\": 22}, {\"group\": [52.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 34, \"cat_0_index\": 66, \"rank\": 24, \"cat-0\": \"Fats and Oils\", \"rankvar\": 20, \"ini\": 21}, {\"group\": [58.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 59, \"cat_0_index\": 67, \"rank\": 57, \"cat-0\": \"Fats and Oils\", \"rankvar\": 19, \"ini\": 20}, {\"group\": [96.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, cinnamon, ground\", \"clust\": 88, \"cat_0_index\": 91, \"rank\": 1, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 18, \"ini\": 19}, {\"group\": [19.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 16, \"cat_0_index\": 68, \"rank\": 43, \"cat-0\": \"Fats and Oils\", \"rankvar\": 17, \"ini\": 18}, {\"group\": [98.0, 11.0, 10.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 99, \"cat_0_index\": 92, \"rank\": 64, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 16, \"ini\": 17}, {\"group\": [17.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 17, \"cat_0_index\": 69, \"rank\": 46, \"cat-0\": \"Fats and Oils\", \"rankvar\": 15, \"ini\": 16}, {\"group\": [24.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 25, \"cat_0_index\": 70, \"rank\": 67, \"cat-0\": \"Fats and Oils\", \"rankvar\": 14, \"ini\": 15}, {\"group\": [32.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 31, \"cat_0_index\": 71, \"rank\": 77, \"cat-0\": \"Fats and Oils\", \"rankvar\": 13, \"ini\": 14}, {\"group\": [25.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 26, \"cat_0_index\": 72, \"rank\": 69, \"cat-0\": \"Fats and Oils\", \"rankvar\": 12, \"ini\": 13}, {\"group\": [61.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 61, \"cat_0_index\": 73, \"rank\": 36, \"cat-0\": \"Fats and Oils\", \"rankvar\": 11, \"ini\": 12}, {\"group\": [33.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 32, \"cat_0_index\": 74, \"rank\": 78, \"cat-0\": \"Fats and Oils\", \"rankvar\": 10, \"ini\": 11}, {\"group\": [63.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 60, \"cat_0_index\": 75, \"rank\": 33, \"cat-0\": \"Fats and Oils\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [18.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 18, \"cat_0_index\": 76, \"rank\": 44, \"cat-0\": \"Fats and Oils\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [60.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 53, \"cat_0_index\": 77, \"rank\": 37, \"cat-0\": \"Fats and Oils\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [50.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 52, \"cat_0_index\": 78, \"rank\": 20, \"cat-0\": \"Fats and Oils\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [30.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 29, \"cat_0_index\": 79, \"rank\": 70, \"cat-0\": \"Fats and Oils\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [27.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 23, \"cat_0_index\": 80, \"rank\": 62, \"cat-0\": \"Fats and Oils\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [79.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 79, \"cat_0_index\": 7, \"rank\": 7, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [94.0, 10.0, 9.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 90, \"cat_0_index\": 93, \"rank\": 80, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [62.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 62, \"cat_0_index\": 81, \"rank\": 40, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [31.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 30, \"cat_0_index\": 82, \"rank\": 68, \"cat-0\": \"Fats and Oils\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 6, \"rank\": 1, \"ini\": 14, \"rankvar\": 1}, {\"group\": [9.0, 7.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 10, \"rank\": 8, \"ini\": 13, \"rankvar\": 10}, {\"group\": [14.0, 12.0, 9.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 8, \"rank\": 4, \"ini\": 12, \"rankvar\": 5}, {\"group\": [11.0, 9.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 9, \"rank\": 6, \"ini\": 11, \"rankvar\": 8}, {\"group\": [12.0, 10.0, 7.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 12, \"rank\": 7, \"ini\": 10, \"rankvar\": 7}, {\"group\": [13.0, 11.0, 8.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 13, \"rank\": 5, \"ini\": 9, \"rankvar\": 9}, {\"group\": [10.0, 8.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 11, \"rank\": 3, \"ini\": 8, \"rankvar\": 3}, {\"group\": [8.0, 6.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 5, \"rank\": 2, \"ini\": 7, \"rankvar\": 2}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 3, \"rank\": 13, \"ini\": 6, \"rankvar\": 6}, {\"group\": [7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 7, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 4, \"rank\": 10, \"ini\": 4, \"rankvar\": 4}, {\"group\": [5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 0, \"rank\": 9, \"ini\": 3, \"rankvar\": 12}, {\"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 2, \"rank\": 11, \"ini\": 2, \"rankvar\": 11}, {\"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 12, \"ini\": 1, \"rankvar\": 13}]}, \"dist\": \"cos\"}, {\"N_row_var\": 50, \"nodes\": {\"row_nodes\": [{\"group\": [38.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 38, \"cat_0_index\": 0, \"rank\": 6, \"cat-0\": \"Baked Products\", \"rankvar\": 49, \"ini\": 50}, {\"group\": [39.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 39, \"cat_0_index\": 45, \"rank\": 14, \"cat-0\": \"Sweets\", \"rankvar\": 48, \"ini\": 49}, {\"group\": [50.0, 9.0, 8.0, 6.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 46, \"cat_0_index\": 1, \"rank\": 20, \"cat-0\": \"Baked Products\", \"rankvar\": 47, \"ini\": 48}, {\"group\": [47.0, 8.0, 7.0, 6.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 48, \"cat_0_index\": 41, \"rank\": 42, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 46, \"ini\": 47}, {\"group\": [49.0, 8.0, 7.0, 6.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 47, \"cat_0_index\": 42, \"rank\": 45, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 45, \"ini\": 46}, {\"group\": [41.0, 5.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 41, \"cat_0_index\": 43, \"rank\": 49, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 44, \"ini\": 45}, {\"group\": [42.0, 5.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 42, \"cat_0_index\": 3, \"rank\": 43, \"cat-0\": \"Beverages\", \"rankvar\": 43, \"ini\": 44}, {\"group\": [40.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 37, \"cat_0_index\": 2, \"rank\": 0, \"cat-0\": \"Baked Products\", \"rankvar\": 42, \"ini\": 43}, {\"group\": [45.0, 6.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 43, \"cat_0_index\": 46, \"rank\": 48, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 41, \"ini\": 42}, {\"group\": [37.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 21, \"cat_0_index\": 4, \"rank\": 37, \"cat-0\": \"Fats and Oils\", \"rankvar\": 40, \"ini\": 41}, {\"group\": [43.0, 6.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 44, \"cat_0_index\": 47, \"rank\": 47, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 39, \"ini\": 40}, {\"group\": [44.0, 6.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 45, \"cat_0_index\": 48, \"rank\": 46, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 38, \"ini\": 39}, {\"group\": [48.0, 8.0, 7.0, 6.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 49, \"cat_0_index\": 44, \"rank\": 44, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 37, \"ini\": 38}, {\"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 5, \"cat_0_index\": 5, \"rank\": 3, \"cat-0\": \"Fats and Oils\", \"rankvar\": 36, \"ini\": 37}, {\"group\": [24.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 24, \"cat_0_index\": 6, \"rank\": 36, \"cat-0\": \"Fats and Oils\", \"rankvar\": 35, \"ini\": 36}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 6, \"cat_0_index\": 7, \"rank\": 2, \"cat-0\": \"Fats and Oils\", \"rankvar\": 34, \"ini\": 35}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 3, \"cat_0_index\": 8, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 33, \"ini\": 34}, {\"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 7, \"cat_0_index\": 9, \"rank\": 1, \"cat-0\": \"Fats and Oils\", \"rankvar\": 32, \"ini\": 33}, {\"group\": [31.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 26, \"cat_0_index\": 10, \"rank\": 39, \"cat-0\": \"Fats and Oils\", \"rankvar\": 31, \"ini\": 32}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 4, \"cat_0_index\": 11, \"rank\": 5, \"cat-0\": \"Fats and Oils\", \"rankvar\": 30, \"ini\": 31}, {\"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 2, \"cat_0_index\": 12, \"rank\": 7, \"cat-0\": \"Fats and Oils\", \"rankvar\": 29, \"ini\": 30}, {\"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 10, \"cat_0_index\": 13, \"rank\": 8, \"cat-0\": \"Fats and Oils\", \"rankvar\": 28, \"ini\": 29}, {\"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 11, \"cat_0_index\": 14, \"rank\": 9, \"cat-0\": \"Fats and Oils\", \"rankvar\": 27, \"ini\": 28}, {\"group\": [26.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 28, \"cat_0_index\": 15, \"rank\": 35, \"cat-0\": \"Fats and Oils\", \"rankvar\": 26, \"ini\": 27}, {\"group\": [28.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 30, \"cat_0_index\": 16, \"rank\": 33, \"cat-0\": \"Fats and Oils\", \"rankvar\": 25, \"ini\": 26}, {\"group\": [27.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 29, \"cat_0_index\": 17, \"rank\": 34, \"cat-0\": \"Fats and Oils\", \"rankvar\": 24, \"ini\": 25}, {\"group\": [34.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 35, \"cat_0_index\": 18, \"rank\": 28, \"cat-0\": \"Fats and Oils\", \"rankvar\": 23, \"ini\": 24}, {\"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 9, \"cat_0_index\": 19, \"rank\": 10, \"cat-0\": \"Fats and Oils\", \"rankvar\": 22, \"ini\": 23}, {\"group\": [35.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 36, \"cat_0_index\": 20, \"rank\": 29, \"cat-0\": \"Fats and Oils\", \"rankvar\": 21, \"ini\": 22}, {\"group\": [25.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 25, \"cat_0_index\": 21, \"rank\": 38, \"cat-0\": \"Fats and Oils\", \"rankvar\": 20, \"ini\": 21}, {\"group\": [29.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 31, \"cat_0_index\": 22, \"rank\": 32, \"cat-0\": \"Fats and Oils\", \"rankvar\": 19, \"ini\": 20}, {\"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 8, \"cat_0_index\": 23, \"rank\": 11, \"cat-0\": \"Fats and Oils\", \"rankvar\": 18, \"ini\": 19}, {\"group\": [46.0, 7.0, 6.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 40, \"cat_0_index\": 49, \"rank\": 41, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 17, \"ini\": 18}, {\"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 14, \"cat_0_index\": 24, \"rank\": 13, \"cat-0\": \"Fats and Oils\", \"rankvar\": 16, \"ini\": 17}, {\"group\": [14.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 15, \"cat_0_index\": 25, \"rank\": 15, \"cat-0\": \"Fats and Oils\", \"rankvar\": 15, \"ini\": 16}, {\"group\": [22.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 22, \"cat_0_index\": 26, \"rank\": 31, \"cat-0\": \"Fats and Oils\", \"rankvar\": 14, \"ini\": 15}, {\"group\": [17.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 16, \"cat_0_index\": 27, \"rank\": 23, \"cat-0\": \"Fats and Oils\", \"rankvar\": 13, \"ini\": 14}, {\"group\": [21.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 18, \"cat_0_index\": 28, \"rank\": 22, \"cat-0\": \"Fats and Oils\", \"rankvar\": 12, \"ini\": 13}, {\"group\": [23.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 23, \"cat_0_index\": 29, \"rank\": 40, \"cat-0\": \"Fats and Oils\", \"rankvar\": 11, \"ini\": 12}, {\"group\": [32.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 33, \"cat_0_index\": 30, \"rank\": 26, \"cat-0\": \"Fats and Oils\", \"rankvar\": 10, \"ini\": 11}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 0, \"cat_0_index\": 31, \"rank\": 18, \"cat-0\": \"Fats and Oils\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [30.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 27, \"cat_0_index\": 32, \"rank\": 30, \"cat-0\": \"Fats and Oils\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [19.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 19, \"cat_0_index\": 33, \"rank\": 24, \"cat-0\": \"Fats and Oils\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [16.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 12, \"cat_0_index\": 34, \"rank\": 16, \"cat-0\": \"Fats and Oils\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [33.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 34, \"cat_0_index\": 35, \"rank\": 27, \"cat-0\": \"Fats and Oils\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [15.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 13, \"cat_0_index\": 36, \"rank\": 12, \"cat-0\": \"Fats and Oils\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [18.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 17, \"cat_0_index\": 37, \"rank\": 25, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [36.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 32, \"cat_0_index\": 38, \"rank\": 21, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 1, \"cat_0_index\": 39, \"rank\": 17, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [20.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 20, \"cat_0_index\": 40, \"rank\": 19, \"cat-0\": \"Fats and Oils\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [12.0, 11.0, 8.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 12, \"rank\": 1, \"ini\": 14, \"rankvar\": 2}, {\"group\": [6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 5, \"rank\": 8, \"ini\": 13, \"rankvar\": 11}, {\"group\": [7.0, 6.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 4, \"ini\": 12, \"rankvar\": 5}, {\"group\": [11.0, 10.0, 7.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 7, \"rank\": 5, \"ini\": 11, \"rankvar\": 8}, {\"group\": [8.0, 7.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 9, \"rank\": 7, \"ini\": 10, \"rankvar\": 9}, {\"group\": [9.0, 8.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 10, \"rank\": 6, \"ini\": 9, \"rankvar\": 10}, {\"group\": [10.0, 9.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 8, \"rank\": 3, \"ini\": 8, \"rankvar\": 3}, {\"group\": [14.0, 13.0, 9.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 11, \"rank\": 2, \"ini\": 7, \"rankvar\": 1}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 1, \"rank\": 12, \"ini\": 6, \"rankvar\": 7}, {\"group\": [13.0, 12.0, 8.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 13, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 2, \"rank\": 10, \"ini\": 4, \"rankvar\": 4}, {\"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 0, \"rank\": 13, \"ini\": 3, \"rankvar\": 12}, {\"group\": [4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 3, \"rank\": 9, \"ini\": 2, \"rankvar\": 6}, {\"group\": [5.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 4, \"rank\": 11, \"ini\": 1, \"rankvar\": 13}]}, \"dist\": \"cos\"}, {\"N_row_var\": 20, \"nodes\": {\"row_nodes\": [{\"group\": [9.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 9, \"cat_0_index\": 0, \"rank\": 6, \"cat-0\": \"Baked Products\", \"rankvar\": 19, \"ini\": 20}, {\"group\": [10.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 10, \"cat_0_index\": 16, \"rank\": 7, \"cat-0\": \"Sweets\", \"rankvar\": 18, \"ini\": 19}, {\"group\": [20.0, 7.0, 6.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 16, \"cat_0_index\": 1, \"rank\": 8, \"cat-0\": \"Baked Products\", \"rankvar\": 17, \"ini\": 18}, {\"group\": [17.0, 6.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 18, \"cat_0_index\": 12, \"rank\": 12, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 16, \"ini\": 17}, {\"group\": [19.0, 6.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 17, \"cat_0_index\": 13, \"rank\": 15, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 15, \"ini\": 16}, {\"group\": [12.0, 4.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 11, \"cat_0_index\": 14, \"rank\": 19, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 14, \"ini\": 15}, {\"group\": [13.0, 4.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 12, \"cat_0_index\": 3, \"rank\": 13, \"cat-0\": \"Beverages\", \"rankvar\": 13, \"ini\": 14}, {\"group\": [11.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 8, \"cat_0_index\": 2, \"rank\": 0, \"cat-0\": \"Baked Products\", \"rankvar\": 12, \"ini\": 13}, {\"group\": [16.0, 5.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 13, \"cat_0_index\": 17, \"rank\": 18, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 11, \"ini\": 12}, {\"group\": [8.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 5, \"cat_0_index\": 4, \"rank\": 10, \"cat-0\": \"Fats and Oils\", \"rankvar\": 10, \"ini\": 11}, {\"group\": [14.0, 5.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 14, \"cat_0_index\": 18, \"rank\": 17, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [15.0, 5.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 15, \"cat_0_index\": 19, \"rank\": 16, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [18.0, 6.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 19, \"cat_0_index\": 15, \"rank\": 14, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 2, \"cat_0_index\": 5, \"rank\": 3, \"cat-0\": \"Fats and Oils\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 6, \"cat_0_index\": 6, \"rank\": 9, \"cat-0\": \"Fats and Oils\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 3, \"cat_0_index\": 7, \"rank\": 2, \"cat-0\": \"Fats and Oils\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 0, \"cat_0_index\": 8, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 4, \"cat_0_index\": 9, \"rank\": 1, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [7.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 7, \"cat_0_index\": 10, \"rank\": 11, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 1, \"cat_0_index\": 11, \"rank\": 5, \"cat-0\": \"Fats and Oils\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [12.0, 9.0, 7.0, 5.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 12, \"rank\": 1, \"ini\": 14, \"rankvar\": 1}, {\"group\": [6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 6, \"rank\": 13, \"ini\": 13, \"rankvar\": 13}, {\"group\": [7.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 7, \"rank\": 5, \"ini\": 12, \"rankvar\": 7}, {\"group\": [11.0, 8.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 8, \"rank\": 9, \"ini\": 11, \"rankvar\": 8}, {\"group\": [10.0, 7.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 9, \"rank\": 10, \"ini\": 10, \"rankvar\": 11}, {\"group\": [8.0, 5.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 10, \"rank\": 12, \"ini\": 9, \"rankvar\": 10}, {\"group\": [9.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 11, \"rank\": 4, \"ini\": 8, \"rankvar\": 3}, {\"group\": [13.0, 10.0, 8.0, 5.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 13, \"rank\": 2, \"ini\": 7, \"rankvar\": 2}, {\"group\": [3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 8, \"ini\": 6, \"rankvar\": 6}, {\"group\": [14.0, 11.0, 9.0, 6.0, 4.0, 4.0, 3.0, 3.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 5, \"rank\": 7, \"ini\": 4, \"rankvar\": 5}, {\"group\": [5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 3, \"rank\": 11, \"ini\": 3, \"rankvar\": 12}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 1, \"rank\": 3, \"ini\": 2, \"rankvar\": 4}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 2, \"rank\": 6, \"ini\": 1, \"rankvar\": 9}]}, \"dist\": \"cos\"}, {\"N_row_var\": 10, \"nodes\": {\"row_nodes\": [{\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 2, \"cat_0_index\": 0, \"rank\": 1, \"cat-0\": \"Baked Products\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 3, \"cat_0_index\": 8, \"rank\": 2, \"cat-0\": \"Sweets\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [9.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 7, \"cat_0_index\": 1, \"rank\": 3, \"cat-0\": \"Baked Products\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [7.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 8, \"cat_0_index\": 5, \"rank\": 5, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [8.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 9, \"cat_0_index\": 6, \"rank\": 7, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 5, \"cat_0_index\": 7, \"rank\": 9, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 6, \"cat_0_index\": 3, \"rank\": 6, \"cat-0\": \"Beverages\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 1, \"cat_0_index\": 2, \"rank\": 0, \"cat-0\": \"Baked Products\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 4, \"cat_0_index\": 9, \"rank\": 8, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [10.0, 5.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 0, \"cat_0_index\": 4, \"rank\": 4, \"cat-0\": \"Fats and Oils\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [14.0, 9.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 10, \"rank\": 3, \"ini\": 14, \"rankvar\": 3}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 0, \"rank\": 13, \"ini\": 13, \"rankvar\": 9}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 1, \"rank\": 10, \"ini\": 12, \"rankvar\": 12}, {\"group\": [6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 2, \"rank\": 9, \"ini\": 11, \"rankvar\": 10}, {\"group\": [5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 3, \"rank\": 11, \"ini\": 10, \"rankvar\": 13}, {\"group\": [3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 4, \"rank\": 12, \"ini\": 9, \"rankvar\": 11}, {\"group\": [4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 5, \"rank\": 8, \"ini\": 8, \"rankvar\": 4}, {\"group\": [11.0, 7.0, 5.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 12, \"rank\": 1, \"ini\": 7, \"rankvar\": 1}, {\"group\": [7.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 8, \"rank\": 5, \"ini\": 6, \"rankvar\": 7}, {\"group\": [12.0, 7.0, 5.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 13, \"rank\": 0, \"ini\": 5, \"rankvar\": 0}, {\"group\": [10.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 6, \"rank\": 6, \"ini\": 4, \"rankvar\": 5}, {\"group\": [13.0, 8.0, 5.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 11, \"rank\": 2, \"ini\": 3, \"rankvar\": 2}, {\"group\": [8.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 9, \"rank\": 4, \"ini\": 2, \"rankvar\": 6}, {\"group\": [9.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 7, \"rank\": 7, \"ini\": 1, \"rankvar\": 8}]}, \"dist\": \"cos\"}], \"cat_colors\": {\"col\": {}, \"row\": {\"cat-0\": {\"Legumes and Legume Products\": \"#bd9e39\", \"Beef Products\": \"#98df8a\", \"Soups, Sauces, and Gravies\": \"#ff9896\", \"Fats and Oils\": \"#dbdb8d\", \"Baked Products\": \"#ff7f0e\", \"Meals, Entrees, and Sidedishes\": \"#843c39\", \"Fast Foods\": \"#2ca02c\", \"Beverages\": \"#404040\", \"Sweets\": \"#5254a3\", \"Spices and Herbs\": \"#8c564b\", \"Pork Products\": \"#a55194\", \"Nut and Seed Products\": \"#d6616b\", \"Finfish and Shellfish Products\": \"#637939\", \"Dairy and Egg Products\": \"#FFDB58\", \"Restaurant Foods\": \"#aec7e8\", \"Breakfast Cereals\": \"#c5b0d5\", \"Ethnic Foods\": \"#e377c2\", \"Baby Foods\": \"#393b79\", \"Poultry Products\": \"#de9ed6\", \"Cereal Grains and Pasta\": \"#1f77b4\", \"Snacks\": \"#bcbd22\", \"Lamb, Veal, and Game Products\": \"#8ca252\", \"Vegetables and Vegetable Products\": \"#c49c94\", \"Sausages and Luncheon Meats\": \"#ffbb78\", \"Fruits and Fruit Juices\": \"#9c9ede\"}}}, \"row_nodes\": [{\"group\": [3255.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander leaf, dried\", \"clust\": 3288, \"cat_0_index\": 3060, \"rank\": 3999, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3994, \"ini\": 4000}, {\"group\": [3252.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chives, freeze-dried\", \"clust\": 3285, \"cat_0_index\": 3344, \"rank\": 3998, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3991, \"ini\": 3999}, {\"group\": [3250.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, freeze-dried\", \"clust\": 3286, \"cat_0_index\": 3345, \"rank\": 3997, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3989, \"ini\": 3998}, {\"group\": [3251.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, freeze-dried\", \"clust\": 3287, \"cat_0_index\": 3346, \"rank\": 3996, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3988, \"ini\": 3997}, {\"group\": [3136.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, basil, dried\", \"clust\": 3171, \"cat_0_index\": 3061, \"rank\": 3995, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3995, \"ini\": 3996}, {\"group\": [3485.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Celery flakes, dried\", \"clust\": 3521, \"cat_0_index\": 3347, \"rank\": 3994, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3928, \"ini\": 3995}, {\"group\": [3336.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, marjoram, dried\", \"clust\": 3368, \"cat_0_index\": 3062, \"rank\": 3993, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3987, \"ini\": 3994}, {\"group\": [3253.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, low calorie, powder\", \"clust\": 3289, \"cat_0_index\": 466, \"rank\": 3992, \"cat-0\": \"Beverages\", \"rankvar\": 3993, \"ini\": 3993}, {\"group\": [3334.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, savory, ground\", \"clust\": 3369, \"cat_0_index\": 3063, \"rank\": 3991, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3996, \"ini\": 3992}, {\"group\": [3157.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poppy seed\", \"clust\": 3188, \"cat_0_index\": 3064, \"rank\": 3990, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3799, \"ini\": 3991}, {\"group\": [3139.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, parsley, dried\", \"clust\": 3169, \"cat_0_index\": 3065, \"rank\": 3989, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3820, \"ini\": 3990}, {\"group\": [3354.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parsley, freeze-dried\", \"clust\": 3383, \"cat_0_index\": 3348, \"rank\": 3988, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3967, \"ini\": 3989}, {\"group\": [3332.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, sage, ground\", \"clust\": 3366, \"cat_0_index\": 3066, \"rank\": 3987, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3922, \"ini\": 3988}, {\"group\": [3396.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fennel seed\", \"clust\": 3428, \"cat_0_index\": 3067, \"rank\": 3986, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3859, \"ini\": 3987}, {\"group\": [2704.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cottonseed, salad or cooking\", \"clust\": 2736, \"cat_0_index\": 1367, \"rank\": 3985, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3961, \"ini\": 3986}, {\"group\": [2721.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, tomatoseed\", \"clust\": 2750, \"cat_0_index\": 1368, \"rank\": 3984, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3981, \"ini\": 3985}, {\"group\": [2705.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, ultra low linolenic\", \"clust\": 2740, \"cat_0_index\": 1369, \"rank\": 3983, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3970, \"ini\": 3984}, {\"group\": [3149.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, dried\", \"clust\": 3179, \"cat_0_index\": 1056, \"rank\": 3982, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3924, \"ini\": 3983}, {\"group\": [2707.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated) and cottonseed\", \"clust\": 2742, \"cat_0_index\": 1370, \"rank\": 3981, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3936, \"ini\": 3982}, {\"group\": [2733.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cooking and salad, ENOVA, 80% diglycerides\", \"clust\": 2735, \"cat_0_index\": 1371, \"rank\": 3980, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3990, \"ini\": 3981}, {\"group\": [2706.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, industrial and retail, all purpose salad or cooking\", \"clust\": 2741, \"cat_0_index\": 1372, \"rank\": 3979, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3985, \"ini\": 3980}, {\"group\": [2660.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ) and soy (winterized), pourable clear fry\", \"clust\": 2688, \"cat_0_index\": 1373, \"rank\": 3978, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3930, \"ini\": 3979}, {\"group\": [3337.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, rosemary, dried\", \"clust\": 3372, \"cat_0_index\": 3068, \"rank\": 3977, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3902, \"ini\": 3978}, {\"group\": [2716.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking\", \"clust\": 2752, \"cat_0_index\": 1374, \"rank\": 3976, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3976, \"ini\": 3977}, {\"group\": [2657.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening bread, soybean (hydrogenated) and cottonseed\", \"clust\": 2686, \"cat_0_index\": 1375, \"rank\": 3975, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3910, \"ini\": 3976}, {\"group\": [2658.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, oat\", \"clust\": 2687, \"cat_0_index\": 1376, \"rank\": 3974, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3913, \"ini\": 3975}, {\"group\": [2717.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, soybean, refined\", \"clust\": 2753, \"cat_0_index\": 1377, \"rank\": 3973, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3974, \"ini\": 3974}, {\"group\": [2661.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sesame, salad or cooking\", \"clust\": 2689, \"cat_0_index\": 1378, \"rank\": 3972, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3921, \"ini\": 3973}, {\"group\": [2644.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for baking, soybean (hydrogenated) palm and cottonseed\", \"clust\": 2672, \"cat_0_index\": 1379, \"rank\": 3971, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3887, \"ini\": 3972}, {\"group\": [2718.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, low linolenic\", \"clust\": 2754, \"cat_0_index\": 1380, \"rank\": 3970, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3975, \"ini\": 3971}, {\"group\": [2719.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, refined, for woks and light frying\", \"clust\": 2755, \"cat_0_index\": 1381, \"rank\": 3969, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3969, \"ini\": 3970}, {\"group\": [2655.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic (less than 60%)\", \"clust\": 2681, \"cat_0_index\": 1382, \"rank\": 3968, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3926, \"ini\": 3969}, {\"group\": [3333.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, oregano, dried\", \"clust\": 3367, \"cat_0_index\": 3069, \"rank\": 3967, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3942, \"ini\": 3968}, {\"group\": [2647.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated), pourable liquid fry shortening\", \"clust\": 2674, \"cat_0_index\": 1383, \"rank\": 3966, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3905, \"ini\": 3967}, {\"group\": [2646.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, sardine\", \"clust\": 2671, \"cat_0_index\": 1384, \"rank\": 3965, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3862, \"ini\": 3966}, {\"group\": [2653.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean, salad or cooking, (partially hydrogenated)\", \"clust\": 2682, \"cat_0_index\": 1385, \"rank\": 3964, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3912, \"ini\": 3965}, {\"group\": [2651.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), multiuse for non-dairy butter flavor\", \"clust\": 2677, \"cat_0_index\": 1386, \"rank\": 3963, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3900, \"ini\": 3964}, {\"group\": [2648.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, special purpose for cakes and frostings, soybean (hydrogenated)\", \"clust\": 2675, \"cat_0_index\": 1387, \"rank\": 3962, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3897, \"ini\": 3963}, {\"group\": [2654.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (partially hydrogenated)\", \"clust\": 2683, \"cat_0_index\": 1388, \"rank\": 3961, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3914, \"ini\": 3962}, {\"group\": [3127.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chervil, dried\", \"clust\": 3160, \"cat_0_index\": 3070, \"rank\": 3960, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3931, \"ini\": 3961}, {\"group\": [2649.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated), principal uses popcorn and flavoring vegetables\", \"clust\": 2678, \"cat_0_index\": 1389, \"rank\": 3959, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3895, \"ini\": 3960}, {\"group\": [2576.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, canola\", \"clust\": 2602, \"cat_0_index\": 1390, \"rank\": 3958, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3935, \"ini\": 3959}, {\"group\": [3129.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill weed, dried\", \"clust\": 3159, \"cat_0_index\": 3071, \"rank\": 3957, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3916, \"ini\": 3958}, {\"group\": [2650.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) and corn for frying\", \"clust\": 2679, \"cat_0_index\": 1391, \"rank\": 3956, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3892, \"ini\": 3957}, {\"group\": [3335.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, thyme, dried\", \"clust\": 3370, \"cat_0_index\": 3072, \"rank\": 3955, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3932, \"ini\": 3956}, {\"group\": [2670.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn, peanut, and olive\", \"clust\": 2701, \"cat_0_index\": 1392, \"rank\": 3954, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3904, \"ini\": 3955}, {\"group\": [2702.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, wheat germ\", \"clust\": 2737, \"cat_0_index\": 1393, \"rank\": 3953, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3964, \"ini\": 3954}, {\"group\": [2652.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, rice bran\", \"clust\": 2676, \"cat_0_index\": 1394, \"rank\": 3952, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3880, \"ini\": 3953}, {\"group\": [2671.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, peanut, salad or cooking\", \"clust\": 2702, \"cat_0_index\": 1395, \"rank\": 3951, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3885, \"ini\": 3952}, {\"group\": [2720.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, poppyseed\", \"clust\": 2751, \"cat_0_index\": 1396, \"rank\": 3950, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3958, \"ini\": 3951}, {\"group\": [2645.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden\", \"clust\": 2673, \"cat_0_index\": 1397, \"rank\": 3949, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3861, \"ini\": 3950}, {\"group\": [2639.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, soybean (partially hydrogenated)-cottonseed (partially hydrogenated)\", \"clust\": 2667, \"cat_0_index\": 1398, \"rank\": 3948, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3854, \"ini\": 3949}, {\"group\": [2634.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, turkey\", \"clust\": 2662, \"cat_0_index\": 1399, \"rank\": 3947, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3847, \"ini\": 3948}, {\"group\": [2577.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, corn and canola\", \"clust\": 2606, \"cat_0_index\": 1400, \"rank\": 3946, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3923, \"ini\": 3947}, {\"group\": [2579.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, apricot kernel\", \"clust\": 2605, \"cat_0_index\": 1401, \"rank\": 3945, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3929, \"ini\": 3946}, {\"group\": [2641.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, vegetable, household, composite\", \"clust\": 2666, \"cat_0_index\": 1402, \"rank\": 3944, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3852, \"ini\": 3945}, {\"group\": [2659.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, salmon\", \"clust\": 2685, \"cat_0_index\": 1403, \"rank\": 3943, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3899, \"ini\": 3944}, {\"group\": [2578.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, mid-oleic, sunflower\", \"clust\": 2607, \"cat_0_index\": 1404, \"rank\": 3942, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3919, \"ini\": 3943}, {\"group\": [2637.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, lard and vegetable oil\", \"clust\": 2664, \"cat_0_index\": 1405, \"rank\": 3941, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3848, \"ini\": 3942}, {\"group\": [2635.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, chicken\", \"clust\": 2663, \"cat_0_index\": 1406, \"rank\": 3940, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3849, \"ini\": 3941}, {\"group\": [2640.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening household soybean (hydrogenated) and palm\", \"clust\": 2668, \"cat_0_index\": 1407, \"rank\": 3939, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3850, \"ini\": 3940}, {\"group\": [2712.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, walnut\", \"clust\": 2746, \"cat_0_index\": 1408, \"rank\": 3938, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3971, \"ini\": 3939}, {\"group\": [2642.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, teaseed\", \"clust\": 2669, \"cat_0_index\": 1409, \"rank\": 3937, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3869, \"ini\": 3938}, {\"group\": [2574.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola for salads, woks and light frying\", \"clust\": 2603, \"cat_0_index\": 1410, \"rank\": 3936, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3925, \"ini\": 3937}, {\"group\": [2575.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola with antifoaming agent, principal uses salads, woks and light frying\", \"clust\": 2604, \"cat_0_index\": 1411, \"rank\": 3935, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3927, \"ini\": 3936}, {\"group\": [3137.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spearmint, dried\", \"clust\": 3172, \"cat_0_index\": 3073, \"rank\": 3934, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3834, \"ini\": 3935}, {\"group\": [2656.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, bearded seal (Oogruk) (Alaska Native)\", \"clust\": 2680, \"cat_0_index\": 1226, \"rank\": 3933, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3898, \"ini\": 3934}, {\"group\": [2856.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Meat drippings (lard, beef tallow, mutton tallow)\", \"clust\": 2883, \"cat_0_index\": 1412, \"rank\": 3932, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3874, \"ini\": 3933}, {\"group\": [2713.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity Food, oil, vegetable, low saturated fat\", \"clust\": 2747, \"cat_0_index\": 1413, \"rank\": 3931, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3973, \"ini\": 3932}, {\"group\": [2710.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, linoleic, (approx. 65%)\", \"clust\": 2744, \"cat_0_index\": 1414, \"rank\": 3930, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3955, \"ini\": 3931}, {\"group\": [2886.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Animal fat, bacon grease\", \"clust\": 2922, \"cat_0_index\": 1415, \"rank\": 3929, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3860, \"ini\": 3930}, {\"group\": [2711.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, flaxseed\", \"clust\": 2745, \"cat_0_index\": 1416, \"rank\": 3928, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3960, \"ini\": 3929}, {\"group\": [2888.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, household, lard and vegetable oil\", \"clust\": 2921, \"cat_0_index\": 1417, \"rank\": 3927, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3870, \"ini\": 3928}, {\"group\": [2887.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lard\", \"clust\": 2923, \"cat_0_index\": 1418, \"rank\": 3926, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3867, \"ini\": 3927}, {\"group\": [2866.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, multipurpose, soybean (hydrogenated) and palm (hydrogenated)\", \"clust\": 2900, \"cat_0_index\": 1419, \"rank\": 3925, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3863, \"ini\": 3926}, {\"group\": [2851.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, mutton tallow\", \"clust\": 2887, \"cat_0_index\": 1420, \"rank\": 3924, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3896, \"ini\": 3925}, {\"group\": [2855.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, palm\", \"clust\": 2884, \"cat_0_index\": 1421, \"rank\": 3923, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3890, \"ini\": 3924}, {\"group\": [2526.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, with salt added\", \"clust\": 2553, \"cat_0_index\": 2187, \"rank\": 3922, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3750, \"ini\": 3923}, {\"group\": [2868.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening cake mix, soybean (hydrogenated) and cottonseed (hydrogenated)\", \"clust\": 2899, \"cat_0_index\": 1422, \"rank\": 3921, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3875, \"ini\": 3922}, {\"group\": [2643.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, cod liver\", \"clust\": 2670, \"cat_0_index\": 1423, \"rank\": 3920, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3843, \"ini\": 3921}, {\"group\": [3342.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, processed with alkali\", \"clust\": 3377, \"cat_0_index\": 3114, \"rank\": 3919, \"cat-0\": \"Sweets\", \"rankvar\": 3821, \"ini\": 3920}, {\"group\": [2867.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, duck\", \"clust\": 2901, \"cat_0_index\": 1424, \"rank\": 3918, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3858, \"ini\": 3919}, {\"group\": [3147.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, low calorie, powder, with added calcium phosphorus, without added sodium or vitamin A\", \"clust\": 3185, \"cat_0_index\": 467, \"rank\": 3917, \"cat-0\": \"Beverages\", \"rankvar\": 3822, \"ini\": 3918}, {\"group\": [2588.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, almond\", \"clust\": 2615, \"cat_0_index\": 1425, \"rank\": 3916, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3938, \"ini\": 3917}, {\"group\": [2852.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), palm (hydrogenated)\", \"clust\": 2888, \"cat_0_index\": 1426, \"rank\": 3915, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3894, \"ini\": 3916}, {\"group\": [2871.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, goose\", \"clust\": 2905, \"cat_0_index\": 1427, \"rank\": 3914, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3888, \"ini\": 3915}, {\"group\": [2586.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, vegetable, Natreon canola, high stability, non trans, high oleic (70%)\", \"clust\": 2616, \"cat_0_index\": 1428, \"rank\": 3913, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3944, \"ini\": 3914}, {\"group\": [2587.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola, high oleic\", \"clust\": 2617, \"cat_0_index\": 1429, \"rank\": 3912, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3945, \"ini\": 3913}, {\"group\": [2593.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, olive, salad or cooking\", \"clust\": 2620, \"cat_0_index\": 1430, \"rank\": 3911, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3943, \"ini\": 3912}, {\"group\": [2869.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening industrial, soybean (hydrogenated) and cottonseed\", \"clust\": 2906, \"cat_0_index\": 1431, \"rank\": 3910, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3891, \"ini\": 3911}, {\"group\": [3036.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, flaxseed\", \"clust\": 3067, \"cat_0_index\": 2188, \"rank\": 3909, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3745, \"ini\": 3910}, {\"group\": [2849.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fat, beef tallow\", \"clust\": 2881, \"cat_0_index\": 1432, \"rank\": 3908, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3915, \"ini\": 3909}, {\"group\": [2475.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cocoa butter\", \"clust\": 2505, \"cat_0_index\": 1433, \"rank\": 3907, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3933, \"ini\": 3908}, {\"group\": [2581.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, herring\", \"clust\": 2608, \"cat_0_index\": 1434, \"rank\": 3906, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3881, \"ini\": 3907}, {\"group\": [3154.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, roasted and toasted\", \"clust\": 3190, \"cat_0_index\": 2189, \"rank\": 3905, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3630, \"ini\": 3906}, {\"group\": [2850.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sheanut\", \"clust\": 2882, \"cat_0_index\": 1435, \"rank\": 3904, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3908, \"ini\": 3905}, {\"group\": [2861.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, cupu assu\", \"clust\": 2889, \"cat_0_index\": 1436, \"rank\": 3903, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3917, \"ini\": 3904}, {\"group\": [2591.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, avocado\", \"clust\": 2621, \"cat_0_index\": 1437, \"rank\": 3902, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3937, \"ini\": 3903}, {\"group\": [2479.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, confectionery, fractionated palm\", \"clust\": 2510, \"cat_0_index\": 1438, \"rank\": 3901, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3953, \"ini\": 3902}, {\"group\": [2870.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated) and cottonseed, principal use as a tortilla shortening\", \"clust\": 2907, \"cat_0_index\": 1439, \"rank\": 3900, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3901, \"ini\": 3901}, {\"group\": [2522.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, with salt added\", \"clust\": 2551, \"cat_0_index\": 2190, \"rank\": 3899, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3747, \"ini\": 3900}, {\"group\": [2592.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, canola (partially hydrogenated) oil for deep fat frying\", \"clust\": 2622, \"cat_0_index\": 1440, \"rank\": 3898, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3939, \"ini\": 3899}, {\"group\": [2480.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter oil, anhydrous\", \"clust\": 2511, \"cat_0_index\": 1057, \"rank\": 3897, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3934, \"ini\": 3898}, {\"group\": [3140.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, celery seed\", \"clust\": 3166, \"cat_0_index\": 3074, \"rank\": 3896, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3785, \"ini\": 3897}, {\"group\": [3155.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seeds, whole, dried\", \"clust\": 3191, \"cat_0_index\": 2191, \"rank\": 3895, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3624, \"ini\": 3896}, {\"group\": [2583.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, mustard\", \"clust\": 2611, \"cat_0_index\": 1441, \"rank\": 3894, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3907, \"ini\": 3895}, {\"group\": [2872.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy ( partially hydrogenated), all purpose\", \"clust\": 2904, \"cat_0_index\": 1442, \"rank\": 3893, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3911, \"ini\": 3894}, {\"group\": [3413.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, chia seeds, dried\", \"clust\": 3444, \"cat_0_index\": 2192, \"rank\": 3892, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3828, \"ini\": 3893}, {\"group\": [3254.0, 54.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, powder, with high vitamin C with other added vitamins, low calorie\", \"clust\": 3290, \"cat_0_index\": 468, \"rank\": 3891, \"cat-0\": \"Beverages\", \"rankvar\": 3946, \"ini\": 3892}, {\"group\": [2589.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, high oleic (primary safflower oil of commerce)\", \"clust\": 2618, \"cat_0_index\": 1443, \"rank\": 3890, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3957, \"ini\": 3891}, {\"group\": [2524.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, oil roasted, without salt added\", \"clust\": 2554, \"cat_0_index\": 2193, \"rank\": 3889, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3761, \"ini\": 3890}, {\"group\": [2873.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy (partially hydrogenated ), palm, principal uses icings and fillings\", \"clust\": 2903, \"cat_0_index\": 1444, \"rank\": 3888, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3909, \"ini\": 3889}, {\"group\": [2714.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, grapeseed\", \"clust\": 2748, \"cat_0_index\": 1445, \"rank\": 3887, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3948, \"ini\": 3888}, {\"group\": [2854.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), beef tallow and cottonseed\", \"clust\": 2885, \"cat_0_index\": 1446, \"rank\": 3886, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3868, \"ini\": 3887}, {\"group\": [3393.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, coriander seed\", \"clust\": 3430, \"cat_0_index\": 3075, \"rank\": 3885, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3837, \"ini\": 3886}, {\"group\": [2595.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening, industrial, soy (partially hydrogenated ) for baking and confections\", \"clust\": 2624, \"cat_0_index\": 1447, \"rank\": 3884, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3941, \"ini\": 3885}, {\"group\": [2523.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans, dry roasted, without salt added\", \"clust\": 2552, \"cat_0_index\": 2194, \"rank\": 3883, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3757, \"ini\": 3884}, {\"group\": [3249.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Energy Bar, all flavors\", \"clust\": 3281, \"cat_0_index\": 2482, \"rank\": 3882, \"cat-0\": \"Snacks\", \"rankvar\": 3767, \"ini\": 3883}, {\"group\": [3411.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pinon Nuts, roasted (Navajo)\", \"clust\": 3447, \"cat_0_index\": 1227, \"rank\": 3881, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3844, \"ini\": 3882}, {\"group\": [2482.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm and palm kernel, filling fat (non-hydrogenated)\", \"clust\": 2502, \"cat_0_index\": 1448, \"rank\": 3880, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3963, \"ini\": 3881}, {\"group\": [3347.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, chili powder\", \"clust\": 3380, \"cat_0_index\": 3076, \"rank\": 3879, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3795, \"ini\": 3880}, {\"group\": [3159.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu), prepared with calcium sulfate\", \"clust\": 3193, \"cat_0_index\": 1970, \"rank\": 3878, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3878, \"ini\": 3879}, {\"group\": [2596.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening frying (heavy duty), soybean (hydrogenated), linoleic (less than 1%)\", \"clust\": 2625, \"cat_0_index\": 1449, \"rank\": 3877, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3962, \"ini\": 3878}, {\"group\": [2590.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, hazelnut\", \"clust\": 2619, \"cat_0_index\": 1450, \"rank\": 3876, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3949, \"ini\": 3877}, {\"group\": [2584.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, spotted seal (Alaska Native)\", \"clust\": 2612, \"cat_0_index\": 1228, \"rank\": 3875, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3857, \"ini\": 3876}, {\"group\": [2853.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, leaf fat, raw\", \"clust\": 2886, \"cat_0_index\": 2291, \"rank\": 3874, \"cat-0\": \"Pork Products\", \"rankvar\": 3840, \"ini\": 3875}, {\"group\": [2525.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pecans\", \"clust\": 2555, \"cat_0_index\": 2195, \"rank\": 3873, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3731, \"ini\": 3874}, {\"group\": [3150.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with low-calorie sweeteners, powder\", \"clust\": 3178, \"cat_0_index\": 469, \"rank\": 3872, \"cat-0\": \"Beverages\", \"rankvar\": 3763, \"ini\": 3873}, {\"group\": [2715.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, safflower, salad or cooking, linoleic, (over 70%)\", \"clust\": 2749, \"cat_0_index\": 1451, \"rank\": 3871, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3952, \"ini\": 3872}, {\"group\": [2748.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, english\", \"clust\": 2782, \"cat_0_index\": 2196, \"rank\": 3870, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3829, \"ini\": 3871}, {\"group\": [2450.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), not sweetened\", \"clust\": 2479, \"cat_0_index\": 2197, \"rank\": 3869, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3830, \"ini\": 3870}, {\"group\": [3156.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, paste\", \"clust\": 3189, \"cat_0_index\": 2198, \"rank\": 3868, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3619, \"ini\": 3869}, {\"group\": [3394.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, caraway seed\", \"clust\": 3431, \"cat_0_index\": 3077, \"rank\": 3867, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3815, \"ini\": 3868}, {\"group\": [3256.0, 55.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, added phosphorus, potassium, sodium, vitamin C\", \"clust\": 3284, \"cat_0_index\": 3115, \"rank\": 3866, \"cat-0\": \"Sweets\", \"rankvar\": 3836, \"ini\": 3867}, {\"group\": [2601.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, with salt added\", \"clust\": 2626, \"cat_0_index\": 2199, \"rank\": 3865, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3818, \"ini\": 3866}, {\"group\": [2599.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, raw\", \"clust\": 2627, \"cat_0_index\": 2200, \"rank\": 3864, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3817, \"ini\": 3865}, {\"group\": [2891.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, bacon, rendered fat, cooked\", \"clust\": 2920, \"cat_0_index\": 2292, \"rank\": 3863, \"cat-0\": \"Pork Products\", \"rankvar\": 3833, \"ini\": 3864}, {\"group\": [3119.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Whole Grain TOTAL\", \"clust\": 3154, \"cat_0_index\": 726, \"rank\": 3862, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3886, \"ini\": 3863}, {\"group\": [3130.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, low-sodium\", \"clust\": 3162, \"cat_0_index\": 291, \"rank\": 3861, \"cat-0\": \"Baked Products\", \"rankvar\": 3997, \"ini\": 3862}, {\"group\": [2476.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, suet, raw\", \"clust\": 2506, \"cat_0_index\": 436, \"rank\": 3860, \"cat-0\": \"Beef Products\", \"rankvar\": 3877, \"ini\": 3861}, {\"group\": [2746.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, with salt added\", \"clust\": 2779, \"cat_0_index\": 2201, \"rank\": 3859, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3746, \"ini\": 3860}, {\"group\": [2536.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, with salt added\", \"clust\": 2566, \"cat_0_index\": 2202, \"rank\": 3858, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3549, \"ini\": 3859}, {\"group\": [2597.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, sunflower, high oleic (70% and over)\", \"clust\": 2623, \"cat_0_index\": 1452, \"rank\": 3857, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3950, \"ini\": 3858}, {\"group\": [2731.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean and safflower oil, with salt\", \"clust\": 2765, \"cat_0_index\": 1453, \"rank\": 3856, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3920, \"ini\": 3857}, {\"group\": [3397.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cloves, ground\", \"clust\": 3427, \"cat_0_index\": 3078, \"rank\": 3855, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3772, \"ini\": 3856}, {\"group\": [2600.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, macadamia nuts, dry roasted, without salt added\", \"clust\": 2628, \"cat_0_index\": 2203, \"rank\": 3854, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3819, \"ini\": 3855}, {\"group\": [2534.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, with salt added\", \"clust\": 2564, \"cat_0_index\": 2204, \"rank\": 3853, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3526, \"ini\": 3854}, {\"group\": [3345.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, paprika\", \"clust\": 3381, \"cat_0_index\": 3079, \"rank\": 3852, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3814, \"ini\": 3853}, {\"group\": [2521.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, brazilnuts, dried, unblanched\", \"clust\": 2540, \"cat_0_index\": 2205, \"rank\": 3851, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3593, \"ini\": 3852}, {\"group\": [2893.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pilinuts, dried\", \"clust\": 2908, \"cat_0_index\": 2206, \"rank\": 3850, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3760, \"ini\": 3851}, {\"group\": [2535.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond butter, plain, without salt added\", \"clust\": 2565, \"cat_0_index\": 2207, \"rank\": 3849, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3536, \"ini\": 3850}, {\"group\": [2889.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, backfat, raw\", \"clust\": 2924, \"cat_0_index\": 2293, \"rank\": 3848, \"cat-0\": \"Pork Products\", \"rankvar\": 3816, \"ini\": 3849}, {\"group\": [2538.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, oil roasted, without salt added\", \"clust\": 2569, \"cat_0_index\": 2208, \"rank\": 3847, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3558, \"ini\": 3848}, {\"group\": [2604.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, dry roasted, without salt added\", \"clust\": 2632, \"cat_0_index\": 2209, \"rank\": 3846, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3706, \"ini\": 3847}, {\"group\": [2453.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, babassu\", \"clust\": 2482, \"cat_0_index\": 1454, \"rank\": 3845, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3959, \"ini\": 3846}, {\"group\": [2517.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, dried (decorticated)\", \"clust\": 2547, \"cat_0_index\": 2210, \"rank\": 3844, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3652, \"ini\": 3845}, {\"group\": [2454.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil, palm kernel\", \"clust\": 2483, \"cat_0_index\": 1455, \"rank\": 3843, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3951, \"ini\": 3844}, {\"group\": [2556.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut spread, reduced sugar\", \"clust\": 2584, \"cat_0_index\": 1971, \"rank\": 3842, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3477, \"ini\": 3843}, {\"group\": [2537.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, with salt added\", \"clust\": 2567, \"cat_0_index\": 2211, \"rank\": 3841, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3488, \"ini\": 3842}, {\"group\": [2747.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, toasted, without salt\", \"clust\": 2780, \"cat_0_index\": 2212, \"rank\": 3840, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3758, \"ini\": 3841}, {\"group\": [2885.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, salt pork, raw\", \"clust\": 2913, \"cat_0_index\": 2294, \"rank\": 3839, \"cat-0\": \"Pork Products\", \"rankvar\": 3768, \"ini\": 3840}, {\"group\": [3138.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, dill seed\", \"clust\": 3170, \"cat_0_index\": 3080, \"rank\": 3838, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3776, \"ini\": 3839}, {\"group\": [3486.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried\", \"clust\": 3522, \"cat_0_index\": 3349, \"rank\": 3837, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3797, \"ini\": 3838}, {\"group\": [2582.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, beluga, whale (Alaska Native)\", \"clust\": 2609, \"cat_0_index\": 1229, \"rank\": 3836, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3845, \"ini\": 3837}, {\"group\": [2722.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, with salt\", \"clust\": 2756, \"cat_0_index\": 1456, \"rank\": 3835, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3831, \"ini\": 3836}, {\"group\": [2468.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, ucuhuba butter\", \"clust\": 2494, \"cat_0_index\": 1457, \"rank\": 3834, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3956, \"ini\": 3835}, {\"group\": [2519.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, pinyon, dried\", \"clust\": 2546, \"cat_0_index\": 2213, \"rank\": 3833, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3642, \"ini\": 3834}, {\"group\": [2606.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts, blanched\", \"clust\": 2631, \"cat_0_index\": 2214, \"rank\": 3832, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3719, \"ini\": 3833}, {\"group\": [2703.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, soybean lecithin\", \"clust\": 2738, \"cat_0_index\": 1458, \"rank\": 3831, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3906, \"ini\": 3832}, {\"group\": [3141.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, with added vitamin D\", \"clust\": 3175, \"cat_0_index\": 1058, \"rank\": 3829, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3480, \"ini\": 3831}, {\"group\": [3141.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, whole, without added vitamin D\", \"clust\": 3176, \"cat_0_index\": 1059, \"rank\": 3830, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3481, \"ini\": 3830}, {\"group\": [2511.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from roasted and toasted kernels (most common type)\", \"clust\": 2538, \"cat_0_index\": 2215, \"rank\": 3828, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3544, \"ini\": 3829}, {\"group\": [2723.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise dressing, no cholesterol\", \"clust\": 2757, \"cat_0_index\": 1459, \"rank\": 3827, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3839, \"ini\": 3828}, {\"group\": [2540.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, dry roasted, without salt added\", \"clust\": 2568, \"cat_0_index\": 2216, \"rank\": 3826, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3503, \"ini\": 3827}, {\"group\": [2605.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hazelnuts or filberts\", \"clust\": 2633, \"cat_0_index\": 2217, \"rank\": 3825, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3683, \"ini\": 3826}, {\"group\": [2668.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, hard, soybean (hydrogenated)\", \"clust\": 2692, \"cat_0_index\": 1460, \"rank\": 3824, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3773, \"ini\": 3825}, {\"group\": [2664.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt, with added vitamin D\", \"clust\": 2696, \"cat_0_index\": 1461, \"rank\": 3822, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3781, \"ini\": 3824}, {\"group\": [2664.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, with salt\", \"clust\": 2697, \"cat_0_index\": 1462, \"rank\": 3823, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3782, \"ini\": 3823}, {\"group\": [2744.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, with salt added\", \"clust\": 2777, \"cat_0_index\": 2218, \"rank\": 3821, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3698, \"ini\": 3822}, {\"group\": [2742.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, without salt\", \"clust\": 2775, \"cat_0_index\": 2219, \"rank\": 3820, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3679, \"ini\": 3821}, {\"group\": [3346.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, red or cayenne\", \"clust\": 3382, \"cat_0_index\": 3081, \"rank\": 3819, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3713, \"ini\": 3820}, {\"group\": [2665.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, stick, includes regular and hydrogenated corn and soybean oils\", \"clust\": 2695, \"cat_0_index\": 1463, \"rank\": 3818, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3784, \"ini\": 3819}, {\"group\": [3128.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, tarragon, dried\", \"clust\": 3161, \"cat_0_index\": 3082, \"rank\": 3817, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3794, \"ini\": 3818}, {\"group\": [2743.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dry roasted, with salt added\", \"clust\": 2776, \"cat_0_index\": 2220, \"rank\": 3816, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3668, \"ini\": 3817}, {\"group\": [2465.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, principal uses candy coatings, oil sprays, roasting nuts\", \"clust\": 2496, \"cat_0_index\": 1464, \"rank\": 3815, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3965, \"ini\": 3816}, {\"group\": [2673.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt, with added vitamin D\", \"clust\": 2704, \"cat_0_index\": 1465, \"rank\": 3813, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3786, \"ini\": 3815}, {\"group\": [2673.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, with salt\", \"clust\": 2705, \"cat_0_index\": 1466, \"rank\": 3814, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3787, \"ini\": 3814}, {\"group\": [3162.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, tablets, unsweetened\", \"clust\": 3199, \"cat_0_index\": 3116, \"rank\": 3812, \"cat-0\": \"Sweets\", \"rankvar\": 3998, \"ini\": 3813}, {\"group\": [2466.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut, confection fat, typical basis for ice cream coatings\", \"clust\": 2497, \"cat_0_index\": 1467, \"rank\": 3811, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3966, \"ini\": 3812}, {\"group\": [2569.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, with salt\", \"clust\": 2599, \"cat_0_index\": 1972, \"rank\": 3810, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3438, \"ini\": 3811}, {\"group\": [2445.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, liquid\", \"clust\": 2473, \"cat_0_index\": 3117, \"rank\": 3809, \"cat-0\": \"Sweets\", \"rankvar\": 3560, \"ini\": 3810}, {\"group\": [3034.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, with salt added (decorticated)\", \"clust\": 3068, \"cat_0_index\": 2221, \"rank\": 3808, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3532, \"ini\": 3809}, {\"group\": [2580.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, 80% fat, tub, CANOLA HARVEST Soft Spread (canola, palm and palm kernel oils)\", \"clust\": 2601, \"cat_0_index\": 1468, \"rank\": 3807, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3802, \"ini\": 3808}, {\"group\": [2467.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, coconut\", \"clust\": 2495, \"cat_0_index\": 1469, \"rank\": 3806, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3954, \"ini\": 3807}, {\"group\": [2667.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, soy and partially hydrogenated soy oil, use for baking, sauces and candy\", \"clust\": 2693, \"cat_0_index\": 1470, \"rank\": 3805, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3771, \"ini\": 3806}, {\"group\": [3247.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink mix, powder, unsweetened\", \"clust\": 3282, \"cat_0_index\": 470, \"rank\": 3804, \"cat-0\": \"Beverages\", \"rankvar\": 3940, \"ini\": 3805}, {\"group\": [2750.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, walnuts, black, dried\", \"clust\": 2781, \"cat_0_index\": 2222, \"rank\": 3803, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3726, \"ini\": 3804}, {\"group\": [2541.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds\", \"clust\": 2563, \"cat_0_index\": 2223, \"rank\": 3802, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3462, \"ini\": 3803}, {\"group\": [2464.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel, confection fat, uses similar to high quality cocoa butter\", \"clust\": 2490, \"cat_0_index\": 1471, \"rank\": 3801, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3968, \"ini\": 3802}, {\"group\": [2874.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, industrial, non-dairy, cottonseed, soy oil (partially hydrogenated ), for flaky pastries\", \"clust\": 2902, \"cat_0_index\": 1472, \"rank\": 3800, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3780, \"ini\": 3801}, {\"group\": [2509.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pine nuts, dried\", \"clust\": 2536, \"cat_0_index\": 2224, \"rank\": 3799, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3736, \"ini\": 3800}, {\"group\": [2530.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, with peanuts, oil roasted, with salt added\", \"clust\": 2560, \"cat_0_index\": 2225, \"rank\": 3798, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3492, \"ini\": 3799}, {\"group\": [2539.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, blanched\", \"clust\": 2570, \"cat_0_index\": 2226, \"rank\": 3797, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3506, \"ini\": 3798}, {\"group\": [2745.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, oil roasted, without salt\", \"clust\": 2778, \"cat_0_index\": 2227, \"rank\": 3796, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3707, \"ini\": 3797}, {\"group\": [2542.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almonds, honey roasted, unblanched\", \"clust\": 2562, \"cat_0_index\": 2228, \"rank\": 3795, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3520, \"ini\": 3796}, {\"group\": [2463.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), filling fat\", \"clust\": 2491, \"cat_0_index\": 1473, \"rank\": 3794, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3972, \"ini\": 3795}, {\"group\": [3343.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, hi-fat or breakfast, plain\", \"clust\": 3378, \"cat_0_index\": 3118, \"rank\": 3793, \"cat-0\": \"Sweets\", \"rankvar\": 3723, \"ini\": 3794}, {\"group\": [2527.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, hickorynuts, dried\", \"clust\": 2550, \"cat_0_index\": 2229, \"rank\": 3792, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3664, \"ini\": 3793}, {\"group\": [2446.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, unsweetened, squares\", \"clust\": 2474, \"cat_0_index\": 3119, \"rank\": 3791, \"cat-0\": \"Sweets\", \"rankvar\": 3618, \"ini\": 3792}, {\"group\": [2461.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated) , used for whipped toppings, non-dairy\", \"clust\": 2492, \"cat_0_index\": 1474, \"rank\": 3790, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3977, \"ini\": 3791}, {\"group\": [3142.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, without added vitamin A and vitamin D\", \"clust\": 3181, \"cat_0_index\": 1060, \"rank\": 3789, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3737, \"ini\": 3790}, {\"group\": [3143.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, regular, with added vitamin A and vitamin D\", \"clust\": 3182, \"cat_0_index\": 1061, \"rank\": 3788, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3738, \"ini\": 3789}, {\"group\": [2518.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from unroasted kernels (non-chemically removed seed coat)\", \"clust\": 2548, \"cat_0_index\": 2230, \"rank\": 3787, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3588, \"ini\": 3788}, {\"group\": [2462.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, nutmeg butter\", \"clust\": 2493, \"cat_0_index\": 1475, \"rank\": 3786, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3978, \"ini\": 3787}, {\"group\": [3120.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Blueberry Pomegranate\", \"clust\": 3155, \"cat_0_index\": 727, \"rank\": 3785, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3832, \"ini\": 3786}, {\"group\": [2749.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, butternuts, dried\", \"clust\": 2783, \"cat_0_index\": 2231, \"rank\": 3784, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3806, \"ini\": 3785}, {\"group\": [2477.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, whipped, with salt\", \"clust\": 2507, \"cat_0_index\": 1062, \"rank\": 3783, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3823, \"ini\": 3784}, {\"group\": [2558.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, with salt\", \"clust\": 2588, \"cat_0_index\": 1973, \"rank\": 3782, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3425, \"ini\": 3783}, {\"group\": [3490.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carrot, dehydrated\", \"clust\": 3525, \"cat_0_index\": 3350, \"rank\": 3781, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3774, \"ini\": 3782}, {\"group\": [3167.0, 46.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese, dry, powder\", \"clust\": 3195, \"cat_0_index\": 2597, \"rank\": 3780, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3348, \"ini\": 3781}, {\"group\": [3035.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame seed kernels, toasted, without salt added (decorticated)\", \"clust\": 3069, \"cat_0_index\": 2232, \"rank\": 3779, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3548, \"ini\": 3780}, {\"group\": [2669.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt\", \"clust\": 2698, \"cat_0_index\": 1476, \"rank\": 3777, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3790, \"ini\": 3779}, {\"group\": [2669.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, stick, without salt, with added vitamin D\", \"clust\": 2699, \"cat_0_index\": 1477, \"rank\": 3778, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3791, \"ini\": 3778}, {\"group\": [2548.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, with salt added\", \"clust\": 2575, \"cat_0_index\": 2233, \"rank\": 3776, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3258, \"ini\": 3777}, {\"group\": [3395.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, curry powder\", \"clust\": 3429, \"cat_0_index\": 3083, \"rank\": 3775, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3766, \"ini\": 3776}, {\"group\": [2460.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Shortening confectionery, coconut (hydrogenated) and or palm kernel (hydrogenated)\", \"clust\": 2484, \"cat_0_index\": 1478, \"rank\": 3774, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3979, \"ini\": 3775}, {\"group\": [2672.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, regular, 80% fat, composite, tub, without salt\", \"clust\": 2700, \"cat_0_index\": 1479, \"rank\": 3773, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3792, \"ini\": 3774}, {\"group\": [3146.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, dried\", \"clust\": 3180, \"cat_0_index\": 1063, \"rank\": 3772, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3689, \"ini\": 3773}, {\"group\": [2562.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, with salt\", \"clust\": 2591, \"cat_0_index\": 1974, \"rank\": 3771, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3391, \"ini\": 3772}, {\"group\": [2708.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, soybean oil, without salt\", \"clust\": 2743, \"cat_0_index\": 1480, \"rank\": 3770, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3812, \"ini\": 3771}, {\"group\": [2555.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, with salt\", \"clust\": 2585, \"cat_0_index\": 1975, \"rank\": 3769, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3333, \"ini\": 3770}, {\"group\": [3163.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, sodium aluminum sulfate\", \"clust\": 3200, \"cat_0_index\": 292, \"rank\": 3768, \"cat-0\": \"Baked Products\", \"rankvar\": 3999, \"ini\": 3769}, {\"group\": [2638.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, butter-margarine blend, 80% fat, stick, without salt\", \"clust\": 2665, \"cat_0_index\": 1481, \"rank\": 3767, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3762, \"ini\": 3768}, {\"group\": [2531.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, with peanuts, without salt added\", \"clust\": 2561, \"cat_0_index\": 2234, \"rank\": 3766, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3535, \"ini\": 3767}, {\"group\": [3126.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder\", \"clust\": 3146, \"cat_0_index\": 471, \"rank\": 3765, \"cat-0\": \"Beverages\", \"rankvar\": 3947, \"ini\": 3766}, {\"group\": [3121.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Corn Flakes\", \"clust\": 3153, \"cat_0_index\": 728, \"rank\": 3764, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3903, \"ini\": 3765}, {\"group\": [2546.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, raw\", \"clust\": 2576, \"cat_0_index\": 2235, \"rank\": 3763, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3309, \"ini\": 3764}, {\"group\": [2478.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, salted\", \"clust\": 2508, \"cat_0_index\": 1064, \"rank\": 3762, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3825, \"ini\": 3763}, {\"group\": [2455.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, soy, fully hydrogenated\", \"clust\": 2485, \"cat_0_index\": 1482, \"rank\": 3761, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3980, \"ini\": 3762}, {\"group\": [3304.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, salted\", \"clust\": 3339, \"cat_0_index\": 1976, \"rank\": 3760, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3499, \"ini\": 3761}, {\"group\": [3144.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, without added vitamin A and vitamin D\", \"clust\": 3183, \"cat_0_index\": 1065, \"rank\": 3759, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3727, \"ini\": 3760}, {\"group\": [3145.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, instant, with added vitamin A and vitamin D\", \"clust\": 3184, \"cat_0_index\": 1066, \"rank\": 3758, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3728, \"ini\": 3759}, {\"group\": [3491.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hot chile, sun-dried\", \"clust\": 3526, \"cat_0_index\": 3351, \"rank\": 3757, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3749, \"ini\": 3758}, {\"group\": [2559.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, with salt\", \"clust\": 2589, \"cat_0_index\": 1977, \"rank\": 3756, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3353, \"ini\": 3757}, {\"group\": [2614.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter with omega-3, creamy\", \"clust\": 2635, \"cat_0_index\": 1978, \"rank\": 3755, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3552, \"ini\": 3756}, {\"group\": [2456.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, intermediate grade product\", \"clust\": 2486, \"cat_0_index\": 1483, \"rank\": 3754, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3983, \"ini\": 3755}, {\"group\": [3047.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw\", \"clust\": 3083, \"cat_0_index\": 1979, \"rank\": 3753, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3622, \"ini\": 3754}, {\"group\": [3122.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Double Chocolate Nut Bar\", \"clust\": 3152, \"cat_0_index\": 2483, \"rank\": 3752, \"cat-0\": \"Snacks\", \"rankvar\": 3722, \"ini\": 3753}, {\"group\": [3554.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, NEOSURE, powder, with ARA and DHA (formerly ROSS)\", \"clust\": 3596, \"cat_0_index\": 0, \"rank\": 3751, \"cat-0\": \"Baby Foods\", \"rankvar\": 3186, \"ini\": 3752}, {\"group\": [2512.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, from raw and stone ground kernels\", \"clust\": 2539, \"cat_0_index\": 2236, \"rank\": 3750, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3435, \"ini\": 3751}, {\"group\": [2547.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, pistachio nuts, dry roasted, without salt added\", \"clust\": 2577, \"cat_0_index\": 2237, \"rank\": 3749, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3297, \"ini\": 3750}, {\"group\": [3546.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP PROSOBEE, powder, not reconstituted\", \"clust\": 3586, \"cat_0_index\": 1, \"rank\": 3747, \"cat-0\": \"Baby Foods\", \"rankvar\": 3472, \"ini\": 3749}, {\"group\": [3546.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE LIPIL, powder, with ARA and DHA\", \"clust\": 3587, \"cat_0_index\": 2, \"rank\": 3748, \"cat-0\": \"Baby Foods\", \"rankvar\": 3473, \"ini\": 3748}, {\"group\": [2459.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish oil, menhaden, fully hydrogenated\", \"clust\": 2487, \"cat_0_index\": 1484, \"rank\": 3746, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3986, \"ini\": 3747}, {\"group\": [3487.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, no sugar added, powder\", \"clust\": 3520, \"cat_0_index\": 472, \"rank\": 3745, \"cat-0\": \"Beverages\", \"rankvar\": 3701, \"ini\": 3746}, {\"group\": [2560.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, raw\", \"clust\": 2592, \"cat_0_index\": 1980, \"rank\": 3744, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3399, \"ini\": 3745}, {\"group\": [3404.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN WITH EXTRA FIBER\", \"clust\": 3439, \"cat_0_index\": 729, \"rank\": 3743, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3879, \"ini\": 3744}, {\"group\": [2552.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunky, vitamin and mineral fortified\", \"clust\": 2580, \"cat_0_index\": 1981, \"rank\": 3742, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3340, \"ini\": 3743}, {\"group\": [3400.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Carob flour\", \"clust\": 3434, \"cat_0_index\": 1982, \"rank\": 3741, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3838, \"ini\": 3742}, {\"group\": [3352.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened, processed with alkali\", \"clust\": 3387, \"cat_0_index\": 3120, \"rank\": 3740, \"cat-0\": \"Sweets\", \"rankvar\": 3801, \"ini\": 3741}, {\"group\": [2457.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, palm kernel (hydrogenated), confection fat, uses similar to 95 degree hard butter\", \"clust\": 2488, \"cat_0_index\": 1485, \"rank\": 3739, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3984, \"ini\": 3740}, {\"group\": [2549.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, vitamin and mineral fortified\", \"clust\": 2582, \"cat_0_index\": 1983, \"rank\": 3738, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3319, \"ini\": 3739}, {\"group\": [2594.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, PAM cooking spray, original\", \"clust\": 2614, \"cat_0_index\": 1486, \"rank\": 3737, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3824, \"ini\": 3738}, {\"group\": [2602.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, with salt added\", \"clust\": 2629, \"cat_0_index\": 2238, \"rank\": 3736, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3586, \"ini\": 3737}, {\"group\": [3151.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, dried\", \"clust\": 3177, \"cat_0_index\": 1067, \"rank\": 3735, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3735, \"ini\": 3736}, {\"group\": [2550.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, with salt\", \"clust\": 2583, \"cat_0_index\": 1984, \"rank\": 3734, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3308, \"ini\": 3735}, {\"group\": [2561.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, spanish, oil-roasted, without salt\", \"clust\": 2593, \"cat_0_index\": 1985, \"rank\": 3733, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3413, \"ini\": 3734}, {\"group\": [2458.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oil, industrial, coconut (hydrogenated), used for whipped toppings and coffee whiteners\", \"clust\": 2489, \"cat_0_index\": 1487, \"rank\": 3732, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3982, \"ini\": 3733}, {\"group\": [2533.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, with salt added\", \"clust\": 2558, \"cat_0_index\": 2239, \"rank\": 3731, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3426, \"ini\": 3732}, {\"group\": [2553.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, chunk style, without salt\", \"clust\": 2586, \"cat_0_index\": 1986, \"rank\": 3730, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3365, \"ini\": 3731}, {\"group\": [3339.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cinnamon, ground\", \"clust\": 3371, \"cat_0_index\": 3084, \"rank\": 3729, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3918, \"ini\": 3730}, {\"group\": [3134.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cumin seed\", \"clust\": 3167, \"cat_0_index\": 3085, \"rank\": 3728, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3540, \"ini\": 3729}, {\"group\": [2513.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, all flavors except macadamia, without salt\", \"clust\": 2543, \"cat_0_index\": 2240, \"rank\": 3727, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3639, \"ini\": 3728}, {\"group\": [3064.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smelt, dried (Alaska Native)\", \"clust\": 3099, \"cat_0_index\": 1230, \"rank\": 3726, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3783, \"ini\": 3727}, {\"group\": [3048.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, raw, crude protein basis (N x 6.25)\", \"clust\": 3084, \"cat_0_index\": 1987, \"rank\": 3725, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3649, \"ini\": 3726}, {\"group\": [2674.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, margarine-butter blend, soybean oil and butter\", \"clust\": 2703, \"cat_0_index\": 1488, \"rank\": 3724, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3742, \"ini\": 3725}, {\"group\": [2563.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, oil-roasted, without salt\", \"clust\": 2590, \"cat_0_index\": 1988, \"rank\": 3723, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3458, \"ini\": 3724}, {\"group\": [3305.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, roasted, no salt added\", \"clust\": 3340, \"cat_0_index\": 1989, \"rank\": 3722, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3517, \"ini\": 3723}, {\"group\": [3148.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, milkshake mix, dry, not chocolate\", \"clust\": 3186, \"cat_0_index\": 1068, \"rank\": 3721, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3669, \"ini\": 3722}, {\"group\": [2566.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, raw\", \"clust\": 2597, \"cat_0_index\": 1990, \"rank\": 3720, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3363, \"ini\": 3721}, {\"group\": [3548.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, powder, not reconstituted\", \"clust\": 3590, \"cat_0_index\": 3, \"rank\": 3719, \"cat-0\": \"Baby Foods\", \"rankvar\": 3271, \"ini\": 3720}, {\"group\": [2570.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, with salt\", \"clust\": 2600, \"cat_0_index\": 1991, \"rank\": 3718, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3377, \"ini\": 3719}, {\"group\": [3398.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN BRAN BUDS\", \"clust\": 3432, \"cat_0_index\": 730, \"rank\": 3717, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3851, \"ini\": 3718}, {\"group\": [2603.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed butter, without salt\", \"clust\": 2630, \"cat_0_index\": 2241, \"rank\": 3716, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3596, \"ini\": 3717}, {\"group\": [2528.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, without peanuts, oil roasted, with salt added\", \"clust\": 2556, \"cat_0_index\": 2242, \"rank\": 3715, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3490, \"ini\": 3716}, {\"group\": [2481.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, without salt\", \"clust\": 2509, \"cat_0_index\": 1069, \"rank\": 3714, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3827, \"ini\": 3715}, {\"group\": [2520.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sunflower seed kernels, dried\", \"clust\": 2545, \"cat_0_index\": 2243, \"rank\": 3713, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3504, \"ini\": 3714}, {\"group\": [2554.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, reduced sodium\", \"clust\": 2587, \"cat_0_index\": 1992, \"rank\": 3712, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3313, \"ini\": 3713}, {\"group\": [3158.0, 43.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sesame crunch\", \"clust\": 3187, \"cat_0_index\": 3121, \"rank\": 3711, \"cat-0\": \"Sweets\", \"rankvar\": 3179, \"ini\": 3712}, {\"group\": [2567.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, raw\", \"clust\": 2598, \"cat_0_index\": 1993, \"rank\": 3710, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3355, \"ini\": 3711}, {\"group\": [3297.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted, crude protein basis (N x 6.25)\", \"clust\": 3334, \"cat_0_index\": 1994, \"rank\": 3709, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3655, \"ini\": 3710}, {\"group\": [2543.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, with salt added\", \"clust\": 2573, \"cat_0_index\": 2244, \"rank\": 3708, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3408, \"ini\": 3709}, {\"group\": [3105.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Bar\", \"clust\": 3140, \"cat_0_index\": 3122, \"rank\": 3707, \"cat-0\": \"Sweets\", \"rankvar\": 3645, \"ini\": 3708}, {\"group\": [2564.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, oil-roasted, without salt\", \"clust\": 2594, \"cat_0_index\": 1995, \"rank\": 3706, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3379, \"ini\": 3707}, {\"group\": [2551.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth style, without salt\", \"clust\": 2581, \"cat_0_index\": 1996, \"rank\": 3705, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3318, \"ini\": 3706}, {\"group\": [2565.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, dry-roasted, without salt\", \"clust\": 2595, \"cat_0_index\": 1997, \"rank\": 3704, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3394, \"ini\": 3705}, {\"group\": [2545.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, dried\", \"clust\": 2572, \"cat_0_index\": 2245, \"rank\": 3703, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3449, \"ini\": 3704}, {\"group\": [2515.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, unflavored, with salt added\", \"clust\": 2542, \"cat_0_index\": 2246, \"rank\": 3702, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3567, \"ini\": 3703}, {\"group\": [2469.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), creamed\", \"clust\": 2498, \"cat_0_index\": 2247, \"rank\": 3701, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3842, \"ini\": 3702}, {\"group\": [2447.0, 19.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, nutmeg, ground\", \"clust\": 2472, \"cat_0_index\": 3086, \"rank\": 3700, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3592, \"ini\": 3701}, {\"group\": [2568.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, virginia, oil-roasted, without salt\", \"clust\": 2596, \"cat_0_index\": 1998, \"rank\": 3699, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3400, \"ini\": 3700}, {\"group\": [2709.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, home recipe\", \"clust\": 2739, \"cat_0_index\": 1489, \"rank\": 3698, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3765, \"ini\": 3699}, {\"group\": [3569.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE, with iron, powder, not reconstituted\", \"clust\": 3613, \"cat_0_index\": 4, \"rank\": 3697, \"cat-0\": \"Baby Foods\", \"rankvar\": 3201, \"ini\": 3698}, {\"group\": [3152.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, instant breakfast powder, chocolate, sugar-free, not reconstituted\", \"clust\": 3174, \"cat_0_index\": 1070, \"rank\": 3696, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3456, \"ini\": 3697}, {\"group\": [2544.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seed kernels, roasted, without salt\", \"clust\": 2574, \"cat_0_index\": 2248, \"rank\": 3695, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3419, \"ini\": 3696}, {\"group\": [3570.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, PROSOBEE LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 3614, \"cat_0_index\": 5, \"rank\": 3694, \"cat-0\": \"Baby Foods\", \"rankvar\": 3194, \"ini\": 3695}, {\"group\": [3564.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, with iron, powder, not reconstituted\", \"clust\": 3609, \"cat_0_index\": 6, \"rank\": 3693, \"cat-0\": \"Baby Foods\", \"rankvar\": 3254, \"ini\": 3694}, {\"group\": [3049.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted\", \"clust\": 3085, \"cat_0_index\": 1999, \"rank\": 3692, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3487, \"ini\": 3693}, {\"group\": [3054.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat, crude protein basis (N x 6.25)\", \"clust\": 3087, \"cat_0_index\": 2000, \"rank\": 3691, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3705, \"ini\": 3692}, {\"group\": [3537.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, with added nutrients, powder\", \"clust\": 3575, \"cat_0_index\": 473, \"rank\": 3690, \"cat-0\": \"Beverages\", \"rankvar\": 3615, \"ini\": 3691}, {\"group\": [3166.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, regular, dry mix\", \"clust\": 3196, \"cat_0_index\": 3123, \"rank\": 3689, \"cat-0\": \"Sweets\", \"rankvar\": 3744, \"ini\": 3690}, {\"group\": [3553.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3597, \"cat_0_index\": 7, \"rank\": 3687, \"cat-0\": \"Baby Foods\", \"rankvar\": 3203, \"ini\": 3689}, {\"group\": [3553.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3598, \"cat_0_index\": 8, \"rank\": 3688, \"cat-0\": \"Baby Foods\", \"rankvar\": 3204, \"ini\": 3688}, {\"group\": [2529.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, oil roasted, without peanuts, without salt added\", \"clust\": 2557, \"cat_0_index\": 2249, \"rank\": 3686, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3519, \"ini\": 3687}, {\"group\": [3565.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 3610, \"cat_0_index\": 9, \"rank\": 3685, \"cat-0\": \"Baby Foods\", \"rankvar\": 3226, \"ini\": 3686}, {\"group\": [2573.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mustard seed, ground\", \"clust\": 2549, \"cat_0_index\": 3087, \"rank\": 3684, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3159, \"ini\": 3685}, {\"group\": [2493.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 70-85% cacao solids\", \"clust\": 2521, \"cat_0_index\": 3124, \"rank\": 3683, \"cat-0\": \"Sweets\", \"rankvar\": 3362, \"ini\": 3684}, {\"group\": [3299.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, defatted\", \"clust\": 3333, \"cat_0_index\": 2001, \"rank\": 3682, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3718, \"ini\": 3683}, {\"group\": [3298.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, low-fat\", \"clust\": 3335, \"cat_0_index\": 2002, \"rank\": 3681, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3628, \"ini\": 3682}, {\"group\": [2532.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, mixed nuts, dry roasted, with peanuts, without salt added\", \"clust\": 2559, \"cat_0_index\": 2250, \"rank\": 3680, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3467, \"ini\": 3681}, {\"group\": [3116.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL Raisin Bran\", \"clust\": 3150, \"cat_0_index\": 731, \"rank\": 3679, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3807, \"ini\": 3680}, {\"group\": [3549.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SENSITIVE, (LACTOSE FREE), powder, with ARA and DHA (formerly ROSS)\", \"clust\": 3591, \"cat_0_index\": 10, \"rank\": 3678, \"cat-0\": \"Baby Foods\", \"rankvar\": 3344, \"ini\": 3679}, {\"group\": [2516.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame butter, tahini, type of kernels unspecified\", \"clust\": 2541, \"cat_0_index\": 2251, \"rank\": 3677, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3516, \"ini\": 3678}, {\"group\": [3571.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, powder, not reconstituted\", \"clust\": 3615, \"cat_0_index\": 11, \"rank\": 3676, \"cat-0\": \"Baby Foods\", \"rankvar\": 3192, \"ini\": 3677}, {\"group\": [3563.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, with iron, powder\", \"clust\": 3605, \"cat_0_index\": 12, \"rank\": 3675, \"cat-0\": \"Baby Foods\", \"rankvar\": 3227, \"ini\": 3676}, {\"group\": [3488.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomato powder\", \"clust\": 3523, \"cat_0_index\": 3352, \"rank\": 3674, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3633, \"ini\": 3675}, {\"group\": [3344.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa, dry powder, unsweetened\", \"clust\": 3376, \"cat_0_index\": 3125, \"rank\": 3673, \"cat-0\": \"Sweets\", \"rankvar\": 3770, \"ini\": 3674}, {\"group\": [3050.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, raw\", \"clust\": 3086, \"cat_0_index\": 2003, \"rank\": 3672, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3371, \"ini\": 3673}, {\"group\": [3562.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, low iron, powder, not reconstituted\", \"clust\": 3606, \"cat_0_index\": 13, \"rank\": 3671, \"cat-0\": \"Baby Foods\", \"rankvar\": 3224, \"ini\": 3672}, {\"group\": [3053.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed kernels, roasted (glandless)\", \"clust\": 3080, \"cat_0_index\": 2252, \"rank\": 3670, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3349, \"ini\": 3671}, {\"group\": [2666.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-type vegetable oil spread, 70% fat, soybean and partially hydrogenated soybean, stick\", \"clust\": 2694, \"cat_0_index\": 1490, \"rank\": 3669, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3700, \"ini\": 3670}, {\"group\": [3224.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, shredded\", \"clust\": 3261, \"cat_0_index\": 1071, \"rank\": 3668, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3643, \"ini\": 3669}, {\"group\": [3560.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, with iron, powder, with ARA and DHA\", \"clust\": 3607, \"cat_0_index\": 14, \"rank\": 3667, \"cat-0\": \"Baby Foods\", \"rankvar\": 3222, \"ini\": 3668}, {\"group\": [3566.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, powder, with ARA and DHA\", \"clust\": 3604, \"cat_0_index\": 15, \"rank\": 3666, \"cat-0\": \"Baby Foods\", \"rankvar\": 3193, \"ini\": 3667}, {\"group\": [3561.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, powder, with ARA and DHA\", \"clust\": 3608, \"cat_0_index\": 16, \"rank\": 3665, \"cat-0\": \"Baby Foods\", \"rankvar\": 3221, \"ini\": 3666}, {\"group\": [3557.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3602, \"cat_0_index\": 17, \"rank\": 3663, \"cat-0\": \"Baby Foods\", \"rankvar\": 3207, \"ini\": 3665}, {\"group\": [3558.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3603, \"cat_0_index\": 18, \"rank\": 3664, \"cat-0\": \"Baby Foods\", \"rankvar\": 3208, \"ini\": 3664}, {\"group\": [3559.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, powder, not reconstituted (formerly ROSS)\", \"clust\": 3601, \"cat_0_index\": 19, \"rank\": 3662, \"cat-0\": \"Baby Foods\", \"rankvar\": 3206, \"ini\": 3663}, {\"group\": [2729.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, peppercorn dressing, commercial, regular\", \"clust\": 2761, \"cat_0_index\": 1491, \"rank\": 3661, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3716, \"ini\": 3662}, {\"group\": [3572.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, powder, not reconstituted, with ARA and DHA\", \"clust\": 3616, \"cat_0_index\": 20, \"rank\": 3660, \"cat-0\": \"Baby Foods\", \"rankvar\": 3115, \"ini\": 3661}, {\"group\": [3223.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, low sodium\", \"clust\": 3255, \"cat_0_index\": 1072, \"rank\": 3659, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3715, \"ini\": 3660}, {\"group\": [3414.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seeds, whole, roasted, with salt added\", \"clust\": 3443, \"cat_0_index\": 2253, \"rank\": 3658, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3357, \"ini\": 3659}, {\"group\": [2757.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, yolk, dried\", \"clust\": 2786, \"cat_0_index\": 1073, \"rank\": 3657, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3471, \"ini\": 3658}, {\"group\": [3284.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, dried and salted\", \"clust\": 3318, \"cat_0_index\": 1554, \"rank\": 3656, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3813, \"ini\": 3657}, {\"group\": [2514.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, formulated, wheat-based, flavored, macadamia flavored, without salt\", \"clust\": 2544, \"cat_0_index\": 2254, \"rank\": 3655, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3563, \"ini\": 3656}, {\"group\": [3178.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, alfredo mix, dry\", \"clust\": 3211, \"cat_0_index\": 2598, \"rank\": 3654, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3054, \"ini\": 3655}, {\"group\": [3349.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, turmeric, ground\", \"clust\": 3385, \"cat_0_index\": 3088, \"rank\": 3653, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3720, \"ini\": 3654}, {\"group\": [3567.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, soy, powder (formerly WYETH-AYERST)\", \"clust\": 3611, \"cat_0_index\": 21, \"rank\": 3651, \"cat-0\": \"Baby Foods\", \"rankvar\": 3168, \"ini\": 3653}, {\"group\": [3568.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, powder (formerly WYETH-AYERST)\", \"clust\": 3612, \"cat_0_index\": 22, \"rank\": 3652, \"cat-0\": \"Baby Foods\", \"rankvar\": 3169, \"ini\": 3652}, {\"group\": [3551.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SOY, with ARA and DHA, powder\", \"clust\": 3594, \"cat_0_index\": 23, \"rank\": 3650, \"cat-0\": \"Baby Foods\", \"rankvar\": 3064, \"ini\": 3651}, {\"group\": [3278.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry\", \"clust\": 3311, \"cat_0_index\": 2599, \"rank\": 3649, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3853, \"ini\": 3650}, {\"group\": [2557.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Peanut Butter, smooth\", \"clust\": 2579, \"cat_0_index\": 2004, \"rank\": 3648, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3146, \"ini\": 3649}, {\"group\": [3552.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START ESSENTIALS SOY, with iron, powder\", \"clust\": 3595, \"cat_0_index\": 24, \"rank\": 3647, \"cat-0\": \"Baby Foods\", \"rankvar\": 3065, \"ini\": 3648}, {\"group\": [2939.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, salted\", \"clust\": 2970, \"cat_0_index\": 2484, \"rank\": 3646, \"cat-0\": \"Snacks\", \"rankvar\": 3422, \"ini\": 3647}, {\"group\": [2585.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, 70% fat, stick, with salt\", \"clust\": 2610, \"cat_0_index\": 1492, \"rank\": 3645, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3712, \"ini\": 3646}, {\"group\": [3248.0, 53.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit-flavored drink, dry powdered mix, low calorie, with aspartame\", \"clust\": 3283, \"cat_0_index\": 474, \"rank\": 3644, \"cat-0\": \"Beverages\", \"rankvar\": 3871, \"ini\": 3645}, {\"group\": [2571.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, valencia, raw\", \"clust\": 2578, \"cat_0_index\": 2005, \"rank\": 3643, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3369, \"ini\": 3644}, {\"group\": [2875.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like shortening, industrial, soy (partially hydrogenated), cottonseed, and soy, principal use flaky pastries\", \"clust\": 2898, \"cat_0_index\": 1493, \"rank\": 3642, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3710, \"ini\": 3643}, {\"group\": [2864.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 2895, \"cat_0_index\": 1914, \"rank\": 3641, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3714, \"ini\": 3642}, {\"group\": [2615.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 2634, \"cat_0_index\": 1323, \"rank\": 3640, \"cat-0\": \"Fast Foods\", \"rankvar\": 3474, \"ini\": 3641}, {\"group\": [3575.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, powder, with ARA and DHA\", \"clust\": 3588, \"cat_0_index\": 25, \"rank\": 3639, \"cat-0\": \"Baby Foods\", \"rankvar\": 3288, \"ini\": 3640}, {\"group\": [3685.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated coffee beans\", \"clust\": 3727, \"cat_0_index\": 3126, \"rank\": 3638, \"cat-0\": \"Sweets\", \"rankvar\": 3290, \"ini\": 3639}, {\"group\": [3532.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, added vitamin C and sugar\", \"clust\": 3569, \"cat_0_index\": 475, \"rank\": 3637, \"cat-0\": \"Beverages\", \"rankvar\": 3809, \"ini\": 3638}, {\"group\": [2677.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine, margarine-like vegetable oil spread, 67-70% fat, tub\", \"clust\": 2706, \"cat_0_index\": 1494, \"rank\": 3636, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3676, \"ini\": 3637}, {\"group\": [2675.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Omega Plus Spread (with plant sterols & fish oil)\", \"clust\": 2707, \"cat_0_index\": 1495, \"rank\": 3635, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3657, \"ini\": 3636}, {\"group\": [3065.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk Light, powder\", \"clust\": 3100, \"cat_0_index\": 1074, \"rank\": 3634, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3635, \"ini\": 3635}, {\"group\": [3686.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate, with almonds\", \"clust\": 3728, \"cat_0_index\": 3127, \"rank\": 3633, \"cat-0\": \"Sweets\", \"rankvar\": 3132, \"ini\": 3634}, {\"group\": [2890.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, jowl, raw\", \"clust\": 2925, \"cat_0_index\": 2295, \"rank\": 3632, \"cat-0\": \"Pork Products\", \"rankvar\": 3675, \"ini\": 3633}, {\"group\": [3131.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sisymbrium sp. seeds, whole, dried\", \"clust\": 3163, \"cat_0_index\": 2255, \"rank\": 3631, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3808, \"ini\": 3632}, {\"group\": [3106.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Crispy Chocolate Bar\", \"clust\": 3141, \"cat_0_index\": 3128, \"rank\": 3630, \"cat-0\": \"Sweets\", \"rankvar\": 3571, \"ini\": 3631}, {\"group\": [3227.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, grated\", \"clust\": 3259, \"cat_0_index\": 1075, \"rank\": 3629, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3583, \"ini\": 3630}, {\"group\": [3555.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, powder (formerly WYETH-AYERST)\", \"clust\": 3599, \"cat_0_index\": 26, \"rank\": 3627, \"cat-0\": \"Baby Foods\", \"rankvar\": 3239, \"ini\": 3629}, {\"group\": [3556.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, powder (formerly WYETH-AYERST)\", \"clust\": 3600, \"cat_0_index\": 27, \"rank\": 3628, \"cat-0\": \"Baby Foods\", \"rankvar\": 3240, \"ini\": 3628}, {\"group\": [3107.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Blueberry and Almond Chocolate Bar\", \"clust\": 3139, \"cat_0_index\": 3129, \"rank\": 3626, \"cat-0\": \"Sweets\", \"rankvar\": 3551, \"ini\": 3627}, {\"group\": [3687.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S MILK CHOCOLATE WITH ALMOND BITES\", \"clust\": 3726, \"cat_0_index\": 3130, \"rank\": 3625, \"cat-0\": \"Sweets\", \"rankvar\": 3172, \"ini\": 3626}, {\"group\": [2494.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 60-69% cacao solids\", \"clust\": 2522, \"cat_0_index\": 3131, \"rank\": 3624, \"cat-0\": \"Sweets\", \"rankvar\": 3304, \"ini\": 3625}, {\"group\": [3574.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, PM 60/40, powder not reconstituted (formerly ROSS)\", \"clust\": 3592, \"cat_0_index\": 28, \"rank\": 3623, \"cat-0\": \"Baby Foods\", \"rankvar\": 3219, \"ini\": 3624}, {\"group\": [3164.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, baking powder, double-acting, straight phosphate\", \"clust\": 3198, \"cat_0_index\": 293, \"rank\": 3622, \"cat-0\": \"Baked Products\", \"rankvar\": 3992, \"ini\": 3623}, {\"group\": [3493.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, decaffeinated\", \"clust\": 3532, \"cat_0_index\": 476, \"rank\": 3620, \"cat-0\": \"Beverages\", \"rankvar\": 3872, \"ini\": 3622}, {\"group\": [3494.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder\", \"clust\": 3533, \"cat_0_index\": 477, \"rank\": 3621, \"cat-0\": \"Beverages\", \"rankvar\": 3873, \"ini\": 3621}, {\"group\": [3405.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE\", \"clust\": 3440, \"cat_0_index\": 732, \"rank\": 3619, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3883, \"ini\": 3620}, {\"group\": [2857.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, raw\", \"clust\": 2890, \"cat_0_index\": 1915, \"rank\": 3618, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3721, \"ini\": 3619}, {\"group\": [3576.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, ALIMENTUM ADVANCE, with iron, powder, not reconstituted, with DHA and ARA (formerly ROSS)\", \"clust\": 3584, \"cat_0_index\": 29, \"rank\": 3617, \"cat-0\": \"Baby Foods\", \"rankvar\": 3042, \"ini\": 3618}, {\"group\": [2726.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, caesar dressing, regular\", \"clust\": 2763, \"cat_0_index\": 1496, \"rank\": 3616, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3699, \"ini\": 3617}, {\"group\": [2924.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, sour-cream-and-onion-flavor\", \"clust\": 2958, \"cat_0_index\": 2485, \"rank\": 3615, \"cat-0\": \"Snacks\", \"rankvar\": 3257, \"ini\": 3616}, {\"group\": [2878.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, cooked\", \"clust\": 2911, \"cat_0_index\": 2296, \"rank\": 3614, \"cat-0\": \"Pork Products\", \"rankvar\": 3587, \"ini\": 3615}, {\"group\": [3402.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Toasted Wheat Bran\", \"clust\": 3436, \"cat_0_index\": 733, \"rank\": 3613, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3835, \"ini\": 3614}, {\"group\": [3403.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Wheat bran, crude\", \"clust\": 3437, \"cat_0_index\": 985, \"rank\": 3612, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3841, \"ini\": 3613}, {\"group\": [2859.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, Australian, imported, fresh, separable fat, cooked\", \"clust\": 2892, \"cat_0_index\": 1916, \"rank\": 3611, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3695, \"ini\": 3612}, {\"group\": [2751.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, watermelon seed kernels, dried\", \"clust\": 2784, \"cat_0_index\": 2256, \"rank\": 3610, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3606, \"ini\": 3611}, {\"group\": [3550.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, MEAD JOHNSON, PORTAGEN, with iron, powder, not reconstituted\", \"clust\": 3589, \"cat_0_index\": 30, \"rank\": 3609, \"cat-0\": \"Baby Foods\", \"rankvar\": 3339, \"ini\": 3610}, {\"group\": [3661.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX chocolate fudge cookie bars\", \"clust\": 3702, \"cat_0_index\": 3132, \"rank\": 3608, \"cat-0\": \"Sweets\", \"rankvar\": 3305, \"ini\": 3609}, {\"group\": [2636.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, separable fat, raw\", \"clust\": 2661, \"cat_0_index\": 2331, \"rank\": 3607, \"cat-0\": \"Poultry Products\", \"rankvar\": 3653, \"ini\": 3608}, {\"group\": [3306.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, low fat\", \"clust\": 3338, \"cat_0_index\": 2006, \"rank\": 3606, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3323, \"ini\": 3607}, {\"group\": [2607.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, with salt added\", \"clust\": 2636, \"cat_0_index\": 2257, \"rank\": 3605, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3334, \"ini\": 3606}, {\"group\": [2862.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 2896, \"cat_0_index\": 1917, \"rank\": 3604, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3684, \"ini\": 3605}, {\"group\": [3261.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of vegetable, dry, powder\", \"clust\": 3291, \"cat_0_index\": 2600, \"rank\": 3603, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3409, \"ini\": 3604}, {\"group\": [2754.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried, stabilized, glucose reduced\", \"clust\": 2788, \"cat_0_index\": 1076, \"rank\": 3602, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3445, \"ini\": 3603}, {\"group\": [2846.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, raw\", \"clust\": 2879, \"cat_0_index\": 437, \"rank\": 3601, \"cat-0\": \"Beef Products\", \"rankvar\": 3704, \"ini\": 3602}, {\"group\": [2495.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate covered, dietetic or low calorie\", \"clust\": 2520, \"cat_0_index\": 3133, \"rank\": 3600, \"cat-0\": \"Sweets\", \"rankvar\": 3094, \"ini\": 3601}, {\"group\": [3102.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON Protein Performance Bar, Caramel Nut Rush\", \"clust\": 3131, \"cat_0_index\": 2486, \"rank\": 3599, \"cat-0\": \"Snacks\", \"rankvar\": 3060, \"ini\": 3600}, {\"group\": [2847.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, retail cuts, separable fat, cooked\", \"clust\": 2880, \"cat_0_index\": 438, \"rank\": 3598, \"cat-0\": \"Beef Products\", \"rankvar\": 3690, \"ini\": 3599}, {\"group\": [3225.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, hard\", \"clust\": 3262, \"cat_0_index\": 1077, \"rank\": 3597, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3599, \"ini\": 3598}, {\"group\": [3392.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Original\", \"clust\": 3424, \"cat_0_index\": 734, \"rank\": 3596, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3703, \"ini\": 3597}, {\"group\": [2485.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered\", \"clust\": 2512, \"cat_0_index\": 1078, \"rank\": 3595, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3637, \"ini\": 3596}, {\"group\": [2884.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, oriental style, dehydrated\", \"clust\": 2914, \"cat_0_index\": 2297, \"rank\": 3594, \"cat-0\": \"Pork Products\", \"rankvar\": 3582, \"ini\": 3595}, {\"group\": [3281.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Adobo fresco\", \"clust\": 3310, \"cat_0_index\": 2601, \"rank\": 3593, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3855, \"ini\": 3594}, {\"group\": [2863.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 2897, \"cat_0_index\": 1918, \"rank\": 3592, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3702, \"ini\": 3593}, {\"group\": [3068.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Protein supplement, milk based, Muscle Milk, powder\", \"clust\": 3096, \"cat_0_index\": 1079, \"rank\": 3591, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3171, \"ini\": 3592}, {\"group\": [2858.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, raw\", \"clust\": 2891, \"cat_0_index\": 1919, \"rank\": 3590, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3711, \"ini\": 3591}, {\"group\": [3135.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, anise seed\", \"clust\": 3168, \"cat_0_index\": 3089, \"rank\": 3589, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3358, \"ini\": 3590}, {\"group\": [3014.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, beechnuts, dried\", \"clust\": 3042, \"cat_0_index\": 2258, \"rank\": 3588, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3518, \"ini\": 3589}, {\"group\": [2486.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, dry, powder, with whitener, reduced calorie\", \"clust\": 2513, \"cat_0_index\": 478, \"rank\": 3587, \"cat-0\": \"Beverages\", \"rankvar\": 3553, \"ini\": 3588}, {\"group\": [3586.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate, dark, NFS (45-59% cacao solids 90%; 60-69% cacao solids 5%; 70-85% cacao solids 5%)\", \"clust\": 3626, \"cat_0_index\": 3134, \"rank\": 3586, \"cat-0\": \"Sweets\", \"rankvar\": 3300, \"ini\": 3587}, {\"group\": [3338.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, bay leaf\", \"clust\": 3373, \"cat_0_index\": 3090, \"rank\": 3585, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3694, \"ini\": 3586}, {\"group\": [2766.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, baked\", \"clust\": 2800, \"cat_0_index\": 2298, \"rank\": 3584, \"cat-0\": \"Pork Products\", \"rankvar\": 3298, \"ini\": 3585}, {\"group\": [3662.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, peanut bar\", \"clust\": 3703, \"cat_0_index\": 3135, \"rank\": 3583, \"cat-0\": \"Sweets\", \"rankvar\": 3072, \"ini\": 3584}, {\"group\": [2764.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, pan-fried\", \"clust\": 2801, \"cat_0_index\": 2299, \"rank\": 3582, \"cat-0\": \"Pork Products\", \"rankvar\": 3310, \"ini\": 3583}, {\"group\": [2765.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, broiled, pan-fried or roasted\", \"clust\": 2802, \"cat_0_index\": 2300, \"rank\": 3581, \"cat-0\": \"Pork Products\", \"rankvar\": 3303, \"ini\": 3582}, {\"group\": [3587.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate, dark, 45- 59% cacao solids\", \"clust\": 3627, \"cat_0_index\": 3136, \"rank\": 3580, \"cat-0\": \"Sweets\", \"rankvar\": 3312, \"ini\": 3581}, {\"group\": [2492.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, carob, unsweetened\", \"clust\": 2514, \"cat_0_index\": 3137, \"rank\": 3579, \"cat-0\": \"Sweets\", \"rankvar\": 3428, \"ini\": 3580}, {\"group\": [2755.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, whole, dried\", \"clust\": 2789, \"cat_0_index\": 1080, \"rank\": 3578, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3364, \"ini\": 3579}, {\"group\": [2608.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, with salt added\", \"clust\": 2637, \"cat_0_index\": 2259, \"rank\": 3577, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3242, \"ini\": 3578}, {\"group\": [3353.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, pasilla, dried\", \"clust\": 3388, \"cat_0_index\": 3353, \"rank\": 3576, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3739, \"ini\": 3577}, {\"group\": [3108.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, COCOAVIA Chocolate Covered Almonds\", \"clust\": 3138, \"cat_0_index\": 3138, \"rank\": 3575, \"cat-0\": \"Sweets\", \"rankvar\": 3448, \"ini\": 3576}, {\"group\": [2611.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, with salt added\", \"clust\": 2640, \"cat_0_index\": 2260, \"rank\": 3574, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3234, \"ini\": 3575}, {\"group\": [3583.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored hazelnut spread\", \"clust\": 3624, \"cat_0_index\": 3139, \"rank\": 3573, \"cat-0\": \"Sweets\", \"rankvar\": 3561, \"ini\": 3574}, {\"group\": [2676.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Regular Buttery Spread with flax oil\", \"clust\": 2708, \"cat_0_index\": 1497, \"rank\": 3572, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3611, \"ini\": 3573}, {\"group\": [2882.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), roasted\", \"clust\": 2917, \"cat_0_index\": 2301, \"rank\": 3571, \"cat-0\": \"Pork Products\", \"rankvar\": 3577, \"ini\": 3572}, {\"group\": [2986.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, oil-popped, microwave, regular flavor\", \"clust\": 3008, \"cat_0_index\": 2487, \"rank\": 3570, \"cat-0\": \"Snacks\", \"rankvar\": 3468, \"ini\": 3571}, {\"group\": [3243.0, 51.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rose Hips, wild (Northern Plains Indians)\", \"clust\": 3277, \"cat_0_index\": 1231, \"rank\": 3569, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3796, \"ini\": 3570}, {\"group\": [2936.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, cheese-flavor\", \"clust\": 2966, \"cat_0_index\": 2488, \"rank\": 3568, \"cat-0\": \"Snacks\", \"rankvar\": 3106, \"ini\": 3569}, {\"group\": [3600.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ALMOND JOY BITES\", \"clust\": 3638, \"cat_0_index\": 3140, \"rank\": 3567, \"cat-0\": \"Sweets\", \"rankvar\": 3389, \"ini\": 3568}, {\"group\": [3406.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fungi, Cloud ears, dried\", \"clust\": 3438, \"cat_0_index\": 3354, \"rank\": 3566, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3876, \"ini\": 3567}, {\"group\": [3412.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, mace, ground\", \"clust\": 3448, \"cat_0_index\": 3091, \"rank\": 3565, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3354, \"ini\": 3566}, {\"group\": [3547.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, powder\", \"clust\": 3585, \"cat_0_index\": 31, \"rank\": 3564, \"cat-0\": \"Baby Foods\", \"rankvar\": 3093, \"ini\": 3565}, {\"group\": [3055.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by alcohol extraction\", \"clust\": 3088, \"cat_0_index\": 2007, \"rank\": 3563, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3678, \"ini\": 3564}, {\"group\": [3310.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, SPECIAL K Low Carb Lifestyle Protein Plus\", \"clust\": 3341, \"cat_0_index\": 735, \"rank\": 3562, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3281, \"ini\": 3563}, {\"group\": [2444.0, 18.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, ground beef calculator - user selects lean/fat percentage\", \"clust\": 3, \"cat_0_index\": 439, \"rank\": 0, \"cat-0\": \"Beef Products\", \"rankvar\": 621, \"ini\": 3562}, {\"group\": [2696.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt, with added vitamin D\", \"clust\": 2730, \"cat_0_index\": 1498, \"rank\": 3561, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3636, \"ini\": 3561}, {\"group\": [3603.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SYMPHONY Milk Chocolate Bar\", \"clust\": 3642, \"cat_0_index\": 3141, \"rank\": 3560, \"cat-0\": \"Sweets\", \"rankvar\": 3337, \"ini\": 3560}, {\"group\": [3683.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated peanuts\", \"clust\": 3723, \"cat_0_index\": 3142, \"rank\": 3559, \"cat-0\": \"Sweets\", \"rankvar\": 2932, \"ini\": 3559}, {\"group\": [3117.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TOTAL, Cranberry Crunch\", \"clust\": 3151, \"cat_0_index\": 736, \"rank\": 3558, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3788, \"ini\": 3558}, {\"group\": [3573.0, 80.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, powder\", \"clust\": 3593, \"cat_0_index\": 32, \"rank\": 3557, \"cat-0\": \"Baby Foods\", \"rankvar\": 2910, \"ini\": 3557}, {\"group\": [3534.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder\", \"clust\": 3572, \"cat_0_index\": 479, \"rank\": 3556, \"cat-0\": \"Beverages\", \"rankvar\": 3778, \"ini\": 3556}, {\"group\": [2925.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, barbecue-flavor\", \"clust\": 2959, \"cat_0_index\": 2489, \"rank\": 3555, \"cat-0\": \"Snacks\", \"rankvar\": 3170, \"ini\": 3555}, {\"group\": [3684.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, peanut butter\", \"clust\": 3724, \"cat_0_index\": 3143, \"rank\": 3554, \"cat-0\": \"Sweets\", \"rankvar\": 2886, \"ini\": 3554}, {\"group\": [2609.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, oil roasted, without salt added\", \"clust\": 2641, \"cat_0_index\": 2261, \"rank\": 3553, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3244, \"ini\": 3553}, {\"group\": [2783.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, beef sticks, smoked\", \"clust\": 2814, \"cat_0_index\": 2490, \"rank\": 3552, \"cat-0\": \"Snacks\", \"rankvar\": 3283, \"ini\": 3552}, {\"group\": [3350.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder\", \"clust\": 3386, \"cat_0_index\": 480, \"rank\": 3551, \"cat-0\": \"Beverages\", \"rankvar\": 3751, \"ini\": 3551}, {\"group\": [2758.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, barbecue-flavor\", \"clust\": 2792, \"cat_0_index\": 2491, \"rank\": 3550, \"cat-0\": \"Snacks\", \"rankvar\": 3565, \"ini\": 3550}, {\"group\": [2937.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, made with partially hydrogenated soybean oil, salted\", \"clust\": 2971, \"cat_0_index\": 2492, \"rank\": 3549, \"cat-0\": \"Snacks\", \"rankvar\": 3131, \"ini\": 3549}, {\"group\": [2697.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, tub, with salt\", \"clust\": 2731, \"cat_0_index\": 1499, \"rank\": 3548, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3638, \"ini\": 3548}, {\"group\": [3202.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, hard type\", \"clust\": 3227, \"cat_0_index\": 1081, \"rank\": 3547, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3507, \"ini\": 3547}, {\"group\": [3326.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower-leaf portion), freeze-dried\", \"clust\": 3360, \"cat_0_index\": 3355, \"rank\": 3546, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3648, \"ini\": 3546}, {\"group\": [2940.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, vegetable chips, HAIN CELESTIAL GROUP, TERRA CHIPS\", \"clust\": 2969, \"cat_0_index\": 2493, \"rank\": 3545, \"cat-0\": \"Snacks\", \"rankvar\": 3145, \"ini\": 3545}, {\"group\": [3276.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, dry\", \"clust\": 3312, \"cat_0_index\": 2602, \"rank\": 3544, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3856, \"ini\": 3544}, {\"group\": [2926.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato sticks\", \"clust\": 2957, \"cat_0_index\": 2494, \"rank\": 3543, \"cat-0\": \"Snacks\", \"rankvar\": 3282, \"ini\": 3543}, {\"group\": [3348.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice bran, crude\", \"clust\": 3379, \"cat_0_index\": 986, \"rank\": 3542, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3509, \"ini\": 3542}, {\"group\": [3123.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Chewy Chocolate Peanut Bar\", \"clust\": 3157, \"cat_0_index\": 2495, \"rank\": 3541, \"cat-0\": \"Snacks\", \"rankvar\": 3441, \"ini\": 3541}, {\"group\": [2487.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dessert topping, powdered\", \"clust\": 2515, \"cat_0_index\": 1082, \"rank\": 3540, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3681, \"ini\": 3540}, {\"group\": [3051.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, dry roasted\", \"clust\": 3082, \"cat_0_index\": 2008, \"rank\": 3539, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3275, \"ini\": 3539}, {\"group\": [2613.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew butter, plain, without salt added\", \"clust\": 2638, \"cat_0_index\": 2262, \"rank\": 3538, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3387, \"ini\": 3538}, {\"group\": [3083.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Steelhead trout, dried, flesh (Shoshone Bannock)\", \"clust\": 3117, \"cat_0_index\": 1232, \"rank\": 3537, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3759, \"ini\": 3537}, {\"group\": [3601.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate\", \"clust\": 3643, \"cat_0_index\": 3144, \"rank\": 3536, \"cat-0\": \"Sweets\", \"rankvar\": 3289, \"ini\": 3536}, {\"group\": [3103.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Agave, dried (Southwest)\", \"clust\": 3135, \"cat_0_index\": 1233, \"rank\": 3535, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3612, \"ini\": 3535}, {\"group\": [3604.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, white chocolate\", \"clust\": 3641, \"cat_0_index\": 3145, \"rank\": 3534, \"cat-0\": \"Sweets\", \"rankvar\": 3459, \"ini\": 3534}, {\"group\": [3351.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, ancho, dried\", \"clust\": 3384, \"cat_0_index\": 3356, \"rank\": 3533, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3708, \"ini\": 3533}, {\"group\": [2510.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame meal, partially defatted\", \"clust\": 2537, \"cat_0_index\": 2263, \"rank\": 3532, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3432, \"ini\": 3532}, {\"group\": [3272.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, dry, mix\", \"clust\": 3306, \"cat_0_index\": 2603, \"rank\": 3531, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3800, \"ini\": 3531}, {\"group\": [3588.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate\", \"clust\": 3629, \"cat_0_index\": 3146, \"rank\": 3530, \"cat-0\": \"Sweets\", \"rankvar\": 3401, \"ini\": 3530}, {\"group\": [2612.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, dry roasted, without salt added\", \"clust\": 2639, \"cat_0_index\": 2264, \"rank\": 3529, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3269, \"ini\": 3529}, {\"group\": [3677.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S Peanut Butter Cups\", \"clust\": 3717, \"cat_0_index\": 3147, \"rank\": 3528, \"cat-0\": \"Sweets\", \"rankvar\": 3068, \"ini\": 3528}, {\"group\": [2883.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, separable fat (from ham and arm picnic), unheated\", \"clust\": 2918, \"cat_0_index\": 2302, \"rank\": 3527, \"cat-0\": \"Pork Products\", \"rankvar\": 3575, \"ini\": 3527}, {\"group\": [2489.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, banana chips\", \"clust\": 2518, \"cat_0_index\": 2496, \"rank\": 3526, \"cat-0\": \"Snacks\", \"rankvar\": 3466, \"ini\": 3526}, {\"group\": [3124.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS MARATHON MULTIGRAIN CRUNCH BAR\", \"clust\": 3158, \"cat_0_index\": 2497, \"rank\": 3525, \"cat-0\": \"Snacks\", \"rankvar\": 3453, \"ini\": 3525}, {\"group\": [2927.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, unsalted\", \"clust\": 2956, \"cat_0_index\": 2498, \"rank\": 3524, \"cat-0\": \"Snacks\", \"rankvar\": 3150, \"ini\": 3524}, {\"group\": [3052.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy flour, full-fat, roasted, crude protein basis (N x 6.25)\", \"clust\": 3081, \"cat_0_index\": 2009, \"rank\": 3523, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3538, \"ini\": 3523}, {\"group\": [3226.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, romano\", \"clust\": 3260, \"cat_0_index\": 1083, \"rank\": 3522, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3501, \"ini\": 3522}, {\"group\": [3045.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, dried-frozen (koyadofu)\", \"clust\": 3077, \"cat_0_index\": 2010, \"rank\": 3521, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3439, \"ini\": 3521}, {\"group\": [2876.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, enhanced, composite of separable fat, cooked\", \"clust\": 2909, \"cat_0_index\": 2303, \"rank\": 3520, \"cat-0\": \"Pork Products\", \"rankvar\": 3498, \"ini\": 3520}, {\"group\": [2694.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like vegetable-oil spread, stick/tub/bottle, 60% fat, with added vitamin D\", \"clust\": 2728, \"cat_0_index\": 1500, \"rank\": 3519, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3608, \"ini\": 3519}, {\"group\": [3682.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MR. GOODBAR Chocolate Bar\", \"clust\": 3719, \"cat_0_index\": 3148, \"rank\": 3518, \"cat-0\": \"Sweets\", \"rankvar\": 3127, \"ini\": 3518}, {\"group\": [3220.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gruyere\", \"clust\": 3257, \"cat_0_index\": 1084, \"rank\": 3517, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3478, \"ini\": 3517}, {\"group\": [3355.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM SLIM\", \"clust\": 3390, \"cat_0_index\": 737, \"rank\": 3516, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3447, \"ini\": 3516}, {\"group\": [3697.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Almond Chocolate Candies\", \"clust\": 3732, \"cat_0_index\": 3149, \"rank\": 3515, \"cat-0\": \"Sweets\", \"rankvar\": 3111, \"ini\": 3515}, {\"group\": [3589.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, semisweet chocolate\", \"clust\": 3630, \"cat_0_index\": 3150, \"rank\": 3514, \"cat-0\": \"Sweets\", \"rankvar\": 3375, \"ini\": 3514}, {\"group\": [2572.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut butter, smooth, reduced fat\", \"clust\": 2571, \"cat_0_index\": 2011, \"rank\": 3513, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2816, \"ini\": 3513}, {\"group\": [2663.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt, with added vitamin D\", \"clust\": 2690, \"cat_0_index\": 1501, \"rank\": 3511, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3578, \"ini\": 3512}, {\"group\": [2663.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick, with salt\", \"clust\": 2691, \"cat_0_index\": 1502, \"rank\": 3512, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3579, \"ini\": 3511}, {\"group\": [2865.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, composite of trimmed retail cuts, separable fat, trimmed to 1/4\\\" fat, choice, cooked\", \"clust\": 2894, \"cat_0_index\": 1920, \"rank\": 3510, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3557, \"ini\": 3510}, {\"group\": [2695.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, with salt\", \"clust\": 2729, \"cat_0_index\": 1503, \"rank\": 3509, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3607, \"ini\": 3509}, {\"group\": [2778.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon and beef sticks\", \"clust\": 2812, \"cat_0_index\": 2406, \"rank\": 3508, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 3197, \"ini\": 3508}, {\"group\": [3356.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, NATURE'S PATH, OPTIMUM\", \"clust\": 3391, \"cat_0_index\": 738, \"rank\": 3507, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3393, \"ini\": 3507}, {\"group\": [3535.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy bits, yogurt covered with vitamin C\", \"clust\": 3573, \"cat_0_index\": 2499, \"rank\": 3506, \"cat-0\": \"Snacks\", \"rankvar\": 3609, \"ini\": 3506}, {\"group\": [3268.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Dry Taco Seasoning Mix\", \"clust\": 3302, \"cat_0_index\": 3092, \"rank\": 3505, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3826, \"ini\": 3505}, {\"group\": [2740.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, stick or tub, sweetened\", \"clust\": 2773, \"cat_0_index\": 1504, \"rank\": 3504, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3527, \"ini\": 3504}, {\"group\": [2488.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, shredded\", \"clust\": 2516, \"cat_0_index\": 2265, \"rank\": 3503, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3523, \"ini\": 3503}, {\"group\": [3474.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston Enriched Bran flakes\", \"clust\": 3511, \"cat_0_index\": 739, \"rank\": 3502, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3537, \"ini\": 3502}, {\"group\": [3598.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S BITES\", \"clust\": 3639, \"cat_0_index\": 3151, \"rank\": 3501, \"cat-0\": \"Sweets\", \"rankvar\": 3184, \"ini\": 3501}, {\"group\": [2610.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, cashew nuts, raw\", \"clust\": 2642, \"cat_0_index\": 2266, \"rank\": 3500, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3108, \"ini\": 3500}, {\"group\": [3542.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, mocha-flavor, powder\", \"clust\": 3582, \"cat_0_index\": 481, \"rank\": 3499, \"cat-0\": \"Beverages\", \"rankvar\": 3373, \"ini\": 3499}, {\"group\": [2938.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, plain, made with partially hydrogenated soybean oil, unsalted\", \"clust\": 2972, \"cat_0_index\": 2500, \"rank\": 3498, \"cat-0\": \"Snacks\", \"rankvar\": 3165, \"ini\": 3498}, {\"group\": [2699.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt, with added vitamin D\", \"clust\": 2733, \"cat_0_index\": 1505, \"rank\": 3497, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3651, \"ini\": 3497}, {\"group\": [3678.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S NUTRAGEOUS Candy Bar\", \"clust\": 3718, \"cat_0_index\": 3152, \"rank\": 3496, \"cat-0\": \"Sweets\", \"rankvar\": 2938, \"ini\": 3496}, {\"group\": [3698.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, regular, chocolate-coated\", \"clust\": 3731, \"cat_0_index\": 294, \"rank\": 3495, \"cat-0\": \"Baked Products\", \"rankvar\": 3415, \"ini\": 3495}, {\"group\": [3340.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, allspice, ground\", \"clust\": 3374, \"cat_0_index\": 3093, \"rank\": 3494, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3584, \"ini\": 3494}, {\"group\": [2700.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, 60% fat, stick/tub/bottle, without salt\", \"clust\": 2734, \"cat_0_index\": 1506, \"rank\": 3493, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3650, \"ini\": 3493}, {\"group\": [3125.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, LUNA BAR, NUTZ OVER CHOCOLATE\", \"clust\": 3156, \"cat_0_index\": 2501, \"rank\": 3492, \"cat-0\": \"Snacks\", \"rankvar\": 3090, \"ini\": 3492}, {\"group\": [3602.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate, with rice cereal\", \"clust\": 3644, \"cat_0_index\": 3153, \"rank\": 3491, \"cat-0\": \"Sweets\", \"rankvar\": 3236, \"ini\": 3491}, {\"group\": [3399.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, 100% Bran Cereal\", \"clust\": 3433, \"cat_0_index\": 740, \"rank\": 3490, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3697, \"ini\": 3490}, {\"group\": [3046.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon bits, meatless\", \"clust\": 3078, \"cat_0_index\": 2012, \"rank\": 3489, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3050, \"ini\": 3489}, {\"group\": [3593.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, yogurt\", \"clust\": 3633, \"cat_0_index\": 3154, \"rank\": 3488, \"cat-0\": \"Sweets\", \"rankvar\": 3564, \"ini\": 3488}, {\"group\": [2767.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, microwaved\", \"clust\": 2799, \"cat_0_index\": 2304, \"rank\": 3487, \"cat-0\": \"Pork Products\", \"rankvar\": 3182, \"ini\": 3487}, {\"group\": [3597.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HEATH BITES\", \"clust\": 3635, \"cat_0_index\": 3155, \"rank\": 3486, \"cat-0\": \"Sweets\", \"rankvar\": 3420, \"ini\": 3486}, {\"group\": [3109.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bar, chocolate chip\", \"clust\": 3142, \"cat_0_index\": 2502, \"rank\": 3485, \"cat-0\": \"Snacks\", \"rankvar\": 3541, \"ini\": 3485}, {\"group\": [2860.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable fat, cooked\", \"clust\": 2893, \"cat_0_index\": 1921, \"rank\": 3484, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3621, \"ini\": 3484}, {\"group\": [3390.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, cardamom\", \"clust\": 3425, \"cat_0_index\": 3094, \"rank\": 3483, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3680, \"ini\": 3483}, {\"group\": [2728.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, commercial, regular\", \"clust\": 2762, \"cat_0_index\": 1507, \"rank\": 3482, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3573, \"ini\": 3482}, {\"group\": [3279.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, au jus, dry\", \"clust\": 3314, \"cat_0_index\": 2604, \"rank\": 3481, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3864, \"ini\": 3481}, {\"group\": [2759.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, pork skins, plain\", \"clust\": 2793, \"cat_0_index\": 2503, \"rank\": 3480, \"cat-0\": \"Snacks\", \"rankvar\": 3576, \"ini\": 3480}, {\"group\": [2769.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, cooked, broiled, pan-fried or roasted, reduced sodium\", \"clust\": 2797, \"cat_0_index\": 2305, \"rank\": 3479, \"cat-0\": \"Pork Products\", \"rankvar\": 3231, \"ini\": 3479}, {\"group\": [2727.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, ranch dressing, commercial, regular\", \"clust\": 2764, \"cat_0_index\": 1508, \"rank\": 3478, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3598, \"ini\": 3478}, {\"group\": [3038.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, cheese-flavor\", \"clust\": 3073, \"cat_0_index\": 2504, \"rank\": 3477, \"cat-0\": \"Snacks\", \"rankvar\": 3079, \"ini\": 3477}, {\"group\": [3482.0, 69.0, 18.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gjetost\", \"clust\": 3516, \"cat_0_index\": 1085, \"rank\": 3476, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3167, \"ini\": 3476}, {\"group\": [3409.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, pumpkin and squash seeds, whole, roasted, without salt\", \"clust\": 3445, \"cat_0_index\": 2267, \"rank\": 3475, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3302, \"ini\": 3475}, {\"group\": [3067.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, dried (Alaska Native)\", \"clust\": 3097, \"cat_0_index\": 1234, \"rank\": 3474, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3620, \"ini\": 3474}, {\"group\": [3274.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix\", \"clust\": 3308, \"cat_0_index\": 2605, \"rank\": 3473, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3793, \"ini\": 3473}, {\"group\": [2490.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, flaked, packaged\", \"clust\": 2519, \"cat_0_index\": 2268, \"rank\": 3472, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3361, \"ini\": 3472}, {\"group\": [2985.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sesame sticks, wheat-based, salted\", \"clust\": 3009, \"cat_0_index\": 2505, \"rank\": 3471, \"cat-0\": \"Snacks\", \"rankvar\": 3134, \"ini\": 3471}, {\"group\": [3679.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, crispy bar with peanut butter filling\", \"clust\": 3721, \"cat_0_index\": 3156, \"rank\": 3470, \"cat-0\": \"Sweets\", \"rankvar\": 2995, \"ini\": 3470}, {\"group\": [3300.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Meat extender\", \"clust\": 3332, \"cat_0_index\": 2013, \"rank\": 3469, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3610, \"ini\": 3469}, {\"group\": [3595.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SKOR Toffee Bar\", \"clust\": 3636, \"cat_0_index\": 3157, \"rank\": 3468, \"cat-0\": \"Sweets\", \"rankvar\": 3486, \"ini\": 3468}, {\"group\": [2491.0, 21.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, with coconut, chocolate coated\", \"clust\": 2517, \"cat_0_index\": 2506, \"rank\": 3467, \"cat-0\": \"Snacks\", \"rankvar\": 3209, \"ini\": 3467}, {\"group\": [3489.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Onions, dehydrated flakes\", \"clust\": 3524, \"cat_0_index\": 3357, \"rank\": 3466, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3450, \"ini\": 3466}, {\"group\": [3388.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, yeast, baker's, active dry\", \"clust\": 3401, \"cat_0_index\": 295, \"rank\": 3465, \"cat-0\": \"Baked Products\", \"rankvar\": 3674, \"ini\": 3465}, {\"group\": [3596.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, toffee, prepared-from-recipe\", \"clust\": 3637, \"cat_0_index\": 3158, \"rank\": 3464, \"cat-0\": \"Sweets\", \"rankvar\": 3581, \"ini\": 3464}, {\"group\": [3681.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX Peanut Butter Cookie Bars\", \"clust\": 3720, \"cat_0_index\": 3159, \"rank\": 3463, \"cat-0\": \"Sweets\", \"rankvar\": 3009, \"ini\": 3463}, {\"group\": [3680.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY, REESESTICKS crispy wafers, peanut butter, milk chocolate\", \"clust\": 3722, \"cat_0_index\": 3160, \"rank\": 3462, \"cat-0\": \"Sweets\", \"rankvar\": 2980, \"ini\": 3462}, {\"group\": [3501.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, dried\", \"clust\": 3529, \"cat_0_index\": 3358, \"rank\": 3461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3811, \"ini\": 3461}, {\"group\": [3688.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, truffles, prepared-from-recipe\", \"clust\": 3725, \"cat_0_index\": 3161, \"rank\": 3460, \"cat-0\": \"Sweets\", \"rankvar\": 3057, \"ini\": 3460}, {\"group\": [2934.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, reduced fat\", \"clust\": 2967, \"cat_0_index\": 2507, \"rank\": 3459, \"cat-0\": \"Snacks\", \"rankvar\": 3328, \"ini\": 3459}, {\"group\": [3377.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, california red, mature seeds, raw\", \"clust\": 3413, \"cat_0_index\": 2014, \"rank\": 3458, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3660, \"ini\": 3458}, {\"group\": [3599.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Peanut Butter Chocolate Candies\", \"clust\": 3640, \"cat_0_index\": 3162, \"rank\": 3457, \"cat-0\": \"Sweets\", \"rankvar\": 3233, \"ini\": 3457}, {\"group\": [3375.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, small white, mature seeds, raw\", \"clust\": 3414, \"cat_0_index\": 2015, \"rank\": 3456, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3662, \"ini\": 3456}, {\"group\": [3257.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, instant beef, dry\", \"clust\": 3292, \"cat_0_index\": 2606, \"rank\": 3455, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3491, \"ini\": 3455}, {\"group\": [3475.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S COMPLETE Wheat Flakes\", \"clust\": 3512, \"cat_0_index\": 741, \"rank\": 3454, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3496, \"ini\": 3454}, {\"group\": [2976.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, cheese-flavor\", \"clust\": 3010, \"cat_0_index\": 2508, \"rank\": 3453, \"cat-0\": \"Snacks\", \"rankvar\": 3185, \"ini\": 3453}, {\"group\": [3376.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, black turtle soup, mature seeds, raw\", \"clust\": 3415, \"cat_0_index\": 2016, \"rank\": 3452, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3658, \"ini\": 3452}, {\"group\": [3611.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S PIECES Candy\", \"clust\": 3645, \"cat_0_index\": 3163, \"rank\": 3451, \"cat-0\": \"Sweets\", \"rankvar\": 3250, \"ini\": 3451}, {\"group\": [2768.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, breakfast strips, cooked\", \"clust\": 2798, \"cat_0_index\": 2306, \"rank\": 3450, \"cat-0\": \"Pork Products\", \"rankvar\": 2941, \"ini\": 3450}, {\"group\": [3391.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, black\", \"clust\": 3426, \"cat_0_index\": 3095, \"rank\": 3449, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3656, \"ini\": 3449}, {\"group\": [3540.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Litchis, dried\", \"clust\": 3577, \"cat_0_index\": 1650, \"rank\": 3448, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3572, \"ini\": 3448}, {\"group\": [3382.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, raw\", \"clust\": 3418, \"cat_0_index\": 2017, \"rank\": 3447, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3724, \"ini\": 3447}, {\"group\": [3466.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn, dried, yellow (Northern Plains Indians)\", \"clust\": 3496, \"cat_0_index\": 1235, \"rank\": 3446, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3398, \"ini\": 3446}, {\"group\": [3374.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, all types, mature seeds, raw\", \"clust\": 3410, \"cat_0_index\": 2018, \"rank\": 3445, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3647, \"ini\": 3445}, {\"group\": [2752.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, safflower seed kernels, dried\", \"clust\": 2785, \"cat_0_index\": 2269, \"rank\": 3444, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3566, \"ini\": 3444}, {\"group\": [3605.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, KRACKEL Chocolate Bar\", \"clust\": 3650, \"cat_0_index\": 3164, \"rank\": 3443, \"cat-0\": \"Sweets\", \"rankvar\": 3274, \"ini\": 3443}, {\"group\": [3401.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, high fiber, chewy, oats and chocolate\", \"clust\": 3435, \"cat_0_index\": 2509, \"rank\": 3442, \"cat-0\": \"Snacks\", \"rankvar\": 3470, \"ini\": 3442}, {\"group\": [2756.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg Mix, USDA Commodity\", \"clust\": 2787, \"cat_0_index\": 1086, \"rank\": 3441, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3000, \"ini\": 3441}, {\"group\": [3591.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, confectioner's coating, butterscotch\", \"clust\": 3631, \"cat_0_index\": 3165, \"rank\": 3440, \"cat-0\": \"Sweets\", \"rankvar\": 3626, \"ini\": 3440}, {\"group\": [3693.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Peanut Chocolate Candies\", \"clust\": 3735, \"cat_0_index\": 3166, \"rank\": 3439, \"cat-0\": \"Sweets\", \"rankvar\": 3117, \"ini\": 3439}, {\"group\": [2935.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potato chips, without salt, reduced fat\", \"clust\": 2968, \"cat_0_index\": 2510, \"rank\": 3438, \"cat-0\": \"Snacks\", \"rankvar\": 3359, \"ini\": 3438}, {\"group\": [3539.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, instant breakfast powder, chocolate, not reconstituted\", \"clust\": 3574, \"cat_0_index\": 1087, \"rank\": 3437, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3461, \"ini\": 3437}, {\"group\": [3606.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY, KIT KAT BIG KAT Bar\", \"clust\": 3651, \"cat_0_index\": 3167, \"rank\": 3436, \"cat-0\": \"Sweets\", \"rankvar\": 3367, \"ini\": 3436}, {\"group\": [2730.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, sesame seed dressing, regular\", \"clust\": 2760, \"cat_0_index\": 1509, \"rank\": 3435, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3434, \"ini\": 3435}, {\"group\": [3544.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, french-flavor, powder\", \"clust\": 3581, \"cat_0_index\": 482, \"rank\": 3434, \"cat-0\": \"Beverages\", \"rankvar\": 3217, \"ini\": 3434}, {\"group\": [3538.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, with added nutrients, powder\", \"clust\": 3576, \"cat_0_index\": 483, \"rank\": 3433, \"cat-0\": \"Beverages\", \"rankvar\": 3505, \"ini\": 3433}, {\"group\": [2724.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 2758, \"cat_0_index\": 1324, \"rank\": 3432, \"cat-0\": \"Fast Foods\", \"rankvar\": 3594, \"ini\": 3432}, {\"group\": [3378.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, french, mature seeds, raw\", \"clust\": 3409, \"cat_0_index\": 2019, \"rank\": 3431, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3640, \"ini\": 3431}, {\"group\": [2684.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, sesame flour, high-fat\", \"clust\": 2713, \"cat_0_index\": 2270, \"rank\": 3430, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3213, \"ini\": 3430}, {\"group\": [3410.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, UNCLE SAM CEREAL\", \"clust\": 3446, \"cat_0_index\": 742, \"rank\": 3429, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3392, \"ini\": 3429}, {\"group\": [3840.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, with added nutrients\", \"clust\": 3882, \"cat_0_index\": 484, \"rank\": 3428, \"cat-0\": \"Beverages\", \"rankvar\": 3663, \"ini\": 3428}, {\"group\": [3085.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg substitute, powder\", \"clust\": 3106, \"cat_0_index\": 1088, \"rank\": 3427, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3343, \"ini\": 3427}, {\"group\": [3041.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, oriental mix, rice-based\", \"clust\": 3071, \"cat_0_index\": 2511, \"rank\": 3426, \"cat-0\": \"Snacks\", \"rankvar\": 2983, \"ini\": 3426}, {\"group\": [3643.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, GOOBERS Chocolate Covered Peanuts\", \"clust\": 3683, \"cat_0_index\": 3168, \"rank\": 3425, \"cat-0\": \"Sweets\", \"rankvar\": 3177, \"ini\": 3425}, {\"group\": [3168.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Imitation cheese, american or cheddar, low cholesterol\", \"clust\": 3202, \"cat_0_index\": 1089, \"rank\": 3424, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3046, \"ini\": 3424}, {\"group\": [3191.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cheddar\", \"clust\": 3231, \"cat_0_index\": 1090, \"rank\": 3423, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3229, \"ini\": 3423}, {\"group\": [3484.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener\", \"clust\": 3518, \"cat_0_index\": 485, \"rank\": 3421, \"cat-0\": \"Beverages\", \"rankvar\": 3410, \"ini\": 3422}, {\"group\": [3484.0, 70.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee and cocoa (mocha) powder, with whitener and low calorie sweetener, decaffeinated\", \"clust\": 3519, \"cat_0_index\": 486, \"rank\": 3422, \"cat-0\": \"Beverages\", \"rankvar\": 3411, \"ini\": 3421}, {\"group\": [3210.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, roquefort\", \"clust\": 3242, \"cat_0_index\": 1091, \"rank\": 3420, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3103, \"ini\": 3420}, {\"group\": [3042.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, granola, homemade\", \"clust\": 3070, \"cat_0_index\": 743, \"rank\": 3419, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2706, \"ini\": 3419}, {\"group\": [3099.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, SLIM-FAST OPTIMA meal bar, milk chocolate peanut\", \"clust\": 3133, \"cat_0_index\": 2512, \"rank\": 3418, \"cat-0\": \"Snacks\", \"rankvar\": 2904, \"ini\": 3418}, {\"group\": [3132.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, with apple and orange, dry\", \"clust\": 3164, \"cat_0_index\": 33, \"rank\": 3417, \"cat-0\": \"Baby Foods\", \"rankvar\": 3325, \"ini\": 3417}, {\"group\": [3111.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bars, peanut butter\", \"clust\": 3144, \"cat_0_index\": 2513, \"rank\": 3416, \"cat-0\": \"Snacks\", \"rankvar\": 3463, \"ini\": 3416}, {\"group\": [3440.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, whole wheat, with apples, dry\", \"clust\": 3475, \"cat_0_index\": 34, \"rank\": 3415, \"cat-0\": \"Baby Foods\", \"rankvar\": 3200, \"ini\": 3415}, {\"group\": [2977.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, sour-cream and onion-flavor\", \"clust\": 3011, \"cat_0_index\": 2514, \"rank\": 3414, \"cat-0\": \"Snacks\", \"rankvar\": 3228, \"ini\": 3414}, {\"group\": [2470.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), toasted\", \"clust\": 2499, \"cat_0_index\": 2271, \"rank\": 3413, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3692, \"ini\": 3413}, {\"group\": [3663.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, almond paste\", \"clust\": 3701, \"cat_0_index\": 2272, \"rank\": 3412, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2820, \"ini\": 3412}, {\"group\": [3389.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Papad\", \"clust\": 3400, \"cat_0_index\": 2020, \"rank\": 3411, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3412, \"ini\": 3411}, {\"group\": [3699.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, praline, prepared-from-recipe\", \"clust\": 3739, \"cat_0_index\": 3169, \"rank\": 3410, \"cat-0\": \"Sweets\", \"rankvar\": 3276, \"ini\": 3410}, {\"group\": [3533.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, candy rolls, yogurt-covered, fruit flavored with high vitamin C\", \"clust\": 3570, \"cat_0_index\": 2515, \"rank\": 3409, \"cat-0\": \"Snacks\", \"rankvar\": 3495, \"ini\": 3409}, {\"group\": [3372.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, royal red, mature seeds, raw\", \"clust\": 3411, \"cat_0_index\": 2021, \"rank\": 3408, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3646, \"ini\": 3408}, {\"group\": [2777.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, breakfast strips, cooked\", \"clust\": 2806, \"cat_0_index\": 440, \"rank\": 3407, \"cat-0\": \"Beef Products\", \"rankvar\": 3059, \"ini\": 3407}, {\"group\": [3301.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanut flour, defatted\", \"clust\": 3331, \"cat_0_index\": 2022, \"rank\": 3406, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3556, \"ini\": 3406}, {\"group\": [3207.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, pimento\", \"clust\": 3244, \"cat_0_index\": 1092, \"rank\": 3405, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3015, \"ini\": 3405}, {\"group\": [3695.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MARS Almond Bar\", \"clust\": 3737, \"cat_0_index\": 3170, \"rank\": 3404, \"cat-0\": \"Sweets\", \"rankvar\": 3104, \"ini\": 3404}, {\"group\": [2473.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, with salt\", \"clust\": 2503, \"cat_0_index\": 1510, \"rank\": 3403, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3590, \"ini\": 3403}, {\"group\": [3277.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, dry\", \"clust\": 3313, \"cat_0_index\": 2607, \"rank\": 3402, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3866, \"ini\": 3402}, {\"group\": [3370.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, raw\", \"clust\": 3407, \"cat_0_index\": 2023, \"rank\": 3401, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3603, \"ini\": 3401}, {\"group\": [3590.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ALMOND JOY Candy Bar\", \"clust\": 3628, \"cat_0_index\": 3171, \"rank\": 3400, \"cat-0\": \"Sweets\", \"rankvar\": 3211, \"ini\": 3400}, {\"group\": [3341.0, 64.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pumpkin pie spice\", \"clust\": 3375, \"cat_0_index\": 3096, \"rank\": 3399, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3273, \"ini\": 3399}, {\"group\": [3373.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, cranberry (roman), mature seeds, raw\", \"clust\": 3412, \"cat_0_index\": 2024, \"rank\": 3398, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3629, \"ini\": 3398}, {\"group\": [3380.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans (fava beans), mature seeds, raw\", \"clust\": 3419, \"cat_0_index\": 2025, \"rank\": 3397, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3614, \"ini\": 3397}, {\"group\": [3638.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Milk Chocolate Candies\", \"clust\": 3681, \"cat_0_index\": 3172, \"rank\": 3396, \"cat-0\": \"Sweets\", \"rankvar\": 3442, \"ini\": 3396}, {\"group\": [2880.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, separable fat, boneless, unheated\", \"clust\": 2915, \"cat_0_index\": 2307, \"rank\": 3395, \"cat-0\": \"Pork Products\", \"rankvar\": 3306, \"ini\": 3395}, {\"group\": [3114.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Almond Snack Bar\", \"clust\": 3148, \"cat_0_index\": 2516, \"rank\": 3394, \"cat-0\": \"Snacks\", \"rankvar\": 3545, \"ini\": 3394}, {\"group\": [3280.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry\", \"clust\": 3315, \"cat_0_index\": 2608, \"rank\": 3393, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3865, \"ini\": 3393}, {\"group\": [3691.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE'S, FAST BREAK, milk chocolate peanut butter and soft nougats\", \"clust\": 3733, \"cat_0_index\": 3173, \"rank\": 3392, \"cat-0\": \"Sweets\", \"rankvar\": 3120, \"ini\": 3392}, {\"group\": [3222.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, swiss, low sodium\", \"clust\": 3256, \"cat_0_index\": 1093, \"rank\": 3391, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3397, \"ini\": 3391}, {\"group\": [3543.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, powdered, light\", \"clust\": 3583, \"cat_0_index\": 1094, \"rank\": 3390, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3569, \"ini\": 3390}, {\"group\": [3692.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, REESE's Fast Break, milk chocolate, peanut butter, soft nougats, candy bar\", \"clust\": 3734, \"cat_0_index\": 3174, \"rank\": 3389, \"cat-0\": \"Sweets\", \"rankvar\": 3163, \"ini\": 3389}, {\"group\": [2881.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, separable fat, boneless, heated\", \"clust\": 2916, \"cat_0_index\": 2308, \"rank\": 3388, \"cat-0\": \"Pork Products\", \"rankvar\": 3255, \"ini\": 3388}, {\"group\": [3476.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Complete Oat Bran Flakes\", \"clust\": 3510, \"cat_0_index\": 744, \"rank\": 3387, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3346, \"ini\": 3387}, {\"group\": [3203.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso anejo\", \"clust\": 3226, \"cat_0_index\": 1095, \"rank\": 3386, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3032, \"ini\": 3386}, {\"group\": [3369.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, large, mature seeds, raw\", \"clust\": 3402, \"cat_0_index\": 2026, \"rank\": 3385, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3562, \"ini\": 3385}, {\"group\": [2879.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, separable fat, raw\", \"clust\": 2912, \"cat_0_index\": 2309, \"rank\": 3384, \"cat-0\": \"Pork Products\", \"rankvar\": 3317, \"ini\": 3384}, {\"group\": [3192.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, colby\", \"clust\": 3232, \"cat_0_index\": 1096, \"rank\": 3383, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3130, \"ini\": 3383}, {\"group\": [2781.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pepperoni, pork, beef\", \"clust\": 2815, \"cat_0_index\": 2407, \"rank\": 3382, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2986, \"ini\": 3382}, {\"group\": [3960.0, 85.0, 23.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, ZONE PERFECT CLASSIC CRUNCH BAR, mixed flavors\", \"clust\": 3566, \"cat_0_index\": 2517, \"rank\": 3381, \"cat-0\": \"Snacks\", \"rankvar\": 2712, \"ini\": 3381}, {\"group\": [2978.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, puffs or twists, cheese-flavor\", \"clust\": 3014, \"cat_0_index\": 2518, \"rank\": 3380, \"cat-0\": \"Snacks\", \"rankvar\": 3262, \"ini\": 3380}, {\"group\": [3273.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato vegetable, dry, mix\", \"clust\": 3307, \"cat_0_index\": 2609, \"rank\": 3379, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3691, \"ini\": 3379}, {\"group\": [2930.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snack, potato chips, made from dried potatoes, plain\", \"clust\": 2963, \"cat_0_index\": 2519, \"rank\": 3378, \"cat-0\": \"Snacks\", \"rankvar\": 3063, \"ini\": 3378}, {\"group\": [2760.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, beef jerky, chopped and formed\", \"clust\": 2791, \"cat_0_index\": 2520, \"rank\": 3377, \"cat-0\": \"Snacks\", \"rankvar\": 2736, \"ini\": 3377}, {\"group\": [3115.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, COCOAVIA, Chocolate Blueberry Snack Bar\", \"clust\": 3149, \"cat_0_index\": 2521, \"rank\": 3376, \"cat-0\": \"Snacks\", \"rankvar\": 3574, \"ini\": 3376}, {\"group\": [3502.0, 72.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yeast extract spread\", \"clust\": 3528, \"cat_0_index\": 3359, \"rank\": 3375, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3696, \"ini\": 3375}, {\"group\": [3607.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, WHATCHAMACALLIT Candy Bar\", \"clust\": 3649, \"cat_0_index\": 3175, \"rank\": 3374, \"cat-0\": \"Sweets\", \"rankvar\": 3223, \"ini\": 3374}, {\"group\": [3060.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed flour, partially defatted (glandless)\", \"clust\": 3091, \"cat_0_index\": 2273, \"rank\": 3373, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3454, \"ini\": 3373}, {\"group\": [3371.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, yellow, mature seeds, raw\", \"clust\": 3408, \"cat_0_index\": 2027, \"rank\": 3372, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3613, \"ini\": 3372}, {\"group\": [3184.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, edam\", \"clust\": 3221, \"cat_0_index\": 1097, \"rank\": 3371, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3067, \"ini\": 3371}, {\"group\": [3644.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, dark chocolate coated coffee beans\", \"clust\": 3684, \"cat_0_index\": 3176, \"rank\": 3370, \"cat-0\": \"Sweets\", \"rankvar\": 3212, \"ini\": 3370}, {\"group\": [2848.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Veal, breast, separable fat, cooked\", \"clust\": 2878, \"cat_0_index\": 1922, \"rank\": 3369, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 3444, \"ini\": 3369}, {\"group\": [3215.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, swiss, with di sodium phosphate\", \"clust\": 3252, \"cat_0_index\": 1098, \"rank\": 3368, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3073, \"ini\": 3368}, {\"group\": [3827.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dehydrated (low moisture), sulfured, uncooked\", \"clust\": 3871, \"cat_0_index\": 1651, \"rank\": 3367, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3688, \"ini\": 3367}, {\"group\": [3381.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peas, split, mature seeds, raw\", \"clust\": 3420, \"cat_0_index\": 2028, \"rank\": 3366, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3617, \"ini\": 3366}, {\"group\": [3608.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, KIT KAT Wafer Bar\", \"clust\": 3648, \"cat_0_index\": 3177, \"rank\": 3365, \"cat-0\": \"Sweets\", \"rankvar\": 3292, \"ini\": 3365}, {\"group\": [3700.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sugar-coated almonds\", \"clust\": 3740, \"cat_0_index\": 3178, \"rank\": 3364, \"cat-0\": \"Sweets\", \"rankvar\": 3374, \"ini\": 3364}, {\"group\": [2892.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, belly, raw\", \"clust\": 2919, \"cat_0_index\": 2310, \"rank\": 3363, \"cat-0\": \"Pork Products\", \"rankvar\": 3372, \"ini\": 3363}, {\"group\": [3473.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S CRACKLIN' OAT BRAN\", \"clust\": 3501, \"cat_0_index\": 745, \"rank\": 3362, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2973, \"ini\": 3362}, {\"group\": [3641.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, CARAMELLO Candy Bar\", \"clust\": 3675, \"cat_0_index\": 3179, \"rank\": 3361, \"cat-0\": \"Sweets\", \"rankvar\": 3261, \"ini\": 3361}, {\"group\": [2979.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, puffs or twists, cheese-flavor, unenriched\", \"clust\": 3015, \"cat_0_index\": 2522, \"rank\": 3360, \"cat-0\": \"Snacks\", \"rankvar\": 3238, \"ini\": 3360}, {\"group\": [3058.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed meal, partially defatted (glandless)\", \"clust\": 3092, \"cat_0_index\": 2274, \"rank\": 3359, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3600, \"ini\": 3359}, {\"group\": [3483.0, 69.0, 18.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, pork, beef, less sodium\", \"clust\": 3517, \"cat_0_index\": 2408, \"rank\": 3358, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2751, \"ini\": 3358}, {\"group\": [3258.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, pork, dry, powder\", \"clust\": 3293, \"cat_0_index\": 2610, \"rank\": 3357, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3543, \"ini\": 3357}, {\"group\": [3407.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn bran, crude\", \"clust\": 3441, \"cat_0_index\": 987, \"rank\": 3356, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3893, \"ini\": 3356}, {\"group\": [3095.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, poultry seasoning\", \"clust\": 3123, \"cat_0_index\": 3097, \"rank\": 3355, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3446, \"ini\": 3355}, {\"group\": [3236.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, parmesan, dry grated, reduced fat\", \"clust\": 3254, \"cat_0_index\": 1099, \"rank\": 3354, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3440, \"ini\": 3354}, {\"group\": [3541.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gerber graduates Fruit Strips Real Fruit Bars\", \"clust\": 3578, \"cat_0_index\": 35, \"rank\": 3353, \"cat-0\": \"Baby Foods\", \"rankvar\": 3591, \"ini\": 3353}, {\"group\": [2474.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Butter, light, stick, without salt\", \"clust\": 2504, \"cat_0_index\": 1511, \"rank\": 3352, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3597, \"ini\": 3352}, {\"group\": [3075.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type\", \"clust\": 3107, \"cat_0_index\": 2029, \"rank\": 3351, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3743, \"ini\": 3351}, {\"group\": [3437.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI HEART TO HEART, Instant Oatmeal, Apple Cinnamon, dry\", \"clust\": 3472, \"cat_0_index\": 746, \"rank\": 3350, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2989, \"ini\": 3350}, {\"group\": [3594.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, DOVE Milk Chocolate\", \"clust\": 3634, \"cat_0_index\": 3180, \"rank\": 3349, \"cat-0\": \"Sweets\", \"rankvar\": 3465, \"ini\": 3349}, {\"group\": [3118.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, HARMONY\", \"clust\": 3147, \"cat_0_index\": 747, \"rank\": 3348, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3533, \"ini\": 3348}, {\"group\": [3208.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, american, with di sodium phosphate\", \"clust\": 3245, \"cat_0_index\": 1100, \"rank\": 3347, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2939, \"ini\": 3347}, {\"group\": [2732.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, imitation, soybean without cholesterol\", \"clust\": 2766, \"cat_0_index\": 1512, \"rank\": 3346, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3568, \"ini\": 3346}, {\"group\": [3694.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS Bar\", \"clust\": 3736, \"cat_0_index\": 3181, \"rank\": 3345, \"cat-0\": \"Sweets\", \"rankvar\": 3082, \"ini\": 3345}, {\"group\": [2877.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, enhanced, composite of separable fat, raw\", \"clust\": 2910, \"cat_0_index\": 2311, \"rank\": 3344, \"cat-0\": \"Pork Products\", \"rankvar\": 3263, \"ini\": 3344}, {\"group\": [3696.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, 5TH AVENUE Candy Bar\", \"clust\": 3738, \"cat_0_index\": 3182, \"rank\": 3343, \"cat-0\": \"Sweets\", \"rankvar\": 3016, \"ini\": 3343}, {\"group\": [3197.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, monterey\", \"clust\": 3236, \"cat_0_index\": 1101, \"rank\": 3342, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3158, \"ini\": 3342}, {\"group\": [3195.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, muenster\", \"clust\": 3237, \"cat_0_index\": 1102, \"rank\": 3341, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3109, \"ini\": 3341}, {\"group\": [3320.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, white, mature seeds, raw\", \"clust\": 3346, \"cat_0_index\": 2030, \"rank\": 3340, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3493, \"ini\": 3340}, {\"group\": [3322.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, breadnut tree seeds, dried\", \"clust\": 3358, \"cat_0_index\": 2275, \"rank\": 3339, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3589, \"ini\": 3339}, {\"group\": [3006.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, barbecue-flavor\", \"clust\": 3038, \"cat_0_index\": 2523, \"rank\": 3338, \"cat-0\": \"Snacks\", \"rankvar\": 3070, \"ini\": 3338}, {\"group\": [3189.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, low-sodium, cheddar or colby\", \"clust\": 3223, \"cat_0_index\": 1103, \"rank\": 3337, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3202, \"ini\": 3337}, {\"group\": [3104.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Cinnamon Toast Crunch, reduced sugar\", \"clust\": 3136, \"cat_0_index\": 748, \"rank\": 3336, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3181, \"ini\": 3336}, {\"group\": [3307.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, wheat germ, toasted, plain\", \"clust\": 3343, \"cat_0_index\": 749, \"rank\": 3335, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3133, \"ini\": 3335}, {\"group\": [3073.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, ProPlus\", \"clust\": 3108, \"cat_0_index\": 2031, \"rank\": 3334, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3779, \"ini\": 3334}, {\"group\": [3366.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, great northern, mature seeds, raw\", \"clust\": 3404, \"cat_0_index\": 2032, \"rank\": 3333, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3522, \"ini\": 3333}, {\"group\": [3500.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, lemon-flavored, powder\", \"clust\": 3537, \"cat_0_index\": 487, \"rank\": 3332, \"cat-0\": \"Beverages\", \"rankvar\": 3804, \"ini\": 3332}, {\"group\": [2770.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, Italian, pork\", \"clust\": 2804, \"cat_0_index\": 2409, \"rank\": 3331, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2846, \"ini\": 3331}, {\"group\": [2779.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chorizo, pork and beef\", \"clust\": 2813, \"cat_0_index\": 2410, \"rank\": 3330, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2873, \"ini\": 3330}, {\"group\": [2496.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Granola bar, soft, milk chocolate coated, peanut butter\", \"clust\": 2523, \"cat_0_index\": 2524, \"rank\": 3329, \"cat-0\": \"Snacks\", \"rankvar\": 2866, \"ini\": 3329}, {\"group\": [3367.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, thin seeded (baby), mature seeds, raw\", \"clust\": 3405, \"cat_0_index\": 2033, \"rank\": 3328, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3534, \"ini\": 3328}, {\"group\": [3216.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, swiss\", \"clust\": 3253, \"cat_0_index\": 1104, \"rank\": 3327, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2944, \"ini\": 3327}, {\"group\": [3632.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, mexican, squares\", \"clust\": 3673, \"cat_0_index\": 3183, \"rank\": 3326, \"cat-0\": \"Sweets\", \"rankvar\": 3500, \"ini\": 3326}, {\"group\": [3186.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, provolone\", \"clust\": 3220, \"cat_0_index\": 1105, \"rank\": 3325, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3091, \"ini\": 3325}, {\"group\": [3275.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, mushroom, dry, powder\", \"clust\": 3309, \"cat_0_index\": 2611, \"rank\": 3324, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3682, \"ini\": 3324}, {\"group\": [3689.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, chocolate covered, caramel with nuts\", \"clust\": 3729, \"cat_0_index\": 3184, \"rank\": 3323, \"cat-0\": \"Sweets\", \"rankvar\": 2850, \"ini\": 3323}, {\"group\": [3282.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, mackerel, salted\", \"clust\": 3316, \"cat_0_index\": 1555, \"rank\": 3322, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3216, \"ini\": 3322}, {\"group\": [3039.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, oil-popped, white popcorn\", \"clust\": 3074, \"cat_0_index\": 2525, \"rank\": 3321, \"cat-0\": \"Snacks\", \"rankvar\": 3002, \"ini\": 3321}, {\"group\": [3193.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cheshire\", \"clust\": 3230, \"cat_0_index\": 1106, \"rank\": 3320, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3052, \"ini\": 3320}, {\"group\": [3581.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, DOVE Dark Chocolate\", \"clust\": 3621, \"cat_0_index\": 3185, \"rank\": 3319, \"cat-0\": \"Sweets\", \"rankvar\": 3403, \"ini\": 3319}, {\"group\": [3438.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI HEART TO HEART, Instant Oatmeal, maple, dry\", \"clust\": 3473, \"cat_0_index\": 750, \"rank\": 3318, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2965, \"ini\": 3318}, {\"group\": [3204.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, fontina\", \"clust\": 3225, \"cat_0_index\": 1107, \"rank\": 3317, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2959, \"ini\": 3317}, {\"group\": [3185.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, gouda\", \"clust\": 3222, \"cat_0_index\": 1108, \"rank\": 3316, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3020, \"ini\": 3316}, {\"group\": [3910.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate, with nuts, prepared-from-recipe\", \"clust\": 3949, \"cat_0_index\": 3186, \"rank\": 3315, \"cat-0\": \"Sweets\", \"rankvar\": 3386, \"ini\": 3315}, {\"group\": [3056.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw, crude protein basis (N x 6.25)\", \"clust\": 3089, \"cat_0_index\": 2034, \"rank\": 3314, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3693, \"ini\": 3314}, {\"group\": [3212.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, american, with di sodium phosphate\", \"clust\": 3248, \"cat_0_index\": 1109, \"rank\": 3313, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2702, \"ini\": 3313}, {\"group\": [3259.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, instant turkey, dry\", \"clust\": 3294, \"cat_0_index\": 2612, \"rank\": 3312, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3157, \"ini\": 3312}, {\"group\": [3623.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, ROLO Caramels in Milk Chocolate\", \"clust\": 3665, \"cat_0_index\": 3187, \"rank\": 3311, \"cat-0\": \"Sweets\", \"rankvar\": 3457, \"ini\": 3311}, {\"group\": [3199.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, caraway\", \"clust\": 3234, \"cat_0_index\": 1110, \"rank\": 3310, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3066, \"ini\": 3310}, {\"group\": [3260.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, brown instant, dry\", \"clust\": 3295, \"cat_0_index\": 2613, \"rank\": 3309, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3452, \"ini\": 3309}, {\"group\": [3209.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, blue\", \"clust\": 3243, \"cat_0_index\": 1111, \"rank\": 3308, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2843, \"ini\": 3308}, {\"group\": [3221.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, swiss\", \"clust\": 3258, \"cat_0_index\": 1112, \"rank\": 3307, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3191, \"ini\": 3307}, {\"group\": [3194.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, american, without di sodium phosphate\", \"clust\": 3229, \"cat_0_index\": 1113, \"rank\": 3306, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3004, \"ini\": 3306}, {\"group\": [3201.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso chihuahua\", \"clust\": 3228, \"cat_0_index\": 1114, \"rank\": 3305, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2981, \"ini\": 3305}, {\"group\": [3196.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, brick\", \"clust\": 3238, \"cat_0_index\": 1115, \"rank\": 3304, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3034, \"ini\": 3304}, {\"group\": [2931.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, taro chips\", \"clust\": 2962, \"cat_0_index\": 2526, \"rank\": 3303, \"cat-0\": \"Snacks\", \"rankvar\": 2996, \"ini\": 3303}, {\"group\": [2773.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, dry or hard, pork\", \"clust\": 2809, \"cat_0_index\": 2411, \"rank\": 3302, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2791, \"ini\": 3302}, {\"group\": [3074.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, potassium type, crude protein basis\", \"clust\": 3109, \"cat_0_index\": 2035, \"rank\": 3301, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3789, \"ini\": 3301}, {\"group\": [3584.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MOUNDS Candy Bar\", \"clust\": 3625, \"cat_0_index\": 3188, \"rank\": 3300, \"cat-0\": \"Sweets\", \"rankvar\": 3287, \"ini\": 3300}, {\"group\": [2632.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable oil-butter spread, reduced calorie\", \"clust\": 2659, \"cat_0_index\": 1513, \"rank\": 3299, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3350, \"ini\": 3299}, {\"group\": [3232.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, Mexican, blend, reduced fat\", \"clust\": 3263, \"cat_0_index\": 1116, \"rank\": 3298, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3460, \"ini\": 3298}, {\"group\": [3645.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S POT OF GOLD Almond Bar\", \"clust\": 3686, \"cat_0_index\": 3189, \"rank\": 3297, \"cat-0\": \"Sweets\", \"rankvar\": 3237, \"ini\": 3297}, {\"group\": [3609.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, TWIX Caramel Cookie Bars\", \"clust\": 3647, \"cat_0_index\": 3190, \"rank\": 3296, \"cat-0\": \"Sweets\", \"rankvar\": 3311, \"ini\": 3296}, {\"group\": [2969.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, microwave, regular (butter) flavor, made with palm oil\", \"clust\": 2998, \"cat_0_index\": 2527, \"rank\": 3295, \"cat-0\": \"Snacks\", \"rankvar\": 2903, \"ini\": 3295}, {\"group\": [3823.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, without added nutrients\", \"clust\": 3867, \"cat_0_index\": 488, \"rank\": 3294, \"cat-0\": \"Beverages\", \"rankvar\": 3665, \"ini\": 3294}, {\"group\": [3498.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder, half the caffeine\", \"clust\": 3538, \"cat_0_index\": 489, \"rank\": 3293, \"cat-0\": \"Beverages\", \"rankvar\": 3810, \"ini\": 3293}, {\"group\": [3084.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, spirulina, dried\", \"clust\": 3118, \"cat_0_index\": 3360, \"rank\": 3292, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3476, \"ini\": 3292}, {\"group\": [3653.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, peanut\", \"clust\": 3688, \"cat_0_index\": 2528, \"rank\": 3291, \"cat-0\": \"Snacks\", \"rankvar\": 2914, \"ini\": 3291}, {\"group\": [3439.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, dry\", \"clust\": 3471, \"cat_0_index\": 751, \"rank\": 3290, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2991, \"ini\": 3290}, {\"group\": [3610.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, CRUNCH Bar and Dessert Topping\", \"clust\": 3646, \"cat_0_index\": 3191, \"rank\": 3289, \"cat-0\": \"Sweets\", \"rankvar\": 3390, \"ini\": 3289}, {\"group\": [3822.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bananas, dehydrated, or banana powder\", \"clust\": 3862, \"cat_0_index\": 1652, \"rank\": 3288, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3524, \"ini\": 3288}, {\"group\": [3057.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy meal, defatted, raw\", \"clust\": 3090, \"cat_0_index\": 2036, \"rank\": 3287, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3672, \"ini\": 3287}, {\"group\": [3639.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, BABY RUTH Bar\", \"clust\": 3682, \"cat_0_index\": 3192, \"rank\": 3286, \"cat-0\": \"Sweets\", \"rankvar\": 3199, \"ini\": 3286}, {\"group\": [3385.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI GO LEAN Hot Cereal, Hearty Honey & Cinnamon, dry\", \"clust\": 3422, \"cat_0_index\": 752, \"rank\": 3285, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3327, \"ini\": 3285}, {\"group\": [2738.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french dressing, commercial, regular\", \"clust\": 2770, \"cat_0_index\": 1514, \"rank\": 3284, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3267, \"ini\": 3284}, {\"group\": [3110.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baby food, fortified cereal bar, fruit filling\", \"clust\": 3143, \"cat_0_index\": 36, \"rank\": 3283, \"cat-0\": \"Baby Foods\", \"rankvar\": 3539, \"ini\": 3283}, {\"group\": [3383.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, fenugreek seed\", \"clust\": 3417, \"cat_0_index\": 3098, \"rank\": 3282, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3580, \"ini\": 3282}, {\"group\": [3714.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with extra creme filling\", \"clust\": 3754, \"cat_0_index\": 296, \"rank\": 3281, \"cat-0\": \"Baked Products\", \"rankvar\": 3190, \"ini\": 3281}, {\"group\": [2701.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, home recipe, vinegar and oil\", \"clust\": 2732, \"cat_0_index\": 1515, \"rank\": 3280, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3513, \"ini\": 3280}, {\"group\": [2633.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil-butter spread, reduced calorie, tub, with salt\", \"clust\": 2660, \"cat_0_index\": 1516, \"rank\": 3279, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3248, \"ini\": 3279}, {\"group\": [3842.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, powder\", \"clust\": 3880, \"cat_0_index\": 490, \"rank\": 3278, \"cat-0\": \"Beverages\", \"rankvar\": 3121, \"ini\": 3278}, {\"group\": [3462.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GO LEAN CRUNCH!, Honey Almond Flax\", \"clust\": 3499, \"cat_0_index\": 753, \"rank\": 3277, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3123, \"ini\": 3277}, {\"group\": [3188.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, swiss, without di sodium phosphate\", \"clust\": 3218, \"cat_0_index\": 1117, \"rank\": 3276, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3062, \"ini\": 3276}, {\"group\": [3217.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, dry white, queso seco\", \"clust\": 3251, \"cat_0_index\": 1118, \"rank\": 3275, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2917, \"ini\": 3275}, {\"group\": [3198.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mexican, queso asadero\", \"clust\": 3235, \"cat_0_index\": 1119, \"rank\": 3274, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2960, \"ini\": 3274}, {\"group\": [3213.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, pasteurized process, american, without di sodium phosphate\", \"clust\": 3249, \"cat_0_index\": 1120, \"rank\": 3273, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2649, \"ini\": 3273}, {\"group\": [3633.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, milk chocolate coated raisins\", \"clust\": 3674, \"cat_0_index\": 3193, \"rank\": 3272, \"cat-0\": \"Sweets\", \"rankvar\": 3332, \"ini\": 3272}, {\"group\": [3007.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, unsalted\", \"clust\": 3039, \"cat_0_index\": 2529, \"rank\": 3271, \"cat-0\": \"Snacks\", \"rankvar\": 3166, \"ini\": 3271}, {\"group\": [3302.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Honey Crunch Wheat Germ\", \"clust\": 3336, \"cat_0_index\": 754, \"rank\": 3270, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2940, \"ini\": 3270}, {\"group\": [3294.0, 60.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Hazelnuts, beaked (Northern Plains Indians)\", \"clust\": 3329, \"cat_0_index\": 1236, \"rank\": 3269, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3293, \"ini\": 3269}, {\"group\": [3112.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, M&M MARS, KUDOS Whole Grain Bar, M&M's milk chocolate\", \"clust\": 3145, \"cat_0_index\": 2530, \"rank\": 3268, \"cat-0\": \"Snacks\", \"rankvar\": 3479, \"ini\": 3268}, {\"group\": [2928.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, plantain chips, salted\", \"clust\": 2964, \"cat_0_index\": 2531, \"rank\": 3267, \"cat-0\": \"Snacks\", \"rankvar\": 2985, \"ini\": 3267}, {\"group\": [2946.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, vegetable chips, made from garden vegetables\", \"clust\": 2978, \"cat_0_index\": 2532, \"rank\": 3266, \"cat-0\": \"Snacks\", \"rankvar\": 2772, \"ini\": 3266}, {\"group\": [2983.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puff pastry, frozen, ready-to-bake, baked\", \"clust\": 3016, \"cat_0_index\": 297, \"rank\": 3265, \"cat-0\": \"Baked Products\", \"rankvar\": 3405, \"ini\": 3265}, {\"group\": [3646.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, HERSHEY'S GOLDEN ALMOND SOLITAIRES\", \"clust\": 3687, \"cat_0_index\": 3194, \"rank\": 3264, \"cat-0\": \"Sweets\", \"rankvar\": 3178, \"ini\": 3264}, {\"group\": [3690.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, almond, confectioners coating\", \"clust\": 3730, \"cat_0_index\": 2533, \"rank\": 3263, \"cat-0\": \"Snacks\", \"rankvar\": 2654, \"ini\": 3263}, {\"group\": [3628.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular\", \"clust\": 3669, \"cat_0_index\": 3195, \"rank\": 3262, \"cat-0\": \"Sweets\", \"rankvar\": 3644, \"ini\": 3262}, {\"group\": [2725.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, green goddess, regular\", \"clust\": 2759, \"cat_0_index\": 1517, \"rank\": 3261, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3352, \"ini\": 3261}, {\"group\": [1909.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, distilled\", \"clust\": 1934, \"cat_0_index\": 3099, \"rank\": 1, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2127, \"ini\": 3260}, {\"group\": [3160.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, fried, prepared with calcium sulfate\", \"clust\": 3194, \"cat_0_index\": 2037, \"rank\": 3260, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3218, \"ini\": 3259}, {\"group\": [3626.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, NESTLE, Hot Cocoa Mix Rich Chocolate With Marshmallows\", \"clust\": 3667, \"cat_0_index\": 491, \"rank\": 3259, \"cat-0\": \"Beverages\", \"rankvar\": 3502, \"ini\": 3258}, {\"group\": [3292.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, cheese sauce mix, dry\", \"clust\": 3324, \"cat_0_index\": 2614, \"rank\": 3258, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2966, \"ini\": 3257}, {\"group\": [3582.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, MARS SNACKFOOD US, M&M's Semisweet Chocolate Mini Baking Bits\", \"clust\": 3622, \"cat_0_index\": 3196, \"rank\": 3257, \"cat-0\": \"Sweets\", \"rankvar\": 3416, \"ini\": 3256}, {\"group\": [1943.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DASANI\", \"clust\": 1977, \"cat_0_index\": 492, \"rank\": 2, \"cat-0\": \"Beverages\", \"rankvar\": 2434, \"ini\": 3255}, {\"group\": [1944.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, PEPSI, AQUAFINA\", \"clust\": 1978, \"cat_0_index\": 493, \"rank\": 3, \"cat-0\": \"Beverages\", \"rankvar\": 2435, \"ini\": 3254}, {\"group\": [1945.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, CALISTOGA\", \"clust\": 1976, \"cat_0_index\": 494, \"rank\": 4, \"cat-0\": \"Beverages\", \"rankvar\": 2438, \"ini\": 3253}, {\"group\": [3920.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium\", \"clust\": 3957, \"cat_0_index\": 495, \"rank\": 3256, \"cat-0\": \"Beverages\", \"rankvar\": 3756, \"ini\": 3252}, {\"group\": [2630.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, skin only, cooked, roasted\", \"clust\": 2655, \"cat_0_index\": 2332, \"rank\": 3255, \"cat-0\": \"Poultry Products\", \"rankvar\": 3003, \"ini\": 3251}, {\"group\": [1946.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, POLAND SPRING\", \"clust\": 1975, \"cat_0_index\": 496, \"rank\": 5, \"cat-0\": \"Beverages\", \"rankvar\": 2440, \"ini\": 3250}, {\"group\": [3705.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, graham crackers, chocolate-coated\", \"clust\": 3742, \"cat_0_index\": 298, \"rank\": 3254, \"cat-0\": \"Baked Products\", \"rankvar\": 3056, \"ini\": 3249}, {\"group\": [1936.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DANNON\", \"clust\": 1969, \"cat_0_index\": 497, \"rank\": 6, \"cat-0\": \"Beverages\", \"rankvar\": 2439, \"ini\": 3248}, {\"group\": [1939.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, drinking\", \"clust\": 1972, \"cat_0_index\": 498, \"rank\": 7, \"cat-0\": \"Beverages\", \"rankvar\": 2431, \"ini\": 3247}, {\"group\": [1937.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, CRYSTAL GEYSER\", \"clust\": 1970, \"cat_0_index\": 499, \"rank\": 8, \"cat-0\": \"Beverages\", \"rankvar\": 2442, \"ini\": 3246}, {\"group\": [1938.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, DANNON Fluoride To Go\", \"clust\": 1968, \"cat_0_index\": 500, \"rank\": 9, \"cat-0\": \"Beverages\", \"rankvar\": 2436, \"ini\": 3245}, {\"group\": [3200.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, port de salut\", \"clust\": 3233, \"cat_0_index\": 1121, \"rank\": 3253, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2928, \"ini\": 3244}, {\"group\": [1940.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, well\", \"clust\": 1973, \"cat_0_index\": 501, \"rank\": 10, \"cat-0\": \"Beverages\", \"rankvar\": 2432, \"ini\": 3243}, {\"group\": [1941.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, tap, municipal\", \"clust\": 1971, \"cat_0_index\": 502, \"rank\": 11, \"cat-0\": \"Beverages\", \"rankvar\": 2430, \"ini\": 3242}, {\"group\": [3825.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, powder\", \"clust\": 3866, \"cat_0_index\": 503, \"rank\": 3252, \"cat-0\": \"Beverages\", \"rankvar\": 3475, \"ini\": 3241}, {\"group\": [1942.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, NAYA\", \"clust\": 1967, \"cat_0_index\": 504, \"rank\": 12, \"cat-0\": \"Beverages\", \"rankvar\": 2444, \"ini\": 3240}, {\"group\": [3585.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Coconut Macaroon\", \"clust\": 3623, \"cat_0_index\": 299, \"rank\": 3251, \"cat-0\": \"Baked Products\", \"rankvar\": 3256, \"ini\": 3239}, {\"group\": [1947.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, non-carbonated, bottles, natural fruit flavors, sweetened with low calorie sweetener\", \"clust\": 1974, \"cat_0_index\": 505, \"rank\": 13, \"cat-0\": \"Beverages\", \"rankvar\": 2420, \"ini\": 3238}, {\"group\": [1934.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, with aspartame, contains caffeine\", \"clust\": 1965, \"cat_0_index\": 506, \"rank\": 14, \"cat-0\": \"Beverages\", \"rankvar\": 2421, \"ini\": 3237}, {\"group\": [1935.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, without caffeine\", \"clust\": 1966, \"cat_0_index\": 507, \"rank\": 15, \"cat-0\": \"Beverages\", \"rankvar\": 2422, \"ini\": 3236}, {\"group\": [1923.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, AMP, sugar free\", \"clust\": 1953, \"cat_0_index\": 508, \"rank\": 16, \"cat-0\": \"Beverages\", \"rankvar\": 2363, \"ini\": 3235}, {\"group\": [1925.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, non-carbonated, EVIAN\", \"clust\": 1956, \"cat_0_index\": 509, \"rank\": 17, \"cat-0\": \"Beverages\", \"rankvar\": 2445, \"ini\": 3234}, {\"group\": [1928.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, other than cola or pepper, with sodium saccharin, without caffeine\", \"clust\": 1959, \"cat_0_index\": 510, \"rank\": 18, \"cat-0\": \"Beverages\", \"rankvar\": 2428, \"ini\": 3233}, {\"group\": [1924.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, VAULT Zero, sugar-free, citrus flavor\", \"clust\": 1954, \"cat_0_index\": 511, \"rank\": 19, \"cat-0\": \"Beverages\", \"rankvar\": 2356, \"ini\": 3232}, {\"group\": [1931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herb, chamomile, brewed\", \"clust\": 1961, \"cat_0_index\": 512, \"rank\": 20, \"cat-0\": \"Beverages\", \"rankvar\": 2413, \"ini\": 3231}, {\"group\": [1931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herb, other than chamomile, brewed\", \"clust\": 1962, \"cat_0_index\": 513, \"rank\": 21, \"cat-0\": \"Beverages\", \"rankvar\": 2414, \"ini\": 3230}, {\"group\": [1929.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-types, with sodium saccharin, contains caffeine\", \"clust\": 1960, \"cat_0_index\": 514, \"rank\": 22, \"cat-0\": \"Beverages\", \"rankvar\": 2427, \"ini\": 3229}, {\"group\": [1930.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, club soda\", \"clust\": 1958, \"cat_0_index\": 515, \"rank\": 23, \"cat-0\": \"Beverages\", \"rankvar\": 2433, \"ini\": 3228}, {\"group\": [1926.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, generic\", \"clust\": 1957, \"cat_0_index\": 516, \"rank\": 24, \"cat-0\": \"Beverages\", \"rankvar\": 2446, \"ini\": 3227}, {\"group\": [1932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-type, with aspartame, without caffeine\", \"clust\": 1963, \"cat_0_index\": 517, \"rank\": 25, \"cat-0\": \"Beverages\", \"rankvar\": 2411, \"ini\": 3226}, {\"group\": [1950.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with distilled water\", \"clust\": 1980, \"cat_0_index\": 518, \"rank\": 26, \"cat-0\": \"Beverages\", \"rankvar\": 2407, \"ini\": 3225}, {\"group\": [1933.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, low calorie, cola or pepper-type, with aspartame, contains caffeine\", \"clust\": 1964, \"cat_0_index\": 519, \"rank\": 27, \"cat-0\": \"Beverages\", \"rankvar\": 2397, \"ini\": 3224}, {\"group\": [1927.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, bottled, PERRIER\", \"clust\": 1955, \"cat_0_index\": 520, \"rank\": 28, \"cat-0\": \"Beverages\", \"rankvar\": 2443, \"ini\": 3223}, {\"group\": [1948.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, prepared\", \"clust\": 1981, \"cat_0_index\": 521, \"rank\": 29, \"cat-0\": \"Beverages\", \"rankvar\": 2393, \"ini\": 3222}, {\"group\": [1951.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, unsweetened, WENDY'S, fast food, without ice\", \"clust\": 1979, \"cat_0_index\": 522, \"rank\": 30, \"cat-0\": \"Beverages\", \"rankvar\": 2409, \"ini\": 3221}, {\"group\": [3480.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, MARS SNACKFOOD US, SNICKERS Marathon Honey Nut Oat Bar\", \"clust\": 3509, \"cat_0_index\": 2534, \"rank\": 3250, \"cat-0\": \"Snacks\", \"rankvar\": 3148, \"ini\": 3220}, {\"group\": [1949.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, unsweetened, powder, prepared\", \"clust\": 1982, \"cat_0_index\": 523, \"rank\": 31, \"cat-0\": \"Beverages\", \"rankvar\": 2405, \"ini\": 3219}, {\"group\": [2698.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine Spread, approximately 48% fat, tub\", \"clust\": 2727, \"cat_0_index\": 1518, \"rank\": 3249, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3370, \"ini\": 3218}, {\"group\": [2984.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sesame sticks, wheat-based, unsalted\", \"clust\": 3012, \"cat_0_index\": 2535, \"rank\": 3248, \"cat-0\": \"Snacks\", \"rankvar\": 3183, \"ini\": 3217}, {\"group\": [3190.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, pasteurized process, cheddar or american, low sodium\", \"clust\": 3224, \"cat_0_index\": 1122, \"rank\": 3247, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3026, \"ini\": 3216}, {\"group\": [3614.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Baking chocolate, MARS SNACKFOOD US, M&M's Milk Chocolate Mini Baking Bits\", \"clust\": 3656, \"cat_0_index\": 3197, \"rank\": 3246, \"cat-0\": \"Sweets\", \"rankvar\": 3484, \"ini\": 3215}, {\"group\": [1910.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, red wine\", \"clust\": 1933, \"cat_0_index\": 3100, \"rank\": 32, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2072, \"ini\": 3214}, {\"group\": [3676.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, chocolate wafer, chilled\", \"clust\": 3714, \"cat_0_index\": 300, \"rank\": 3245, \"cat-0\": \"Baked Products\", \"rankvar\": 2793, \"ini\": 3213}, {\"group\": [3615.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's MINIs Milk Chocolate Candies\", \"clust\": 3657, \"cat_0_index\": 3198, \"rank\": 3244, \"cat-0\": \"Sweets\", \"rankvar\": 3485, \"ini\": 3212}, {\"group\": [2784.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey bacon, cooked\", \"clust\": 2794, \"cat_0_index\": 2333, \"rank\": 3243, \"cat-0\": \"Poultry Products\", \"rankvar\": 2739, \"ini\": 3211}, {\"group\": [3100.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Formulated bar, POWER BAR, chocolate\", \"clust\": 3134, \"cat_0_index\": 2536, \"rank\": 3242, \"cat-0\": \"Snacks\", \"rankvar\": 2921, \"ini\": 3210}, {\"group\": [1917.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, prepared with water\", \"clust\": 1945, \"cat_0_index\": 524, \"rank\": 33, \"cat-0\": \"Beverages\", \"rankvar\": 2377, \"ini\": 3209}, {\"group\": [1913.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with tap water, decaffeinated\", \"clust\": 1943, \"cat_0_index\": 525, \"rank\": 34, \"cat-0\": \"Beverages\", \"rankvar\": 2400, \"ini\": 3208}, {\"group\": [1914.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, brewed, prepared with tap water\", \"clust\": 1944, \"cat_0_index\": 526, \"rank\": 35, \"cat-0\": \"Beverages\", \"rankvar\": 2401, \"ini\": 3207}, {\"group\": [3113.0, 40.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cream, LA MODERNA RIKIS CREAM CRACKERS\", \"clust\": 3137, \"cat_0_index\": 301, \"rank\": 3241, \"cat-0\": \"Baked Products\", \"rankvar\": 3037, \"ini\": 3206}, {\"group\": [3422.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese puffs and twists, corn based, baked, low fat\", \"clust\": 3452, \"cat_0_index\": 2537, \"rank\": 3240, \"cat-0\": \"Snacks\", \"rankvar\": 2838, \"ini\": 3205}, {\"group\": [3387.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GOLEAN\", \"clust\": 3421, \"cat_0_index\": 755, \"rank\": 3239, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3417, \"ini\": 3204}, {\"group\": [1907.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, MICHELOB ULTRA\", \"clust\": 1937, \"cat_0_index\": 527, \"rank\": 36, \"cat-0\": \"Beverages\", \"rankvar\": 2085, \"ini\": 3203}, {\"group\": [2987.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, sandwich, with peanut butter filling\", \"clust\": 3019, \"cat_0_index\": 302, \"rank\": 3238, \"cat-0\": \"Baked Products\", \"rankvar\": 2665, \"ini\": 3202}, {\"group\": [1915.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder, prepared with water\", \"clust\": 1946, \"cat_0_index\": 528, \"rank\": 37, \"cat-0\": \"Beverages\", \"rankvar\": 2371, \"ini\": 3201}, {\"group\": [3386.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chickpeas (garbanzo beans, bengal gram), mature seeds, raw\", \"clust\": 3423, \"cat_0_index\": 2038, \"rank\": 3237, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3189, \"ini\": 3200}, {\"group\": [1916.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, prepared with water\", \"clust\": 1947, \"cat_0_index\": 529, \"rank\": 38, \"cat-0\": \"Beverages\", \"rankvar\": 2367, \"ini\": 3199}, {\"group\": [1918.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed from grounds, prepared with tap water, decaffeinated\", \"clust\": 1949, \"cat_0_index\": 530, \"rank\": 39, \"cat-0\": \"Beverages\", \"rankvar\": 2381, \"ini\": 3198}, {\"group\": [1591.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Pinot Blanc\", \"clust\": 1621, \"cat_0_index\": 531, \"rank\": 40, \"cat-0\": \"Beverages\", \"rankvar\": 1045, \"ini\": 3197}, {\"group\": [1613.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Carignane\", \"clust\": 1640, \"cat_0_index\": 532, \"rank\": 41, \"cat-0\": \"Beverages\", \"rankvar\": 1159, \"ini\": 3196}, {\"group\": [1919.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed from grounds, prepared with tap water\", \"clust\": 1950, \"cat_0_index\": 533, \"rank\": 42, \"cat-0\": \"Beverages\", \"rankvar\": 2384, \"ini\": 3195}, {\"group\": [1921.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, RED BULL, sugar free, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12\", \"clust\": 1951, \"cat_0_index\": 534, \"rank\": 43, \"cat-0\": \"Beverages\", \"rankvar\": 2347, \"ini\": 3194}, {\"group\": [3774.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Blueberry Muffin Tops Cereal\", \"clust\": 3819, \"cat_0_index\": 756, \"rank\": 3236, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2977, \"ini\": 3193}, {\"group\": [1592.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Sauvignon Blanc\", \"clust\": 1622, \"cat_0_index\": 535, \"rank\": 44, \"cat-0\": \"Beverages\", \"rankvar\": 1043, \"ini\": 3192}, {\"group\": [3868.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, peanut brittle, prepared-from-recipe\", \"clust\": 3906, \"cat_0_index\": 3199, \"rank\": 3235, \"cat-0\": \"Sweets\", \"rankvar\": 3176, \"ini\": 3191}, {\"group\": [1596.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Lemberger\", \"clust\": 1627, \"cat_0_index\": 536, \"rank\": 45, \"cat-0\": \"Beverages\", \"rankvar\": 1025, \"ini\": 3190}, {\"group\": [1598.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Gamay\", \"clust\": 1626, \"cat_0_index\": 537, \"rank\": 46, \"cat-0\": \"Beverages\", \"rankvar\": 1089, \"ini\": 3189}, {\"group\": [1922.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, ROCKSTAR, sugar free\", \"clust\": 1952, \"cat_0_index\": 538, \"rank\": 47, \"cat-0\": \"Beverages\", \"rankvar\": 2352, \"ini\": 3188}, {\"group\": [1595.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Pinot Gris (Grigio)\", \"clust\": 1623, \"cat_0_index\": 539, \"rank\": 48, \"cat-0\": \"Beverages\", \"rankvar\": 1012, \"ini\": 3187}, {\"group\": [1603.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Cabernet Franc\", \"clust\": 1631, \"cat_0_index\": 540, \"rank\": 49, \"cat-0\": \"Beverages\", \"rankvar\": 947, \"ini\": 3186}, {\"group\": [3771.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS Peanut Butter Toast Crunch\", \"clust\": 3814, \"cat_0_index\": 757, \"rank\": 3234, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3030, \"ini\": 3185}, {\"group\": [1593.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Fume Blanc\", \"clust\": 1624, \"cat_0_index\": 541, \"rank\": 50, \"cat-0\": \"Beverages\", \"rankvar\": 1011, \"ini\": 3184}, {\"group\": [1594.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Pinot Noir\", \"clust\": 1625, \"cat_0_index\": 542, \"rank\": 51, \"cat-0\": \"Beverages\", \"rankvar\": 1006, \"ini\": 3183}, {\"group\": [1908.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, BUDWEISER SELECT\", \"clust\": 1938, \"cat_0_index\": 543, \"rank\": 52, \"cat-0\": \"Beverages\", \"rankvar\": 2063, \"ini\": 3182}, {\"group\": [1601.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Syrah\", \"clust\": 1632, \"cat_0_index\": 544, \"rank\": 53, \"cat-0\": \"Beverages\", \"rankvar\": 937, \"ini\": 3181}, {\"group\": [1602.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Cabernet Sauvignon\", \"clust\": 1633, \"cat_0_index\": 545, \"rank\": 54, \"cat-0\": \"Beverages\", \"rankvar\": 941, \"ini\": 3180}, {\"group\": [1597.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Gewurztraminer\", \"clust\": 1628, \"cat_0_index\": 546, \"rank\": 55, \"cat-0\": \"Beverages\", \"rankvar\": 1018, \"ini\": 3179}, {\"group\": [1604.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Petite Sirah\", \"clust\": 1635, \"cat_0_index\": 547, \"rank\": 56, \"cat-0\": \"Beverages\", \"rankvar\": 894, \"ini\": 3178}, {\"group\": [1606.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Sangiovese\", \"clust\": 1634, \"cat_0_index\": 548, \"rank\": 57, \"cat-0\": \"Beverages\", \"rankvar\": 885, \"ini\": 3177}, {\"group\": [1607.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Mouvedre\", \"clust\": 1638, \"cat_0_index\": 549, \"rank\": 58, \"cat-0\": \"Beverages\", \"rankvar\": 834, \"ini\": 3176}, {\"group\": [1599.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Claret\", \"clust\": 1629, \"cat_0_index\": 550, \"rank\": 59, \"cat-0\": \"Beverages\", \"rankvar\": 916, \"ini\": 3175}, {\"group\": [1605.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Barbera\", \"clust\": 1636, \"cat_0_index\": 551, \"rank\": 60, \"cat-0\": \"Beverages\", \"rankvar\": 900, \"ini\": 3174}, {\"group\": [1608.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Zinfandel\", \"clust\": 1639, \"cat_0_index\": 552, \"rank\": 61, \"cat-0\": \"Beverages\", \"rankvar\": 826, \"ini\": 3173}, {\"group\": [1600.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Semillon\", \"clust\": 1630, \"cat_0_index\": 553, \"rank\": 62, \"cat-0\": \"Beverages\", \"rankvar\": 932, \"ini\": 3172}, {\"group\": [1612.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Muller Thurgau\", \"clust\": 1641, \"cat_0_index\": 554, \"rank\": 63, \"cat-0\": \"Beverages\", \"rankvar\": 1051, \"ini\": 3171}, {\"group\": [1610.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Chenin Blanc\", \"clust\": 1642, \"cat_0_index\": 555, \"rank\": 64, \"cat-0\": \"Beverages\", \"rankvar\": 966, \"ini\": 3170}, {\"group\": [1905.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light\", \"clust\": 1935, \"cat_0_index\": 556, \"rank\": 65, \"cat-0\": \"Beverages\", \"rankvar\": 2021, \"ini\": 3169}, {\"group\": [1834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, tundra, herb and laborador combination (Alaska Native)\", \"clust\": 1862, \"cat_0_index\": 1237, \"rank\": 66, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2429, \"ini\": 3168}, {\"group\": [1611.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Riesling\", \"clust\": 1643, \"cat_0_index\": 557, \"rank\": 67, \"cat-0\": \"Beverages\", \"rankvar\": 931, \"ini\": 3167}, {\"group\": [3010.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, with chocolate chips, salted nuts and seeds\", \"clust\": 3043, \"cat_0_index\": 2538, \"rank\": 3233, \"cat-0\": \"Snacks\", \"rankvar\": 2806, \"ini\": 3166}, {\"group\": [1609.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Burgundy\", \"clust\": 1637, \"cat_0_index\": 558, \"rank\": 68, \"cat-0\": \"Beverages\", \"rankvar\": 814, \"ini\": 3165}, {\"group\": [2832.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, bacon, raw\", \"clust\": 2868, \"cat_0_index\": 2312, \"rank\": 3232, \"cat-0\": \"Pork Products\", \"rankvar\": 2964, \"ini\": 3164}, {\"group\": [3101.0, 39.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI GOLEAN, crunchy, mixed flavors\", \"clust\": 3132, \"cat_0_index\": 2539, \"rank\": 3231, \"cat-0\": \"Snacks\", \"rankvar\": 2653, \"ini\": 3163}, {\"group\": [1920.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, herbal, brewed, Hohoysi (Hopi)\", \"clust\": 1948, \"cat_0_index\": 1238, \"rank\": 69, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2394, \"ini\": 3162}, {\"group\": [3772.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, REESE'S PUFFS\", \"clust\": 3815, \"cat_0_index\": 758, \"rank\": 3230, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2949, \"ini\": 3161}, {\"group\": [3040.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, home-prepared, oil-popped, unsalted\", \"clust\": 3072, \"cat_0_index\": 2540, \"rank\": 3229, \"cat-0\": \"Snacks\", \"rankvar\": 3044, \"ini\": 3160}, {\"group\": [1906.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, light, BUD LIGHT\", \"clust\": 1936, \"cat_0_index\": 559, \"rank\": 70, \"cat-0\": \"Beverages\", \"rankvar\": 2012, \"ini\": 3159}, {\"group\": [3071.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, produced by acid wash\", \"clust\": 3104, \"cat_0_index\": 2039, \"rank\": 3228, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3424, \"ini\": 3158}, {\"group\": [2932.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, sweet potato chips\", \"clust\": 2961, \"cat_0_index\": 2541, \"rank\": 3227, \"cat-0\": \"Snacks\", \"rankvar\": 2958, \"ini\": 3157}, {\"group\": [1953.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, low calorie, with aspartame, powder, prepared with water\", \"clust\": 1941, \"cat_0_index\": 560, \"rank\": 71, \"cat-0\": \"Beverages\", \"rankvar\": 2403, \"ini\": 3156}, {\"group\": [1899.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, cider\", \"clust\": 1927, \"cat_0_index\": 3101, \"rank\": 72, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1991, \"ini\": 3155}, {\"group\": [1614.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, Muscat\", \"clust\": 1620, \"cat_0_index\": 561, \"rank\": 73, \"cat-0\": \"Beverages\", \"rankvar\": 815, \"ini\": 3154}, {\"group\": [1911.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, fruit-flavored, low calorie, ready-to-drink\", \"clust\": 1939, \"cat_0_index\": 562, \"rank\": 74, \"cat-0\": \"Beverages\", \"rankvar\": 2270, \"ini\": 3153}, {\"group\": [3499.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with chicory, powder\", \"clust\": 3539, \"cat_0_index\": 563, \"rank\": 3226, \"cat-0\": \"Beverages\", \"rankvar\": 3798, \"ini\": 3152}, {\"group\": [1974.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame, prepared with water\", \"clust\": 2001, \"cat_0_index\": 3200, \"rank\": 75, \"cat-0\": \"Sweets\", \"rankvar\": 2008, \"ini\": 3151}, {\"group\": [1903.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, regular, BUDWEISER\", \"clust\": 1931, \"cat_0_index\": 564, \"rank\": 76, \"cat-0\": \"Beverages\", \"rankvar\": 1691, \"ini\": 3150}, {\"group\": [1904.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, beer, regular, all\", \"clust\": 1932, \"cat_0_index\": 565, \"rank\": 77, \"cat-0\": \"Beverages\", \"rankvar\": 1595, \"ini\": 3149}, {\"group\": [3826.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, with sugar, cappuccino-flavor powder\", \"clust\": 3865, \"cat_0_index\": 566, \"rank\": 3225, \"cat-0\": \"Beverages\", \"rankvar\": 3550, \"ini\": 3148}, {\"group\": [3187.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, tilsit\", \"clust\": 3219, \"cat_0_index\": 1123, \"rank\": 3224, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3006, \"ini\": 3147}, {\"group\": [3368.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, raw\", \"clust\": 3403, \"cat_0_index\": 2040, \"rank\": 3223, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3336, \"ini\": 3146}, {\"group\": [3471.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI TLC Bar, crunchy, mixed flavors\", \"clust\": 3506, \"cat_0_index\": 2542, \"rank\": 3222, \"cat-0\": \"Snacks\", \"rankvar\": 2744, \"ini\": 3145}, {\"group\": [341.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, vodka, 80 proof\", \"clust\": 349, \"cat_0_index\": 567, \"rank\": 78, \"cat-0\": \"Beverages\", \"rankvar\": 131, \"ini\": 3144}, {\"group\": [3002.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho cheese\", \"clust\": 3036, \"cat_0_index\": 2543, \"rank\": 3221, \"cat-0\": \"Snacks\", \"rankvar\": 2876, \"ini\": 3143}, {\"group\": [2844.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate de foie gras, canned (goose liver pate), smoked\", \"clust\": 2876, \"cat_0_index\": 2334, \"rank\": 3220, \"cat-0\": \"Poultry Products\", \"rankvar\": 3138, \"ini\": 3142}, {\"group\": [340.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 80 proof\", \"clust\": 350, \"cat_0_index\": 568, \"rank\": 79, \"cat-0\": \"Beverages\", \"rankvar\": 129, \"ini\": 3141}, {\"group\": [340.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, rum, 80 proof\", \"clust\": 351, \"cat_0_index\": 569, \"rank\": 80, \"cat-0\": \"Beverages\", \"rankvar\": 130, \"ini\": 3140}, {\"group\": [3011.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, with chocolate chips, unsalted nuts and seeds\", \"clust\": 3044, \"cat_0_index\": 2544, \"rank\": 3219, \"cat-0\": \"Snacks\", \"rankvar\": 2813, \"ini\": 3139}, {\"group\": [3545.0, 79.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, SPECIAL DARK Chocolate Bar\", \"clust\": 3580, \"cat_0_index\": 3201, \"rank\": 3218, \"cat-0\": \"Sweets\", \"rankvar\": 3245, \"ini\": 3138}, {\"group\": [1952.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, prepared with water\", \"clust\": 1942, \"cat_0_index\": 570, \"rank\": 81, \"cat-0\": \"Beverages\", \"rankvar\": 2326, \"ini\": 3137}, {\"group\": [3066.0, 35.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Parmesan cheese topping, fat free\", \"clust\": 3098, \"cat_0_index\": 1124, \"rank\": 3217, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3322, \"ini\": 3136}, {\"group\": [1971.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, fruit, no sugar added\", \"clust\": 2003, \"cat_0_index\": 3202, \"rank\": 82, \"cat-0\": \"Sweets\", \"rankvar\": 1814, \"ini\": 3135}, {\"group\": [3076.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, powder, glucose reduced\", \"clust\": 3112, \"cat_0_index\": 1125, \"rank\": 3216, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3730, \"ini\": 3134}, {\"group\": [2631.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, fried, flour\", \"clust\": 2654, \"cat_0_index\": 2335, \"rank\": 3215, \"cat-0\": \"Poultry Products\", \"rankvar\": 2948, \"ini\": 3133}, {\"group\": [3592.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, flavored, powdered\", \"clust\": 3632, \"cat_0_index\": 1126, \"rank\": 3214, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3525, \"ini\": 3132}, {\"group\": [1956.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed, espresso, restaurant-prepared, decaffeinated\", \"clust\": 1987, \"cat_0_index\": 571, \"rank\": 83, \"cat-0\": \"Beverages\", \"rankvar\": 2324, \"ini\": 3131}, {\"group\": [342.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 86 proof\", \"clust\": 352, \"cat_0_index\": 572, \"rank\": 84, \"cat-0\": \"Beverages\", \"rankvar\": 123, \"ini\": 3130}, {\"group\": [2845.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate, goose liver, smoked, canned\", \"clust\": 2877, \"cat_0_index\": 2412, \"rank\": 3213, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 3141, \"ini\": 3129}, {\"group\": [343.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, whiskey, 86 proof\", \"clust\": 353, \"cat_0_index\": 573, \"rank\": 85, \"cat-0\": \"Beverages\", \"rankvar\": 124, \"ini\": 3128}, {\"group\": [344.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, gin, 90 proof\", \"clust\": 355, \"cat_0_index\": 574, \"rank\": 86, \"cat-0\": \"Beverages\", \"rankvar\": 136, \"ini\": 3127}, {\"group\": [1957.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, brewed, espresso, restaurant-prepared\", \"clust\": 1988, \"cat_0_index\": 575, \"rank\": 87, \"cat-0\": \"Beverages\", \"rankvar\": 2319, \"ini\": 3126}, {\"group\": [345.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 90 proof\", \"clust\": 356, \"cat_0_index\": 576, \"rank\": 88, \"cat-0\": \"Beverages\", \"rankvar\": 134, \"ini\": 3125}, {\"group\": [2662.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Agutuk, fish with shortening (Alaskan ice cream) (Alaska Native)\", \"clust\": 2684, \"cat_0_index\": 1239, \"rank\": 3212, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3140, \"ini\": 3124}, {\"group\": [1837.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON BROTH, Certified Organic Vegetable Broth\", \"clust\": 1866, \"cat_0_index\": 2615, \"rank\": 89, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2373, \"ini\": 3123}, {\"group\": [1912.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"QUAKER OATS, PROPEL Fitness Water, fruit-flavored, non-carbonated\", \"clust\": 1940, \"cat_0_index\": 577, \"rank\": 90, \"cat-0\": \"Beverages\", \"rankvar\": 2386, \"ini\": 3122}, {\"group\": [3059.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, cottonseed flour, low fat (glandless)\", \"clust\": 3093, \"cat_0_index\": 2276, \"rank\": 3211, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3570, \"ini\": 3121}, {\"group\": [346.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 94 proof\", \"clust\": 354, \"cat_0_index\": 578, \"rank\": 91, \"cat-0\": \"Beverages\", \"rankvar\": 144, \"ini\": 3120}, {\"group\": [1582.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, pepper-type, contains caffeine\", \"clust\": 1611, \"cat_0_index\": 579, \"rank\": 92, \"cat-0\": \"Beverages\", \"rankvar\": 1405, \"ini\": 3119}, {\"group\": [3078.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried\", \"clust\": 3111, \"cat_0_index\": 1127, \"rank\": 3210, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3725, \"ini\": 3118}, {\"group\": [1836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, cubed, prepared with water\", \"clust\": 1867, \"cat_0_index\": 2616, \"rank\": 93, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2395, \"ini\": 3117}, {\"group\": [1836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon, powder, prepared with water\", \"clust\": 1868, \"cat_0_index\": 2617, \"rank\": 94, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2396, \"ini\": 3116}, {\"group\": [1583.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, grape soda\", \"clust\": 1612, \"cat_0_index\": 580, \"rank\": 95, \"cat-0\": \"Beverages\", \"rankvar\": 1347, \"ini\": 3115}, {\"group\": [348.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, distilled, all (gin, rum, vodka, whiskey) 100 proof\", \"clust\": 347, \"cat_0_index\": 581, \"rank\": 96, \"cat-0\": \"Beverages\", \"rankvar\": 169, \"ini\": 3114}, {\"group\": [3463.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GOLEAN CRUNCH!\", \"clust\": 3500, \"cat_0_index\": 759, \"rank\": 3209, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3102, \"ini\": 3113}, {\"group\": [3715.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, graham cracker, baked\", \"clust\": 3757, \"cat_0_index\": 303, \"rank\": 3208, \"cat-0\": \"Baked Products\", \"rankvar\": 2990, \"ini\": 3112}, {\"group\": [3636.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Midnight Bar\", \"clust\": 3679, \"cat_0_index\": 3203, \"rank\": 3207, \"cat-0\": \"Sweets\", \"rankvar\": 3316, \"ini\": 3111}, {\"group\": [3309.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, KRETSCHMER Wheat Germ, Regular\", \"clust\": 3342, \"cat_0_index\": 760, \"rank\": 3206, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3095, \"ini\": 3110}, {\"group\": [1522.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, canned\", \"clust\": 1550, \"cat_0_index\": 3361, \"rank\": 97, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2389, \"ini\": 3109}, {\"group\": [1580.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, orange\", \"clust\": 1608, \"cat_0_index\": 582, \"rank\": 98, \"cat-0\": \"Beverages\", \"rankvar\": 1220, \"ini\": 3108}, {\"group\": [3824.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, powder\", \"clust\": 3868, \"cat_0_index\": 583, \"rank\": 3205, \"cat-0\": \"Beverages\", \"rankvar\": 3508, \"ini\": 3107}, {\"group\": [2771.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Salami (Genoa)\", \"clust\": 2805, \"cat_0_index\": 2413, \"rank\": 3204, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2711, \"ini\": 3106}, {\"group\": [2678.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 2711, \"cat_0_index\": 1325, \"rank\": 3203, \"cat-0\": \"Fast Foods\", \"rankvar\": 2775, \"ini\": 3105}, {\"group\": [3470.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, COCOA BEACH Cereal\", \"clust\": 3502, \"cat_0_index\": 761, \"rank\": 3202, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2827, \"ini\": 3104}, {\"group\": [1619.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, rice (sake)\", \"clust\": 1619, \"cat_0_index\": 584, \"rank\": 99, \"cat-0\": \"Beverages\", \"rankvar\": 248, \"ini\": 3103}, {\"group\": [1972.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jew's ear, (pepeao), raw\", \"clust\": 2004, \"cat_0_index\": 3362, \"rank\": 100, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1744, \"ini\": 3102}, {\"group\": [1581.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, italian, restaurant-prepared\", \"clust\": 1609, \"cat_0_index\": 3204, \"rank\": 101, \"cat-0\": \"Sweets\", \"rankvar\": 1060, \"ini\": 3101}, {\"group\": [1575.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Huckleberries, raw (Alaska Native)\", \"clust\": 1602, \"cat_0_index\": 1240, \"rank\": 102, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1537, \"ini\": 3100}, {\"group\": [3634.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, OH HENRY! Bar\", \"clust\": 3676, \"cat_0_index\": 3205, \"rank\": 3201, \"cat-0\": \"Sweets\", \"rankvar\": 3035, \"ini\": 3099}, {\"group\": [1861.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth cubes, dry, prepared with water\", \"clust\": 1887, \"cat_0_index\": 2618, \"rank\": 103, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2355, \"ini\": 3098}, {\"group\": [1966.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, powder, prepared with water\", \"clust\": 1995, \"cat_0_index\": 585, \"rank\": 104, \"cat-0\": \"Beverages\", \"rankvar\": 2233, \"ini\": 3097}, {\"group\": [1958.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wine, non-alcoholic\", \"clust\": 1986, \"cat_0_index\": 586, \"rank\": 105, \"cat-0\": \"Beverages\", \"rankvar\": 2296, \"ini\": 3096}, {\"group\": [3472.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI TLC Bar, chewy, mixed flavors\", \"clust\": 3507, \"cat_0_index\": 2545, \"rank\": 3200, \"cat-0\": \"Snacks\", \"rankvar\": 2700, \"ini\": 3095}, {\"group\": [1959.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Chicken Broth\", \"clust\": 1991, \"cat_0_index\": 2619, \"rank\": 106, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2267, \"ini\": 3094}, {\"group\": [3749.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, GENERAL MILLS Berry Burst CHEERIOS, all flavors\", \"clust\": 3787, \"cat_0_index\": 762, \"rank\": 3199, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2961, \"ini\": 3093}, {\"group\": [1964.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, sugar free, orange, cherry, and grape POPSICLE pops\", \"clust\": 1993, \"cat_0_index\": 3206, \"rank\": 107, \"cat-0\": \"Sweets\", \"rankvar\": 2061, \"ini\": 3092}, {\"group\": [3004.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, plain\", \"clust\": 3035, \"cat_0_index\": 2546, \"rank\": 3198, \"cat-0\": \"Snacks\", \"rankvar\": 2988, \"ini\": 3091}, {\"group\": [757.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white, late harvest\", \"clust\": 774, \"cat_0_index\": 587, \"rank\": 108, \"cat-0\": \"Beverages\", \"rankvar\": 270, \"ini\": 3090}, {\"group\": [1900.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, light\", \"clust\": 1928, \"cat_0_index\": 588, \"rank\": 109, \"cat-0\": \"Beverages\", \"rankvar\": 1629, \"ini\": 3089}, {\"group\": [1973.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oheloberries, raw\", \"clust\": 2002, \"cat_0_index\": 1653, \"rank\": 110, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1742, \"ini\": 3088}, {\"group\": [1576.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, frozen (Alaska Native)\", \"clust\": 1603, \"cat_0_index\": 1241, \"rank\": 111, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1299, \"ini\": 3087}, {\"group\": [1961.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, au jus, canned\", \"clust\": 1990, \"cat_0_index\": 2620, \"rank\": 112, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1967, \"ini\": 3086}, {\"group\": [1617.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, white\", \"clust\": 1646, \"cat_0_index\": 589, \"rank\": 113, \"cat-0\": \"Beverages\", \"rankvar\": 918, \"ini\": 3085}, {\"group\": [3637.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate marshmallow, prepared-from-recipe\", \"clust\": 3680, \"cat_0_index\": 3207, \"rank\": 3197, \"cat-0\": \"Sweets\", \"rankvar\": 3429, \"ini\": 3084}, {\"group\": [1864.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON BROTH, Vegetable Broth\", \"clust\": 1893, \"cat_0_index\": 2621, \"rank\": 114, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2390, \"ini\": 3083}, {\"group\": [1521.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple cider-flavored drink, powder, low calorie, with vitamin C, prepared\", \"clust\": 1543, \"cat_0_index\": 590, \"rank\": 115, \"cat-0\": \"Beverages\", \"rankvar\": 2484, \"ini\": 3082}, {\"group\": [1758.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sour, low sodium\", \"clust\": 1786, \"cat_0_index\": 3363, \"rank\": 116, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2081, \"ini\": 3081}, {\"group\": [2980.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, chips, barbecue-flavor, made with enriched masa flour\", \"clust\": 3013, \"cat_0_index\": 2547, \"rank\": 3196, \"cat-0\": \"Snacks\", \"rankvar\": 3105, \"ini\": 3080}, {\"group\": [1965.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pop, with low calorie sweetener\", \"clust\": 1994, \"cat_0_index\": 3208, \"rank\": 117, \"cat-0\": \"Sweets\", \"rankvar\": 2044, \"ini\": 3079}, {\"group\": [3357.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, onion powder\", \"clust\": 3389, \"cat_0_index\": 3102, \"rank\": 3195, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3296, \"ini\": 3078}, {\"group\": [3442.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, Kashi U\", \"clust\": 3474, \"cat_0_index\": 763, \"rank\": 3194, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2971, \"ini\": 3077}, {\"group\": [2775.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Salami (hard)\", \"clust\": 2808, \"cat_0_index\": 2414, \"rank\": 3193, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2685, \"ini\": 3076}, {\"group\": [3365.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, wafers, seasoned\", \"clust\": 3394, \"cat_0_index\": 304, \"rank\": 3192, \"cat-0\": \"Baked Products\", \"rankvar\": 3436, \"ini\": 3075}, {\"group\": [1618.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, all\", \"clust\": 1647, \"cat_0_index\": 591, \"rank\": 118, \"cat-0\": \"Beverages\", \"rankvar\": 866, \"ini\": 3074}, {\"group\": [3315.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, black, mature seeds, raw\", \"clust\": 3352, \"cat_0_index\": 2041, \"rank\": 3191, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3376, \"ini\": 3073}, {\"group\": [1584.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF RICE, cooked with water, without salt\", \"clust\": 1610, \"cat_0_index\": 764, \"rank\": 119, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1030, \"ini\": 3072}, {\"group\": [1862.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth or bouillon, dry, prepared with water\", \"clust\": 1891, \"cat_0_index\": 2622, \"rank\": 120, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2415, \"ini\": 3071}, {\"group\": [1760.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pectin, liquid\", \"clust\": 1785, \"cat_0_index\": 3209, \"rank\": 121, \"cat-0\": \"Sweets\", \"rankvar\": 2327, \"ini\": 3070}, {\"group\": [1876.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Au Jus Gravy\", \"clust\": 1901, \"cat_0_index\": 2623, \"rank\": 122, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2344, \"ini\": 3069}, {\"group\": [760.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared from item 14530\", \"clust\": 772, \"cat_0_index\": 592, \"rank\": 123, \"cat-0\": \"Beverages\", \"rankvar\": 121, \"ini\": 3068}, {\"group\": [1146.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, reduced sugar, cola, contains caffeine and sweeteners\", \"clust\": 1171, \"cat_0_index\": 593, \"rank\": 124, \"cat-0\": \"Beverages\", \"rankvar\": 2116, \"ini\": 3067}, {\"group\": [3747.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Chocolate\", \"clust\": 3789, \"cat_0_index\": 765, \"rank\": 3190, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3013, \"ini\": 3066}, {\"group\": [2761.0, 26.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, smoked, brined (Alaska Native)\", \"clust\": 2790, \"cat_0_index\": 1242, \"rank\": 3189, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3027, \"ini\": 3065}, {\"group\": [1519.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Fruit Medley\", \"clust\": 1547, \"cat_0_index\": 594, \"rank\": 125, \"cat-0\": \"Beverages\", \"rankvar\": 2471, \"ini\": 3064}, {\"group\": [2929.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, made from dried potatoes, reduced fat\", \"clust\": 2965, \"cat_0_index\": 2548, \"rank\": 3188, \"cat-0\": \"Snacks\", \"rankvar\": 2916, \"ini\": 3063}, {\"group\": [1515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Berry Blend\", \"clust\": 1545, \"cat_0_index\": 595, \"rank\": 126, \"cat-0\": \"Beverages\", \"rankvar\": 2461, \"ini\": 3062}, {\"group\": [1863.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, SWANSON Chicken Broth 99% Fat Free\", \"clust\": 1892, \"cat_0_index\": 2624, \"rank\": 127, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2392, \"ini\": 3061}, {\"group\": [2933.0, 28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, yucca (cassava) chips, salted\", \"clust\": 2960, \"cat_0_index\": 2549, \"rank\": 3187, \"cat-0\": \"Snacks\", \"rankvar\": 2882, \"ini\": 3060}, {\"group\": [1901.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fluid replacement, electrolyte solution (include PEDIALYTE)\", \"clust\": 1929, \"cat_0_index\": 37, \"rank\": 128, \"cat-0\": \"Baby Foods\", \"rankvar\": 2238, \"ini\": 3059}, {\"group\": [1615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic Beverage, wine, table, red, Merlot\", \"clust\": 1644, \"cat_0_index\": 596, \"rank\": 129, \"cat-0\": \"Beverages\", \"rankvar\": 871, \"ini\": 3058}, {\"group\": [2451.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, raw\", \"clust\": 2480, \"cat_0_index\": 2277, \"rank\": 3186, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3268, \"ini\": 3057}, {\"group\": [1954.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, napa, cooked\", \"clust\": 1984, \"cat_0_index\": 3364, \"rank\": 130, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2170, \"ini\": 3056}, {\"group\": [1516.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Tropical Blend\", \"clust\": 1546, \"cat_0_index\": 597, \"rank\": 131, \"cat-0\": \"Beverages\", \"rankvar\": 2463, \"ini\": 3055}, {\"group\": [1520.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Breakfast type drink, orange flavor, reduced sugar\", \"clust\": 1544, \"cat_0_index\": 598, \"rank\": 132, \"cat-0\": \"Beverages\", \"rankvar\": 2470, \"ini\": 3054}, {\"group\": [758.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, canned\", \"clust\": 775, \"cat_0_index\": 599, \"rank\": 133, \"cat-0\": \"Beverages\", \"rankvar\": 236, \"ini\": 3053}, {\"group\": [1616.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, table, red\", \"clust\": 1645, \"cat_0_index\": 600, \"rank\": 134, \"cat-0\": \"Beverages\", \"rankvar\": 848, \"ini\": 3052}, {\"group\": [347.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract, imitation, alcohol\", \"clust\": 348, \"cat_0_index\": 3103, \"rank\": 135, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 56, \"ini\": 3051}, {\"group\": [759.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, daiquiri, canned\", \"clust\": 773, \"cat_0_index\": 601, \"rank\": 136, \"cat-0\": \"Beverages\", \"rankvar\": 180, \"ini\": 3050}, {\"group\": [3640.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, 100 GRAND Bar\", \"clust\": 3678, \"cat_0_index\": 3210, \"rank\": 3185, \"cat-0\": \"Sweets\", \"rankvar\": 3247, \"ini\": 3049}, {\"group\": [2774.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, dry or hard, pork, beef\", \"clust\": 2810, \"cat_0_index\": 2415, \"rank\": 3184, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2668, \"ini\": 3048}, {\"group\": [1517.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Diet Strawberry Kiwi\", \"clust\": 1548, \"cat_0_index\": 602, \"rank\": 137, \"cat-0\": \"Beverages\", \"rankvar\": 2472, \"ini\": 3047}, {\"group\": [1518.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable and fruit juice drink, reduced calorie, with low-calorie sweetener, added vitamin C\", \"clust\": 1549, \"cat_0_index\": 603, \"rank\": 138, \"cat-0\": \"Beverages\", \"rankvar\": 2466, \"ini\": 3046}, {\"group\": [3454.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Raisin Bran Clusters\", \"clust\": 3489, \"cat_0_index\": 766, \"rank\": 3183, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3511, \"ini\": 3045}, {\"group\": [3716.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, graham cracker, chilled\", \"clust\": 3758, \"cat_0_index\": 305, \"rank\": 3182, \"cat-0\": \"Baked Products\", \"rankvar\": 2936, \"ini\": 3044}, {\"group\": [3775.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, CINNAMON TOASTERS\", \"clust\": 3820, \"cat_0_index\": 767, \"rank\": 3181, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2962, \"ini\": 3043}, {\"group\": [1541.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch juice drink, frozen concentrate, prepared with water\", \"clust\": 1567, \"cat_0_index\": 604, \"rank\": 139, \"cat-0\": \"Beverages\", \"rankvar\": 1358, \"ini\": 3042}, {\"group\": [3857.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, chocolate, dry mix, regular\", \"clust\": 3890, \"cat_0_index\": 306, \"rank\": 3180, \"cat-0\": \"Baked Products\", \"rankvar\": 2858, \"ini\": 3041}, {\"group\": [1839.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, dry, mix, prepared with water\", \"clust\": 1864, \"cat_0_index\": 2625, \"rank\": 140, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1977, \"ini\": 3040}, {\"group\": [1960.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, low sodium, canned\", \"clust\": 1992, \"cat_0_index\": 2626, \"rank\": 141, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2028, \"ini\": 3039}, {\"group\": [2988.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, sandwich, with cheese filling\", \"clust\": 3020, \"cat_0_index\": 307, \"rank\": 3179, \"cat-0\": \"Baked Products\", \"rankvar\": 2687, \"ini\": 3038}, {\"group\": [1578.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, no salt\", \"clust\": 1606, \"cat_0_index\": 768, \"rank\": 142, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 908, \"ini\": 3037}, {\"group\": [1828.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, less/reduced sodium\", \"clust\": 1854, \"cat_0_index\": 2627, \"rank\": 143, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2262, \"ini\": 3036}, {\"group\": [3461.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Honey Clusters\", \"clust\": 3491, \"cat_0_index\": 769, \"rank\": 3178, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3604, \"ini\": 3035}, {\"group\": [1759.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, Indian, cooked, boiled (Navajo)\", \"clust\": 1787, \"cat_0_index\": 1243, \"rank\": 144, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2222, \"ini\": 3034}, {\"group\": [1867.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, dry, mix, prepared with water\", \"clust\": 1895, \"cat_0_index\": 2628, \"rank\": 145, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2247, \"ini\": 3033}, {\"group\": [2908.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, shortribs, separable lean and fat, choice, cooked, braised\", \"clust\": 2927, \"cat_0_index\": 441, \"rank\": 3177, \"cat-0\": \"Beef Products\", \"rankvar\": 3058, \"ini\": 3032}, {\"group\": [1975.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn beverage\", \"clust\": 1997, \"cat_0_index\": 605, \"rank\": 146, \"cat-0\": \"Beverages\", \"rankvar\": 1410, \"ini\": 3031}, {\"group\": [3756.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, MARSHMALLOW MATEYS\", \"clust\": 3800, \"cat_0_index\": 770, \"rank\": 3176, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3187, \"ini\": 3030}, {\"group\": [3313.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, raw\", \"clust\": 3350, \"cat_0_index\": 2042, \"rank\": 3175, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3347, \"ini\": 3029}, {\"group\": [2741.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french dressing, commercial, regular, without salt\", \"clust\": 2774, \"cat_0_index\": 1519, \"rank\": 3174, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3291, \"ini\": 3028}, {\"group\": [1826.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth, bouillon, consomme, prepared with equal volume water\", \"clust\": 1855, \"cat_0_index\": 2629, \"rank\": 147, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2165, \"ini\": 3027}, {\"group\": [1147.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, PEPSICO QUAKER GATORADE, GATORADE, original, fruit-flavored, ready-to-drink\", \"clust\": 1172, \"cat_0_index\": 606, \"rank\": 148, \"cat-0\": \"Beverages\", \"rankvar\": 1975, \"ini\": 3026}, {\"group\": [1739.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, clam, mixed species, canned, liquid\", \"clust\": 1769, \"cat_0_index\": 1556, \"rank\": 149, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2339, \"ini\": 3025}, {\"group\": [1579.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Creamy Wheat, farina, enriched, prepared with water, salt\", \"clust\": 1607, \"cat_0_index\": 771, \"rank\": 150, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 905, \"ini\": 3024}, {\"group\": [1875.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth or bouillon canned, ready-to-serve\", \"clust\": 1902, \"cat_0_index\": 2630, \"rank\": 151, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2325, \"ini\": 3023}, {\"group\": [3701.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar wafers with creme filling, regular\", \"clust\": 3745, \"cat_0_index\": 308, \"rank\": 3173, \"cat-0\": \"Baked Products\", \"rankvar\": 3139, \"ini\": 3022}, {\"group\": [1577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, unenriched, cooked with water, without salt\", \"clust\": 1604, \"cat_0_index\": 772, \"rank\": 152, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 697, \"ini\": 3021}, {\"group\": [1577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular and quick, unenriched, cooked with water, without salt\", \"clust\": 1605, \"cat_0_index\": 773, \"rank\": 153, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 698, \"ini\": 3020}, {\"group\": [3863.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, regular\", \"clust\": 3907, \"cat_0_index\": 309, \"rank\": 3172, \"cat-0\": \"Baked Products\", \"rankvar\": 2954, \"ini\": 3019}, {\"group\": [3816.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, KASHI GOLEAN, chewy, mixed flavors\", \"clust\": 3829, \"cat_0_index\": 2550, \"rank\": 3171, \"cat-0\": \"Snacks\", \"rankvar\": 2869, \"ini\": 3018}, {\"group\": [1648.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, chunky, reduced fat, reduced sodium, ready-to-serve, single brand\", \"clust\": 1674, \"cat_0_index\": 2631, \"rank\": 154, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1271, \"ini\": 3017}, {\"group\": [2981.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, chinese, chow mein\", \"clust\": 3017, \"cat_0_index\": 988, \"rank\": 3170, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3143, \"ini\": 3016}, {\"group\": [1585.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apricot juice drink, bottled\", \"clust\": 1599, \"cat_0_index\": 607, \"rank\": 155, \"cat-0\": \"Beverages\", \"rankvar\": 654, \"ini\": 3015}, {\"group\": [3228.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, cheese, cheddar, reduced fat\", \"clust\": 3266, \"cat_0_index\": 1128, \"rank\": 3169, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3175, \"ini\": 3014}, {\"group\": [1843.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken & Stars Soup\", \"clust\": 1872, \"cat_0_index\": 2632, \"rank\": 156, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2026, \"ini\": 3013}, {\"group\": [3841.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk and cereal bar\", \"clust\": 3881, \"cat_0_index\": 774, \"rank\": 3168, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3124, \"ini\": 3012}, {\"group\": [1589.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Groundcherries, (cape-gooseberries or poha), raw\", \"clust\": 1616, \"cat_0_index\": 1654, \"rank\": 157, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 833, \"ini\": 3011}, {\"group\": [3909.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla with nuts\", \"clust\": 3950, \"cat_0_index\": 3211, \"rank\": 3167, \"cat-0\": \"Sweets\", \"rankvar\": 3521, \"ini\": 3010}, {\"group\": [1968.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and dumplings and beef, strained\", \"clust\": 1999, \"cat_0_index\": 38, \"rank\": 158, \"cat-0\": \"Baby Foods\", \"rankvar\": 1087, \"ini\": 3009}, {\"group\": [1963.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, Chicken Broth, canned, ready-to-serve\", \"clust\": 1983, \"cat_0_index\": 2633, \"rank\": 159, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2309, \"ini\": 3008}, {\"group\": [1571.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF RICE, cooked with water, with salt\", \"clust\": 1596, \"cat_0_index\": 775, \"rank\": 160, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1095, \"ini\": 3007}, {\"group\": [3464.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KASHI GOLEAN Crisp Toasted Berry Crumble\", \"clust\": 3498, \"cat_0_index\": 776, \"rank\": 3166, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3023, \"ini\": 3006}, {\"group\": [2966.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, multigrain, French onion flavor\", \"clust\": 3000, \"cat_0_index\": 2551, \"rank\": 3165, \"cat-0\": \"Snacks\", \"rankvar\": 2771, \"ini\": 3005}, {\"group\": [791.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, bottled, with added potassium and sodium\", \"clust\": 809, \"cat_0_index\": 608, \"rank\": 161, \"cat-0\": \"Beverages\", \"rankvar\": 434, \"ini\": 3004}, {\"group\": [792.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plains Pricklypear, broiled (Northern Plains Indians)\", \"clust\": 810, \"cat_0_index\": 1244, \"rank\": 162, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 322, \"ini\": 3003}, {\"group\": [1969.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and dumplings and beef, junior\", \"clust\": 2000, \"cat_0_index\": 39, \"rank\": 163, \"cat-0\": \"Baby Foods\", \"rankvar\": 1041, \"ini\": 3002}, {\"group\": [2055.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Chicken Gravy\", \"clust\": 2083, \"cat_0_index\": 2634, \"rank\": 164, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1608, \"ini\": 3001}, {\"group\": [3455.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FIBER ONE, Caramel Delight\", \"clust\": 3490, \"cat_0_index\": 777, \"rank\": 3164, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3259, \"ini\": 3000}, {\"group\": [1144.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water, with corn syrup and/or sugar and low calorie sweetener, fruit flavored\", \"clust\": 1169, \"cat_0_index\": 609, \"rank\": 165, \"cat-0\": \"Beverages\", \"rankvar\": 2198, \"ini\": 2999}, {\"group\": [1841.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Italian Style Wedding Soup\", \"clust\": 1869, \"cat_0_index\": 2635, \"rank\": 166, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1948, \"ini\": 2998}, {\"group\": [1835.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, low sodium, canned, prepared with equal volume water\", \"clust\": 1863, \"cat_0_index\": 2636, \"rank\": 167, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1875, \"ini\": 2997}, {\"group\": [3133.0, 41.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Incaparina, dry mix (corn and soy flours), unprepared\", \"clust\": 3165, \"cat_0_index\": 778, \"rank\": 3163, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3174, \"ini\": 2996}, {\"group\": [1842.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Vegetable Beef Soup\", \"clust\": 1870, \"cat_0_index\": 2637, \"rank\": 168, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2041, \"ini\": 2995}, {\"group\": [3020.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter sandwich, special dietary\", \"clust\": 3050, \"cat_0_index\": 310, \"rank\": 3162, \"cat-0\": \"Baked Products\", \"rankvar\": 2975, \"ini\": 2994}, {\"group\": [3744.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, HONEY NUT CHEERIOS\", \"clust\": 3773, \"cat_0_index\": 779, \"rank\": 3161, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2919, \"ini\": 2993}, {\"group\": [2048.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Beef Gravy\", \"clust\": 2079, \"cat_0_index\": 2638, \"rank\": 169, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1868, \"ini\": 2992}, {\"group\": [1967.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chilchen (Red Berry Beverage) (Navajo)\", \"clust\": 1996, \"cat_0_index\": 1245, \"rank\": 170, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1315, \"ini\": 2991}, {\"group\": [2050.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Beef Gravy\", \"clust\": 2078, \"cat_0_index\": 2639, \"rank\": 171, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1636, \"ini\": 2990}, {\"group\": [1818.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, mung, mature seeds, sprouted, canned, drained solids\", \"clust\": 1845, \"cat_0_index\": 3365, \"rank\": 172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2163, \"ini\": 2989}, {\"group\": [1545.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, mixed vegetable, junior\", \"clust\": 1572, \"cat_0_index\": 40, \"rank\": 173, \"cat-0\": \"Baby Foods\", \"rankvar\": 1443, \"ini\": 2988}, {\"group\": [1845.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Chicken with Mini Noodles Soup\", \"clust\": 1871, \"cat_0_index\": 2640, \"rank\": 174, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1897, \"ini\": 2987}, {\"group\": [1777.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, water pack, solids and liquids\", \"clust\": 1805, \"cat_0_index\": 1655, \"rank\": 175, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1607, \"ini\": 2986}, {\"group\": [1902.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato vegetable, dry, mix, prepared with water\", \"clust\": 1930, \"cat_0_index\": 2641, \"rank\": 176, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1933, \"ini\": 2985}, {\"group\": [3719.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, commercially prepared, regular\", \"clust\": 3759, \"cat_0_index\": 311, \"rank\": 3160, \"cat-0\": \"Baked Products\", \"rankvar\": 2762, \"ini\": 2984}, {\"group\": [1761.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lime juice, canned or bottled, unsweetened\", \"clust\": 1789, \"cat_0_index\": 1656, \"rank\": 177, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1824, \"ini\": 2983}, {\"group\": [1148.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sports drink, COCA-COLA, POWERADE, lemon-lime flavored, ready-to-drink\", \"clust\": 1173, \"cat_0_index\": 610, \"rank\": 178, \"cat-0\": \"Beverages\", \"rankvar\": 1823, \"ini\": 2982}, {\"group\": [1549.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef broth and tomato juice, canned\", \"clust\": 1576, \"cat_0_index\": 611, \"rank\": 179, \"cat-0\": \"Beverages\", \"rankvar\": 1399, \"ini\": 2981}, {\"group\": [3624.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Bar\", \"clust\": 3666, \"cat_0_index\": 3212, \"rank\": 3159, \"cat-0\": \"Sweets\", \"rankvar\": 3385, \"ini\": 2980}, {\"group\": [1848.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Rice Soup\", \"clust\": 1875, \"cat_0_index\": 2642, \"rank\": 180, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1789, \"ini\": 2979}, {\"group\": [2053.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Fat Free Slow Roast Chicken Gravy\", \"clust\": 2084, \"cat_0_index\": 2643, \"rank\": 181, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1677, \"ini\": 2978}, {\"group\": [3295.0, 60.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, mole poblano, dry mix, single brand\", \"clust\": 3330, \"cat_0_index\": 2644, \"rank\": 3158, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3084, \"ini\": 2977}, {\"group\": [1547.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, raw\", \"clust\": 1570, \"cat_0_index\": 3366, \"rank\": 182, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1569, \"ini\": 2976}, {\"group\": [2049.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Chicken Gravy\", \"clust\": 2080, \"cat_0_index\": 2645, \"rank\": 183, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1931, \"ini\": 2975}, {\"group\": [2967.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, Harvest Cheddar flavor\", \"clust\": 3001, \"cat_0_index\": 2552, \"rank\": 3157, \"cat-0\": \"Snacks\", \"rankvar\": 2773, \"ini\": 2974}, {\"group\": [1652.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Rotini & Penne Pasta Soup\", \"clust\": 1677, \"cat_0_index\": 2646, \"rank\": 184, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1196, \"ini\": 2973}, {\"group\": [1846.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Chicken Noodle Soup\", \"clust\": 1876, \"cat_0_index\": 2647, \"rank\": 185, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1785, \"ini\": 2972}, {\"group\": [1955.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1985, \"cat_0_index\": 3367, \"rank\": 186, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1778, \"ini\": 2971}, {\"group\": [1149.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder, prepared with water\", \"clust\": 1174, \"cat_0_index\": 612, \"rank\": 187, \"cat-0\": \"Beverages\", \"rankvar\": 2013, \"ini\": 2970}, {\"group\": [3717.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Peanut Butter\", \"clust\": 3760, \"cat_0_index\": 312, \"rank\": 3156, \"cat-0\": \"Baked Products\", \"rankvar\": 2718, \"ini\": 2969}, {\"group\": [3441.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI MIGHTY BITES, Honey Crunch Cereal\", \"clust\": 3476, \"cat_0_index\": 780, \"rank\": 3155, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2829, \"ini\": 2968}, {\"group\": [3748.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Yogurt Burst\", \"clust\": 3788, \"cat_0_index\": 781, \"rank\": 3154, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2976, \"ini\": 2967}, {\"group\": [1729.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), raw\", \"clust\": 1758, \"cat_0_index\": 3368, \"rank\": 188, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2166, \"ini\": 2966}, {\"group\": [2054.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Fat Free Turkey Gravy\", \"clust\": 2085, \"cat_0_index\": 2648, \"rank\": 189, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1689, \"ini\": 2965}, {\"group\": [3017.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, cookie-type, prepared from recipe, vanilla wafer, chilled\", \"clust\": 3052, \"cat_0_index\": 313, \"rank\": 3153, \"cat-0\": \"Baked Products\", \"rankvar\": 2963, \"ini\": 2964}, {\"group\": [3754.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Honey Nut TOASTY O'S Cereal\", \"clust\": 3797, \"cat_0_index\": 782, \"rank\": 3152, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3087, \"ini\": 2963}, {\"group\": [3211.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese food, cold pack, american\", \"clust\": 3241, \"cat_0_index\": 1129, \"rank\": 3151, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2626, \"ini\": 2962}, {\"group\": [762.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, tequila sunrise, canned\", \"clust\": 770, \"cat_0_index\": 613, \"rank\": 190, \"cat-0\": \"Beverages\", \"rankvar\": 429, \"ini\": 2961}, {\"group\": [1847.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken rice, dry, mix, prepared with water\", \"clust\": 1877, \"cat_0_index\": 2649, \"rank\": 191, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2031, \"ini\": 2960}, {\"group\": [1573.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular and quick, enriched, cooked with water, without salt\", \"clust\": 1600, \"cat_0_index\": 783, \"rank\": 192, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 616, \"ini\": 2959}, {\"group\": [2736.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sandwich spread, with chopped pickle, regular, unspecified oils\", \"clust\": 2771, \"cat_0_index\": 1520, \"rank\": 3150, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3085, \"ini\": 2958}, {\"group\": [761.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, dessert, dry\", \"clust\": 771, \"cat_0_index\": 614, \"rank\": 193, \"cat-0\": \"Beverages\", \"rankvar\": 76, \"ini\": 2957}, {\"group\": [1815.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, sweet and sour\", \"clust\": 1843, \"cat_0_index\": 1521, \"rank\": 194, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2244, \"ini\": 2956}, {\"group\": [1730.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), cooked, boiled, drained, without salt\", \"clust\": 1759, \"cat_0_index\": 3369, \"rank\": 195, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2125, \"ini\": 2955}, {\"group\": [2077.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Broth, condensed\", \"clust\": 2105, \"cat_0_index\": 2650, \"rank\": 196, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2351, \"ini\": 2954}, {\"group\": [1838.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with rice, canned, prepared with equal volume water\", \"clust\": 1865, \"cat_0_index\": 2651, \"rank\": 197, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1885, \"ini\": 2953}, {\"group\": [1543.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, cooked, boiled, without salt\", \"clust\": 1573, \"cat_0_index\": 3370, \"rank\": 198, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1134, \"ini\": 2952}, {\"group\": [1844.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Chicken with Mini Noodles Soup\", \"clust\": 1873, \"cat_0_index\": 2652, \"rank\": 199, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1943, \"ini\": 2951}, {\"group\": [2799.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, breakfast strips, raw or unheated\", \"clust\": 2832, \"cat_0_index\": 442, \"rank\": 3149, \"cat-0\": \"Beef Products\", \"rankvar\": 2832, \"ini\": 2950}, {\"group\": [1651.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Savory Chicken and Long Grain Rice Soup\", \"clust\": 1678, \"cat_0_index\": 2653, \"rank\": 200, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1250, \"ini\": 2949}, {\"group\": [3003.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, ranch-flavor\", \"clust\": 3037, \"cat_0_index\": 2553, \"rank\": 3148, \"cat-0\": \"Snacks\", \"rankvar\": 2859, \"ini\": 2948}, {\"group\": [3835.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Currants, zante, dried\", \"clust\": 3875, \"cat_0_index\": 1657, \"rank\": 3147, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3489, \"ini\": 2947}, {\"group\": [1558.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, extra light syrup, solids and liquids\", \"clust\": 1584, \"cat_0_index\": 1658, \"rank\": 201, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1243, \"ini\": 2946}, {\"group\": [1145.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Water with added vitamins and minerals, bottles, sweetened, assorted fruit flavors\", \"clust\": 1170, \"cat_0_index\": 615, \"rank\": 202, \"cat-0\": \"Beverages\", \"rankvar\": 2194, \"ini\": 2945}, {\"group\": [3379.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mungo beans, mature seeds, raw\", \"clust\": 3406, \"cat_0_index\": 2043, \"rank\": 3146, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3366, \"ini\": 2944}, {\"group\": [1649.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Roasted Chicken with Long Grain & Wild Rice Soup\", \"clust\": 1679, \"cat_0_index\": 2654, \"rank\": 203, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1166, \"ini\": 2943}, {\"group\": [1819.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), cooked, boiled, drained, without salt\", \"clust\": 1846, \"cat_0_index\": 3371, \"rank\": 204, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2257, \"ini\": 2942}, {\"group\": [3660.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate sandwich, with creme filling, special dietary\", \"clust\": 3694, \"cat_0_index\": 314, \"rank\": 3145, \"cat-0\": \"Baked Products\", \"rankvar\": 2727, \"ini\": 2941}, {\"group\": [3776.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CINNAMON TOAST CRUNCH\", \"clust\": 3818, \"cat_0_index\": 784, \"rank\": 3144, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2987, \"ini\": 2940}, {\"group\": [1544.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, mixed vegetable, strained\", \"clust\": 1574, \"cat_0_index\": 41, \"rank\": 205, \"cat-0\": \"Baby Foods\", \"rankvar\": 1201, \"ini\": 2939}, {\"group\": [1336.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cucumber, peeled, raw\", \"clust\": 1362, \"cat_0_index\": 3372, \"rank\": 206, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2205, \"ini\": 2938}, {\"group\": [2061.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Mushroom Gravy\", \"clust\": 2086, \"cat_0_index\": 2655, \"rank\": 207, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1951, \"ini\": 2937}, {\"group\": [2629.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, roasted\", \"clust\": 2656, \"cat_0_index\": 2336, \"rank\": 3143, \"cat-0\": \"Poultry Products\", \"rankvar\": 2844, \"ini\": 2936}, {\"group\": [2051.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Beef Gravy\", \"clust\": 2081, \"cat_0_index\": 2656, \"rank\": 208, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1583, \"ini\": 2935}, {\"group\": [1840.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, prepared with equal volume water\", \"clust\": 1861, \"cat_0_index\": 2657, \"rank\": 209, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1712, \"ini\": 2934}, {\"group\": [1827.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, prepared with equal volume water\", \"clust\": 1856, \"cat_0_index\": 2658, \"rank\": 210, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2114, \"ini\": 2933}, {\"group\": [3952.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, powder\", \"clust\": 3994, \"cat_0_index\": 616, \"rank\": 3142, \"cat-0\": \"Beverages\", \"rankvar\": 3754, \"ini\": 2932}, {\"group\": [3096.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with bananas, dry\", \"clust\": 3129, \"cat_0_index\": 42, \"rank\": 3141, \"cat-0\": \"Baby Foods\", \"rankvar\": 3012, \"ini\": 2931}, {\"group\": [3635.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, BUTTERFINGER Bar\", \"clust\": 3677, \"cat_0_index\": 3213, \"rank\": 3140, \"cat-0\": \"Sweets\", \"rankvar\": 3101, \"ini\": 2930}, {\"group\": [3718.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter sandwich, regular\", \"clust\": 3761, \"cat_0_index\": 315, \"rank\": 3139, \"cat-0\": \"Baked Products\", \"rankvar\": 2839, \"ini\": 2929}, {\"group\": [3497.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Leavening agents, cream of tartar\", \"clust\": 3534, \"cat_0_index\": 316, \"rank\": 3138, \"cat-0\": \"Baked Products\", \"rankvar\": 3889, \"ini\": 2928}, {\"group\": [3316.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pigeon peas (red gram), mature seeds, raw\", \"clust\": 3353, \"cat_0_index\": 2044, \"rank\": 3137, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3338, \"ini\": 2927}, {\"group\": [1162.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Malt-o-Meal, plain, prepared with water, without salt\", \"clust\": 1186, \"cat_0_index\": 785, \"rank\": 211, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1349, \"ini\": 2926}, {\"group\": [1569.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular, quick, unenriched, cooked with water, with salt\", \"clust\": 1597, \"cat_0_index\": 786, \"rank\": 212, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 769, \"ini\": 2925}, {\"group\": [1744.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew/soup, caribou (Alaska Native)\", \"clust\": 1774, \"cat_0_index\": 1246, \"rank\": 213, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1144, \"ini\": 2924}, {\"group\": [1731.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), raw\", \"clust\": 1757, \"cat_0_index\": 3373, \"rank\": 214, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1952, \"ini\": 2923}, {\"group\": [1620.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Original Creamer\", \"clust\": 1618, \"cat_0_index\": 2045, \"rank\": 215, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 785, \"ini\": 2922}, {\"group\": [1590.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry, low bush or lingenberry, raw (Alaska Native)\", \"clust\": 1617, \"cat_0_index\": 1247, \"rank\": 216, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1321, \"ini\": 2921}, {\"group\": [1646.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, 98% Fat Free New England Clam Chowder\", \"clust\": 1675, \"cat_0_index\": 2659, \"rank\": 217, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1146, \"ini\": 2920}, {\"group\": [2835.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, breakfast strips, raw or unheated\", \"clust\": 2866, \"cat_0_index\": 2313, \"rank\": 3136, \"cat-0\": \"Pork Products\", \"rankvar\": 2657, \"ini\": 2919}, {\"group\": [1337.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cucumber, with peel, raw\", \"clust\": 1363, \"cat_0_index\": 3374, \"rank\": 218, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2055, \"ini\": 2918}, {\"group\": [1546.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horned melon (Kiwano)\", \"clust\": 1571, \"cat_0_index\": 1659, \"rank\": 219, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1145, \"ini\": 2917}, {\"group\": [1802.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, dill, low sodium\", \"clust\": 1827, \"cat_0_index\": 3375, \"rank\": 220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1741, \"ini\": 2916}, {\"group\": [1811.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, canned, drained, solid, without salt\", \"clust\": 1837, \"cat_0_index\": 3376, \"rank\": 221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2181, \"ini\": 2915}, {\"group\": [1868.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, dry, mix, prepared with water\", \"clust\": 1896, \"cat_0_index\": 2660, \"rank\": 222, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1980, \"ini\": 2914}, {\"group\": [1859.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, canned, prepared with equal volume water\", \"clust\": 1888, \"cat_0_index\": 2661, \"rank\": 223, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1962, \"ini\": 2913}, {\"group\": [1570.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular, quick, unenriched, cooked with water, with salt\", \"clust\": 1598, \"cat_0_index\": 787, \"rank\": 224, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 779, \"ini\": 2912}, {\"group\": [1741.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, fish, home-prepared\", \"clust\": 1768, \"cat_0_index\": 2662, \"rank\": 225, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2110, \"ini\": 2911}, {\"group\": [2052.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, FRANCO-AMERICAN Slow Roast Turkey Gravy\", \"clust\": 2082, \"cat_0_index\": 2663, \"rank\": 226, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1494, \"ini\": 2910}, {\"group\": [3459.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI Good Friends\", \"clust\": 3494, \"cat_0_index\": 788, \"rank\": 3135, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3530, \"ini\": 2909}, {\"group\": [603.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, tonic water\", \"clust\": 617, \"cat_0_index\": 617, \"rank\": 227, \"cat-0\": \"Beverages\", \"rankvar\": 1910, \"ini\": 2908}, {\"group\": [3093.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, dry\", \"clust\": 3125, \"cat_0_index\": 43, \"rank\": 3134, \"cat-0\": \"Baby Foods\", \"rankvar\": 3100, \"ini\": 2907}, {\"group\": [3627.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, NESTLE, Rich Chocolate Hot Cocoa Mix\", \"clust\": 3668, \"cat_0_index\": 618, \"rank\": 3133, \"cat-0\": \"Beverages\", \"rankvar\": 3404, \"ini\": 2906}, {\"group\": [604.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, ginger ale\", \"clust\": 618, \"cat_0_index\": 619, \"rank\": 228, \"cat-0\": \"Beverages\", \"rankvar\": 1916, \"ini\": 2905}, {\"group\": [3012.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular\", \"clust\": 3045, \"cat_0_index\": 2554, \"rank\": 3132, \"cat-0\": \"Snacks\", \"rankvar\": 2688, \"ini\": 2904}, {\"group\": [1807.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, no salt added, solids and liquids\", \"clust\": 1838, \"cat_0_index\": 3377, \"rank\": 229, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2068, \"ini\": 2903}, {\"group\": [1860.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey noodle, canned, prepared with equal volume water\", \"clust\": 1889, \"cat_0_index\": 2664, \"rank\": 230, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1807, \"ini\": 2902}, {\"group\": [349.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, daiquiri, prepared-from-recipe\", \"clust\": 357, \"cat_0_index\": 620, \"rank\": 231, \"cat-0\": \"Beverages\", \"rankvar\": 101, \"ini\": 2901}, {\"group\": [1556.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, frozen, unsweetened, unheated\", \"clust\": 1585, \"cat_0_index\": 1660, \"rank\": 232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1067, \"ini\": 2900}, {\"group\": [1557.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, frozen, unsweetened, heated\", \"clust\": 1586, \"cat_0_index\": 1661, \"rank\": 233, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1121, \"ini\": 2899}, {\"group\": [1794.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, water pack, without skin, solids and liquids\", \"clust\": 1822, \"cat_0_index\": 1662, \"rank\": 234, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1864, \"ini\": 2898}, {\"group\": [2278.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, extra light syrup pack, solids and liquids\", \"clust\": 2307, \"cat_0_index\": 1663, \"rank\": 235, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1211, \"ini\": 2897}, {\"group\": [612.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverages, fruit juice drink, reduced sugar, with vitamin E added\", \"clust\": 621, \"cat_0_index\": 621, \"rank\": 236, \"cat-0\": \"Beverages\", \"rankvar\": 1554, \"ini\": 2896}, {\"group\": [3061.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, mature seeds, raw\", \"clust\": 3094, \"cat_0_index\": 2046, \"rank\": 3131, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2836, \"ini\": 2895}, {\"group\": [1548.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), cooked, boiled, drained, without salt\", \"clust\": 1569, \"cat_0_index\": 3378, \"rank\": 237, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1486, \"ini\": 2894}, {\"group\": [1574.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, enriched, cooked with water, without salt\", \"clust\": 1601, \"cat_0_index\": 789, \"rank\": 238, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 487, \"ini\": 2893}, {\"group\": [3214.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese spread, pasteurized process, american, without di sodium phosphate\", \"clust\": 3247, \"cat_0_index\": 1130, \"rank\": 3130, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2608, \"ini\": 2892}, {\"group\": [607.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, prepared\", \"clust\": 616, \"cat_0_index\": 622, \"rank\": 239, \"cat-0\": \"Beverages\", \"rankvar\": 1861, \"ini\": 2891}, {\"group\": [1808.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, no salt added, solids and liquids\", \"clust\": 1839, \"cat_0_index\": 3379, \"rank\": 240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2069, \"ini\": 2890}, {\"group\": [1650.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken Vegetable Medley Soup\", \"clust\": 1680, \"cat_0_index\": 2665, \"rank\": 241, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1014, \"ini\": 2889}, {\"group\": [2685.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Veggie Breakfast Bacon Strips, frozen, unprepared\", \"clust\": 2719, \"cat_0_index\": 2047, \"rank\": 3128, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2691, \"ini\": 2888}, {\"group\": [2685.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Stripples, frozen, unprepared\", \"clust\": 2720, \"cat_0_index\": 2048, \"rank\": 3129, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2692, \"ini\": 2887}, {\"group\": [608.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malt beverage\", \"clust\": 615, \"cat_0_index\": 623, \"rank\": 242, \"cat-0\": \"Beverages\", \"rankvar\": 1810, \"ini\": 2886}, {\"group\": [1586.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, tropical fruit, junior\", \"clust\": 1614, \"cat_0_index\": 44, \"rank\": 243, \"cat-0\": \"Baby Foods\", \"rankvar\": 897, \"ini\": 2885}, {\"group\": [1740.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, beef, home-prepared\", \"clust\": 1770, \"cat_0_index\": 2666, \"rank\": 244, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2097, \"ini\": 2884}, {\"group\": [1703.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Vegetable Medley Soup\", \"clust\": 1728, \"cat_0_index\": 2667, \"rank\": 245, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1426, \"ini\": 2883}, {\"group\": [609.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, contains caffeine\", \"clust\": 623, \"cat_0_index\": 624, \"rank\": 246, \"cat-0\": \"Beverages\", \"rankvar\": 1813, \"ini\": 2882}, {\"group\": [3629.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, coconut macaroons, prepared from recipe\", \"clust\": 3670, \"cat_0_index\": 317, \"rank\": 3127, \"cat-0\": \"Baked Products\", \"rankvar\": 3514, \"ini\": 2881}, {\"group\": [2598.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whale, bowhead, skin and subcutaneous fat (muktuk) (Alaska Native)\", \"clust\": 2613, \"cat_0_index\": 1248, \"rank\": 3126, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3253, \"ini\": 2880}, {\"group\": [1852.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom barley, canned, prepared with equal volume water\", \"clust\": 1878, \"cat_0_index\": 2668, \"rank\": 247, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1805, \"ini\": 2879}, {\"group\": [1857.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, wonton, Chinese restaurant\", \"clust\": 1885, \"cat_0_index\": 2669, \"rank\": 248, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1617, \"ini\": 2878}, {\"group\": [605.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, LIPTON BRISK iced tea, with lemon flavor\", \"clust\": 619, \"cat_0_index\": 625, \"rank\": 249, \"cat-0\": \"Beverages\", \"rankvar\": 1876, \"ini\": 2877}, {\"group\": [3763.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, TOOTIE FRUITIES\", \"clust\": 3805, \"cat_0_index\": 790, \"rank\": 3125, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3277, \"ini\": 2876}, {\"group\": [3314.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, red, mature seeds, raw\", \"clust\": 3351, \"cat_0_index\": 2049, \"rank\": 3124, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3324, \"ini\": 2875}, {\"group\": [1563.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, light syrup, solids and liquids\", \"clust\": 1588, \"cat_0_index\": 1664, \"rank\": 250, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 755, \"ini\": 2874}, {\"group\": [1660.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Chicken and Rice Soup, canned\", \"clust\": 1685, \"cat_0_index\": 2670, \"rank\": 251, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1372, \"ini\": 2873}, {\"group\": [1554.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra light syrup, solids and liquids\", \"clust\": 1582, \"cat_0_index\": 1665, \"rank\": 252, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1174, \"ini\": 2872}, {\"group\": [1526.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mixed vegetable and fruit juice drink, with added nutrients\", \"clust\": 1553, \"cat_0_index\": 626, \"rank\": 253, \"cat-0\": \"Beverages\", \"rankvar\": 2147, \"ini\": 2871}, {\"group\": [610.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, SPRITE, lemon-lime, without caffeine\", \"clust\": 624, \"cat_0_index\": 627, \"rank\": 254, \"cat-0\": \"Beverages\", \"rankvar\": 1740, \"ini\": 2870}, {\"group\": [3165.0, 45.0, 12.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, salted and fermented (fuyu), prepared with calcium sulfate\", \"clust\": 3197, \"cat_0_index\": 2050, \"rank\": 3123, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3605, \"ini\": 2869}, {\"group\": [1542.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, boiled and steamed\", \"clust\": 1568, \"cat_0_index\": 2278, \"rank\": 255, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 886, \"ini\": 2868}, {\"group\": [1890.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, prepared with equal volume water\", \"clust\": 1919, \"cat_0_index\": 2671, \"rank\": 256, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2119, \"ini\": 2867}, {\"group\": [3460.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S ALL-BRAN Yogurt Bites\", \"clust\": 3495, \"cat_0_index\": 791, \"rank\": 3122, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3286, \"ini\": 2866}, {\"group\": [2627.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, skin only, cooked, roasted\", \"clust\": 2657, \"cat_0_index\": 2337, \"rank\": 3121, \"cat-0\": \"Poultry Products\", \"rankvar\": 2798, \"ini\": 2865}, {\"group\": [1831.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish broth\", \"clust\": 1853, \"cat_0_index\": 2672, \"rank\": 257, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2154, \"ini\": 2864}, {\"group\": [1523.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New Zealand spinach, cooked, boiled, drained, without salt\", \"clust\": 1551, \"cat_0_index\": 3380, \"rank\": 258, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2187, \"ini\": 2863}, {\"group\": [1832.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1859, \"cat_0_index\": 3381, \"rank\": 259, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1907, \"ini\": 2862}, {\"group\": [1849.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, egg drop, Chinese restaurant\", \"clust\": 1874, \"cat_0_index\": 2673, \"rank\": 260, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1934, \"ini\": 2861}, {\"group\": [1657.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Itallian-Style Wedding Soup\", \"clust\": 1688, \"cat_0_index\": 2674, \"rank\": 261, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1214, \"ini\": 2860}, {\"group\": [1764.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and noodles and turkey, strained\", \"clust\": 1792, \"cat_0_index\": 45, \"rank\": 262, \"cat-0\": \"Baby Foods\", \"rankvar\": 1346, \"ini\": 2859}, {\"group\": [3264.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, unspecified type, dry\", \"clust\": 3300, \"cat_0_index\": 2675, \"rank\": 3120, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3595, \"ini\": 2858}, {\"group\": [3029.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puff pastry, frozen, ready-to-bake\", \"clust\": 3056, \"cat_0_index\": 318, \"rank\": 3119, \"cat-0\": \"Baked Products\", \"rankvar\": 3076, \"ini\": 2857}, {\"group\": [1833.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, with green chilies\", \"clust\": 1860, \"cat_0_index\": 3382, \"rank\": 263, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2151, \"ini\": 2856}, {\"group\": [3233.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, monterey, low fat\", \"clust\": 3269, \"cat_0_index\": 1131, \"rank\": 3118, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2945, \"ini\": 2855}, {\"group\": [1647.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT HARVEST Microwaveable Bowls, 98% Fat Free New England Clam Chowder\", \"clust\": 1676, \"cat_0_index\": 2676, \"rank\": 264, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1163, \"ini\": 2854}, {\"group\": [1829.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, gazpacho, canned, ready-to-serve\", \"clust\": 1857, \"cat_0_index\": 2677, \"rank\": 265, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1884, \"ini\": 2853}, {\"group\": [1587.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Java-plum, (jambolan), raw\", \"clust\": 1615, \"cat_0_index\": 1666, \"rank\": 266, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 732, \"ini\": 2852}, {\"group\": [1757.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, pinto bean and hominy, badufsuki (Hopi)\", \"clust\": 1782, \"cat_0_index\": 1249, \"rank\": 267, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1599, \"ini\": 2851}, {\"group\": [1528.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pitanga, (surinam-cherry), raw\", \"clust\": 1557, \"cat_0_index\": 1667, \"rank\": 268, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1775, \"ini\": 2850}, {\"group\": [3503.0, 73.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, sun-dried, packed in oil, drained\", \"clust\": 3527, \"cat_0_index\": 3383, \"rank\": 3117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2865, \"ini\": 2849}, {\"group\": [3457.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, All-Bran Strawberry Medley\", \"clust\": 3492, \"cat_0_index\": 792, \"rank\": 3116, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3335, \"ini\": 2848}, {\"group\": [1572.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, mix'n eat, plain, prepared with water\", \"clust\": 1595, \"cat_0_index\": 793, \"rank\": 269, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 460, \"ini\": 2847}, {\"group\": [3650.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toppings, nuts in syrup\", \"clust\": 3692, \"cat_0_index\": 3214, \"rank\": 3115, \"cat-0\": \"Sweets\", \"rankvar\": 2997, \"ini\": 2846}, {\"group\": [3094.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with bananas, dry\", \"clust\": 3124, \"cat_0_index\": 46, \"rank\": 3114, \"cat-0\": \"Baby Foods\", \"rankvar\": 3147, \"ini\": 2845}, {\"group\": [1529.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rose-apples, raw\", \"clust\": 1558, \"cat_0_index\": 1668, \"rank\": 270, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2010, \"ini\": 2844}, {\"group\": [606.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, NESTLE, COOL NESTEA ice tea lemon flavor\", \"clust\": 620, \"cat_0_index\": 628, \"rank\": 271, \"cat-0\": \"Beverages\", \"rankvar\": 1902, \"ini\": 2843}, {\"group\": [3182.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, white, queso blanco\", \"clust\": 3216, \"cat_0_index\": 1132, \"rank\": 3113, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2811, \"ini\": 2842}, {\"group\": [1813.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, canned, drained solids\", \"clust\": 1835, \"cat_0_index\": 3384, \"rank\": 272, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1918, \"ini\": 2841}, {\"group\": [2075.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Broth, condensed\", \"clust\": 2106, \"cat_0_index\": 2678, \"rank\": 273, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2302, \"ini\": 2840}, {\"group\": [3848.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, marble, dry mix, pudding-type\", \"clust\": 3892, \"cat_0_index\": 319, \"rank\": 3112, \"cat-0\": \"Baked Products\", \"rankvar\": 3321, \"ini\": 2839}, {\"group\": [611.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tea, ready-to-drink, ARIZONA iced tea, with lemon flavor\", \"clust\": 622, \"cat_0_index\": 629, \"rank\": 274, \"cat-0\": \"Beverages\", \"rankvar\": 1843, \"ini\": 2838}, {\"group\": [1555.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, juice pack, solids and liquids\", \"clust\": 1583, \"cat_0_index\": 1669, \"rank\": 275, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 938, \"ini\": 2837}, {\"group\": [1737.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, white-flowered (calabash), cooked, boiled, drained, with salt\", \"clust\": 1766, \"cat_0_index\": 3385, \"rank\": 276, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2196, \"ini\": 2836}, {\"group\": [1164.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Malt-O-Meal, chocolate, prepared with water, without salt\", \"clust\": 1188, \"cat_0_index\": 794, \"rank\": 277, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1283, \"ini\": 2835}, {\"group\": [3709.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, coconut-nut, ready-to-eat\", \"clust\": 3741, \"cat_0_index\": 3215, \"rank\": 3111, \"cat-0\": \"Sweets\", \"rankvar\": 2799, \"ini\": 2834}, {\"group\": [2076.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Consomme, condensed\", \"clust\": 2107, \"cat_0_index\": 2679, \"rank\": 278, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2175, \"ini\": 2833}, {\"group\": [1659.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Slow Roasted Beef and Vegetables Soup\", \"clust\": 1686, \"cat_0_index\": 2680, \"rank\": 279, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1218, \"ini\": 2832}, {\"group\": [2060.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oxtail, dry, mix, prepared with water\", \"clust\": 2087, \"cat_0_index\": 2681, \"rank\": 280, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1970, \"ini\": 2831}, {\"group\": [1565.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, yellow, regular, quick, enriched, cooked with water, with salt\", \"clust\": 1593, \"cat_0_index\": 795, \"rank\": 281, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 677, \"ini\": 2830}, {\"group\": [1177.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, regular (10 minute), cooked with water, without salt\", \"clust\": 1198, \"cat_0_index\": 796, \"rank\": 282, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1202, \"ini\": 2829}, {\"group\": [2782.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, summer, pork and beef, sticks, with cheddar cheese\", \"clust\": 2816, \"cat_0_index\": 2416, \"rank\": 3110, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2638, \"ini\": 2828}, {\"group\": [1970.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with eggs, strained\", \"clust\": 1998, \"cat_0_index\": 47, \"rank\": 283, \"cat-0\": \"Baby Foods\", \"rankvar\": 771, \"ini\": 2827}, {\"group\": [2954.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, sandwich, with peanut butter filling\", \"clust\": 2988, \"cat_0_index\": 320, \"rank\": 3109, \"cat-0\": \"Baked Products\", \"rankvar\": 2644, \"ini\": 2826}, {\"group\": [1820.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), cooked, boiled, drained, with salt\", \"clust\": 1847, \"cat_0_index\": 3386, \"rank\": 284, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2317, \"ini\": 2825}, {\"group\": [1996.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Brown Gravy with Onions\", \"clust\": 2025, \"cat_0_index\": 2682, \"rank\": 285, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1642, \"ini\": 2824}, {\"group\": [1809.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, no salt added, drained solids\", \"clust\": 1840, \"cat_0_index\": 3387, \"rank\": 286, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1877, \"ini\": 2823}, {\"group\": [1732.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, raw\", \"clust\": 1762, \"cat_0_index\": 3388, \"rank\": 287, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2062, \"ini\": 2822}, {\"group\": [3878.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, gingerbread, dry mix\", \"clust\": 3913, \"cat_0_index\": 321, \"rank\": 3108, \"cat-0\": \"Baked Products\", \"rankvar\": 3069, \"ini\": 2821}, {\"group\": [1661.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Chicken Noodle Soup, canned\", \"clust\": 1682, \"cat_0_index\": 2683, \"rank\": 288, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1226, \"ini\": 2820}, {\"group\": [3008.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, acorns, dried\", \"clust\": 3040, \"cat_0_index\": 2279, \"rank\": 3107, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2970, \"ini\": 2819}, {\"group\": [1706.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, New England Clam Chowder\", \"clust\": 1734, \"cat_0_index\": 2684, \"rank\": 289, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1625, \"ini\": 2818}, {\"group\": [1491.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-grape juice drink, bottled\", \"clust\": 1519, \"cat_0_index\": 630, \"rank\": 290, \"cat-0\": \"Beverages\", \"rankvar\": 1409, \"ini\": 2817}, {\"group\": [1655.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mexican Style Chicken Tortilla Soup\", \"clust\": 1689, \"cat_0_index\": 2685, \"rank\": 291, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1123, \"ini\": 2816}, {\"group\": [1500.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, frozen concentrate, sweetened, diluted with 3 volume water\", \"clust\": 1529, \"cat_0_index\": 1670, \"rank\": 292, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1437, \"ini\": 2815}, {\"group\": [3625.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Caramels, milk chocolate covered\", \"clust\": 3664, \"cat_0_index\": 3216, \"rank\": 3106, \"cat-0\": \"Sweets\", \"rankvar\": 3402, \"ini\": 2814}, {\"group\": [1550.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, cooked, boiled, with salt\", \"clust\": 1577, \"cat_0_index\": 3389, \"rank\": 293, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1207, \"ini\": 2813}, {\"group\": [1080.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, spirulina, raw\", \"clust\": 1101, \"cat_0_index\": 3390, \"rank\": 294, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1297, \"ini\": 2812}, {\"group\": [617.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, lemon-lime soda, contains caffeine\", \"clust\": 629, \"cat_0_index\": 631, \"rank\": 295, \"cat-0\": \"Beverages\", \"rankvar\": 1804, \"ini\": 2811}, {\"group\": [1340.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melon, banana (Navajo)\", \"clust\": 1365, \"cat_0_index\": 1250, \"rank\": 296, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2011, \"ini\": 2810}, {\"group\": [1489.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pear nectar, canned, with added ascorbic acid\", \"clust\": 1520, \"cat_0_index\": 1671, \"rank\": 297, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1208, \"ini\": 2809}, {\"group\": [808.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mouse nuts, roots (Alaska Native)\", \"clust\": 825, \"cat_0_index\": 1251, \"rank\": 298, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 256, \"ini\": 2808}, {\"group\": [1701.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Minestrone Soup\", \"clust\": 1729, \"cat_0_index\": 2686, \"rank\": 299, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1313, \"ini\": 2807}, {\"group\": [2056.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Turkey Gravy\", \"clust\": 2090, \"cat_0_index\": 2687, \"rank\": 300, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1482, \"ini\": 2806}, {\"group\": [1866.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, canned, prepared with equal volume water\", \"clust\": 1890, \"cat_0_index\": 2688, \"rank\": 301, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1964, \"ini\": 2805}, {\"group\": [1690.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken with Vegetables & Pasta Soup\", \"clust\": 1719, \"cat_0_index\": 2689, \"rank\": 302, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1314, \"ini\": 2804}, {\"group\": [1676.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Vegetable Beef Soup\", \"clust\": 1706, \"cat_0_index\": 2690, \"rank\": 303, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1570, \"ini\": 2803}, {\"group\": [1166.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, instant, prepared with water, without salt\", \"clust\": 1190, \"cat_0_index\": 797, \"rank\": 304, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 672, \"ini\": 2802}, {\"group\": [1645.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Zesty Azteca Meatballs & Rice\", \"clust\": 1670, \"cat_0_index\": 2691, \"rank\": 305, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 914, \"ini\": 2801}, {\"group\": [3419.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, TOASTY O'S\", \"clust\": 3456, \"cat_0_index\": 798, \"rank\": 3105, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2908, \"ini\": 2800}, {\"group\": [2737.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, thousand island, commercial, regular\", \"clust\": 2772, \"cat_0_index\": 1522, \"rank\": 3104, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2926, \"ini\": 2799}, {\"group\": [1623.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Harvest Tomato with Basil Soup\", \"clust\": 1652, \"cat_0_index\": 2692, \"rank\": 306, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1320, \"ini\": 2798}, {\"group\": [1702.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Minestrone Soup\", \"clust\": 1730, \"cat_0_index\": 2693, \"rank\": 307, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1238, \"ini\": 2797}, {\"group\": [1658.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Chicken Noodle Soup\", \"clust\": 1687, \"cat_0_index\": 2694, \"rank\": 308, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 892, \"ini\": 2796}, {\"group\": [802.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, sweetened, with salt\", \"clust\": 822, \"cat_0_index\": 1672, \"rank\": 309, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 471, \"ini\": 2795}, {\"group\": [3080.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, chum, dried (Alaska Native)\", \"clust\": 3115, \"cat_0_index\": 1252, \"rank\": 3103, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3464, \"ini\": 2794}, {\"group\": [2952.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, sandwich-type with cheese filling\", \"clust\": 2985, \"cat_0_index\": 322, \"rank\": 3102, \"cat-0\": \"Baked Products\", \"rankvar\": 2642, \"ini\": 2793}, {\"group\": [1338.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, iceberg (includes crisphead types), raw\", \"clust\": 1361, \"cat_0_index\": 3391, \"rank\": 310, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2102, \"ini\": 2792}, {\"group\": [1339.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin flowers, cooked, boiled, drained, without salt\", \"clust\": 1360, \"cat_0_index\": 3392, \"rank\": 311, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2070, \"ini\": 2791}, {\"group\": [2834.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 2867, \"cat_0_index\": 1326, \"rank\": 3101, \"cat-0\": \"Fast Foods\", \"rankvar\": 2681, \"ini\": 2790}, {\"group\": [3077.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, dried, flakes, glucose reduced\", \"clust\": 3113, \"cat_0_index\": 1133, \"rank\": 3100, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3687, \"ini\": 2789}, {\"group\": [1524.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, bottled, low calorie, with calcium, saccharin and corn sweetener\", \"clust\": 1554, \"cat_0_index\": 632, \"rank\": 312, \"cat-0\": \"Beverages\", \"rankvar\": 2349, \"ini\": 2788}, {\"group\": [2739.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, coleslaw\", \"clust\": 2769, \"cat_0_index\": 1523, \"rank\": 3099, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2978, \"ini\": 2787}, {\"group\": [3205.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, limburger\", \"clust\": 3239, \"cat_0_index\": 1134, \"rank\": 3098, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2719, \"ini\": 2786}, {\"group\": [615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, with higher caffeine\", \"clust\": 631, \"cat_0_index\": 633, \"rank\": 313, \"cat-0\": \"Beverages\", \"rankvar\": 1869, \"ini\": 2785}, {\"group\": [615.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cola, without caffeine\", \"clust\": 632, \"cat_0_index\": 634, \"rank\": 314, \"cat-0\": \"Beverages\", \"rankvar\": 1870, \"ini\": 2784}, {\"group\": [2057.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Turkey Gravy\", \"clust\": 2091, \"cat_0_index\": 2695, \"rank\": 315, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1499, \"ini\": 2783}, {\"group\": [1733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 1763, \"cat_0_index\": 1327, \"rank\": 316, \"cat-0\": \"Fast Foods\", \"rankvar\": 2219, \"ini\": 2782}, {\"group\": [3384.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rye flour, dark\", \"clust\": 3416, \"cat_0_index\": 989, \"rank\": 3097, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3555, \"ini\": 2781}, {\"group\": [256.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea cucumber, yane (Alaska Native)\", \"clust\": 262, \"cat_0_index\": 1253, \"rank\": 317, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 602, \"ini\": 2780}, {\"group\": [1688.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Chicken with White & Wild Rice Soup\", \"clust\": 1716, \"cat_0_index\": 2696, \"rank\": 318, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1147, \"ini\": 2779}, {\"group\": [803.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, light syrup pack, solids and liquids\", \"clust\": 823, \"cat_0_index\": 1673, \"rank\": 319, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 391, \"ini\": 2778}, {\"group\": [1490.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peach nectar, canned, with added ascorbic acid\", \"clust\": 1521, \"cat_0_index\": 1674, \"rank\": 320, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1310, \"ini\": 2777}, {\"group\": [616.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, root beer\", \"clust\": 630, \"cat_0_index\": 635, \"rank\": 321, \"cat-0\": \"Beverages\", \"rankvar\": 1846, \"ini\": 2776}, {\"group\": [2058.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Beef Gravy\", \"clust\": 2089, \"cat_0_index\": 2697, \"rank\": 322, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1536, \"ini\": 2775}, {\"group\": [785.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, glutinous, cooked\", \"clust\": 799, \"cat_0_index\": 990, \"rank\": 323, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 220, \"ini\": 2774}, {\"group\": [1765.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and noodles and turkey, junior\", \"clust\": 1793, \"cat_0_index\": 48, \"rank\": 324, \"cat-0\": \"Baby Foods\", \"rankvar\": 1053, \"ini\": 2773}, {\"group\": [1493.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, frozen concentrate, prepared with water\", \"clust\": 1517, \"cat_0_index\": 636, \"rank\": 325, \"cat-0\": \"Beverages\", \"rankvar\": 1972, \"ini\": 2772}, {\"group\": [1855.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken gumbo, canned, prepared with equal volume water\", \"clust\": 1883, \"cat_0_index\": 2698, \"rank\": 326, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2024, \"ini\": 2771}, {\"group\": [2998.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, regular\", \"clust\": 3030, \"cat_0_index\": 323, \"rank\": 3096, \"cat-0\": \"Baked Products\", \"rankvar\": 2835, \"ini\": 2770}, {\"group\": [1762.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, without salt\", \"clust\": 1790, \"cat_0_index\": 3393, \"rank\": 327, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1521, \"ini\": 2769}, {\"group\": [778.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice noodles, cooked\", \"clust\": 790, \"cat_0_index\": 991, \"rank\": 328, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 228, \"ini\": 2768}, {\"group\": [1624.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Tomato Garden Soup\", \"clust\": 1653, \"cat_0_index\": 2699, \"rank\": 329, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1338, \"ini\": 2767}, {\"group\": [1881.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan, canned, prepared with equal volume water\", \"clust\": 1911, \"cat_0_index\": 2700, \"rank\": 330, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1680, \"ini\": 2766}, {\"group\": [1707.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Chicken Soup\", \"clust\": 1735, \"cat_0_index\": 2701, \"rank\": 331, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1493, \"ini\": 2765}, {\"group\": [3762.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COCOA PUFFS\", \"clust\": 3792, \"cat_0_index\": 799, \"rank\": 3095, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3153, \"ini\": 2764}, {\"group\": [1689.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Chicken & Pasta with Roasted Garlic Soup\", \"clust\": 1717, \"cat_0_index\": 2702, \"rank\": 332, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1131, \"ini\": 2763}, {\"group\": [2059.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Beef Gravy\", \"clust\": 2088, \"cat_0_index\": 2703, \"rank\": 333, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1532, \"ini\": 2762}, {\"group\": [1869.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey vegetable, canned, prepared with equal volume water\", \"clust\": 1897, \"cat_0_index\": 2704, \"rank\": 334, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1790, \"ini\": 2761}, {\"group\": [1662.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Beef with Roasted Barley Soup\", \"clust\": 1681, \"cat_0_index\": 2705, \"rank\": 335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 674, \"ini\": 2760}, {\"group\": [1501.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water, with added ascorbic acid\", \"clust\": 1530, \"cat_0_index\": 1675, \"rank\": 336, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1452, \"ini\": 2759}, {\"group\": [1962.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stock, chicken, home-prepared\", \"clust\": 1989, \"cat_0_index\": 2706, \"rank\": 337, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1432, \"ini\": 2758}, {\"group\": [1347.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, Indian, raw (Navajo)\", \"clust\": 1367, \"cat_0_index\": 1254, \"rank\": 338, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1883, \"ini\": 2757}, {\"group\": [1873.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef mushroom, canned, prepared with equal volume water\", \"clust\": 1903, \"cat_0_index\": 2707, \"rank\": 339, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1700, \"ini\": 2756}, {\"group\": [3745.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS, Banana Nut\", \"clust\": 3790, \"cat_0_index\": 800, \"rank\": 3094, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3024, \"ini\": 2755}, {\"group\": [3013.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, trail mix, regular, unsalted\", \"clust\": 3046, \"cat_0_index\": 2555, \"rank\": 3093, \"cat-0\": \"Snacks\", \"rankvar\": 2705, \"ini\": 2754}, {\"group\": [804.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rambutan, canned, syrup pack\", \"clust\": 821, \"cat_0_index\": 1676, \"rank\": 340, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 375, \"ini\": 2753}, {\"group\": [1691.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Classic Chicken Noodle, ready-to-serve\", \"clust\": 1720, \"cat_0_index\": 2708, \"rank\": 341, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1261, \"ini\": 2752}, {\"group\": [1766.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables, noodles and chicken, junior\", \"clust\": 1794, \"cat_0_index\": 49, \"rank\": 342, \"cat-0\": \"Baby Foods\", \"rankvar\": 691, \"ini\": 2751}, {\"group\": [1360.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, red leaf, raw\", \"clust\": 1385, \"cat_0_index\": 3394, \"rank\": 343, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2089, \"ini\": 2750}, {\"group\": [3616.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, MILKY WAY Caramels. dark chocolate covered\", \"clust\": 3655, \"cat_0_index\": 3217, \"rank\": 3092, \"cat-0\": \"Sweets\", \"rankvar\": 3329, \"ini\": 2749}, {\"group\": [1551.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), cooked, boiled, drained, with salt\", \"clust\": 1575, \"cat_0_index\": 3395, \"rank\": 344, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1575, \"ini\": 2748}, {\"group\": [3630.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, 3 MUSKETEERS Bar\", \"clust\": 3671, \"cat_0_index\": 3218, \"rank\": 3091, \"cat-0\": \"Sweets\", \"rankvar\": 3482, \"ini\": 2747}, {\"group\": [1798.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, unprepared\", \"clust\": 1824, \"cat_0_index\": 3396, \"rank\": 345, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1699, \"ini\": 2746}, {\"group\": [1994.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Pico De Gallo\", \"clust\": 2026, \"cat_0_index\": 2709, \"rank\": 346, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1769, \"ini\": 2745}, {\"group\": [768.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, cooked\", \"clust\": 785, \"cat_0_index\": 992, \"rank\": 347, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 88, \"ini\": 2744}, {\"group\": [769.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, cooked, unenriched\", \"clust\": 786, \"cat_0_index\": 993, \"rank\": 348, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 89, \"ini\": 2743}, {\"group\": [613.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, frozen concentrate, white, prepared with water\", \"clust\": 626, \"cat_0_index\": 637, \"rank\": 349, \"cat-0\": \"Beverages\", \"rankvar\": 1793, \"ini\": 2742}, {\"group\": [2950.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho-flavor, made with enriched masa flour\", \"clust\": 2983, \"cat_0_index\": 2556, \"rank\": 3090, \"cat-0\": \"Snacks\", \"rankvar\": 2764, \"ini\": 2741}, {\"group\": [1882.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable with beef broth, canned, prepared with equal volume water\", \"clust\": 1912, \"cat_0_index\": 2710, \"rank\": 350, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1563, \"ini\": 2740}, {\"group\": [1494.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, wild, leaves (Alaska Native)\", \"clust\": 1516, \"cat_0_index\": 1255, \"rank\": 351, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 864, \"ini\": 2739}, {\"group\": [1452.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, agar, raw\", \"clust\": 1472, \"cat_0_index\": 3397, \"rank\": 352, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1685, \"ini\": 2738}, {\"group\": [1767.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables, noodles and chicken, strained\", \"clust\": 1795, \"cat_0_index\": 50, \"rank\": 353, \"cat-0\": \"Baby Foods\", \"rankvar\": 776, \"ini\": 2737}, {\"group\": [1341.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, low sodium, with water\", \"clust\": 1366, \"cat_0_index\": 2711, \"rank\": 354, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1597, \"ini\": 2736}, {\"group\": [1738.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, cooked, boiled, drained, with salt\", \"clust\": 1767, \"cat_0_index\": 3398, \"rank\": 355, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1792, \"ini\": 2735}, {\"group\": [1566.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, corn grits, white, regular and quick, enriched, cooked with water, with salt\", \"clust\": 1594, \"cat_0_index\": 801, \"rank\": 356, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 517, \"ini\": 2734}, {\"group\": [799.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, extra heavy syrup, solids and liquids\", \"clust\": 819, \"cat_0_index\": 1677, \"rank\": 357, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 324, \"ini\": 2733}, {\"group\": [1143.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange breakfast drink, ready-to-drink\", \"clust\": 1156, \"cat_0_index\": 638, \"rank\": 358, \"cat-0\": \"Beverages\", \"rankvar\": 1568, \"ini\": 2732}, {\"group\": [2982.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, flat, crunchy, Chinese restaurant\", \"clust\": 3018, \"cat_0_index\": 994, \"rank\": 3089, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3088, \"ini\": 2731}, {\"group\": [3757.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, LUCKY CHARMS\", \"clust\": 3801, \"cat_0_index\": 802, \"rank\": 3088, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3122, \"ini\": 2730}, {\"group\": [1667.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Portobello Mushroom Soup\", \"clust\": 1691, \"cat_0_index\": 2712, \"rank\": 359, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1460, \"ini\": 2729}, {\"group\": [1421.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green variety, canned, regular pack, solids and liquids\", \"clust\": 1447, \"cat_0_index\": 3399, \"rank\": 360, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2123, \"ini\": 2728}, {\"group\": [1778.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken and rice\", \"clust\": 1806, \"cat_0_index\": 51, \"rank\": 361, \"cat-0\": \"Baby Foods\", \"rankvar\": 956, \"ini\": 2727}, {\"group\": [3245.0, 52.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola, (west indian cherry), raw\", \"clust\": 3279, \"cat_0_index\": 1678, \"rank\": 3087, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3882, \"ini\": 2726}, {\"group\": [1883.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetarian vegetable, canned, prepared with equal volume water\", \"clust\": 1910, \"cat_0_index\": 2713, \"rank\": 362, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1763, \"ini\": 2725}, {\"group\": [1891.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, prepared with equal volume water\", \"clust\": 1920, \"cat_0_index\": 2714, \"rank\": 363, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1759, \"ini\": 2724}, {\"group\": [3452.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Raisin Bran Cereal\", \"clust\": 3485, \"cat_0_index\": 803, \"rank\": 3086, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3125, \"ini\": 2723}, {\"group\": [793.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, mix'n eat, apple, banana and maple flavored, prepared\", \"clust\": 808, \"cat_0_index\": 804, \"rank\": 364, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 293, \"ini\": 2722}, {\"group\": [770.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, cooked, unenriched\", \"clust\": 784, \"cat_0_index\": 995, \"rank\": 365, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 84, \"ini\": 2721}, {\"group\": [1879.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, prepared with equal volume water\", \"clust\": 1908, \"cat_0_index\": 2715, \"rank\": 366, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1458, \"ini\": 2720}, {\"group\": [3855.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, dry mix, regular\", \"clust\": 3898, \"cat_0_index\": 324, \"rank\": 3085, \"cat-0\": \"Baked Products\", \"rankvar\": 3264, \"ini\": 2719}, {\"group\": [1810.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, green beans, dices, toddler\", \"clust\": 1841, \"cat_0_index\": 52, \"rank\": 367, \"cat-0\": \"Baby Foods\", \"rankvar\": 1657, \"ini\": 2718}, {\"group\": [1653.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, HEALTHY REQUEST Mexican Style Chicken Tortilla\", \"clust\": 1683, \"cat_0_index\": 2716, \"rank\": 368, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 773, \"ini\": 2717}, {\"group\": [1805.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, unprepared\", \"clust\": 1833, \"cat_0_index\": 3400, \"rank\": 369, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2152, \"ini\": 2716}, {\"group\": [1325.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, water pack, solids and liquids\", \"clust\": 1349, \"cat_0_index\": 1679, \"rank\": 370, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1903, \"ini\": 2715}, {\"group\": [1172.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, regular (10 minute), cooked with water, with salt\", \"clust\": 1196, \"cat_0_index\": 805, \"rank\": 371, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1194, \"ini\": 2714}, {\"group\": [1134.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orange Pineapple\", \"clust\": 1160, \"cat_0_index\": 639, \"rank\": 372, \"cat-0\": \"Beverages\", \"rankvar\": 2148, \"ini\": 2713}, {\"group\": [618.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, RED BULL, with added caffeine, niacin, pantothenic acid, vitamins B6 and B12\", \"clust\": 628, \"cat_0_index\": 640, \"rank\": 373, \"cat-0\": \"Beverages\", \"rankvar\": 1645, \"ini\": 2712}, {\"group\": [810.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, japanese, soba, cooked\", \"clust\": 824, \"cat_0_index\": 996, \"rank\": 374, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 57, \"ini\": 2711}, {\"group\": [1885.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, prepared with equal volume water\", \"clust\": 1913, \"cat_0_index\": 2717, \"rank\": 375, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1637, \"ini\": 2710}, {\"group\": [1656.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Mediterranean Meatball w/Bowtie Pasta Soup\", \"clust\": 1690, \"cat_0_index\": 2718, \"rank\": 376, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1086, \"ini\": 2709}, {\"group\": [777.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, precooked or instant, enriched, prepared\", \"clust\": 791, \"cat_0_index\": 997, \"rank\": 377, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 126, \"ini\": 2708}, {\"group\": [2837.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork sausage, pre-cooked\", \"clust\": 2864, \"cat_0_index\": 2417, \"rank\": 3084, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2585, \"ini\": 2707}, {\"group\": [1135.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Banana\", \"clust\": 1161, \"cat_0_index\": 641, \"rank\": 378, \"cat-0\": \"Beverages\", \"rankvar\": 2176, \"ini\": 2706}, {\"group\": [1678.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Chicken with Vegetables Soup\", \"clust\": 1705, \"cat_0_index\": 2719, \"rank\": 379, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1230, \"ini\": 2705}, {\"group\": [3424.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, DORA THE EXPLORER\", \"clust\": 3458, \"cat_0_index\": 806, \"rank\": 3083, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3080, \"ini\": 2704}, {\"group\": [1342.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1364, \"cat_0_index\": 3401, \"rank\": 380, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1842, \"ini\": 2703}, {\"group\": [1422.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, regular pack, solids and liquids\", \"clust\": 1448, \"cat_0_index\": 3402, \"rank\": 381, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2120, \"ini\": 2702}, {\"group\": [3458.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, bran flakes, single brand\", \"clust\": 3493, \"cat_0_index\": 807, \"rank\": 3082, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3326, \"ini\": 2701}, {\"group\": [1806.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, no salt added, drained solids\", \"clust\": 1834, \"cat_0_index\": 3403, \"rank\": 382, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1938, \"ini\": 2700}, {\"group\": [1995.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Green Taco Sauce\", \"clust\": 2027, \"cat_0_index\": 2720, \"rank\": 383, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2149, \"ini\": 2699}, {\"group\": [789.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 805, \"cat_0_index\": 1680, \"rank\": 384, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 216, \"ini\": 2698}, {\"group\": [2955.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, sandwich-type with peanut butter filling\", \"clust\": 2989, \"cat_0_index\": 325, \"rank\": 3081, \"cat-0\": \"Baked Products\", \"rankvar\": 2634, \"ini\": 2697}, {\"group\": [3218.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese spread, pasteurized process, american, with di sodium phosphate\", \"clust\": 3250, \"cat_0_index\": 1135, \"rank\": 3080, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2652, \"ini\": 2696}, {\"group\": [1525.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apple juice drink, low calorie, with vitamin C added\", \"clust\": 1555, \"cat_0_index\": 642, \"rank\": 385, \"cat-0\": \"Beverages\", \"rankvar\": 2329, \"ini\": 2695}, {\"group\": [1850.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom, dry, mix, prepared with water\", \"clust\": 1879, \"cat_0_index\": 2721, \"rank\": 386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1806, \"ini\": 2694}, {\"group\": [3777.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Malt-O-Meal Honey Graham Squares\", \"clust\": 3817, \"cat_0_index\": 808, \"rank\": 3079, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2934, \"ini\": 2693}, {\"group\": [2999.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"NABISCO, NABISCO RITZ Crackers\", \"clust\": 3031, \"cat_0_index\": 326, \"rank\": 3078, \"cat-0\": \"Baked Products\", \"rankvar\": 2755, \"ini\": 2692}, {\"group\": [1692.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Classic Chicken Noodle Soup\", \"clust\": 1718, \"cat_0_index\": 2722, \"rank\": 387, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1105, \"ini\": 2691}, {\"group\": [3318.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pink, mature seeds, raw\", \"clust\": 3354, \"cat_0_index\": 2051, \"rank\": 3077, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3272, \"ini\": 2690}, {\"group\": [1133.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Berry Blend\", \"clust\": 1157, \"cat_0_index\": 643, \"rank\": 388, \"cat-0\": \"Beverages\", \"rankvar\": 2171, \"ini\": 2689}, {\"group\": [3773.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, French Toast Crunch\", \"clust\": 3813, \"cat_0_index\": 809, \"rank\": 3076, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2924, \"ini\": 2688}, {\"group\": [1131.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Tropical Blend\", \"clust\": 1158, \"cat_0_index\": 644, \"rank\": 389, \"cat-0\": \"Beverages\", \"rankvar\": 2188, \"ini\": 2687}, {\"group\": [1693.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Pot Roast Soup\", \"clust\": 1722, \"cat_0_index\": 2723, \"rank\": 390, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1029, \"ini\": 2686}, {\"group\": [1795.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, cooked, boiled, drained, without salt\", \"clust\": 1823, \"cat_0_index\": 3404, \"rank\": 391, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1703, \"ini\": 2685}, {\"group\": [2448.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, goat, semisoft type\", \"clust\": 2475, \"cat_0_index\": 1136, \"rank\": 3075, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2754, \"ini\": 2684}, {\"group\": [3421.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHEERIOS\", \"clust\": 3453, \"cat_0_index\": 810, \"rank\": 3074, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2872, \"ini\": 2683}, {\"group\": [1132.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Strawberry Kiwi\", \"clust\": 1159, \"cat_0_index\": 645, \"rank\": 392, \"cat-0\": \"Beverages\", \"rankvar\": 2183, \"ini\": 2682}, {\"group\": [1865.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, canned, prepared with equal volume water\", \"clust\": 1894, \"cat_0_index\": 2724, \"rank\": 393, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1640, \"ini\": 2681}, {\"group\": [800.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, extra heavy syrup, solids and liquids\", \"clust\": 820, \"cat_0_index\": 1681, \"rank\": 394, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 318, \"ini\": 2680}, {\"group\": [1654.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Mexican Style Chicken Tortilla Soup\", \"clust\": 1684, \"cat_0_index\": 2725, \"rank\": 395, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 819, \"ini\": 2679}, {\"group\": [1530.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, cooked, steamed, without salt\", \"clust\": 1556, \"cat_0_index\": 3405, \"rank\": 396, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2216, \"ini\": 2678}, {\"group\": [3617.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, CHUNKY Bar\", \"clust\": 3658, \"cat_0_index\": 3219, \"rank\": 3073, \"cat-0\": \"Sweets\", \"rankvar\": 3285, \"ini\": 2677}, {\"group\": [1755.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, prepared with water, no salt\", \"clust\": 1783, \"cat_0_index\": 811, \"rank\": 397, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1188, \"ini\": 2676}, {\"group\": [1531.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, canned or bottled\", \"clust\": 1562, \"cat_0_index\": 1682, \"rank\": 398, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2020, \"ini\": 2675}, {\"group\": [1368.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, unprepared\", \"clust\": 1393, \"cat_0_index\": 3406, \"rank\": 399, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1961, \"ini\": 2674}, {\"group\": [1663.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Chicken with Egg Noodles Soup\", \"clust\": 1669, \"cat_0_index\": 2726, \"rank\": 400, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1151, \"ini\": 2673}, {\"group\": [796.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 815, \"cat_0_index\": 1683, \"rank\": 401, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 240, \"ini\": 2672}, {\"group\": [1076.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, lite firm\", \"clust\": 1096, \"cat_0_index\": 2052, \"rank\": 402, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1324, \"ini\": 2671}, {\"group\": [614.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, frozen concentrate, pink, prepared with water\", \"clust\": 627, \"cat_0_index\": 646, \"rank\": 403, \"cat-0\": \"Beverages\", \"rankvar\": 1730, \"ini\": 2670}, {\"group\": [1644.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian-Style Wedding Soup\", \"clust\": 1671, \"cat_0_index\": 2727, \"rank\": 404, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1094, \"ini\": 2669}, {\"group\": [2305.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mangosteen, canned, syrup pack\", \"clust\": 2335, \"cat_0_index\": 1684, \"rank\": 405, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 549, \"ini\": 2668}, {\"group\": [1711.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, New England Clam Chowder\", \"clust\": 1738, \"cat_0_index\": 2728, \"rank\": 406, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 624, \"ini\": 2667}, {\"group\": [1871.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, canned, prepared with equal volume water\", \"clust\": 1899, \"cat_0_index\": 2729, \"rank\": 407, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1753, \"ini\": 2666}, {\"group\": [1736.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fiddlehead ferns, frozen, unprepared\", \"clust\": 1756, \"cat_0_index\": 3407, \"rank\": 408, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1255, \"ini\": 2665}, {\"group\": [2279.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, whole wheat hot natural cereal, cooked with water, without salt\", \"clust\": 2308, \"cat_0_index\": 812, \"rank\": 409, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 542, \"ini\": 2664}, {\"group\": [2080.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef broth bouillon and consomme, canned, condensed\", \"clust\": 2111, \"cat_0_index\": 2730, \"rank\": 410, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2255, \"ini\": 2663}, {\"group\": [1886.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, prepared with equal volume water\", \"clust\": 1914, \"cat_0_index\": 2731, \"rank\": 411, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1669, \"ini\": 2662}, {\"group\": [3308.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Wheat germ, crude\", \"clust\": 3344, \"cat_0_index\": 998, \"rank\": 3072, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2935, \"ini\": 2661}, {\"group\": [576.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, water pack, solids and liquids\", \"clust\": 586, \"cat_0_index\": 1685, \"rank\": 412, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1855, \"ini\": 2660}, {\"group\": [3015.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, prepared from recipe, baked\", \"clust\": 3048, \"cat_0_index\": 327, \"rank\": 3071, \"cat-0\": \"Baked Products\", \"rankvar\": 2874, \"ini\": 2659}, {\"group\": [627.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch-flavor drink, powder, without added sodium, prepared with water\", \"clust\": 638, \"cat_0_index\": 647, \"rank\": 413, \"cat-0\": \"Beverages\", \"rankvar\": 1955, \"ini\": 2658}, {\"group\": [623.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy Drink, Monster\", \"clust\": 634, \"cat_0_index\": 648, \"rank\": 414, \"cat-0\": \"Beverages\", \"rankvar\": 1825, \"ini\": 2657}, {\"group\": [1687.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Steak 'N' Potato Soup\", \"clust\": 1704, \"cat_0_index\": 2732, \"rank\": 415, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 969, \"ini\": 2656}, {\"group\": [3850.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, chocolate, dry mix, pudding-type\", \"clust\": 3891, \"cat_0_index\": 328, \"rank\": 3070, \"cat-0\": \"Baked Products\", \"rankvar\": 3071, \"ini\": 2655}, {\"group\": [1708.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Velvety Potato Soup\", \"clust\": 1736, \"cat_0_index\": 2733, \"rank\": 416, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1380, \"ini\": 2654}, {\"group\": [1768.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with egg yolks, junior\", \"clust\": 1798, \"cat_0_index\": 53, \"rank\": 417, \"cat-0\": \"Baby Foods\", \"rankvar\": 1009, \"ini\": 2653}, {\"group\": [3703.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, regular, higher fat, enriched\", \"clust\": 3744, \"cat_0_index\": 329, \"rank\": 3069, \"cat-0\": \"Baked Products\", \"rankvar\": 2847, \"ini\": 2652}, {\"group\": [1677.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken with Vegetables and Pasta Soup, ready-to-serve\", \"clust\": 1707, \"cat_0_index\": 2734, \"rank\": 418, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1270, \"ini\": 2651}, {\"group\": [1769.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, with egg yolks, strained\", \"clust\": 1799, \"cat_0_index\": 54, \"rank\": 419, \"cat-0\": \"Baby Foods\", \"rankvar\": 1026, \"ini\": 2650}, {\"group\": [1167.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, instant, prepared with water, with salt, (wheat)\", \"clust\": 1191, \"cat_0_index\": 813, \"rank\": 420, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 695, \"ini\": 2649}, {\"group\": [3900.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, caramel-coated, without peanuts\", \"clust\": 3945, \"cat_0_index\": 2557, \"rank\": 3068, \"cat-0\": \"Snacks\", \"rankvar\": 3265, \"ini\": 2648}, {\"group\": [1443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, yellow, raw\", \"clust\": 1470, \"cat_0_index\": 3408, \"rank\": 421, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2162, \"ini\": 2647}, {\"group\": [3246.0, 52.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Acerola juice, raw\", \"clust\": 3280, \"cat_0_index\": 1686, \"rank\": 3067, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3884, \"ini\": 2646}, {\"group\": [1560.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, potatoes, toddler\", \"clust\": 1580, \"cat_0_index\": 55, \"rank\": 422, \"cat-0\": \"Baby Foods\", \"rankvar\": 1004, \"ini\": 2645}, {\"group\": [1726.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New zealand spinach, cooked, boiled, drained, with salt\", \"clust\": 1754, \"cat_0_index\": 3409, \"rank\": 423, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2243, \"ini\": 2644}, {\"group\": [1559.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, extra light syrup pack, with skin, solids and liquids\", \"clust\": 1581, \"cat_0_index\": 1687, \"rank\": 424, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1028, \"ini\": 2643}, {\"group\": [1870.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom with beef stock, canned, prepared with equal volume water\", \"clust\": 1898, \"cat_0_index\": 2735, \"rank\": 425, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1660, \"ini\": 2642}, {\"group\": [1770.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken noodle, junior\", \"clust\": 1797, \"cat_0_index\": 56, \"rank\": 426, \"cat-0\": \"Baby Foods\", \"rankvar\": 774, \"ini\": 2641}, {\"group\": [2047.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, condensed, single brand\", \"clust\": 2075, \"cat_0_index\": 2736, \"rank\": 427, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1036, \"ini\": 2640}, {\"group\": [3286.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate flavor, low calorie, instant, dry mix\", \"clust\": 3321, \"cat_0_index\": 3220, \"rank\": 3066, \"cat-0\": \"Sweets\", \"rankvar\": 3295, \"ini\": 2639}, {\"group\": [1136.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Fruit Medley\", \"clust\": 1164, \"cat_0_index\": 649, \"rank\": 428, \"cat-0\": \"Beverages\", \"rankvar\": 2129, \"ini\": 2638}, {\"group\": [773.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, cooked\", \"clust\": 787, \"cat_0_index\": 999, \"rank\": 429, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 81, \"ini\": 2637}, {\"group\": [1137.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Guava Passion Fruit\", \"clust\": 1165, \"cat_0_index\": 650, \"rank\": 430, \"cat-0\": \"Beverages\", \"rankvar\": 2137, \"ini\": 2636}, {\"group\": [1734.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin flowers, raw\", \"clust\": 1761, \"cat_0_index\": 3410, \"rank\": 431, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2264, \"ini\": 2635}, {\"group\": [2042.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, cooking\", \"clust\": 2073, \"cat_0_index\": 651, \"rank\": 432, \"cat-0\": \"Beverages\", \"rankvar\": 1619, \"ini\": 2634}, {\"group\": [1369.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, cooked, boiled, drained, without salt\", \"clust\": 1394, \"cat_0_index\": 3411, \"rank\": 433, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1963, \"ini\": 2633}, {\"group\": [1803.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, raw\", \"clust\": 1831, \"cat_0_index\": 3412, \"rank\": 434, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2029, \"ini\": 2632}, {\"group\": [1756.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Oat Bran, QUAKER, QUAKER/MOTHER'S Oat Bran, prepared with water, salt\", \"clust\": 1784, \"cat_0_index\": 814, \"rank\": 435, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1183, \"ini\": 2631}, {\"group\": [1856.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, prepared with equal volume water\", \"clust\": 1884, \"cat_0_index\": 2737, \"rank\": 436, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1592, \"ini\": 2630}, {\"group\": [332.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, dietetic\", \"clust\": 319, \"cat_0_index\": 3221, \"rank\": 437, \"cat-0\": \"Sweets\", \"rankvar\": 1516, \"ini\": 2629}, {\"group\": [258.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oopah (tunicate), whole animal (Alaska Native)\", \"clust\": 261, \"cat_0_index\": 1256, \"rank\": 438, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 454, \"ini\": 2628}, {\"group\": [1751.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef lasagna, toddler\", \"clust\": 1780, \"cat_0_index\": 57, \"rank\": 439, \"cat-0\": \"Baby Foods\", \"rankvar\": 279, \"ini\": 2627}, {\"group\": [801.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 818, \"cat_0_index\": 1688, \"rank\": 440, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 370, \"ini\": 2626}, {\"group\": [1394.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waxgourd, (chinese preserving melon), raw\", \"clust\": 1418, \"cat_0_index\": 3413, \"rank\": 441, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2380, \"ini\": 2625}, {\"group\": [1138.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Orchard Blend\", \"clust\": 1163, \"cat_0_index\": 652, \"rank\": 442, \"cat-0\": \"Beverages\", \"rankvar\": 2167, \"ini\": 2624}, {\"group\": [1880.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, prepared with equal volume water\", \"clust\": 1909, \"cat_0_index\": 2738, \"rank\": 443, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1475, \"ini\": 2623}, {\"group\": [1176.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, cooked with water, stove-top, without salt\", \"clust\": 1199, \"cat_0_index\": 815, \"rank\": 444, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1090, \"ini\": 2622}, {\"group\": [1799.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, cooked, boiled, drained, or baked, without salt\", \"clust\": 1829, \"cat_0_index\": 3414, \"rank\": 445, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1718, \"ini\": 2621}, {\"group\": [1561.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MALTEX, cooked with water, without salt\", \"clust\": 1589, \"cat_0_index\": 816, \"rank\": 446, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 311, \"ini\": 2620}, {\"group\": [1800.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, cooked, boiled, drained, without salt\", \"clust\": 1830, \"cat_0_index\": 3415, \"rank\": 447, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1734, \"ini\": 2619}, {\"group\": [1532.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, frozen, unsweetened, single strength\", \"clust\": 1563, \"cat_0_index\": 1689, \"rank\": 448, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2088, \"ini\": 2618}, {\"group\": [3654.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, vanilla sandwich with creme filling\", \"clust\": 3697, \"cat_0_index\": 330, \"rank\": 3065, \"cat-0\": \"Baked Products\", \"rankvar\": 3041, \"ini\": 2617}, {\"group\": [1365.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, without salt\", \"clust\": 1390, \"cat_0_index\": 3416, \"rank\": 449, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2025, \"ini\": 2616}, {\"group\": [257.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Octopus (Alaska Native)\", \"clust\": 263, \"cat_0_index\": 1257, \"rank\": 450, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 777, \"ini\": 2615}, {\"group\": [1343.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, squash, junior\", \"clust\": 1370, \"cat_0_index\": 58, \"rank\": 451, \"cat-0\": \"Baby Foods\", \"rankvar\": 1756, \"ini\": 2614}, {\"group\": [1332.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, orange, raw\", \"clust\": 1356, \"cat_0_index\": 3417, \"rank\": 452, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2122, \"ini\": 2613}, {\"group\": [2953.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, sandwich, with cheese filling\", \"clust\": 2986, \"cat_0_index\": 331, \"rank\": 3064, \"cat-0\": \"Baked Products\", \"rankvar\": 2628, \"ini\": 2612}, {\"group\": [1153.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Watermelon, raw\", \"clust\": 1179, \"cat_0_index\": 1690, \"rank\": 453, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1706, \"ini\": 2611}, {\"group\": [1077.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, lite extra firm\", \"clust\": 1097, \"cat_0_index\": 2053, \"rank\": 454, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1293, \"ini\": 2610}, {\"group\": [1872.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, scotch broth, canned, prepared with equal volume water\", \"clust\": 1900, \"cat_0_index\": 2739, \"rank\": 455, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1624, \"ini\": 2609}, {\"group\": [1695.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Rib Roast with Potatoes & Herbs Soup\", \"clust\": 1721, \"cat_0_index\": 2740, \"rank\": 456, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1168, \"ini\": 2608}, {\"group\": [1625.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, 25% Less Sodium Classic Tomato\", \"clust\": 1651, \"cat_0_index\": 2741, \"rank\": 457, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1529, \"ini\": 2607}, {\"group\": [1670.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, BATMAN Fun Shapes Soup, condensed\", \"clust\": 1698, \"cat_0_index\": 2742, \"rank\": 458, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 930, \"ini\": 2606}, {\"group\": [1527.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 1552, \"cat_0_index\": 3418, \"rank\": 459, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2354, \"ini\": 2605}, {\"group\": [1504.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, California\", \"clust\": 1534, \"cat_0_index\": 1691, \"rank\": 460, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1760, \"ini\": 2604}, {\"group\": [1668.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Fajita Chicken with Rice & Beans Soup\", \"clust\": 1695, \"cat_0_index\": 2743, \"rank\": 461, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 681, \"ini\": 2603}, {\"group\": [1796.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, mix vegetables strained\", \"clust\": 1825, \"cat_0_index\": 59, \"rank\": 462, \"cat-0\": \"Baby Foods\", \"rankvar\": 1345, \"ini\": 2602}, {\"group\": [625.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, frozen concentrate, prepared with water\", \"clust\": 639, \"cat_0_index\": 653, \"rank\": 463, \"cat-0\": \"Beverages\", \"rankvar\": 1674, \"ini\": 2601}, {\"group\": [1180.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, irishmoss, raw\", \"clust\": 1202, \"cat_0_index\": 3419, \"rank\": 464, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 591, \"ini\": 2600}, {\"group\": [1139.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Juice Drinks, Mango Peach\", \"clust\": 1162, \"cat_0_index\": 654, \"rank\": 465, \"cat-0\": \"Beverages\", \"rankvar\": 2131, \"ini\": 2599}, {\"group\": [3577.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER 100% Natural Cereal with oats, honey, and raisins\", \"clust\": 3617, \"cat_0_index\": 817, \"rank\": 3063, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2769, \"ini\": 2598}, {\"group\": [1699.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Golden Butternut Squash Soup\", \"clust\": 1725, \"cat_0_index\": 2744, \"rank\": 466, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1556, \"ini\": 2597}, {\"group\": [1533.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lime juice, raw\", \"clust\": 1561, \"cat_0_index\": 1692, \"rank\": 467, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1935, \"ini\": 2596}, {\"group\": [3746.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Fruity CHEERIOS\", \"clust\": 3791, \"cat_0_index\": 818, \"rank\": 3062, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3045, \"ini\": 2595}, {\"group\": [3764.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, Apple ZINGS\", \"clust\": 3806, \"cat_0_index\": 819, \"rank\": 3061, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3246, \"ini\": 2594}, {\"group\": [797.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, extra heavy syrup pack, solids and liquids\", \"clust\": 816, \"cat_0_index\": 1693, \"rank\": 468, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 233, \"ini\": 2593}, {\"group\": [1853.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, prepared with equal volume water\", \"clust\": 1881, \"cat_0_index\": 2745, \"rank\": 469, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1693, \"ini\": 2592}, {\"group\": [622.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, without added nutrients, canned\", \"clust\": 635, \"cat_0_index\": 655, \"rank\": 470, \"cat-0\": \"Beverages\", \"rankvar\": 1690, \"ini\": 2591}, {\"group\": [1685.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Old Fashioned Vegetable Beef Soup, ready-to-serve\", \"clust\": 1714, \"cat_0_index\": 2746, \"rank\": 471, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1330, \"ini\": 2590}, {\"group\": [1424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, canned, all styles, seasoned, solids and liquids\", \"clust\": 1445, \"cat_0_index\": 3420, \"rank\": 472, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2136, \"ini\": 2589}, {\"group\": [1642.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian-Style Wedding Soup\", \"clust\": 1672, \"cat_0_index\": 2747, \"rank\": 473, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1073, \"ini\": 2588}, {\"group\": [1567.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, country bacon (imitation bacon bits), prepared with water\", \"clust\": 1592, \"cat_0_index\": 820, \"rank\": 474, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 503, \"ini\": 2587}, {\"group\": [1801.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 1828, \"cat_0_index\": 3421, \"rank\": 475, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1743, \"ini\": 2586}, {\"group\": [1508.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and pineapple, junior\", \"clust\": 1536, \"cat_0_index\": 60, \"rank\": 476, \"cat-0\": \"Baby Foods\", \"rankvar\": 1695, \"ini\": 2585}, {\"group\": [619.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, Horchata, as served in restaurant\", \"clust\": 625, \"cat_0_index\": 656, \"rank\": 477, \"cat-0\": \"Beverages\", \"rankvar\": 1360, \"ini\": 2584}, {\"group\": [1174.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, cooked with water, without salt\", \"clust\": 1200, \"cat_0_index\": 821, \"rank\": 478, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1058, \"ini\": 2583}, {\"group\": [1897.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, meat or poultry, low sodium, prepared\", \"clust\": 1925, \"cat_0_index\": 2748, \"rank\": 479, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 642, \"ini\": 2582}, {\"group\": [2271.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, RALSTON, cooked with water, without salt\", \"clust\": 2301, \"cat_0_index\": 822, \"rank\": 480, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 910, \"ini\": 2581}, {\"group\": [3923.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, chocolate, prepared-from-recipe\", \"clust\": 3966, \"cat_0_index\": 3222, \"rank\": 3060, \"cat-0\": \"Sweets\", \"rankvar\": 3542, \"ini\": 2580}, {\"group\": [1344.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, squash, strained\", \"clust\": 1371, \"cat_0_index\": 61, \"rank\": 481, \"cat-0\": \"Baby Foods\", \"rankvar\": 1713, \"ini\": 2579}, {\"group\": [754.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crabapples, raw\", \"clust\": 768, \"cat_0_index\": 1694, \"rank\": 482, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 441, \"ini\": 2578}, {\"group\": [1889.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with dumplings, canned, prepared with equal volume water\", \"clust\": 1915, \"cat_0_index\": 2749, \"rank\": 483, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1483, \"ini\": 2577}, {\"group\": [798.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 814, \"cat_0_index\": 1695, \"rank\": 484, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 305, \"ini\": 2576}, {\"group\": [1821.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Blended Vegetable Medley Soup\", \"clust\": 1848, \"cat_0_index\": 2750, \"rank\": 485, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1768, \"ini\": 2575}, {\"group\": [3619.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, M&M's Crispy Chocolate Candies\", \"clust\": 3660, \"cat_0_index\": 3223, \"rank\": 3059, \"cat-0\": \"Sweets\", \"rankvar\": 3421, \"ini\": 2574}, {\"group\": [1170.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, 1 minute cook time, cooked with water, stove-top, without salt\", \"clust\": 1194, \"cat_0_index\": 823, \"rank\": 486, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1189, \"ini\": 2573}, {\"group\": [1512.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1541, \"cat_0_index\": 3422, \"rank\": 487, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2376, \"ini\": 2572}, {\"group\": [1509.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and pineapple, strained\", \"clust\": 1537, \"cat_0_index\": 62, \"rank\": 488, \"cat-0\": \"Baby Foods\", \"rankvar\": 1783, \"ini\": 2571}, {\"group\": [1175.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, assorted brands including CREAM OF WHEAT, quick (1-3 minutes), cooked with water, without salt\", \"clust\": 1201, \"cat_0_index\": 824, \"rank\": 489, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1040, \"ini\": 2570}, {\"group\": [1510.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, boiled, drained, without salt\", \"clust\": 1538, \"cat_0_index\": 3423, \"rank\": 490, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2343, \"ini\": 2569}, {\"group\": [1538.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky beef with country vegetables, ready-to-serve\", \"clust\": 1565, \"cat_0_index\": 2751, \"rank\": 491, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 641, \"ini\": 2568}, {\"group\": [3578.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, 100% Natural Granola Oats and Honey\", \"clust\": 3618, \"cat_0_index\": 825, \"rank\": 3058, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2748, \"ini\": 2567}, {\"group\": [1423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, canned, regular pack, drained solids\", \"clust\": 1446, \"cat_0_index\": 3424, \"rank\": 492, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1939, \"ini\": 2566}, {\"group\": [1709.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Potato Broccoli Cheese Soup\", \"clust\": 1737, \"cat_0_index\": 2752, \"rank\": 493, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1203, \"ini\": 2565}, {\"group\": [1333.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, no salt added, solids and liquids\", \"clust\": 1357, \"cat_0_index\": 3425, \"rank\": 494, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2052, \"ini\": 2564}, {\"group\": [1858.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, hot and sour, Chinese restaurant\", \"clust\": 1886, \"cat_0_index\": 2753, \"rank\": 495, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1420, \"ini\": 2563}, {\"group\": [809.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mouse nuts, seedlings (Alaska Native)\", \"clust\": 826, \"cat_0_index\": 1258, \"rank\": 496, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 45, \"ini\": 2562}, {\"group\": [3467.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, ORCHARD SPICE CEREAL\", \"clust\": 3504, \"cat_0_index\": 826, \"rank\": 3057, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2800, \"ini\": 2561}, {\"group\": [2680.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 2710, \"cat_0_index\": 1328, \"rank\": 3056, \"cat-0\": \"Fast Foods\", \"rankvar\": 2589, \"ini\": 2560}, {\"group\": [1893.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Cream of Mushroom Soup\", \"clust\": 1921, \"cat_0_index\": 2754, \"rank\": 497, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1185, \"ini\": 2559}, {\"group\": [1535.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 60% Vegetable Juice, V8 V-Lite\", \"clust\": 1559, \"cat_0_index\": 3426, \"rank\": 498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2320, \"ini\": 2558}, {\"group\": [1505.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, Florida\", \"clust\": 1535, \"cat_0_index\": 1696, \"rank\": 499, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2001, \"ini\": 2557}, {\"group\": [624.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, chocolate-flavored soda\", \"clust\": 633, \"cat_0_index\": 657, \"rank\": 500, \"cat-0\": \"Beverages\", \"rankvar\": 1780, \"ini\": 2556}, {\"group\": [3758.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, CHOCOLATE LUCKY CHARMS\", \"clust\": 3803, \"cat_0_index\": 827, \"rank\": 3055, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3152, \"ini\": 2555}, {\"group\": [1669.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with White and Wild Rice Soup\", \"clust\": 1696, \"cat_0_index\": 2755, \"rank\": 501, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 659, \"ini\": 2554}, {\"group\": [620.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, AMP\", \"clust\": 636, \"cat_0_index\": 658, \"rank\": 502, \"cat-0\": \"Beverages\", \"rankvar\": 1729, \"ini\": 2553}, {\"group\": [1562.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MALTEX, cooked with water, with salt\", \"clust\": 1590, \"cat_0_index\": 828, \"rank\": 503, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 320, \"ini\": 2552}, {\"group\": [637.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, VAULT, citrus flavor\", \"clust\": 652, \"cat_0_index\": 659, \"rank\": 504, \"cat-0\": \"Beverages\", \"rankvar\": 1796, \"ini\": 2551}, {\"group\": [1671.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DANNY PHANTOM shaped pasta with Chicken in Chicken Broth, condensed\", \"clust\": 1699, \"cat_0_index\": 2756, \"rank\": 505, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 837, \"ini\": 2550}, {\"group\": [3005.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, plain, white corn\", \"clust\": 3034, \"cat_0_index\": 2558, \"rank\": 3054, \"cat-0\": \"Snacks\", \"rankvar\": 2809, \"ini\": 2549}, {\"group\": [1816.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, prepared with equal volume water, commercial\", \"clust\": 1844, \"cat_0_index\": 2757, \"rank\": 506, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1626, \"ini\": 2548}, {\"group\": [1323.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, sweet, raw\", \"clust\": 1350, \"cat_0_index\": 3427, \"rank\": 507, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1600, \"ini\": 2547}, {\"group\": [621.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, FULL THROTTLE\", \"clust\": 637, \"cat_0_index\": 660, \"rank\": 508, \"cat-0\": \"Beverages\", \"rankvar\": 1732, \"ini\": 2546}, {\"group\": [1425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, flowers, cooked, boiled, drained, with salt\", \"clust\": 1449, \"cat_0_index\": 3428, \"rank\": 509, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2115, \"ini\": 2545}, {\"group\": [1752.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef and rice, toddler\", \"clust\": 1781, \"cat_0_index\": 63, \"rank\": 510, \"cat-0\": \"Baby Foods\", \"rankvar\": 234, \"ini\": 2544}, {\"group\": [2841.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 2874, \"cat_0_index\": 1329, \"rank\": 3053, \"cat-0\": \"Fast Foods\", \"rankvar\": 2643, \"ini\": 2543}, {\"group\": [1455.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bean beverage\", \"clust\": 1478, \"cat_0_index\": 2054, \"rank\": 511, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1551, \"ini\": 2542}, {\"group\": [1682.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Herb Roasted Chicken with Potatoes & Garlic Soup\", \"clust\": 1712, \"cat_0_index\": 2758, \"rank\": 512, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1063, \"ini\": 2541}, {\"group\": [1345.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Naranjilla (lulo) pulp, frozen, unsweetened\", \"clust\": 1369, \"cat_0_index\": 1697, \"rank\": 513, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1874, \"ini\": 2540}, {\"group\": [1694.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Chicken & Sausage Gumbo Soup\", \"clust\": 1723, \"cat_0_index\": 2759, \"rank\": 514, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 767, \"ini\": 2539}, {\"group\": [1502.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, California and Arizona\", \"clust\": 1532, \"cat_0_index\": 1698, \"rank\": 515, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1881, \"ini\": 2538}, {\"group\": [1679.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pork Roast with Carrots & Potatoes Soup\", \"clust\": 1709, \"cat_0_index\": 2760, \"rank\": 516, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 838, \"ini\": 2537}, {\"group\": [2041.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, HEINZ Home Style Savory Beef Gravy\", \"clust\": 2069, \"cat_0_index\": 2761, \"rank\": 517, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1659, \"ini\": 2536}, {\"group\": [1684.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Pepper Steak Soup\", \"clust\": 1711, \"cat_0_index\": 2762, \"rank\": 518, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1128, \"ini\": 2535}, {\"group\": [771.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked\", \"clust\": 788, \"cat_0_index\": 1000, \"rank\": 519, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 62, \"ini\": 2534}, {\"group\": [772.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, unenriched, without salt\", \"clust\": 789, \"cat_0_index\": 1001, \"rank\": 520, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 63, \"ini\": 2533}, {\"group\": [3702.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, soft-type\", \"clust\": 3746, \"cat_0_index\": 332, \"rank\": 3052, \"cat-0\": \"Baked Products\", \"rankvar\": 2870, \"ini\": 2532}, {\"group\": [1697.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Savory Vegetable Soup\", \"clust\": 1726, \"cat_0_index\": 2763, \"rank\": 521, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1356, \"ini\": 2531}, {\"group\": [1564.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, no salt added, solids and liquids\", \"clust\": 1587, \"cat_0_index\": 3429, \"rank\": 522, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 401, \"ini\": 2530}, {\"group\": [1150.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, water pack, solids and liquids\", \"clust\": 1176, \"cat_0_index\": 1699, \"rank\": 523, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1679, \"ini\": 2529}, {\"group\": [1804.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, cooked, boiled, drained, without salt\", \"clust\": 1832, \"cat_0_index\": 3430, \"rank\": 524, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2134, \"ini\": 2528}, {\"group\": [1830.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky chicken noodle, canned, ready-to-serve\", \"clust\": 1858, \"cat_0_index\": 2764, \"rank\": 525, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1348, \"ini\": 2527}, {\"group\": [2947.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, white, restructured, baked\", \"clust\": 2979, \"cat_0_index\": 2559, \"rank\": 3051, \"cat-0\": \"Snacks\", \"rankvar\": 2724, \"ini\": 2526}, {\"group\": [2014.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Microwavable Chicken Gravy\", \"clust\": 2046, \"cat_0_index\": 2765, \"rank\": 526, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1386, \"ini\": 2525}, {\"group\": [2303.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, stewed, with added sugar\", \"clust\": 2333, \"cat_0_index\": 1700, \"rank\": 527, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 447, \"ini\": 2524}, {\"group\": [1237.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, sweet, fluid\", \"clust\": 1260, \"cat_0_index\": 1137, \"rank\": 528, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1853, \"ini\": 2523}, {\"group\": [3954.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, instant\", \"clust\": 3996, \"cat_0_index\": 3224, \"rank\": 3050, \"cat-0\": \"Sweets\", \"rankvar\": 3729, \"ini\": 2522}, {\"group\": [1779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey and rice, junior\", \"clust\": 1810, \"cat_0_index\": 64, \"rank\": 529, \"cat-0\": \"Baby Foods\", \"rankvar\": 686, \"ini\": 2521}, {\"group\": [1362.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, butterhead (includes boston and bibb types), raw\", \"clust\": 1384, \"cat_0_index\": 3431, \"rank\": 530, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2150, \"ini\": 2520}, {\"group\": [3670.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie Crust, Cookie-type, Chocolate, Ready Crust\", \"clust\": 3708, \"cat_0_index\": 333, \"rank\": 3049, \"cat-0\": \"Baked Products\", \"rankvar\": 2783, \"ini\": 2519}, {\"group\": [1445.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melon balls, frozen\", \"clust\": 1469, \"cat_0_index\": 1701, \"rank\": 531, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1557, \"ini\": 2518}, {\"group\": [1366.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, unprepared\", \"clust\": 1391, \"cat_0_index\": 3432, \"rank\": 532, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2047, \"ini\": 2517}, {\"group\": [1363.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, packed in tomato juice, no salt added\", \"clust\": 1387, \"cat_0_index\": 3433, \"rank\": 533, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2049, \"ini\": 2516}, {\"group\": [1874.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pepperpot, canned, prepared with equal volume water\", \"clust\": 1904, \"cat_0_index\": 2766, \"rank\": 534, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1384, \"ini\": 2515}, {\"group\": [2299.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with tapioca, strained\", \"clust\": 2327, \"cat_0_index\": 65, \"rank\": 535, \"cat-0\": \"Baby Foods\", \"rankvar\": 953, \"ini\": 2514}, {\"group\": [805.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jackfruit, canned, syrup pack\", \"clust\": 817, \"cat_0_index\": 1702, \"rank\": 536, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 294, \"ini\": 2513}, {\"group\": [1430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), cooked, boiled, drained, with salt\", \"clust\": 1451, \"cat_0_index\": 3434, \"rank\": 537, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1591, \"ini\": 2512}, {\"group\": [851.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro shoots, raw\", \"clust\": 870, \"cat_0_index\": 3435, \"rank\": 538, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2345, \"ini\": 2511}, {\"group\": [1666.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Grilled Chicken and Sausage Gumbo, ready-to-serve\", \"clust\": 1692, \"cat_0_index\": 2767, \"rank\": 539, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 949, \"ini\": 2510}, {\"group\": [1781.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey and rice, strained\", \"clust\": 1809, \"cat_0_index\": 66, \"rank\": 540, \"cat-0\": \"Baby Foods\", \"rankvar\": 846, \"ini\": 2509}, {\"group\": [350.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, wine, dessert, sweet\", \"clust\": 358, \"cat_0_index\": 661, \"rank\": 541, \"cat-0\": \"Beverages\", \"rankvar\": 114, \"ini\": 2508}, {\"group\": [1178.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mush, blue corn with ash (Navajo)\", \"clust\": 1203, \"cat_0_index\": 1259, \"rank\": 542, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1169, \"ini\": 2507}, {\"group\": [1534.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon juice, raw\", \"clust\": 1560, \"cat_0_index\": 1703, \"rank\": 543, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2200, \"ini\": 2506}, {\"group\": [2015.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Chicken Gravy\", \"clust\": 2047, \"cat_0_index\": 2768, \"rank\": 544, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1365, \"ini\": 2505}, {\"group\": [3072.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein concentrate, crude protein basis (N x 6.25), produced by acid wash\", \"clust\": 3105, \"cat_0_index\": 2055, \"rank\": 3048, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3529, \"ini\": 2504}, {\"group\": [787.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 806, \"cat_0_index\": 1704, \"rank\": 545, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 177, \"ini\": 2503}, {\"group\": [1704.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Vegetable Soup\", \"clust\": 1731, \"cat_0_index\": 2769, \"rank\": 546, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1186, \"ini\": 2502}, {\"group\": [1643.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Italian Sausage with Pasta & Pepperoni Soup\", \"clust\": 1673, \"cat_0_index\": 2770, \"rank\": 547, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 657, \"ini\": 2501}, {\"group\": [3425.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Multi-Grain Cheerios\", \"clust\": 3459, \"cat_0_index\": 829, \"rank\": 3047, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2951, \"ini\": 2500}, {\"group\": [788.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, canned, cherry\", \"clust\": 807, \"cat_0_index\": 3225, \"rank\": 548, \"cat-0\": \"Sweets\", \"rankvar\": 201, \"ini\": 2499}, {\"group\": [1675.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Manhattan Clam Chowder\", \"clust\": 1700, \"cat_0_index\": 2771, \"rank\": 549, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1157, \"ini\": 2498}, {\"group\": [1728.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"New Zealand spinach, raw\", \"clust\": 1753, \"cat_0_index\": 3436, \"rank\": 550, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2250, \"ini\": 2497}, {\"group\": [1854.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stockpot, canned, prepared with equal volume water\", \"clust\": 1882, \"cat_0_index\": 2772, \"rank\": 551, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1467, \"ini\": 2496}, {\"group\": [1503.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, pink, raw\", \"clust\": 1533, \"cat_0_index\": 1705, \"rank\": 552, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1929, \"ini\": 2495}, {\"group\": [1683.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Slow Roasted Beef with Mushrooms Soup\", \"clust\": 1713, \"cat_0_index\": 2773, \"rank\": 553, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1021, \"ini\": 2494}, {\"group\": [2500.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, cones, nacho-flavor\", \"clust\": 2527, \"cat_0_index\": 2560, \"rank\": 3046, \"cat-0\": \"Snacks\", \"rankvar\": 3345, \"ini\": 2493}, {\"group\": [1539.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, split pea with ham, chunky, reduced fat, reduced sodium, ready-to-serve, single brand\", \"clust\": 1566, \"cat_0_index\": 2774, \"rank\": 554, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 329, \"ini\": 2492}, {\"group\": [852.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro shoots, cooked, without salt\", \"clust\": 871, \"cat_0_index\": 3437, \"rank\": 555, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2316, \"ini\": 2491}, {\"group\": [3761.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, APPLE CINNAMON CHEERIOS\", \"clust\": 3799, \"cat_0_index\": 830, \"rank\": 3045, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3129, \"ini\": 2490}, {\"group\": [638.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carbonated beverage, cream soda\", \"clust\": 653, \"cat_0_index\": 662, \"rank\": 556, \"cat-0\": \"Beverages\", \"rankvar\": 1829, \"ini\": 2489}, {\"group\": [2045.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with star-shaped pasta, canned, condensed, single brand\", \"clust\": 2076, \"cat_0_index\": 2775, \"rank\": 557, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1439, \"ini\": 2488}, {\"group\": [2269.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, no salt\", \"clust\": 2299, \"cat_0_index\": 831, \"rank\": 558, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 595, \"ini\": 2487}, {\"group\": [1680.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef with Country Vegetables Soup\", \"clust\": 1710, \"cat_0_index\": 2776, \"rank\": 559, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 799, \"ini\": 2486}, {\"group\": [1817.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1842, \"cat_0_index\": 3438, \"rank\": 560, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1927, \"ini\": 2485}, {\"group\": [3755.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FROSTED CHEERIOS\", \"clust\": 3798, \"cat_0_index\": 832, \"rank\": 3044, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3038, \"ini\": 2484}, {\"group\": [1705.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, HEALTHY CHOICE Garden Vegetable Soup, canned\", \"clust\": 1732, \"cat_0_index\": 2777, \"rank\": 561, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1069, \"ini\": 2483}, {\"group\": [1771.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef noodle, junior\", \"clust\": 1796, \"cat_0_index\": 67, \"rank\": 562, \"cat-0\": \"Baby Foods\", \"rankvar\": 782, \"ini\": 2482}, {\"group\": [1324.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, no salt added, solids and liquids\", \"clust\": 1351, \"cat_0_index\": 3439, \"rank\": 563, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1675, \"ini\": 2481}, {\"group\": [1361.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, green leaf, raw\", \"clust\": 1386, \"cat_0_index\": 3440, \"rank\": 564, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2094, \"ini\": 2480}, {\"group\": [2951.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, taco-flavor\", \"clust\": 2984, \"cat_0_index\": 2561, \"rank\": 3043, \"cat-0\": \"Snacks\", \"rankvar\": 2730, \"ini\": 2479}, {\"group\": [1672.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Curly Noodle Soup, condensed\", \"clust\": 1697, \"cat_0_index\": 2778, \"rank\": 565, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 710, \"ini\": 2478}, {\"group\": [3009.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, acorn flour, full fat\", \"clust\": 3041, \"cat_0_index\": 2280, \"rank\": 3042, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2927, \"ini\": 2477}, {\"group\": [1780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and chicken, junior\", \"clust\": 1811, \"cat_0_index\": 68, \"rank\": 566, \"cat-0\": \"Baby Foods\", \"rankvar\": 839, \"ini\": 2476}, {\"group\": [2960.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, crackers, vegetable\", \"clust\": 2980, \"cat_0_index\": 69, \"rank\": 3041, \"cat-0\": \"Baby Foods\", \"rankvar\": 2757, \"ini\": 2475}, {\"group\": [3324.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, ginger, ground\", \"clust\": 3357, \"cat_0_index\": 3104, \"rank\": 3040, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3252, \"ini\": 2474}, {\"group\": [2497.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, plain, chocolate-coated or frosted\", \"clust\": 2524, \"cat_0_index\": 334, \"rank\": 3039, \"cat-0\": \"Baked Products\", \"rankvar\": 2660, \"ini\": 2473}, {\"group\": [2016.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Country Style Cream Gravy\", \"clust\": 2045, \"cat_0_index\": 2779, \"rank\": 567, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 860, \"ini\": 2472}, {\"group\": [1681.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Sirloin Burger with Country Vegetables Soup, ready-to-serve\", \"clust\": 1708, \"cat_0_index\": 2780, \"rank\": 568, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 719, \"ini\": 2471}, {\"group\": [1851.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, prepared with equal volume water\", \"clust\": 1880, \"cat_0_index\": 2781, \"rank\": 569, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1456, \"ini\": 2470}, {\"group\": [1173.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, farina, enriched, cooked with water, with salt\", \"clust\": 1197, \"cat_0_index\": 833, \"rank\": 570, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1081, \"ini\": 2469}, {\"group\": [1279.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Clam and tomato juice, canned\", \"clust\": 1303, \"cat_0_index\": 663, \"rank\": 571, \"cat-0\": \"Beverages\", \"rankvar\": 1267, \"ini\": 2468}, {\"group\": [599.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, canned or bottled, unsweetened, without added ascorbic acid\", \"clust\": 613, \"cat_0_index\": 1706, \"rank\": 572, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1510, \"ini\": 2467}, {\"group\": [1774.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and lamb, junior\", \"clust\": 1803, \"cat_0_index\": 70, \"rank\": 573, \"cat-0\": \"Baby Foods\", \"rankvar\": 915, \"ini\": 2466}, {\"group\": [1628.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Italian Tomato & Basil Soup\", \"clust\": 1656, \"cat_0_index\": 2782, \"rank\": 574, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1577, \"ini\": 2465}, {\"group\": [1357.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, no salt added, solids and liquids\", \"clust\": 1382, \"cat_0_index\": 3441, \"rank\": 575, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1904, \"ini\": 2464}, {\"group\": [594.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, cherry vanilla pudding, strained\", \"clust\": 605, \"cat_0_index\": 71, \"rank\": 576, \"cat-0\": \"Baby Foods\", \"rankvar\": 820, \"ini\": 2463}, {\"group\": [1686.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Vegetable Beef Soup\", \"clust\": 1715, \"cat_0_index\": 2783, \"rank\": 577, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 997, \"ini\": 2462}, {\"group\": [2504.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, semisweet chocolate, made with butter\", \"clust\": 2530, \"cat_0_index\": 3226, \"rank\": 3038, \"cat-0\": \"Sweets\", \"rankvar\": 2999, \"ini\": 2461}, {\"group\": [640.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Energy drink, ROCKSTAR\", \"clust\": 650, \"cat_0_index\": 664, \"rank\": 578, \"cat-0\": \"Beverages\", \"rankvar\": 1722, \"ini\": 2460}, {\"group\": [1140.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Strawberry Banana\", \"clust\": 1167, \"cat_0_index\": 665, \"rank\": 579, \"cat-0\": \"Beverages\", \"rankvar\": 1565, \"ini\": 2459}, {\"group\": [248.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, raw, frozen\", \"clust\": 253, \"cat_0_index\": 1138, \"rank\": 580, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1000, \"ini\": 2458}, {\"group\": [1358.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, no salt added, drained solids\", \"clust\": 1383, \"cat_0_index\": 3442, \"rank\": 581, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1854, \"ini\": 2457}, {\"group\": [259.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cockles, raw (Alaska Native)\", \"clust\": 260, \"cat_0_index\": 1260, \"rank\": 582, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 363, \"ini\": 2456}, {\"group\": [1887.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, prepared with equal volume water\", \"clust\": 1916, \"cat_0_index\": 2784, \"rank\": 583, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1415, \"ini\": 2455}, {\"group\": [2067.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Won Ton Soup, condensed\", \"clust\": 2098, \"cat_0_index\": 2785, \"rank\": 584, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1586, \"ini\": 2454}, {\"group\": [1141.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Peach Mango\", \"clust\": 1168, \"cat_0_index\": 666, \"rank\": 585, \"cat-0\": \"Beverages\", \"rankvar\": 1621, \"ini\": 2453}, {\"group\": [3230.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, provolone, reduced fat\", \"clust\": 3265, \"cat_0_index\": 1139, \"rank\": 3037, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2898, \"ini\": 2452}, {\"group\": [2082.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ascidians (tunughnak) (Alaska Native)\", \"clust\": 2110, \"cat_0_index\": 1261, \"rank\": 586, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1908, \"ini\": 2451}, {\"group\": [3720.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, chocolate, sugared or glazed\", \"clust\": 3751, \"cat_0_index\": 335, \"rank\": 3036, \"cat-0\": \"Baked Products\", \"rankvar\": 2646, \"ini\": 2450}, {\"group\": [2374.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yellow pond lily, Wocas, tuber, cooked (Pacific Northwest Indians)\", \"clust\": 2402, \"cat_0_index\": 1262, \"rank\": 587, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1682, \"ini\": 2449}, {\"group\": [3674.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, nut (includes almond, raisin nut, cinnamon nut)\", \"clust\": 3715, \"cat_0_index\": 336, \"rank\": 3035, \"cat-0\": \"Baked Products\", \"rankvar\": 2587, \"ini\": 2448}, {\"group\": [1797.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, mix vegetables junior\", \"clust\": 1826, \"cat_0_index\": 72, \"rank\": 588, \"cat-0\": \"Baby Foods\", \"rankvar\": 1316, \"ini\": 2447}, {\"group\": [1568.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, cheddar cheese flavor, prepared with water\", \"clust\": 1591, \"cat_0_index\": 834, \"rank\": 589, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 511, \"ini\": 2446}, {\"group\": [1772.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, junior\", \"clust\": 1800, \"cat_0_index\": 73, \"rank\": 590, \"cat-0\": \"Baby Foods\", \"rankvar\": 906, \"ini\": 2445}, {\"group\": [1664.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Salisbury Steak with Mushrooms & Onions Soup\", \"clust\": 1693, \"cat_0_index\": 2786, \"rank\": 591, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 711, \"ini\": 2444}, {\"group\": [639.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Limeade, frozen concentrate, prepared with water\", \"clust\": 651, \"cat_0_index\": 667, \"rank\": 592, \"cat-0\": \"Beverages\", \"rankvar\": 1766, \"ini\": 2443}, {\"group\": [1307.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato juice, canned, without salt added\", \"clust\": 1332, \"cat_0_index\": 3443, \"rank\": 593, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2104, \"ini\": 2442}, {\"group\": [765.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, homemade, made without egg, cooked\", \"clust\": 781, \"cat_0_index\": 1002, \"rank\": 594, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 36, \"ini\": 2441}, {\"group\": [1513.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, cooked, steamed, with salt\", \"clust\": 1542, \"cat_0_index\": 3444, \"rank\": 595, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2251, \"ini\": 2440}, {\"group\": [1364.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, cooked, boiled, drained, without salt\", \"clust\": 1388, \"cat_0_index\": 3445, \"rank\": 596, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1988, \"ini\": 2439}, {\"group\": [1084.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, moose (Alaska Native)\", \"clust\": 1094, \"cat_0_index\": 1263, \"rank\": 597, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 570, \"ini\": 2438}, {\"group\": [1290.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, italian style, canned\", \"clust\": 1317, \"cat_0_index\": 3446, \"rank\": 598, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1728, \"ini\": 2437}, {\"group\": [1588.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit pudding, orange, strained\", \"clust\": 1613, \"cat_0_index\": 74, \"rank\": 599, \"cat-0\": \"Baby Foods\", \"rankvar\": 360, \"ini\": 2436}, {\"group\": [2272.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, WHEATENA, cooked with water\", \"clust\": 2302, \"cat_0_index\": 835, \"rank\": 600, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 882, \"ini\": 2435}, {\"group\": [1171.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, cooked with water, microwaved, without salt\", \"clust\": 1195, \"cat_0_index\": 836, \"rank\": 601, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1284, \"ini\": 2434}, {\"group\": [1367.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, cooked, boiled, drained, without salt\", \"clust\": 1389, \"cat_0_index\": 3447, \"rank\": 602, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1957, \"ini\": 2433}, {\"group\": [2304.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup pack, without skin, solids and liquids\", \"clust\": 2334, \"cat_0_index\": 1707, \"rank\": 603, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 361, \"ini\": 2432}, {\"group\": [2270.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, QUAKER MultiGrain Oatmeal, prepared with water, salt\", \"clust\": 2300, \"cat_0_index\": 837, \"rank\": 604, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 588, \"ini\": 2431}, {\"group\": [3468.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, Mountain Medley Cereal\", \"clust\": 3505, \"cat_0_index\": 838, \"rank\": 3034, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2818, \"ini\": 2430}, {\"group\": [774.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, japanese, somen, cooked\", \"clust\": 783, \"cat_0_index\": 1003, \"rank\": 605, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 43, \"ini\": 2429}, {\"group\": [3779.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, KELLOGG'S, NUTRI-GRAIN Cereal Bars, fruit\", \"clust\": 3821, \"cat_0_index\": 2562, \"rank\": 3033, \"cat-0\": \"Snacks\", \"rankvar\": 2907, \"ini\": 2428}, {\"group\": [2073.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, shark fin, restaurant-prepared\", \"clust\": 2103, \"cat_0_index\": 2787, \"rank\": 606, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1391, \"ini\": 2427}, {\"group\": [1775.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and lamb, strained\", \"clust\": 1804, \"cat_0_index\": 75, \"rank\": 607, \"cat-0\": \"Baby Foods\", \"rankvar\": 902, \"ini\": 2426}, {\"group\": [262.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, herring eggs, Pacific, plain (Alaska Native)\", \"clust\": 259, \"cat_0_index\": 1264, \"rank\": 608, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 296, \"ini\": 2425}, {\"group\": [1395.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alfalfa seeds, sprouted, raw\", \"clust\": 1419, \"cat_0_index\": 3448, \"rank\": 609, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1724, \"ini\": 2424}, {\"group\": [1710.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Cream of Broccoli Soup\", \"clust\": 1733, \"cat_0_index\": 2788, \"rank\": 610, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1582, \"ini\": 2423}, {\"group\": [2268.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, whole wheat hot natural cereal, cooked with water, with salt\", \"clust\": 2295, \"cat_0_index\": 839, \"rank\": 611, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 583, \"ini\": 2422}, {\"group\": [2266.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, RALSTON, cooked with water, with salt\", \"clust\": 2296, \"cat_0_index\": 840, \"rank\": 612, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 959, \"ini\": 2421}, {\"group\": [763.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, fresh-refrigerated, plain, cooked\", \"clust\": 779, \"cat_0_index\": 1004, \"rank\": 613, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 24, \"ini\": 2420}, {\"group\": [1792.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, carrots, toddler\", \"clust\": 1820, \"cat_0_index\": 76, \"rank\": 614, \"cat-0\": \"Baby Foods\", \"rankvar\": 1965, \"ini\": 2419}, {\"group\": [3069.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate\", \"clust\": 3102, \"cat_0_index\": 2056, \"rank\": 3032, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3709, \"ini\": 2418}, {\"group\": [1447.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, cooked, boiled, drained, without salt\", \"clust\": 1473, \"cat_0_index\": 3449, \"rank\": 615, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1425, \"ini\": 2417}, {\"group\": [1700.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Vegetable with Pasta Soup\", \"clust\": 1724, \"cat_0_index\": 2789, \"rank\": 616, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1175, \"ini\": 2416}, {\"group\": [3936.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade, powder\", \"clust\": 3979, \"cat_0_index\": 668, \"rank\": 3031, \"cat-0\": \"Beverages\", \"rankvar\": 3732, \"ini\": 2415}, {\"group\": [1783.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and tomato and beef, junior\", \"clust\": 1807, \"cat_0_index\": 77, \"rank\": 617, \"cat-0\": \"Baby Foods\", \"rankvar\": 669, \"ini\": 2414}, {\"group\": [1735.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, welsh, raw\", \"clust\": 1760, \"cat_0_index\": 3450, \"rank\": 618, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1673, \"ini\": 2413}, {\"group\": [3956.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant\", \"clust\": 3998, \"cat_0_index\": 3227, \"rank\": 3030, \"cat-0\": \"Sweets\", \"rankvar\": 3547, \"ini\": 2412}, {\"group\": [1386.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, frozen, cooked, boiled, drained, with salt\", \"clust\": 1410, \"cat_0_index\": 3451, \"rank\": 619, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2090, \"ini\": 2411}, {\"group\": [3847.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, chocolate, creamy, ready-to-eat\", \"clust\": 3885, \"cat_0_index\": 3228, \"rank\": 3029, \"cat-0\": \"Sweets\", \"rankvar\": 3232, \"ini\": 2410}, {\"group\": [1427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, cooked, boiled, drained, with salt\", \"clust\": 1453, \"cat_0_index\": 3452, \"rank\": 620, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1841, \"ini\": 2409}, {\"group\": [775.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mashu roots, raw (Alaska Native)\", \"clust\": 777, \"cat_0_index\": 1265, \"rank\": 621, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 20, \"ini\": 2408}, {\"group\": [374.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, consomme with gelatin, dry, mix, prepared with water\", \"clust\": 387, \"cat_0_index\": 2790, \"rank\": 622, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2540, \"ini\": 2407}, {\"group\": [1151.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, water pack, solids and liquids (includes USDA commodity red tart cherries, canned)\", \"clust\": 1177, \"cat_0_index\": 1708, \"rank\": 623, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1550, \"ini\": 2406}, {\"group\": [3033.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, bunuelos (fried yeast bread)\", \"clust\": 3047, \"cat_0_index\": 2396, \"rank\": 3028, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 2569, \"ini\": 2405}, {\"group\": [2078.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, crab, canned, ready-to-serve\", \"clust\": 2108, \"cat_0_index\": 2791, \"rank\": 624, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1671, \"ini\": 2404}, {\"group\": [2505.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, coated, milk chocolate coating, peanut butter\", \"clust\": 2529, \"cat_0_index\": 2563, \"rank\": 3027, \"cat-0\": \"Snacks\", \"rankvar\": 2833, \"ini\": 2403}, {\"group\": [1978.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, microwavable, ready-to-serve, single brand\", \"clust\": 2007, \"cat_0_index\": 2792, \"rank\": 625, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1197, \"ini\": 2402}, {\"group\": [3740.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, apples and cinnamon, dry\", \"clust\": 3782, \"cat_0_index\": 841, \"rank\": 3026, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2957, \"ini\": 2401}, {\"group\": [2079.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, ready-to-serve, pepper, TABASCO\", \"clust\": 2109, \"cat_0_index\": 2793, \"rank\": 626, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2295, \"ini\": 2400}, {\"group\": [641.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract, imitation, no alcohol\", \"clust\": 654, \"cat_0_index\": 3105, \"rank\": 627, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1840, \"ini\": 2399}, {\"group\": [1429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1452, \"cat_0_index\": 3453, \"rank\": 628, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1835, \"ini\": 2398}, {\"group\": [1894.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, low sodium, ready-to-serve, canned\", \"clust\": 1922, \"cat_0_index\": 2794, \"rank\": 629, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1332, \"ini\": 2397}, {\"group\": [1235.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whey, acid, fluid\", \"clust\": 1258, \"cat_0_index\": 1140, \"rank\": 630, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2045, \"ini\": 2396}, {\"group\": [3477.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI HEART TO HEART, Honey Toasted Oat\", \"clust\": 3514, \"cat_0_index\": 842, \"rank\": 3025, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3074, \"ini\": 2395}, {\"group\": [1381.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, cooked, boiled, drained, with salt\", \"clust\": 1406, \"cat_0_index\": 3454, \"rank\": 631, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2009, \"ini\": 2394}, {\"group\": [585.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, unsweetened, without added ascorbic acid (includes USDA commodity)\", \"clust\": 597, \"cat_0_index\": 1709, \"rank\": 632, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1541, \"ini\": 2393}, {\"group\": [2024.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON, Chicken A La King\", \"clust\": 2054, \"cat_0_index\": 2157, \"rank\": 633, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 368, \"ini\": 2392}, {\"group\": [626.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice drink\", \"clust\": 640, \"cat_0_index\": 669, \"rank\": 634, \"cat-0\": \"Beverages\", \"rankvar\": 1444, \"ini\": 2391}, {\"group\": [1346.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, with aspartame, powder, prepared with water\", \"clust\": 1368, \"cat_0_index\": 670, \"rank\": 635, \"cat-0\": \"Beverages\", \"rankvar\": 1666, \"ini\": 2390}, {\"group\": [1451.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 1475, \"cat_0_index\": 3455, \"rank\": 636, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 895, \"ini\": 2389}, {\"group\": [2039.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Gumbo Soup, condensed\", \"clust\": 2070, \"cat_0_index\": 2795, \"rank\": 637, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1436, \"ini\": 2388}, {\"group\": [1812.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, strained\", \"clust\": 1836, \"cat_0_index\": 78, \"rank\": 638, \"cat-0\": \"Baby Foods\", \"rankvar\": 1034, \"ini\": 2387}, {\"group\": [260.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, devilfish, meat (Alaska Native)\", \"clust\": 264, \"cat_0_index\": 1266, \"rank\": 639, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 345, \"ini\": 2386}, {\"group\": [1388.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, packed in tomato juice\", \"clust\": 1413, \"cat_0_index\": 3456, \"rank\": 640, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2057, \"ini\": 2385}, {\"group\": [1264.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Unsweetened, soymilk\", \"clust\": 1289, \"cat_0_index\": 2057, \"rank\": 641, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1848, \"ini\": 2384}, {\"group\": [3704.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 3743, \"cat_0_index\": 1330, \"rank\": 3024, \"cat-0\": \"Fast Foods\", \"rankvar\": 2881, \"ini\": 2383}, {\"group\": [3478.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI Heart to Heart Warm Cinnamon\", \"clust\": 3515, \"cat_0_index\": 843, \"rank\": 3023, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3096, \"ini\": 2382}, {\"group\": [1665.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, Italian Sausage Pasta & Pepperoni Soup\", \"clust\": 1694, \"cat_0_index\": 2796, \"rank\": 642, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 998, \"ini\": 2381}, {\"group\": [1428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, spaghetti, cooked, boiled, drained, or baked, with salt\", \"clust\": 1454, \"cat_0_index\": 3457, \"rank\": 643, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1794, \"ini\": 2380}, {\"group\": [1511.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, Florida\", \"clust\": 1539, \"cat_0_index\": 1710, \"rank\": 644, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2073, \"ini\": 2379}, {\"group\": [2628.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, skin only, cooked, roasted\", \"clust\": 2658, \"cat_0_index\": 2338, \"rank\": 3022, \"cat-0\": \"Poultry Products\", \"rankvar\": 2710, \"ini\": 2378}, {\"group\": [3579.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bites, mixed flavors\", \"clust\": 3619, \"cat_0_index\": 2564, \"rank\": 3021, \"cat-0\": \"Snacks\", \"rankvar\": 2747, \"ini\": 2377}, {\"group\": [1330.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, regular pack, solids and liquids\", \"clust\": 1353, \"cat_0_index\": 3458, \"rank\": 645, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2111, \"ini\": 2376}, {\"group\": [2259.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, cooked, boiled, drained, without salt\", \"clust\": 2288, \"cat_0_index\": 3459, \"rank\": 646, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1524, \"ini\": 2375}, {\"group\": [3907.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, vanilla, creamy, ready-to-eat\", \"clust\": 3951, \"cat_0_index\": 3229, \"rank\": 3020, \"cat-0\": \"Sweets\", \"rankvar\": 3414, \"ini\": 2374}, {\"group\": [794.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, extra heavy syrup pack, without skin, solids and liquids\", \"clust\": 812, \"cat_0_index\": 1711, \"rank\": 647, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 271, \"ini\": 2373}, {\"group\": [1252.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Light Vanilla Soymilk\", \"clust\": 1280, \"cat_0_index\": 2058, \"rank\": 648, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1912, \"ini\": 2372}, {\"group\": [3265.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, brown, dry\", \"clust\": 3301, \"cat_0_index\": 2797, \"rank\": 3019, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3430, \"ini\": 2371}, {\"group\": [1793.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, green beans, strained\", \"clust\": 1821, \"cat_0_index\": 79, \"rank\": 649, \"cat-0\": \"Baby Foods\", \"rankvar\": 1721, \"ini\": 2370}, {\"group\": [1784.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken soup, strained\", \"clust\": 1791, \"cat_0_index\": 80, \"rank\": 650, \"cat-0\": \"Baby Foods\", \"rankvar\": 1137, \"ini\": 2369}, {\"group\": [2001.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, fat-free, tub\", \"clust\": 2028, \"cat_0_index\": 1524, \"rank\": 651, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1834, \"ini\": 2368}, {\"group\": [2372.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, cooked, boiled, drained, without salt\", \"clust\": 2403, \"cat_0_index\": 3460, \"rank\": 652, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2083, \"ini\": 2367}, {\"group\": [1259.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (all flavors), nonfat, with added calcium, vitamins A and D\", \"clust\": 1283, \"cat_0_index\": 2059, \"rank\": 653, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1858, \"ini\": 2366}, {\"group\": [1152.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, water pack, solids and liquids\", \"clust\": 1175, \"cat_0_index\": 1712, \"rank\": 654, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1716, \"ini\": 2365}, {\"group\": [1514.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 1540, \"cat_0_index\": 3461, \"rank\": 655, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2374, \"ini\": 2364}, {\"group\": [1308.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked\", \"clust\": 1333, \"cat_0_index\": 3462, \"rank\": 656, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2157, \"ini\": 2363}, {\"group\": [1453.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, raw\", \"clust\": 1479, \"cat_0_index\": 3463, \"rank\": 657, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1337, \"ini\": 2362}, {\"group\": [3456.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER CRUNCHY BRAN\", \"clust\": 3488, \"cat_0_index\": 844, \"rank\": 3018, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3331, \"ini\": 2361}, {\"group\": [577.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, canned, thompson seedless, water pack, solids and liquids\", \"clust\": 590, \"cat_0_index\": 1713, \"rank\": 658, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1559, \"ini\": 2360}, {\"group\": [764.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, fresh-refrigerated, spinach, cooked\", \"clust\": 780, \"cat_0_index\": 1005, \"rank\": 659, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 23, \"ini\": 2359}, {\"group\": [419.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sourdock, young leaves (Alaska Native)\", \"clust\": 420, \"cat_0_index\": 1267, \"rank\": 660, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2370, \"ini\": 2358}, {\"group\": [1168.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, plain, prepared (microwaved or boiling water added), without salt\", \"clust\": 1192, \"cat_0_index\": 845, \"rank\": 661, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 485, \"ini\": 2357}, {\"group\": [2274.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, corn, creamed, junior\", \"clust\": 2303, \"cat_0_index\": 81, \"rank\": 662, \"cat-0\": \"Baby Foods\", \"rankvar\": 512, \"ini\": 2356}, {\"group\": [1506.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and banana\", \"clust\": 1531, \"cat_0_index\": 82, \"rank\": 663, \"cat-0\": \"Baby Foods\", \"rankvar\": 1490, \"ini\": 2355}, {\"group\": [2040.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Dumplings Soup, condensed\", \"clust\": 2071, \"cat_0_index\": 2798, \"rank\": 664, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1182, \"ini\": 2354}, {\"group\": [2257.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waterchestnuts, chinese, canned, solids and liquids\", \"clust\": 2286, \"cat_0_index\": 3464, \"rank\": 665, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1142, \"ini\": 2353}, {\"group\": [2046.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef with vegetables and barley, canned, condensed, single brand\", \"clust\": 2077, \"cat_0_index\": 2799, \"rank\": 666, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1003, \"ini\": 2352}, {\"group\": [1773.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and ham, junior\", \"clust\": 1801, \"cat_0_index\": 83, \"rank\": 667, \"cat-0\": \"Baby Foods\", \"rankvar\": 680, \"ini\": 2351}, {\"group\": [776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, parboiled, enriched, cooked\", \"clust\": 792, \"cat_0_index\": 1006, \"rank\": 668, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 58, \"ini\": 2350}, {\"group\": [776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, parboiled, unenriched, cooked\", \"clust\": 793, \"cat_0_index\": 1007, \"rank\": 669, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 59, \"ini\": 2349}, {\"group\": [1444.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radicchio, raw\", \"clust\": 1471, \"cat_0_index\": 3465, \"rank\": 670, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1949, \"ini\": 2348}, {\"group\": [2273.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oat bran, cooked\", \"clust\": 2298, \"cat_0_index\": 1008, \"rank\": 671, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 726, \"ini\": 2347}, {\"group\": [853.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, cooked, boiled, drained, without salt\", \"clust\": 869, \"cat_0_index\": 3466, \"rank\": 672, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2450, \"ini\": 2346}, {\"group\": [2065.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beefy Mushroom Soup, condensed\", \"clust\": 2096, \"cat_0_index\": 2800, \"rank\": 673, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1534, \"ini\": 2345}, {\"group\": [1165.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (All flavors), lowfat, with added calcium, vitamins A and D\", \"clust\": 1189, \"cat_0_index\": 2060, \"rank\": 674, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1383, \"ini\": 2344}, {\"group\": [2948.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, regular\", \"clust\": 2981, \"cat_0_index\": 337, \"rank\": 3017, \"cat-0\": \"Baked Products\", \"rankvar\": 2697, \"ini\": 2343}, {\"group\": [1673.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Honey Roasted Ham with Potatoes Soup\", \"clust\": 1701, \"cat_0_index\": 2801, \"rank\": 675, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 824, \"ini\": 2342}, {\"group\": [2276.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), without salt\", \"clust\": 2305, \"cat_0_index\": 846, \"rank\": 676, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 446, \"ini\": 2341}, {\"group\": [601.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, frozen concentrate, unsweetened, diluted with 3 volume water without added ascorbic acid\", \"clust\": 612, \"cat_0_index\": 1714, \"rank\": 677, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1578, \"ini\": 2340}, {\"group\": [1154.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberry juice, canned\", \"clust\": 1180, \"cat_0_index\": 1715, \"rank\": 678, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1726, \"ini\": 2339}, {\"group\": [2275.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, corn, creamed, strained\", \"clust\": 2304, \"cat_0_index\": 84, \"rank\": 679, \"cat-0\": \"Baby Foods\", \"rankvar\": 676, \"ini\": 2338}, {\"group\": [1376.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, cooked, boiled, drained, without salt\", \"clust\": 1402, \"cat_0_index\": 3467, \"rank\": 680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2186, \"ini\": 2337}, {\"group\": [1142.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 SPLASH Smoothies, Tropical Colada\", \"clust\": 1166, \"cat_0_index\": 671, \"rank\": 681, \"cat-0\": \"Beverages\", \"rankvar\": 1528, \"ini\": 2336}, {\"group\": [1350.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut water (liquid from coconuts)\", \"clust\": 1372, \"cat_0_index\": 2281, \"rank\": 682, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 2086, \"ini\": 2335}, {\"group\": [2295.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, cream style, no salt added\", \"clust\": 2324, \"cat_0_index\": 3468, \"rank\": 683, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 297, \"ini\": 2334}, {\"group\": [1449.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, raw\", \"clust\": 1476, \"cat_0_index\": 3469, \"rank\": 684, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1225, \"ini\": 2333}, {\"group\": [1377.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, raw, year round average\", \"clust\": 1401, \"cat_0_index\": 3470, \"rank\": 685, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2100, \"ini\": 2332}, {\"group\": [1481.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Loquats, raw\", \"clust\": 1509, \"cat_0_index\": 1716, \"rank\": 686, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1210, \"ini\": 2331}, {\"group\": [1637.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Split Pea with Roasted Ham Soup\", \"clust\": 1662, \"cat_0_index\": 2802, \"rank\": 687, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 536, \"ini\": 2330}, {\"group\": [2204.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, green beans, junior\", \"clust\": 2230, \"cat_0_index\": 85, \"rank\": 688, \"cat-0\": \"Baby Foods\", \"rankvar\": 1896, \"ini\": 2329}, {\"group\": [330.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, steamed, Chinese restaurant\", \"clust\": 332, \"cat_0_index\": 1009, \"rank\": 689, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 65, \"ini\": 2328}, {\"group\": [1635.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Beef Barley Soup\", \"clust\": 1663, \"cat_0_index\": 2803, \"rank\": 690, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 509, \"ini\": 2327}, {\"group\": [783.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Couscous, cooked\", \"clust\": 802, \"cat_0_index\": 1010, \"rank\": 691, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 69, \"ini\": 2326}, {\"group\": [3327.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, saffron\", \"clust\": 3361, \"cat_0_index\": 3106, \"rank\": 3016, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3196, \"ini\": 2325}, {\"group\": [2992.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tostada shells, corn\", \"clust\": 3024, \"cat_0_index\": 338, \"rank\": 3015, \"cat-0\": \"Baked Products\", \"rankvar\": 2709, \"ini\": 2324}, {\"group\": [1083.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, fish, homemade (Alaska Native)\", \"clust\": 1095, \"cat_0_index\": 1268, \"rank\": 692, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 333, \"ini\": 2323}, {\"group\": [3658.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, prepared from recipe, made with margarine\", \"clust\": 3699, \"cat_0_index\": 339, \"rank\": 3014, \"cat-0\": \"Baked Products\", \"rankvar\": 2693, \"ini\": 2322}, {\"group\": [790.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Poi\", \"clust\": 804, \"cat_0_index\": 3471, \"rank\": 693, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 203, \"ini\": 2321}, {\"group\": [1314.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, water pack, with skin, solids and liquids\", \"clust\": 1339, \"cat_0_index\": 1717, \"rank\": 694, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1803, \"ini\": 2320}, {\"group\": [1426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, canned, solids and liquids\", \"clust\": 1450, \"cat_0_index\": 3472, \"rank\": 695, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2087, \"ini\": 2319}, {\"group\": [767.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, spinach, cooked\", \"clust\": 778, \"cat_0_index\": 1011, \"rank\": 696, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 30, \"ini\": 2318}, {\"group\": [671.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple-cranberry juice\", \"clust\": 686, \"cat_0_index\": 86, \"rank\": 697, \"cat-0\": \"Baby Foods\", \"rankvar\": 1687, \"ini\": 2317}, {\"group\": [1254.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Plain, soymilk\", \"clust\": 1287, \"cat_0_index\": 2061, \"rank\": 698, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1859, \"ini\": 2316}, {\"group\": [1446.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, raw\", \"clust\": 1468, \"cat_0_index\": 3473, \"rank\": 699, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1880, \"ini\": 2315}, {\"group\": [3580.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Breakfast bars, oats, sugar, raisins, coconut (include granola bar)\", \"clust\": 3620, \"cat_0_index\": 2565, \"rank\": 3013, \"cat-0\": \"Snacks\", \"rankvar\": 2766, \"ini\": 2314}, {\"group\": [1629.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Tomato Soup\", \"clust\": 1657, \"cat_0_index\": 2804, \"rank\": 700, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1434, \"ini\": 2313}, {\"group\": [2267.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, WHEATENA, cooked with water, with salt\", \"clust\": 2297, \"cat_0_index\": 847, \"rank\": 701, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 781, \"ini\": 2312}, {\"group\": [2297.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apricot with tapioca, junior\", \"clust\": 2328, \"cat_0_index\": 87, \"rank\": 702, \"cat-0\": \"Baby Foods\", \"rankvar\": 768, \"ini\": 2311}, {\"group\": [1159.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, No Sugar Added CREAMSICLE Pops\", \"clust\": 1182, \"cat_0_index\": 3230, \"rank\": 703, \"cat-0\": \"Sweets\", \"rankvar\": 868, \"ini\": 2310}, {\"group\": [1698.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Blended Red Pepper Black Bean Soup\", \"clust\": 1727, \"cat_0_index\": 2805, \"rank\": 704, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1289, \"ini\": 2309}, {\"group\": [2301.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dehydrated (low moisture), sulfured, stewed\", \"clust\": 2330, \"cat_0_index\": 1718, \"rank\": 705, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 565, \"ini\": 2308}, {\"group\": [3408.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, pepper, white\", \"clust\": 3442, \"cat_0_index\": 3107, \"rank\": 3012, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3627, \"ini\": 2307}, {\"group\": [1435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, canned, regular pack, drained solids\", \"clust\": 1457, \"cat_0_index\": 3474, \"rank\": 706, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2016, \"ini\": 2306}, {\"group\": [1383.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable soup, condensed, low sodium, prepared with equal volume water\", \"clust\": 1405, \"cat_0_index\": 2806, \"rank\": 707, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1560, \"ini\": 2305}, {\"group\": [3180.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, whole milk, low moisture\", \"clust\": 3214, \"cat_0_index\": 1141, \"rank\": 3011, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2759, \"ini\": 2304}, {\"group\": [508.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared from item 14028\", \"clust\": 519, \"cat_0_index\": 672, \"rank\": 708, \"cat-0\": \"Beverages\", \"rankvar\": 420, \"ini\": 2303}, {\"group\": [1292.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, prepared with equal volume water\", \"clust\": 1316, \"cat_0_index\": 2807, \"rank\": 709, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1176, \"ini\": 2302}, {\"group\": [1283.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, dry, mix, prepared with water\", \"clust\": 1305, \"cat_0_index\": 2808, \"rank\": 710, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1468, \"ini\": 2301}, {\"group\": [1712.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Creamy Chicken Alfredo Soup\", \"clust\": 1739, \"cat_0_index\": 2809, \"rank\": 711, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 335, \"ini\": 2300}, {\"group\": [1379.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), cooked, boiled, drained, without salt\", \"clust\": 1396, \"cat_0_index\": 3475, \"rank\": 712, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2215, \"ini\": 2299}, {\"group\": [2801.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef sausage, pre-cooked\", \"clust\": 2831, \"cat_0_index\": 2418, \"rank\": 3010, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2750, \"ini\": 2298}, {\"group\": [2373.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory, witloof, raw\", \"clust\": 2404, \"cat_0_index\": 3476, \"rank\": 713, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2230, \"ini\": 2297}, {\"group\": [1763.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mashed cheddar potatoes and broccoli, toddlers\", \"clust\": 1788, \"cat_0_index\": 88, \"rank\": 714, \"cat-0\": \"Baby Foods\", \"rankvar\": 1149, \"ini\": 2296}, {\"group\": [1824.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken rice, canned, chunky, ready-to-serve\", \"clust\": 1851, \"cat_0_index\": 2810, \"rank\": 715, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 750, \"ini\": 2295}, {\"group\": [1997.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Red Taco Sauce\", \"clust\": 2024, \"cat_0_index\": 2811, \"rank\": 716, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1801, \"ini\": 2294}, {\"group\": [2327.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mammy-apple, (mamey), raw\", \"clust\": 2354, \"cat_0_index\": 1719, \"rank\": 717, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1406, \"ini\": 2293}, {\"group\": [1892.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, dry, mix, prepared with water\", \"clust\": 1918, \"cat_0_index\": 2812, \"rank\": 718, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1601, \"ini\": 2292}, {\"group\": [1720.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Cheddar & Bacon Bits Soup\", \"clust\": 1749, \"cat_0_index\": 2813, \"rank\": 719, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 529, \"ini\": 2291}, {\"group\": [3465.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, KASHI, KASHI GO LEAN Hot Cereal, Truly Vanilla, dry\", \"clust\": 3497, \"cat_0_index\": 848, \"rank\": 3009, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2880, \"ini\": 2290}, {\"group\": [2306.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gooseberries, canned, light syrup pack, solids and liquids\", \"clust\": 2336, \"cat_0_index\": 1720, \"rank\": 720, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 604, \"ini\": 2289}, {\"group\": [2261.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, peas, strained\", \"clust\": 2291, \"cat_0_index\": 89, \"rank\": 721, \"cat-0\": \"Baby Foods\", \"rankvar\": 867, \"ini\": 2288}, {\"group\": [1884.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato beef with noodle, canned, prepared with equal volume water\", \"clust\": 1907, \"cat_0_index\": 2814, \"rank\": 722, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 863, \"ini\": 2287}, {\"group\": [2037.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Scotch Broth, condensed\", \"clust\": 2067, \"cat_0_index\": 2815, \"rank\": 723, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1462, \"ini\": 2286}, {\"group\": [1433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, scallop, cooked, boiled, drained, with salt\", \"clust\": 1458, \"cat_0_index\": 3477, \"rank\": 724, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2182, \"ini\": 2285}, {\"group\": [2994.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, unsalted, white corn\", \"clust\": 3028, \"cat_0_index\": 2566, \"rank\": 3008, \"cat-0\": \"Snacks\", \"rankvar\": 2812, \"ini\": 2284}, {\"group\": [642.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, prepared with water\", \"clust\": 655, \"cat_0_index\": 3231, \"rank\": 725, \"cat-0\": \"Sweets\", \"rankvar\": 1465, \"ini\": 2283}, {\"group\": [1322.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salmonberries, raw (Alaska Native)\", \"clust\": 1344, \"cat_0_index\": 1269, \"rank\": 726, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1307, \"ini\": 2282}, {\"group\": [2264.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hominy, canned, yellow\", \"clust\": 2293, \"cat_0_index\": 1012, \"rank\": 727, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 666, \"ini\": 2281}, {\"group\": [2044.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom barley, canned, condensed\", \"clust\": 2072, \"cat_0_index\": 2816, \"rank\": 728, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 917, \"ini\": 2280}, {\"group\": [261.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, broad, liver (Alaska Native)\", \"clust\": 265, \"cat_0_index\": 1270, \"rank\": 729, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 135, \"ini\": 2279}, {\"group\": [3958.0, 83.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, gum drops, dietetic or low calorie (sorbitol)\", \"clust\": 3762, \"cat_0_index\": 3232, \"rank\": 3007, \"cat-0\": \"Sweets\", \"rankvar\": 3685, \"ini\": 2278}, {\"group\": [795.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, extra heavy syrup pack, solids and liquids\", \"clust\": 813, \"cat_0_index\": 1721, \"rank\": 730, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 226, \"ini\": 2277}, {\"group\": [2298.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apricot with tapioca, strained\", \"clust\": 2329, \"cat_0_index\": 90, \"rank\": 731, \"cat-0\": \"Baby Foods\", \"rankvar\": 924, \"ini\": 2276}, {\"group\": [3612.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES SNICKERS Brand Bite Size Candies\", \"clust\": 3653, \"cat_0_index\": 3233, \"rank\": 3006, \"cat-0\": \"Sweets\", \"rankvar\": 3230, \"ini\": 2275}, {\"group\": [1359.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, garden vegetable, strained\", \"clust\": 1379, \"cat_0_index\": 91, \"rank\": 732, \"cat-0\": \"Baby Foods\", \"rankvar\": 1370, \"ini\": 2274}, {\"group\": [1753.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and turkey, toddler\", \"clust\": 1779, \"cat_0_index\": 92, \"rank\": 733, \"cat-0\": \"Baby Foods\", \"rankvar\": 276, \"ini\": 2273}, {\"group\": [1280.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Southwestern Corn Chowder\", \"clust\": 1304, \"cat_0_index\": 2817, \"rank\": 734, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 665, \"ini\": 2272}, {\"group\": [1746.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup company, CAMPBELL'S Low Sodium Soups, Chicken with Noodles Soup\", \"clust\": 1776, \"cat_0_index\": 2818, \"rank\": 735, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 770, \"ini\": 2271}, {\"group\": [1437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, raw\", \"clust\": 1460, \"cat_0_index\": 3478, \"rank\": 736, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1758, \"ini\": 2270}, {\"group\": [2277.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, regular and quick and instant, unenriched, cooked with water (includes boiling and microwaving), with salt\", \"clust\": 2306, \"cat_0_index\": 849, \"rank\": 737, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 449, \"ini\": 2269}, {\"group\": [2038.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Broccoli Soup, condensed\", \"clust\": 2068, \"cat_0_index\": 2819, \"rank\": 738, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1298, \"ini\": 2268}, {\"group\": [1980.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk substitutes, fluid, with lauric acid oil\", \"clust\": 2009, \"cat_0_index\": 1142, \"rank\": 739, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 945, \"ini\": 2267}, {\"group\": [3621.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES 3 MUSKETEERS Brand Bite Size Candies\", \"clust\": 3662, \"cat_0_index\": 3234, \"rank\": 3005, \"cat-0\": \"Sweets\", \"rankvar\": 3510, \"ini\": 2266}, {\"group\": [2506.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 2534, \"cat_0_index\": 1331, \"rank\": 3004, \"cat-0\": \"Fast Foods\", \"rankvar\": 3019, \"ini\": 2265}, {\"group\": [1255.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Vanilla, soymilk\", \"clust\": 1288, \"cat_0_index\": 2062, \"rank\": 740, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1717, \"ini\": 2264}, {\"group\": [3937.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lemonade-flavor drink, powder\", \"clust\": 3980, \"cat_0_index\": 673, \"rank\": 3003, \"cat-0\": \"Beverages\", \"rankvar\": 3753, \"ini\": 2263}, {\"group\": [674.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, traditional varieties\", \"clust\": 688, \"cat_0_index\": 1722, \"rank\": 741, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1453, \"ini\": 2262}, {\"group\": [3818.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Molasses\", \"clust\": 3860, \"cat_0_index\": 3235, \"rank\": 3002, \"cat-0\": \"Sweets\", \"rankvar\": 3494, \"ini\": 2261}, {\"group\": [2258.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, cooked, without salt\", \"clust\": 2287, \"cat_0_index\": 3479, \"rank\": 742, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 658, \"ini\": 2260}, {\"group\": [1370.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, without salt\", \"clust\": 1392, \"cat_0_index\": 3480, \"rank\": 743, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1787, \"ini\": 2259}, {\"group\": [3820.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dried, sulfured, uncooked\", \"clust\": 3863, \"cat_0_index\": 1723, \"rank\": 3001, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3307, \"ini\": 2258}, {\"group\": [2070.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with rice, canned, condensed\", \"clust\": 2101, \"cat_0_index\": 2820, \"rank\": 744, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1096, \"ini\": 2257}, {\"group\": [1169.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, corn grits, instant, butter flavor, prepared with water\", \"clust\": 1193, \"cat_0_index\": 850, \"rank\": 745, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 578, \"ini\": 2256}, {\"group\": [2296.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, cream style, no salt added\", \"clust\": 2325, \"cat_0_index\": 3481, \"rank\": 746, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 304, \"ini\": 2255}, {\"group\": [2002.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BEAT Smart Squeeze\", \"clust\": 2032, \"cat_0_index\": 1525, \"rank\": 747, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1898, \"ini\": 2254}, {\"group\": [1674.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Italian Sausage & Peppers Soup\", \"clust\": 1702, \"cat_0_index\": 2821, \"rank\": 748, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 775, \"ini\": 2253}, {\"group\": [1413.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, canned, regular pack, solids and liquids\", \"clust\": 1437, \"cat_0_index\": 3482, \"rank\": 749, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1309, \"ini\": 2252}, {\"group\": [848.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro, shoots, cooked, with salt\", \"clust\": 867, \"cat_0_index\": 3483, \"rank\": 750, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2333, \"ini\": 2251}, {\"group\": [1776.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef noodle, strained\", \"clust\": 1802, \"cat_0_index\": 93, \"rank\": 751, \"cat-0\": \"Baby Foods\", \"rankvar\": 612, \"ini\": 2250}, {\"group\": [1384.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, regular pack, drained solids\", \"clust\": 1408, \"cat_0_index\": 3484, \"rank\": 752, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1900, \"ini\": 2249}, {\"group\": [1081.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 1102, \"cat_0_index\": 1332, \"rank\": 753, \"cat-0\": \"Fast Foods\", \"rankvar\": 980, \"ini\": 2248}, {\"group\": [1782.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and tomato and beef, strained\", \"clust\": 1808, \"cat_0_index\": 94, \"rank\": 754, \"cat-0\": \"Baby Foods\", \"rankvar\": 594, \"ini\": 2247}, {\"group\": [1351.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, raw\", \"clust\": 1377, \"cat_0_index\": 3485, \"rank\": 755, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1895, \"ini\": 2246}, {\"group\": [806.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (pineapple and papaya and banana and guava), tropical, canned, heavy syrup, solids and liquids\", \"clust\": 811, \"cat_0_index\": 1724, \"rank\": 756, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 424, \"ini\": 2245}, {\"group\": [1268.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, nonfat, with added calcium, vitamins A and D\", \"clust\": 1276, \"cat_0_index\": 2063, \"rank\": 757, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1306, \"ini\": 2244}, {\"group\": [1204.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice drink, unsweetened, with added calcium, vitamins A and D\", \"clust\": 1228, \"cat_0_index\": 674, \"rank\": 758, \"cat-0\": \"Beverages\", \"rankvar\": 1606, \"ini\": 2243}, {\"group\": [2833.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork and beef sausage, fresh, cooked\", \"clust\": 2869, \"cat_0_index\": 2419, \"rank\": 3000, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2662, \"ini\": 2242}, {\"group\": [1374.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, raw\", \"clust\": 1403, \"cat_0_index\": 3486, \"rank\": 759, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2164, \"ini\": 2241}, {\"group\": [1160.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, NESTUM, prepared with water\", \"clust\": 1183, \"cat_0_index\": 851, \"rank\": 760, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 636, \"ini\": 2240}, {\"group\": [1895.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Orgnaic Classic Original Soymilk\", \"clust\": 1923, \"cat_0_index\": 2064, \"rank\": 761, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1042, \"ini\": 2239}, {\"group\": [1719.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Mushroom Chowder\", \"clust\": 1746, \"cat_0_index\": 2822, \"rank\": 762, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 470, \"ini\": 2238}, {\"group\": [3760.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COUNT CHOCULA\", \"clust\": 3802, \"cat_0_index\": 852, \"rank\": 2999, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3225, \"ini\": 2237}, {\"group\": [3070.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soy protein isolate, PROTEIN TECHNOLOGIES INTERNATIONAL, SUPRO\", \"clust\": 3103, \"cat_0_index\": 2065, \"rank\": 2998, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3755, \"ini\": 2236}, {\"group\": [471.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pop\", \"clust\": 485, \"cat_0_index\": 3236, \"rank\": 763, \"cat-0\": \"Sweets\", \"rankvar\": 1285, \"ini\": 2235}, {\"group\": [3231.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, part skim milk, low moisture\", \"clust\": 3264, \"cat_0_index\": 1143, \"rank\": 2997, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2883, \"ini\": 2234}, {\"group\": [1353.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, cooked, boiled, drained, without salt\", \"clust\": 1376, \"cat_0_index\": 3487, \"rank\": 764, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1921, \"ini\": 2233}, {\"group\": [2064.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Noodle Soup, condensed\", \"clust\": 2093, \"cat_0_index\": 2823, \"rank\": 765, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1419, \"ini\": 2232}, {\"group\": [3153.0, 42.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese substitute, mozzarella\", \"clust\": 3173, \"cat_0_index\": 1144, \"rank\": 2996, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2574, \"ini\": 2231}, {\"group\": [756.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn with red and green peppers, canned, solids and liquids\", \"clust\": 767, \"cat_0_index\": 3488, \"rank\": 766, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 300, \"ini\": 2230}, {\"group\": [1754.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, spaghetti and tomato and meat, toddler\", \"clust\": 1778, \"cat_0_index\": 95, \"rank\": 767, \"cat-0\": \"Baby Foods\", \"rankvar\": 282, \"ini\": 2229}, {\"group\": [3819.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, sorghum\", \"clust\": 3861, \"cat_0_index\": 3237, \"rank\": 2995, \"cat-0\": \"Sweets\", \"rankvar\": 3601, \"ini\": 2228}, {\"group\": [1258.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, light, with added calcium, vitamins A and D\", \"clust\": 1284, \"cat_0_index\": 2066, \"rank\": 768, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1839, \"ini\": 2227}, {\"group\": [249.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg, white, raw, fresh\", \"clust\": 254, \"cat_0_index\": 1145, \"rank\": 769, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 903, \"ini\": 2226}, {\"group\": [3303.0, 62.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chickpea flour (besan)\", \"clust\": 3337, \"cat_0_index\": 2067, \"rank\": 2994, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2787, \"ini\": 2225}, {\"group\": [416.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and pineapple\", \"clust\": 426, \"cat_0_index\": 96, \"rank\": 770, \"cat-0\": \"Baby Foods\", \"rankvar\": 2002, \"ini\": 2224}, {\"group\": [1319.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, frozen, whole, unprepared\", \"clust\": 1346, \"cat_0_index\": 3489, \"rank\": 771, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1531, \"ini\": 2223}, {\"group\": [3618.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS CRUNCHER\", \"clust\": 3659, \"cat_0_index\": 3238, \"rank\": 2993, \"cat-0\": \"Sweets\", \"rankvar\": 3188, \"ini\": 2222}, {\"group\": [1348.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, raw\", \"clust\": 1373, \"cat_0_index\": 3490, \"rank\": 772, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2199, \"ini\": 2221}, {\"group\": [1721.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Corn Chowder\", \"clust\": 1750, \"cat_0_index\": 2824, \"rank\": 773, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 491, \"ini\": 2220}, {\"group\": [1355.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, carrots, strained\", \"clust\": 1380, \"cat_0_index\": 97, \"rank\": 774, \"cat-0\": \"Baby Foods\", \"rankvar\": 1826, \"ini\": 2219}, {\"group\": [1389.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, cooked, boiled, drained, with salt\", \"clust\": 1414, \"cat_0_index\": 3491, \"rank\": 775, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2053, \"ini\": 2218}, {\"group\": [1717.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Chicken and Dumplings Soup\", \"clust\": 1747, \"cat_0_index\": 2825, \"rank\": 776, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 556, \"ini\": 2217}, {\"group\": [1371.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, raw\", \"clust\": 1398, \"cat_0_index\": 3492, \"rank\": 777, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2218, \"ini\": 2216}, {\"group\": [1261.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, light, unsweetened, with added calcium, vitamins A and D\", \"clust\": 1291, \"cat_0_index\": 2068, \"rank\": 778, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1692, \"ini\": 2215}, {\"group\": [3495.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, regular, powder\", \"clust\": 3535, \"cat_0_index\": 675, \"rank\": 2992, \"cat-0\": \"Beverages\", \"rankvar\": 3805, \"ini\": 2214}, {\"group\": [1696.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stew - Fully Loaded\", \"clust\": 1703, \"cat_0_index\": 2826, \"rank\": 779, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 518, \"ini\": 2213}, {\"group\": [1385.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, canned, regular pack, solids and liquids\", \"clust\": 1409, \"cat_0_index\": 3493, \"rank\": 780, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1953, \"ini\": 2212}, {\"group\": [1715.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Old Fashioned Potato Ham Chowder\", \"clust\": 1744, \"cat_0_index\": 2827, \"rank\": 781, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 543, \"ini\": 2211}, {\"group\": [1354.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lettuce, cos or romaine, raw\", \"clust\": 1375, \"cat_0_index\": 3494, \"rank\": 782, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2113, \"ini\": 2210}, {\"group\": [766.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, homemade, made with egg, cooked\", \"clust\": 782, \"cat_0_index\": 1013, \"rank\": 783, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 19, \"ini\": 2209}, {\"group\": [1334.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, cooked, boiled, drained, without salt\", \"clust\": 1358, \"cat_0_index\": 3495, \"rank\": 784, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2071, \"ini\": 2208}, {\"group\": [592.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cherry cobbler, junior\", \"clust\": 606, \"cat_0_index\": 98, \"rank\": 785, \"cat-0\": \"Baby Foods\", \"rankvar\": 821, \"ini\": 2207}, {\"group\": [628.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, tutti frutti, junior\", \"clust\": 642, \"cat_0_index\": 99, \"rank\": 786, \"cat-0\": \"Baby Foods\", \"rankvar\": 929, \"ini\": 2206}, {\"group\": [578.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, water pack, solids and liquids\", \"clust\": 591, \"cat_0_index\": 1725, \"rank\": 787, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1571, \"ini\": 2205}, {\"group\": [2371.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, maitake, raw\", \"clust\": 2396, \"cat_0_index\": 3496, \"rank\": 788, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1573, \"ini\": 2204}, {\"group\": [3330.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potato soup, instant, dry mix\", \"clust\": 3363, \"cat_0_index\": 2828, \"rank\": 2991, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2972, \"ini\": 2203}, {\"group\": [1320.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, raw\", \"clust\": 1347, \"cat_0_index\": 3497, \"rank\": 789, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1371, \"ini\": 2202}, {\"group\": [2071.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Chicken Noodle Soup, condensed\", \"clust\": 2102, \"cat_0_index\": 2829, \"rank\": 790, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1187, \"ini\": 2201}, {\"group\": [1375.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, raw\", \"clust\": 1404, \"cat_0_index\": 3498, \"rank\": 791, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2174, \"ini\": 2200}, {\"group\": [596.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice, unsweetened\", \"clust\": 609, \"cat_0_index\": 1726, \"rank\": 792, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1670, \"ini\": 2199}, {\"group\": [1356.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, carrots, junior\", \"clust\": 1381, \"cat_0_index\": 100, \"rank\": 793, \"cat-0\": \"Baby Foods\", \"rankvar\": 1618, \"ini\": 2198}, {\"group\": [3328.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, granules with milk, dry form\", \"clust\": 3364, \"cat_0_index\": 3499, \"rank\": 2990, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3395, \"ini\": 2197}, {\"group\": [3238.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT VELVEETA Pasteurized Process Cheese Spread\", \"clust\": 3271, \"cat_0_index\": 1146, \"rank\": 2989, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2604, \"ini\": 2196}, {\"group\": [3849.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, german chocolate, dry mix, pudding-type\", \"clust\": 3893, \"cat_0_index\": 340, \"rank\": 2988, \"cat-0\": \"Baked Products\", \"rankvar\": 3161, \"ini\": 2195}, {\"group\": [3613.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS Almond bar\", \"clust\": 3654, \"cat_0_index\": 3239, \"rank\": 2987, \"cat-0\": \"Sweets\", \"rankvar\": 3266, \"ini\": 2194}, {\"group\": [1450.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, cooked, boiled, drained, without salt\", \"clust\": 1477, \"cat_0_index\": 3500, \"rank\": 794, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1245, \"ini\": 2193}, {\"group\": [1078.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, farmed, raw\", \"clust\": 1098, \"cat_0_index\": 1557, \"rank\": 795, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 584, \"ini\": 2192}, {\"group\": [807.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, pineapple-coconut\", \"clust\": 776, \"cat_0_index\": 3240, \"rank\": 796, \"cat-0\": \"Sweets\", \"rankvar\": 264, \"ini\": 2191}, {\"group\": [1305.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, raw\", \"clust\": 1330, \"cat_0_index\": 3501, \"rank\": 797, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2106, \"ini\": 2190}, {\"group\": [1476.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quinces, raw\", \"clust\": 1503, \"cat_0_index\": 1727, \"rank\": 798, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 951, \"ini\": 2189}, {\"group\": [781.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, brown, long-grain, cooked\", \"clust\": 800, \"cat_0_index\": 1014, \"rank\": 799, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 109, \"ini\": 2188}, {\"group\": [1387.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, all varieties, cooked, boiled, drained, with salt\", \"clust\": 1411, \"cat_0_index\": 3502, \"rank\": 800, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1998, \"ini\": 2187}, {\"group\": [1372.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 1399, \"cat_0_index\": 1333, \"rank\": 801, \"cat-0\": \"Fast Foods\", \"rankvar\": 2066, \"ini\": 2186}, {\"group\": [1888.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom, canned, prepared with equal volume water\", \"clust\": 1917, \"cat_0_index\": 2830, \"rank\": 802, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1269, \"ini\": 2185}, {\"group\": [1318.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, regular pack, solids and liquids\", \"clust\": 1341, \"cat_0_index\": 3503, \"rank\": 803, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1698, \"ini\": 2184}, {\"group\": [1448.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, raw\", \"clust\": 1474, \"cat_0_index\": 3504, \"rank\": 804, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1215, \"ini\": 2183}, {\"group\": [1310.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, cooked, boiled, drained, without salt\", \"clust\": 1336, \"cat_0_index\": 3505, \"rank\": 805, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2048, \"ini\": 2182}, {\"group\": [1749.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef and mushroom, low sodium, chunk style\", \"clust\": 1772, \"cat_0_index\": 2831, \"rank\": 806, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 310, \"ini\": 2181}, {\"group\": [3908.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, cream cheese-flavor, ready-to-eat\", \"clust\": 3952, \"cat_0_index\": 3241, \"rank\": 2986, \"cat-0\": \"Sweets\", \"rankvar\": 3406, \"ini\": 2180}, {\"group\": [1303.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato and vegetable juice, low sodium\", \"clust\": 1322, \"cat_0_index\": 3506, \"rank\": 807, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2158, \"ini\": 2179}, {\"group\": [784.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Millet, cooked\", \"clust\": 803, \"cat_0_index\": 1015, \"rank\": 808, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 44, \"ini\": 2178}, {\"group\": [553.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity peaches, canned, light syrup, drained\", \"clust\": 563, \"cat_0_index\": 1728, \"rank\": 809, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1083, \"ini\": 2177}, {\"group\": [1352.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, cooked, boiled, drained\", \"clust\": 1378, \"cat_0_index\": 3507, \"rank\": 810, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1817, \"ini\": 2176}, {\"group\": [1822.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and cheese, junior\", \"clust\": 1849, \"cat_0_index\": 101, \"rank\": 811, \"cat-0\": \"Baby Foods\", \"rankvar\": 727, \"ini\": 2175}, {\"group\": [1713.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, New England Clam Chowder\", \"clust\": 1742, \"cat_0_index\": 2832, \"rank\": 812, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 337, \"ini\": 2174}, {\"group\": [1321.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, cooked, boiled, drained, without salt\", \"clust\": 1345, \"cat_0_index\": 3508, \"rank\": 813, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1178, \"ini\": 2173}, {\"group\": [3647.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SNICKERS MUNCH bar\", \"clust\": 3685, \"cat_0_index\": 3242, \"rank\": 2985, \"cat-0\": \"Sweets\", \"rankvar\": 2918, \"ini\": 2172}, {\"group\": [3420.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Ralston TASTEEOS\", \"clust\": 3457, \"cat_0_index\": 853, \"rank\": 2984, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2871, \"ini\": 2171}, {\"group\": [1295.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato juice, canned, with salt added\", \"clust\": 1320, \"cat_0_index\": 3509, \"rank\": 814, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2169, \"ini\": 2170}, {\"group\": [2625.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, skin only, raw\", \"clust\": 2651, \"cat_0_index\": 2339, \"rank\": 2983, \"cat-0\": \"Poultry Products\", \"rankvar\": 2803, \"ini\": 2169}, {\"group\": [2922.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, rotisserie, original seasoning\", \"clust\": 2950, \"cat_0_index\": 2340, \"rank\": 2982, \"cat-0\": \"Poultry Products\", \"rankvar\": 2637, \"ini\": 2168}, {\"group\": [1552.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable and brown rice, strained\", \"clust\": 1578, \"cat_0_index\": 102, \"rank\": 815, \"cat-0\": \"Baby Foods\", \"rankvar\": 453, \"ini\": 2167}, {\"group\": [645.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tamarind nectar, canned\", \"clust\": 657, \"cat_0_index\": 1729, \"rank\": 816, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1567, \"ini\": 2166}, {\"group\": [3664.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, refrigerated dough, baked\", \"clust\": 3704, \"cat_0_index\": 341, \"rank\": 2981, \"cat-0\": \"Baked Products\", \"rankvar\": 2770, \"ini\": 2165}, {\"group\": [1727.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, cooked, boiled, drained, with salt\", \"clust\": 1755, \"cat_0_index\": 3510, \"rank\": 817, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1473, \"ini\": 2164}, {\"group\": [2320.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL WITH OATS, cooked with water, without salt\", \"clust\": 2351, \"cat_0_index\": 854, \"rank\": 818, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 488, \"ini\": 2163}, {\"group\": [2262.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, low sodium, prepared with equal volume water\", \"clust\": 2292, \"cat_0_index\": 2833, \"rank\": 819, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 521, \"ini\": 2162}, {\"group\": [2968.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, FRITOLAY, SUNCHIPS, Multigrain Snack, original flavor\", \"clust\": 2999, \"cat_0_index\": 2567, \"rank\": 2980, \"cat-0\": \"Snacks\", \"rankvar\": 2760, \"ini\": 2161}, {\"group\": [1256.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla, soymilk\", \"clust\": 1286, \"cat_0_index\": 2069, \"rank\": 820, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1581, \"ini\": 2160}, {\"group\": [375.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sour\", \"clust\": 388, \"cat_0_index\": 3511, \"rank\": 821, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2509, \"ini\": 2159}, {\"group\": [1553.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, spaghetti and tomato and meat, junior\", \"clust\": 1579, \"cat_0_index\": 103, \"rank\": 822, \"cat-0\": \"Baby Foods\", \"rankvar\": 428, \"ini\": 2158}, {\"group\": [1495.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, raw\", \"clust\": 1525, \"cat_0_index\": 3512, \"rank\": 823, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1851, \"ini\": 2157}, {\"group\": [3710.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, commercially prepared, regular (includes vanilla)\", \"clust\": 3752, \"cat_0_index\": 342, \"rank\": 2979, \"cat-0\": \"Baked Products\", \"rankvar\": 2969, \"ini\": 2156}, {\"group\": [579.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, juice pack, solids and liquids\", \"clust\": 589, \"cat_0_index\": 1730, \"rank\": 824, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1522, \"ini\": 2155}, {\"group\": [1085.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with chicken\", \"clust\": 1103, \"cat_0_index\": 1334, \"rank\": 825, \"cat-0\": \"Fast Foods\", \"rankvar\": 784, \"ini\": 2154}, {\"group\": [2322.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, frozen\", \"clust\": 2349, \"cat_0_index\": 1731, \"rank\": 826, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1746, \"ini\": 2153}, {\"group\": [2686.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bacon, meatless\", \"clust\": 2718, \"cat_0_index\": 2070, \"rank\": 2978, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2661, \"ini\": 2152}, {\"group\": [1877.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken and noodle with vegetables, toddler\", \"clust\": 1905, \"cat_0_index\": 104, \"rank\": 827, \"cat-0\": \"Baby Foods\", \"rankvar\": 481, \"ini\": 2151}, {\"group\": [1718.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Baked Potato with Steak & Cheese Soup\", \"clust\": 1748, \"cat_0_index\": 2834, \"rank\": 828, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 389, \"ini\": 2150}, {\"group\": [1257.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plain, soymilk\", \"clust\": 1285, \"cat_0_index\": 2071, \"rank\": 829, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1579, \"ini\": 2149}, {\"group\": [1082.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, raw\", \"clust\": 1100, \"cat_0_index\": 1558, \"rank\": 830, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 878, \"ini\": 2148}, {\"group\": [1454.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, baked, without salt\", \"clust\": 1480, \"cat_0_index\": 3513, \"rank\": 831, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 999, \"ini\": 2147}, {\"group\": [633.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guanabana nectar, canned\", \"clust\": 648, \"cat_0_index\": 1732, \"rank\": 832, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1613, \"ini\": 2146}, {\"group\": [1878.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, turkey, rice, and vegetables, toddler\", \"clust\": 1906, \"cat_0_index\": 105, \"rank\": 833, \"cat-0\": \"Baby Foods\", \"rankvar\": 577, \"ini\": 2145}, {\"group\": [1417.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, cooked, boiled, drained, with salt\", \"clust\": 1443, \"cat_0_index\": 3514, \"rank\": 834, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1598, \"ini\": 2144}, {\"group\": [2335.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Diced Green Chilies\", \"clust\": 2362, \"cat_0_index\": 3515, \"rank\": 835, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2263, \"ini\": 2143}, {\"group\": [1281.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato rice, canned, prepared with equal volume water\", \"clust\": 1306, \"cat_0_index\": 2835, \"rank\": 836, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1273, \"ini\": 2142}, {\"group\": [3959.0, 84.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, coleslaw dressing, reduced fat\", \"clust\": 3579, \"cat_0_index\": 1526, \"rank\": 2977, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2741, \"ini\": 2141}, {\"group\": [2081.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken broth, canned, condensed\", \"clust\": 2112, \"cat_0_index\": 2836, \"rank\": 837, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1762, \"ini\": 2140}, {\"group\": [3815.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S SPECIAL K Chocolatey Delight\", \"clust\": 3857, \"cat_0_index\": 855, \"rank\": 2976, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2913, \"ini\": 2139}, {\"group\": [600.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cocoa mix, powder, prepared with water\", \"clust\": 614, \"cat_0_index\": 676, \"rank\": 838, \"cat-0\": \"Beverages\", \"rankvar\": 1139, \"ini\": 2138}, {\"group\": [1406.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chayote, fruit, cooked, boiled, drained, with salt\", \"clust\": 1429, \"cat_0_index\": 3516, \"rank\": 839, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2144, \"ini\": 2137}, {\"group\": [1185.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, with added nonfat milk solids, vitamin A and vitamin D\", \"clust\": 1210, \"cat_0_index\": 1147, \"rank\": 840, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1398, \"ini\": 2136}, {\"group\": [2265.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hominy, canned, white\", \"clust\": 2294, \"cat_0_index\": 1016, \"rank\": 841, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 648, \"ini\": 2135}, {\"group\": [672.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Citrus fruit juice drink, frozen concentrate, prepared with water\", \"clust\": 687, \"cat_0_index\": 677, \"rank\": 842, \"cat-0\": \"Beverages\", \"rankvar\": 1649, \"ini\": 2134}, {\"group\": [2307.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Boysenberries, canned, heavy syrup\", \"clust\": 2332, \"cat_0_index\": 1733, \"rank\": 843, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 395, \"ini\": 2133}, {\"group\": [2382.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, cooked, boiled, drained, without salt\", \"clust\": 2413, \"cat_0_index\": 3517, \"rank\": 844, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1863, \"ini\": 2132}, {\"group\": [2325.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tree fern, cooked, without salt\", \"clust\": 2355, \"cat_0_index\": 3518, \"rank\": 845, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2141, \"ini\": 2131}, {\"group\": [209.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, liver, raw (Alaska Native)\", \"clust\": 196, \"cat_0_index\": 1271, \"rank\": 846, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 112, \"ini\": 2130}, {\"group\": [3802.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, NUTRI-GRAIN FRUIT AND NUT BAR\", \"clust\": 3844, \"cat_0_index\": 2568, \"rank\": 2975, \"cat-0\": \"Snacks\", \"rankvar\": 2703, \"ini\": 2129}, {\"group\": [782.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, brown, medium-grain, cooked\", \"clust\": 801, \"cat_0_index\": 1017, \"rank\": 847, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 110, \"ini\": 2128}, {\"group\": [751.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, unenriched, with salt\", \"clust\": 765, \"cat_0_index\": 1018, \"rank\": 848, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 106, \"ini\": 2127}, {\"group\": [752.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, long-grain, regular, cooked, enriched, with salt\", \"clust\": 766, \"cat_0_index\": 1019, \"rank\": 849, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 107, \"ini\": 2126}, {\"group\": [1748.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef stew, toddler\", \"clust\": 1773, \"cat_0_index\": 106, \"rank\": 850, \"cat-0\": \"Baby Foods\", \"rankvar\": 607, \"ini\": 2125}, {\"group\": [1456.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth-beans, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1482, \"cat_0_index\": 3519, \"rank\": 851, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 960, \"ini\": 2124}, {\"group\": [583.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin\", \"clust\": 595, \"cat_0_index\": 1734, \"rank\": 852, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1438, \"ini\": 2123}, {\"group\": [1436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, raw\", \"clust\": 1461, \"cat_0_index\": 3520, \"rank\": 853, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1959, \"ini\": 2122}, {\"group\": [1436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, exposed to ultraviolet light, raw\", \"clust\": 1462, \"cat_0_index\": 3521, \"rank\": 854, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1960, \"ini\": 2121}, {\"group\": [1411.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, straw, canned, drained solids\", \"clust\": 1435, \"cat_0_index\": 3522, \"rank\": 855, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1511, \"ini\": 2120}, {\"group\": [598.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, canned, unsweetened, without added ascorbic acid\", \"clust\": 608, \"cat_0_index\": 1735, \"rank\": 856, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1390, \"ini\": 2119}, {\"group\": [2006.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken with Herbs Soup, condensed\", \"clust\": 2034, \"cat_0_index\": 2837, \"rank\": 857, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1015, \"ini\": 2118}, {\"group\": [643.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peach nectar, canned, without added ascorbic acid\", \"clust\": 658, \"cat_0_index\": 1736, \"rank\": 858, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1635, \"ini\": 2117}, {\"group\": [1747.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef with vegetables, toddler\", \"clust\": 1777, \"cat_0_index\": 107, \"rank\": 859, \"cat-0\": \"Baby Foods\", \"rankvar\": 422, \"ini\": 2116}, {\"group\": [1187.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, protein fortified, with added vitamin A and vitamin D (fat free and skim)\", \"clust\": 1209, \"cat_0_index\": 1148, \"rank\": 860, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1450, \"ini\": 2115}, {\"group\": [3929.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, nougat, with almonds\", \"clust\": 3971, \"cat_0_index\": 3243, \"rank\": 2974, \"cat-0\": \"Sweets\", \"rankvar\": 3667, \"ini\": 2114}, {\"group\": [3030.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, refrigerated dough, baked\", \"clust\": 3064, \"cat_0_index\": 343, \"rank\": 2973, \"cat-0\": \"Baked Products\", \"rankvar\": 2708, \"ini\": 2113}, {\"group\": [3091.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, barley, dry\", \"clust\": 3126, \"cat_0_index\": 108, \"rank\": 2972, \"cat-0\": \"Baby Foods\", \"rankvar\": 3249, \"ini\": 2112}, {\"group\": [1638.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, Beef with Country Vegetables Soup, ready-to-serve\", \"clust\": 1665, \"cat_0_index\": 2838, \"rank\": 861, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 757, \"ini\": 2111}, {\"group\": [2293.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, banana yogurt, strained\", \"clust\": 2322, \"cat_0_index\": 109, \"rank\": 862, \"cat-0\": \"Baby Foods\", \"rankvar\": 456, \"ini\": 2110}, {\"group\": [1440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Chicken Noodle Soup\", \"clust\": 1466, \"cat_0_index\": 2839, \"rank\": 863, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1049, \"ini\": 2109}, {\"group\": [1492.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with applesauce and bananas, strained\", \"clust\": 1518, \"cat_0_index\": 110, \"rank\": 864, \"cat-0\": \"Baby Foods\", \"rankvar\": 735, \"ini\": 2108}, {\"group\": [1743.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg\", \"clust\": 1764, \"cat_0_index\": 1335, \"rank\": 865, \"cat-0\": \"Fast Foods\", \"rankvar\": 1155, \"ini\": 2107}, {\"group\": [1408.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, solids and liquids\", \"clust\": 1433, \"cat_0_index\": 3523, \"rank\": 866, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1277, \"ini\": 2106}, {\"group\": [2331.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, wild, raw (Alaska Native)\", \"clust\": 2358, \"cat_0_index\": 1272, \"rank\": 867, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1445, \"ini\": 2105}, {\"group\": [1787.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, pasta with vegetables\", \"clust\": 1816, \"cat_0_index\": 111, \"rank\": 868, \"cat-0\": \"Baby Foods\", \"rankvar\": 765, \"ini\": 2104}, {\"group\": [3953.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, caramels\", \"clust\": 3995, \"cat_0_index\": 3244, \"rank\": 2971, \"cat-0\": \"Sweets\", \"rankvar\": 3431, \"ini\": 2103}, {\"group\": [786.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wild rice, cooked\", \"clust\": 798, \"cat_0_index\": 1020, \"rank\": 869, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 82, \"ini\": 2102}, {\"group\": [635.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mango nectar, canned\", \"clust\": 647, \"cat_0_index\": 1737, \"rank\": 870, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1795, \"ini\": 2101}, {\"group\": [1378.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, cooked, boiled, drained, without salt\", \"clust\": 1400, \"cat_0_index\": 3524, \"rank\": 871, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2235, \"ini\": 2100}, {\"group\": [1299.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Organic V8\", \"clust\": 1327, \"cat_0_index\": 3525, \"rank\": 872, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2220, \"ini\": 2099}, {\"group\": [1714.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Microwavable Bowls, New England Clam Chowder, ready-to-serve\", \"clust\": 1743, \"cat_0_index\": 2840, \"rank\": 873, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 567, \"ini\": 2098}, {\"group\": [1296.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked, with salt\", \"clust\": 1321, \"cat_0_index\": 3526, \"rank\": 874, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2192, \"ini\": 2097}, {\"group\": [1626.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White - Microwaveable Bowls, Creamy Tomato Soup\", \"clust\": 1654, \"cat_0_index\": 2841, \"rank\": 875, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 912, \"ini\": 2096}, {\"group\": [2205.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, canned, no salt added\", \"clust\": 2234, \"cat_0_index\": 3527, \"rank\": 876, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2239, \"ini\": 2095}, {\"group\": [286.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-orange relish, canned\", \"clust\": 288, \"cat_0_index\": 1738, \"rank\": 877, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 656, \"ini\": 2094}, {\"group\": [3097.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with bananas, dry\", \"clust\": 3130, \"cat_0_index\": 112, \"rank\": 2970, \"cat-0\": \"Baby Foods\", \"rankvar\": 3164, \"ini\": 2093}, {\"group\": [472.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, juice type, POPSICLE SCRIBBLERS\", \"clust\": 486, \"cat_0_index\": 3245, \"rank\": 878, \"cat-0\": \"Sweets\", \"rankvar\": 1340, \"ini\": 2092}, {\"group\": [2919.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Duck, domesticated, meat and skin, raw\", \"clust\": 2954, \"cat_0_index\": 2341, \"rank\": 2969, \"cat-0\": \"Poultry Products\", \"rankvar\": 2780, \"ini\": 2091}, {\"group\": [3469.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI GRANOLA, Summer Berry Cereal\", \"clust\": 3503, \"cat_0_index\": 856, \"rank\": 2968, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2834, \"ini\": 2090}, {\"group\": [1496.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 1526, \"cat_0_index\": 3528, \"rank\": 879, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1574, \"ini\": 2089}, {\"group\": [629.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, tutti frutti, strained\", \"clust\": 643, \"cat_0_index\": 113, \"rank\": 880, \"cat-0\": \"Baby Foods\", \"rankvar\": 1078, \"ini\": 2088}, {\"group\": [3807.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, EGGO Crunch Cereal, maple flavored\", \"clust\": 3848, \"cat_0_index\": 857, \"rank\": 2967, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3036, \"ini\": 2087}, {\"group\": [3706.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Chocolate Chip Ice Box\", \"clust\": 3748, \"cat_0_index\": 344, \"rank\": 2966, \"cat-0\": \"Baked Products\", \"rankvar\": 2892, \"ini\": 2086}, {\"group\": [2017.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Golden Pork Gravy\", \"clust\": 2044, \"cat_0_index\": 2842, \"rank\": 881, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1181, \"ini\": 2085}, {\"group\": [1390.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, canned, stewed\", \"clust\": 1412, \"cat_0_index\": 3529, \"rank\": 882, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1749, \"ini\": 2084}, {\"group\": [1896.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, unfortified\", \"clust\": 1924, \"cat_0_index\": 2072, \"rank\": 883, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 788, \"ini\": 2083}, {\"group\": [2091.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, dill or kosher dill\", \"clust\": 2122, \"cat_0_index\": 3530, \"rank\": 884, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2417, \"ini\": 2082}, {\"group\": [646.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pear nectar, canned, without added ascorbic acid\", \"clust\": 656, \"cat_0_index\": 1739, \"rank\": 885, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1737, \"ini\": 2081}, {\"group\": [1262.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (all flavors), unsweetened, with added calcium, vitamins A and D\", \"clust\": 1292, \"cat_0_index\": 2073, \"rank\": 886, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1845, \"ini\": 2080}, {\"group\": [417.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricot nectar, canned, with added ascorbic acid\", \"clust\": 427, \"cat_0_index\": 1740, \"rank\": 887, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1815, \"ini\": 2079}, {\"group\": [2383.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, cooked, boiled, drained without salt\", \"clust\": 2414, \"cat_0_index\": 3531, \"rank\": 888, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1852, \"ini\": 2078}, {\"group\": [831.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sour cream, fat free\", \"clust\": 829, \"cat_0_index\": 1149, \"rank\": 889, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 478, \"ini\": 2077}, {\"group\": [1300.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetable juice cocktail, canned\", \"clust\": 1328, \"cat_0_index\": 3532, \"rank\": 890, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2191, \"ini\": 2076}, {\"group\": [850.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, cooked, boiled, drained, with salt\", \"clust\": 866, \"cat_0_index\": 3533, \"rank\": 891, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2459, \"ini\": 2075}, {\"group\": [1306.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, green, raw\", \"clust\": 1331, \"cat_0_index\": 3534, \"rank\": 892, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2019, \"ini\": 2074}, {\"group\": [3267.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, onion, dry, mix\", \"clust\": 3296, \"cat_0_index\": 2843, \"rank\": 2965, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3356, \"ini\": 2073}, {\"group\": [1309.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, casaba, raw\", \"clust\": 1329, \"cat_0_index\": 1741, \"rank\": 893, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1893, \"ini\": 2072}, {\"group\": [2318.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, cooked with water, without salt\", \"clust\": 2352, \"cat_0_index\": 858, \"rank\": 894, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 736, \"ini\": 2071}, {\"group\": [2294.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach yogurt\", \"clust\": 2323, \"cat_0_index\": 114, \"rank\": 895, \"cat-0\": \"Baby Foods\", \"rankvar\": 550, \"ini\": 2070}, {\"group\": [644.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Papaya nectar, canned\", \"clust\": 659, \"cat_0_index\": 1742, \"rank\": 896, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1634, \"ini\": 2069}, {\"group\": [1182.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, CREAM OF WHEAT, 1 minute cook time, cooked with water, microwaved, without salt\", \"clust\": 1184, \"cat_0_index\": 859, \"rank\": 897, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 1217, \"ini\": 2068}, {\"group\": [1391.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, zucchini, includes skin, cooked, boiled, drained, with salt\", \"clust\": 1416, \"cat_0_index\": 3535, \"rank\": 898, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2209, \"ini\": 2067}, {\"group\": [586.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, cherry, low calorie\", \"clust\": 598, \"cat_0_index\": 3246, \"rank\": 899, \"cat-0\": \"Sweets\", \"rankvar\": 1272, \"ini\": 2066}, {\"group\": [1486.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, frozen, unprepared\", \"clust\": 1512, \"cat_0_index\": 3536, \"rank\": 900, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 559, \"ini\": 2065}, {\"group\": [1483.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, boiled, mashed, without salt\", \"clust\": 1508, \"cat_0_index\": 3537, \"rank\": 901, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1696, \"ini\": 2064}, {\"group\": [2316.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, regular pack, solids and liquids\", \"clust\": 2345, \"cat_0_index\": 3538, \"rank\": 902, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 480, \"ini\": 2063}, {\"group\": [900.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, brown, Italian, or Crimini, raw\", \"clust\": 919, \"cat_0_index\": 3539, \"rank\": 903, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2054, \"ini\": 2062}, {\"group\": [2255.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, no salt added, solids and liquids\", \"clust\": 2284, \"cat_0_index\": 3540, \"rank\": 904, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 440, \"ini\": 2061}, {\"group\": [1006.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, raw\", \"clust\": 1026, \"cat_0_index\": 3541, \"rank\": 905, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 842, \"ini\": 2060}, {\"group\": [584.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, juice pack, solids and liquids\", \"clust\": 596, \"cat_0_index\": 1743, \"rank\": 906, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1388, \"ini\": 2059}, {\"group\": [2087.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, lentil with ham, canned, ready-to-serve\", \"clust\": 2117, \"cat_0_index\": 2844, \"rank\": 907, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 791, \"ini\": 2058}, {\"group\": [1007.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), cooked, boiled, drained, without salt\", \"clust\": 1027, \"cat_0_index\": 3542, \"rank\": 908, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1369, \"ini\": 2057}, {\"group\": [3285.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, anchovy, european, canned in oil, drained solids\", \"clust\": 3319, \"cat_0_index\": 1559, \"rank\": 2964, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3010, \"ini\": 2056}, {\"group\": [675.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, water pack, solids and liquids\", \"clust\": 689, \"cat_0_index\": 1744, \"rank\": 909, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1836, \"ini\": 2055}, {\"group\": [2385.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed (corn, lima beans, peas, green beans, carrots) canned, no salt added\", \"clust\": 2411, \"cat_0_index\": 3543, \"rank\": 910, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1638, \"ini\": 2054}, {\"group\": [2260.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, cooked, boiled, drained, without salt\", \"clust\": 2289, \"cat_0_index\": 3544, \"rank\": 911, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1184, \"ini\": 2053}, {\"group\": [1441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soups, HEALTHY REQUEST Chicken with Egg Noodles\", \"clust\": 1467, \"cat_0_index\": 2845, \"rank\": 912, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1290, \"ini\": 2052}, {\"group\": [1313.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, raw\", \"clust\": 1334, \"cat_0_index\": 3545, \"rank\": 913, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1476, \"ini\": 2051}, {\"group\": [2066.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, canned, condensed\", \"clust\": 2097, \"cat_0_index\": 2846, \"rank\": 914, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1342, \"ini\": 2050}, {\"group\": [203.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, scoter, white-winged, meat (Alaska Native)\", \"clust\": 202, \"cat_0_index\": 1273, \"rank\": 915, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1440, \"ini\": 2049}, {\"group\": [1092.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 1111, \"cat_0_index\": 3546, \"rank\": 916, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1352, \"ini\": 2048}, {\"group\": [658.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice cocktail, frozen concentrate, diluted with 3 volume water, with added ascorbic acid\", \"clust\": 674, \"cat_0_index\": 1745, \"rank\": 917, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1956, \"ini\": 2047}, {\"group\": [3262.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, chicken, dry\", \"clust\": 3298, \"cat_0_index\": 2847, \"rank\": 2963, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3270, \"ini\": 2046}, {\"group\": [3759.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, COOKIE CRISP\", \"clust\": 3804, \"cat_0_index\": 860, \"rank\": 2962, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3135, \"ini\": 2045}, {\"group\": [3947.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, brown\", \"clust\": 3991, \"cat_0_index\": 3247, \"rank\": 2961, \"cat-0\": \"Sweets\", \"rankvar\": 3752, \"ini\": 2044}, {\"group\": [1373.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, raw\", \"clust\": 1397, \"cat_0_index\": 3547, \"rank\": 918, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2221, \"ini\": 2043}, {\"group\": [1431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, frozen, cooked, boiled, drained, with salt\", \"clust\": 1455, \"cat_0_index\": 3548, \"rank\": 919, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1995, \"ini\": 2042}, {\"group\": [3831.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dates, medjool\", \"clust\": 3878, \"cat_0_index\": 1746, \"rank\": 2960, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3469, \"ini\": 2041}, {\"group\": [331.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, protein-fortified, cooked, enriched, (n x 5.70)\", \"clust\": 328, \"cat_0_index\": 1021, \"rank\": 920, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3, \"ini\": 2040}, {\"group\": [2062.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey noodle, canned, condensed\", \"clust\": 2094, \"cat_0_index\": 2848, \"rank\": 921, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1088, \"ini\": 2039}, {\"group\": [1297.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Organic Tomato juice\", \"clust\": 1323, \"cat_0_index\": 3549, \"rank\": 922, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2217, \"ini\": 2038}, {\"group\": [689.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Peach Mango\", \"clust\": 700, \"cat_0_index\": 678, \"rank\": 923, \"cat-0\": \"Beverages\", \"rankvar\": 1779, \"ini\": 2037}, {\"group\": [1302.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Campbell's V8 100% Vegetable Juice\", \"clust\": 1325, \"cat_0_index\": 3550, \"rank\": 924, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2210, \"ini\": 2036}, {\"group\": [2101.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, white icicle, raw\", \"clust\": 2130, \"cat_0_index\": 3551, \"rank\": 925, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2328, \"ini\": 2035}, {\"group\": [566.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity pears, canned, juice pack, drained\", \"clust\": 578, \"cat_0_index\": 1747, \"rank\": 926, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1331, \"ini\": 2034}, {\"group\": [3620.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, RAISINETS Chocolate Covered Raisins\", \"clust\": 3661, \"cat_0_index\": 3248, \"rank\": 2959, \"cat-0\": \"Sweets\", \"rankvar\": 3381, \"ini\": 2033}, {\"group\": [2043.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, condensed\", \"clust\": 2074, \"cat_0_index\": 2849, \"rank\": 927, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 818, \"ini\": 2032}, {\"group\": [1298.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Tomato juice\", \"clust\": 1324, \"cat_0_index\": 3552, \"rank\": 928, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2223, \"ini\": 2031}, {\"group\": [1244.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, without added vitamin A and vitamin D (fat free or skim)\", \"clust\": 1268, \"cat_0_index\": 1150, \"rank\": 929, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1605, \"ini\": 2030}, {\"group\": [725.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, unsweetened, with added ascorbic acid\", \"clust\": 737, \"cat_0_index\": 1748, \"rank\": 930, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1745, \"ini\": 2029}, {\"group\": [1245.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, with added vitamin A and vitamin D (fat free or skim)\", \"clust\": 1269, \"cat_0_index\": 1151, \"rank\": 931, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1604, \"ini\": 2028}, {\"group\": [1316.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, canned, drained solids\", \"clust\": 1342, \"cat_0_index\": 3553, \"rank\": 932, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1665, \"ini\": 2027}, {\"group\": [1434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, cooked, boiled, drained, with salt\", \"clust\": 1459, \"cat_0_index\": 3554, \"rank\": 933, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2080, \"ini\": 2026}, {\"group\": [595.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with applesauce and bananas, junior\", \"clust\": 604, \"cat_0_index\": 115, \"rank\": 934, \"cat-0\": \"Baby Foods\", \"rankvar\": 515, \"ini\": 2025}, {\"group\": [659.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple and orange juice drink, canned\", \"clust\": 675, \"cat_0_index\": 679, \"rank\": 935, \"cat-0\": \"Beverages\", \"rankvar\": 1676, \"ini\": 2024}, {\"group\": [1000.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shallots, raw\", \"clust\": 1018, \"cat_0_index\": 3555, \"rank\": 936, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 476, \"ini\": 2023}, {\"group\": [1640.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Turkey Pot Pie - Fully Loaded\", \"clust\": 1667, \"cat_0_index\": 2850, \"rank\": 937, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 347, \"ini\": 2022}, {\"group\": [1507.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carissa, (natal-plum), raw\", \"clust\": 1528, \"cat_0_index\": 1749, \"rank\": 938, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1344, \"ini\": 2021}, {\"group\": [901.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, raw\", \"clust\": 920, \"cat_0_index\": 3556, \"rank\": 939, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2180, \"ini\": 2020}, {\"group\": [1745.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable chicken, canned, prepared with water, low sodium\", \"clust\": 1775, \"cat_0_index\": 2851, \"rank\": 940, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 285, \"ini\": 2019}, {\"group\": [279.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, herring eggs on giant kelp, Pacific (Alaska Native)\", \"clust\": 284, \"cat_0_index\": 1274, \"rank\": 941, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 928, \"ini\": 2018}, {\"group\": [2302.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, harvard, canned, solids and liquids\", \"clust\": 2331, \"cat_0_index\": 3557, \"rank\": 942, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 551, \"ini\": 2017}, {\"group\": [551.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit dessert, without ascorbic acid, junior\", \"clust\": 564, \"cat_0_index\": 116, \"rank\": 943, \"cat-0\": \"Baby Foods\", \"rankvar\": 1173, \"ini\": 2016}, {\"group\": [2072.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, turkey, canned, ready-to-serve\", \"clust\": 2100, \"cat_0_index\": 2852, \"rank\": 944, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1257, \"ini\": 2015}, {\"group\": [1179.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, plain, prepared with water (boiling water added or microwaved)\", \"clust\": 1204, \"cat_0_index\": 861, \"rank\": 945, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 576, \"ini\": 2014}, {\"group\": [2941.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, regular\", \"clust\": 2974, \"cat_0_index\": 345, \"rank\": 2958, \"cat-0\": \"Baked Products\", \"rankvar\": 2666, \"ini\": 2013}, {\"group\": [1331.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), cooked, boiled, drained, with salt\", \"clust\": 1352, \"cat_0_index\": 3558, \"rank\": 946, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2241, \"ini\": 2012}, {\"group\": [552.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit dessert, without ascorbic acid, strained\", \"clust\": 565, \"cat_0_index\": 117, \"rank\": 947, \"cat-0\": \"Baby Foods\", \"rankvar\": 1333, \"ini\": 2011}, {\"group\": [3743.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with \\\"DINOSAUR BONES\\\", Brown Sugar Cinnamon, dry\", \"clust\": 3774, \"cat_0_index\": 862, \"rank\": 2957, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2912, \"ini\": 2010}, {\"group\": [3843.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, marshmallow, chocolate-coated (includes marshmallow pies)\", \"clust\": 3888, \"cat_0_index\": 346, \"rank\": 2956, \"cat-0\": \"Baked Products\", \"rankvar\": 2968, \"ini\": 2009}, {\"group\": [673.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, pear\", \"clust\": 685, \"cat_0_index\": 118, \"rank\": 948, \"cat-0\": \"Baby Foods\", \"rankvar\": 1773, \"ini\": 2008}, {\"group\": [1045.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, Spaghetti in Tomato & Cheese Sauce\", \"clust\": 1065, \"cat_0_index\": 2158, \"rank\": 949, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 406, \"ini\": 2007}, {\"group\": [1788.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and ham, strained\", \"clust\": 1817, \"cat_0_index\": 119, \"rank\": 950, \"cat-0\": \"Baby Foods\", \"rankvar\": 734, \"ini\": 2006}, {\"group\": [1420.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, canned, drained solids\", \"clust\": 1441, \"cat_0_index\": 3559, \"rank\": 951, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1808, \"ini\": 2005}, {\"group\": [580.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, juice pack, solids and liquids\", \"clust\": 593, \"cat_0_index\": 1750, \"rank\": 952, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1484, \"ini\": 2004}, {\"group\": [3037.0, 31.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peanuts, all types, cooked, boiled, with salt\", \"clust\": 3066, \"cat_0_index\": 2074, \"rank\": 2955, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2311, \"ini\": 2003}, {\"group\": [3924.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, sweet chocolate coated fondant\", \"clust\": 3967, \"cat_0_index\": 3249, \"rank\": 2954, \"cat-0\": \"Sweets\", \"rankvar\": 3531, \"ini\": 2002}, {\"group\": [2142.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, frozen, chopped, unprepared\", \"clust\": 2173, \"cat_0_index\": 3560, \"rank\": 953, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2473, \"ini\": 2001}, {\"group\": [2083.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky beef, canned, ready-to-serve\", \"clust\": 2113, \"cat_0_index\": 2853, \"rank\": 954, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 412, \"ini\": 2000}, {\"group\": [2280.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, cream style, regular pack\", \"clust\": 2309, \"cat_0_index\": 3561, \"rank\": 955, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 336, \"ini\": 1999}, {\"group\": [1482.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, drained solids, no salt added\", \"clust\": 1510, \"cat_0_index\": 3562, \"rank\": 956, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 809, \"ini\": 1998}, {\"group\": [1087.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, extra firm\", \"clust\": 1106, \"cat_0_index\": 2075, \"rank\": 957, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 702, \"ini\": 1997}, {\"group\": [1462.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrot juice, canned\", \"clust\": 1487, \"cat_0_index\": 3563, \"rank\": 958, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1430, \"ini\": 1996}, {\"group\": [546.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, solids and liquids\", \"clust\": 559, \"cat_0_index\": 1751, \"rank\": 959, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1364, \"ini\": 1995}, {\"group\": [2063.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef Noodle Soup, condensed\", \"clust\": 2095, \"cat_0_index\": 2854, \"rank\": 960, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 976, \"ini\": 1994}, {\"group\": [2300.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce with banana, junior\", \"clust\": 2326, \"cat_0_index\": 120, \"rank\": 961, \"cat-0\": \"Baby Foods\", \"rankvar\": 825, \"ini\": 1993}, {\"group\": [2376.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, cooked, boiled, drained, without salt\", \"clust\": 2405, \"cat_0_index\": 3564, \"rank\": 962, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1990, \"ini\": 1992}, {\"group\": [686.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Strawberry Banana\", \"clust\": 702, \"cat_0_index\": 680, \"rank\": 963, \"cat-0\": \"Beverages\", \"rankvar\": 1733, \"ini\": 1991}, {\"group\": [2074.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, beef, canned, ready-to-serve\", \"clust\": 2104, \"cat_0_index\": 2855, \"rank\": 964, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1017, \"ini\": 1990}, {\"group\": [3838.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, canned, condensed, sweetened\", \"clust\": 3883, \"cat_0_index\": 1152, \"rank\": 2953, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3008, \"ini\": 1989}, {\"group\": [1349.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, cooked, boiled, drained, without salt\", \"clust\": 1374, \"cat_0_index\": 3565, \"rank\": 965, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2108, \"ini\": 1988}, {\"group\": [2995.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Taco shells, baked, without added salt\", \"clust\": 3029, \"cat_0_index\": 347, \"rank\": 2952, \"cat-0\": \"Baked Products\", \"rankvar\": 2749, \"ini\": 1987}, {\"group\": [1438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Italian Wedding Soup\", \"clust\": 1464, \"cat_0_index\": 2856, \"rank\": 966, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 955, \"ini\": 1986}, {\"group\": [661.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch drink, with added nutrients, canned\", \"clust\": 672, \"cat_0_index\": 681, \"rank\": 967, \"cat-0\": \"Beverages\", \"rankvar\": 2027, \"ini\": 1985}, {\"group\": [2029.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, mushroom, canned\", \"clust\": 2061, \"cat_0_index\": 2857, \"rank\": 968, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1402, \"ini\": 1984}, {\"group\": [1478.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, cooked, boiled, drained, without salt\", \"clust\": 1506, \"cat_0_index\": 3566, \"rank\": 969, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 618, \"ini\": 1983}, {\"group\": [3832.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dates, deglet noor\", \"clust\": 3879, \"cat_0_index\": 1752, \"rank\": 2951, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3443, \"ini\": 1982}, {\"group\": [1163.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni and cheese, strained\", \"clust\": 1187, \"cat_0_index\": 121, \"rank\": 970, \"cat-0\": \"Baby Foods\", \"rankvar\": 514, \"ini\": 1981}, {\"group\": [2619.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil-butter spread, tub, with salt\", \"clust\": 2648, \"cat_0_index\": 1527, \"rank\": 2950, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2937, \"ini\": 1980}, {\"group\": [1414.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, seasoned, solids and liquids\", \"clust\": 1438, \"cat_0_index\": 3567, \"rank\": 971, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 975, \"ini\": 1979}, {\"group\": [660.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange and apricot juice drink, canned\", \"clust\": 673, \"cat_0_index\": 682, \"rank\": 972, \"cat-0\": \"Beverages\", \"rankvar\": 1738, \"ini\": 1978}, {\"group\": [898.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, cooked, boiled, drained, without salt\", \"clust\": 917, \"cat_0_index\": 3568, \"rank\": 973, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2468, \"ini\": 1977}, {\"group\": [2989.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, standard snack-type, regular, low salt\", \"clust\": 3022, \"cat_0_index\": 348, \"rank\": 2949, \"cat-0\": \"Baked Products\", \"rankvar\": 2752, \"ini\": 1976}, {\"group\": [602.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Nog, soymilk\", \"clust\": 611, \"cat_0_index\": 2076, \"rank\": 974, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 585, \"ini\": 1975}, {\"group\": [200.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, broad, head, eyes, cheeks and soft bones (Alaska Native)\", \"clust\": 204, \"cat_0_index\": 1275, \"rank\": 975, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 740, \"ini\": 1974}, {\"group\": [1621.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Grilled Sirloin Steak with Hearty Vegetables Soup\", \"clust\": 1649, \"cat_0_index\": 2858, \"rank\": 976, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1133, \"ini\": 1973}, {\"group\": [2085.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey, chunky, canned, ready-to-serve\", \"clust\": 2115, \"cat_0_index\": 2859, \"rank\": 977, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 679, \"ini\": 1972}, {\"group\": [233.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, roughy, orange, raw\", \"clust\": 235, \"cat_0_index\": 1560, \"rank\": 978, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 475, \"ini\": 1971}, {\"group\": [1315.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, beets, strained\", \"clust\": 1340, \"cat_0_index\": 122, \"rank\": 979, \"cat-0\": \"Baby Foods\", \"rankvar\": 1539, \"ini\": 1970}, {\"group\": [2289.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, cooked, with salt\", \"clust\": 2316, \"cat_0_index\": 3569, \"rank\": 980, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 707, \"ini\": 1969}, {\"group\": [1382.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, summer, crookneck and straightneck, frozen, cooked, boiled, drained, with salt\", \"clust\": 1407, \"cat_0_index\": 3570, \"rank\": 981, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1849, \"ini\": 1968}, {\"group\": [3319.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, catjang, mature seeds, raw\", \"clust\": 3355, \"cat_0_index\": 2077, \"rank\": 2948, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3137, \"ini\": 1967}, {\"group\": [2319.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, cooked with water, with salt\", \"clust\": 2353, \"cat_0_index\": 863, \"rank\": 982, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 743, \"ini\": 1966}, {\"group\": [544.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity pears, canned, light syrup, drained\", \"clust\": 557, \"cat_0_index\": 1753, \"rank\": 983, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1227, \"ini\": 1965}, {\"group\": [1065.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Soup, Savory White Bean with Roasted Ham Soup\", \"clust\": 1083, \"cat_0_index\": 2860, \"rank\": 984, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 639, \"ini\": 1964}, {\"group\": [1282.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chunky vegetable, canned, ready-to-serve\", \"clust\": 1307, \"cat_0_index\": 2861, \"rank\": 985, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1037, \"ini\": 1963}, {\"group\": [1089.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, soft\", \"clust\": 1105, \"cat_0_index\": 2078, \"rank\": 986, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 840, \"ini\": 1962}, {\"group\": [3244.0, 51.0, 14.0, 7.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Thyme, fresh\", \"clust\": 3278, \"cat_0_index\": 3108, \"rank\": 2947, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3128, \"ini\": 1961}, {\"group\": [3283.0, 57.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Egg, yolk, raw, frozen, salted\", \"clust\": 3317, \"cat_0_index\": 1153, \"rank\": 2946, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2933, \"ini\": 1960}, {\"group\": [554.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice, canned or bottled, unsweetened, without added ascorbic acid\", \"clust\": 566, \"cat_0_index\": 1754, \"rank\": 987, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1530, \"ini\": 1959}, {\"group\": [3945.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder\", \"clust\": 3992, \"cat_0_index\": 683, \"rank\": 2945, \"cat-0\": \"Beverages\", \"rankvar\": 3740, \"ini\": 1958}, {\"group\": [682.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, canned, unsweetened\", \"clust\": 690, \"cat_0_index\": 1755, \"rank\": 988, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1971, \"ini\": 1957}, {\"group\": [1301.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST Tomato juice\", \"clust\": 1326, \"cat_0_index\": 3571, \"rank\": 989, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2202, \"ini\": 1956}, {\"group\": [2234.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, vacuum pack, no salt added\", \"clust\": 2264, \"cat_0_index\": 3572, \"rank\": 990, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 253, \"ini\": 1955}, {\"group\": [2328.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, canned, no salt added, solids and liquids\", \"clust\": 2360, \"cat_0_index\": 3573, \"rank\": 991, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1471, \"ini\": 1954}, {\"group\": [2256.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, corn and sweet potatoes, strained\", \"clust\": 2285, \"cat_0_index\": 123, \"rank\": 992, \"cat-0\": \"Baby Foods\", \"rankvar\": 560, \"ini\": 1953}, {\"group\": [687.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Tropical\", \"clust\": 703, \"cat_0_index\": 684, \"rank\": 993, \"cat-0\": \"Beverages\", \"rankvar\": 1736, \"ini\": 1952}, {\"group\": [1998.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, condensed\", \"clust\": 2030, \"cat_0_index\": 2862, \"rank\": 994, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1764, \"ini\": 1951}, {\"group\": [934.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, stir-fried\", \"clust\": 950, \"cat_0_index\": 3574, \"rank\": 995, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1802, \"ini\": 1950}, {\"group\": [2370.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, raw\", \"clust\": 2397, \"cat_0_index\": 3575, \"rank\": 996, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2074, \"ini\": 1949}, {\"group\": [2263.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peas and brown rice\", \"clust\": 2290, \"cat_0_index\": 124, \"rank\": 997, \"cat-0\": \"Baby Foods\", \"rankvar\": 568, \"ini\": 1948}, {\"group\": [1989.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of potato, canned, prepared with equal volume milk\", \"clust\": 2015, \"cat_0_index\": 2863, \"rank\": 998, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 752, \"ini\": 1947}, {\"group\": [2452.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut meat, dried (desiccated), sweetened, flaked, canned\", \"clust\": 2478, \"cat_0_index\": 2282, \"rank\": 2944, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3241, \"ini\": 1946}, {\"group\": [1750.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, macaroni, beef and tomato sauce, toddler\", \"clust\": 1771, \"cat_0_index\": 125, \"rank\": 999, \"cat-0\": \"Baby Foods\", \"rankvar\": 211, \"ini\": 1945}, {\"group\": [582.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, frozen, unsweetened\", \"clust\": 592, \"cat_0_index\": 1756, \"rank\": 1000, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1328, \"ini\": 1944}, {\"group\": [688.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beverages, vegetable and fruit juice blend, 100% juice, with added vitamins A, C, E\", \"clust\": 701, \"cat_0_index\": 685, \"rank\": 1001, \"cat-0\": \"Beverages\", \"rankvar\": 1909, \"ini\": 1943}, {\"group\": [1199.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, okara\", \"clust\": 1205, \"cat_0_index\": 2079, \"rank\": 1002, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 342, \"ini\": 1942}, {\"group\": [3845.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, snack cakes, creme-filled, chocolate with frosting\", \"clust\": 3887, \"cat_0_index\": 349, \"rank\": 2943, \"cat-0\": \"Baked Products\", \"rankvar\": 2682, \"ini\": 1941}, {\"group\": [3722.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S GROOVY GRAHAMS\", \"clust\": 3765, \"cat_0_index\": 864, \"rank\": 2942, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3215, \"ini\": 1940}, {\"group\": [3901.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, OREO O's Cereal\", \"clust\": 3946, \"cat_0_index\": 865, \"rank\": 2941, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3160, \"ini\": 1939}, {\"group\": [1472.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, raw\", \"clust\": 1497, \"cat_0_index\": 3576, \"rank\": 1003, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1513, \"ini\": 1938}, {\"group\": [1328.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, canned, drained solids\", \"clust\": 1354, \"cat_0_index\": 3577, \"rank\": 1004, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2067, \"ini\": 1937}, {\"group\": [545.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, light syrup pack, solids and liquids\", \"clust\": 558, \"cat_0_index\": 1757, \"rank\": 1005, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1422, \"ini\": 1936}, {\"group\": [1636.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Split Pea 'N' Ham Soup\", \"clust\": 1664, \"cat_0_index\": 2864, \"rank\": 1006, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 352, \"ini\": 1935}, {\"group\": [849.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, cooked, boiled, drained, with salt\", \"clust\": 868, \"cat_0_index\": 3578, \"rank\": 1007, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2237, \"ini\": 1934}, {\"group\": [1157.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, reduced fat, without salt\", \"clust\": 1117, \"cat_0_index\": 1528, \"rank\": 1008, \"cat-0\": \"Fats and Oils\", \"rankvar\": 705, \"ini\": 1933}, {\"group\": [2838.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bologna, chicken, pork\", \"clust\": 2871, \"cat_0_index\": 2420, \"rank\": 2940, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2518, \"ini\": 1932}, {\"group\": [3287.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, au gratin, dry mix, unprepared\", \"clust\": 3322, \"cat_0_index\": 3579, \"rank\": 2939, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2947, \"ini\": 1931}, {\"group\": [2310.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Buckwheat groats, roasted, cooked\", \"clust\": 2338, \"cat_0_index\": 1022, \"rank\": 1009, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 194, \"ini\": 1930}, {\"group\": [1260.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus Omega-3 DHA, soymilk\", \"clust\": 1282, \"cat_0_index\": 2080, \"rank\": 1010, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1596, \"ini\": 1929}, {\"group\": [1293.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, salsa\", \"clust\": 1313, \"cat_0_index\": 2865, \"rank\": 1011, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1602, \"ini\": 1928}, {\"group\": [3183.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, fresh, queso fresco\", \"clust\": 3217, \"cat_0_index\": 1154, \"rank\": 2938, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2627, \"ini\": 1927}, {\"group\": [2377.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, all styles, unprepared\", \"clust\": 2406, \"cat_0_index\": 3580, \"rank\": 1012, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1652, \"ini\": 1926}, {\"group\": [3021.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, enriched, baked\", \"clust\": 3054, \"cat_0_index\": 350, \"rank\": 2937, \"cat-0\": \"Baked Products\", \"rankvar\": 2717, \"ini\": 1925}, {\"group\": [1317.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, cooked, boiled, drained, with salt\", \"clust\": 1343, \"cat_0_index\": 3581, \"rank\": 1013, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1251, \"ini\": 1924}, {\"group\": [3864.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Rocky Road\", \"clust\": 3908, \"cat_0_index\": 351, \"rank\": 2936, \"cat-0\": \"Baked Products\", \"rankvar\": 2782, \"ini\": 1923}, {\"group\": [1823.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni and Cheese, canned entree\", \"clust\": 1850, \"cat_0_index\": 2159, \"rank\": 1014, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 266, \"ini\": 1922}, {\"group\": [1329.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, cooked, boiled, drained, with salt\", \"clust\": 1355, \"cat_0_index\": 3582, \"rank\": 1015, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2101, \"ini\": 1921}, {\"group\": [2281.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, cream style, regular pack\", \"clust\": 2310, \"cat_0_index\": 3583, \"rank\": 1016, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 341, \"ini\": 1920}, {\"group\": [2103.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celtuce, raw\", \"clust\": 2133, \"cat_0_index\": 3584, \"rank\": 1017, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2275, \"ini\": 1919}, {\"group\": [3892.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER MARSHMALLOW SAFARI\", \"clust\": 3938, \"cat_0_index\": 866, \"rank\": 2935, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3173, \"ini\": 1918}, {\"group\": [1267.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dairy drink mix, chocolate, reduced calorie, with aspartame, powder, prepared with water and ice\", \"clust\": 1277, \"cat_0_index\": 686, \"rank\": 1018, \"cat-0\": \"Beverages\", \"rankvar\": 1856, \"ini\": 1917}, {\"group\": [2086.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, chunky, canned, ready-to-serve\", \"clust\": 2116, \"cat_0_index\": 2866, \"rank\": 1019, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 365, \"ini\": 1916}, {\"group\": [401.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prunes, dehydrated (low-moisture), stewed\", \"clust\": 410, \"cat_0_index\": 1758, \"rank\": 1020, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 227, \"ini\": 1915}, {\"group\": [3707.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Oatmeal Pecan\", \"clust\": 3749, \"cat_0_index\": 352, \"rank\": 2934, \"cat-0\": \"Baked Products\", \"rankvar\": 2673, \"ini\": 1914}, {\"group\": [1212.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Chai, soymilk\", \"clust\": 1235, \"cat_0_index\": 2081, \"rank\": 1021, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1216, \"ini\": 1913}, {\"group\": [581.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, water pack, solids and liquids\", \"clust\": 594, \"cat_0_index\": 1759, \"rank\": 1022, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1418, \"ini\": 1912}, {\"group\": [555.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricot nectar, canned, without added ascorbic acid\", \"clust\": 567, \"cat_0_index\": 1760, \"rank\": 1023, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1519, \"ini\": 1911}, {\"group\": [1536.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radish seeds, sprouted, raw\", \"clust\": 1527, \"cat_0_index\": 3585, \"rank\": 1024, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1485, \"ini\": 1910}, {\"group\": [3496.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffee, instant, decaffeinated, powder\", \"clust\": 3536, \"cat_0_index\": 687, \"rank\": 2933, \"cat-0\": \"Beverages\", \"rankvar\": 3803, \"ini\": 1909}, {\"group\": [1498.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, young pods with seeds, raw\", \"clust\": 1523, \"cat_0_index\": 3586, \"rank\": 1025, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1301, \"ini\": 1908}, {\"group\": [2180.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, kelp, raw\", \"clust\": 2207, \"cat_0_index\": 3587, \"rank\": 1026, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1170, \"ini\": 1907}, {\"group\": [922.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, raw\", \"clust\": 940, \"cat_0_index\": 3588, \"rank\": 1027, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1545, \"ini\": 1906}, {\"group\": [3025.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, shortbread, commercially prepared, pecan\", \"clust\": 3061, \"cat_0_index\": 353, \"rank\": 2932, \"cat-0\": \"Baked Products\", \"rankvar\": 2994, \"ini\": 1905}, {\"group\": [692.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Juice, apple and grape blend, with added ascorbic acid\", \"clust\": 706, \"cat_0_index\": 1761, \"rank\": 1028, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1827, \"ini\": 1904}, {\"group\": [2122.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, cooked, boiled, drained, without salt\", \"clust\": 2152, \"cat_0_index\": 3589, \"rank\": 1029, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2268, \"ini\": 1903}, {\"group\": [1439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Microwavable Bowls, Grilled Chicken & Sausage Gumbo Soup\", \"clust\": 1465, \"cat_0_index\": 2867, \"rank\": 1030, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 758, \"ini\": 1902}, {\"group\": [664.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach cobbler, strained\", \"clust\": 679, \"cat_0_index\": 126, \"rank\": 1031, \"cat-0\": \"Baby Foods\", \"rankvar\": 1232, \"ini\": 1901}, {\"group\": [3023.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, dry mix, prepared, baked\", \"clust\": 3057, \"cat_0_index\": 354, \"rank\": 2931, \"cat-0\": \"Baked Products\", \"rankvar\": 2781, \"ini\": 1900}, {\"group\": [1622.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken and Dumplings Soup\", \"clust\": 1650, \"cat_0_index\": 2868, \"rank\": 1032, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 593, \"ini\": 1899}, {\"group\": [201.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squirrel, ground, meat (Alaska Native)\", \"clust\": 205, \"cat_0_index\": 1276, \"rank\": 1033, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 800, \"ini\": 1898}, {\"group\": [1457.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong bean, cooked, boiled, drained, with salt\", \"clust\": 1483, \"cat_0_index\": 3590, \"rank\": 1034, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1296, \"ini\": 1897}, {\"group\": [1540.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, ravioli, cheese filled, with tomato sauce\", \"clust\": 1564, \"cat_0_index\": 127, \"rank\": 1035, \"cat-0\": \"Baby Foods\", \"rankvar\": 138, \"ini\": 1896}, {\"group\": [3622.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, POP'ABLES MILKY WAY Brand Bite Size Candies\", \"clust\": 3663, \"cat_0_index\": 3250, \"rank\": 2930, \"cat-0\": \"Sweets\", \"rankvar\": 3423, \"ini\": 1895}, {\"group\": [1639.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, BBQ Seasoned Pork Soup\", \"clust\": 1666, \"cat_0_index\": 2869, \"rank\": 1036, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 525, \"ini\": 1894}, {\"group\": [593.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with mixed fruit, junior\", \"clust\": 607, \"cat_0_index\": 128, \"rank\": 1037, \"cat-0\": \"Baby Foods\", \"rankvar\": 745, \"ini\": 1893}, {\"group\": [547.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, mixed fruit (peaches, pears, grapes), canned, light syrup, drained\", \"clust\": 560, \"cat_0_index\": 1762, \"rank\": 1038, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1322, \"ini\": 1892}, {\"group\": [1206.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, prepared with boiling water\", \"clust\": 1227, \"cat_0_index\": 867, \"rank\": 1039, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 541, \"ini\": 1891}, {\"group\": [1432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, cooked, boiled, drained, with salt\", \"clust\": 1456, \"cat_0_index\": 3591, \"rank\": 1040, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1873, \"ini\": 1890}, {\"group\": [1051.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Organic Picante Sauce\", \"clust\": 1070, \"cat_0_index\": 2870, \"rank\": 1041, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2280, \"ini\": 1889}, {\"group\": [3364.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, rye, wafers, plain\", \"clust\": 3395, \"cat_0_index\": 355, \"rank\": 2929, \"cat-0\": \"Baked Products\", \"rankvar\": 3554, \"ini\": 1888}, {\"group\": [3741.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, fruit and cream variety, dry\", \"clust\": 3785, \"cat_0_index\": 868, \"rank\": 2928, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2801, \"ini\": 1887}, {\"group\": [1090.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, cooked, boiled, drained, without salt\", \"clust\": 1109, \"cat_0_index\": 3592, \"rank\": 1042, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1911, \"ini\": 1886}, {\"group\": [1291.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed, reduced sodium\", \"clust\": 1318, \"cat_0_index\": 2871, \"rank\": 1043, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 828, \"ini\": 1885}, {\"group\": [1188.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids and vitamin A and vitamin D\", \"clust\": 1212, \"cat_0_index\": 1155, \"rank\": 1044, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1213, \"ini\": 1884}, {\"group\": [1412.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, canned, solids and liquids\", \"clust\": 1436, \"cat_0_index\": 3593, \"rank\": 1045, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1079, \"ini\": 1883}, {\"group\": [597.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 610, \"cat_0_index\": 1763, \"rank\": 1046, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1627, \"ini\": 1882}, {\"group\": [1401.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, frozen, cooked, boiled, drained, with salt\", \"clust\": 1427, \"cat_0_index\": 3594, \"rank\": 1047, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1930, \"ini\": 1881}, {\"group\": [2991.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, prepared from recipe, made with margarine\", \"clust\": 3021, \"cat_0_index\": 356, \"rank\": 2927, \"cat-0\": \"Baked Products\", \"rankvar\": 2729, \"ini\": 1880}, {\"group\": [690.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and grape\", \"clust\": 704, \"cat_0_index\": 129, \"rank\": 1048, \"cat-0\": \"Baby Foods\", \"rankvar\": 1979, \"ini\": 1879}, {\"group\": [2690.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, bacon and tomato\", \"clust\": 2722, \"cat_0_index\": 1529, \"rank\": 2926, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3061, \"ini\": 1878}, {\"group\": [2367.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, boiled, mashed, without salt\", \"clust\": 2399, \"cat_0_index\": 3595, \"rank\": 1049, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1781, \"ini\": 1877}, {\"group\": [1716.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Chicken Broccoli Cheese & Potato Soup\", \"clust\": 1745, \"cat_0_index\": 2872, \"rank\": 1050, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 455, \"ini\": 1876}, {\"group\": [1049.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Chipotle Chunky Salsa\", \"clust\": 1071, \"cat_0_index\": 2873, \"rank\": 1051, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2272, \"ini\": 1875}, {\"group\": [1186.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, protein fortified, with added vitamin A and vitamin D\", \"clust\": 1211, \"cat_0_index\": 1156, \"rank\": 1052, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1305, \"ini\": 1874}, {\"group\": [1311.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, young green, tops only\", \"clust\": 1337, \"cat_0_index\": 3596, \"rank\": 1053, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1913, \"ini\": 1873}, {\"group\": [3081.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salmon, red (sockeye), filets with skin, smoked (Alaska Native)\", \"clust\": 3116, \"cat_0_index\": 1277, \"rank\": 2925, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3451, \"ini\": 1872}, {\"group\": [589.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, raw\", \"clust\": 602, \"cat_0_index\": 1764, \"rank\": 1054, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1509, \"ini\": 1871}, {\"group\": [1627.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SOUP AT HAND, Creamy Tomato Soup\", \"clust\": 1655, \"cat_0_index\": 2874, \"rank\": 1055, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1077, \"ini\": 1870}, {\"group\": [1050.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Thick & Chunky Salsa\", \"clust\": 1072, \"cat_0_index\": 2875, \"rank\": 1056, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2277, \"ini\": 1869}, {\"group\": [1641.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Smoked Chicken with Roasted Corn Chowder\", \"clust\": 1668, \"cat_0_index\": 2876, \"rank\": 1057, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 415, \"ini\": 1868}, {\"group\": [567.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, frozen, unsweetened\", \"clust\": 579, \"cat_0_index\": 1765, \"rank\": 1058, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1455, \"ini\": 1867}, {\"group\": [304.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Creamy Stroganoff Sauce with pasta\", \"clust\": 300, \"cat_0_index\": 2160, \"rank\": 1059, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 0, \"ini\": 1866}, {\"group\": [2178.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, frozen, uncooked\", \"clust\": 2208, \"cat_0_index\": 1766, \"rank\": 1060, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2357, \"ini\": 1865}, {\"group\": [2134.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Limes, raw\", \"clust\": 2162, \"cat_0_index\": 1767, \"rank\": 1061, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1871, \"ini\": 1864}, {\"group\": [2326.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tree fern, cooked, with salt\", \"clust\": 2356, \"cat_0_index\": 3597, \"rank\": 1062, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2185, \"ini\": 1863}, {\"group\": [700.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-strawberry-banana juice\", \"clust\": 711, \"cat_0_index\": 1768, \"rank\": 1063, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1572, \"ini\": 1862}, {\"group\": [2035.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey and gravy, frozen\", \"clust\": 2065, \"cat_0_index\": 2342, \"rank\": 1064, \"cat-0\": \"Poultry Products\", \"rankvar\": 613, \"ini\": 1861}, {\"group\": [3043.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish sticks, meatless\", \"clust\": 3075, \"cat_0_index\": 2082, \"rank\": 2923, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2313, \"ini\": 1860}, {\"group\": [3044.0, 32.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Vegetarian fillets\", \"clust\": 3076, \"cat_0_index\": 2083, \"rank\": 2924, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2314, \"ini\": 1859}, {\"group\": [414.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apple\", \"clust\": 423, \"cat_0_index\": 130, \"rank\": 1065, \"cat-0\": \"Baby Foods\", \"rankvar\": 2465, \"ini\": 1858}, {\"group\": [1458.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, baked, with salt\", \"clust\": 1481, \"cat_0_index\": 3598, \"rank\": 1066, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1065, \"ini\": 1857}, {\"group\": [3851.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Coffeecake, cinnamon with crumb topping, dry mix\", \"clust\": 3894, \"cat_0_index\": 357, \"rank\": 2922, \"cat-0\": \"Baked Products\", \"rankvar\": 3028, \"ini\": 1856}, {\"group\": [1488.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mung beans, mature seeds, sprouted, cooked, stir-fried\", \"clust\": 1500, \"cat_0_index\": 3599, \"rank\": 1067, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 682, \"ini\": 1855}, {\"group\": [1467.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, crushed, canned\", \"clust\": 1495, \"cat_0_index\": 3600, \"rank\": 1068, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1584, \"ini\": 1854}, {\"group\": [2023.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, potato ham chowder, chunky, ready-to-serve, single brand\", \"clust\": 2051, \"cat_0_index\": 2877, \"rank\": 1069, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 605, \"ini\": 1853}, {\"group\": [1246.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, nonfat, fluid, with added nonfat milk solids, vitamin A and vitamin D (fat free or skim)\", \"clust\": 1267, \"cat_0_index\": 1157, \"rank\": 1070, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1548, \"ini\": 1852}, {\"group\": [1499.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1522, \"cat_0_index\": 3601, \"rank\": 1071, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 573, \"ini\": 1851}, {\"group\": [713.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and blueberry, junior\", \"clust\": 726, \"cat_0_index\": 131, \"rank\": 1072, \"cat-0\": \"Baby Foods\", \"rankvar\": 1141, \"ini\": 1850}, {\"group\": [476.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vinegar, balsamic\", \"clust\": 487, \"cat_0_index\": 3109, \"rank\": 1073, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 893, \"ini\": 1849}, {\"group\": [3098.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, agar, dried\", \"clust\": 3128, \"cat_0_index\": 3602, \"rank\": 2921, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3260, \"ini\": 1848}, {\"group\": [1396.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, shellie, canned, solids and liquids\", \"clust\": 1423, \"cat_0_index\": 3603, \"rank\": 1074, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1924, \"ini\": 1847}, {\"group\": [1253.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, original and vanilla, with added calcium, vitamins A and D\", \"clust\": 1281, \"cat_0_index\": 2084, \"rank\": 1075, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1457, \"ini\": 1846}, {\"group\": [561.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, light syrup pack, solids and liquids\", \"clust\": 571, \"cat_0_index\": 1769, \"rank\": 1076, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1542, \"ini\": 1845}, {\"group\": [1193.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, vanilla, dry mix, prepared with 2% milk\", \"clust\": 1217, \"cat_0_index\": 3251, \"rank\": 1077, \"cat-0\": \"Sweets\", \"rankvar\": 436, \"ini\": 1844}, {\"group\": [3092.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, dry\", \"clust\": 3127, \"cat_0_index\": 132, \"rank\": 2920, \"cat-0\": \"Baby Foods\", \"rankvar\": 3144, \"ini\": 1843}, {\"group\": [1239.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, imitation, non-soy\", \"clust\": 1257, \"cat_0_index\": 1158, \"rank\": 1078, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1392, \"ini\": 1842}, {\"group\": [3765.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MALT-O-MEAL, COCO-ROOS\", \"clust\": 3807, \"cat_0_index\": 869, \"rank\": 2919, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3301, \"ini\": 1841}, {\"group\": [245.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pollock, walleye, raw\", \"clust\": 250, \"cat_0_index\": 1561, \"rank\": 1079, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1002, \"ini\": 1840}, {\"group\": [530.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pomegranate juice, bottled\", \"clust\": 540, \"cat_0_index\": 1770, \"rank\": 1080, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1535, \"ini\": 1839}, {\"group\": [2896.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2930, \"cat_0_index\": 443, \"rank\": 2918, \"cat-0\": \"Beef Products\", \"rankvar\": 2722, \"ini\": 1838}, {\"group\": [1004.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, cooked, steamed, without salt\", \"clust\": 1023, \"cat_0_index\": 3604, \"rank\": 1081, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 733, \"ini\": 1837}, {\"group\": [2368.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, canned, without salt\", \"clust\": 2400, \"cat_0_index\": 3605, \"rank\": 1082, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1641, \"ini\": 1836}, {\"group\": [1207.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plain soy yogurt\", \"clust\": 1226, \"cat_0_index\": 2085, \"rank\": 1083, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1070, \"ini\": 1835}, {\"group\": [473.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, cherry vanilla pudding, junior\", \"clust\": 484, \"cat_0_index\": 133, \"rank\": 1084, \"cat-0\": \"Baby Foods\", \"rankvar\": 1686, \"ini\": 1834}, {\"group\": [1273.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, egg yolks and bacon, junior\", \"clust\": 1297, \"cat_0_index\": 134, \"rank\": 1085, \"cat-0\": \"Baby Foods\", \"rankvar\": 532, \"ini\": 1833}, {\"group\": [1002.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, potato, mashed\", \"clust\": 1020, \"cat_0_index\": 1336, \"rank\": 1086, \"cat-0\": \"Fast Foods\", \"rankvar\": 302, \"ini\": 1832}, {\"group\": [3450.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST Raisin Bran Cereal\", \"clust\": 3486, \"cat_0_index\": 870, \"rank\": 2917, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3011, \"ini\": 1831}, {\"group\": [1785.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and beef, strained\", \"clust\": 1813, \"cat_0_index\": 135, \"rank\": 1087, \"cat-0\": \"Baby Foods\", \"rankvar\": 426, \"ini\": 1830}, {\"group\": [2212.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pe-tsai), raw\", \"clust\": 2238, \"cat_0_index\": 3606, \"rank\": 1088, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2259, \"ini\": 1829}, {\"group\": [2314.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, canned, drained solids\", \"clust\": 2343, \"cat_0_index\": 3607, \"rank\": 1089, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 847, \"ini\": 1828}, {\"group\": [1722.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SWANSON, Chicken and Dumplings\", \"clust\": 1741, \"cat_0_index\": 2161, \"rank\": 1090, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 272, \"ini\": 1827}, {\"group\": [202.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, liver, raw (Alaska Native)\", \"clust\": 203, \"cat_0_index\": 1278, \"rank\": 1091, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 527, \"ini\": 1826}, {\"group\": [2502.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, almond\", \"clust\": 2531, \"cat_0_index\": 2569, \"rank\": 2916, \"cat-0\": \"Snacks\", \"rankvar\": 2742, \"ini\": 1825}, {\"group\": [3836.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Figs, dried, uncooked\", \"clust\": 3870, \"cat_0_index\": 1771, \"rank\": 2915, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3126, \"ini\": 1824}, {\"group\": [857.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with tomato tidbits\", \"clust\": 872, \"cat_0_index\": 3608, \"rank\": 1092, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1830, \"ini\": 1823}, {\"group\": [1312.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnips, raw\", \"clust\": 1335, \"cat_0_index\": 3609, \"rank\": 1093, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1932, \"ini\": 1822}, {\"group\": [1400.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, canned, solids and liquids\", \"clust\": 1420, \"cat_0_index\": 3610, \"rank\": 1094, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1915, \"ini\": 1821}, {\"group\": [3804.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S FROOT LOOPS\", \"clust\": 3850, \"cat_0_index\": 871, \"rank\": 2914, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3243, \"ini\": 1820}, {\"group\": [1630.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs in Meat Sauce\", \"clust\": 1648, \"cat_0_index\": 2162, \"rank\": 1095, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 554, \"ini\": 1819}, {\"group\": [1181.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, macaroni and cheese, toddler\", \"clust\": 1185, \"cat_0_index\": 136, \"rank\": 1096, \"cat-0\": \"Baby Foods\", \"rankvar\": 355, \"ini\": 1818}, {\"group\": [694.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 709, \"cat_0_index\": 1772, \"rank\": 1097, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1997, \"ini\": 1817}, {\"group\": [2286.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Original\", \"clust\": 2318, \"cat_0_index\": 2163, \"rank\": 1098, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 404, \"ini\": 1816}, {\"group\": [1402.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, cooked, boiled, drained, with salt\", \"clust\": 1428, \"cat_0_index\": 3611, \"rank\": 1099, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1917, \"ini\": 1815}, {\"group\": [559.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, light syrup, solids and liquids\", \"clust\": 572, \"cat_0_index\": 1773, \"rank\": 1100, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1517, \"ini\": 1814}, {\"group\": [407.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, guava and papaya with tapioca, strained\", \"clust\": 416, \"cat_0_index\": 137, \"rank\": 1101, \"cat-0\": \"Baby Foods\", \"rankvar\": 2336, \"ini\": 1813}, {\"group\": [779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, unenriched, without added salt\", \"clust\": 794, \"cat_0_index\": 1023, \"rank\": 1102, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 8, \"ini\": 1812}, {\"group\": [779.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, enriched\", \"clust\": 795, \"cat_0_index\": 1024, \"rank\": 1103, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 9, \"ini\": 1811}, {\"group\": [2384.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, cooked, boiled, drained, without salt\", \"clust\": 2412, \"cat_0_index\": 3612, \"rank\": 1104, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1612, \"ini\": 1810}, {\"group\": [924.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, enoki, raw\", \"clust\": 939, \"cat_0_index\": 3613, \"rank\": 1105, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1520, \"ini\": 1809}, {\"group\": [2109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rhubarb, raw\", \"clust\": 2135, \"cat_0_index\": 1774, \"rank\": 1106, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2142, \"ini\": 1808}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, DHA and ARA, prepared from liquid concentrate\", \"clust\": 1126, \"cat_0_index\": 138, \"rank\": 1107, \"cat-0\": \"Baby Foods\", \"rankvar\": 851, \"ini\": 1807}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, ready-to-feed\", \"clust\": 1127, \"cat_0_index\": 139, \"rank\": 1108, \"cat-0\": \"Baby Foods\", \"rankvar\": 852, \"ini\": 1806}, {\"group\": [1102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SUPREME, with iron, DHA and ARA, ready-to-feed\", \"clust\": 1125, \"cat_0_index\": 140, \"rank\": 1109, \"cat-0\": \"Baby Foods\", \"rankvar\": 853, \"ini\": 1805}, {\"group\": [280.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Nasoya Lite Firm Tofu\", \"clust\": 285, \"cat_0_index\": 2086, \"rank\": 1110, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1488, \"ini\": 1804}, {\"group\": [2288.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, brine pack, regular pack, solids and liquids\", \"clust\": 2317, \"cat_0_index\": 3614, \"rank\": 1111, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 464, \"ini\": 1803}, {\"group\": [1248.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, fluid, cultured, lowfat\", \"clust\": 1270, \"cat_0_index\": 1159, \"rank\": 1112, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1429, \"ini\": 1802}, {\"group\": [3026.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, deep dish, frozen, baked, made with enriched flour\", \"clust\": 3062, \"cat_0_index\": 358, \"rank\": 2913, \"cat-0\": \"Baked Products\", \"rankvar\": 2826, \"ini\": 1801}, {\"group\": [1790.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables chicken, strained\", \"clust\": 1818, \"cat_0_index\": 141, \"rank\": 1113, \"cat-0\": \"Baby Foods\", \"rankvar\": 730, \"ini\": 1800}, {\"group\": [1008.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gourd, dishcloth (towelgourd), cooked, boiled, drained, with salt\", \"clust\": 1025, \"cat_0_index\": 3615, \"rank\": 1114, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1428, \"ini\": 1799}, {\"group\": [695.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apple and banana\", \"clust\": 710, \"cat_0_index\": 142, \"rank\": 1115, \"cat-0\": \"Baby Foods\", \"rankvar\": 1847, \"ini\": 1798}, {\"group\": [974.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Salsa Verde\", \"clust\": 991, \"cat_0_index\": 2878, \"rank\": 1116, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1844, \"ini\": 1797}, {\"group\": [2201.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, cooked, boiled, drained, without salt\", \"clust\": 2232, \"cat_0_index\": 3616, \"rank\": 1117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1720, \"ini\": 1796}, {\"group\": [560.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, light syrup pack, solids and liquids\", \"clust\": 573, \"cat_0_index\": 1775, \"rank\": 1118, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1495, \"ini\": 1795}, {\"group\": [1266.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus for Bone Health, soymilk\", \"clust\": 1278, \"cat_0_index\": 2087, \"rank\": 1119, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1757, \"ini\": 1794}, {\"group\": [969.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, honeydew, raw\", \"clust\": 987, \"cat_0_index\": 1776, \"rank\": 1120, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1761, \"ini\": 1793}, {\"group\": [1392.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, oriental, cooked, boiled, drained, with salt\", \"clust\": 1417, \"cat_0_index\": 3617, \"rank\": 1121, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2256, \"ini\": 1792}, {\"group\": [647.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry juice cocktail, bottled\", \"clust\": 661, \"cat_0_index\": 688, \"rank\": 1122, \"cat-0\": \"Beverages\", \"rankvar\": 2133, \"ini\": 1791}, {\"group\": [351.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vanilla extract\", \"clust\": 346, \"cat_0_index\": 3110, \"rank\": 1123, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 241, \"ini\": 1790}, {\"group\": [866.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, cooked, boiled, drained, without salt\", \"clust\": 887, \"cat_0_index\": 3618, \"rank\": 1124, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2372, \"ini\": 1789}, {\"group\": [3016.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, prepared from recipe, unbaked\", \"clust\": 3049, \"cat_0_index\": 359, \"rank\": 2912, \"cat-0\": \"Baked Products\", \"rankvar\": 2648, \"ini\": 1788}, {\"group\": [1404.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauerkraut, canned, low sodium\", \"clust\": 1430, \"cat_0_index\": 3619, \"rank\": 1125, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2091, \"ini\": 1787}, {\"group\": [1205.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavored drink, whey and milk based\", \"clust\": 1229, \"cat_0_index\": 689, \"rank\": 1126, \"cat-0\": \"Beverages\", \"rankvar\": 1478, \"ini\": 1786}, {\"group\": [1442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Microwaveable Bowls, HEALTHY REQUEST Mexican Style Tortilla\", \"clust\": 1463, \"cat_0_index\": 2879, \"rank\": 1127, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 926, \"ini\": 1785}, {\"group\": [702.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red and white, all areas\", \"clust\": 720, \"cat_0_index\": 1777, \"rank\": 1128, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2050, \"ini\": 1784}, {\"group\": [1825.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken, canned, chunky, ready-to-serve\", \"clust\": 1852, \"cat_0_index\": 2880, \"rank\": 1129, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 383, \"ini\": 1783}, {\"group\": [1497.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 1524, \"cat_0_index\": 3620, \"rank\": 1130, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1614, \"ini\": 1782}, {\"group\": [2199.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, cooked, boiled, drained, without salt\", \"clust\": 2228, \"cat_0_index\": 3621, \"rank\": 1131, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2042, \"ini\": 1781}, {\"group\": [2209.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, cooked, boiled, drained, without salt\", \"clust\": 2240, \"cat_0_index\": 3622, \"rank\": 1132, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2246, \"ini\": 1780}, {\"group\": [1477.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, o'brien, frozen, unprepared\", \"clust\": 1504, \"cat_0_index\": 3623, \"rank\": 1133, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 462, \"ini\": 1779}, {\"group\": [509.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, whiskey sour, prepared with water, whiskey and powder mix\", \"clust\": 520, \"cat_0_index\": 690, \"rank\": 1134, \"cat-0\": \"Beverages\", \"rankvar\": 586, \"ini\": 1778}, {\"group\": [415.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sesbania flower, raw\", \"clust\": 424, \"cat_0_index\": 3624, \"rank\": 1135, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2482, \"ini\": 1777}, {\"group\": [1263.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Vitasoy Organic Creamy Original Soymilk\", \"clust\": 1290, \"cat_0_index\": 2088, \"rank\": 1136, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1427, \"ini\": 1776}, {\"group\": [1067.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Barley with Mushrooms Soup, condensed\", \"clust\": 1087, \"cat_0_index\": 2881, \"rank\": 1137, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 699, \"ini\": 1775}, {\"group\": [3795.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, Smart Start Strong Heart, Original\", \"clust\": 3841, \"cat_0_index\": 872, \"rank\": 2911, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2906, \"ini\": 1774}, {\"group\": [683.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apple juice, canned or bottled, unsweetened, with added ascorbic acid\", \"clust\": 698, \"cat_0_index\": 1778, \"rank\": 1138, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2018, \"ini\": 1773}, {\"group\": [684.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 V. FUSION Juices, Acai Berry\", \"clust\": 699, \"cat_0_index\": 691, \"rank\": 1139, \"cat-0\": \"Beverages\", \"rankvar\": 2146, \"ini\": 1772}, {\"group\": [1484.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, sweet potatoes, junior\", \"clust\": 1513, \"cat_0_index\": 143, \"rank\": 1140, \"cat-0\": \"Baby Foods\", \"rankvar\": 792, \"ini\": 1771}, {\"group\": [654.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice drink, canned\", \"clust\": 666, \"cat_0_index\": 692, \"rank\": 1141, \"cat-0\": \"Beverages\", \"rankvar\": 1989, \"ini\": 1770}, {\"group\": [2025.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Pepper Pot Soup, condensed\", \"clust\": 2055, \"cat_0_index\": 2882, \"rank\": 1142, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 841, \"ini\": 1769}, {\"group\": [1789.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and bacon, strained\", \"clust\": 1815, \"cat_0_index\": 144, \"rank\": 1143, \"cat-0\": \"Baby Foods\", \"rankvar\": 544, \"ini\": 1768}, {\"group\": [2135.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, chili, green, canned\", \"clust\": 2139, \"cat_0_index\": 3625, \"rank\": 1144, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2291, \"ini\": 1767}, {\"group\": [2308.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Amaranth grain, cooked\", \"clust\": 2339, \"cat_0_index\": 1025, \"rank\": 1145, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 105, \"ini\": 1766}, {\"group\": [590.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nectarines, raw\", \"clust\": 603, \"cat_0_index\": 1779, \"rank\": 1146, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1341, \"ini\": 1765}, {\"group\": [860.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fiddlehead ferns, raw\", \"clust\": 878, \"cat_0_index\": 3626, \"rank\": 1147, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1622, \"ini\": 1764}, {\"group\": [3240.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese product, pasteurized process, cheddar or american, reduced fat\", \"clust\": 3275, \"cat_0_index\": 1160, \"rank\": 2909, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2557, \"ini\": 1763}, {\"group\": [3240.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese product, pasteurized process, american, reduced fat, fortified with vitamin D\", \"clust\": 3276, \"cat_0_index\": 1161, \"rank\": 2910, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2558, \"ini\": 1762}, {\"group\": [3024.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, dry mix\", \"clust\": 3058, \"cat_0_index\": 360, \"rank\": 2908, \"cat-0\": \"Baked Products\", \"rankvar\": 2875, \"ini\": 1761}, {\"group\": [854.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Low Sodium V8\", \"clust\": 874, \"cat_0_index\": 3627, \"rank\": 1148, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2281, \"ini\": 1760}, {\"group\": [697.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-grapefruit juice, canned, unsweetened\", \"clust\": 713, \"cat_0_index\": 1780, \"rank\": 1149, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1892, \"ini\": 1759}, {\"group\": [691.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple - cherry\", \"clust\": 705, \"cat_0_index\": 145, \"rank\": 1150, \"cat-0\": \"Baby Foods\", \"rankvar\": 1942, \"ini\": 1758}, {\"group\": [667.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, powder, prepared with water\", \"clust\": 682, \"cat_0_index\": 693, \"rank\": 1151, \"cat-0\": \"Beverages\", \"rankvar\": 2034, \"ini\": 1757}, {\"group\": [723.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and apricots, junior\", \"clust\": 738, \"cat_0_index\": 146, \"rank\": 1152, \"cat-0\": \"Baby Foods\", \"rankvar\": 1527, \"ini\": 1756}, {\"group\": [3415.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, KIX\", \"clust\": 3450, \"cat_0_index\": 873, \"rank\": 2907, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3114, \"ini\": 1755}, {\"group\": [665.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, peach cobbler, junior\", \"clust\": 680, \"cat_0_index\": 147, \"rank\": 1153, \"cat-0\": \"Baby Foods\", \"rankvar\": 1300, \"ini\": 1754}, {\"group\": [1110.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1136, \"cat_0_index\": 148, \"rank\": 1154, \"cat-0\": \"Baby Foods\", \"rankvar\": 1047, \"ini\": 1753}, {\"group\": [1304.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Spicy Hot V8\", \"clust\": 1319, \"cat_0_index\": 3628, \"rank\": 1155, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2248, \"ini\": 1752}, {\"group\": [3805.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S APPLE JACKS\", \"clust\": 3851, \"cat_0_index\": 874, \"rank\": 2906, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3280, \"ini\": 1751}, {\"group\": [1111.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1137, \"cat_0_index\": 149, \"rank\": 1156, \"cat-0\": \"Baby Foods\", \"rankvar\": 1044, \"ini\": 1750}, {\"group\": [1247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, fluid, 1% fat, without added vitamin A and vitamin D\", \"clust\": 1271, \"cat_0_index\": 1162, \"rank\": 1157, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1416, \"ini\": 1749}, {\"group\": [1247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, lowfat, fluid, 1% milkfat, with added vitamin A and vitamin D\", \"clust\": 1272, \"cat_0_index\": 1163, \"rank\": 1158, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1417, \"ini\": 1748}, {\"group\": [2228.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, frozen, sweetened\", \"clust\": 2258, \"cat_0_index\": 1781, \"rank\": 1159, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 314, \"ini\": 1747}, {\"group\": [2350.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, boiled, mashed, with salt\", \"clust\": 2379, \"cat_0_index\": 3629, \"rank\": 1160, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1750, \"ini\": 1746}, {\"group\": [1479.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, hashed brown, frozen, plain, unprepared\", \"clust\": 1507, \"cat_0_index\": 3630, \"rank\": 1161, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 338, \"ini\": 1745}, {\"group\": [2909.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, ground, 72% lean / 28% fat, cooked, crumbles\", \"clust\": 2943, \"cat_0_index\": 2314, \"rank\": 2905, \"cat-0\": \"Pork Products\", \"rankvar\": 2624, \"ini\": 1744}, {\"group\": [1217.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS LIGHT Nonfat Strawberry Yogurt (with Aspartame and Fructose Sweeteners)\", \"clust\": 1237, \"cat_0_index\": 1164, \"rank\": 1162, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 934, \"ini\": 1743}, {\"group\": [666.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guava nectar, canned\", \"clust\": 676, \"cat_0_index\": 1782, \"rank\": 1163, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1643, \"ini\": 1742}, {\"group\": [693.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple-banana juice\", \"clust\": 707, \"cat_0_index\": 150, \"rank\": 1164, \"cat-0\": \"Baby Foods\", \"rankvar\": 1786, \"ini\": 1741}, {\"group\": [722.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, pears, dices, toddler\", \"clust\": 733, \"cat_0_index\": 151, \"rank\": 1165, \"cat-0\": \"Baby Foods\", \"rankvar\": 1555, \"ini\": 1740}, {\"group\": [2206.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, canned, solids and liquids\", \"clust\": 2235, \"cat_0_index\": 3631, \"rank\": 1166, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2299, \"ini\": 1739}, {\"group\": [1093.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean, immature seeds, cooked, boiled, drained, with salt\", \"clust\": 1112, \"cat_0_index\": 3632, \"rank\": 1167, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1401, \"ini\": 1738}, {\"group\": [3504.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake, with 2% maple, with added potassium\", \"clust\": 3545, \"cat_0_index\": 3252, \"rank\": 1168, \"cat-0\": \"Sweets\", \"rankvar\": 2523, \"ini\": 1737}, {\"group\": [1485.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, sweet potatoes strained\", \"clust\": 1514, \"cat_0_index\": 152, \"rank\": 1169, \"cat-0\": \"Baby Foods\", \"rankvar\": 896, \"ini\": 1736}, {\"group\": [1415.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, green, canned, prepared with equal volume water\", \"clust\": 1439, \"cat_0_index\": 2883, \"rank\": 1170, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 597, \"ini\": 1735}, {\"group\": [587.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, raw\", \"clust\": 599, \"cat_0_index\": 1783, \"rank\": 1171, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1447, \"ini\": 1734}, {\"group\": [3329.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, potato chips, fat free, salted\", \"clust\": 3365, \"cat_0_index\": 2570, \"rank\": 2904, \"cat-0\": \"Snacks\", \"rankvar\": 3342, \"ini\": 1733}, {\"group\": [1418.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, cooked, boiled, drained, with salt\", \"clust\": 1444, \"cat_0_index\": 3633, \"rank\": 1172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1244, \"ini\": 1732}, {\"group\": [534.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, plums with tapioca, without ascorbic acid, strained\", \"clust\": 546, \"cat_0_index\": 153, \"rank\": 1173, \"cat-0\": \"Baby Foods\", \"rankvar\": 1179, \"ini\": 1731}, {\"group\": [2315.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), canned, with whole kernel corn, solids and liquids\", \"clust\": 2344, \"cat_0_index\": 3634, \"rank\": 1174, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 552, \"ini\": 1730}, {\"group\": [2181.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, unprepared\", \"clust\": 2210, \"cat_0_index\": 3635, \"rank\": 1175, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2245, \"ini\": 1729}, {\"group\": [1470.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, raw\", \"clust\": 1498, \"cat_0_index\": 3636, \"rank\": 1176, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1708, \"ini\": 1728}, {\"group\": [2242.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, without salt\", \"clust\": 2268, \"cat_0_index\": 3637, \"rank\": 1177, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 239, \"ini\": 1727}, {\"group\": [3867.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, commercially prepared, special dietary\", \"clust\": 3909, \"cat_0_index\": 361, \"rank\": 2903, \"cat-0\": \"Baked Products\", \"rankvar\": 2956, \"ini\": 1726}, {\"group\": [2200.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, cooked, boiled, drained, without salt\", \"clust\": 2229, \"cat_0_index\": 3638, \"rank\": 1178, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2206, \"ini\": 1725}, {\"group\": [703.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, white, all areas\", \"clust\": 721, \"cat_0_index\": 1784, \"rank\": 1179, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1999, \"ini\": 1724}, {\"group\": [1213.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Mocha, soymilk\", \"clust\": 1236, \"cat_0_index\": 2089, \"rank\": 1180, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1209, \"ini\": 1723}, {\"group\": [923.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, cooked, boiled, drained, without salt\", \"clust\": 941, \"cat_0_index\": 3639, \"rank\": 1181, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1819, \"ini\": 1722}, {\"group\": [3739.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with raisins and spice, dry\", \"clust\": 3783, \"cat_0_index\": 875, \"rank\": 2901, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2884, \"ini\": 1721}, {\"group\": [3739.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, dry\", \"clust\": 3784, \"cat_0_index\": 876, \"rank\": 2902, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2885, \"ini\": 1720}, {\"group\": [2911.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, spareribs, separable lean and fat, cooked, braised\", \"clust\": 2942, \"cat_0_index\": 2315, \"rank\": 2900, \"cat-0\": \"Pork Products\", \"rankvar\": 2635, \"ini\": 1719}, {\"group\": [1052.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Picante Sauce\", \"clust\": 1073, \"cat_0_index\": 2884, \"rank\": 1182, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2346, \"ini\": 1718}, {\"group\": [1161.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu yogurt\", \"clust\": 1181, \"cat_0_index\": 2090, \"rank\": 1183, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 231, \"ini\": 1717}, {\"group\": [1189.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids, without added vitamin A\", \"clust\": 1213, \"cat_0_index\": 1165, \"rank\": 1184, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1143, \"ini\": 1716}, {\"group\": [2944.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bouillon cubes and granules, low sodium, dry\", \"clust\": 2976, \"cat_0_index\": 2885, \"rank\": 2899, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2601, \"ini\": 1715}, {\"group\": [1984.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, oyster stew, canned, prepared with equal volume milk\", \"clust\": 2016, \"cat_0_index\": 2886, \"rank\": 1185, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1237, \"ini\": 1714}, {\"group\": [3786.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, wheat and bran, presweetened with nuts and fruits\", \"clust\": 3830, \"cat_0_index\": 877, \"rank\": 2898, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2887, \"ini\": 1713}, {\"group\": [2321.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL WITH OATS, cooked with water, with salt\", \"clust\": 2350, \"cat_0_index\": 878, \"rank\": 1186, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 589, \"ini\": 1712}, {\"group\": [1814.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable, green beans and potatoes\", \"clust\": 1812, \"cat_0_index\": 154, \"rank\": 1187, \"cat-0\": \"Baby Foods\", \"rankvar\": 633, \"ini\": 1711}, {\"group\": [2210.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, no salt added, solids and liquids\", \"clust\": 2241, \"cat_0_index\": 3640, \"rank\": 1188, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2093, \"ini\": 1710}, {\"group\": [1474.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, cooked, boiled, drained, with salt\", \"clust\": 1501, \"cat_0_index\": 3641, \"rank\": 1189, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 675, \"ini\": 1709}, {\"group\": [2380.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, all styles, unprepared\", \"clust\": 2409, \"cat_0_index\": 3642, \"rank\": 1190, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1562, \"ini\": 1708}, {\"group\": [3263.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, turkey, dry\", \"clust\": 3299, \"cat_0_index\": 2887, \"rank\": 2897, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3360, \"ini\": 1707}, {\"group\": [2753.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, russian dressing\", \"clust\": 2716, \"cat_0_index\": 1530, \"rank\": 2896, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2674, \"ini\": 1706}, {\"group\": [2287.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs Original, easy open\", \"clust\": 2319, \"cat_0_index\": 2164, \"rank\": 1191, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 385, \"ini\": 1705}, {\"group\": [568.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin, cooked, boiled\", \"clust\": 584, \"cat_0_index\": 1785, \"rank\": 1192, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1472, \"ini\": 1704}, {\"group\": [720.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peaches, dices, toddler\", \"clust\": 734, \"cat_0_index\": 155, \"rank\": 1193, \"cat-0\": \"Baby Foods\", \"rankvar\": 1715, \"ini\": 1703}, {\"group\": [574.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apples with ham, strained\", \"clust\": 587, \"cat_0_index\": 156, \"rank\": 1194, \"cat-0\": \"Baby Foods\", \"rankvar\": 731, \"ini\": 1702}, {\"group\": [1380.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatillos, raw\", \"clust\": 1395, \"cat_0_index\": 3643, \"rank\": 1195, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1788, \"ini\": 1701}, {\"group\": [1633.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Rigatoni & Meatballs - Fully Loaded\", \"clust\": 1660, \"cat_0_index\": 2888, \"rank\": 1196, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 260, \"ini\": 1700}, {\"group\": [3656.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, oatmeal, commercially prepared, special dietary\", \"clust\": 3696, \"cat_0_index\": 362, \"rank\": 2895, \"cat-0\": \"Baked Products\", \"rankvar\": 2808, \"ini\": 1699}, {\"group\": [755.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, corn on the cob with butter\", \"clust\": 769, \"cat_0_index\": 1337, \"rank\": 1197, \"cat-0\": \"Fast Foods\", \"rankvar\": 48, \"ini\": 1698}, {\"group\": [705.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, juice pack\", \"clust\": 718, \"cat_0_index\": 1786, \"rank\": 1198, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1986, \"ini\": 1697}, {\"group\": [2069.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, onion, canned, condensed\", \"clust\": 2092, \"cat_0_index\": 2889, \"rank\": 1199, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1304, \"ini\": 1696}, {\"group\": [2323.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, muscadine, raw\", \"clust\": 2348, \"cat_0_index\": 1787, \"rank\": 1200, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1323, \"ini\": 1695}, {\"group\": [699.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, canned, sweetened\", \"clust\": 712, \"cat_0_index\": 1788, \"rank\": 1201, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1791, \"ini\": 1694}, {\"group\": [394.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 403, \"cat_0_index\": 3644, \"rank\": 1202, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 60, \"ini\": 1693}, {\"group\": [903.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, liquid from stewed kidney beans\", \"clust\": 915, \"cat_0_index\": 2091, \"rank\": 1203, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1664, \"ini\": 1692}, {\"group\": [1202.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange breakfast drink, ready-to-drink, with added nutrients\", \"clust\": 1224, \"cat_0_index\": 694, \"rank\": 1204, \"cat-0\": \"Beverages\", \"rankvar\": 1580, \"ini\": 1691}, {\"group\": [1053.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Cilantro Chunky Salsa\", \"clust\": 1074, \"cat_0_index\": 2890, \"rank\": 1205, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2342, \"ini\": 1690}, {\"group\": [680.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit juice, white, raw\", \"clust\": 694, \"cat_0_index\": 1789, \"rank\": 1206, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2092, \"ini\": 1689}, {\"group\": [2009.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, fat free, liquid, with salt\", \"clust\": 2038, \"cat_0_index\": 1531, \"rank\": 1207, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2076, \"ini\": 1688}, {\"group\": [899.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, cooked, boiled, drained, with salt\", \"clust\": 918, \"cat_0_index\": 3645, \"rank\": 1208, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2478, \"ini\": 1687}, {\"group\": [535.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, plums with tapioca, without ascorbic acid, junior\", \"clust\": 547, \"cat_0_index\": 157, \"rank\": 1209, \"cat-0\": \"Baby Foods\", \"rankvar\": 1154, \"ini\": 1686}, {\"group\": [409.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, prune and orange\", \"clust\": 418, \"cat_0_index\": 158, \"rank\": 1210, \"cat-0\": \"Baby Foods\", \"rankvar\": 1809, \"ini\": 1685}, {\"group\": [1459.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, raw\", \"clust\": 1485, \"cat_0_index\": 3646, \"rank\": 1211, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2286, \"ini\": 1684}, {\"group\": [2104.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, cooked, boiled, drained, without salt\", \"clust\": 2134, \"cat_0_index\": 3647, \"rank\": 1212, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2056, \"ini\": 1683}, {\"group\": [2143.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, frozen, chopped, unprepared\", \"clust\": 2174, \"cat_0_index\": 3648, \"rank\": 1213, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2469, \"ini\": 1682}, {\"group\": [721.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apples, dices, toddler\", \"clust\": 735, \"cat_0_index\": 159, \"rank\": 1214, \"cat-0\": \"Baby Foods\", \"rankvar\": 1914, \"ini\": 1681}, {\"group\": [1155.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, unfortified\", \"clust\": 1178, \"cat_0_index\": 2092, \"rank\": 1215, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 709, \"ini\": 1680}, {\"group\": [3731.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, BASIC 4\", \"clust\": 3767, \"cat_0_index\": 879, \"rank\": 2894, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2902, \"ini\": 1679}, {\"group\": [1040.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom Soup, condensed\", \"clust\": 1056, \"cat_0_index\": 2891, \"rank\": 1216, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1039, \"ini\": 1678}, {\"group\": [715.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas and pineapple with tapioca, junior\", \"clust\": 729, \"cat_0_index\": 160, \"rank\": 1217, \"cat-0\": \"Baby Foods\", \"rankvar\": 1007, \"ini\": 1677}, {\"group\": [1001.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seeds, lotus seeds, raw\", \"clust\": 1019, \"cat_0_index\": 2283, \"rank\": 1218, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 238, \"ini\": 1676}, {\"group\": [3000.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, plain\", \"clust\": 3032, \"cat_0_index\": 2571, \"rank\": 2893, \"cat-0\": \"Snacks\", \"rankvar\": 2785, \"ini\": 1675}, {\"group\": [3671.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie Crust, Cookie-type, Graham Cracker, Ready Crust\", \"clust\": 3712, \"cat_0_index\": 363, \"rank\": 2892, \"cat-0\": \"Baked Products\", \"rankvar\": 2848, \"ini\": 1674}, {\"group\": [2000.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Oyster Stew, condensed\", \"clust\": 2029, \"cat_0_index\": 2892, \"rank\": 1219, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1589, \"ini\": 1673}, {\"group\": [1405.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, cooked, boiled, drained, with salt\", \"clust\": 1431, \"cat_0_index\": 3649, \"rank\": 1220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2030, \"ini\": 1672}, {\"group\": [1393.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celery, cooked, boiled, drained, with salt\", \"clust\": 1415, \"cat_0_index\": 3650, \"rank\": 1221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2178, \"ini\": 1671}, {\"group\": [3445.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, low fat\", \"clust\": 3482, \"cat_0_index\": 2572, \"rank\": 2891, \"cat-0\": \"Snacks\", \"rankvar\": 3040, \"ini\": 1670}, {\"group\": [724.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and apricots, strained\", \"clust\": 739, \"cat_0_index\": 161, \"rank\": 1222, \"cat-0\": \"Baby Foods\", \"rankvar\": 1648, \"ini\": 1669}, {\"group\": [275.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chiton, leathery, gumboots (Alaska Native)\", \"clust\": 278, \"cat_0_index\": 1279, \"rank\": 1223, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1082, \"ini\": 1668}, {\"group\": [3206.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, camembert\", \"clust\": 3240, \"cat_0_index\": 1166, \"rank\": 2890, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2586, \"ini\": 1667}, {\"group\": [2123.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, cooked, boiled, drained, with salt\", \"clust\": 2153, \"cat_0_index\": 3651, \"rank\": 1224, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2307, \"ini\": 1666}, {\"group\": [2215.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nopales, cooked, without salt\", \"clust\": 2245, \"cat_0_index\": 3652, \"rank\": 1225, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2322, \"ini\": 1665}, {\"group\": [469.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pudding, lemon, dry mix, regular, prepared with sugar, egg yolk and water\", \"clust\": 481, \"cat_0_index\": 3253, \"rank\": 1226, \"cat-0\": \"Sweets\", \"rankvar\": 600, \"ini\": 1664}, {\"group\": [208.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, tipnuk, fermented (Alaska Native)\", \"clust\": 208, \"cat_0_index\": 1280, \"rank\": 1227, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 186, \"ini\": 1663}, {\"group\": [418.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pummelo, raw\", \"clust\": 425, \"cat_0_index\": 1790, \"rank\": 1228, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2279, \"ini\": 1662}, {\"group\": [263.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, no sodium added\", \"clust\": 266, \"cat_0_index\": 1167, \"rank\": 1229, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 501, \"ini\": 1661}, {\"group\": [2324.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bulgur, cooked\", \"clust\": 2347, \"cat_0_index\": 1026, \"rank\": 1230, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 673, \"ini\": 1660}, {\"group\": [2958.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Croutons, seasoned\", \"clust\": 2990, \"cat_0_index\": 364, \"rank\": 2889, \"cat-0\": \"Baked Products\", \"rankvar\": 2614, \"ini\": 1659}, {\"group\": [2084.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, split with ham, canned, prepared with equal volume water\", \"clust\": 2114, \"cat_0_index\": 2893, \"rank\": 1231, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 299, \"ini\": 1658}, {\"group\": [676.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, canned, unsweetened\", \"clust\": 692, \"cat_0_index\": 1791, \"rank\": 1232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1656, \"ini\": 1657}, {\"group\": [1397.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with bacon, dry, mix, prepared with water\", \"clust\": 1424, \"cat_0_index\": 2894, \"rank\": 1233, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1651, \"ini\": 1656}, {\"group\": [855.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Tomato juice, low sodium\", \"clust\": 875, \"cat_0_index\": 3653, \"rank\": 1234, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2318, \"ini\": 1655}, {\"group\": [1054.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Lime & Garlic Chunky Salsa\", \"clust\": 1069, \"cat_0_index\": 2895, \"rank\": 1235, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2059, \"ini\": 1654}, {\"group\": [3229.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, part skim milk\", \"clust\": 3267, \"cat_0_index\": 1168, \"rank\": 2888, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2920, \"ini\": 1653}, {\"group\": [1088.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORI-NU, Tofu, silken, firm\", \"clust\": 1107, \"cat_0_index\": 2093, \"rank\": 1236, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 596, \"ini\": 1652}, {\"group\": [2359.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Endive, raw\", \"clust\": 2387, \"cat_0_index\": 3654, \"rank\": 1237, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2266, \"ini\": 1651}, {\"group\": [387.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, raw\", \"clust\": 397, \"cat_0_index\": 3655, \"rank\": 1238, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 328, \"ini\": 1650}, {\"group\": [2343.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, asian, raw\", \"clust\": 2367, \"cat_0_index\": 1792, \"rank\": 1239, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1767, \"ini\": 1649}, {\"group\": [867.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, raw\", \"clust\": 888, \"cat_0_index\": 3656, \"rank\": 1240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2447, \"ini\": 1648}, {\"group\": [678.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, juice pack, solids and liquids\", \"clust\": 695, \"cat_0_index\": 1793, \"rank\": 1241, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1983, \"ini\": 1647}, {\"group\": [2329.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, no salt added, solids and liquids\", \"clust\": 2361, \"cat_0_index\": 3657, \"rank\": 1242, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1118, \"ini\": 1646}, {\"group\": [2309.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Teff, cooked\", \"clust\": 2340, \"cat_0_index\": 1027, \"rank\": 1243, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 173, \"ini\": 1645}, {\"group\": [588.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, juice pack, with skin, solids and liquids\", \"clust\": 600, \"cat_0_index\": 1794, \"rank\": 1244, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1448, \"ini\": 1644}, {\"group\": [1056.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Enchilada Sauce\", \"clust\": 1076, \"cat_0_index\": 2896, \"rank\": 1245, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1985, \"ini\": 1643}, {\"group\": [2092.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken gumbo, canned, condensed\", \"clust\": 2123, \"cat_0_index\": 2897, \"rank\": 1246, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1504, \"ini\": 1642}, {\"group\": [2378.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, raw\", \"clust\": 2407, \"cat_0_index\": 3658, \"rank\": 1247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1919, \"ini\": 1641}, {\"group\": [536.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Applesauce, canned, sweetened, without salt (includes USDA commodity)\", \"clust\": 549, \"cat_0_index\": 1795, \"rank\": 1248, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1431, \"ini\": 1640}, {\"group\": [2956.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, onion-flavor\", \"clust\": 2991, \"cat_0_index\": 2573, \"rank\": 2887, \"cat-0\": \"Snacks\", \"rankvar\": 2732, \"ini\": 1639}, {\"group\": [2734.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, Mayonnaise dressing, diet, no cholesterol\", \"clust\": 2767, \"cat_0_index\": 1532, \"rank\": 2886, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2950, \"ini\": 1638}, {\"group\": [2102.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Asparagus, frozen, unprepared\", \"clust\": 2131, \"cat_0_index\": 3659, \"rank\": 1249, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2003, \"ini\": 1637}, {\"group\": [1191.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carob-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1215, \"cat_0_index\": 695, \"rank\": 1250, \"cat-0\": \"Beverages\", \"rankvar\": 465, \"ini\": 1636}, {\"group\": [2145.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Essential Antioxidants V8\", \"clust\": 2171, \"cat_0_index\": 3660, \"rank\": 1251, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2366, \"ini\": 1635}, {\"group\": [569.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, with skin\", \"clust\": 585, \"cat_0_index\": 1796, \"rank\": 1252, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1459, \"ini\": 1634}, {\"group\": [3738.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS, Baked Apple, dry\", \"clust\": 3777, \"cat_0_index\": 880, \"rank\": 2885, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2890, \"ini\": 1633}, {\"group\": [821.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, prepared with 2% milk\", \"clust\": 839, \"cat_0_index\": 3254, \"rank\": 1253, \"cat-0\": \"Sweets\", \"rankvar\": 148, \"ini\": 1632}, {\"group\": [2021.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable with potato and cheese, chunky, ready-to-serve\", \"clust\": 2052, \"cat_0_index\": 2898, \"rank\": 1254, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1068, \"ini\": 1631}, {\"group\": [1094.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged beans, immature seeds, raw\", \"clust\": 1108, \"cat_0_index\": 3661, \"rank\": 1255, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 986, \"ini\": 1630}, {\"group\": [669.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, fruit punch, with calcium\", \"clust\": 681, \"cat_0_index\": 162, \"rank\": 1256, \"cat-0\": \"Baby Foods\", \"rankvar\": 1646, \"ini\": 1629}, {\"group\": [718.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce, junior\", \"clust\": 731, \"cat_0_index\": 163, \"rank\": 1257, \"cat-0\": \"Baby Foods\", \"rankvar\": 2130, \"ini\": 1628}, {\"group\": [2179.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Plus Fiber, soymilk\", \"clust\": 2209, \"cat_0_index\": 2094, \"rank\": 1258, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1497, \"ini\": 1627}, {\"group\": [677.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate\", \"clust\": 693, \"cat_0_index\": 1797, \"rank\": 1259, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1644, \"ini\": 1626}, {\"group\": [408.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit, mixed, (peach and pear and pineapple), canned, heavy syrup, solids and liquids\", \"clust\": 417, \"cat_0_index\": 1798, \"rank\": 1260, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1945, \"ini\": 1625}, {\"group\": [3443.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat\", \"clust\": 3477, \"cat_0_index\": 365, \"rank\": 2884, \"cat-0\": \"Baked Products\", \"rankvar\": 2792, \"ini\": 1624}, {\"group\": [2363.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, cooked, boiled, drained, without salt\", \"clust\": 2394, \"cat_0_index\": 3662, \"rank\": 1261, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1754, \"ini\": 1623}, {\"group\": [2340.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears and pineapple, junior\", \"clust\": 2371, \"cat_0_index\": 164, \"rank\": 1262, \"cat-0\": \"Baby Foods\", \"rankvar\": 1623, \"ini\": 1622}, {\"group\": [679.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange-carrot\", \"clust\": 696, \"cat_0_index\": 165, \"rank\": 1263, \"cat-0\": \"Baby Foods\", \"rankvar\": 1906, \"ini\": 1621}, {\"group\": [2817.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, beef\", \"clust\": 2850, \"cat_0_index\": 2421, \"rank\": 2883, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2591, \"ini\": 1620}, {\"group\": [902.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST New England Clam Chowder\", \"clust\": 916, \"cat_0_index\": 2899, \"rank\": 1264, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 729, \"ini\": 1619}, {\"group\": [2369.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, cooked, baked, without salt\", \"clust\": 2398, \"cat_0_index\": 3663, \"rank\": 1265, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1620, \"ini\": 1618}, {\"group\": [2735.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise type, regular, with salt\", \"clust\": 2768, \"cat_0_index\": 1533, \"rank\": 2882, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2952, \"ini\": 1617}, {\"group\": [3796.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SMART START Strong Heart, Maple Brown Sugar\", \"clust\": 3842, \"cat_0_index\": 881, \"rank\": 2881, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2899, \"ini\": 1616}, {\"group\": [717.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with applesauce and bananas, strained\", \"clust\": 728, \"cat_0_index\": 166, \"rank\": 1266, \"cat-0\": \"Baby Foods\", \"rankvar\": 690, \"ini\": 1615}, {\"group\": [198.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Walrus, liver, raw (Alaska Native)\", \"clust\": 199, \"cat_0_index\": 1281, \"rank\": 1267, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 794, \"ini\": 1614}, {\"group\": [2815.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Braunschweiger Liver Sausage (sliced)\", \"clust\": 2848, \"cat_0_index\": 2422, \"rank\": 2880, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2559, \"ini\": 1613}, {\"group\": [3915.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Original Bite Size Candies\", \"clust\": 3961, \"cat_0_index\": 3255, \"rank\": 2879, \"cat-0\": \"Sweets\", \"rankvar\": 3632, \"ini\": 1612}, {\"group\": [423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Country Style Sausage Gravy\", \"clust\": 433, \"cat_0_index\": 2900, \"rank\": 1268, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 291, \"ini\": 1611}, {\"group\": [250.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, Pacific, raw\", \"clust\": 252, \"cat_0_index\": 1562, \"rank\": 1269, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 263, \"ini\": 1610}, {\"group\": [538.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, light syrup pack, solids and liquids\", \"clust\": 548, \"cat_0_index\": 1799, \"rank\": 1270, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1544, \"ini\": 1609}, {\"group\": [1095.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg substitute, liquid or frozen, fat free\", \"clust\": 1114, \"cat_0_index\": 1169, \"rank\": 1271, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 927, \"ini\": 1608}, {\"group\": [3946.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sugar, lemon-flavored, without added ascorbic acid, powder, decaffeinated\", \"clust\": 3993, \"cat_0_index\": 696, \"rank\": 2878, \"cat-0\": \"Beverages\", \"rankvar\": 3741, \"ini\": 1607}, {\"group\": [2239.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, vacuum pack, no salt added\", \"clust\": 2270, \"cat_0_index\": 3664, \"rank\": 1272, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 242, \"ini\": 1606}, {\"group\": [591.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, raw\", \"clust\": 601, \"cat_0_index\": 1800, \"rank\": 1273, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1235, \"ini\": 1605}, {\"group\": [630.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, banana pudding, strained\", \"clust\": 641, \"cat_0_index\": 167, \"rank\": 1274, \"cat-0\": \"Baby Foods\", \"rankvar\": 971, \"ini\": 1604}, {\"group\": [1976.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom chowder, chunky, ready-to-serve, single brand\", \"clust\": 2005, \"cat_0_index\": 2901, \"rank\": 1275, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 564, \"ini\": 1603}, {\"group\": [575.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, apples and chicken, strained\", \"clust\": 588, \"cat_0_index\": 168, \"rank\": 1276, \"cat-0\": \"Baby Foods\", \"rankvar\": 749, \"ini\": 1602}, {\"group\": [2033.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef mushroom, canned, condensed\", \"clust\": 2063, \"cat_0_index\": 2902, \"rank\": 1277, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 861, \"ini\": 1601}, {\"group\": [548.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, juice pack, solids and liquids\", \"clust\": 561, \"cat_0_index\": 1801, \"rank\": 1278, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1375, \"ini\": 1600}, {\"group\": [2381.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, raw\", \"clust\": 2410, \"cat_0_index\": 3665, \"rank\": 1279, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1678, \"ini\": 1599}, {\"group\": [662.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with applesauce and bananas, junior\", \"clust\": 677, \"cat_0_index\": 169, \"rank\": 1280, \"cat-0\": \"Baby Foods\", \"rankvar\": 898, \"ini\": 1598}, {\"group\": [397.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mothbeans, mature seeds, cooked, boiled, without salt\", \"clust\": 405, \"cat_0_index\": 2095, \"rank\": 1281, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 21, \"ini\": 1597}, {\"group\": [3852.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, yellow, dry mix, regular, enriched\", \"clust\": 3895, \"cat_0_index\": 366, \"rank\": 2877, \"cat-0\": \"Baked Products\", \"rankvar\": 3075, \"ini\": 1596}, {\"group\": [3903.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, caramel-coated, with peanuts\", \"clust\": 3947, \"cat_0_index\": 2574, \"rank\": 2876, \"cat-0\": \"Snacks\", \"rankvar\": 3086, \"ini\": 1595}, {\"group\": [3444.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat, low salt\", \"clust\": 3478, \"cat_0_index\": 367, \"rank\": 2875, \"cat-0\": \"Baked Products\", \"rankvar\": 2814, \"ini\": 1594}, {\"group\": [1105.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN, with iron, ready-to-feed\", \"clust\": 1130, \"cat_0_index\": 170, \"rank\": 1282, \"cat-0\": \"Baby Foods\", \"rankvar\": 859, \"ini\": 1593}, {\"group\": [2791.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Thuringer, cervelat, summer sausage, beef, pork\", \"clust\": 2820, \"cat_0_index\": 2423, \"rank\": 2874, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2565, \"ini\": 1592}, {\"group\": [1126.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1151, \"cat_0_index\": 171, \"rank\": 1283, \"cat-0\": \"Baby Foods\", \"rankvar\": 884, \"ini\": 1591}, {\"group\": [247.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, scallop, mixed species, raw\", \"clust\": 249, \"cat_0_index\": 1563, \"rank\": 1284, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 531, \"ini\": 1590}, {\"group\": [1079.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, farmed, cooked, dry heat\", \"clust\": 1099, \"cat_0_index\": 1564, \"rank\": 1285, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 254, \"ini\": 1589}, {\"group\": [270.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, tripe soup\", \"clust\": 273, \"cat_0_index\": 2397, \"rank\": 1286, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 376, \"ini\": 1588}, {\"group\": [354.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Roselle, raw\", \"clust\": 363, \"cat_0_index\": 1802, \"rank\": 1287, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1922, \"ini\": 1587}, {\"group\": [1786.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, vegetables and beef, junior\", \"clust\": 1814, \"cat_0_index\": 172, \"rank\": 1288, \"cat-0\": \"Baby Foods\", \"rankvar\": 417, \"ini\": 1586}, {\"group\": [3941.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugar, turbinado\", \"clust\": 3984, \"cat_0_index\": 3256, \"rank\": 2873, \"cat-0\": \"Sweets\", \"rankvar\": 3769, \"ini\": 1585}, {\"group\": [875.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Chicken Noodle Soup, condensed\", \"clust\": 895, \"cat_0_index\": 2903, \"rank\": 1289, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1287, \"ini\": 1584}, {\"group\": [1990.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cheese, canned, prepared with equal volume water\", \"clust\": 2012, \"cat_0_index\": 2904, \"rank\": 1290, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1075, \"ini\": 1583}, {\"group\": [2317.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, vacuum pack, regular pack\", \"clust\": 2346, \"cat_0_index\": 3666, \"rank\": 1291, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 281, \"ini\": 1582}, {\"group\": [1109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, ULTRA BRIGHT BEGINNINGS, soy, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1134, \"cat_0_index\": 173, \"rank\": 1292, \"cat-0\": \"Baby Foods\", \"rankvar\": 984, \"ini\": 1581}, {\"group\": [1109.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, PBM PRODUCTS, store brand, soy, ready-to-feed (formerly WYETH-AYERST)\", \"clust\": 1135, \"cat_0_index\": 174, \"rank\": 1293, \"cat-0\": \"Baby Foods\", \"rankvar\": 985, \"ini\": 1580}, {\"group\": [1127.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ALIMENTUM, ADVANCE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1152, \"cat_0_index\": 175, \"rank\": 1294, \"cat-0\": \"Baby Foods\", \"rankvar\": 877, \"ini\": 1579}, {\"group\": [634.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mixed fruit yogurt, strained\", \"clust\": 649, \"cat_0_index\": 176, \"rank\": 1295, \"cat-0\": \"Baby Foods\", \"rankvar\": 972, \"ini\": 1578}, {\"group\": [856.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Low Sodium Spicy Hot\", \"clust\": 873, \"cat_0_index\": 3667, \"rank\": 1296, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2321, \"ini\": 1577}, {\"group\": [1791.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken noodle, strained\", \"clust\": 1819, \"cat_0_index\": 177, \"rank\": 1297, \"cat-0\": \"Baby Foods\", \"rankvar\": 561, \"ini\": 1576}, {\"group\": [1468.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Celeriac, raw\", \"clust\": 1496, \"cat_0_index\": 3668, \"rank\": 1298, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1355, \"ini\": 1575}, {\"group\": [2342.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, wild, raw (Alaska Native)\", \"clust\": 2370, \"cat_0_index\": 1282, \"rank\": 1299, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1240, \"ini\": 1574}, {\"group\": [714.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas and pineapple with tapioca, strained\", \"clust\": 727, \"cat_0_index\": 178, \"rank\": 1300, \"cat-0\": \"Baby Foods\", \"rankvar\": 1258, \"ini\": 1573}, {\"group\": [3781.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, SUN COUNTRY Granola with Almonds\", \"clust\": 3823, \"cat_0_index\": 882, \"rank\": 2872, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2645, \"ini\": 1572}, {\"group\": [649.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, canned, with added vitamin C\", \"clust\": 660, \"cat_0_index\": 697, \"rank\": 1301, \"cat-0\": \"Beverages\", \"rankvar\": 2359, \"ini\": 1571}, {\"group\": [1460.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, cooked, boiled, drained, without salt\", \"clust\": 1486, \"cat_0_index\": 3669, \"rank\": 1302, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2236, \"ini\": 1570}, {\"group\": [704.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, juice pack, drained\", \"clust\": 719, \"cat_0_index\": 1803, \"rank\": 1303, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1944, \"ini\": 1569}, {\"group\": [716.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with tapioca, junior\", \"clust\": 730, \"cat_0_index\": 179, \"rank\": 1304, \"cat-0\": \"Baby Foods\", \"rankvar\": 958, \"ini\": 1568}, {\"group\": [1074.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, dumpling with mutton (Navajo)\", \"clust\": 1092, \"cat_0_index\": 1283, \"rank\": 1305, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 74, \"ini\": 1567}, {\"group\": [780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, enriched, with added salt\", \"clust\": 796, \"cat_0_index\": 1028, \"rank\": 1306, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 11, \"ini\": 1566}, {\"group\": [780.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, cooked, unenriched, with added salt\", \"clust\": 797, \"cat_0_index\": 1029, \"rank\": 1307, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 12, \"ini\": 1565}, {\"group\": [1086.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, canned\", \"clust\": 1104, \"cat_0_index\": 1565, \"rank\": 1308, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 473, \"ini\": 1564}, {\"group\": [698.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, raw\", \"clust\": 714, \"cat_0_index\": 1804, \"rank\": 1309, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1928, \"ini\": 1563}, {\"group\": [3724.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S PEANUT BUTTER BUMPERS Cereal\", \"clust\": 3764, \"cat_0_index\": 883, \"rank\": 2871, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2797, \"ini\": 1562}, {\"group\": [3311.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, raw\", \"clust\": 3347, \"cat_0_index\": 2096, \"rank\": 2870, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2946, \"ini\": 1561}, {\"group\": [819.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, regular, prepared with 2% milk\", \"clust\": 840, \"cat_0_index\": 3257, \"rank\": 1310, \"cat-0\": \"Sweets\", \"rankvar\": 159, \"ini\": 1560}, {\"group\": [3433.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Oat Bran Cereal\", \"clust\": 3469, \"cat_0_index\": 884, \"rank\": 2869, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2774, \"ini\": 1559}, {\"group\": [2235.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, unprepared\", \"clust\": 2265, \"cat_0_index\": 3670, \"rank\": 1311, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 196, \"ini\": 1558}, {\"group\": [1125.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, human, mature, fluid\", \"clust\": 1123, \"cat_0_index\": 1170, \"rank\": 1312, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 968, \"ini\": 1557}, {\"group\": [696.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple-sweet potato\", \"clust\": 708, \"cat_0_index\": 180, \"rank\": 1313, \"cat-0\": \"Baby Foods\", \"rankvar\": 1865, \"ini\": 1556}, {\"group\": [648.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple and grapefruit juice drink, canned\", \"clust\": 662, \"cat_0_index\": 698, \"rank\": 1314, \"cat-0\": \"Beverages\", \"rankvar\": 2232, \"ini\": 1555}, {\"group\": [820.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular, prepared with 2% milk\", \"clust\": 841, \"cat_0_index\": 3258, \"rank\": 1315, \"cat-0\": \"Sweets\", \"rankvar\": 166, \"ini\": 1554}, {\"group\": [2218.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, regular pack, solids and liquids\", \"clust\": 2247, \"cat_0_index\": 3671, \"rank\": 1316, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2095, \"ini\": 1553}, {\"group\": [1113.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1141, \"cat_0_index\": 181, \"rank\": 1317, \"cat-0\": \"Baby Foods\", \"rankvar\": 1022, \"ini\": 1552}, {\"group\": [317.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, whole-wheat, cooked\", \"clust\": 320, \"cat_0_index\": 1030, \"rank\": 1318, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 47, \"ini\": 1551}, {\"group\": [1114.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, low iron, ready-to-feed (formerly ROSS)\", \"clust\": 1142, \"cat_0_index\": 182, \"rank\": 1319, \"cat-0\": \"Baby Foods\", \"rankvar\": 1023, \"ini\": 1550}, {\"group\": [2129.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, High Fiber V8\", \"clust\": 2157, \"cat_0_index\": 3672, \"rank\": 1320, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2155, \"ini\": 1549}, {\"group\": [1898.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, chicken stew, toddler\", \"clust\": 1926, \"cat_0_index\": 183, \"rank\": 1321, \"cat-0\": \"Baby Foods\", \"rankvar\": 257, \"ini\": 1548}, {\"group\": [1071.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, hominy with mutton (Navajo)\", \"clust\": 1090, \"cat_0_index\": 1284, \"rank\": 1322, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 199, \"ini\": 1547}, {\"group\": [2816.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Braunschweiger Liver Sausage (saren tube)\", \"clust\": 2849, \"cat_0_index\": 2424, \"rank\": 2868, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2567, \"ini\": 1546}, {\"group\": [3916.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Wild Berry Bite Size Candies\", \"clust\": 3962, \"cat_0_index\": 3259, \"rank\": 2867, \"cat-0\": \"Sweets\", \"rankvar\": 3634, \"ini\": 1545}, {\"group\": [1106.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, NUTRAMIGEN LIPIL, with iron, ready to feed, with ARA and DHA\", \"clust\": 1131, \"cat_0_index\": 184, \"rank\": 1323, \"cat-0\": \"Baby Foods\", \"rankvar\": 858, \"ini\": 1544}, {\"group\": [681.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, frozen concentrate, unsweetened, diluted with 3 volume water\", \"clust\": 691, \"cat_0_index\": 1805, \"rank\": 1324, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1894, \"ini\": 1543}, {\"group\": [1419.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, reduced sodium, ready-to-serve\", \"clust\": 1442, \"cat_0_index\": 2905, \"rank\": 1325, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1107, \"ini\": 1542}, {\"group\": [933.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, oyster, raw\", \"clust\": 951, \"cat_0_index\": 3673, \"rank\": 1326, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1653, \"ini\": 1541}, {\"group\": [3708.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"PILLSBURY, Chocolate Chip Cookies, refrigerated dough\", \"clust\": 3747, \"cat_0_index\": 368, \"rank\": 2866, \"cat-0\": \"Baked Products\", \"rankvar\": 2888, \"ini\": 1540}, {\"group\": [572.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, raw\", \"clust\": 581, \"cat_0_index\": 1806, \"rank\": 1327, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1308, \"ini\": 1539}, {\"group\": [470.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pie fillings, apple, canned\", \"clust\": 482, \"cat_0_index\": 3260, \"rank\": 1328, \"cat-0\": \"Sweets\", \"rankvar\": 797, \"ini\": 1538}, {\"group\": [1066.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Hearty Bean 'N' Ham Soup\", \"clust\": 1084, \"cat_0_index\": 2906, \"rank\": 1329, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 592, \"ini\": 1537}, {\"group\": [876.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Homestyle Chicken Noodle Soup, condensed\", \"clust\": 896, \"cat_0_index\": 2907, \"rank\": 1330, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1288, \"ini\": 1536}, {\"group\": [663.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with applesauce and bananas, strained\", \"clust\": 678, \"cat_0_index\": 185, \"rank\": 1331, \"cat-0\": \"Baby Foods\", \"rankvar\": 992, \"ini\": 1535}, {\"group\": [3921.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, peanut butter, prepared-from-recipe\", \"clust\": 3963, \"cat_0_index\": 3261, \"rank\": 2865, \"cat-0\": \"Sweets\", \"rankvar\": 3546, \"ini\": 1534}, {\"group\": [1286.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chili beef, canned, prepared with equal volume water\", \"clust\": 1310, \"cat_0_index\": 2908, \"rank\": 1332, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 704, \"ini\": 1533}, {\"group\": [376.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, escarole, canned, ready-to-serve\", \"clust\": 386, \"cat_0_index\": 2909, \"rank\": 1333, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2566, \"ini\": 1532}, {\"group\": [823.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix, prepared with 2% milk\", \"clust\": 837, \"cat_0_index\": 3262, \"rank\": 1334, \"cat-0\": \"Sweets\", \"rankvar\": 92, \"ini\": 1531}, {\"group\": [880.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken with Rice Soup, condensed\", \"clust\": 893, \"cat_0_index\": 2910, \"rank\": 1335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1052, \"ini\": 1530}, {\"group\": [1091.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, cooked, boiled, drained, with salt\", \"clust\": 1110, \"cat_0_index\": 3674, \"rank\": 1336, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1947, \"ini\": 1529}, {\"group\": [3672.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, shortbread, commercially prepared, plain\", \"clust\": 3713, \"cat_0_index\": 369, \"rank\": 2864, \"cat-0\": \"Baked Products\", \"rankvar\": 2746, \"ini\": 1528}, {\"group\": [2132.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carambola, (starfruit), raw\", \"clust\": 2163, \"cat_0_index\": 1807, \"rank\": 1337, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2128, \"ini\": 1527}, {\"group\": [1410.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Split pea with ham soup, canned, reduced sodium, prepared with water or ready-to-serve\", \"clust\": 1432, \"cat_0_index\": 2911, \"rank\": 1338, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 382, \"ini\": 1526}, {\"group\": [1999.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, condensed\", \"clust\": 2031, \"cat_0_index\": 2912, \"rank\": 1339, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 935, \"ini\": 1525}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, enriched, without added salt\", \"clust\": 335, \"cat_0_index\": 1031, \"rank\": 1340, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 15, \"ini\": 1524}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, unenriched, without added salt\", \"clust\": 336, \"cat_0_index\": 1032, \"rank\": 1341, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 16, \"ini\": 1523}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, cooked, enriched\", \"clust\": 334, \"cat_0_index\": 1033, \"rank\": 1342, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 17, \"ini\": 1522}, {\"group\": [328.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, cooked, unenriched\", \"clust\": 333, \"cat_0_index\": 1034, \"rank\": 1343, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 18, \"ini\": 1521}, {\"group\": [234.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, surimi\", \"clust\": 236, \"cat_0_index\": 1566, \"rank\": 1344, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 230, \"ini\": 1520}, {\"group\": [2118.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, cooked, boiled, drained, without salt\", \"clust\": 2148, \"cat_0_index\": 3675, \"rank\": 1345, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2283, \"ini\": 1519}, {\"group\": [2354.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, hubbard, cooked, boiled, mashed, with salt\", \"clust\": 2383, \"cat_0_index\": 3676, \"rank\": 1346, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1828, \"ini\": 1518}, {\"group\": [1115.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ADVANCE, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1140, \"cat_0_index\": 186, \"rank\": 1347, \"cat-0\": \"Baby Foods\", \"rankvar\": 1019, \"ini\": 1517}, {\"group\": [558.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, juice pack, solids and liquids\", \"clust\": 568, \"cat_0_index\": 1808, \"rank\": 1348, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1491, \"ini\": 1516}, {\"group\": [2949.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cheese, low sodium\", \"clust\": 2982, \"cat_0_index\": 370, \"rank\": 2863, \"cat-0\": \"Baked Products\", \"rankvar\": 2698, \"ini\": 1515}, {\"group\": [706.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, raw, pink and red, all areas\", \"clust\": 717, \"cat_0_index\": 1809, \"rank\": 1349, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1667, \"ini\": 1514}, {\"group\": [1031.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked without skin, flesh, without salt\", \"clust\": 1048, \"cat_0_index\": 3677, \"rank\": 1350, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 386, \"ini\": 1513}, {\"group\": [3505.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, white, fluffy, dry mix, prepared with water\", \"clust\": 3546, \"cat_0_index\": 3263, \"rank\": 1351, \"cat-0\": \"Sweets\", \"rankvar\": 2227, \"ini\": 1512}, {\"group\": [3732.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Banana Bread, dry\", \"clust\": 3775, \"cat_0_index\": 885, \"rank\": 2862, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2805, \"ini\": 1511}, {\"group\": [1124.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START 2 ESSENTIALS, with iron, ready-to-feed\", \"clust\": 1124, \"cat_0_index\": 187, \"rank\": 1352, \"cat-0\": \"Baby Foods\", \"rankvar\": 850, \"ini\": 1510}, {\"group\": [1107.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START SOY, with DHA and ARA, ready-to-feed\", \"clust\": 1132, \"cat_0_index\": 188, \"rank\": 1353, \"cat-0\": \"Baby Foods\", \"rankvar\": 940, \"ini\": 1509}, {\"group\": [2202.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, unprepared\", \"clust\": 2233, \"cat_0_index\": 3678, \"rank\": 1354, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1755, \"ini\": 1508}, {\"group\": [3453.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, CINNA-RAISIN CRUNCH\", \"clust\": 3484, \"cat_0_index\": 886, \"rank\": 2861, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3220, \"ini\": 1507}, {\"group\": [668.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape drink, canned\", \"clust\": 683, \"cat_0_index\": 699, \"rank\": 1355, \"cat-0\": \"Beverages\", \"rankvar\": 1941, \"ini\": 1506}, {\"group\": [1121.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1149, \"cat_0_index\": 189, \"rank\": 1356, \"cat-0\": \"Baby Foods\", \"rankvar\": 1074, \"ini\": 1505}, {\"group\": [1240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, with added vitamin A and vitamin D\", \"clust\": 1262, \"cat_0_index\": 1171, \"rank\": 1357, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1253, \"ini\": 1504}, {\"group\": [1240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, without added vitamin A and vitamin D\", \"clust\": 1263, \"cat_0_index\": 1172, \"rank\": 1358, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1254, \"ini\": 1503}, {\"group\": [550.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, stewed, without added sugar\", \"clust\": 556, \"cat_0_index\": 1810, \"rank\": 1359, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1518, \"ini\": 1502}, {\"group\": [2897.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2931, \"cat_0_index\": 444, \"rank\": 2860, \"cat-0\": \"Beef Products\", \"rankvar\": 2701, \"ini\": 1501}, {\"group\": [1487.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Leeks, (bulb and lower leaf-portion), raw\", \"clust\": 1511, \"cat_0_index\": 3679, \"rank\": 1360, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 687, \"ini\": 1500}, {\"group\": [537.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, heavy syrup, drained\", \"clust\": 550, \"cat_0_index\": 1811, \"rank\": 1361, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1280, \"ini\": 1499}, {\"group\": [2099.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, cooked, boiled, drained, without salt\", \"clust\": 2128, \"cat_0_index\": 3680, \"rank\": 1362, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2323, \"ini\": 1498}, {\"group\": [2364.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, baby, raw\", \"clust\": 2395, \"cat_0_index\": 3681, \"rank\": 1363, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1784, \"ini\": 1497}, {\"group\": [701.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerine juice, canned, sweetened\", \"clust\": 684, \"cat_0_index\": 1812, \"rank\": 1364, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1707, \"ini\": 1496}, {\"group\": [3860.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate wafers\", \"clust\": 3901, \"cat_0_index\": 371, \"rank\": 2859, \"cat-0\": \"Baked Products\", \"rankvar\": 2728, \"ini\": 1495}, {\"group\": [1108.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, NESTLE, GOOD START ESSENTIALS SOY, with iron, ready-to-feed\", \"clust\": 1133, \"cat_0_index\": 190, \"rank\": 1365, \"cat-0\": \"Baby Foods\", \"rankvar\": 936, \"ini\": 1494}, {\"group\": [549.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit and vegetable, apple and sweet potato\", \"clust\": 562, \"cat_0_index\": 191, \"rank\": 1366, \"cat-0\": \"Baby Foods\", \"rankvar\": 1265, \"ini\": 1493}, {\"group\": [3666.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Pecan Ice Box\", \"clust\": 3706, \"cat_0_index\": 372, \"rank\": 2858, \"cat-0\": \"Baked Products\", \"rankvar\": 2815, \"ini\": 1492}, {\"group\": [3893.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, chocolate-flavored frosted puffed corn\", \"clust\": 3939, \"cat_0_index\": 887, \"rank\": 2857, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3235, \"ini\": 1491}, {\"group\": [1122.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant Formula, MEAD JOHNSON, ENFAMIL GENTLEASE LIPIL, with iron, prepared from powder\", \"clust\": 1150, \"cat_0_index\": 192, \"rank\": 1367, \"cat-0\": \"Baby Foods\", \"rankvar\": 1084, \"ini\": 1490}, {\"group\": [858.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cornsalad, raw\", \"clust\": 879, \"cat_0_index\": 3682, \"rank\": 1368, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2398, \"ini\": 1489}, {\"group\": [2236.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, without salt\", \"clust\": 2263, \"cat_0_index\": 3683, \"rank\": 1369, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 150, \"ini\": 1488}, {\"group\": [1287.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan style, canned, chunky, ready-to-serve\", \"clust\": 1311, \"cat_0_index\": 2913, \"rank\": 1370, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 754, \"ini\": 1487}, {\"group\": [2217.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malabar spinach, cooked\", \"clust\": 2244, \"cat_0_index\": 3684, \"rank\": 1371, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2036, \"ini\": 1486}, {\"group\": [2290.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with tomato sauce, no meat, canned\", \"clust\": 2320, \"cat_0_index\": 2165, \"rank\": 1372, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 359, \"ini\": 1485}, {\"group\": [745.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and cherry\", \"clust\": 762, \"cat_0_index\": 193, \"rank\": 1373, \"cat-0\": \"Baby Foods\", \"rankvar\": 2358, \"ini\": 1484}, {\"group\": [325.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, protein-fortified, cooked, enriched, (n x 6.25)\", \"clust\": 330, \"cat_0_index\": 1035, \"rank\": 1374, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2, \"ini\": 1483}, {\"group\": [243.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, veal, strained\", \"clust\": 246, \"cat_0_index\": 194, \"rank\": 1375, \"cat-0\": \"Baby Foods\", \"rankvar\": 378, \"ini\": 1482}, {\"group\": [1480.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, frozen, whole, unprepared\", \"clust\": 1505, \"cat_0_index\": 3685, \"rank\": 1376, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 469, \"ini\": 1481}, {\"group\": [2366.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, cooked, boiled, drained, without salt\", \"clust\": 2392, \"cat_0_index\": 3686, \"rank\": 1377, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1797, \"ini\": 1480}, {\"group\": [326.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, protein-fortified, cooked, enriched (N x 5.70)\", \"clust\": 331, \"cat_0_index\": 1036, \"rank\": 1378, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 6, \"ini\": 1479}, {\"group\": [1208.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Light Chocolate, soymilk\", \"clust\": 1232, \"cat_0_index\": 2097, \"rank\": 1379, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1359, \"ini\": 1478}, {\"group\": [3001.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, hard, peanut butter\", \"clust\": 3033, \"cat_0_index\": 2575, \"rank\": 2856, \"cat-0\": \"Snacks\", \"rankvar\": 2795, \"ini\": 1477}, {\"group\": [571.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, water pack, solids and liquids\", \"clust\": 582, \"cat_0_index\": 1813, \"rank\": 1380, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1481, \"ini\": 1476}, {\"group\": [2772.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, Italian, pork, cooked\", \"clust\": 2803, \"cat_0_index\": 2425, \"rank\": 2855, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2495, \"ini\": 1475}, {\"group\": [657.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit dessert, mango with tapioca\", \"clust\": 669, \"cat_0_index\": 195, \"rank\": 1381, \"cat-0\": \"Baby Foods\", \"rankvar\": 1234, \"ini\": 1474}, {\"group\": [1062.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Salsa Refried Beans\", \"clust\": 1078, \"cat_0_index\": 2098, \"rank\": 1382, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1031, \"ini\": 1473}, {\"group\": [1195.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberry-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1220, \"cat_0_index\": 700, \"rank\": 1383, \"cat-0\": \"Beverages\", \"rankvar\": 298, \"ini\": 1472}, {\"group\": [925.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, HEALTHY REQUEST Beef Barley Soup\", \"clust\": 942, \"cat_0_index\": 2914, \"rank\": 1384, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 572, \"ini\": 1471}, {\"group\": [2396.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, stir-fried\", \"clust\": 2421, \"cat_0_index\": 3687, \"rank\": 1385, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1533, \"ini\": 1470}, {\"group\": [1723.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Beef Stroganof - Fully Loaded\", \"clust\": 1740, \"cat_0_index\": 2915, \"rank\": 1386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 246, \"ini\": 1469}, {\"group\": [3631.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, NESTLE, AFTER EIGHT Mints\", \"clust\": 3672, \"cat_0_index\": 3264, \"rank\": 2854, \"cat-0\": \"Sweets\", \"rankvar\": 3515, \"ini\": 1468}, {\"group\": [1003.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, o'brien, home-prepared\", \"clust\": 1021, \"cat_0_index\": 3688, \"rank\": 1387, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 369, \"ini\": 1467}, {\"group\": [3312.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, raw\", \"clust\": 3348, \"cat_0_index\": 2099, \"rank\": 2853, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3078, \"ini\": 1466}, {\"group\": [1210.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate and other flavors, light, with added calcium, vitamins A and D\", \"clust\": 1231, \"cat_0_index\": 2100, \"rank\": 1388, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1395, \"ini\": 1465}, {\"group\": [1005.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mountain yam, hawaii, cooked, steamed, with salt\", \"clust\": 1024, \"cat_0_index\": 3689, \"rank\": 1389, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 778, \"ini\": 1464}, {\"group\": [650.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberry-apple juice drink, bottled\", \"clust\": 663, \"cat_0_index\": 701, \"rank\": 1390, \"cat-0\": \"Beverages\", \"rankvar\": 2109, \"ini\": 1463}, {\"group\": [2352.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin, canned, with salt\", \"clust\": 2384, \"cat_0_index\": 3690, \"rank\": 1391, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1683, \"ini\": 1462}, {\"group\": [2120.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, cooked, boiled, drained, without salt\", \"clust\": 2150, \"cat_0_index\": 3691, \"rank\": 1392, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2214, \"ini\": 1461}, {\"group\": [2412.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberries, raw\", \"clust\": 2440, \"cat_0_index\": 1814, \"rank\": 1393, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1978, \"ini\": 1460}, {\"group\": [318.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, egg, spinach, cooked, enriched\", \"clust\": 321, \"cat_0_index\": 1037, \"rank\": 1394, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 27, \"ini\": 1459}, {\"group\": [242.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef, junior\", \"clust\": 247, \"cat_0_index\": 196, \"rank\": 1395, \"cat-0\": \"Baby Foods\", \"rankvar\": 326, \"ini\": 1458}, {\"group\": [242.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, beef, strained\", \"clust\": 248, \"cat_0_index\": 197, \"rank\": 1396, \"cat-0\": \"Baby Foods\", \"rankvar\": 327, \"ini\": 1457}, {\"group\": [2229.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, stewed, with added sugar\", \"clust\": 2259, \"cat_0_index\": 1815, \"rank\": 1397, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 286, \"ini\": 1456}, {\"group\": [822.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix, prepared with 2% milk\", \"clust\": 838, \"cat_0_index\": 3265, \"rank\": 1398, \"cat-0\": \"Sweets\", \"rankvar\": 157, \"ini\": 1455}, {\"group\": [1190.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, filled, fluid, with blend of hydrogenated vegetable oils\", \"clust\": 1206, \"cat_0_index\": 1173, \"rank\": 1399, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 942, \"ini\": 1454}, {\"group\": [1407.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hearts of palm, canned\", \"clust\": 1425, \"cat_0_index\": 3692, \"rank\": 1400, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1739, \"ini\": 1453}, {\"group\": [3426.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Multi-Bran CHEX\", \"clust\": 3461, \"cat_0_index\": 888, \"rank\": 2852, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3049, \"ini\": 1452}, {\"group\": [2133.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, frozen, unsweetened\", \"clust\": 2164, \"cat_0_index\": 1816, \"rank\": 1401, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2078, \"ini\": 1451}, {\"group\": [3925.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, YORK BITES\", \"clust\": 3969, \"cat_0_index\": 3266, \"rank\": 2851, \"cat-0\": \"Sweets\", \"rankvar\": 3585, \"ini\": 1450}, {\"group\": [1979.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, sirloin burger with vegetables, ready-to-serve, single brand\", \"clust\": 2008, \"cat_0_index\": 2916, \"rank\": 1402, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 539, \"ini\": 1449}, {\"group\": [271.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, gefiltefish, commercial, sweet recipe\", \"clust\": 274, \"cat_0_index\": 1567, \"rank\": 1403, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 267, \"ini\": 1448}, {\"group\": [2961.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, nut and raisin\", \"clust\": 2994, \"cat_0_index\": 2576, \"rank\": 2850, \"cat-0\": \"Snacks\", \"rankvar\": 2630, \"ini\": 1447}, {\"group\": [3803.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, Cranberry Macadamia Nut Cereal\", \"clust\": 3843, \"cat_0_index\": 889, \"rank\": 2849, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2778, \"ini\": 1446}, {\"group\": [1037.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, russet, flesh and skin, raw\", \"clust\": 1053, \"cat_0_index\": 3693, \"rank\": 1404, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 535, \"ini\": 1445}, {\"group\": [655.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana apple dessert, strained\", \"clust\": 670, \"cat_0_index\": 198, \"rank\": 1405, \"cat-0\": \"Baby Foods\", \"rankvar\": 1547, \"ini\": 1444}, {\"group\": [3358.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Oat Bran, QUAKER/MOTHER'S Oat Bran, dry\", \"clust\": 3392, \"cat_0_index\": 890, \"rank\": 2848, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2929, \"ini\": 1443}, {\"group\": [1116.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL LIPIL, with iron, ready-to-feed, with ARA and DHA\", \"clust\": 1143, \"cat_0_index\": 199, \"rank\": 1406, \"cat-0\": \"Baby Foods\", \"rankvar\": 1111, \"ini\": 1442}, {\"group\": [1724.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, potatoes with cheese and ham, toddler\", \"clust\": 1751, \"cat_0_index\": 200, \"rank\": 1407, \"cat-0\": \"Baby Foods\", \"rankvar\": 255, \"ini\": 1441}, {\"group\": [1403.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, cooked, boiled, drained, with salt\", \"clust\": 1426, \"cat_0_index\": 3694, \"rank\": 1408, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1639, \"ini\": 1440}, {\"group\": [1183.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, producer, fluid, 3.7% milkfat\", \"clust\": 1207, \"cat_0_index\": 1174, \"rank\": 1409, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 921, \"ini\": 1439}, {\"group\": [556.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, juice pack, solids and liquids\", \"clust\": 569, \"cat_0_index\": 1817, \"rank\": 1410, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1525, \"ini\": 1438}, {\"group\": [570.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, raw, without skin, cooked, microwave\", \"clust\": 583, \"cat_0_index\": 1818, \"rank\": 1411, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1500, \"ini\": 1437}, {\"group\": [2284.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, whole kernel, drained solids\", \"clust\": 2313, \"cat_0_index\": 3695, \"rank\": 1412, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 217, \"ini\": 1436}, {\"group\": [541.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, canned, sweetened, sliced, drained, unheated\", \"clust\": 554, \"cat_0_index\": 1819, \"rank\": 1413, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1502, \"ini\": 1435}, {\"group\": [246.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, flatfish (flounder and sole species), raw\", \"clust\": 251, \"cat_0_index\": 1568, \"rank\": 1414, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 617, \"ini\": 1434}, {\"group\": [2093.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Manhattan Clam Chowder, condensed\", \"clust\": 2124, \"cat_0_index\": 2917, \"rank\": 1415, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1376, \"ini\": 1433}, {\"group\": [1009.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowroot, raw\", \"clust\": 1022, \"cat_0_index\": 3696, \"rank\": 1416, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 638, \"ini\": 1432}, {\"group\": [1123.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, AR LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1148, \"cat_0_index\": 201, \"rank\": 1417, \"cat-0\": \"Baby Foods\", \"rankvar\": 835, \"ini\": 1431}, {\"group\": [1117.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LIPIL, low iron, ready to feed, with ARA and DHA\", \"clust\": 1144, \"cat_0_index\": 202, \"rank\": 1418, \"cat-0\": \"Baby Foods\", \"rankvar\": 1114, \"ini\": 1430}, {\"group\": [2392.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, unprepared\", \"clust\": 2424, \"cat_0_index\": 3697, \"rank\": 1419, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1654, \"ini\": 1429}, {\"group\": [1196.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, vanilla, dry mix, prepared with whole milk\", \"clust\": 1221, \"cat_0_index\": 3267, \"rank\": 1420, \"cat-0\": \"Sweets\", \"rankvar\": 319, \"ini\": 1428}, {\"group\": [972.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Tequila Lime Salsa\", \"clust\": 992, \"cat_0_index\": 2918, \"rank\": 1421, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1888, \"ini\": 1427}, {\"group\": [868.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Purslane, cooked, boiled, drained, with salt\", \"clust\": 886, \"cat_0_index\": 3698, \"rank\": 1422, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2385, \"ini\": 1426}, {\"group\": [1057.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Hearty Vegetable with Pasta Soup, condensed\", \"clust\": 1077, \"cat_0_index\": 2919, \"rank\": 1423, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 872, \"ini\": 1425}, {\"group\": [446.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla soy Yogurt (Family size)\", \"clust\": 449, \"cat_0_index\": 2101, \"rank\": 1424, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 830, \"ini\": 1424}, {\"group\": [826.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, instant, prepared with 2% milk\", \"clust\": 846, \"cat_0_index\": 3268, \"rank\": 1425, \"cat-0\": \"Sweets\", \"rankvar\": 145, \"ini\": 1423}, {\"group\": [1223.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Coffee, soymilk\", \"clust\": 1243, \"cat_0_index\": 2102, \"rank\": 1426, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1195, \"ini\": 1422}, {\"group\": [2197.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, cooked, boiled, drained, with salt\", \"clust\": 2226, \"cat_0_index\": 3699, \"rank\": 1427, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2060, \"ini\": 1421}, {\"group\": [631.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, custard pudding, vanilla, junior\", \"clust\": 644, \"cat_0_index\": 203, \"rank\": 1428, \"cat-0\": \"Baby Foods\", \"rankvar\": 603, \"ini\": 1420}, {\"group\": [2211.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, cooked, boiled, drained, with salt\", \"clust\": 2239, \"cat_0_index\": 3700, \"rank\": 1429, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2261, \"ini\": 1419}, {\"group\": [1118.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, low iron, ready-to-feed\", \"clust\": 1146, \"cat_0_index\": 204, \"rank\": 1430, \"cat-0\": \"Baby Foods\", \"rankvar\": 1126, \"ini\": 1418}, {\"group\": [1119.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, with iron, ready-to-feed\", \"clust\": 1147, \"cat_0_index\": 205, \"rank\": 1431, \"cat-0\": \"Baby Foods\", \"rankvar\": 1125, \"ini\": 1417}, {\"group\": [388.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, cooked, boiled, drained, without salt\", \"clust\": 398, \"cat_0_index\": 3701, \"rank\": 1432, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 191, \"ini\": 1416}, {\"group\": [746.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and peach\", \"clust\": 763, \"cat_0_index\": 206, \"rank\": 1433, \"cat-0\": \"Baby Foods\", \"rankvar\": 2348, \"ini\": 1415}, {\"group\": [1103.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PROSOBEE, with iron, ready-to-feed\", \"clust\": 1128, \"cat_0_index\": 207, \"rank\": 1434, \"cat-0\": \"Baby Foods\", \"rankvar\": 1080, \"ini\": 1414}, {\"group\": [1284.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, manhattan, canned, condensed\", \"clust\": 1308, \"cat_0_index\": 2920, \"rank\": 1435, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 701, \"ini\": 1413}, {\"group\": [1271.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, fluid, nonfat, calcium fortified (fat free or skim)\", \"clust\": 1294, \"cat_0_index\": 1175, \"rank\": 1436, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2040, \"ini\": 1412}, {\"group\": [1634.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Barbeque Seasoned Burger Soup\", \"clust\": 1661, \"cat_0_index\": 2921, \"rank\": 1437, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 344, \"ini\": 1411}, {\"group\": [3428.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES, Fuel\", \"clust\": 3460, \"cat_0_index\": 891, \"rank\": 2847, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2925, \"ini\": 1410}, {\"group\": [1184.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coffee substitute, cereal grain beverage, powder, prepared with whole milk\", \"clust\": 1208, \"cat_0_index\": 702, \"rank\": 1438, \"cat-0\": \"Beverages\", \"rankvar\": 813, \"ini\": 1409}, {\"group\": [1982.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of shrimp, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 2013, \"cat_0_index\": 2922, \"rank\": 1439, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 812, \"ini\": 1408}, {\"group\": [1988.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, prepared with equal volume milk\", \"clust\": 2018, \"cat_0_index\": 2923, \"rank\": 1440, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 720, \"ini\": 1407}, {\"group\": [543.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, heavy syrup pack, solids and liquids\", \"clust\": 553, \"cat_0_index\": 1820, \"rank\": 1441, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1404, \"ini\": 1406}, {\"group\": [1203.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple, with calcium\", \"clust\": 1225, \"cat_0_index\": 208, \"rank\": 1442, \"cat-0\": \"Baby Foods\", \"rankvar\": 1950, \"ini\": 1405}, {\"group\": [1236.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream, half and half, fat free\", \"clust\": 1259, \"cat_0_index\": 1176, \"rank\": 1443, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 793, \"ini\": 1404}, {\"group\": [2361.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prickly pears, raw\", \"clust\": 2390, \"cat_0_index\": 1821, \"rank\": 1444, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1723, \"ini\": 1403}, {\"group\": [1104.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PROSOBEE LIPIL, with iron, ready to feed, with ARA and DHA\", \"clust\": 1129, \"cat_0_index\": 209, \"rank\": 1445, \"cat-0\": \"Baby Foods\", \"rankvar\": 1072, \"ini\": 1402}, {\"group\": [2291.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs A to Z's\", \"clust\": 2321, \"cat_0_index\": 2166, \"rank\": 1446, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 438, \"ini\": 1401}, {\"group\": [2068.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef noodle, canned, condensed\", \"clust\": 2099, \"cat_0_index\": 2924, \"rank\": 1447, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 652, \"ini\": 1400}, {\"group\": [636.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, blueberry yogurt, strained\", \"clust\": 646, \"cat_0_index\": 210, \"rank\": 1448, \"cat-0\": \"Baby Foods\", \"rankvar\": 1228, \"ini\": 1399}, {\"group\": [3752.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, GOLDEN GRAHAMS\", \"clust\": 3795, \"cat_0_index\": 892, \"rank\": 2846, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3014, \"ini\": 1398}, {\"group\": [827.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, instant, prepared with 2% milk\", \"clust\": 847, \"cat_0_index\": 3269, \"rank\": 1449, \"cat-0\": \"Sweets\", \"rankvar\": 153, \"ini\": 1397}, {\"group\": [719.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce, strained\", \"clust\": 732, \"cat_0_index\": 211, \"rank\": 1450, \"cat-0\": \"Baby Foods\", \"rankvar\": 2098, \"ini\": 1396}, {\"group\": [1120.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, ENFAMIL, LACTOFREE, ready-to-feed\", \"clust\": 1145, \"cat_0_index\": 212, \"rank\": 1451, \"cat-0\": \"Baby Foods\", \"rankvar\": 1127, \"ini\": 1395}, {\"group\": [2105.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, cooked, boiled, drained, without salt\", \"clust\": 2132, \"cat_0_index\": 3702, \"rank\": 1452, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2278, \"ini\": 1394}, {\"group\": [3181.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, whole milk\", \"clust\": 3215, \"cat_0_index\": 1177, \"rank\": 2845, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2618, \"ini\": 1393}, {\"group\": [652.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grape juice, canned or bottled, unsweetened, with added ascorbic acid\", \"clust\": 667, \"cat_0_index\": 1822, \"rank\": 1453, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1782, \"ini\": 1392}, {\"group\": [194.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, bearded (Oogruk), meat, raw (Alaska Native)\", \"clust\": 192, \"cat_0_index\": 1285, \"rank\": 1454, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2260, \"ini\": 1391}, {\"group\": [985.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, spanish style\", \"clust\": 1004, \"cat_0_index\": 3703, \"rank\": 1455, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1837, \"ini\": 1390}, {\"group\": [1285.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable with beef broth, canned, condensed\", \"clust\": 1309, \"cat_0_index\": 2925, \"rank\": 1456, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 569, \"ini\": 1389}, {\"group\": [1068.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Italian Style Wedding Soup, condensed\", \"clust\": 1088, \"cat_0_index\": 2926, \"rank\": 1457, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 880, \"ini\": 1388}, {\"group\": [2198.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, frozen, cooked, boiled, drained, with salt\", \"clust\": 2227, \"cat_0_index\": 3704, \"rank\": 1458, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1711, \"ini\": 1387}, {\"group\": [2898.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2934, \"cat_0_index\": 445, \"rank\": 2844, \"cat-0\": \"Beef Products\", \"rankvar\": 2670, \"ini\": 1386}, {\"group\": [1112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1138, \"cat_0_index\": 213, \"rank\": 1459, \"cat-0\": \"Baby Foods\", \"rankvar\": 981, \"ini\": 1385}, {\"group\": [1112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, ISOMIL, ADVANCE with iron, ready-to-feed (formerly ROSS)\", \"clust\": 1139, \"cat_0_index\": 214, \"rank\": 1460, \"cat-0\": \"Baby Foods\", \"rankvar\": 982, \"ini\": 1384}, {\"group\": [932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, grilled\", \"clust\": 952, \"cat_0_index\": 3705, \"rank\": 1461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1890, \"ini\": 1383}, {\"group\": [932.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, portabella, exposed to ultraviolet light, grilled\", \"clust\": 953, \"cat_0_index\": 3706, \"rank\": 1462, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1891, \"ini\": 1382}, {\"group\": [1075.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Acorn stew (Apache)\", \"clust\": 1093, \"cat_0_index\": 1286, \"rank\": 1463, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 80, \"ini\": 1381}, {\"group\": [843.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cress, garden, cooked, boiled, drained, without salt\", \"clust\": 861, \"cat_0_index\": 3707, \"rank\": 1464, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2096, \"ini\": 1380}, {\"group\": [322.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Barley, pearled, cooked\", \"clust\": 322, \"cat_0_index\": 1038, \"rank\": 1465, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 261, \"ini\": 1379}, {\"group\": [3742.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, QUAKER OATMEAL TO GO, all flavors\", \"clust\": 3786, \"cat_0_index\": 2577, \"rank\": 2843, \"cat-0\": \"Snacks\", \"rankvar\": 2807, \"ini\": 1378}, {\"group\": [1215.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, vanilla or lemon flavor, nonfat milk, sweetened with low-calorie sweetener\", \"clust\": 1238, \"cat_0_index\": 1178, \"rank\": 1466, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1378, \"ini\": 1377}, {\"group\": [1216.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, vanilla or lemon flavor, nonfat milk, sweetened with low-calorie sweetener, fortified with vitamin D\", \"clust\": 1239, \"cat_0_index\": 1179, \"rank\": 1467, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1379, \"ini\": 1376}, {\"group\": [3778.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, baked product, finger snacks cereal\", \"clust\": 3816, \"cat_0_index\": 215, \"rank\": 2842, \"cat-0\": \"Baby Foods\", \"rankvar\": 2863, \"ini\": 1375}, {\"group\": [2240.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels cut off cob, unprepared\", \"clust\": 2271, \"cat_0_index\": 3708, \"rank\": 1468, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 164, \"ini\": 1374}, {\"group\": [685.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple juice, canned, unsweetened, with added ascorbic acid\", \"clust\": 697, \"cat_0_index\": 1823, \"rank\": 1469, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1936, \"ini\": 1373}, {\"group\": [2203.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetables, spinach, creamed, strained\", \"clust\": 2231, \"cat_0_index\": 216, \"rank\": 1470, \"cat-0\": \"Baby Foods\", \"rankvar\": 1394, \"ini\": 1372}, {\"group\": [1742.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 1765, \"cat_0_index\": 2927, \"rank\": 1471, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 590, \"ini\": 1371}, {\"group\": [2094.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Vegetable Soup, condensed\", \"clust\": 2125, \"cat_0_index\": 2928, \"rank\": 1472, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 856, \"ini\": 1370}, {\"group\": [395.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, fava, in pod, raw\", \"clust\": 404, \"cat_0_index\": 3709, \"rank\": 1473, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 70, \"ini\": 1369}, {\"group\": [3769.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TRIX, reduced sugar, bowlpak\", \"clust\": 3811, \"cat_0_index\": 893, \"rank\": 2841, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2984, \"ini\": 1368}, {\"group\": [3938.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, granulated\", \"clust\": 3986, \"cat_0_index\": 3270, \"rank\": 2840, \"cat-0\": \"Sweets\", \"rankvar\": 3775, \"ini\": 1367}, {\"group\": [2183.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, cooked, boiled, drained, with salt\", \"clust\": 2212, \"cat_0_index\": 3710, \"rank\": 1474, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2228, \"ini\": 1366}, {\"group\": [926.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, cooked, boiled, drained, with salt\", \"clust\": 943, \"cat_0_index\": 3711, \"rank\": 1475, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1860, \"ini\": 1365}, {\"group\": [1335.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, broccoli and chicken, junior\", \"clust\": 1359, \"cat_0_index\": 217, \"rank\": 1476, \"cat-0\": \"Baby Foods\", \"rankvar\": 716, \"ini\": 1364}, {\"group\": [2341.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears and pineapple, strained\", \"clust\": 2372, \"cat_0_index\": 218, \"rank\": 1477, \"cat-0\": \"Baby Foods\", \"rankvar\": 1905, \"ini\": 1363}, {\"group\": [632.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, custard pudding, vanilla, strained\", \"clust\": 645, \"cat_0_index\": 219, \"rank\": 1478, \"cat-0\": \"Baby Foods\", \"rankvar\": 558, \"ini\": 1362}, {\"group\": [2219.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, cooked, boiled, drained, with salt\", \"clust\": 2248, \"cat_0_index\": 3712, \"rank\": 1479, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2121, \"ini\": 1361}, {\"group\": [2182.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, cooked, boiled, drained, without salt\", \"clust\": 2211, \"cat_0_index\": 3713, \"rank\": 1480, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2184, \"ini\": 1360}, {\"group\": [2285.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels cut off cob, boiled, drained, with salt\", \"clust\": 2314, \"cat_0_index\": 3714, \"rank\": 1481, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 262, \"ini\": 1359}, {\"group\": [1265.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk (All flavors), enhanced\", \"clust\": 1279, \"cat_0_index\": 2103, \"rank\": 1482, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1590, \"ini\": 1358}, {\"group\": [2088.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with frankfurters, canned, prepared with equal volume water\", \"clust\": 2118, \"cat_0_index\": 2929, \"rank\": 1483, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 381, \"ini\": 1357}, {\"group\": [542.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apples, canned, sweetened, sliced, drained, heated\", \"clust\": 555, \"cat_0_index\": 1824, \"rank\": 1484, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1512, \"ini\": 1356}, {\"group\": [3894.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, frosted oat cereal with marshmallows\", \"clust\": 3940, \"cat_0_index\": 894, \"rank\": 2839, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3119, \"ini\": 1355}, {\"group\": [391.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, cooked, stir-fried, without salt\", \"clust\": 400, \"cat_0_index\": 3715, \"rank\": 1485, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 37, \"ini\": 1354}, {\"group\": [2237.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels cut off cob, boiled, drained, without salt\", \"clust\": 2266, \"cat_0_index\": 3716, \"rank\": 1486, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 265, \"ini\": 1353}, {\"group\": [382.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, wakame, raw\", \"clust\": 381, \"cat_0_index\": 3717, \"rank\": 1487, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1461, \"ini\": 1352}, {\"group\": [1156.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, liquid, light\", \"clust\": 1118, \"cat_0_index\": 1180, \"rank\": 1488, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 869, \"ini\": 1351}, {\"group\": [196.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Deer (venison), sitka, raw (Alaska Native)\", \"clust\": 197, \"cat_0_index\": 1287, \"rank\": 1489, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1268, \"ini\": 1350}, {\"group\": [329.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, enriched, with added salt\", \"clust\": 337, \"cat_0_index\": 1039, \"rank\": 1490, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 13, \"ini\": 1349}, {\"group\": [329.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, cooked, unenriched, with added salt\", \"clust\": 338, \"cat_0_index\": 1040, \"rank\": 1491, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 14, \"ini\": 1348}, {\"group\": [845.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), cooked, boiled, drained, without salt\", \"clust\": 864, \"cat_0_index\": 3718, \"rank\": 1492, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2408, \"ini\": 1347}, {\"group\": [2121.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, raw\", \"clust\": 2151, \"cat_0_index\": 3719, \"rank\": 1493, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2204, \"ini\": 1346}, {\"group\": [3798.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, FAMILIA\", \"clust\": 3839, \"cat_0_index\": 895, \"rank\": 2838, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2823, \"ini\": 1345}, {\"group\": [2311.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quinoa, cooked\", \"clust\": 2337, \"cat_0_index\": 1041, \"rank\": 1494, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 54, \"ini\": 1344}, {\"group\": [2959.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, low salt\", \"clust\": 2987, \"cat_0_index\": 373, \"rank\": 2837, \"cat-0\": \"Baked Products\", \"rankvar\": 2640, \"ini\": 1343}, {\"group\": [3957.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant\", \"clust\": 3999, \"cat_0_index\": 3271, \"rank\": 2836, \"cat-0\": \"Sweets\", \"rankvar\": 3528, \"ini\": 1342}, {\"group\": [207.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, liver (Alaska Native)\", \"clust\": 209, \"cat_0_index\": 1288, \"rank\": 1495, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 162, \"ini\": 1341}, {\"group\": [207.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, northern, liver (Alaska Native)\", \"clust\": 210, \"cat_0_index\": 1289, \"rank\": 1496, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 163, \"ini\": 1340}, {\"group\": [2379.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, unprepared\", \"clust\": 2408, \"cat_0_index\": 3720, \"rank\": 1497, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1630, \"ini\": 1339}, {\"group\": [396.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 402, \"cat_0_index\": 3721, \"rank\": 1498, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 72, \"ini\": 1338}, {\"group\": [573.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, raw\", \"clust\": 580, \"cat_0_index\": 1825, \"rank\": 1499, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1367, \"ini\": 1337}, {\"group\": [2031.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetarian vegetable, canned, condensed\", \"clust\": 2057, \"cat_0_index\": 2930, \"rank\": 1500, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 988, \"ini\": 1336}, {\"group\": [1192.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix, powder, prepared with whole milk\", \"clust\": 1216, \"cat_0_index\": 703, \"rank\": 1501, \"cat-0\": \"Beverages\", \"rankvar\": 250, \"ini\": 1335}, {\"group\": [1977.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken corn chowder, chunky, ready-to-serve, single brand\", \"clust\": 2006, \"cat_0_index\": 2931, \"rank\": 1502, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 346, \"ini\": 1334}, {\"group\": [2973.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, light (baked with less oil)\", \"clust\": 3006, \"cat_0_index\": 2578, \"rank\": 2835, \"cat-0\": \"Snacks\", \"rankvar\": 2683, \"ini\": 1333}, {\"group\": [2388.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, unprepared\", \"clust\": 2416, \"cat_0_index\": 3722, \"rank\": 1503, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 965, \"ini\": 1332}, {\"group\": [747.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, mixed fruit\", \"clust\": 761, \"cat_0_index\": 220, \"rank\": 1504, \"cat-0\": \"Baby Foods\", \"rankvar\": 2332, \"ini\": 1331}, {\"group\": [412.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange and apricot\", \"clust\": 421, \"cat_0_index\": 221, \"rank\": 1505, \"cat-0\": \"Baby Foods\", \"rankvar\": 2486, \"ini\": 1330}, {\"group\": [2026.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, turkey vegetable, canned, condensed\", \"clust\": 2059, \"cat_0_index\": 2932, \"rank\": 1506, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1076, \"ini\": 1329}, {\"group\": [1209.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Chocolate, soymilk\", \"clust\": 1233, \"cat_0_index\": 2104, \"rank\": 1507, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1160, \"ini\": 1328}, {\"group\": [269.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, nonfat, uncreamed, dry, large or small curd\", \"clust\": 268, \"cat_0_index\": 1181, \"rank\": 1508, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 357, \"ini\": 1327}, {\"group\": [327.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, protein-fortified, cooked, enriched (n x 6.25)\", \"clust\": 329, \"cat_0_index\": 1042, \"rank\": 1509, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 7, \"ini\": 1326}, {\"group\": [3723.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S COCOA BUMPERS\", \"clust\": 3766, \"cat_0_index\": 896, \"rank\": 2834, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3180, \"ini\": 1325}, {\"group\": [1416.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, split with ham, canned, chunky, ready-to-serve\", \"clust\": 1440, \"cat_0_index\": 2933, \"rank\": 1510, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 235, \"ini\": 1324}, {\"group\": [179.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frog legs, raw\", \"clust\": 182, \"cat_0_index\": 1569, \"rank\": 1511, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 973, \"ini\": 1323}, {\"group\": [1214.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Very Vanilla, soymilk\", \"clust\": 1234, \"cat_0_index\": 2105, \"rank\": 1512, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1351, \"ini\": 1322}, {\"group\": [1194.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, chocolate, dry mix, prepared with 2% milk\", \"clust\": 1218, \"cat_0_index\": 3272, \"rank\": 1513, \"cat-0\": \"Sweets\", \"rankvar\": 315, \"ini\": 1321}, {\"group\": [656.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), canned, light syrup pack\", \"clust\": 671, \"cat_0_index\": 1826, \"rank\": 1514, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1752, \"ini\": 1320}, {\"group\": [3235.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, mozzarella, low sodium\", \"clust\": 3268, \"cat_0_index\": 1182, \"rank\": 2833, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2911, \"ini\": 1319}, {\"group\": [929.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, cooked, boiled, drained, without salt\", \"clust\": 947, \"cat_0_index\": 3723, \"rank\": 1515, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2212, \"ini\": 1318}, {\"group\": [2110.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common (danish, domestic, and pointed types), stored, raw\", \"clust\": 2142, \"cat_0_index\": 3724, \"rank\": 1516, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2293, \"ini\": 1317}, {\"group\": [1983.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 2014, \"cat_0_index\": 2934, \"rank\": 1517, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 723, \"ini\": 1316}, {\"group\": [1130.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SENSITIVE (LACTOSE FREE) ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1153, \"cat_0_index\": 222, \"rank\": 1518, \"cat-0\": \"Baby Foods\", \"rankvar\": 994, \"ini\": 1315}, {\"group\": [1399.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, black bean, canned, prepared with equal volume water\", \"clust\": 1421, \"cat_0_index\": 2935, \"rank\": 1519, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1487, \"ini\": 1314}, {\"group\": [1198.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Meal supplement drink, NESTLE, SUPLIGEN, canned, peanut flavor\", \"clust\": 1214, \"cat_0_index\": 704, \"rank\": 1520, \"cat-0\": \"Beverages\", \"rankvar\": 154, \"ini\": 1313}, {\"group\": [398.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth beans, mature seeds, cooked, boiled, without salt\", \"clust\": 406, \"cat_0_index\": 2106, \"rank\": 1521, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 31, \"ini\": 1312}, {\"group\": [3530.0, 77.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, with pulp, frozen concentrate\", \"clust\": 3567, \"cat_0_index\": 705, \"rank\": 2832, \"cat-0\": \"Beverages\", \"rankvar\": 3351, \"ini\": 1311}, {\"group\": [3897.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ready-to-eat, KELLOGG, KELLOGG'S CINNABON cereal\", \"clust\": 3936, \"cat_0_index\": 897, \"rank\": 2831, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3099, \"ini\": 1310}, {\"group\": [2330.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, cooked, boiled, drained, without salt\", \"clust\": 2359, \"cat_0_index\": 3725, \"rank\": 1522, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1056, \"ini\": 1309}, {\"group\": [3734.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Cinnamon-Spice, dry\", \"clust\": 3778, \"cat_0_index\": 898, \"rank\": 2830, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2864, \"ini\": 1308}, {\"group\": [2027.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken vegetable, canned, condensed\", \"clust\": 2060, \"cat_0_index\": 2936, \"rank\": 1523, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 961, \"ini\": 1307}, {\"group\": [743.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple\", \"clust\": 759, \"cat_0_index\": 223, \"rank\": 1524, \"cat-0\": \"Baby Foods\", \"rankvar\": 2337, \"ini\": 1306}, {\"group\": [967.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, condensed, reduced sodium\", \"clust\": 988, \"cat_0_index\": 2937, \"rank\": 1525, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 685, \"ini\": 1305}, {\"group\": [181.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, farmed, raw\", \"clust\": 181, \"cat_0_index\": 1570, \"rank\": 1526, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 845, \"ini\": 1304}, {\"group\": [2333.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, regular pack, solids and liquids\", \"clust\": 2363, \"cat_0_index\": 3726, \"rank\": 1527, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1162, \"ini\": 1303}, {\"group\": [3735.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with cinnamon and spice, dry\", \"clust\": 3779, \"cat_0_index\": 899, \"rank\": 2829, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2867, \"ini\": 1302}, {\"group\": [1463.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato sauce, no salt added\", \"clust\": 1488, \"cat_0_index\": 3727, \"rank\": 1528, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1631, \"ini\": 1301}, {\"group\": [2312.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), canned, with cream style corn\", \"clust\": 2341, \"cat_0_index\": 3728, \"rank\": 1529, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 403, \"ini\": 1300}, {\"group\": [2917.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, tail, raw\", \"clust\": 2951, \"cat_0_index\": 2316, \"rank\": 2828, \"cat-0\": \"Pork Products\", \"rankvar\": 2605, \"ini\": 1299}, {\"group\": [3865.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, vanilla wafers, lower fat\", \"clust\": 3910, \"cat_0_index\": 374, \"rank\": 2827, \"cat-0\": \"Baked Products\", \"rankvar\": 2896, \"ini\": 1298}, {\"group\": [2365.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, unprepared\", \"clust\": 2393, \"cat_0_index\": 3729, \"rank\": 1530, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1812, \"ini\": 1297}, {\"group\": [1986.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, prepared with equal volume milk\", \"clust\": 2019, \"cat_0_index\": 2938, \"rank\": 1531, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 741, \"ini\": 1296}, {\"group\": [3506.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, yokan, mature seeds\", \"clust\": 3544, \"cat_0_index\": 2107, \"rank\": 1532, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2037, \"ini\": 1295}, {\"group\": [2503.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, coated, milk chocolate coating, chocolate chip\", \"clust\": 2532, \"cat_0_index\": 2579, \"rank\": 2826, \"cat-0\": \"Snacks\", \"rankvar\": 2761, \"ini\": 1294}, {\"group\": [817.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, prepared with whole milk\", \"clust\": 835, \"cat_0_index\": 3273, \"rank\": 1533, \"cat-0\": \"Sweets\", \"rankvar\": 85, \"ini\": 1293}, {\"group\": [2089.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, scotch broth, canned, condensed\", \"clust\": 2120, \"cat_0_index\": 2939, \"rank\": 1534, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 683, \"ini\": 1292}, {\"group\": [3780.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, chewy, reduced sugar, all flavors\", \"clust\": 3822, \"cat_0_index\": 2580, \"rank\": 2825, \"cat-0\": \"Snacks\", \"rankvar\": 2672, \"ini\": 1291}, {\"group\": [557.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, juice pack, drained\", \"clust\": 570, \"cat_0_index\": 1827, \"rank\": 1535, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1498, \"ini\": 1290}, {\"group\": [1461.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cardoon, cooked, boiled, drained, with salt\", \"clust\": 1484, \"cat_0_index\": 3730, \"rank\": 1536, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2287, \"ini\": 1289}, {\"group\": [2836.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Blood sausage\", \"clust\": 2865, \"cat_0_index\": 2426, \"rank\": 2824, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2641, \"ini\": 1288}, {\"group\": [390.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, sprouted, raw\", \"clust\": 395, \"cat_0_index\": 3731, \"rank\": 1537, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 507, \"ini\": 1287}, {\"group\": [2921.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, tail, cooked, simmered\", \"clust\": 2953, \"cat_0_index\": 2317, \"rank\": 2823, \"cat-0\": \"Pork Products\", \"rankvar\": 2671, \"ini\": 1286}, {\"group\": [3866.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Ruth's Golden Oatmeal\", \"clust\": 3911, \"cat_0_index\": 375, \"rank\": 2822, \"cat-0\": \"Baked Products\", \"rankvar\": 2689, \"ini\": 1285}, {\"group\": [1471.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, vegetable, butternut squash and corn\", \"clust\": 1499, \"cat_0_index\": 224, \"rank\": 1538, \"cat-0\": \"Baby Foods\", \"rankvar\": 1262, \"ini\": 1284}, {\"group\": [185.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Pacific, raw\", \"clust\": 186, \"cat_0_index\": 1571, \"rank\": 1539, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1010, \"ini\": 1283}, {\"group\": [973.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, spaghetti sauce, meatless, canned\", \"clust\": 993, \"cat_0_index\": 2940, \"rank\": 1540, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1446, \"ini\": 1282}, {\"group\": [3531.0, 77.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, breakfast type, with juice and pulp, frozen concentrate\", \"clust\": 3568, \"cat_0_index\": 706, \"rank\": 2821, \"cat-0\": \"Beverages\", \"rankvar\": 3155, \"ini\": 1281}, {\"group\": [2116.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 2146, \"cat_0_index\": 3732, \"rank\": 1541, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2099, \"ini\": 1280}, {\"group\": [413.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, hungarian, raw\", \"clust\": 422, \"cat_0_index\": 3733, \"rank\": 1542, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2544, \"ini\": 1279}, {\"group\": [2216.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nopales, raw\", \"clust\": 2246, \"cat_0_index\": 3734, \"rank\": 1543, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2350, \"ini\": 1278}, {\"group\": [3733.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, dry\", \"clust\": 3776, \"cat_0_index\": 900, \"rank\": 2820, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2794, \"ini\": 1277}, {\"group\": [321.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta, corn, cooked\", \"clust\": 323, \"cat_0_index\": 1043, \"rank\": 1544, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 467, \"ini\": 1276}, {\"group\": [2410.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yambean (jicama), raw\", \"clust\": 2441, \"cat_0_index\": 3735, \"rank\": 1545, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2258, \"ini\": 1275}, {\"group\": [2353.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, cooked, boiled, drained, with salt\", \"clust\": 2385, \"cat_0_index\": 3736, \"rank\": 1546, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1818, \"ini\": 1274}, {\"group\": [878.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, condensed, reduced sodium\", \"clust\": 897, \"cat_0_index\": 2941, \"rank\": 1547, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1317, \"ini\": 1273}, {\"group\": [2679.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 2712, \"cat_0_index\": 1338, \"rank\": 2819, \"cat-0\": \"Fast Foods\", \"rankvar\": 2528, \"ini\": 1272}, {\"group\": [828.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant, prepared with 2% milk\", \"clust\": 845, \"cat_0_index\": 3274, \"rank\": 1548, \"cat-0\": \"Sweets\", \"rankvar\": 119, \"ini\": 1271}, {\"group\": [1241.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, whole, 3.25% milkfat, with added vitamin D\", \"clust\": 1265, \"cat_0_index\": 1183, \"rank\": 1549, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 977, \"ini\": 1270}, {\"group\": [1242.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, whole, 3.25% milkfat, without added vitamin A and vitamin D\", \"clust\": 1266, \"cat_0_index\": 1184, \"rank\": 1550, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 979, \"ini\": 1269}, {\"group\": [1327.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Split pea soup, canned, reduced sodium, prepared with water or ready-to serve\", \"clust\": 1338, \"cat_0_index\": 2942, \"rank\": 1551, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 354, \"ini\": 1268}, {\"group\": [399.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mothbeans, mature seeds, cooked, boiled, with salt\", \"clust\": 407, \"cat_0_index\": 2108, \"rank\": 1552, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 26, \"ini\": 1267}, {\"group\": [968.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, plums, bananas and rice, strained\", \"clust\": 989, \"cat_0_index\": 225, \"rank\": 1553, \"cat-0\": \"Baby Foods\", \"rankvar\": 1247, \"ini\": 1266}, {\"group\": [3753.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, TRIX\", \"clust\": 3796, \"cat_0_index\": 901, \"rank\": 2818, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3017, \"ini\": 1265}, {\"group\": [988.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, salsa, ready-to-serve\", \"clust\": 1007, \"cat_0_index\": 2943, \"rank\": 1554, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1889, \"ini\": 1264}, {\"group\": [2189.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, unprepared\", \"clust\": 2220, \"cat_0_index\": 3737, \"rank\": 1555, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2231, \"ini\": 1263}, {\"group\": [3241.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, american cheddar, imitation\", \"clust\": 3274, \"cat_0_index\": 1185, \"rank\": 2817, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2564, \"ini\": 1262}, {\"group\": [1326.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, sweet potatoes and chicken, strained\", \"clust\": 1348, \"cat_0_index\": 226, \"rank\": 1556, \"cat-0\": \"Baby Foods\", \"rankvar\": 399, \"ini\": 1261}, {\"group\": [1046.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, Mini Beef Ravioli in Meat Sauce\", \"clust\": 1066, \"cat_0_index\": 2167, \"rank\": 1557, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 182, \"ini\": 1260}, {\"group\": [3833.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pears, dried, sulfured, uncooked\", \"clust\": 3877, \"cat_0_index\": 1828, \"rank\": 2816, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3380, \"ini\": 1259}, {\"group\": [496.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, (peach and pineapple and pear and grape and cherry), canned, heavy syrup, solids and liquids\", \"clust\": 513, \"cat_0_index\": 1829, \"rank\": 1558, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1684, \"ini\": 1258}, {\"group\": [497.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit salad, (peach and pear and apricot and pineapple and cherry), canned, heavy syrup, solids and liquids\", \"clust\": 514, \"cat_0_index\": 1830, \"rank\": 1559, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1725, \"ini\": 1257}, {\"group\": [2190.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli raab, raw\", \"clust\": 2221, \"cat_0_index\": 3738, \"rank\": 1560, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2107, \"ini\": 1256}, {\"group\": [1128.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, PREGESTIMIL, with iron, prepared from powder\", \"clust\": 1154, \"cat_0_index\": 227, \"rank\": 1561, \"cat-0\": \"Baby Foods\", \"rankvar\": 1013, \"ini\": 1255}, {\"group\": [2362.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, cooked, baked, without salt\", \"clust\": 2391, \"cat_0_index\": 3739, \"rank\": 1562, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1668, \"ini\": 1254}, {\"group\": [265.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, with vegetables\", \"clust\": 269, \"cat_0_index\": 1186, \"rank\": 1563, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 547, \"ini\": 1253}, {\"group\": [183.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ocean perch, Atlantic, raw\", \"clust\": 184, \"cat_0_index\": 1572, \"rank\": 1564, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 495, \"ini\": 1252}, {\"group\": [670.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, fruit pudding, pineapple, strained\", \"clust\": 665, \"cat_0_index\": 228, \"rank\": 1565, \"cat-0\": \"Baby Foods\", \"rankvar\": 718, \"ini\": 1251}, {\"group\": [741.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, raw\", \"clust\": 756, \"cat_0_index\": 1831, \"rank\": 1566, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2103, \"ini\": 1250}, {\"group\": [1047.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs RavioliOs Beef Ravioli in Meat Sauce\", \"clust\": 1064, \"cat_0_index\": 2168, \"rank\": 1567, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 146, \"ini\": 1249}, {\"group\": [1055.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Triple Pepper Salsa\", \"clust\": 1068, \"cat_0_index\": 2944, \"rank\": 1568, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1611, \"ini\": 1248}, {\"group\": [531.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, light syrup pack, with skin, solids and liquids\", \"clust\": 544, \"cat_0_index\": 1832, \"rank\": 1569, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1466, \"ini\": 1247}, {\"group\": [2126.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, cooked, boiled, drained, with salt\", \"clust\": 2154, \"cat_0_index\": 3740, \"rank\": 1570, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2294, \"ini\": 1246}, {\"group\": [264.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat, lactose reduced\", \"clust\": 267, \"cat_0_index\": 1187, \"rank\": 1571, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 423, \"ini\": 1245}, {\"group\": [1029.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, flesh, without salt\", \"clust\": 1049, \"cat_0_index\": 3741, \"rank\": 1572, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 472, \"ini\": 1244}, {\"group\": [1063.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Sizzlin' Steak- Grilled Steak Chili with Beans\", \"clust\": 1081, \"cat_0_index\": 2945, \"rank\": 1573, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 373, \"ini\": 1243}, {\"group\": [935.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, white, microwaved\", \"clust\": 949, \"cat_0_index\": 3742, \"rank\": 1574, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1838, \"ini\": 1242}, {\"group\": [1288.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, clam chowder, new england, canned, condensed\", \"clust\": 1314, \"cat_0_index\": 2946, \"rank\": 1575, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 435, \"ini\": 1241}, {\"group\": [205.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bear, black, meat (Alaska Native)\", \"clust\": 206, \"cat_0_index\": 1290, \"rank\": 1576, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 634, \"ini\": 1240}, {\"group\": [653.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapefruit, sections, canned, light syrup pack, solids and liquids\", \"clust\": 668, \"cat_0_index\": 1833, \"rank\": 1577, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1702, \"ini\": 1239}, {\"group\": [319.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni, vegetable, cooked, enriched\", \"clust\": 324, \"cat_0_index\": 1044, \"rank\": 1578, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 249, \"ini\": 1238}, {\"group\": [2011.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Shrimp Soup, condensed\", \"clust\": 2042, \"cat_0_index\": 2947, \"rank\": 1579, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1150, \"ini\": 1237}, {\"group\": [888.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Chicken with Rice, condensed\", \"clust\": 900, \"cat_0_index\": 2948, \"rank\": 1580, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1701, \"ini\": 1236}, {\"group\": [282.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, soft, prepared with calcium sulfate and magnesium chloride (nigari)\", \"clust\": 286, \"cat_0_index\": 2109, \"rank\": 1581, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 827, \"ini\": 1235}, {\"group\": [2282.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, canned, vacuum pack, regular pack\", \"clust\": 2311, \"cat_0_index\": 3743, \"rank\": 1582, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 268, \"ini\": 1234}, {\"group\": [254.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, tripe, raw\", \"clust\": 257, \"cat_0_index\": 446, \"rank\": 1583, \"cat-0\": \"Beef Products\", \"rankvar\": 492, \"ini\": 1233}, {\"group\": [199.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Owl, horned, flesh, raw (Alaska Native)\", \"clust\": 200, \"cat_0_index\": 1291, \"rank\": 1584, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1302, \"ini\": 1232}, {\"group\": [368.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Old Fashioned Tomato Rice Soup, condensed\", \"clust\": 373, \"cat_0_index\": 2949, \"rank\": 1585, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 416, \"ini\": 1231}, {\"group\": [3951.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix\", \"clust\": 3975, \"cat_0_index\": 3275, \"rank\": 2815, \"cat-0\": \"Sweets\", \"rankvar\": 3686, \"ini\": 1230}, {\"group\": [2338.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears, junior\", \"clust\": 2368, \"cat_0_index\": 229, \"rank\": 1586, \"cat-0\": \"Baby Foods\", \"rankvar\": 1937, \"ini\": 1229}, {\"group\": [3846.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, raisin, soft-type\", \"clust\": 3886, \"cat_0_index\": 376, \"rank\": 2814, \"cat-0\": \"Baked Products\", \"rankvar\": 3001, \"ini\": 1228}, {\"group\": [861.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, zucchini, baby, raw\", \"clust\": 877, \"cat_0_index\": 3744, \"rank\": 1587, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2335, \"ini\": 1227}, {\"group\": [2357.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, cooked, boiled, drained, without salt\", \"clust\": 2388, \"cat_0_index\": 3745, \"rank\": 1588, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1751, \"ini\": 1226}, {\"group\": [212.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, clam, mixed species, raw\", \"clust\": 213, \"cat_0_index\": 1573, \"rank\": 1589, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 610, \"ini\": 1225}, {\"group\": [2993.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Taco shells, baked\", \"clust\": 3025, \"cat_0_index\": 377, \"rank\": 2813, \"cat-0\": \"Baked Products\", \"rankvar\": 2617, \"ini\": 1224}, {\"group\": [2100.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, cooked, boiled, drained, with salt\", \"clust\": 2129, \"cat_0_index\": 3746, \"rank\": 1590, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2334, \"ini\": 1223}, {\"group\": [818.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix, prepared with whole milk\", \"clust\": 836, \"cat_0_index\": 3276, \"rank\": 1591, \"cat-0\": \"Sweets\", \"rankvar\": 49, \"ini\": 1222}, {\"group\": [708.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Melons, cantaloupe, raw\", \"clust\": 715, \"cat_0_index\": 1834, \"rank\": 1592, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2064, \"ini\": 1221}, {\"group\": [474.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, ready-to-eat, fat free\", \"clust\": 488, \"cat_0_index\": 3277, \"rank\": 1593, \"cat-0\": \"Sweets\", \"rankvar\": 760, \"ini\": 1220}, {\"group\": [871.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, cooked, boiled, drained, with salt\", \"clust\": 860, \"cat_0_index\": 3747, \"rank\": 1594, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1694, \"ini\": 1219}, {\"group\": [3417.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, low sodium, dry\", \"clust\": 3454, \"cat_0_index\": 902, \"rank\": 2812, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2758, \"ini\": 1218}, {\"group\": [3939.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, powdered\", \"clust\": 3987, \"cat_0_index\": 3278, \"rank\": 2811, \"cat-0\": \"Sweets\", \"rankvar\": 3764, \"ini\": 1217}, {\"group\": [1200.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs plus Calcium\", \"clust\": 1222, \"cat_0_index\": 2169, \"rank\": 1595, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 582, \"ini\": 1216}, {\"group\": [2119.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, frozen, unprepared\", \"clust\": 2149, \"cat_0_index\": 3748, \"rank\": 1596, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2301, \"ini\": 1215}, {\"group\": [2030.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of asparagus, canned, condensed\", \"clust\": 2062, \"cat_0_index\": 2950, \"rank\": 1597, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 804, \"ini\": 1214}, {\"group\": [308.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prunes, canned, heavy syrup pack, solids and liquids\", \"clust\": 313, \"cat_0_index\": 1835, \"rank\": 1598, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 444, \"ini\": 1213}, {\"group\": [3648.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Brown sugar cinnamon\", \"clust\": 3689, \"cat_0_index\": 378, \"rank\": 2810, \"cat-0\": \"Baked Products\", \"rankvar\": 2707, \"ini\": 1212}, {\"group\": [504.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whiskey sour mix, bottled\", \"clust\": 517, \"cat_0_index\": 707, \"rank\": 1599, \"cat-0\": \"Beverages\", \"rankvar\": 2159, \"ini\": 1211}, {\"group\": [3750.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Cinnamon Grahams\", \"clust\": 3793, \"cat_0_index\": 903, \"rank\": 2809, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3098, \"ini\": 1210}, {\"group\": [2996.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, plain, yellow corn\", \"clust\": 3027, \"cat_0_index\": 2581, \"rank\": 2808, \"cat-0\": \"Snacks\", \"rankvar\": 2731, \"ini\": 1209}, {\"group\": [734.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and cherries, junior\", \"clust\": 748, \"cat_0_index\": 230, \"rank\": 1600, \"cat-0\": \"Baby Foods\", \"rankvar\": 1954, \"ini\": 1208}, {\"group\": [1238.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, prepared with equal volume low fat (2%) milk\", \"clust\": 1261, \"cat_0_index\": 2951, \"rank\": 1601, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 822, \"ini\": 1207}, {\"group\": [2910.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, ground, 72% lean / 28% fat, cooked, pan-broiled\", \"clust\": 2944, \"cat_0_index\": 2318, \"rank\": 2807, \"cat-0\": \"Pork Products\", \"rankvar\": 2594, \"ini\": 1206}, {\"group\": [255.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, tripe, cooked, simmered\", \"clust\": 258, \"cat_0_index\": 447, \"rank\": 1602, \"cat-0\": \"Beef Products\", \"rankvar\": 321, \"ini\": 1205}, {\"group\": [744.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and plum\", \"clust\": 760, \"cat_0_index\": 231, \"rank\": 1603, \"cat-0\": \"Baby Foods\", \"rankvar\": 2330, \"ini\": 1204}, {\"group\": [2173.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), raw\", \"clust\": 2205, \"cat_0_index\": 3749, \"rank\": 1604, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2462, \"ini\": 1203}, {\"group\": [989.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce\", \"clust\": 1008, \"cat_0_index\": 3750, \"rank\": 1605, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2043, \"ini\": 1202}, {\"group\": [371.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickle relish, hot dog\", \"clust\": 377, \"cat_0_index\": 3751, \"rank\": 1606, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 907, \"ini\": 1201}, {\"group\": [117.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, roughy, orange, cooked, dry heat\", \"clust\": 117, \"cat_0_index\": 1574, \"rank\": 1607, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1061, \"ini\": 1200}, {\"group\": [1987.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, prepared with equal volume milk\", \"clust\": 2020, \"cat_0_index\": 2952, \"rank\": 1608, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 528, \"ini\": 1199}, {\"group\": [213.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, shrimp, mixed species, raw\", \"clust\": 214, \"cat_0_index\": 1575, \"rank\": 1609, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 876, \"ini\": 1198}, {\"group\": [3446.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, microwave, low fat and sodium\", \"clust\": 3483, \"cat_0_index\": 2582, \"rank\": 2806, \"cat-0\": \"Snacks\", \"rankvar\": 3055, \"ini\": 1197}, {\"group\": [3270.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Jellyfish, dried, salted\", \"clust\": 3304, \"cat_0_index\": 1576, \"rank\": 2805, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 3846, \"ini\": 1196}, {\"group\": [2356.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, cooked, boiled, drained, with salt\", \"clust\": 2381, \"cat_0_index\": 3752, \"rank\": 1610, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1857, \"ini\": 1195}, {\"group\": [2839.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (cheese hot dogs with turkey)\", \"clust\": 2872, \"cat_0_index\": 2427, \"rank\": 2804, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2489, \"ini\": 1194}, {\"group\": [930.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, morel, raw\", \"clust\": 948, \"cat_0_index\": 3753, \"rank\": 1611, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1833, \"ini\": 1193}, {\"group\": [735.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, applesauce and cherries, strained\", \"clust\": 749, \"cat_0_index\": 232, \"rank\": 1612, \"cat-0\": \"Baby Foods\", \"rankvar\": 1969, \"ini\": 1192}, {\"group\": [2130.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, California, valencias\", \"clust\": 2160, \"cat_0_index\": 1836, \"rank\": 1613, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1882, \"ini\": 1191}, {\"group\": [2004.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of mushroom, canned, condensed\", \"clust\": 2035, \"cat_0_index\": 2953, \"rank\": 1614, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 810, \"ini\": 1190}, {\"group\": [2823.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Pork Sausage Links (cooked)\", \"clust\": 2857, \"cat_0_index\": 2428, \"rank\": 2803, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2552, \"ini\": 1189}, {\"group\": [2028.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, mushroom with beef stock, canned, condensed\", \"clust\": 2058, \"cat_0_index\": 2954, \"rank\": 1615, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 904, \"ini\": 1188}, {\"group\": [3288.0, 58.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, scalloped, dry mix, unprepared\", \"clust\": 3320, \"cat_0_index\": 3754, \"rank\": 2802, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2905, \"ini\": 1187}, {\"group\": [965.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, cooked, boiled, drained\", \"clust\": 985, \"cat_0_index\": 3755, \"rank\": 1616, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1373, \"ini\": 1186}, {\"group\": [1058.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, KRAFT Mayo Fat Free Mayonnaise Dressing\", \"clust\": 1075, \"cat_0_index\": 1534, \"rank\": 1617, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1229, \"ini\": 1185}, {\"group\": [1035.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, red, flesh and skin, raw\", \"clust\": 1054, \"cat_0_index\": 3756, \"rank\": 1618, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 890, \"ini\": 1184}, {\"group\": [2355.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, frozen, cooked, boiled, drained, with salt\", \"clust\": 2382, \"cat_0_index\": 3757, \"rank\": 1619, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1866, \"ini\": 1183}, {\"group\": [3799.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP with Almonds\", \"clust\": 3846, \"cat_0_index\": 904, \"rank\": 2801, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2825, \"ini\": 1182}, {\"group\": [983.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauerkraut, canned, solids and liquids\", \"clust\": 1001, \"cat_0_index\": 3758, \"rank\": 1620, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2308, \"ini\": 1181}, {\"group\": [500.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, canned, thompson seedless, heavy syrup pack, solids and liquids\", \"clust\": 512, \"cat_0_index\": 1837, \"rank\": 1621, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1774, \"ini\": 1180}, {\"group\": [206.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bear, raw\", \"clust\": 207, \"cat_0_index\": 1923, \"rank\": 1622, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 630, \"ini\": 1179}, {\"group\": [2395.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cattail, Narrow Leaf Shoots (Northern Plains Indians)\", \"clust\": 2422, \"cat_0_index\": 1292, \"rank\": 1623, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2340, \"ini\": 1178}, {\"group\": [2292.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti with meat sauce, frozen entree\", \"clust\": 2315, \"cat_0_index\": 2170, \"rank\": 1624, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 133, \"ini\": 1177}, {\"group\": [2339.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, pears, strained\", \"clust\": 2369, \"cat_0_index\": 233, \"rank\": 1625, \"cat-0\": \"Baby Foods\", \"rankvar\": 1994, \"ini\": 1176}, {\"group\": [2623.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, skin only, raw\", \"clust\": 2652, \"cat_0_index\": 2343, \"rank\": 2800, \"cat-0\": \"Poultry Products\", \"rankvar\": 2658, \"ini\": 1175}, {\"group\": [3219.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, feta\", \"clust\": 3246, \"cat_0_index\": 1188, \"rank\": 2799, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2609, \"ini\": 1174}, {\"group\": [2336.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, cooked with water, with salt\", \"clust\": 2365, \"cat_0_index\": 905, \"rank\": 1626, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 574, \"ini\": 1173}, {\"group\": [2140.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, cooked, boiled, drained, without salt\", \"clust\": 2168, \"cat_0_index\": 3759, \"rank\": 1627, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2487, \"ini\": 1172}, {\"group\": [879.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DORA THE EXPLORER Kidshapes Soup, condensed\", \"clust\": 898, \"cat_0_index\": 2955, \"rank\": 1628, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 950, \"ini\": 1171}, {\"group\": [2174.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Watercress, raw\", \"clust\": 2206, \"cat_0_index\": 3760, \"rank\": 1629, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2479, \"ini\": 1170}, {\"group\": [2332.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, peas, dices, toddler\", \"clust\": 2357, \"cat_0_index\": 234, \"rank\": 1630, \"cat-0\": \"Baby Foods\", \"rankvar\": 974, \"ini\": 1169}, {\"group\": [1985.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, prepared with equal volume milk\", \"clust\": 2017, \"cat_0_index\": 2956, \"rank\": 1631, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 524, \"ini\": 1168}, {\"group\": [813.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular, prepared with 2% milk\", \"clust\": 833, \"cat_0_index\": 3279, \"rank\": 1632, \"cat-0\": \"Sweets\", \"rankvar\": 143, \"ini\": 1167}, {\"group\": [3875.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Gourmet Apple'n Raisin\", \"clust\": 3921, \"cat_0_index\": 379, \"rank\": 2798, \"cat-0\": \"Baked Products\", \"rankvar\": 2723, \"ini\": 1166}, {\"group\": [501.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, canned, heavy syrup pack, solids and liquids\", \"clust\": 511, \"cat_0_index\": 1838, \"rank\": 1633, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1470, \"ini\": 1165}, {\"group\": [2914.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, shortribs, separable lean and fat, choice, raw\", \"clust\": 2945, \"cat_0_index\": 448, \"rank\": 2797, \"cat-0\": \"Beef Products\", \"rankvar\": 2745, \"ini\": 1164}, {\"group\": [2776.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, cooked, beef and pork\", \"clust\": 2807, \"cat_0_index\": 2429, \"rank\": 2796, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2513, \"ini\": 1163}, {\"group\": [1030.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh, without salt\", \"clust\": 1050, \"cat_0_index\": 3761, \"rank\": 1634, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 387, \"ini\": 1162}, {\"group\": [2449.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, brie\", \"clust\": 2476, \"cat_0_index\": 1189, \"rank\": 2795, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2600, \"ini\": 1161}, {\"group\": [266.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 1% milkfat\", \"clust\": 270, \"cat_0_index\": 1190, \"rank\": 1635, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 533, \"ini\": 1160}, {\"group\": [3451.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S RAISIN BRAN\", \"clust\": 3487, \"cat_0_index\": 906, \"rank\": 2794, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2993, \"ini\": 1159}, {\"group\": [1473.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, raw\", \"clust\": 1493, \"cat_0_index\": 3762, \"rank\": 1636, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1496, \"ini\": 1158}, {\"group\": [2900.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, roasted\", \"clust\": 2933, \"cat_0_index\": 449, \"rank\": 2793, \"cat-0\": \"Beef Products\", \"rankvar\": 2651, \"ini\": 1157}, {\"group\": [2351.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, chunky, ready-to-serve\", \"clust\": 2380, \"cat_0_index\": 2957, \"rank\": 1637, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1027, \"ini\": 1156}, {\"group\": [3317.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, mature seeds, raw\", \"clust\": 3349, \"cat_0_index\": 2110, \"rank\": 2792, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 3156, \"ini\": 1155}, {\"group\": [2247.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, mashed\", \"clust\": 2277, \"cat_0_index\": 3763, \"rank\": 1638, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 189, \"ini\": 1154}, {\"group\": [2360.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, frozen, all styles, microwaved\", \"clust\": 2386, \"cat_0_index\": 3764, \"rank\": 1639, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1747, \"ini\": 1153}, {\"group\": [410.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jujube, raw\", \"clust\": 419, \"cat_0_index\": 1839, \"rank\": 1640, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1681, \"ini\": 1152}, {\"group\": [2127.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common, cooked, boiled, drained, with salt\", \"clust\": 2158, \"cat_0_index\": 3765, \"rank\": 1641, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2229, \"ini\": 1151}, {\"group\": [2111.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, common (danish, domestic, and pointed types), freshly harvest, raw\", \"clust\": 2143, \"cat_0_index\": 3766, \"rank\": 1642, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2379, \"ini\": 1150}, {\"group\": [836.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, oatmeal, instant, low sodium, prepared with water\", \"clust\": 855, \"cat_0_index\": 907, \"rank\": 1643, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 204, \"ini\": 1149}, {\"group\": [2375.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, carrots and beef, strained\", \"clust\": 2401, \"cat_0_index\": 235, \"rank\": 1644, \"cat-0\": \"Baby Foods\", \"rankvar\": 796, \"ini\": 1148}, {\"group\": [1028.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked without skin, flesh, with salt\", \"clust\": 1042, \"cat_0_index\": 3767, \"rank\": 1645, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 425, \"ini\": 1147}, {\"group\": [2243.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels, cut off cob, boiled, drained, with salt\", \"clust\": 2274, \"cat_0_index\": 3768, \"rank\": 1646, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 288, \"ini\": 1146}, {\"group\": [2337.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, MAYPO, cooked with water, without salt\", \"clust\": 2366, \"cat_0_index\": 908, \"rank\": 1647, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 620, \"ini\": 1145}, {\"group\": [814.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix, prepared with whole milk\", \"clust\": 834, \"cat_0_index\": 3280, \"rank\": 1648, \"cat-0\": \"Sweets\", \"rankvar\": 98, \"ini\": 1144}, {\"group\": [2114.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, savoy, raw\", \"clust\": 2144, \"cat_0_index\": 3769, \"rank\": 1649, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2082, \"ini\": 1143}, {\"group\": [1059.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Jalapenos Nacho Sliced Peppers\", \"clust\": 1067, \"cat_0_index\": 3770, \"rank\": 1650, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2499, \"ini\": 1142}, {\"group\": [294.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit punch juice drink, frozen concentrate\", \"clust\": 298, \"cat_0_index\": 708, \"rank\": 1651, \"cat-0\": \"Beverages\", \"rankvar\": 474, \"ini\": 1141}, {\"group\": [1631.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Firehouse - Hot & Spicy Beef & Bean Chili\", \"clust\": 1658, \"cat_0_index\": 2958, \"rank\": 1652, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 210, \"ini\": 1140}, {\"group\": [1475.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk added\", \"clust\": 1502, \"cat_0_index\": 3771, \"rank\": 1653, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 350, \"ini\": 1139}, {\"group\": [2131.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemons, raw, without peel\", \"clust\": 2161, \"cat_0_index\": 1840, \"rank\": 1654, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2254, \"ini\": 1138}, {\"group\": [816.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Shake, fast food, strawberry\", \"clust\": 831, \"cat_0_index\": 709, \"rank\": 1655, \"cat-0\": \"Beverages\", \"rankvar\": 90, \"ini\": 1137}, {\"group\": [456.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, prunes with tapioca, without ascorbic acid, junior\", \"clust\": 470, \"cat_0_index\": 236, \"rank\": 1656, \"cat-0\": \"Baby Foods\", \"rankvar\": 963, \"ini\": 1136}, {\"group\": [3922.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, prepared from recipe with coconut frosting\", \"clust\": 3964, \"cat_0_index\": 380, \"rank\": 2791, \"cat-0\": \"Baked Products\", \"rankvar\": 3151, \"ini\": 1135}, {\"group\": [3931.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sugars, maple\", \"clust\": 3973, \"cat_0_index\": 3281, \"rank\": 2790, \"cat-0\": \"Sweets\", \"rankvar\": 3673, \"ini\": 1134}, {\"group\": [3266.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken noodle, dry, mix\", \"clust\": 3297, \"cat_0_index\": 2959, \"rank\": 2789, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3112, \"ini\": 1133}, {\"group\": [1632.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Roadhouse - Beef & Bean Chili\", \"clust\": 1659, \"cat_0_index\": 2960, \"rank\": 1657, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 212, \"ini\": 1132}, {\"group\": [2106.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Onions, spring or scallions (includes tops and bulb), raw\", \"clust\": 2137, \"cat_0_index\": 3772, \"rank\": 1658, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1799, \"ini\": 1131}, {\"group\": [966.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, raw\", \"clust\": 986, \"cat_0_index\": 1841, \"rank\": 1659, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1353, \"ini\": 1130}, {\"group\": [2090.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable beef, canned, condensed\", \"clust\": 2121, \"cat_0_index\": 2961, \"rank\": 1660, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 693, \"ini\": 1129}, {\"group\": [824.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, instant, prepared with whole milk\", \"clust\": 842, \"cat_0_index\": 3282, \"rank\": 1661, \"cat-0\": \"Sweets\", \"rankvar\": 87, \"ini\": 1128}, {\"group\": [3904.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, oats, fruits and nut\", \"clust\": 3948, \"cat_0_index\": 2583, \"rank\": 2788, \"cat-0\": \"Snacks\", \"rankvar\": 3053, \"ini\": 1127}, {\"group\": [2007.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of celery, canned, condensed\", \"clust\": 2039, \"cat_0_index\": 2962, \"rank\": 1662, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 790, \"ini\": 1126}, {\"group\": [2785.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, ham, and chicken, minced, canned, reduced sodium, added ascorbic acid, includes SPAM, 25% less sodium\", \"clust\": 2817, \"cat_0_index\": 2430, \"rank\": 2787, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2265, \"ini\": 1125}, {\"group\": [3509.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake, with butter\", \"clust\": 3541, \"cat_0_index\": 3283, \"rank\": 1663, \"cat-0\": \"Sweets\", \"rankvar\": 2571, \"ini\": 1124}, {\"group\": [2918.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Goose, domesticated, meat and skin, raw\", \"clust\": 2952, \"cat_0_index\": 2344, \"rank\": 2786, \"cat-0\": \"Poultry Products\", \"rankvar\": 2612, \"ini\": 1123}, {\"group\": [2349.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, canned, drained solids\", \"clust\": 2376, \"cat_0_index\": 3773, \"rank\": 1664, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1279, \"ini\": 1122}, {\"group\": [1048.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S SELECT Gold Label Soups, Creamy Tomato Parmesan\", \"clust\": 1063, \"cat_0_index\": 2963, \"rank\": 1665, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 571, \"ini\": 1121}, {\"group\": [2386.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and onions, frozen, unprepared\", \"clust\": 2417, \"cat_0_index\": 3774, \"rank\": 1666, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 625, \"ini\": 1120}, {\"group\": [389.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, navy, mature seeds, sprouted, cooked, boiled, drained, with salt\", \"clust\": 396, \"cat_0_index\": 3775, \"rank\": 1667, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 205, \"ini\": 1119}, {\"group\": [961.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Carrots, raw\", \"clust\": 980, \"cat_0_index\": 3776, \"rank\": 1668, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1609, \"ini\": 1118}, {\"group\": [1064.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S CHUNKY Soups, Tantalizin' Turkey - Turkey Chili with Beans Soup\", \"clust\": 1082, \"cat_0_index\": 2964, \"rank\": 1669, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 494, \"ini\": 1117}, {\"group\": [859.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, leafy tips, raw\", \"clust\": 880, \"cat_0_index\": 3777, \"rank\": 1670, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2177, \"ini\": 1116}, {\"group\": [1032.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, unprepared\", \"clust\": 1047, \"cat_0_index\": 3778, \"rank\": 1671, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 371, \"ini\": 1115}, {\"group\": [3668.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, oatmeal, commercially prepared, regular\", \"clust\": 3709, \"cat_0_index\": 381, \"rank\": 2785, \"cat-0\": \"Baked Products\", \"rankvar\": 2679, \"ini\": 1114}, {\"group\": [3806.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S MARSHMALLOW FROOT LOOPS\", \"clust\": 3849, \"cat_0_index\": 909, \"rank\": 2784, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3330, \"ini\": 1113}, {\"group\": [539.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit cocktail, canned, heavy syrup, drained\", \"clust\": 551, \"cat_0_index\": 1842, \"rank\": 1672, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1616, \"ini\": 1112}, {\"group\": [936.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, raw, skin\", \"clust\": 955, \"cat_0_index\": 3779, \"rank\": 1673, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1156, \"ini\": 1111}, {\"group\": [2191.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard greens, frozen, unprepared\", \"clust\": 2219, \"cat_0_index\": 3780, \"rank\": 1674, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2305, \"ini\": 1110}, {\"group\": [1243.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, whole milk, 8 grams protein per 8 ounce\", \"clust\": 1264, \"cat_0_index\": 1191, \"rank\": 1675, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 946, \"ini\": 1109}, {\"group\": [829.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant, prepared with 2% milk\", \"clust\": 844, \"cat_0_index\": 3284, \"rank\": 1676, \"cat-0\": \"Sweets\", \"rankvar\": 125, \"ini\": 1108}, {\"group\": [893.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Mushroom Soup, condensed\", \"clust\": 909, \"cat_0_index\": 2965, \"rank\": 1677, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1633, \"ini\": 1107}, {\"group\": [2825.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, patties, grilled\", \"clust\": 2860, \"cat_0_index\": 2319, \"rank\": 2783, \"cat-0\": \"Pork Products\", \"rankvar\": 2562, \"ini\": 1106}, {\"group\": [3829.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Raisins, golden seedless\", \"clust\": 3873, \"cat_0_index\": 1843, \"rank\": 2782, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3383, \"ini\": 1105}, {\"group\": [2691.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread with yogurt, approximately 40% fat, tub, with salt\", \"clust\": 2725, \"cat_0_index\": 1535, \"rank\": 2781, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2897, \"ini\": 1104}, {\"group\": [475.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, ready-to-eat, fat free\", \"clust\": 489, \"cat_0_index\": 3285, \"rank\": 1678, \"cat-0\": \"Sweets\", \"rankvar\": 831, \"ini\": 1103}, {\"group\": [2112.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, cooked, boiled, drained, without salt\", \"clust\": 2141, \"cat_0_index\": 3781, \"rank\": 1679, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2145, \"ini\": 1102}, {\"group\": [1017.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh, without salt\", \"clust\": 1038, \"cat_0_index\": 3782, \"rank\": 1680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 388, \"ini\": 1101}, {\"group\": [3877.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Iced Oatmeal\", \"clust\": 3920, \"cat_0_index\": 382, \"rank\": 2780, \"cat-0\": \"Baked Products\", \"rankvar\": 2786, \"ini\": 1100}, {\"group\": [3507.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beans, adzuki, mature seeds, canned, sweetened\", \"clust\": 3543, \"cat_0_index\": 2111, \"rank\": 1681, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1172, \"ini\": 1099}, {\"group\": [519.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, apples and cinnamon, prepared with boiling water\", \"clust\": 531, \"cat_0_index\": 910, \"rank\": 1682, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 393, \"ini\": 1098}, {\"group\": [457.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, prunes with tapioca, without ascorbic acid, strained\", \"clust\": 471, \"cat_0_index\": 237, \"rank\": 1683, \"cat-0\": \"Baby Foods\", \"rankvar\": 996, \"ini\": 1097}, {\"group\": [3728.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OAT CINNAMON LIFE\", \"clust\": 3771, \"cat_0_index\": 911, \"rank\": 2779, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2852, \"ini\": 1096}, {\"group\": [1249.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, reduced fat, fluid, 2% milkfat, protein fortified, with added vitamin A and vitamin D\", \"clust\": 1274, \"cat_0_index\": 1192, \"rank\": 1684, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1120, \"ini\": 1095}, {\"group\": [2780.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salami, Italian, pork and beef, dry, sliced, 50% less sodium\", \"clust\": 2811, \"cat_0_index\": 2431, \"rank\": 2778, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2524, \"ini\": 1094}, {\"group\": [844.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cress, garden, cooked, boiled, drained, with salt\", \"clust\": 862, \"cat_0_index\": 3783, \"rank\": 1685, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2118, \"ini\": 1093}, {\"group\": [2418.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned, plain\", \"clust\": 2448, \"cat_0_index\": 2112, \"rank\": 1686, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 390, \"ini\": 1092}, {\"group\": [2413.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gooseberries, raw\", \"clust\": 2439, \"cat_0_index\": 1844, \"rank\": 1687, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2035, \"ini\": 1091}, {\"group\": [502.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, fruit and juice bars\", \"clust\": 510, \"cat_0_index\": 3286, \"rank\": 1688, \"cat-0\": \"Sweets\", \"rankvar\": 1433, \"ini\": 1090}, {\"group\": [532.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, light syrup pack, solids and liquids\", \"clust\": 545, \"cat_0_index\": 1845, \"rank\": 1689, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1463, \"ini\": 1089}, {\"group\": [276.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, blackfish, whole (Alaska Native)\", \"clust\": 279, \"cat_0_index\": 1293, \"rank\": 1690, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1688, \"ini\": 1088}, {\"group\": [3940.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Strawberry-flavor beverage mix, powder\", \"clust\": 3985, \"cat_0_index\": 710, \"rank\": 2777, \"cat-0\": \"Beverages\", \"rankvar\": 3748, \"ini\": 1087}, {\"group\": [2283.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, canned, whole kernel, drained solids\", \"clust\": 2312, \"cat_0_index\": 3784, \"rank\": 1691, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 252, \"ini\": 1086}, {\"group\": [937.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fennel, bulb, raw\", \"clust\": 956, \"cat_0_index\": 3785, \"rank\": 1692, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2135, \"ini\": 1085}, {\"group\": [204.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, ringed, liver (Alaska Native)\", \"clust\": 201, \"cat_0_index\": 1294, \"rank\": 1693, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 466, \"ini\": 1084}, {\"group\": [2387.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, unprepared\", \"clust\": 2418, \"cat_0_index\": 3786, \"rank\": 1694, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 870, \"ini\": 1083}, {\"group\": [1060.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Spicy Jalapeno Refried Beans\", \"clust\": 1079, \"cat_0_index\": 2113, \"rank\": 1695, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1264, \"ini\": 1082}, {\"group\": [186.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, haddock, raw\", \"clust\": 187, \"cat_0_index\": 1577, \"rank\": 1696, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1115, \"ini\": 1081}, {\"group\": [2408.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, cooked, boiled, drained, without salt\", \"clust\": 2437, \"cat_0_index\": 3787, \"rank\": 1697, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1116, \"ini\": 1080}, {\"group\": [862.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seaweed, laver, raw\", \"clust\": 876, \"cat_0_index\": 3788, \"rank\": 1698, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1508, \"ini\": 1079}, {\"group\": [2692.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 2726, \"cat_0_index\": 1339, \"rank\": 2776, \"cat-0\": \"Fast Foods\", \"rankvar\": 2768, \"ini\": 1078}, {\"group\": [3797.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S CINNAMON OAT CRUNCH\", \"clust\": 3840, \"cat_0_index\": 912, \"rank\": 2775, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2849, \"ini\": 1077}, {\"group\": [742.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, orange\", \"clust\": 757, \"cat_0_index\": 238, \"rank\": 1699, \"cat-0\": \"Baby Foods\", \"rankvar\": 2312, \"ini\": 1076}, {\"group\": [180.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, wild, raw\", \"clust\": 183, \"cat_0_index\": 1578, \"rank\": 1700, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 883, \"ini\": 1075}, {\"group\": [2824.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sausage, Italian, pork, raw\", \"clust\": 2858, \"cat_0_index\": 2432, \"rank\": 2774, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2555, \"ini\": 1074}, {\"group\": [2184.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, cooked, boiled, drained, with salt\", \"clust\": 2213, \"cat_0_index\": 3789, \"rank\": 1701, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2197, \"ini\": 1073}, {\"group\": [2818.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork, canned\", \"clust\": 2851, \"cat_0_index\": 2433, \"rank\": 2773, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2561, \"ini\": 1072}, {\"group\": [3363.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Corn, white, steamed (Navajo)\", \"clust\": 3396, \"cat_0_index\": 1295, \"rank\": 2772, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3205, \"ini\": 1071}, {\"group\": [3917.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Sours Original\", \"clust\": 3960, \"cat_0_index\": 3287, \"rank\": 2771, \"cat-0\": \"Sweets\", \"rankvar\": 3616, \"ini\": 1070}, {\"group\": [3536.0, 78.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, fruit leather, rolls\", \"clust\": 3571, \"cat_0_index\": 3288, \"rank\": 2770, \"cat-0\": \"Sweets\", \"rankvar\": 3341, \"ini\": 1069}, {\"group\": [393.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, cooked, stir-fried, with salt\", \"clust\": 399, \"cat_0_index\": 3790, \"rank\": 1702, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 38, \"ini\": 1068}, {\"group\": [2098.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood\", \"clust\": 2023, \"cat_0_index\": 1340, \"rank\": 1703, \"cat-0\": \"Fast Foods\", \"rankvar\": 280, \"ini\": 1067}, {\"group\": [3431.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER CINNAMON OATMEAL SQUARES\", \"clust\": 3467, \"cat_0_index\": 913, \"rank\": 2769, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2789, \"ini\": 1066}, {\"group\": [2005.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed\", \"clust\": 2036, \"cat_0_index\": 2966, \"rank\": 1704, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 619, \"ini\": 1065}, {\"group\": [540.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, light syrup pack, solids and liquids\", \"clust\": 552, \"cat_0_index\": 1846, \"rank\": 1705, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1546, \"ini\": 1064}, {\"group\": [1129.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC NEOSURE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 1155, \"cat_0_index\": 239, \"rank\": 1706, \"cat-0\": \"Baby Foods\", \"rankvar\": 933, \"ini\": 1063}, {\"group\": [3161.0, 44.0, 11.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, fried\", \"clust\": 3192, \"cat_0_index\": 2114, \"rank\": 2768, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2514, \"ini\": 1062}, {\"group\": [846.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, chinese (pak-choi), cooked, boiled, drained, with salt\", \"clust\": 865, \"cat_0_index\": 3791, \"rank\": 1707, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2424, \"ini\": 1061}, {\"group\": [2144.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, raw\", \"clust\": 2172, \"cat_0_index\": 1847, \"rank\": 1708, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2361, \"ini\": 1060}, {\"group\": [887.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Chicken Soup, condensed\", \"clust\": 903, \"cat_0_index\": 2967, \"rank\": 1709, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1319, \"ini\": 1059}, {\"group\": [885.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken and Stars Soup, condensed\", \"clust\": 905, \"cat_0_index\": 2968, \"rank\": 1710, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1274, \"ini\": 1058}, {\"group\": [2177.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, V8 Vegetable Juice, Calcium Enriched V8\", \"clust\": 2202, \"cat_0_index\": 3792, \"rank\": 1711, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2310, \"ini\": 1057}, {\"group\": [498.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, canned, heavy syrup pack, solids and liquids\", \"clust\": 515, \"cat_0_index\": 1848, \"rank\": 1712, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1731, \"ini\": 1056}, {\"group\": [3086.0, 37.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Milk, dry, nonfat, calcium reduced\", \"clust\": 3101, \"cat_0_index\": 1193, \"rank\": 2767, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 3083, \"ini\": 1055}, {\"group\": [727.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Juice, apple, grape and pear blend, with added ascorbic acid and calcium\", \"clust\": 742, \"cat_0_index\": 1849, \"rank\": 1713, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2153, \"ini\": 1054}, {\"group\": [3883.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, chocolate chip\", \"clust\": 3900, \"cat_0_index\": 2584, \"rank\": 2766, \"cat-0\": \"Snacks\", \"rankvar\": 2694, \"ini\": 1053}, {\"group\": [2108.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, chinese, cooked\", \"clust\": 2136, \"cat_0_index\": 3793, \"rank\": 1714, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2290, \"ini\": 1052}, {\"group\": [1211.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soymilk, chocolate, with added calcium, vitamins A and D\", \"clust\": 1230, \"cat_0_index\": 2115, \"rank\": 1715, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 991, \"ini\": 1051}, {\"group\": [210.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, scallop, mixed species, imitation, made from surimi\", \"clust\": 211, \"cat_0_index\": 1579, \"rank\": 1716, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 301, \"ini\": 1050}, {\"group\": [1232.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, filled, fluid, with lauric acid oil\", \"clust\": 1255, \"cat_0_index\": 1194, \"rank\": 1717, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1093, \"ini\": 1049}, {\"group\": [3927.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fudge, vanilla, prepared-from-recipe\", \"clust\": 3968, \"cat_0_index\": 3289, \"rank\": 2765, \"cat-0\": \"Sweets\", \"rankvar\": 3625, \"ini\": 1048}, {\"group\": [3449.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread stuffing, cornbread, dry mix\", \"clust\": 3479, \"cat_0_index\": 383, \"rank\": 2764, \"cat-0\": \"Baked Products\", \"rankvar\": 3097, \"ini\": 1047}, {\"group\": [2501.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, corn-based, extruded, cones, plain\", \"clust\": 2528, \"cat_0_index\": 2585, \"rank\": 2763, \"cat-0\": \"Snacks\", \"rankvar\": 3195, \"ini\": 1046}, {\"group\": [3955.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, instant\", \"clust\": 3997, \"cat_0_index\": 3290, \"rank\": 2762, \"cat-0\": \"Sweets\", \"rankvar\": 3654, \"ini\": 1045}, {\"group\": [709.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and raspberry, strained\", \"clust\": 724, \"cat_0_index\": 240, \"rank\": 1718, \"cat-0\": \"Baby Foods\", \"rankvar\": 1735, \"ini\": 1044}, {\"group\": [392.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lentils, sprouted, raw\", \"clust\": 401, \"cat_0_index\": 3794, \"rank\": 1719, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 39, \"ini\": 1043}, {\"group\": [1061.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PACE, Traditional Refried Beans\", \"clust\": 1080, \"cat_0_index\": 2116, \"rank\": 1720, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1327, \"ini\": 1042}, {\"group\": [323.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spelt, cooked\", \"clust\": 326, \"cat_0_index\": 1045, \"rank\": 1721, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 99, \"ini\": 1041}, {\"group\": [3729.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Honey Graham LIFE Cereal\", \"clust\": 3772, \"cat_0_index\": 914, \"rank\": 2761, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2821, \"ini\": 1040}, {\"group\": [1250.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, buttermilk, fluid, cultured, reduced fat\", \"clust\": 1275, \"cat_0_index\": 1195, \"rank\": 1722, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1112, \"ini\": 1039}, {\"group\": [244.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, lamb, strained\", \"clust\": 243, \"cat_0_index\": 241, \"rank\": 1723, \"cat-0\": \"Baby Foods\", \"rankvar\": 351, \"ini\": 1038}, {\"group\": [711.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and blueberry, strained\", \"clust\": 723, \"cat_0_index\": 242, \"rank\": 1724, \"cat-0\": \"Baby Foods\", \"rankvar\": 1770, \"ini\": 1037}, {\"group\": [731.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, all varieties\", \"clust\": 744, \"cat_0_index\": 1850, \"rank\": 1725, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1987, \"ini\": 1036}, {\"group\": [2117.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, cooked, boiled, drained, without salt\", \"clust\": 2147, \"cat_0_index\": 3795, \"rank\": 1726, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2105, \"ini\": 1035}, {\"group\": [916.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, puree, without salt added\", \"clust\": 934, \"cat_0_index\": 3796, \"rank\": 1727, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1714, \"ini\": 1034}, {\"group\": [240.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, ham, strained\", \"clust\": 244, \"cat_0_index\": 243, \"rank\": 1728, \"cat-0\": \"Baby Foods\", \"rankvar\": 167, \"ini\": 1033}, {\"group\": [2022.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Gravy, chicken, canned, ready-to-serve\", \"clust\": 2053, \"cat_0_index\": 2969, \"rank\": 1729, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 611, \"ini\": 1032}, {\"group\": [197.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, boar, wild, raw\", \"clust\": 198, \"cat_0_index\": 1924, \"rank\": 1730, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 987, \"ini\": 1031}, {\"group\": [710.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, apple and raspberry, junior\", \"clust\": 725, \"cat_0_index\": 244, \"rank\": 1731, \"cat-0\": \"Baby Foods\", \"rankvar\": 1798, \"ini\": 1030}, {\"group\": [320.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, whole-wheat, cooked\", \"clust\": 325, \"cat_0_index\": 1046, \"rank\": 1732, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 222, \"ini\": 1029}, {\"group\": [2230.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, unprepared\", \"clust\": 2257, \"cat_0_index\": 3797, \"rank\": 1733, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 185, \"ini\": 1028}, {\"group\": [3726.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER Toasted Oatmeal Cereal\", \"clust\": 3769, \"cat_0_index\": 915, \"rank\": 2760, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2840, \"ini\": 1027}, {\"group\": [2036.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken with dumplings, canned, condensed\", \"clust\": 2066, \"cat_0_index\": 2970, \"rank\": 1734, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 506, \"ini\": 1026}, {\"group\": [2389.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, cooked, boiled, drained, without salt\", \"clust\": 2415, \"cat_0_index\": 3798, \"rank\": 1735, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 888, \"ini\": 1025}, {\"group\": [883.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Chicken in Chicken Broth, condensed\", \"clust\": 906, \"cat_0_index\": 2971, \"rank\": 1736, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1132, \"ini\": 1024}, {\"group\": [2688.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise, reduced-calorie or diet, cholesterol-free\", \"clust\": 2723, \"cat_0_index\": 1536, \"rank\": 2759, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3033, \"ini\": 1023}, {\"group\": [1036.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ginger root, raw\", \"clust\": 1055, \"cat_0_index\": 3799, \"rank\": 1737, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 548, \"ini\": 1022}, {\"group\": [562.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, american type (slip skin), raw\", \"clust\": 576, \"cat_0_index\": 1851, \"rank\": 1738, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1469, \"ini\": 1021}, {\"group\": [2113.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, raw\", \"clust\": 2140, \"cat_0_index\": 3800, \"rank\": 1739, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2300, \"ini\": 1020}, {\"group\": [2138.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, raw\", \"clust\": 2169, \"cat_0_index\": 3801, \"rank\": 1740, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2530, \"ini\": 1019}, {\"group\": [931.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pumpkin leaves, cooked, boiled, drained, with salt\", \"clust\": 946, \"cat_0_index\": 3802, \"rank\": 1741, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2224, \"ini\": 1018}, {\"group\": [292.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, chinese, boiled and steamed\", \"clust\": 296, \"cat_0_index\": 2284, \"rank\": 1742, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 151, \"ini\": 1017}, {\"group\": [2095.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Beef with Vegetables and Barley Soup, condensed\", \"clust\": 2126, \"cat_0_index\": 2972, \"rank\": 1743, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 557, \"ini\": 1016}, {\"group\": [2249.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, boiled, without skin\", \"clust\": 2279, \"cat_0_index\": 3803, \"rank\": 1744, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 579, \"ini\": 1015}, {\"group\": [2020.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spaghetti, with meatballs, canned\", \"clust\": 2048, \"cat_0_index\": 2171, \"rank\": 1745, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 102, \"ini\": 1014}, {\"group\": [3882.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"NABISCO, NABISCO OREO CRUNCHIES, Cookie Crumb Topping\", \"clust\": 3912, \"cat_0_index\": 384, \"rank\": 2758, \"cat-0\": \"Baked Products\", \"rankvar\": 2915, \"ini\": 1013}, {\"group\": [241.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, ham, junior\", \"clust\": 245, \"cat_0_index\": 245, \"rank\": 1746, \"cat-0\": \"Baby Foods\", \"rankvar\": 168, \"ini\": 1012}, {\"group\": [978.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, sweet and sour, prepared-from-recipe\", \"clust\": 995, \"cat_0_index\": 2973, \"rank\": 1747, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 530, \"ini\": 1011}, {\"group\": [400.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Hyacinth beans, mature seeds, cooked, boiled, with salt\", \"clust\": 408, \"cat_0_index\": 2117, \"rank\": 1748, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 35, \"ini\": 1010}, {\"group\": [863.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, raw\", \"clust\": 884, \"cat_0_index\": 3804, \"rank\": 1749, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2441, \"ini\": 1009}, {\"group\": [2334.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas and carrots, frozen, cooked, boiled, drained, with salt\", \"clust\": 2364, \"cat_0_index\": 3805, \"rank\": 1750, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1136, \"ini\": 1008}, {\"group\": [3810.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K, Cinnamon Pecan\", \"clust\": 3854, \"cat_0_index\": 916, \"rank\": 2757, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2893, \"ini\": 1007}, {\"group\": [847.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, raw\", \"clust\": 863, \"cat_0_index\": 3806, \"rank\": 1751, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2273, \"ini\": 1006}, {\"group\": [958.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Traditional Italian Sauce, ready-to-serve\", \"clust\": 971, \"cat_0_index\": 2974, \"rank\": 1752, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 801, \"ini\": 1005}, {\"group\": [2207.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad without chicken\", \"clust\": 2236, \"cat_0_index\": 1341, \"rank\": 1753, \"cat-0\": \"Fast Foods\", \"rankvar\": 1318, \"ini\": 1004}, {\"group\": [2822.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Brotwurst, pork, beef, link\", \"clust\": 2847, \"cat_0_index\": 2434, \"rank\": 2756, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2451, \"ini\": 1003}, {\"group\": [3811.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, Reduced Sugar FROOT LOOPS\", \"clust\": 3853, \"cat_0_index\": 917, \"rank\": 2755, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3113, \"ini\": 1002}, {\"group\": [927.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bamboo shoots, raw\", \"clust\": 944, \"cat_0_index\": 3807, \"rank\": 1754, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2225, \"ini\": 1001}, {\"group\": [1197.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rennin, chocolate, dry mix, prepared with whole milk\", \"clust\": 1219, \"cat_0_index\": 3291, \"rank\": 1755, \"cat-0\": \"Sweets\", \"rankvar\": 224, \"ini\": 1000}, {\"group\": [3234.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, muenster, low fat\", \"clust\": 3270, \"cat_0_index\": 1196, \"rank\": 2754, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2597, \"ini\": 999}, {\"group\": [3767.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Chocolate CHEX\", \"clust\": 3809, \"cat_0_index\": 918, \"rank\": 2753, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2842, \"ini\": 998}, {\"group\": [917.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, cooked, steamed, without salt\", \"clust\": 935, \"cat_0_index\": 3808, \"rank\": 1756, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1872, \"ini\": 997}, {\"group\": [2920.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, carcass, separable lean and fat, raw\", \"clust\": 2955, \"cat_0_index\": 2320, \"rank\": 2752, \"cat-0\": \"Pork Products\", \"rankvar\": 2621, \"ini\": 996}, {\"group\": [877.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, GOLDFISH Pasta with Meatballs in Chicken Broth Soup, condensed\", \"clust\": 894, \"cat_0_index\": 2975, \"rank\": 1757, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 635, \"ini\": 995}, {\"group\": [2115.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, cooked, boiled, drained, without salt\", \"clust\": 2145, \"cat_0_index\": 3809, \"rank\": 1758, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2084, \"ini\": 994}, {\"group\": [3813.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG'S, SPECIAL K Vanilla Almond\", \"clust\": 3858, \"cat_0_index\": 919, \"rank\": 2751, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2879, \"ini\": 993}, {\"group\": [2012.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of chicken, canned, condensed, single brand\", \"clust\": 2043, \"cat_0_index\": 2976, \"rank\": 1759, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 751, \"ini\": 992}, {\"group\": [182.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, squid, mixed species, raw\", \"clust\": 180, \"cat_0_index\": 1580, \"rank\": 1760, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 413, \"ini\": 991}, {\"group\": [499.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, spiced, canned, heavy syrup pack, solids and liquids\", \"clust\": 516, \"cat_0_index\": 1852, \"rank\": 1761, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1776, \"ini\": 990}, {\"group\": [1289.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, minestrone, canned, condensed\", \"clust\": 1315, \"cat_0_index\": 2977, \"rank\": 1762, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 500, \"ini\": 989}, {\"group\": [2957.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, cream, GAMESA SABROSAS\", \"clust\": 2992, \"cat_0_index\": 385, \"rank\": 2750, \"cat-0\": \"Baked Products\", \"rankvar\": 2655, \"ini\": 988}, {\"group\": [528.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Passion-fruit juice, yellow, raw\", \"clust\": 541, \"cat_0_index\": 1853, \"rank\": 1763, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1661, \"ini\": 987}, {\"group\": [3736.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS Cinnamon Roll, Dry\", \"clust\": 3780, \"cat_0_index\": 920, \"rank\": 2749, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2804, \"ini\": 986}, {\"group\": [963.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, cooked, boiled, drained, without salt\", \"clust\": 982, \"cat_0_index\": 3810, \"rank\": 1764, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1663, \"ini\": 985}, {\"group\": [1220.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, lowfat, with added vitamin A and vitamin D\", \"clust\": 1245, \"cat_0_index\": 1197, \"rank\": 1765, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 706, \"ini\": 984}, {\"group\": [512.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK French Vanilla Creamer\", \"clust\": 521, \"cat_0_index\": 2118, \"rank\": 1766, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1441, \"ini\": 983}, {\"group\": [3898.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SMORZ\", \"clust\": 3935, \"cat_0_index\": 921, \"rank\": 2748, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3116, \"ini\": 982}, {\"group\": [563.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Grapes, red or green (European type, such as Thompson seedless), raw\", \"clust\": 577, \"cat_0_index\": 1854, \"rank\": 1767, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1381, \"ini\": 981}, {\"group\": [1537.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coleslaw, home-prepared\", \"clust\": 1515, \"cat_0_index\": 3811, \"rank\": 1768, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 653, \"ini\": 980}, {\"group\": [884.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, SHREK shaped pasta with Chicken in Chicken Broth Soup, condensed\", \"clust\": 907, \"cat_0_index\": 2978, \"rank\": 1769, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1180, \"ini\": 979}, {\"group\": [3521.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, corn, refiner, and sugar\", \"clust\": 3557, \"cat_0_index\": 3292, \"rank\": 1770, \"cat-0\": \"Sweets\", \"rankvar\": 2664, \"ini\": 978}, {\"group\": [2899.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2935, \"cat_0_index\": 450, \"rank\": 2747, \"cat-0\": \"Beef Products\", \"rankvar\": 2631, \"ini\": 977}, {\"group\": [962.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, raw\", \"clust\": 981, \"cat_0_index\": 3812, \"rank\": 1771, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1526, \"ini\": 976}, {\"group\": [1294.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, prepared with equal volume milk\", \"clust\": 1312, \"cat_0_index\": 2979, \"rank\": 1772, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 421, \"ini\": 975}, {\"group\": [2393.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, cooked, boiled, drained, without salt\", \"clust\": 2425, \"cat_0_index\": 3813, \"rank\": 1773, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1615, \"ini\": 974}, {\"group\": [2246.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, frozen, kernels on cob, cooked, boiled, drained, with salt\", \"clust\": 2272, \"cat_0_index\": 3814, \"rank\": 1774, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 202, \"ini\": 973}, {\"group\": [1100.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant Formula, MEAD JOHNSON, ENFAMIL, ENFACARE LIPIL, ready-to-feed, with ARA and DHA\", \"clust\": 1121, \"cat_0_index\": 246, \"rank\": 1775, \"cat-0\": \"Baby Foods\", \"rankvar\": 844, \"ini\": 972}, {\"group\": [2997.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, halavah, plain\", \"clust\": 3026, \"cat_0_index\": 3293, \"rank\": 2746, \"cat-0\": \"Sweets\", \"rankvar\": 2656, \"ini\": 971}, {\"group\": [1234.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, low sodium, fluid\", \"clust\": 1254, \"cat_0_index\": 1198, \"rank\": 1776, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 983, \"ini\": 970}, {\"group\": [1098.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON,NEXT STEP PROSOBEE, prepared from powder\", \"clust\": 1119, \"cat_0_index\": 247, \"rank\": 1777, \"cat-0\": \"Baby Foods\", \"rankvar\": 1092, \"ini\": 969}, {\"group\": [3853.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, dry mix, pudding-type, enriched\", \"clust\": 3896, \"cat_0_index\": 386, \"rank\": 2745, \"cat-0\": \"Baked Products\", \"rankvar\": 3198, \"ini\": 968}, {\"group\": [1069.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwestern-Style Chicken Vegetable Soup, condensed\", \"clust\": 1086, \"cat_0_index\": 2980, \"rank\": 1778, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 505, \"ini\": 967}, {\"group\": [3651.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Muffins, blueberry, commercially prepared (Includes mini-muffins)\", \"clust\": 3693, \"cat_0_index\": 387, \"rank\": 2744, \"cat-0\": \"Baked Products\", \"rankvar\": 2593, \"ini\": 966}, {\"group\": [1022.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, cooked, boiled, drained, without salt\", \"clust\": 1040, \"cat_0_index\": 3815, \"rank\": 1779, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 331, \"ini\": 965}, {\"group\": [2430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, raw\", \"clust\": 2461, \"cat_0_index\": 3816, \"rank\": 1780, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 715, \"ini\": 964}, {\"group\": [480.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, canned, heavy syrup, drained\", \"clust\": 493, \"cat_0_index\": 1855, \"rank\": 1781, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1658, \"ini\": 963}, {\"group\": [1099.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, MEAD JOHNSON, NEXT STEP, PROSOBEE, LIPIL, ready to feed, with ARA and DHA\", \"clust\": 1120, \"cat_0_index\": 248, \"rank\": 1782, \"cat-0\": \"Baby Foods\", \"rankvar\": 1091, \"ini\": 962}, {\"group\": [3018.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, brownies, prepared from recipe\", \"clust\": 3053, \"cat_0_index\": 388, \"rank\": 2743, \"cat-0\": \"Baked Products\", \"rankvar\": 2677, \"ini\": 961}, {\"group\": [3725.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cookies\", \"clust\": 3763, \"cat_0_index\": 249, \"rank\": 2742, \"cat-0\": \"Baby Foods\", \"rankvar\": 2623, \"ini\": 960}, {\"group\": [2431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, cooked, boiled, drained, without salt\", \"clust\": 2462, \"cat_0_index\": 3817, \"rank\": 1783, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 601, \"ini\": 959}, {\"group\": [870.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, peppers, hot, chili, mature red, canned\", \"clust\": 881, \"cat_0_index\": 2981, \"rank\": 1784, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2483, \"ini\": 958}, {\"group\": [3737.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal EXPRESS, Golden Brown Sugar, dry\", \"clust\": 3781, \"cat_0_index\": 922, \"rank\": 2741, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2830, \"ini\": 957}, {\"group\": [1398.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with pork, canned, prepared with equal volume water\", \"clust\": 1422, \"cat_0_index\": 2982, \"rank\": 1785, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 762, \"ini\": 956}, {\"group\": [2124.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 2155, \"cat_0_index\": 3818, \"rank\": 1786, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2126, \"ini\": 955}, {\"group\": [3844.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, brownies, commercially prepared\", \"clust\": 3889, \"cat_0_index\": 389, \"rank\": 2740, \"cat-0\": \"Baked Products\", \"rankvar\": 2743, \"ini\": 954}, {\"group\": [825.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, instant, prepared with whole milk\", \"clust\": 843, \"cat_0_index\": 3294, \"rank\": 1787, \"cat-0\": \"Sweets\", \"rankvar\": 68, \"ini\": 953}, {\"group\": [2621.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, mayonnaise, light, SMART BALANCE, Omega Plus light\", \"clust\": 2647, \"cat_0_index\": 1537, \"rank\": 2739, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2725, \"ini\": 952}, {\"group\": [837.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, oatmeal, instant, raisins, dates and walnuts, prepared with water\", \"clust\": 856, \"cat_0_index\": 923, \"rank\": 1788, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 83, \"ini\": 951}, {\"group\": [529.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Passion-fruit juice, purple, raw\", \"clust\": 542, \"cat_0_index\": 1856, \"rank\": 1789, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1966, \"ini\": 950}, {\"group\": [881.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Mega Noodle in Chicken Broth, condensed\", \"clust\": 901, \"cat_0_index\": 2983, \"rank\": 1790, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 795, \"ini\": 949}, {\"group\": [2231.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, without salt\", \"clust\": 2261, \"cat_0_index\": 3819, \"rank\": 1791, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 179, \"ini\": 948}, {\"group\": [503.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, pitted, heavy syrup pack, solids and liquids\", \"clust\": 509, \"cat_0_index\": 1857, \"rank\": 1792, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1233, \"ini\": 947}, {\"group\": [1033.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, white, flesh and skin, raw\", \"clust\": 1051, \"cat_0_index\": 3820, \"rank\": 1793, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1055, \"ini\": 946}, {\"group\": [3031.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, refrigerated dough\", \"clust\": 3065, \"cat_0_index\": 390, \"rank\": 2738, \"cat-0\": \"Baked Products\", \"rankvar\": 2592, \"ini\": 945}, {\"group\": [840.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, cooked, boiled, drained, without salt\", \"clust\": 858, \"cat_0_index\": 3821, \"rank\": 1794, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2284, \"ini\": 944}, {\"group\": [2358.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, green, microwaved\", \"clust\": 2389, \"cat_0_index\": 3822, \"rank\": 1795, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1832, \"ini\": 943}, {\"group\": [144.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, heart (Alaska Native)\", \"clust\": 127, \"cat_0_index\": 1296, \"rank\": 1796, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 502, \"ini\": 942}, {\"group\": [2347.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, butternut, cooked, baked, with salt\", \"clust\": 2377, \"cat_0_index\": 3823, \"rank\": 1797, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1697, \"ini\": 941}, {\"group\": [928.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, raw\", \"clust\": 945, \"cat_0_index\": 3824, \"rank\": 1798, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1901, \"ini\": 940}, {\"group\": [2814.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheesefurter, cheese smokie, pork, beef\", \"clust\": 2844, \"cat_0_index\": 2435, \"rank\": 2737, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2506, \"ini\": 939}, {\"group\": [3418.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, plain, dry\", \"clust\": 3455, \"cat_0_index\": 924, \"rank\": 2736, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2735, \"ini\": 938}, {\"group\": [811.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice bowl with chicken, frozen entree, prepared (includes fried, teriyaki, and sweet and sour varieties)\", \"clust\": 827, \"cat_0_index\": 2172, \"rank\": 1799, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 4, \"ini\": 937}, {\"group\": [2313.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, common (blackeyes, crowder, southern), mature seeds, canned with pork\", \"clust\": 2342, \"cat_0_index\": 2119, \"rank\": 1800, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 340, \"ini\": 936}, {\"group\": [835.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, low fat, 11 grams protein per 8 ounce\", \"clust\": 850, \"cat_0_index\": 1199, \"rank\": 1801, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 192, \"ini\": 935}, {\"group\": [3652.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweet rolls, cinnamon, commercially prepared with raisins\", \"clust\": 3691, \"cat_0_index\": 391, \"rank\": 2735, \"cat-0\": \"Baked Products\", \"rankvar\": 2580, \"ini\": 934}, {\"group\": [3821.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, uncooked\", \"clust\": 3864, \"cat_0_index\": 1858, \"rank\": 2734, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3031, \"ini\": 933}, {\"group\": [195.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, salmon, king, chinook, smoked and canned (Alaska Native)\", \"clust\": 191, \"cat_0_index\": 1297, \"rank\": 1802, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1223, \"ini\": 932}, {\"group\": [2842.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 2875, \"cat_0_index\": 1342, \"rank\": 2733, \"cat-0\": \"Fast Foods\", \"rankvar\": 1867, \"ini\": 931}, {\"group\": [886.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL's Red and White, Souper Shapes Soup - Cars, condensed\", \"clust\": 904, \"cat_0_index\": 2984, \"rank\": 1803, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1109, \"ini\": 930}, {\"group\": [970.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory roots, raw\", \"clust\": 984, \"cat_0_index\": 3825, \"rank\": 1804, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 608, \"ini\": 929}, {\"group\": [3730.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OAT LIFE, plain\", \"clust\": 3768, \"cat_0_index\": 925, \"rank\": 2732, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2779, \"ini\": 928}, {\"group\": [211.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, shrimp, mixed species, imitation, made from surimi\", \"clust\": 212, \"cat_0_index\": 1581, \"rank\": 1805, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 232, \"ini\": 927}, {\"group\": [2032.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, stockpot, canned, condensed\", \"clust\": 2056, \"cat_0_index\": 2985, \"rank\": 1806, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 637, \"ini\": 926}, {\"group\": [2348.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, snap, yellow, cooked, boiled, drained, with salt\", \"clust\": 2378, \"cat_0_index\": 3826, \"rank\": 1807, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1777, \"ini\": 925}, {\"group\": [2942.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, wheat, reduced fat\", \"clust\": 2975, \"cat_0_index\": 392, \"rank\": 2731, \"cat-0\": \"Baked Products\", \"rankvar\": 2650, \"ini\": 924}, {\"group\": [2241.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, cooked, boiled, drained, without salt\", \"clust\": 2269, \"cat_0_index\": 3827, \"rank\": 1808, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 113, \"ini\": 923}, {\"group\": [943.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, cooked, boiled. drained, with salt\", \"clust\": 963, \"cat_0_index\": 3828, \"rank\": 1809, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1411, \"ini\": 922}, {\"group\": [369.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, ranch dressing, fat-free\", \"clust\": 378, \"cat_0_index\": 1538, \"rank\": 1810, \"cat-0\": \"Fats and Oils\", \"rankvar\": 510, \"ini\": 921}, {\"group\": [1096.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, cooked, dry heat\", \"clust\": 1115, \"cat_0_index\": 1582, \"rank\": 1811, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 339, \"ini\": 920}, {\"group\": [2390.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, immature seeds, canned, no salt added, solids and liquids\", \"clust\": 2419, \"cat_0_index\": 3829, \"rank\": 1812, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 629, \"ini\": 919}, {\"group\": [976.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Tomato Soup, condensed\", \"clust\": 996, \"cat_0_index\": 2986, \"rank\": 1813, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 763, \"ini\": 918}, {\"group\": [2141.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, cooked, boiled, drained, with salt\", \"clust\": 2167, \"cat_0_index\": 3830, \"rank\": 1814, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2491, \"ini\": 917}, {\"group\": [239.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, monkfish, raw\", \"clust\": 239, \"cat_0_index\": 1583, \"rank\": 1815, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 990, \"ini\": 916}, {\"group\": [1034.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potato, flesh and skin, raw\", \"clust\": 1052, \"cat_0_index\": 3831, \"rank\": 1816, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 802, \"ini\": 915}, {\"group\": [3782.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cookie, baby, fruit\", \"clust\": 3824, \"cat_0_index\": 250, \"rank\": 2730, \"cat-0\": \"Baby Foods\", \"rankvar\": 2669, \"ini\": 914}, {\"group\": [938.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, Chanterelle, raw\", \"clust\": 954, \"cat_0_index\": 3832, \"rank\": 1817, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2269, \"ini\": 913}, {\"group\": [3830.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Raisins, seedless\", \"clust\": 3874, \"cat_0_index\": 1859, \"rank\": 2729, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3384, \"ini\": 912}, {\"group\": [3517.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, dry mix, with no added salt\", \"clust\": 3560, \"cat_0_index\": 3295, \"rank\": 1818, \"cat-0\": \"Sweets\", \"rankvar\": 2900, \"ini\": 911}, {\"group\": [2107.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Okra, raw\", \"clust\": 2138, \"cat_0_index\": 3833, \"rank\": 1819, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2022, \"ini\": 910}, {\"group\": [3808.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K Blueberry\", \"clust\": 3855, \"cat_0_index\": 926, \"rank\": 2728, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3107, \"ini\": 909}, {\"group\": [252.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad with Grilled Chicken\", \"clust\": 255, \"cat_0_index\": 1343, \"rank\": 1820, \"cat-0\": \"Fast Foods\", \"rankvar\": 334, \"ini\": 908}, {\"group\": [986.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with onions\", \"clust\": 1005, \"cat_0_index\": 3834, \"rank\": 1821, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1704, \"ini\": 907}, {\"group\": [2008.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Broccoli Soup, condensed\", \"clust\": 2040, \"cat_0_index\": 2987, \"rank\": 1822, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 806, \"ini\": 906}, {\"group\": [2943.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, milk\", \"clust\": 2973, \"cat_0_index\": 393, \"rank\": 2727, \"cat-0\": \"Baked Products\", \"rankvar\": 2633, \"ini\": 905}, {\"group\": [235.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, lungs, cooked, braised\", \"clust\": 237, \"cat_0_index\": 2321, \"rank\": 1823, \"cat-0\": \"Pork Products\", \"rankvar\": 519, \"ini\": 904}, {\"group\": [3434.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ready-to-eat, ALPEN\", \"clust\": 3470, \"cat_0_index\": 927, \"rank\": 2726, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2776, \"ini\": 903}, {\"group\": [2620.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, BENECOL Light Spread\", \"clust\": 2649, \"cat_0_index\": 1539, \"rank\": 2725, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2923, \"ini\": 902}, {\"group\": [533.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit supreme dessert\", \"clust\": 543, \"cat_0_index\": 251, \"rank\": 1824, \"cat-0\": \"Baby Foods\", \"rankvar\": 1442, \"ini\": 901}, {\"group\": [726.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tangerines, (mandarin oranges), raw\", \"clust\": 736, \"cat_0_index\": 1860, \"rank\": 1825, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1503, \"ini\": 900}, {\"group\": [890.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, French Onion Soup, condensed\", \"clust\": 892, \"cat_0_index\": 2988, \"rank\": 1826, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2039, \"ini\": 899}, {\"group\": [1991.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, imitation, milk cream\", \"clust\": 2011, \"cat_0_index\": 1540, \"rank\": 1827, \"cat-0\": \"Fats and Oils\", \"rankvar\": 323, \"ini\": 898}, {\"group\": [2805.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork and turkey sausage, pre-cooked\", \"clust\": 2834, \"cat_0_index\": 2436, \"rank\": 2724, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2492, \"ini\": 897}, {\"group\": [2213.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Basil, fresh\", \"clust\": 2242, \"cat_0_index\": 3111, \"rank\": 1828, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 2240, \"ini\": 896}, {\"group\": [977.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato, canned, condensed\", \"clust\": 997, \"cat_0_index\": 2989, \"rank\": 1829, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 823, \"ini\": 895}, {\"group\": [1024.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, flesh, with salt\", \"clust\": 1045, \"cat_0_index\": 3835, \"rank\": 1830, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 497, \"ini\": 894}, {\"group\": [864.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, cooked, boiled, drained, without salt\", \"clust\": 885, \"cat_0_index\": 3836, \"rank\": 1831, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2383, \"ini\": 893}, {\"group\": [494.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, dutch apple, strained\", \"clust\": 507, \"cat_0_index\": 252, \"rank\": 1832, \"cat-0\": \"Baby Foods\", \"rankvar\": 1886, \"ini\": 892}, {\"group\": [2238.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, raw\", \"clust\": 2267, \"cat_0_index\": 3837, \"rank\": 1833, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 223, \"ini\": 891}, {\"group\": [3019.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, unenriched\", \"clust\": 3051, \"cat_0_index\": 394, \"rank\": 2723, \"cat-0\": \"Baked Products\", \"rankvar\": 2699, \"ini\": 890}, {\"group\": [274.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetables tossed, without dressing, with turkey, ham and cheese\", \"clust\": 275, \"cat_0_index\": 1344, \"rank\": 1834, \"cat-0\": \"Fast Foods\", \"rankvar\": 312, \"ini\": 889}, {\"group\": [1725.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pea, green, canned, prepared with equal volume milk\", \"clust\": 1752, \"cat_0_index\": 2990, \"rank\": 1835, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 108, \"ini\": 888}, {\"group\": [175.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, gizzard, all classes, raw\", \"clust\": 177, \"cat_0_index\": 2345, \"rank\": 1836, \"cat-0\": \"Poultry Products\", \"rankvar\": 678, \"ini\": 887}, {\"group\": [707.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mulberries, raw\", \"clust\": 716, \"cat_0_index\": 1861, \"rank\": 1837, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1719, \"ini\": 886}, {\"group\": [293.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, raw\", \"clust\": 297, \"cat_0_index\": 2285, \"rank\": 1838, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 229, \"ini\": 885}, {\"group\": [402.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), cooked, boiled, drained, with salt\", \"clust\": 411, \"cat_0_index\": 3838, \"rank\": 1839, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 117, \"ini\": 884}, {\"group\": [459.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, raw\", \"clust\": 468, \"cat_0_index\": 1862, \"rank\": 1840, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1252, \"ini\": 883}, {\"group\": [2195.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, cooked, boiled, drained, without salt\", \"clust\": 2222, \"cat_0_index\": 3839, \"rank\": 1841, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2402, \"ini\": 882}, {\"group\": [517.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, French Vanilla, prepared with boiling water\", \"clust\": 532, \"cat_0_index\": 928, \"rank\": 1842, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 209, \"ini\": 881}, {\"group\": [7.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dehydrated (low-moisture), sulfured, stewed\", \"clust\": 9, \"cat_0_index\": 1863, \"rank\": 1843, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 566, \"ini\": 880}, {\"group\": [2483.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut cream, raw (liquid expressed from grated meat)\", \"clust\": 2481, \"cat_0_index\": 2286, \"rank\": 2722, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3278, \"ini\": 879}, {\"group\": [2194.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dandelion greens, cooked, boiled, drained, without salt\", \"clust\": 2223, \"cat_0_index\": 3840, \"rank\": 1844, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1996, \"ini\": 878}, {\"group\": [3673.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, plain (includes unsugared, old-fashioned)\", \"clust\": 3711, \"cat_0_index\": 395, \"rank\": 2721, \"cat-0\": \"Baked Products\", \"rankvar\": 2539, \"ini\": 877}, {\"group\": [518.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, maple and brown sugar, prepared with boiling water\", \"clust\": 533, \"cat_0_index\": 929, \"rank\": 1845, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 221, \"ini\": 876}, {\"group\": [1025.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh, with salt\", \"clust\": 1046, \"cat_0_index\": 3841, \"rank\": 1846, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 409, \"ini\": 875}, {\"group\": [362.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, Sugar Free, CREAMSICLE Pops\", \"clust\": 370, \"cat_0_index\": 3296, \"rank\": 1847, \"cat-0\": \"Sweets\", \"rankvar\": 2467, \"ini\": 874}, {\"group\": [495.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dessert, dutch apple, junior\", \"clust\": 508, \"cat_0_index\": 253, \"rank\": 1848, \"cat-0\": \"Baby Foods\", \"rankvar\": 1850, \"ini\": 873}, {\"group\": [990.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Radishes, hawaiian style, pickled\", \"clust\": 1006, \"cat_0_index\": 3842, \"rank\": 1849, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2253, \"ini\": 872}, {\"group\": [3175.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"T.G.I. FRIDAY'S, fried mozzarella\", \"clust\": 3208, \"cat_0_index\": 2398, \"rank\": 2720, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1594, \"ini\": 871}, {\"group\": [834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, lowfat, with low calorie sweetener\", \"clust\": 851, \"cat_0_index\": 1200, \"rank\": 1850, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 140, \"ini\": 870}, {\"group\": [834.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, fruit, lowfat, with low calorie sweetener, fortified with vitamin D\", \"clust\": 852, \"cat_0_index\": 1201, \"rank\": 1851, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 141, \"ini\": 869}, {\"group\": [1070.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Southwest Style Pepper Jack Soup, condensed\", \"clust\": 1085, \"cat_0_index\": 2991, \"rank\": 1852, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 881, \"ini\": 868}, {\"group\": [815.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, coconut cream, dry mix, regular, prepared with whole milk\", \"clust\": 832, \"cat_0_index\": 3297, \"rank\": 1853, \"cat-0\": \"Sweets\", \"rankvar\": 91, \"ini\": 867}, {\"group\": [3785.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, cornbread, dry mix, enriched (includes corn muffin mix)\", \"clust\": 3825, \"cat_0_index\": 396, \"rank\": 2719, \"cat-0\": \"Baked Products\", \"rankvar\": 2639, \"ini\": 866}, {\"group\": [3090.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with honey, dry\", \"clust\": 3119, \"cat_0_index\": 254, \"rank\": 2718, \"cat-0\": \"Baby Foods\", \"rankvar\": 3559, \"ini\": 865}, {\"group\": [2139.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pimento, canned\", \"clust\": 2170, \"cat_0_index\": 3843, \"rank\": 1854, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2535, \"ini\": 864}, {\"group\": [2192.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, cooked, boiled, drained, without salt\", \"clust\": 2224, \"cat_0_index\": 3844, \"rank\": 1855, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2005, \"ini\": 863}, {\"group\": [133.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pout, ocean, raw\", \"clust\": 134, \"cat_0_index\": 1584, \"rank\": 1856, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1161, \"ini\": 862}, {\"group\": [140.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, lingcod, meat, raw (Alaska Native)\", \"clust\": 142, \"cat_0_index\": 1298, \"rank\": 1857, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1400, \"ini\": 861}, {\"group\": [732.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, raw, extra sweet variety\", \"clust\": 745, \"cat_0_index\": 1864, \"rank\": 1858, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2168, \"ini\": 860}, {\"group\": [3881.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Old Fashioned Windmill Cookies\", \"clust\": 3923, \"cat_0_index\": 397, \"rank\": 2717, \"cat-0\": \"Baked Products\", \"rankvar\": 2856, \"ini\": 859}, {\"group\": [3675.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, cinnamon, enriched\", \"clust\": 3716, \"cat_0_index\": 398, \"rank\": 2716, \"cat-0\": \"Baked Products\", \"rankvar\": 2505, \"ini\": 858}, {\"group\": [2409.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, canned, no salt added, drained solids\", \"clust\": 2438, \"cat_0_index\": 3845, \"rank\": 1859, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 721, \"ini\": 857}, {\"group\": [3788.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S MUESLIX\", \"clust\": 3834, \"cat_0_index\": 930, \"rank\": 2715, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2765, \"ini\": 856}, {\"group\": [2397.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Boysenberries, frozen, unsweetened\", \"clust\": 2427, \"cat_0_index\": 1865, \"rank\": 1860, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2006, \"ini\": 855}, {\"group\": [3524.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chewing gum, sugarless\", \"clust\": 3547, \"cat_0_index\": 3298, \"rank\": 1861, \"cat-0\": \"Sweets\", \"rankvar\": 2854, \"ini\": 854}, {\"group\": [493.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, canned, heavy syrup, solids and liquids\", \"clust\": 504, \"cat_0_index\": 1866, \"rank\": 1862, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1878, \"ini\": 853}, {\"group\": [147.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, farmed, cooked, moist heat\", \"clust\": 151, \"cat_0_index\": 1585, \"rank\": 1863, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 857, \"ini\": 852}, {\"group\": [1027.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, cooked, baked, with salt\", \"clust\": 1043, \"cat_0_index\": 3846, \"rank\": 1864, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 356, \"ini\": 851}, {\"group\": [2802.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (chicken, pork, beef)\", \"clust\": 2836, \"cat_0_index\": 2437, \"rank\": 2714, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2529, \"ini\": 850}, {\"group\": [3727.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER toasted Oatmeal Cereal, Honey Nut\", \"clust\": 3770, \"cat_0_index\": 931, \"rank\": 2713, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2855, \"ini\": 849}, {\"group\": [957.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Roasted Red Pepper and Garlic Italian Sauce, ready-to-serve\", \"clust\": 972, \"cat_0_index\": 2992, \"rank\": 1865, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1066, \"ini\": 848}, {\"group\": [3427.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Curves Fruit & Nut Crunch cereal\", \"clust\": 3462, \"cat_0_index\": 932, \"rank\": 2712, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2943, \"ini\": 847}, {\"group\": [2792.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, pork with ham, minced, canned, includes SPAM (Hormel)\", \"clust\": 2819, \"cat_0_index\": 2438, \"rank\": 2711, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2503, \"ini\": 846}, {\"group\": [2970.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, cornnuts, nacho-flavor\", \"clust\": 3004, \"cat_0_index\": 2586, \"rank\": 2710, \"cat-0\": \"Snacks\", \"rankvar\": 2695, \"ini\": 845}, {\"group\": [869.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Butterbur, (fuki), raw\", \"clust\": 882, \"cat_0_index\": 3847, \"rank\": 1866, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2548, \"ini\": 844}, {\"group\": [2616.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, approximately 37% fat, unspecified oils, with salt, with added vitamin D\", \"clust\": 2645, \"cat_0_index\": 1541, \"rank\": 2709, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2831, \"ini\": 843}, {\"group\": [2400.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cranberries, wild, bush, raw (Alaska Native)\", \"clust\": 2429, \"cat_0_index\": 1299, \"rank\": 1867, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2378, \"ini\": 842}, {\"group\": [2406.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vegetables, mixed, frozen, cooked, boiled, drained, with salt\", \"clust\": 2435, \"cat_0_index\": 3848, \"rank\": 1868, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1198, \"ini\": 841}, {\"group\": [3839.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Dulce de Leche\", \"clust\": 3884, \"cat_0_index\": 1202, \"rank\": 2708, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2889, \"ini\": 840}, {\"group\": [372.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, reduced calorie\", \"clust\": 382, \"cat_0_index\": 1542, \"rank\": 1869, \"cat-0\": \"Fats and Oils\", \"rankvar\": 708, \"ini\": 839}, {\"group\": [2034.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, pepperpot, canned, condensed\", \"clust\": 2064, \"cat_0_index\": 2993, \"rank\": 1870, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 400, \"ini\": 838}, {\"group\": [3801.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, rolled oats, whole wheat, rice, presweetened, maple flavored, with pecans\", \"clust\": 3845, \"cat_0_index\": 933, \"rank\": 2707, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2733, \"ini\": 837}, {\"group\": [184.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, flatfish (flounder and sole species), cooked, dry heat\", \"clust\": 185, \"cat_0_index\": 1586, \"rank\": 1871, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 562, \"ini\": 836}, {\"group\": [3289.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, beef flavor, dry\", \"clust\": 3326, \"cat_0_index\": 2994, \"rank\": 2706, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2678, \"ini\": 835}, {\"group\": [2828.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, pork, cooked\", \"clust\": 2856, \"cat_0_index\": 2439, \"rank\": 2705, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2510, \"ini\": 834}, {\"group\": [750.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whipped cream substitute, dietetic, made from powdered mix\", \"clust\": 436, \"cat_0_index\": 1203, \"rank\": 1872, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 644, \"ini\": 833}, {\"group\": [2128.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, cooked, boiled, drained, with salt\", \"clust\": 2159, \"cat_0_index\": 3849, \"rank\": 1873, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2173, \"ini\": 832}, {\"group\": [1251.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, white, thin, prepared-from-recipe, with butter\", \"clust\": 1273, \"cat_0_index\": 2995, \"rank\": 1874, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 540, \"ini\": 831}, {\"group\": [135.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cusk, raw\", \"clust\": 138, \"cat_0_index\": 1587, \"rank\": 1875, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1177, \"ini\": 830}, {\"group\": [277.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Organic Nasoya Firm Tofu\", \"clust\": 281, \"cat_0_index\": 2120, \"rank\": 1876, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 623, \"ini\": 829}, {\"group\": [984.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, mustard, salted\", \"clust\": 1002, \"cat_0_index\": 3850, \"rank\": 1877, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2271, \"ini\": 828}, {\"group\": [1026.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh, with salt\", \"clust\": 1044, \"cat_0_index\": 3851, \"rank\": 1878, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 410, \"ini\": 827}, {\"group\": [939.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with mushrooms\", \"clust\": 957, \"cat_0_index\": 3852, \"rank\": 1879, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1772, \"ini\": 826}, {\"group\": [3362.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, ROMAN MEAL, plain, dry\", \"clust\": 3397, \"cat_0_index\": 934, \"rank\": 2704, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3294, \"ini\": 825}, {\"group\": [150.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crayfish, mixed species, wild, cooked, moist heat\", \"clust\": 149, \"cat_0_index\": 1588, \"rank\": 1880, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 766, \"ini\": 824}, {\"group\": [882.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken NOODLEO's Soup, condensed\", \"clust\": 902, \"cat_0_index\": 2996, \"rank\": 1881, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 742, \"ini\": 823}, {\"group\": [3942.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, hard, dietetic or low calorie (sorbitol)\", \"clust\": 3989, \"cat_0_index\": 3299, \"rank\": 2703, \"cat-0\": \"Sweets\", \"rankvar\": 3734, \"ini\": 822}, {\"group\": [3787.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, RAISIN NUT BRAN\", \"clust\": 3831, \"cat_0_index\": 935, \"rank\": 2702, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2860, \"ini\": 821}, {\"group\": [159.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, kidney (Alaska Native)\", \"clust\": 162, \"cat_0_index\": 1300, \"rank\": 1882, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 645, \"ini\": 820}, {\"group\": [3519.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Noodles, chinese, cellophane or long rice (mung beans), dehydrated\", \"clust\": 3559, \"cat_0_index\": 2121, \"rank\": 1883, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2726, \"ini\": 819}, {\"group\": [177.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, turbot, european, raw\", \"clust\": 175, \"cat_0_index\": 1589, \"rank\": 1884, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 366, \"ini\": 818}, {\"group\": [3783.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST Banana Nut Crunch\", \"clust\": 3826, \"cat_0_index\": 936, \"rank\": 2701, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2686, \"ini\": 817}, {\"group\": [3751.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, FRANKENBERRY\", \"clust\": 3794, \"cat_0_index\": 937, \"rank\": 2700, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3089, \"ini\": 816}, {\"group\": [2507.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, prepared from recipe, made with butter\", \"clust\": 2535, \"cat_0_index\": 399, \"rank\": 2699, \"cat-0\": \"Baked Products\", \"rankvar\": 2788, \"ini\": 815}, {\"group\": [315.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, with pasta, cooked\", \"clust\": 317, \"cat_0_index\": 1047, \"rank\": 1885, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 160, \"ini\": 814}, {\"group\": [753.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Chinese, fried rice\", \"clust\": 764, \"cat_0_index\": 2399, \"rank\": 1886, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 5, \"ini\": 813}, {\"group\": [3416.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pancakes, buckwheat, dry mix, incomplete\", \"clust\": 3451, \"cat_0_index\": 400, \"rank\": 2698, \"cat-0\": \"Baked Products\", \"rankvar\": 2824, \"ini\": 812}, {\"group\": [1469.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, pizza, canned, ready-to-serve\", \"clust\": 1494, \"cat_0_index\": 2997, \"rank\": 1887, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1200, \"ini\": 811}, {\"group\": [267.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, lowfat, 2% milkfat\", \"clust\": 271, \"cat_0_index\": 1204, \"rank\": 1888, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 330, \"ini\": 810}, {\"group\": [378.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, fat-free\", \"clust\": 384, \"cat_0_index\": 1543, \"rank\": 1889, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2172, \"ini\": 809}, {\"group\": [526.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, bananas with apples and pears, strained\", \"clust\": 538, \"cat_0_index\": 255, \"rank\": 1890, \"cat-0\": \"Baby Foods\", \"rankvar\": 874, \"ini\": 808}, {\"group\": [3176.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"DENNY'S, mozzarella cheese sticks\", \"clust\": 3207, \"cat_0_index\": 2400, \"rank\": 2697, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1650, \"ini\": 807}, {\"group\": [3242.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT VELVEETA LIGHT Reduced Fat Pasteurized Process Cheese Product\", \"clust\": 3273, \"cat_0_index\": 1205, \"rank\": 2696, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2599, \"ini\": 806}, {\"group\": [312.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, candied, home-prepared\", \"clust\": 310, \"cat_0_index\": 3853, \"rank\": 1891, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 75, \"ini\": 805}, {\"group\": [513.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Raisin and Spice, prepared\", \"clust\": 525, \"cat_0_index\": 938, \"rank\": 1892, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 275, \"ini\": 804}, {\"group\": [651.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, apple yogurt dessert, strained\", \"clust\": 664, \"cat_0_index\": 256, \"rank\": 1893, \"cat-0\": \"Baby Foods\", \"rankvar\": 922, \"ini\": 803}, {\"group\": [1981.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from flakes without milk, whole milk and butter added\", \"clust\": 2010, \"cat_0_index\": 3854, \"rank\": 1894, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 269, \"ini\": 802}, {\"group\": [3902.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, fig bars\", \"clust\": 3944, \"cat_0_index\": 401, \"rank\": 2695, \"cat-0\": \"Baked Products\", \"rankvar\": 2955, \"ini\": 801}, {\"group\": [3784.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, whole wheat, rolled oats, presweetened, with pecans\", \"clust\": 3827, \"cat_0_index\": 939, \"rank\": 2694, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2629, \"ini\": 800}, {\"group\": [956.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Combination Italian Sauce, ready-to-serve\", \"clust\": 975, \"cat_0_index\": 2998, \"rank\": 1895, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1221, \"ini\": 799}, {\"group\": [134.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, snail, raw\", \"clust\": 135, \"cat_0_index\": 1590, \"rank\": 1896, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 667, \"ini\": 798}, {\"group\": [2096.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Vegetable Beef Soup, condensed\", \"clust\": 2127, \"cat_0_index\": 2999, \"rank\": 1897, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 640, \"ini\": 797}, {\"group\": [3665.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, sugar, refrigerated dough\", \"clust\": 3705, \"cat_0_index\": 402, \"rank\": 2693, \"cat-0\": \"Baked Products\", \"rankvar\": 2606, \"ini\": 796}, {\"group\": [2251.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, raw\", \"clust\": 2282, \"cat_0_index\": 3855, \"rank\": 1898, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 198, \"ini\": 795}, {\"group\": [411.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Longans, raw\", \"clust\": 415, \"cat_0_index\": 1867, \"rank\": 1899, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2341, \"ini\": 794}, {\"group\": [1015.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yautia (tannier), raw\", \"clust\": 1029, \"cat_0_index\": 3856, \"rank\": 1900, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1033, \"ini\": 793}, {\"group\": [3876.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Ruth's Oatmeal\", \"clust\": 3922, \"cat_0_index\": 403, \"rank\": 2692, \"cat-0\": \"Baked Products\", \"rankvar\": 2716, \"ini\": 792}, {\"group\": [3935.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, butterscotch\", \"clust\": 3976, \"cat_0_index\": 3300, \"rank\": 2691, \"cat-0\": \"Sweets\", \"rankvar\": 3659, \"ini\": 791}, {\"group\": [3790.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, OATMEAL CRISP, APPLE CINNAMON\", \"clust\": 3837, \"cat_0_index\": 940, \"rank\": 2690, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2992, \"ini\": 790}, {\"group\": [980.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, scalloped, dry mix, prepared with water, whole milk and butter\", \"clust\": 999, \"cat_0_index\": 3857, \"rank\": 1901, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 213, \"ini\": 789}, {\"group\": [3721.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, salvadoran sweet cheese (quesadilla salvadorena)\", \"clust\": 3750, \"cat_0_index\": 404, \"rank\": 2689, \"cat-0\": \"Baked Products\", \"rankvar\": 2353, \"ini\": 788}, {\"group\": [2248.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, syrup pack, drained solids\", \"clust\": 2278, \"cat_0_index\": 3858, \"rank\": 1902, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 309, \"ini\": 787}, {\"group\": [2433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, raw, unprepared\", \"clust\": 2459, \"cat_0_index\": 3859, \"rank\": 1903, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 508, \"ini\": 786}, {\"group\": [443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Banana-Strawberry soy Yogurt\", \"clust\": 456, \"cat_0_index\": 2122, \"rank\": 1904, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1124, \"ini\": 785}, {\"group\": [216.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken breast, oven-roasted, fat-free, sliced\", \"clust\": 217, \"cat_0_index\": 2440, \"rank\": 1905, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1587, \"ini\": 784}, {\"group\": [491.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, frozen, sweetened\", \"clust\": 505, \"cat_0_index\": 1868, \"rank\": 1906, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1899, \"ini\": 783}, {\"group\": [3712.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, french crullers, glazed\", \"clust\": 3755, \"cat_0_index\": 405, \"rank\": 2688, \"cat-0\": \"Baked Products\", \"rankvar\": 2721, \"ini\": 782}, {\"group\": [3895.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready to eat, composite character cereals (movies, TV), brand A\", \"clust\": 3941, \"cat_0_index\": 941, \"rank\": 2687, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3081, \"ini\": 781}, {\"group\": [2964.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, peanut butter and chocolate chip\", \"clust\": 2996, \"cat_0_index\": 2587, \"rank\": 2686, \"cat-0\": \"Snacks\", \"rankvar\": 2582, \"ini\": 780}, {\"group\": [2915.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 2948, \"cat_0_index\": 1925, \"rank\": 2685, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2636, \"ini\": 779}, {\"group\": [2438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, skin, without salt\", \"clust\": 2468, \"cat_0_index\": 3860, \"rank\": 1907, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 671, \"ini\": 778}, {\"group\": [2226.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, unprepared\", \"clust\": 2254, \"cat_0_index\": 3861, \"rank\": 1908, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1976, \"ini\": 777}, {\"group\": [173.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sea bass, mixed species, raw\", \"clust\": 178, \"cat_0_index\": 1591, \"rank\": 1909, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 722, \"ini\": 776}, {\"group\": [3918.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, SKITTLES Tropical Bite Size Candies\", \"clust\": 3959, \"cat_0_index\": 3301, \"rank\": 2684, \"cat-0\": \"Sweets\", \"rankvar\": 3641, \"ini\": 775}, {\"group\": [514.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with raisins and spice, prepared with water\", \"clust\": 526, \"cat_0_index\": 942, \"rank\": 1910, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 278, \"ini\": 774}, {\"group\": [2974.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, tortilla chips, nacho-flavor, reduced fat\", \"clust\": 3007, \"cat_0_index\": 2588, \"rank\": 2683, \"cat-0\": \"Snacks\", \"rankvar\": 2663, \"ini\": 773}, {\"group\": [564.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Prune juice, canned\", \"clust\": 575, \"cat_0_index\": 1869, \"rank\": 1911, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1549, \"ini\": 772}, {\"group\": [3296.0, 61.0, 16.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, regular (butter) flavor, made with partially hydrogenated oil\", \"clust\": 3328, \"cat_0_index\": 2589, \"rank\": 2682, \"cat-0\": \"Snacks\", \"rankvar\": 2895, \"ini\": 771}, {\"group\": [2176.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, scotch, cooked, boiled, drained, with salt\", \"clust\": 2203, \"cat_0_index\": 3862, \"rank\": 1912, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2388, \"ini\": 770}, {\"group\": [237.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, lungs, raw\", \"clust\": 240, \"cat_0_index\": 2322, \"rank\": 1913, \"cat-0\": \"Pork Products\", \"rankvar\": 468, \"ini\": 769}, {\"group\": [3887.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, HONEY GRAHAM OH!S\", \"clust\": 3927, \"cat_0_index\": 943, \"rank\": 2681, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3118, \"ini\": 768}, {\"group\": [2125.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, cooked, boiled, drained, with salt\", \"clust\": 2156, \"cat_0_index\": 3863, \"rank\": 1914, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2132, \"ini\": 767}, {\"group\": [148.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whiting, mixed species, raw\", \"clust\": 152, \"cat_0_index\": 1592, \"rank\": 1915, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 939, \"ini\": 766}, {\"group\": [309.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, dried (prunes), stewed, with added sugar\", \"clust\": 314, \"cat_0_index\": 1870, \"rank\": 1916, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 431, \"ini\": 765}, {\"group\": [3323.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mushrooms, shiitake, dried\", \"clust\": 3359, \"cat_0_index\": 3864, \"rank\": 2680, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3315, \"ini\": 764}, {\"group\": [2617.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like, vegetable oil spread, unspecified oils, approximately 37% fat, with salt\", \"clust\": 2646, \"cat_0_index\": 1544, \"rank\": 2679, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2817, \"ini\": 763}, {\"group\": [565.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, ready-to-eat, fat free\", \"clust\": 574, \"cat_0_index\": 3302, \"rank\": 1917, \"cat-0\": \"Sweets\", \"rankvar\": 798, \"ini\": 762}, {\"group\": [3325.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, european, dried, unpeeled\", \"clust\": 3356, \"cat_0_index\": 2287, \"rank\": 2678, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3051, \"ini\": 761}, {\"group\": [403.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, mature seeds, sprouted, raw\", \"clust\": 409, \"cat_0_index\": 3865, \"rank\": 1918, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 34, \"ini\": 760}, {\"group\": [3854.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, yellow, dry mix, pudding-type\", \"clust\": 3897, \"cat_0_index\": 406, \"rank\": 2677, \"cat-0\": \"Baked Products\", \"rankvar\": 3110, \"ini\": 759}, {\"group\": [145.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, northern, raw\", \"clust\": 147, \"cat_0_index\": 1593, \"rank\": 1919, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1167, \"ini\": 758}, {\"group\": [3492.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder, decaffeinated\", \"clust\": 3530, \"cat_0_index\": 711, \"rank\": 2675, \"cat-0\": \"Beverages\", \"rankvar\": 3670, \"ini\": 757}, {\"group\": [3492.0, 71.0, 19.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tea, instant, sweetened with sodium saccharin, lemon-flavored, powder\", \"clust\": 3531, \"cat_0_index\": 712, \"rank\": 2676, \"cat-0\": \"Beverages\", \"rankvar\": 3671, \"ini\": 756}, {\"group\": [2003.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cream of onion, canned, condensed\", \"clust\": 2033, \"cat_0_index\": 3000, \"rank\": 1920, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 408, \"ini\": 755}, {\"group\": [947.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Flavored with Meat Italian Sauce, ready-to-serve\", \"clust\": 967, \"cat_0_index\": 3001, \"rank\": 1921, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 923, \"ini\": 754}, {\"group\": [3642.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, coconut cream, canned, sweetened\", \"clust\": 3652, \"cat_0_index\": 2288, \"rank\": 2674, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 3162, \"ini\": 753}, {\"group\": [487.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, purple, heavy syrup pack, solids and liquids\", \"clust\": 502, \"cat_0_index\": 1871, \"rank\": 1922, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2079, \"ini\": 752}, {\"group\": [953.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Tomato, Basil and Garlic Italian Sauce, ready-to-serve\", \"clust\": 977, \"cat_0_index\": 3002, \"rank\": 1923, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 967, \"ini\": 751}, {\"group\": [481.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blueberries, canned, light syrup, drained\", \"clust\": 494, \"cat_0_index\": 1872, \"rank\": 1924, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1407, \"ini\": 750}, {\"group\": [2689.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, mayonnaise, light\", \"clust\": 2724, \"cat_0_index\": 1545, \"rank\": 2673, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2922, \"ini\": 749}, {\"group\": [420.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fruit, mixed, (peach and cherry-sweet and -sour and raspberry and grape and boysenberry), frozen, sweetened\", \"clust\": 429, \"cat_0_index\": 1873, \"rank\": 1925, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1610, \"ini\": 748}, {\"group\": [2018.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, beef stroganoff, canned, chunky style, ready-to-serve\", \"clust\": 2049, \"cat_0_index\": 3003, \"rank\": 1926, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 142, \"ini\": 747}, {\"group\": [2136.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pokeberry shoots, (poke), cooked, boiled, drained, without salt\", \"clust\": 2165, \"cat_0_index\": 3866, \"rank\": 1927, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2515, \"ini\": 746}, {\"group\": [2423.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sapodilla, raw\", \"clust\": 2450, \"cat_0_index\": 1874, \"rank\": 1928, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1368, \"ini\": 745}, {\"group\": [838.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, No Sugar Added, FUDGESICLE pops\", \"clust\": 854, \"cat_0_index\": 3303, \"rank\": 1929, \"cat-0\": \"Sweets\", \"rankvar\": 77, \"ini\": 744}, {\"group\": [53.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, wing, meat only, raw\", \"clust\": 52, \"cat_0_index\": 2346, \"rank\": 1930, \"cat-0\": \"Poultry Products\", \"rankvar\": 1424, \"ini\": 743}, {\"group\": [516.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, TREASURE HUNT, prepared with boiling water\", \"clust\": 527, \"cat_0_index\": 944, \"rank\": 1931, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 237, \"ini\": 742}, {\"group\": [975.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Broccoli Cheese Soup, condensed\", \"clust\": 990, \"cat_0_index\": 3004, \"rank\": 1932, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 627, \"ini\": 741}, {\"group\": [2250.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, cooked, boiled, without skin, with salt\", \"clust\": 2280, \"cat_0_index\": 3867, \"rank\": 1933, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 599, \"ini\": 740}, {\"group\": [444.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Vanilla soy yogurt (single serving size)\", \"clust\": 457, \"cat_0_index\": 2123, \"rank\": 1934, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1104, \"ini\": 739}, {\"group\": [515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Cinnamon Spice, prepared with boiling water\", \"clust\": 528, \"cat_0_index\": 945, \"rank\": 1935, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 218, \"ini\": 738}, {\"group\": [515.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, oats, instant, fortified, with cinnamon and spice, prepared with water\", \"clust\": 529, \"cat_0_index\": 946, \"rank\": 1936, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 219, \"ini\": 737}, {\"group\": [365.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, KRAFT MIRACLE WHIP FREE Nonfat Dressing\", \"clust\": 375, \"cat_0_index\": 1546, \"rank\": 1937, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1171, \"ini\": 736}, {\"group\": [2391.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, lima, immature seeds, canned, regular pack, solids and liquids\", \"clust\": 2420, \"cat_0_index\": 3868, \"rank\": 1938, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 662, \"ini\": 735}, {\"group\": [954.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic and Herb Italian Sauce, ready-to-serve\", \"clust\": 978, \"cat_0_index\": 3005, \"rank\": 1939, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 873, \"ini\": 734}, {\"group\": [54.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, flat fillet, raw\", \"clust\": 51, \"cat_0_index\": 2347, \"rank\": 1940, \"cat-0\": \"Poultry Products\", \"rankvar\": 1421, \"ini\": 733}, {\"group\": [738.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Clementines, raw\", \"clust\": 753, \"cat_0_index\": 1875, \"rank\": 1941, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2000, \"ini\": 732}, {\"group\": [964.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Rutabagas, raw\", \"clust\": 983, \"cat_0_index\": 3869, \"rank\": 1942, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1958, \"ini\": 731}, {\"group\": [3911.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Tropical fruits\", \"clust\": 3955, \"cat_0_index\": 3304, \"rank\": 2672, \"cat-0\": \"Sweets\", \"rankvar\": 3437, \"ini\": 730}, {\"group\": [2800.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bologna, pork, turkey and beef\", \"clust\": 2833, \"cat_0_index\": 2441, \"rank\": 2671, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2507, \"ini\": 729}, {\"group\": [358.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with honey, prepared with whole milk\", \"clust\": 366, \"cat_0_index\": 257, \"rank\": 1943, \"cat-0\": \"Baby Foods\", \"rankvar\": 1008, \"ini\": 728}, {\"group\": [1019.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Custard-apple, (bullock's-heart), raw\", \"clust\": 1037, \"cat_0_index\": 1876, \"rank\": 1944, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 394, \"ini\": 727}, {\"group\": [948.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Fresh Mushroom Italian Sauce, ready-to-serve\", \"clust\": 968, \"cat_0_index\": 3006, \"rank\": 1945, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1099, \"ini\": 726}, {\"group\": [918.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato leaves, cooked, steamed, with salt\", \"clust\": 933, \"cat_0_index\": 3870, \"rank\": 1946, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1887, \"ini\": 725}, {\"group\": [3087.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, rice and apples, dry\", \"clust\": 3121, \"cat_0_index\": 258, \"rank\": 2670, \"cat-0\": \"Baby Foods\", \"rankvar\": 3368, \"ini\": 724}, {\"group\": [2208.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad without chicken\", \"clust\": 2237, \"cat_0_index\": 1345, \"rank\": 1947, \"cat-0\": \"Fast Foods\", \"rankvar\": 688, \"ini\": 723}, {\"group\": [749.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, juice, apple and prune\", \"clust\": 755, \"cat_0_index\": 259, \"rank\": 1948, \"cat-0\": \"Baby Foods\", \"rankvar\": 2138, \"ini\": 722}, {\"group\": [3770.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, BERRY BERRY KIX\", \"clust\": 3812, \"cat_0_index\": 947, \"rank\": 2669, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3022, \"ini\": 721}, {\"group\": [2175.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, scotch, cooked, boiled, drained, without salt\", \"clust\": 2204, \"cat_0_index\": 3871, \"rank\": 1949, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2369, \"ini\": 720}, {\"group\": [460.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beets, pickled, canned, solids and liquids\", \"clust\": 467, \"cat_0_index\": 3872, \"rank\": 1950, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1387, \"ini\": 719}, {\"group\": [1023.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Burdock root, cooked, boiled, drained, with salt\", \"clust\": 1041, \"cat_0_index\": 3873, \"rank\": 1951, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 343, \"ini\": 718}, {\"group\": [2432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, cooked, boiled, drained, with salt\", \"clust\": 2460, \"cat_0_index\": 3874, \"rank\": 1952, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 632, \"ini\": 717}, {\"group\": [174.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, bass, striped, raw\", \"clust\": 179, \"cat_0_index\": 1594, \"rank\": 1953, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 647, \"ini\": 716}, {\"group\": [2434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lotus root, cooked, boiled, drained, without salt\", \"clust\": 2463, \"cat_0_index\": 3875, \"rank\": 1954, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1242, \"ini\": 715}, {\"group\": [2232.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, unprepared\", \"clust\": 2262, \"cat_0_index\": 3876, \"rank\": 1955, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 171, \"ini\": 714}, {\"group\": [3290.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, any flavor, dry\", \"clust\": 3327, \"cat_0_index\": 3007, \"rank\": 2668, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2690, \"ini\": 713}, {\"group\": [1018.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked in skin, flesh and skin, without salt\", \"clust\": 1039, \"cat_0_index\": 3877, \"rank\": 1956, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 437, \"ini\": 712}, {\"group\": [383.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, alaska king, imitation, made from surimi\", \"clust\": 380, \"cat_0_index\": 1595, \"rank\": 1957, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 274, \"ini\": 711}, {\"group\": [3173.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, family style, fried mozzarella sticks\", \"clust\": 3209, \"cat_0_index\": 2401, \"rank\": 2667, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 1325, \"ini\": 710}, {\"group\": [2975.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Bakery, Flour Mix\", \"clust\": 3002, \"cat_0_index\": 407, \"rank\": 2666, \"cat-0\": \"Baked Products\", \"rankvar\": 2613, \"ini\": 709}, {\"group\": [2394.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), frozen, cooked, boiled, drained, with salt\", \"clust\": 2423, \"cat_0_index\": 3878, \"rank\": 1958, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1647, \"ini\": 708}, {\"group\": [944.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Traditional Sauce, ready-to-serve\", \"clust\": 964, \"cat_0_index\": 3008, \"rank\": 1959, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1138, \"ini\": 707}, {\"group\": [1224.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, chocolate, powder, prepared with whole milk\", \"clust\": 1240, \"cat_0_index\": 713, \"rank\": 1960, \"cat-0\": \"Beverages\", \"rankvar\": 290, \"ini\": 706}, {\"group\": [3423.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, oatmeal cereal with fruit, dry, instant, toddler\", \"clust\": 3449, \"cat_0_index\": 260, \"rank\": 2665, \"cat-0\": \"Baby Foods\", \"rankvar\": 2696, \"ini\": 705}, {\"group\": [3062.0, 33.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lupins, mature seeds, raw\", \"clust\": 3095, \"cat_0_index\": 2124, \"rank\": 2664, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2857, \"ini\": 704}, {\"group\": [748.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange-flavor drink, breakfast type, with pulp, frozen concentrate, prepared with water\", \"clust\": 758, \"cat_0_index\": 714, \"rank\": 1961, \"cat-0\": \"Beverages\", \"rankvar\": 2460, \"ini\": 703}, {\"group\": [2945.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Biscuits, plain or buttermilk, dry mix\", \"clust\": 2977, \"cat_0_index\": 408, \"rank\": 2663, \"cat-0\": \"Baked Products\", \"rankvar\": 2572, \"ini\": 702}, {\"group\": [2160.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cabbage, red, raw\", \"clust\": 2192, \"cat_0_index\": 3879, \"rank\": 1962, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2306, \"ini\": 701}, {\"group\": [1221.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, reduced fat, with added vitamin A and vitamin D\", \"clust\": 1246, \"cat_0_index\": 1206, \"rank\": 1963, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 520, \"ini\": 700}, {\"group\": [467.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Jerusalem-artichokes, raw\", \"clust\": 477, \"cat_0_index\": 3880, \"rank\": 1964, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 787, \"ini\": 699}, {\"group\": [2508.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"POPEYES, Biscuit\", \"clust\": 2533, \"cat_0_index\": 1346, \"rank\": 2662, \"cat-0\": \"Fast Foods\", \"rankvar\": 2500, \"ini\": 698}, {\"group\": [231.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Diced Chik, canned, unprepared\", \"clust\": 233, \"cat_0_index\": 2125, \"rank\": 1965, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 451, \"ini\": 697}, {\"group\": [1272.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREAKSTONE'S FREE Fat Free Sour Cream\", \"clust\": 1293, \"cat_0_index\": 1207, \"rank\": 1966, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 284, \"ini\": 696}, {\"group\": [136.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, dolphinfish, raw\", \"clust\": 139, \"cat_0_index\": 1596, \"rank\": 1967, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1231, \"ini\": 695}, {\"group\": [2214.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arugula, raw\", \"clust\": 2243, \"cat_0_index\": 3881, \"rank\": 1968, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2211, \"ini\": 694}, {\"group\": [482.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, canned, pitted, heavy syrup, drained\", \"clust\": 496, \"cat_0_index\": 1877, \"rank\": 1969, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1295, \"ini\": 693}, {\"group\": [442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Black Cherry soy Yogurt\", \"clust\": 453, \"cat_0_index\": 2126, \"rank\": 1970, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1222, \"ini\": 692}, {\"group\": [164.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, abalone, mixed species, raw\", \"clust\": 160, \"cat_0_index\": 1597, \"rank\": 1971, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 348, \"ini\": 691}, {\"group\": [2407.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean & ham, canned, reduced sodium, prepared with water or ready-to-serve\", \"clust\": 2436, \"cat_0_index\": 3009, \"rank\": 1972, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 493, \"ini\": 690}, {\"group\": [2245.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, frozen, kernels on cob, cooked, boiled, drained, with salt\", \"clust\": 2273, \"cat_0_index\": 3882, \"rank\": 1973, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 187, \"ini\": 689}, {\"group\": [1229.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, prepared with whole milk\", \"clust\": 1247, \"cat_0_index\": 261, \"rank\": 1974, \"cat-0\": \"Baby Foods\", \"rankvar\": 496, \"ini\": 688}, {\"group\": [841.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, cooked, boiled, drained, with salt\", \"clust\": 859, \"cat_0_index\": 3883, \"rank\": 1975, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2292, \"ini\": 687}, {\"group\": [830.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, instant, prepared with whole milk\", \"clust\": 830, \"cat_0_index\": 3305, \"rank\": 1976, \"cat-0\": \"Sweets\", \"rankvar\": 67, \"ini\": 686}, {\"group\": [2803.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (pork, turkey)\", \"clust\": 2837, \"cat_0_index\": 2442, \"rank\": 2661, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2498, \"ini\": 685}, {\"group\": [951.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom and Green Pepper Italian Sauce, ready-to-serve\", \"clust\": 973, \"cat_0_index\": 3010, \"rank\": 1977, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 836, \"ini\": 684}, {\"group\": [2167.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, cooked, boiled, drained, without salt\", \"clust\": 2198, \"cat_0_index\": 3884, \"rank\": 1978, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2051, \"ini\": 683}, {\"group\": [921.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, all varieties, cooked, baked, with salt\", \"clust\": 936, \"cat_0_index\": 3885, \"rank\": 1979, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1973, \"ini\": 682}, {\"group\": [490.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pineapple, frozen, chunks, sweetened\", \"clust\": 500, \"cat_0_index\": 1878, \"rank\": 1980, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1982, \"ini\": 681}, {\"group\": [138.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, raw\", \"clust\": 143, \"cat_0_index\": 1598, \"rank\": 1981, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1357, \"ini\": 680}, {\"group\": [740.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Papayas, raw\", \"clust\": 750, \"cat_0_index\": 1879, \"rank\": 1982, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2274, \"ini\": 679}, {\"group\": [85.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, buffalo, water, raw\", \"clust\": 88, \"cat_0_index\": 1926, \"rank\": 1983, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1097, \"ini\": 678}, {\"group\": [2344.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, cooked, boiled, drained, without salt\", \"clust\": 2374, \"cat_0_index\": 3886, \"rank\": 1984, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1294, \"ini\": 677}, {\"group\": [2233.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, yellow, whole kernel, frozen, microwaved\", \"clust\": 2260, \"cat_0_index\": 3887, \"rank\": 1985, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 46, \"ini\": 676}, {\"group\": [287.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Wheat, sprouted\", \"clust\": 289, \"cat_0_index\": 1048, \"rank\": 1986, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 51, \"ini\": 675}, {\"group\": [3171.0, 48.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, mechanically separated, raw\", \"clust\": 3204, \"cat_0_index\": 2323, \"rank\": 2660, \"cat-0\": \"Pork Products\", \"rankvar\": 2494, \"ini\": 674}, {\"group\": [458.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Persimmons, japanese, raw\", \"clust\": 469, \"cat_0_index\": 1880, \"rank\": 1987, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1397, \"ini\": 673}, {\"group\": [295.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cassava, raw\", \"clust\": 299, \"cat_0_index\": 3888, \"rank\": 1988, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 251, \"ini\": 672}, {\"group\": [955.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Mushroom and Garlic Italian Sauce, ready-to-serve\", \"clust\": 976, \"cat_0_index\": 3011, \"rank\": 1989, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1100, \"ini\": 671}, {\"group\": [3912.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Fruit and Creme\", \"clust\": 3956, \"cat_0_index\": 3306, \"rank\": 2659, \"cat-0\": \"Sweets\", \"rankvar\": 3427, \"ini\": 670}, {\"group\": [1233.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, goat, fluid, with added vitamin D\", \"clust\": 1256, \"cat_0_index\": 1208, \"rank\": 1990, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 854, \"ini\": 669}, {\"group\": [520.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Honey Nut, prepared with boiling water\", \"clust\": 530, \"cat_0_index\": 948, \"rank\": 1991, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 170, \"ini\": 668}, {\"group\": [3359.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Oat bran, raw\", \"clust\": 3393, \"cat_0_index\": 1049, \"rank\": 2658, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3043, \"ini\": 667}, {\"group\": [2146.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Swamp cabbage, (skunk cabbage), raw\", \"clust\": 2176, \"cat_0_index\": 3889, \"rank\": 1992, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2448, \"ini\": 666}, {\"group\": [3435.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, MOTHER'S TOASTED OAT BRAN CEREAL, Brown Sugar Flavor\", \"clust\": 3466, \"cat_0_index\": 949, \"rank\": 2657, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2737, \"ini\": 665}, {\"group\": [3022.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, refrigerated, regular, baked\", \"clust\": 3055, \"cat_0_index\": 409, \"rank\": 2656, \"cat-0\": \"Baked Products\", \"rankvar\": 2790, \"ini\": 664}, {\"group\": [812.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Veggie Sweet and Sour Chik'n, frozen, unprepared\", \"clust\": 828, \"cat_0_index\": 2127, \"rank\": 1993, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 25, \"ini\": 663}, {\"group\": [3794.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Low Fat 100% Natural Granola with Raisins\", \"clust\": 3832, \"cat_0_index\": 950, \"rank\": 2655, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2891, \"ini\": 662}, {\"group\": [324.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kamut, cooked\", \"clust\": 327, \"cat_0_index\": 1050, \"rank\": 1994, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 64, \"ini\": 661}, {\"group\": [161.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ocean perch, Atlantic, cooked, dry heat\", \"clust\": 161, \"cat_0_index\": 1599, \"rank\": 1995, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 581, \"ini\": 660}, {\"group\": [238.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, mussel, blue, raw\", \"clust\": 241, \"cat_0_index\": 1600, \"rank\": 1996, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 353, \"ini\": 659}, {\"group\": [2682.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Popcorn Chicken\", \"clust\": 2714, \"cat_0_index\": 1347, \"rank\": 2654, \"cat-0\": \"Fast Foods\", \"rankvar\": 2362, \"ini\": 658}, {\"group\": [421.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, papaya and applesauce with tapioca, strained\", \"clust\": 430, \"cat_0_index\": 262, \"rank\": 1997, \"cat-0\": \"Baby Foods\", \"rankvar\": 2542, \"ini\": 657}, {\"group\": [3899.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Honey SMACKS\", \"clust\": 3931, \"cat_0_index\": 951, \"rank\": 2653, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3388, \"ini\": 656}, {\"group\": [3170.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fish, caviar, black and red, granular\", \"clust\": 3201, \"cat_0_index\": 1601, \"rank\": 2652, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2502, \"ini\": 655}, {\"group\": [3913.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Fruit Chews, Original fruits\", \"clust\": 3954, \"cat_0_index\": 3307, \"rank\": 2651, \"cat-0\": \"Sweets\", \"rankvar\": 3433, \"ini\": 654}, {\"group\": [2821.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"HORMEL SPAM, Luncheon Meat, pork with ham, minced, canned\", \"clust\": 2852, \"cat_0_index\": 2443, \"rank\": 2650, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2516, \"ini\": 653}, {\"group\": [2797.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (beef)\", \"clust\": 2828, \"cat_0_index\": 2444, \"rank\": 2649, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2583, \"ini\": 652}, {\"group\": [505.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, juice type, orange\", \"clust\": 518, \"cat_0_index\": 3308, \"rank\": 1998, \"cat-0\": \"Sweets\", \"rankvar\": 1940, \"ini\": 651}, {\"group\": [2254.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, vacuum pack\", \"clust\": 2276, \"cat_0_index\": 3890, \"rank\": 1999, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 459, \"ini\": 650}, {\"group\": [160.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Pacific, cooked, dry heat\", \"clust\": 163, \"cat_0_index\": 1602, \"rank\": 2000, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1278, \"ini\": 649}, {\"group\": [122.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, lobster, northern, raw\", \"clust\": 119, \"cat_0_index\": 1603, \"rank\": 2001, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 995, \"ini\": 648}, {\"group\": [300.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Herb Chicken with rice (chicken not included)\", \"clust\": 303, \"cat_0_index\": 2173, \"rank\": 2002, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 433, \"ini\": 647}, {\"group\": [1014.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, red, flesh and skin, baked\", \"clust\": 1030, \"cat_0_index\": 3891, \"rank\": 2003, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 879, \"ini\": 646}, {\"group\": [2419.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans (fava beans), mature seeds, canned\", \"clust\": 2449, \"cat_0_index\": 2128, \"rank\": 2004, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 587, \"ini\": 645}, {\"group\": [3871.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Oatmeal Raisin\", \"clust\": 3916, \"cat_0_index\": 410, \"rank\": 2648, \"cat-0\": \"Baked Products\", \"rankvar\": 2819, \"ini\": 644}, {\"group\": [488.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sour, red, canned, heavy syrup pack, solids and liquids\", \"clust\": 503, \"cat_0_index\": 1881, \"rank\": 2005, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2014, \"ini\": 643}, {\"group\": [2148.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dock, raw\", \"clust\": 2175, \"cat_0_index\": 3892, \"rank\": 2006, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2464, \"ini\": 642}, {\"group\": [889.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Homestyle Chicken Noodle Soup, condensed\", \"clust\": 899, \"cat_0_index\": 3012, \"rank\": 2007, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1540, \"ini\": 641}, {\"group\": [485.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup pack, with skin, solids and liquids\", \"clust\": 498, \"cat_0_index\": 1882, \"rank\": 2008, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1771, \"ini\": 640}, {\"group\": [2416.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lima beans, large, mature seeds, canned\", \"clust\": 2446, \"cat_0_index\": 2129, \"rank\": 2009, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 643, \"ini\": 639}, {\"group\": [1409.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with Sliced Franks in Tomato Sauce, canned entree\", \"clust\": 1434, \"cat_0_index\": 2174, \"rank\": 2010, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 118, \"ini\": 638}, {\"group\": [296.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eppaw, raw\", \"clust\": 295, \"cat_0_index\": 3893, \"rank\": 2011, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 79, \"ini\": 637}, {\"group\": [440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Blueberry soy Yogurt\", \"clust\": 454, \"cat_0_index\": 2130, \"rank\": 2012, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1281, \"ini\": 636}, {\"group\": [2163.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, chopped, unprepared\", \"clust\": 2190, \"cat_0_index\": 3894, \"rank\": 2013, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2368, \"ini\": 635}, {\"group\": [441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Key Lime soy Yogurt\", \"clust\": 455, \"cat_0_index\": 2131, \"rank\": 2014, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1246, \"ini\": 634}, {\"group\": [297.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Persimmons, native, raw\", \"clust\": 290, \"cat_0_index\": 1883, \"rank\": 2015, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1312, \"ini\": 633}, {\"group\": [3944.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, fructose, dry, powder\", \"clust\": 3988, \"cat_0_index\": 3309, \"rank\": 2647, \"cat-0\": \"Sweets\", \"rankvar\": 3733, \"ini\": 632}, {\"group\": [2244.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, yellow, cooked, boiled, drained, with salt\", \"clust\": 2275, \"cat_0_index\": 3895, \"rank\": 2016, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 128, \"ini\": 631}, {\"group\": [2762.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork sausage, fresh, cooked\", \"clust\": 2795, \"cat_0_index\": 2445, \"rank\": 2646, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2488, \"ini\": 630}, {\"group\": [2787.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Summer Sausage Beef Thuringer Cervelat\", \"clust\": 2823, \"cat_0_index\": 2446, \"rank\": 2645, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2549, \"ini\": 629}, {\"group\": [87.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Elk, free range, ground, raw (Shoshone Bannock)\", \"clust\": 87, \"cat_0_index\": 1301, \"rank\": 2017, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1035, \"ini\": 628}, {\"group\": [733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, peaches, strained\", \"clust\": 746, \"cat_0_index\": 263, \"rank\": 2018, \"cat-0\": \"Baby Foods\", \"rankvar\": 1709, \"ini\": 627}, {\"group\": [733.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, fruit, peaches, junior\", \"clust\": 747, \"cat_0_index\": 264, \"rank\": 2019, \"cat-0\": \"Baby Foods\", \"rankvar\": 1710, \"ini\": 626}, {\"group\": [1465.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs with Meatballs - Easy Open\", \"clust\": 1490, \"cat_0_index\": 2175, \"rank\": 2020, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 132, \"ini\": 625}, {\"group\": [489.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plums, canned, heavy syrup, drained\", \"clust\": 501, \"cat_0_index\": 1884, \"rank\": 2021, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1981, \"ini\": 624}, {\"group\": [2439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salsify, (vegetable oyster), raw\", \"clust\": 2469, \"cat_0_index\": 3896, \"rank\": 2022, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 553, \"ini\": 623}, {\"group\": [3768.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS Cinnamon CHEX\", \"clust\": 3810, \"cat_0_index\": 952, \"rank\": 2644, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2878, \"ini\": 622}, {\"group\": [891.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Cream of Celery Soup, condensed\", \"clust\": 910, \"cat_0_index\": 3013, \"rank\": 2023, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1561, \"ini\": 621}, {\"group\": [3082.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, meat, dried (Alaska Native)\", \"clust\": 3114, \"cat_0_index\": 1302, \"rank\": 2643, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3602, \"ini\": 620}, {\"group\": [338.0, 8.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, pina colada, canned\", \"clust\": 344, \"cat_0_index\": 715, \"rank\": 2024, \"cat-0\": \"Beverages\", \"rankvar\": 174, \"ini\": 619}, {\"group\": [221.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Bologna (fat free)\", \"clust\": 220, \"cat_0_index\": 2447, \"rank\": 2025, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 748, \"ini\": 618}, {\"group\": [2905.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2936, \"cat_0_index\": 451, \"rank\": 2642, \"cat-0\": \"Beef Products\", \"rankvar\": 2603, \"ini\": 617}, {\"group\": [865.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Borage, cooked, boiled, drained, with salt\", \"clust\": 883, \"cat_0_index\": 3897, \"rank\": 2026, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2404, \"ini\": 616}, {\"group\": [3873.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Dutch Cocoa\", \"clust\": 3918, \"cat_0_index\": 411, \"rank\": 2641, \"cat-0\": \"Baked Products\", \"rankvar\": 2784, \"ini\": 615}, {\"group\": [3508.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toppings, butterscotch or caramel\", \"clust\": 3542, \"cat_0_index\": 3310, \"rank\": 2027, \"cat-0\": \"Sweets\", \"rankvar\": 2449, \"ini\": 614}, {\"group\": [3809.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K RED BERRIES\", \"clust\": 3856, \"cat_0_index\": 953, \"rank\": 2640, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3047, \"ini\": 613}, {\"group\": [288.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, plum, ready-to-serve\", \"clust\": 291, \"cat_0_index\": 3014, \"rank\": 2028, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 367, \"ini\": 612}, {\"group\": [892.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Mushroom with Roasted Garlic Soup, condensed\", \"clust\": 911, \"cat_0_index\": 3015, \"rank\": 2029, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1480, \"ini\": 611}, {\"group\": [51.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cod, Atlantic, cooked, dry heat\", \"clust\": 54, \"cat_0_index\": 1604, \"rank\": 2030, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1553, \"ini\": 610}, {\"group\": [272.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, creamed, with fruit\", \"clust\": 276, \"cat_0_index\": 1209, \"rank\": 2031, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 158, \"ini\": 609}, {\"group\": [910.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, cooked, boiled, drained, without salt\", \"clust\": 928, \"cat_0_index\": 3898, \"rank\": 2032, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2426, \"ini\": 608}, {\"group\": [176.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, wolffish, Atlantic, raw\", \"clust\": 176, \"cat_0_index\": 1605, \"rank\": 2033, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 713, \"ini\": 607}, {\"group\": [919.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, puree, with salt added\", \"clust\": 937, \"cat_0_index\": 3899, \"rank\": 2034, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1822, \"ini\": 606}, {\"group\": [273.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, with vegetables\", \"clust\": 277, \"cat_0_index\": 1210, \"rank\": 2035, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 243, \"ini\": 605}, {\"group\": [3518.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cornstarch\", \"clust\": 3561, \"cat_0_index\": 1051, \"rank\": 2036, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2841, \"ini\": 604}, {\"group\": [2193.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, cooked, boiled, drained, without salt\", \"clust\": 2225, \"cat_0_index\": 3900, \"rank\": 2037, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2143, \"ini\": 603}, {\"group\": [2188.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, cooked, boiled, drained, with salt\", \"clust\": 2214, \"cat_0_index\": 3901, \"rank\": 2038, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2412, \"ini\": 602}, {\"group\": [2185.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens and turnips, frozen, cooked, boiled, drained, with salt\", \"clust\": 2216, \"cat_0_index\": 3902, \"rank\": 2039, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2032, \"ini\": 601}, {\"group\": [2411.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, raw\", \"clust\": 2442, \"cat_0_index\": 1885, \"rank\": 2040, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2201, \"ini\": 600}, {\"group\": [2806.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Liver Cheese, pork fat wrapped\", \"clust\": 2840, \"cat_0_index\": 2448, \"rank\": 2639, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2453, \"ini\": 599}, {\"group\": [25.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guinea hen, meat only, raw\", \"clust\": 27, \"cat_0_index\": 2348, \"rank\": 2041, \"cat-0\": \"Poultry Products\", \"rankvar\": 803, \"ini\": 598}, {\"group\": [2187.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Dandelion greens, cooked, boiled, drained, with salt\", \"clust\": 2215, \"cat_0_index\": 3903, \"rank\": 2042, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2023, \"ini\": 597}, {\"group\": [1269.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, skim milk, 13 grams protein per 8 ounce\", \"clust\": 1295, \"cat_0_index\": 1211, \"rank\": 2043, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1374, \"ini\": 596}, {\"group\": [1073.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, mutton, corn, squash (Navajo)\", \"clust\": 1089, \"cat_0_index\": 1303, \"rank\": 2044, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 33, \"ini\": 595}, {\"group\": [438.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Raspberry soy yogurt\", \"clust\": 451, \"cat_0_index\": 2132, \"rank\": 2045, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1303, \"ini\": 594}, {\"group\": [278.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Vitasoy USA, Organic Nasoya Extra Firm Tofu\", \"clust\": 282, \"cat_0_index\": 2133, \"rank\": 2046, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 358, \"ini\": 593}, {\"group\": [126.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, octopus, common, raw\", \"clust\": 123, \"cat_0_index\": 1606, \"rank\": 2047, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 646, \"ini\": 592}, {\"group\": [49.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, light meat, meat only, raw\", \"clust\": 55, \"cat_0_index\": 2349, \"rank\": 2048, \"cat-0\": \"Poultry Products\", \"rankvar\": 1282, \"ini\": 591}, {\"group\": [874.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Celery Soup, condensed\", \"clust\": 889, \"cat_0_index\": 3016, \"rank\": 2049, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1603, \"ini\": 590}, {\"group\": [906.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, cooked, boiled, drained, without salt\", \"clust\": 923, \"cat_0_index\": 3904, \"rank\": 2050, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2285, \"ini\": 589}, {\"group\": [3291.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Soup, ramen noodle, chicken flavor, dry\", \"clust\": 3325, \"cat_0_index\": 3017, \"rank\": 2638, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2704, \"ini\": 588}, {\"group\": [57.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, fan fillet, raw\", \"clust\": 63, \"cat_0_index\": 2350, \"rank\": 2051, \"cat-0\": \"Poultry Products\", \"rankvar\": 1479, \"ini\": 587}, {\"group\": [952.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Tomato, Onion and Garlic Italian Sauce, ready-to-serve\", \"clust\": 974, \"cat_0_index\": 3018, \"rank\": 2052, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 759, \"ini\": 586}, {\"group\": [3828.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Apples, dried, sulfured, uncooked\", \"clust\": 3872, \"cat_0_index\": 1886, \"rank\": 2637, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3284, \"ini\": 585}, {\"group\": [86.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tilapia, raw\", \"clust\": 89, \"cat_0_index\": 1607, \"rank\": 2053, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1148, \"ini\": 584}, {\"group\": [2402.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green (includes baby and lesuer types), canned, drained solids, unprepared\", \"clust\": 2431, \"cat_0_index\": 3905, \"rank\": 2054, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1193, \"ini\": 583}, {\"group\": [377.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, italian dressing, reduced fat\", \"clust\": 385, \"cat_0_index\": 1547, \"rank\": 2055, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1748, \"ini\": 582}, {\"group\": [712.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mangos, raw\", \"clust\": 722, \"cat_0_index\": 1887, \"rank\": 2056, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1727, \"ini\": 581}, {\"group\": [251.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, chili con carne\", \"clust\": 242, \"cat_0_index\": 1348, \"rank\": 2057, \"cat-0\": \"Fast Foods\", \"rankvar\": 73, \"ini\": 580}, {\"group\": [3239.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT CHEEZ WHIZ Pasteurized Process Cheese Sauce\", \"clust\": 3272, \"cat_0_index\": 1212, \"rank\": 2636, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2551, \"ini\": 579}, {\"group\": [739.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, Florida\", \"clust\": 754, \"cat_0_index\": 1888, \"rank\": 2058, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2038, \"ini\": 578}, {\"group\": [2196.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, raw\", \"clust\": 2218, \"cat_0_index\": 3906, \"rank\": 2059, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2288, \"ini\": 577}, {\"group\": [356.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with honey, prepared with whole milk\", \"clust\": 367, \"cat_0_index\": 265, \"rank\": 2060, \"cat-0\": \"Baby Foods\", \"rankvar\": 855, \"ini\": 576}, {\"group\": [364.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Plains Pricklypear, raw (Northern Plains Indians)\", \"clust\": 369, \"cat_0_index\": 1304, \"rank\": 2061, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2458, \"ini\": 575}, {\"group\": [2819.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smoked link sausage, pork and beef, nonfat dry milk added\", \"clust\": 2853, \"cat_0_index\": 2449, \"rank\": 2635, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2457, \"ini\": 574}, {\"group\": [281.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, oyster, eastern, wild, cooked, moist heat\", \"clust\": 283, \"cat_0_index\": 1608, \"rank\": 2062, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 161, \"ini\": 573}, {\"group\": [434.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait (without granola)\", \"clust\": 447, \"cat_0_index\": 1349, \"rank\": 2063, \"cat-0\": \"Fast Foods\", \"rankvar\": 545, \"ini\": 572}, {\"group\": [872.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 98% Fat Free Broccoli Cheese Soup, condensed\", \"clust\": 890, \"cat_0_index\": 3019, \"rank\": 2064, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1879, \"ini\": 571}, {\"group\": [2220.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, canned, regular pack, drained solids\", \"clust\": 2249, \"cat_0_index\": 3907, \"rank\": 2065, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2195, \"ini\": 570}, {\"group\": [3874.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Oatmeal\", \"clust\": 3919, \"cat_0_index\": 412, \"rank\": 2634, \"cat-0\": \"Baked Products\", \"rankvar\": 2738, \"ini\": 569}, {\"group\": [2436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, baked, without salt\", \"clust\": 2465, \"cat_0_index\": 3908, \"rank\": 2066, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1821, \"ini\": 568}, {\"group\": [1010.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potato, baked, flesh and skin, without salt\", \"clust\": 1033, \"cat_0_index\": 3909, \"rank\": 2067, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 724, \"ini\": 567}, {\"group\": [1011.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, baked, flesh and skin, with salt\", \"clust\": 1034, \"cat_0_index\": 3910, \"rank\": 2068, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 725, \"ini\": 566}, {\"group\": [450.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate syrup, prepared with whole milk\", \"clust\": 465, \"cat_0_index\": 716, \"rank\": 2069, \"cat-0\": \"Beverages\", \"rankvar\": 414, \"ini\": 565}, {\"group\": [427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate, fortified with calcium and vitamin D\", \"clust\": 437, \"cat_0_index\": 1889, \"rank\": 2070, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2207, \"ini\": 564}, {\"group\": [427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange juice, chilled, includes from concentrate, fortified with calcium\", \"clust\": 438, \"cat_0_index\": 1890, \"rank\": 2071, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2208, \"ini\": 563}, {\"group\": [2019.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef stew, canned entree\", \"clust\": 2050, \"cat_0_index\": 2176, \"rank\": 2072, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 155, \"ini\": 562}, {\"group\": [404.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, stalks, raw\", \"clust\": 413, \"cat_0_index\": 3911, \"rank\": 2073, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2536, \"ini\": 561}, {\"group\": [405.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, leaves, raw\", \"clust\": 414, \"cat_0_index\": 3912, \"rank\": 2074, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2537, \"ini\": 560}, {\"group\": [406.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, flower clusters, raw\", \"clust\": 412, \"cat_0_index\": 3913, \"rank\": 2075, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2538, \"ini\": 559}, {\"group\": [728.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, mixed fruit juice with low fat yogurt\", \"clust\": 743, \"cat_0_index\": 266, \"rank\": 2076, \"cat-0\": \"Baby Foods\", \"rankvar\": 1024, \"ini\": 558}, {\"group\": [3933.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, dry mix, regular\", \"clust\": 3977, \"cat_0_index\": 3311, \"rank\": 2633, \"cat-0\": \"Sweets\", \"rankvar\": 3661, \"ini\": 557}, {\"group\": [908.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro leaves, cooked, steamed, without salt\", \"clust\": 925, \"cat_0_index\": 3914, \"rank\": 2077, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2364, \"ini\": 556}, {\"group\": [137.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, rockfish, Pacific, mixed species, raw\", \"clust\": 137, \"cat_0_index\": 1609, \"rank\": 2078, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1130, \"ini\": 555}, {\"group\": [2624.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, skin only, raw\", \"clust\": 2653, \"cat_0_index\": 2351, \"rank\": 2632, \"cat-0\": \"Poultry Products\", \"rankvar\": 2607, \"ini\": 554}, {\"group\": [991.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomatoes, red, ripe, cooked, stewed\", \"clust\": 1010, \"cat_0_index\": 3915, \"rank\": 2079, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 486, \"ini\": 553}, {\"group\": [3237.0, 50.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, mechanically separated beef, raw\", \"clust\": 3213, \"cat_0_index\": 452, \"rank\": 2631, \"cat-0\": \"Beef Products\", \"rankvar\": 2576, \"ini\": 552}, {\"group\": [993.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato bisque, canned, condensed\", \"clust\": 1009, \"cat_0_index\": 3020, \"rank\": 2080, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 374, \"ini\": 551}, {\"group\": [2793.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef\", \"clust\": 2826, \"cat_0_index\": 2450, \"rank\": 2630, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2556, \"ini\": 550}, {\"group\": [357.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with honey, prepared with whole milk\", \"clust\": 368, \"cat_0_index\": 267, \"rank\": 2081, \"cat-0\": \"Baby Foods\", \"rankvar\": 911, \"ini\": 549}, {\"group\": [268.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cottage, creamed, large or small curd\", \"clust\": 272, \"cat_0_index\": 1213, \"rank\": 2082, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 208, \"ini\": 548}, {\"group\": [45.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, foreshank, separable lean only, raw\", \"clust\": 43, \"cat_0_index\": 1927, \"rank\": 2083, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 832, \"ini\": 547}, {\"group\": [729.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Orange drink, breakfast type, with juice and pulp, frozen concentrate, prepared with water\", \"clust\": 741, \"cat_0_index\": 717, \"rank\": 2084, \"cat-0\": \"Beverages\", \"rankvar\": 2375, \"ini\": 546}, {\"group\": [1228.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, barley, prepared with whole milk\", \"clust\": 1248, \"cat_0_index\": 268, \"rank\": 2085, \"cat-0\": \"Baby Foods\", \"rankvar\": 452, \"ini\": 545}, {\"group\": [165.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, kidneys, raw\", \"clust\": 168, \"cat_0_index\": 1928, \"rank\": 2086, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 418, \"ini\": 544}, {\"group\": [439.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Strawberry soy yogurt\", \"clust\": 452, \"cat_0_index\": 2134, \"rank\": 2087, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1236, \"ini\": 543}, {\"group\": [2424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, unprepared\", \"clust\": 2455, \"cat_0_index\": 3916, \"rank\": 2088, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 325, \"ini\": 542}, {\"group\": [3659.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, cake-type, wheat, sugared or glazed\", \"clust\": 3700, \"cat_0_index\": 413, \"rank\": 2629, \"cat-0\": \"Baked Products\", \"rankvar\": 2289, \"ini\": 541}, {\"group\": [2168.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, unprepared\", \"clust\": 2199, \"cat_0_index\": 3917, \"rank\": 2089, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2276, \"ini\": 540}, {\"group\": [1041.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Onion Soup, condensed\", \"clust\": 1061, \"cat_0_index\": 3021, \"rank\": 2090, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 913, \"ini\": 539}, {\"group\": [997.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Chicken Alphabet Soup, condensed\", \"clust\": 1016, \"cat_0_index\": 3022, \"rank\": 2091, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2046, \"ini\": 538}, {\"group\": [525.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, Baked Apple, prepared with boiling water\", \"clust\": 524, \"cat_0_index\": 954, \"rank\": 2092, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 442, \"ini\": 537}, {\"group\": [61.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, light meat, meat only, raw\", \"clust\": 65, \"cat_0_index\": 2352, \"rank\": 2093, \"cat-0\": \"Poultry Products\", \"rankvar\": 1862, \"ini\": 536}, {\"group\": [58.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, outside drum, raw\", \"clust\": 64, \"cat_0_index\": 2353, \"rank\": 2094, \"cat-0\": \"Poultry Products\", \"rankvar\": 1662, \"ini\": 535}, {\"group\": [139.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, lingcod, raw\", \"clust\": 144, \"cat_0_index\": 1610, \"rank\": 2095, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1336, \"ini\": 534}, {\"group\": [1158.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, MEAD JOHNSON, PORTAGEN, with iron, prepared from powder\", \"clust\": 1116, \"cat_0_index\": 269, \"rank\": 2096, \"cat-0\": \"Baby Foods\", \"rankvar\": 498, \"ini\": 533}, {\"group\": [2152.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Balsam-pear (bitter gourd), pods, raw\", \"clust\": 2181, \"cat_0_index\": 3918, \"rank\": 2097, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2553, \"ini\": 532}, {\"group\": [1013.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, white, flesh and skin, baked\", \"clust\": 1031, \"cat_0_index\": 3919, \"rank\": 2098, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 843, \"ini\": 531}, {\"group\": [1274.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, dinner, beef with vegetables\", \"clust\": 1298, \"cat_0_index\": 270, \"rank\": 2099, \"cat-0\": \"Baby Foods\", \"rankvar\": 396, \"ini\": 530}, {\"group\": [158.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turtle, green, raw\", \"clust\": 145, \"cat_0_index\": 1611, \"rank\": 2100, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1354, \"ini\": 529}, {\"group\": [107.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Buffalo, free range, top round steak, raw (Shoshone Bannock)\", \"clust\": 109, \"cat_0_index\": 1305, \"rank\": 2101, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1413, \"ini\": 528}, {\"group\": [453.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggnog-flavor mix, powder, prepared with whole milk\", \"clust\": 463, \"cat_0_index\": 718, \"rank\": 2102, \"cat-0\": \"Beverages\", \"rankvar\": 448, \"ini\": 527}, {\"group\": [2137.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pokeberry shoots, (poke), cooked, boiled, drained, with salt\", \"clust\": 2166, \"cat_0_index\": 3920, \"rank\": 2103, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2520, \"ini\": 526}, {\"group\": [1038.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Verde Soup, condensed\", \"clust\": 1057, \"cat_0_index\": 3023, \"rank\": 2104, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 738, \"ini\": 525}, {\"group\": [1275.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from granules with milk, water and margarine added\", \"clust\": 1299, \"cat_0_index\": 3921, \"rank\": 2105, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 61, \"ini\": 524}, {\"group\": [3432.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER OATMEAL SQUARES\", \"clust\": 3468, \"cat_0_index\": 955, \"rank\": 2628, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2715, \"ini\": 523}, {\"group\": [3800.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, Great Grains, Raisin, Date & Pecan\", \"clust\": 3847, \"cat_0_index\": 956, \"rank\": 2627, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2680, \"ini\": 522}, {\"group\": [2812.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Smokies Sausage Little Cheese (pork, turkey)\", \"clust\": 2845, \"cat_0_index\": 2451, \"rank\": 2626, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2508, \"ini\": 521}, {\"group\": [26.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, meat only, raw\", \"clust\": 28, \"cat_0_index\": 2354, \"rank\": 2106, \"cat-0\": \"Poultry Products\", \"rankvar\": 756, \"ini\": 520}, {\"group\": [1227.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, with bananas, prepared with whole milk\", \"clust\": 1249, \"cat_0_index\": 271, \"rank\": 2107, \"cat-0\": \"Baby Foods\", \"rankvar\": 443, \"ini\": 519}, {\"group\": [1270.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt, plain, low fat, 12 grams protein per 8 ounce\", \"clust\": 1296, \"cat_0_index\": 1214, \"rank\": 2108, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1057, \"ini\": 518}, {\"group\": [9.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lemon grass (citronella), raw\", \"clust\": 8, \"cat_0_index\": 3922, \"rank\": 2109, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1632, \"ini\": 517}, {\"group\": [527.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana no tapioca, strained\", \"clust\": 539, \"cat_0_index\": 272, \"rank\": 2110, \"cat-0\": \"Baby Foods\", \"rankvar\": 737, \"ini\": 516}, {\"group\": [468.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, tomato chili sauce, bottled, no salt, low sodium\", \"clust\": 476, \"cat_0_index\": 3024, \"rank\": 2111, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 306, \"ini\": 515}, {\"group\": [60.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, moose, raw\", \"clust\": 61, \"cat_0_index\": 1929, \"rank\": 2112, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1515, \"ini\": 514}, {\"group\": [3888.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH'S PEANUT BUTTER CRUNCH\", \"clust\": 3926, \"cat_0_index\": 957, \"rank\": 2625, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2853, \"ini\": 513}, {\"group\": [178.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sturgeon, mixed species, raw\", \"clust\": 170, \"cat_0_index\": 1612, \"rank\": 2113, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 317, \"ini\": 512}, {\"group\": [146.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, perch, mixed species, raw\", \"clust\": 148, \"cat_0_index\": 1613, \"rank\": 2114, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1204, \"ini\": 511}, {\"group\": [152.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, ling, raw\", \"clust\": 155, \"cat_0_index\": 1614, \"rank\": 2115, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1335, \"ini\": 510}, {\"group\": [3792.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S, RAISIN BRAN CRUNCH\", \"clust\": 3836, \"cat_0_index\": 958, \"rank\": 2624, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3077, \"ini\": 509}, {\"group\": [168.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, kidneys, raw\", \"clust\": 166, \"cat_0_index\": 2324, \"rank\": 2116, \"cat-0\": \"Pork Products\", \"rankvar\": 538, \"ini\": 508}, {\"group\": [2440.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, boiled, cooked in skin, skin, with salt\", \"clust\": 2467, \"cat_0_index\": 3923, \"rank\": 2117, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 684, \"ini\": 507}, {\"group\": [3926.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, glaze, chocolate, prepared-from-recipe, with butter, NFSMI Recipe No. C-32\", \"clust\": 3970, \"cat_0_index\": 3312, \"rank\": 2623, \"cat-0\": \"Sweets\", \"rankvar\": 3396, \"ini\": 506}, {\"group\": [3861.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereal wafer straws, KELLOGG, COCOA KRISPIES Cereal straws\", \"clust\": 3904, \"cat_0_index\": 959, \"rank\": 2622, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2979, \"ini\": 505}, {\"group\": [2894.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, cooked, broiled\", \"clust\": 2928, \"cat_0_index\": 1930, \"rank\": 2621, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2579, \"ini\": 504}, {\"group\": [2162.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, boiled, drained, without salt\", \"clust\": 2191, \"cat_0_index\": 3924, \"rank\": 2118, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1984, \"ini\": 503}, {\"group\": [1201.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"ENSURE FIBER WITH FOS, liquid\", \"clust\": 1223, \"cat_0_index\": 2135, \"rank\": 2119, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 183, \"ini\": 502}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, cooked, boiled, drained, without salt\", \"clust\": 6, \"cat_0_index\": 3925, \"rank\": 2120, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2410, \"ini\": 501}, {\"group\": [2097.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato beef with noodle, canned, condensed\", \"clust\": 2119, \"cat_0_index\": 3025, \"rank\": 2121, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 137, \"ini\": 500}, {\"group\": [3711.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 3753, \"cat_0_index\": 1350, \"rank\": 2620, \"cat-0\": \"Fast Foods\", \"rankvar\": 2533, \"ini\": 499}, {\"group\": [3834.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tamarinds, raw\", \"clust\": 3876, \"cat_0_index\": 1891, \"rank\": 2619, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3210, \"ini\": 498}, {\"group\": [2435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lotus root, cooked, boiled, drained, with salt\", \"clust\": 2464, \"cat_0_index\": 3926, \"rank\": 2122, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1291, \"ini\": 497}, {\"group\": [118.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, spiny lobster, mixed species, raw\", \"clust\": 118, \"cat_0_index\": 1615, \"rank\": 2123, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 761, \"ini\": 496}, {\"group\": [945.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Roasted Garlic Parmesan Italian Sauce, ready-to-serve\", \"clust\": 965, \"cat_0_index\": 3026, \"rank\": 2124, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 808, \"ini\": 495}, {\"group\": [113.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, turbot, european, cooked, dry heat\", \"clust\": 49, \"cat_0_index\": 1616, \"rank\": 2125, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 700, \"ini\": 494}, {\"group\": [2790.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Summer Sausage Thuringer Cervalat\", \"clust\": 2821, \"cat_0_index\": 2452, \"rank\": 2618, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2511, \"ini\": 493}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, tongue, raw (Alaska Native)\", \"clust\": 1, \"cat_0_index\": 1306, \"rank\": 2126, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 580, \"ini\": 492}, {\"group\": [310.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dried, sulfured, stewed, with added sugar\", \"clust\": 312, \"cat_0_index\": 1892, \"rank\": 2127, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 764, \"ini\": 491}, {\"group\": [2484.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, french, cottonseed, oil, home recipe\", \"clust\": 2477, \"cat_0_index\": 1548, \"rank\": 2617, \"cat-0\": \"Fats and Oils\", \"rankvar\": 3483, \"ini\": 490}, {\"group\": [2161.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, raw\", \"clust\": 2193, \"cat_0_index\": 3927, \"rank\": 2128, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2203, \"ini\": 489}, {\"group\": [191.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, young duckling, domesticated, White Pekin, breast, meat only, boneless, cooked without skin, broiled\", \"clust\": 194, \"cat_0_index\": 2355, \"rank\": 2129, \"cat-0\": \"Poultry Products\", \"rankvar\": 2252, \"ini\": 488}, {\"group\": [166.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, kidneys, raw\", \"clust\": 169, \"cat_0_index\": 1931, \"rank\": 2130, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 463, \"ini\": 487}, {\"group\": [2252.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, cooked, boiled, drained, without salt\", \"clust\": 2283, \"cat_0_index\": 3928, \"rank\": 2131, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 176, \"ini\": 486}, {\"group\": [27.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, leg, meat only, raw\", \"clust\": 30, \"cat_0_index\": 2356, \"rank\": 2132, \"cat-0\": \"Poultry Products\", \"rankvar\": 899, \"ini\": 485}, {\"group\": [2425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, cooked, boiled, drained, without salt\", \"clust\": 2456, \"cat_0_index\": 3929, \"rank\": 2133, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 292, \"ini\": 484}, {\"group\": [2895.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, rib, separable lean and fat, trimmed to 1/4\\\" fat, choice, cooked, roasted\", \"clust\": 2929, \"cat_0_index\": 1932, \"rank\": 2616, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 2578, \"ini\": 483}, {\"group\": [227.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, turkey, junior\", \"clust\": 229, \"cat_0_index\": 273, \"rank\": 2134, \"cat-0\": \"Baby Foods\", \"rankvar\": 172, \"ini\": 482}, {\"group\": [2398.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Loganberries, frozen\", \"clust\": 2428, \"cat_0_index\": 1893, \"rank\": 2135, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1946, \"ini\": 481}, {\"group\": [1012.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, Russet, flesh and skin, baked\", \"clust\": 1032, \"cat_0_index\": 3930, \"rank\": 2136, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 747, \"ini\": 480}, {\"group\": [37.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, roasting, dark meat, meat only, raw\", \"clust\": 26, \"cat_0_index\": 2357, \"rank\": 2137, \"cat-0\": \"Poultry Products\", \"rankvar\": 489, \"ini\": 479}, {\"group\": [1277.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, prepared from granules without milk, whole milk and butter added\", \"clust\": 1301, \"cat_0_index\": 3931, \"rank\": 2138, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 165, \"ini\": 478}, {\"group\": [3436.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S Special K low fat granola\", \"clust\": 3463, \"cat_0_index\": 960, \"rank\": 2615, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2901, \"ini\": 477}, {\"group\": [981.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, au gratin, dry mix, prepared with water, whole milk and butter\", \"clust\": 1000, \"cat_0_index\": 3932, \"rank\": 2139, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 259, \"ini\": 476}, {\"group\": [50.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, meat only, raw\", \"clust\": 56, \"cat_0_index\": 2358, \"rank\": 2140, \"cat-0\": \"Poultry Products\", \"rankvar\": 1350, \"ini\": 475}, {\"group\": [447.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ready-to-drink reduced fat milk beverage, flavored and sweetened, with added calcium, vitamin A and vitamin D\", \"clust\": 459, \"cat_0_index\": 719, \"rank\": 2141, \"cat-0\": \"Beverages\", \"rankvar\": 925, \"ini\": 474}, {\"group\": [14.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Vegetable Steaks, canned, unprepared\", \"clust\": 12, \"cat_0_index\": 2136, \"rank\": 2142, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 887, \"ini\": 473}, {\"group\": [3514.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, TWIZZLERS CHERRY BITES\", \"clust\": 3551, \"cat_0_index\": 3313, \"rank\": 2143, \"cat-0\": \"Sweets\", \"rankvar\": 2619, \"ini\": 472}, {\"group\": [217.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, breast, smoked, lemon pepper flavor, 97% fat-free\", \"clust\": 218, \"cat_0_index\": 2453, \"rank\": 2144, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2179, \"ini\": 471}, {\"group\": [2794.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef, heated\", \"clust\": 2827, \"cat_0_index\": 2454, \"rank\": 2614, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2554, \"ini\": 470}, {\"group\": [302.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickle relish, hamburger\", \"clust\": 305, \"cat_0_index\": 3933, \"rank\": 2145, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1191, \"ini\": 469}, {\"group\": [131.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cisco, raw\", \"clust\": 132, \"cat_0_index\": 1617, \"rank\": 2146, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1054, \"ini\": 468}, {\"group\": [8.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, dehydrated (low-moisture), sulfured, stewed\", \"clust\": 10, \"cat_0_index\": 1894, \"rank\": 2147, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1566, \"ini\": 467}, {\"group\": [2224.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, cooked, boiled, drained, without salt\", \"clust\": 2255, \"cat_0_index\": 3934, \"rank\": 2148, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1968, \"ini\": 466}, {\"group\": [2902.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 0\\\" fat, choice, cooked, roasted\", \"clust\": 2938, \"cat_0_index\": 453, \"rank\": 2613, \"cat-0\": \"Beef Products\", \"rankvar\": 2596, \"ini\": 465}, {\"group\": [3448.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Crackers, whole-wheat, reduced fat\", \"clust\": 3480, \"cat_0_index\": 414, \"rank\": 2612, \"cat-0\": \"Baked Products\", \"rankvar\": 2868, \"ini\": 464}, {\"group\": [2149.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, serrano, raw\", \"clust\": 2179, \"cat_0_index\": 3935, \"rank\": 2149, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2297, \"ini\": 463}, {\"group\": [2399.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, frozen, unsweetened\", \"clust\": 2426, \"cat_0_index\": 1895, \"rank\": 2150, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1705, \"ini\": 462}, {\"group\": [3429.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES\", \"clust\": 3464, \"cat_0_index\": 961, \"rank\": 2611, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2967, \"ini\": 461}, {\"group\": [129.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, catfish, channel, wild, raw\", \"clust\": 130, \"cat_0_index\": 1618, \"rank\": 2151, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 661, \"ini\": 460}, {\"group\": [3430.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Wheat CHEX\", \"clust\": 3465, \"cat_0_index\": 962, \"rank\": 2610, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2909, \"ini\": 459}, {\"group\": [920.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, vegetable, canned, low sodium, condensed\", \"clust\": 938, \"cat_0_index\": 3027, \"rank\": 2152, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 993, \"ini\": 458}, {\"group\": [949.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Mini Meatball Italian Sauce, ready-to-serve\", \"clust\": 969, \"cat_0_index\": 3028, \"rank\": 2153, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 526, \"ini\": 457}, {\"group\": [236.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, whitefish, eggs (Alaska Native)\", \"clust\": 238, \"cat_0_index\": 1307, \"rank\": 2154, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 193, \"ini\": 456}, {\"group\": [3522.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, vanilla, creamy, dry mix\", \"clust\": 3556, \"cat_0_index\": 3314, \"rank\": 2155, \"cat-0\": \"Sweets\", \"rankvar\": 2930, \"ini\": 455}, {\"group\": [2165.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lasagna with meat & sauce, low-fat, frozen entree\", \"clust\": 2194, \"cat_0_index\": 2177, \"rank\": 2156, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 103, \"ini\": 454}, {\"group\": [1021.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, microwaved, cooked, in skin, flesh and skin, with salt\", \"clust\": 1035, \"cat_0_index\": 3936, \"rank\": 2157, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 445, \"ini\": 453}, {\"group\": [1225.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, with bananas, prepared with whole milk\", \"clust\": 1250, \"cat_0_index\": 274, \"rank\": 2158, \"cat-0\": \"Baby Foods\", \"rankvar\": 398, \"ini\": 452}, {\"group\": [2626.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, stewed\", \"clust\": 2650, \"cat_0_index\": 2359, \"rank\": 2609, \"cat-0\": \"Poultry Products\", \"rankvar\": 2581, \"ini\": 451}, {\"group\": [52.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, light meat, meat only, raw\", \"clust\": 53, \"cat_0_index\": 2360, \"rank\": 2159, \"cat-0\": \"Poultry Products\", \"rankvar\": 1477, \"ini\": 450}, {\"group\": [1226.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, with bananas, prepared with whole milk\", \"clust\": 1251, \"cat_0_index\": 275, \"rank\": 2160, \"cat-0\": \"Baby Foods\", \"rankvar\": 397, \"ini\": 449}, {\"group\": [98.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Elk, free range, roast, eye of round, raw (Shoshone Bannock)\", \"clust\": 86, \"cat_0_index\": 1308, \"rank\": 2161, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1050, \"ini\": 448}, {\"group\": [2345.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, frozen, cooked, boiled, drained, with salt\", \"clust\": 2375, \"cat_0_index\": 3937, \"rank\": 2162, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1326, \"ini\": 447}, {\"group\": [521.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS Cinnamon Roll, prepared with boiling water\", \"clust\": 536, \"cat_0_index\": 963, \"rank\": 2163, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 149, \"ini\": 446}, {\"group\": [492.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, canned, heavy syrup pack, solids and liquids\", \"clust\": 506, \"cat_0_index\": 1896, \"rank\": 2164, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1925, \"ini\": 445}, {\"group\": [162.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, haddock, cooked, dry heat\", \"clust\": 164, \"cat_0_index\": 1619, \"rank\": 2165, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1449, \"ini\": 444}, {\"group\": [228.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, turkey, strained\", \"clust\": 230, \"cat_0_index\": 276, \"rank\": 2166, \"cat-0\": \"Baby Foods\", \"rankvar\": 175, \"ini\": 443}, {\"group\": [2795.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (beef franks)\", \"clust\": 2829, \"cat_0_index\": 2455, \"rank\": 2608, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2577, \"ini\": 442}, {\"group\": [214.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, queen, raw\", \"clust\": 215, \"cat_0_index\": 1620, \"rank\": 2167, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1248, \"ini\": 441}, {\"group\": [422.0, 16.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cloudberries, raw (Alaska Native)\", \"clust\": 428, \"cat_0_index\": 1309, \"rank\": 2168, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2684, \"ini\": 440}, {\"group\": [3512.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, lemon, dry mix, regular\", \"clust\": 3552, \"cat_0_index\": 3315, \"rank\": 2169, \"cat-0\": \"Sweets\", \"rankvar\": 2861, \"ini\": 439}, {\"group\": [522.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS, Golden Brown Sugar, prepared with boiling water\", \"clust\": 537, \"cat_0_index\": 964, \"rank\": 2170, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 156, \"ini\": 438}, {\"group\": [484.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Apricots, canned, heavy syrup, drained\", \"clust\": 495, \"cat_0_index\": 1897, \"rank\": 2171, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1672, \"ini\": 437}, {\"group\": [913.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, cooked, boiled, drained, without salt\", \"clust\": 931, \"cat_0_index\": 3938, \"rank\": 2172, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2474, \"ini\": 436}, {\"group\": [3837.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bar, fruit-filled, nonfat\", \"clust\": 3869, \"cat_0_index\": 2590, \"rank\": 2607, \"cat-0\": \"Snacks\", \"rankvar\": 3314, \"ini\": 435}, {\"group\": [2443.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Side dishes, potato salad\", \"clust\": 435, \"cat_0_index\": 1351, \"rank\": 2173, \"cat-0\": \"Fast Foods\", \"rankvar\": 283, \"ini\": 434}, {\"group\": [2826.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Polish sausage, pork\", \"clust\": 2861, \"cat_0_index\": 2456, \"rank\": 2606, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2501, \"ini\": 433}, {\"group\": [379.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, green, canned, solids and liquids\", \"clust\": 389, \"cat_0_index\": 3939, \"rank\": 2174, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2546, \"ini\": 432}, {\"group\": [379.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, sweet, red, canned, solids and liquids\", \"clust\": 390, \"cat_0_index\": 3940, \"rank\": 2175, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2547, \"ini\": 431}, {\"group\": [366.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad Dressing, mayonnaise-like, fat-free\", \"clust\": 376, \"cat_0_index\": 1549, \"rank\": 2176, \"cat-0\": \"Fats and Oils\", \"rankvar\": 1062, \"ini\": 430}, {\"group\": [3948.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sweeteners, tabletop, saccharin\", \"clust\": 3983, \"cat_0_index\": 3316, \"rank\": 2605, \"cat-0\": \"Sweets\", \"rankvar\": 3677, \"ini\": 429}, {\"group\": [193.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bear, polar, meat, raw (Alaska Native)\", \"clust\": 193, \"cat_0_index\": 1310, \"rank\": 2177, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1820, \"ini\": 428}, {\"group\": [167.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, kidneys, raw\", \"clust\": 167, \"cat_0_index\": 454, \"rank\": 2178, \"cat-0\": \"Beef Products\", \"rankvar\": 546, \"ini\": 427}, {\"group\": [3649.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread, pound cake type, pan de torta salvadoran\", \"clust\": 3690, \"cat_0_index\": 415, \"rank\": 2604, \"cat-0\": \"Baked Products\", \"rankvar\": 2534, \"ini\": 426}, {\"group\": [3879.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Iced Molasses\", \"clust\": 3924, \"cat_0_index\": 416, \"rank\": 2603, \"cat-0\": \"Baked Products\", \"rankvar\": 2851, \"ini\": 425}, {\"group\": [832.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg custards, dry mix, prepared with 2% milk\", \"clust\": 848, \"cat_0_index\": 3317, \"rank\": 2179, \"cat-0\": \"Sweets\", \"rankvar\": 100, \"ini\": 424}, {\"group\": [2971.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, cornnuts, barbecue-flavor\", \"clust\": 3005, \"cat_0_index\": 2591, \"rank\": 2602, \"cat-0\": \"Snacks\", \"rankvar\": 2734, \"ini\": 423}, {\"group\": [2912.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, prime, raw\", \"clust\": 2946, \"cat_0_index\": 455, \"rank\": 2601, \"cat-0\": \"Beef Products\", \"rankvar\": 2615, \"ini\": 422}, {\"group\": [2428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Parsnips, cooked, boiled, drained, without salt\", \"clust\": 2457, \"cat_0_index\": 3941, \"rank\": 2180, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1064, \"ini\": 421}, {\"group\": [62.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, breast, meat only, raw\", \"clust\": 66, \"cat_0_index\": 2361, \"rank\": 2181, \"cat-0\": \"Poultry Products\", \"rankvar\": 1926, \"ini\": 420}, {\"group\": [2901.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, broiled\", \"clust\": 2932, \"cat_0_index\": 456, \"rank\": 2600, \"cat-0\": \"Beef Products\", \"rankvar\": 2595, \"ini\": 419}, {\"group\": [3655.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Toaster Pastries, KELLOGG, KELLOGG'S POP TARTS, Frosted brown sugar cinnamon\", \"clust\": 3698, \"cat_0_index\": 417, \"rank\": 2599, \"cat-0\": \"Baked Products\", \"rankvar\": 2720, \"ini\": 418}, {\"group\": [1276.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, prepared from granules, without milk, whole milk and margarine\", \"clust\": 1300, \"cat_0_index\": 3942, \"rank\": 2182, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 152, \"ini\": 417}, {\"group\": [2972.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, KRAFT, CORNNUTS, plain\", \"clust\": 3003, \"cat_0_index\": 2592, \"rank\": 2598, \"cat-0\": \"Snacks\", \"rankvar\": 2713, \"ini\": 416}, {\"group\": [960.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Chunky Garden Mushroom Supreme Italian Sauce, ready-to-serve\", \"clust\": 959, \"cat_0_index\": 3029, \"rank\": 2183, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 615, \"ini\": 415}, {\"group\": [141.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, halibut, Atlantic and Pacific, raw\", \"clust\": 141, \"cat_0_index\": 1621, \"rank\": 2184, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1362, \"ini\": 414}, {\"group\": [2221.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kale, frozen, cooked, boiled, drained, with salt\", \"clust\": 2250, \"cat_0_index\": 3943, \"rank\": 2185, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2058, \"ini\": 413}, {\"group\": [151.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, scup, raw\", \"clust\": 146, \"cat_0_index\": 1622, \"rank\": 2186, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 598, \"ini\": 412}, {\"group\": [149.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, smelt, rainbow, raw\", \"clust\": 150, \"cat_0_index\": 1623, \"rank\": 2187, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 663, \"ini\": 411}, {\"group\": [44.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, leg, whole (shank and sirloin), separable lean only, raw\", \"clust\": 44, \"cat_0_index\": 1933, \"rank\": 2188, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 689, \"ini\": 410}, {\"group\": [28.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, dark meat, meat only, raw\", \"clust\": 31, \"cat_0_index\": 2362, \"rank\": 2189, \"cat-0\": \"Poultry Products\", \"rankvar\": 849, \"ini\": 409}, {\"group\": [1222.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate beverage, hot cocoa, homemade\", \"clust\": 1244, \"cat_0_index\": 1215, \"rank\": 2190, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 504, \"ini\": 408}, {\"group\": [3520.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Tapioca, pearl, dry\", \"clust\": 3558, \"cat_0_index\": 1052, \"rank\": 2191, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2777, \"ini\": 407}, {\"group\": [736.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, navels\", \"clust\": 751, \"cat_0_index\": 1898, \"rank\": 2192, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2160, \"ini\": 406}, {\"group\": [2796.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners (beef franks, bun length)\", \"clust\": 2830, \"cat_0_index\": 2457, \"rank\": 2597, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2573, \"ini\": 405}, {\"group\": [3789.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, MUESLI, dried fruit and nuts\", \"clust\": 3835, \"cat_0_index\": 965, \"rank\": 2596, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2845, \"ini\": 404}, {\"group\": [373.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Creamy dressing, made with sour cream and/or buttermilk and oil, reduced calorie, fat-free\", \"clust\": 383, \"cat_0_index\": 1550, \"rank\": 2193, \"cat-0\": \"Fats and Oils\", \"rankvar\": 477, \"ini\": 403}, {\"group\": [445.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"SILK Peach soy Yogurt\", \"clust\": 450, \"cat_0_index\": 2137, \"rank\": 2194, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1382, \"ini\": 402}, {\"group\": [1072.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Stew, steamed corn (Navajo)\", \"clust\": 1091, \"cat_0_index\": 1311, \"rank\": 2195, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 28, \"ini\": 401}, {\"group\": [2404.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, cooked, boiled, drained, without salt\", \"clust\": 2433, \"cat_0_index\": 3944, \"rank\": 2196, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1119, \"ini\": 400}, {\"group\": [1039.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Chicken Soup, condensed\", \"clust\": 1058, \"cat_0_index\": 3030, \"rank\": 2197, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 703, \"ini\": 399}, {\"group\": [16.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, lungs, cooked, braised\", \"clust\": 16, \"cat_0_index\": 1934, \"rank\": 2198, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1048, \"ini\": 398}, {\"group\": [229.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, lamb, junior\", \"clust\": 231, \"cat_0_index\": 277, \"rank\": 2199, \"cat-0\": \"Baby Foods\", \"rankvar\": 307, \"ini\": 397}, {\"group\": [59.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, inside drum, raw\", \"clust\": 62, \"cat_0_index\": 2363, \"rank\": 2200, \"cat-0\": \"Poultry Products\", \"rankvar\": 1385, \"ini\": 396}, {\"group\": [1992.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, taco salad with chili con carne\", \"clust\": 2021, \"cat_0_index\": 1352, \"rank\": 2201, \"cat-0\": \"Fast Foods\", \"rankvar\": 55, \"ini\": 395}, {\"group\": [3928.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, YORK Peppermint Pattie\", \"clust\": 3965, \"cat_0_index\": 3318, \"rank\": 2595, \"cat-0\": \"Sweets\", \"rankvar\": 3455, \"ini\": 394}, {\"group\": [2962.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, plain\", \"clust\": 2995, \"cat_0_index\": 2593, \"rank\": 2594, \"cat-0\": \"Snacks\", \"rankvar\": 2610, \"ini\": 393}, {\"group\": [940.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with onions, green peppers, and celery\", \"clust\": 958, \"cat_0_index\": 3945, \"rank\": 2202, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1920, \"ini\": 392}, {\"group\": [987.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tomato products, canned, sauce, with herbs and cheese\", \"clust\": 1003, \"cat_0_index\": 3946, \"rank\": 2203, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1059, \"ini\": 391}, {\"group\": [2471.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cheese, cream\", \"clust\": 2500, \"cat_0_index\": 1216, \"rank\": 2593, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2667, \"ini\": 390}, {\"group\": [1020.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"USDA Commodity, Potato wedges, frozen\", \"clust\": 1036, \"cat_0_index\": 3947, \"rank\": 2204, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 111, \"ini\": 389}, {\"group\": [3914.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, MARS SNACKFOOD US, STARBURST Sour Fruit Chews\", \"clust\": 3953, \"cat_0_index\": 3319, \"rank\": 2592, \"cat-0\": \"Sweets\", \"rankvar\": 3382, \"ini\": 388}, {\"group\": [130.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, seatrout, mixed species, raw\", \"clust\": 131, \"cat_0_index\": 1624, \"rank\": 2205, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 499, \"ini\": 387}, {\"group\": [895.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, New England Clam Chowder, condensed\", \"clust\": 913, \"cat_0_index\": 3031, \"rank\": 2206, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1241, \"ini\": 386}, {\"group\": [914.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Coriander (cilantro) leaves, raw\", \"clust\": 932, \"cat_0_index\": 3948, \"rank\": 2207, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2423, \"ini\": 385}, {\"group\": [154.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pollock, Atlantic, raw\", \"clust\": 157, \"cat_0_index\": 1625, \"rank\": 2208, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1249, \"ini\": 384}, {\"group\": [127.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, monkfish, cooked, dry heat\", \"clust\": 128, \"cat_0_index\": 1626, \"rank\": 2209, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1514, \"ini\": 383}, {\"group\": [2498.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Croissants, cheese\", \"clust\": 2525, \"cat_0_index\": 418, \"rank\": 2591, \"cat-0\": \"Baked Products\", \"rankvar\": 2454, \"ini\": 382}, {\"group\": [737.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Oranges, raw, all commercial varieties\", \"clust\": 752, \"cat_0_index\": 1899, \"rank\": 2210, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2139, \"ini\": 381}, {\"group\": [1097.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad with Grilled Chicken\", \"clust\": 1113, \"cat_0_index\": 1353, \"rank\": 2211, \"cat-0\": \"Fast Foods\", \"rankvar\": 377, \"ini\": 380}, {\"group\": [3862.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereal wafer straws, KELLOGG, FROOT LOOPS Cereal straws\", \"clust\": 3905, \"cat_0_index\": 966, \"rank\": 2590, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3007, \"ini\": 379}, {\"group\": [2786.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Smoked link sausage, pork\", \"clust\": 2818, \"cat_0_index\": 2458, \"rank\": 2589, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2282, \"ini\": 378}, {\"group\": [1044.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, 25% Less Sodium Cream of Mushroom Soup, condensed\", \"clust\": 1059, \"cat_0_index\": 3032, \"rank\": 2212, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 786, \"ini\": 377}, {\"group\": [123.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, dungeness, raw\", \"clust\": 125, \"cat_0_index\": 1627, \"rank\": 2213, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 962, \"ini\": 376}, {\"group\": [65.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, elk, raw\", \"clust\": 69, \"cat_0_index\": 1935, \"rank\": 2214, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1492, \"ini\": 375}, {\"group\": [101.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, shoulder clod, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 102, \"cat_0_index\": 1936, \"rank\": 2215, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1135, \"ini\": 374}, {\"group\": [449.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, reduced fat, with added calcium\", \"clust\": 458, \"cat_0_index\": 1217, \"rank\": 2216, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 944, \"ini\": 373}, {\"group\": [3089.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, Cream of Wheat, 2 1/2 minute cook time, dry\", \"clust\": 3120, \"cat_0_index\": 967, \"rank\": 2588, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3279, \"ini\": 372}, {\"group\": [3713.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Danish pastry, fruit, enriched (includes apple, cinnamon, raisin, lemon, raspberry, strawberry)\", \"clust\": 3756, \"cat_0_index\": 419, \"rank\": 2587, \"cat-0\": \"Baked Products\", \"rankvar\": 2532, \"ini\": 371}, {\"group\": [24.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, fresh, skipjack, raw\", \"clust\": 21, \"cat_0_index\": 1628, \"rank\": 2217, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1389, \"ini\": 370}, {\"group\": [1993.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, cheese, canned, prepared with equal volume milk\", \"clust\": 2022, \"cat_0_index\": 3033, \"rank\": 2218, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 430, \"ini\": 369}, {\"group\": [3063.0, 34.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Natto\", \"clust\": 3079, \"cat_0_index\": 2138, \"rank\": 2586, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1206, \"ini\": 368}, {\"group\": [465.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, frozen, cooked, baked, without salt\", \"clust\": 478, \"cat_0_index\": 3949, \"rank\": 2219, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 439, \"ini\": 367}, {\"group\": [3177.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"LITTLE CAESARS 14\\\" Cheese Pizza, Thin Crust\", \"clust\": 3206, \"cat_0_index\": 1354, \"rank\": 2585, \"cat-0\": \"Fast Foods\", \"rankvar\": 1523, \"ini\": 366}, {\"group\": [904.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum leaves, raw\", \"clust\": 921, \"cat_0_index\": 3950, \"rank\": 2220, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2419, \"ini\": 365}, {\"group\": [2990.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, peanut butter, prepared from recipe\", \"clust\": 3023, \"cat_0_index\": 420, \"rank\": 2584, \"cat-0\": \"Baked Products\", \"rankvar\": 2659, \"ini\": 364}, {\"group\": [905.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, raw\", \"clust\": 922, \"cat_0_index\": 3951, \"rank\": 2221, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2418, \"ini\": 363}, {\"group\": [385.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, pork, and beef sausage, low fat, smoked\", \"clust\": 393, \"cat_0_index\": 2459, \"rank\": 2222, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 184, \"ini\": 362}, {\"group\": [897.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Potato Soup, condensed\", \"clust\": 912, \"cat_0_index\": 3034, \"rank\": 2223, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1423, \"ini\": 361}, {\"group\": [3814.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, SPECIAL K, Fruit & Yogurt\", \"clust\": 3859, \"cat_0_index\": 968, \"rank\": 2583, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2974, \"ini\": 360}, {\"group\": [3528.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Alcoholic beverage, pina colada, prepared-from-recipe\", \"clust\": 3563, \"cat_0_index\": 720, \"rank\": 2224, \"cat-0\": \"Beverages\", \"rankvar\": 1339, \"ini\": 359}, {\"group\": [3889.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Honey Nut Oats\", \"clust\": 3933, \"cat_0_index\": 969, \"rank\": 2582, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3048, \"ini\": 358}, {\"group\": [524.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, DINOSAUR EGGS with DINOSAUR BONES, Brown Sugar Cinnamon, prepared with boiling water\", \"clust\": 534, \"cat_0_index\": 970, \"rank\": 2225, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 206, \"ini\": 357}, {\"group\": [3510.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, short-grain, raw, unenriched\", \"clust\": 3548, \"cat_0_index\": 1053, \"rank\": 2226, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2622, \"ini\": 356}, {\"group\": [2820.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pork, cured, ham, patties, unheated\", \"clust\": 2854, \"cat_0_index\": 2325, \"rank\": 2581, \"cat-0\": \"Pork Products\", \"rankvar\": 2497, \"ini\": 355}, {\"group\": [483.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sweet potato, canned, syrup pack, solids and liquids\", \"clust\": 497, \"cat_0_index\": 3952, \"rank\": 2227, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1164, \"ini\": 354}, {\"group\": [3360.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Yellow pond lily, Wocas, dried seeds (Pacific Northwest Indians)\", \"clust\": 3398, \"cat_0_index\": 1312, \"rank\": 2580, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3418, \"ini\": 353}, {\"group\": [2843.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Biscuit\", \"clust\": 2873, \"cat_0_index\": 1355, \"rank\": 2579, \"cat-0\": \"Fast Foods\", \"rankvar\": 1993, \"ini\": 352}, {\"group\": [912.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chard, swiss, cooked, boiled, drained, with salt\", \"clust\": 927, \"cat_0_index\": 3953, \"rank\": 2228, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2456, \"ini\": 351}, {\"group\": [950.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Italian Sausage and Garlic Italian Sauce, ready-to-serve\", \"clust\": 970, \"cat_0_index\": 3035, \"rank\": 2229, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 694, \"ini\": 350}, {\"group\": [2156.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, frozen, spears, unprepared\", \"clust\": 2184, \"cat_0_index\": 3954, \"rank\": 2230, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2452, \"ini\": 349}, {\"group\": [3943.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, fondant, prepared-from-recipe\", \"clust\": 3990, \"cat_0_index\": 3320, \"rank\": 2578, \"cat-0\": \"Sweets\", \"rankvar\": 3717, \"ini\": 348}, {\"group\": [3481.0, 68.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S PRODUCT 19\", \"clust\": 3508, \"cat_0_index\": 971, \"rank\": 2577, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3214, \"ini\": 347}, {\"group\": [232.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Low Fat Fri Chik, canned, unprepared\", \"clust\": 234, \"cat_0_index\": 2139, \"rank\": 2231, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 181, \"ini\": 346}, {\"group\": [2810.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Wieners Little (pork, turkey)\", \"clust\": 2842, \"cat_0_index\": 2460, \"rank\": 2576, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2541, \"ini\": 345}, {\"group\": [2421.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sugar-apples, (sweetsop), raw\", \"clust\": 2451, \"cat_0_index\": 1900, \"rank\": 2232, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 919, \"ini\": 344}, {\"group\": [3657.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KELLOGG'S Pop-Tarts Pastry Swirls, Strawberry Danish\", \"clust\": 3695, \"cat_0_index\": 421, \"rank\": 2575, \"cat-0\": \"Baked Products\", \"rankvar\": 2620, \"ini\": 343}, {\"group\": [477.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, ready-to-eat\", \"clust\": 483, \"cat_0_index\": 3321, \"rank\": 2233, \"cat-0\": \"Sweets\", \"rankvar\": 245, \"ini\": 342}, {\"group\": [114.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, light, canned in water, without salt, drained solids\", \"clust\": 115, \"cat_0_index\": 1629, \"rank\": 2234, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2075, \"ini\": 341}, {\"group\": [425.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chili, no beans, canned entree\", \"clust\": 432, \"cat_0_index\": 2178, \"rank\": 2235, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 52, \"ini\": 340}, {\"group\": [289.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bread, kneel down (Navajo)\", \"clust\": 292, \"cat_0_index\": 1313, \"rank\": 2236, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 50, \"ini\": 339}, {\"group\": [99.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, separable lean only, raw\", \"clust\": 103, \"cat_0_index\": 1937, \"rank\": 2237, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1260, \"ini\": 338}, {\"group\": [335.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla Fudge Twirl\", \"clust\": 342, \"cat_0_index\": 3322, \"rank\": 2238, \"cat-0\": \"Sweets\", \"rankvar\": 40, \"ini\": 337}, {\"group\": [2923.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, thymus, cooked, braised\", \"clust\": 2926, \"cat_0_index\": 457, \"rank\": 2574, \"cat-0\": \"Beef Products\", \"rankvar\": 2249, \"ini\": 336}, {\"group\": [2808.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Braunschweiger (a liver sausage), pork\", \"clust\": 2839, \"cat_0_index\": 2461, \"rank\": 2573, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2490, \"ini\": 335}, {\"group\": [360.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean leaves, raw\", \"clust\": 360, \"cat_0_index\": 3955, \"rank\": 2239, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1259, \"ini\": 334}, {\"group\": [2186.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turnip greens, frozen, cooked, boiled, drained, with salt\", \"clust\": 2217, \"cat_0_index\": 3956, \"rank\": 2240, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2156, \"ini\": 333}, {\"group\": [2171.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard spinach, (tendergreen), cooked, boiled, drained, without salt\", \"clust\": 2200, \"cat_0_index\": 3957, \"rank\": 2241, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2525, \"ini\": 332}, {\"group\": [171.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, heart, raw\", \"clust\": 172, \"cat_0_index\": 1938, \"rank\": 2242, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 450, \"ini\": 331}, {\"group\": [3174.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"APPLEBEE'S, mozzarella sticks\", \"clust\": 3210, \"cat_0_index\": 2402, \"rank\": 2572, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 862, \"ini\": 330}, {\"group\": [97.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, arm, separable lean only, raw\", \"clust\": 96, \"cat_0_index\": 1939, \"rank\": 2243, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1005, \"ini\": 329}, {\"group\": [192.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, ringed, meat (Alaska Native)\", \"clust\": 195, \"cat_0_index\": 1314, \"rank\": 2244, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2315, \"ini\": 328}, {\"group\": [218.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Ham (40% ham/water product, smoked, fat free)\", \"clust\": 222, \"cat_0_index\": 2462, \"rank\": 2245, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1412, \"ini\": 327}, {\"group\": [3905.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beverage, Horchata, dry mix, unprepared, variety of brands, all with morro seeds\", \"clust\": 3943, \"cat_0_index\": 721, \"rank\": 2571, \"cat-0\": \"Beverages\", \"rankvar\": 2942, \"ini\": 326}, {\"group\": [155.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sunfish, pumpkin seed, raw\", \"clust\": 158, \"cat_0_index\": 1630, \"rank\": 2246, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1366, \"ini\": 325}, {\"group\": [2157.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, cooked, boiled, drained, without salt\", \"clust\": 2183, \"cat_0_index\": 3958, \"rank\": 2247, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2298, \"ini\": 324}, {\"group\": [896.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Golden Mushroom Soup, condensed\", \"clust\": 914, \"cat_0_index\": 3036, \"rank\": 2248, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1800, \"ini\": 323}, {\"group\": [311.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pears, dried, sulfured, stewed, with added sugar\", \"clust\": 311, \"cat_0_index\": 1901, \"rank\": 2249, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1212, \"ini\": 322}, {\"group\": [452.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, yogurt, whole milk, with fruit, multigrain cereal and added iron\", \"clust\": 464, \"cat_0_index\": 278, \"rank\": 2250, \"cat-0\": \"Baby Foods\", \"rankvar\": 407, \"ini\": 321}, {\"group\": [3447.0, 66.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, popcorn, microwave, 94% fat free\", \"clust\": 3481, \"cat_0_index\": 2594, \"rank\": 2570, \"cat-0\": \"Snacks\", \"rankvar\": 3018, \"ini\": 320}, {\"group\": [2417.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, pinto, mature seeds, canned\", \"clust\": 2447, \"cat_0_index\": 2140, \"rank\": 2251, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 522, \"ini\": 319}, {\"group\": [428.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC, SPECIAL CARE, ADVANCE 24, with iron, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 439, \"cat_0_index\": 279, \"rank\": 2252, \"cat-0\": \"Baby Foods\", \"rankvar\": 1361, \"ini\": 318}, {\"group\": [3271.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, fish, ready-to-serve\", \"clust\": 3305, \"cat_0_index\": 3037, \"rank\": 2569, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 3777, \"ini\": 317}, {\"group\": [1464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiOs A to Z's with Meatballs\", \"clust\": 1491, \"cat_0_index\": 2179, \"rank\": 2253, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 115, \"ini\": 316}, {\"group\": [1464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Meatballs\", \"clust\": 1492, \"cat_0_index\": 2180, \"rank\": 2254, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 116, \"ini\": 315}, {\"group\": [3884.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH\", \"clust\": 3929, \"cat_0_index\": 972, \"rank\": 2568, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3142, \"ini\": 314}, {\"group\": [424.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Macaroni and Cheese, canned, microwaveable\", \"clust\": 434, \"cat_0_index\": 2181, \"rank\": 2255, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 10, \"ini\": 313}, {\"group\": [2405.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, unprepared\", \"clust\": 2434, \"cat_0_index\": 3959, \"rank\": 2256, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 714, \"ini\": 312}, {\"group\": [2903.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2939, \"cat_0_index\": 458, \"rank\": 2567, \"cat-0\": \"Beef Products\", \"rankvar\": 2584, \"ini\": 311}, {\"group\": [153.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, burbot, raw\", \"clust\": 156, \"cat_0_index\": 1631, \"rank\": 2257, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1396, \"ini\": 310}, {\"group\": [108.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, leg (top round), separable lean only, raw\", \"clust\": 110, \"cat_0_index\": 1940, \"rank\": 2258, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1334, \"ini\": 309}, {\"group\": [115.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, meat, raw (Alaska Native)\", \"clust\": 116, \"cat_0_index\": 1315, \"rank\": 2259, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2226, \"ini\": 308}, {\"group\": [219.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Turkey Breast (smoked, fat free)\", \"clust\": 223, \"cat_0_index\": 2463, \"rank\": 2260, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1286, \"ini\": 307}, {\"group\": [2441.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broadbeans, immature seeds, raw\", \"clust\": 2470, \"cat_0_index\": 3960, \"rank\": 2261, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1001, \"ini\": 306}, {\"group\": [907.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, cooked, boiled, drained, with salt\", \"clust\": 924, \"cat_0_index\": 3961, \"rank\": 2262, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2303, \"ini\": 305}, {\"group\": [1218.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, powder, prepared with whole milk\", \"clust\": 1241, \"cat_0_index\": 722, \"rank\": 2263, \"cat-0\": \"Beverages\", \"rankvar\": 384, \"ini\": 304}, {\"group\": [352.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, with apple and orange, prepared with whole milk\", \"clust\": 361, \"cat_0_index\": 280, \"rank\": 2264, \"cat-0\": \"Baby Foods\", \"rankvar\": 411, \"ini\": 303}, {\"group\": [132.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, croaker, Atlantic, raw\", \"clust\": 133, \"cat_0_index\": 1632, \"rank\": 2265, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 606, \"ini\": 302}, {\"group\": [1466.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SPAGHETTIOS, SpaghettiO's with Sliced Franks\", \"clust\": 1489, \"cat_0_index\": 2182, \"rank\": 2266, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 215, \"ini\": 301}, {\"group\": [90.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shank (fore and hind), separable lean only, raw\", \"clust\": 92, \"cat_0_index\": 1941, \"rank\": 2267, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 780, \"ini\": 300}, {\"group\": [1219.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, chocolate, fluid, commercial, whole, with added vitamin A and vitamin D\", \"clust\": 1242, \"cat_0_index\": 1218, \"rank\": 2268, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 457, \"ini\": 299}, {\"group\": [367.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Bisque, condensed\", \"clust\": 374, \"cat_0_index\": 3038, \"rank\": 2269, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 631, \"ini\": 298}, {\"group\": [3886.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, CAP'N CRUNCH with CRUNCHBERRIES\", \"clust\": 3928, \"cat_0_index\": 973, \"rank\": 2566, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3154, \"ini\": 297}, {\"group\": [119.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, canned\", \"clust\": 121, \"cat_0_index\": 1633, \"rank\": 2270, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1152, \"ini\": 296}, {\"group\": [120.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, cooked, moist heat\", \"clust\": 122, \"cat_0_index\": 1634, \"rank\": 2271, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1153, \"ini\": 295}, {\"group\": [1101.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, ABBOTT NUTRITION, PEDIASURE, ready-to-feed, with iron and fiber (formerly ROSS)\", \"clust\": 1122, \"cat_0_index\": 281, \"rank\": 2272, \"cat-0\": \"Baby Foods\", \"rankvar\": 258, \"ini\": 294}, {\"group\": [3027.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, deep dish, frozen, unbaked, made with enriched flour\", \"clust\": 3060, \"cat_0_index\": 422, \"rank\": 2565, \"cat-0\": \"Baked Products\", \"rankvar\": 2632, \"ini\": 293}, {\"group\": [333.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla\", \"clust\": 340, \"cat_0_index\": 3323, \"rank\": 2273, \"cat-0\": \"Sweets\", \"rankvar\": 78, \"ini\": 292}, {\"group\": [2437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Squash, winter, acorn, cooked, baked, with salt\", \"clust\": 2466, \"cat_0_index\": 3962, \"rank\": 2274, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1831, \"ini\": 291}, {\"group\": [909.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Taro, leaves, cooked, steamed, with salt\", \"clust\": 926, \"cat_0_index\": 3963, \"rank\": 2275, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2365, \"ini\": 290}, {\"group\": [313.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, split pea with ham and bacon, canned, condensed, single brand\", \"clust\": 315, \"cat_0_index\": 3039, \"rank\": 2276, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 71, \"ini\": 289}, {\"group\": [172.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, heart, raw\", \"clust\": 171, \"cat_0_index\": 459, \"rank\": 2277, \"cat-0\": \"Beef Products\", \"rankvar\": 461, \"ini\": 288}, {\"group\": [3293.0, 59.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bread crumbs, dry, grated, seasoned\", \"clust\": 3323, \"cat_0_index\": 423, \"rank\": 2564, \"cat-0\": \"Baked Products\", \"rankvar\": 2647, \"ini\": 287}, {\"group\": [142.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tilefish, raw\", \"clust\": 140, \"cat_0_index\": 1635, \"rank\": 2278, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 978, \"ini\": 286}, {\"group\": [2472.0, 20.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cream, fluid, heavy whipping\", \"clust\": 2501, \"cat_0_index\": 1219, \"rank\": 2563, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 2982, \"ini\": 285}, {\"group\": [1230.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Malted drink mix, natural, with added nutrients, powder, prepared with whole milk\", \"clust\": 1252, \"cat_0_index\": 723, \"rank\": 2279, \"cat-0\": \"Beverages\", \"rankvar\": 427, \"ini\": 284}, {\"group\": [2227.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicory greens, raw\", \"clust\": 2253, \"cat_0_index\": 3964, \"rank\": 2280, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2425, \"ini\": 283}, {\"group\": [66.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Emu, full rump, raw\", \"clust\": 70, \"cat_0_index\": 2364, \"rank\": 2281, \"cat-0\": \"Poultry Products\", \"rankvar\": 1451, \"ini\": 282}, {\"group\": [435.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait\", \"clust\": 448, \"cat_0_index\": 1356, \"rank\": 2282, \"cat-0\": \"Fast Foods\", \"rankvar\": 392, \"ini\": 281}, {\"group\": [17.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, lungs, cooked, braised\", \"clust\": 17, \"cat_0_index\": 1942, \"rank\": 2283, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 952, \"ini\": 280}, {\"group\": [2225.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, frozen, chopped or leaf, cooked, boiled, drained, with salt\", \"clust\": 2256, \"cat_0_index\": 3965, \"rank\": 2284, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2017, \"ini\": 279}, {\"group\": [3812.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KASHI, HEART TO HEART, Wild Blueberry\", \"clust\": 3852, \"cat_0_index\": 974, \"rank\": 2562, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2756, \"ini\": 278}, {\"group\": [42.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, composite of trimmed retail cuts, separable lean only, raw\", \"clust\": 45, \"cat_0_index\": 1943, \"rank\": 2285, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 609, \"ini\": 277}, {\"group\": [3269.0, 56.0, 15.0, 8.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Miso\", \"clust\": 3303, \"cat_0_index\": 2141, \"rank\": 2561, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 2862, \"ini\": 276}, {\"group\": [94.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, cubed for stew (leg and shoulder), separable lean only, raw\", \"clust\": 98, \"cat_0_index\": 1944, \"rank\": 2286, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 964, \"ini\": 275}, {\"group\": [11.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Choplets, canned, unprepared\", \"clust\": 14, \"cat_0_index\": 2142, \"rank\": 2287, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 909, \"ini\": 274}, {\"group\": [13.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Multigrain Cutlets, canned, unprepared\", \"clust\": 13, \"cat_0_index\": 2143, \"rank\": 2288, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 534, \"ini\": 273}, {\"group\": [2164.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, edible-podded, cooked, boiled, drained, with salt\", \"clust\": 2189, \"cat_0_index\": 3966, \"rank\": 2289, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2015, \"ini\": 272}, {\"group\": [2420.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chickpeas (garbanzo beans, bengal gram), mature seeds, canned\", \"clust\": 2443, \"cat_0_index\": 2144, \"rank\": 2290, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 190, \"ini\": 271}, {\"group\": [305.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, cooked, boiled, without salt\", \"clust\": 308, \"cat_0_index\": 2145, \"rank\": 2291, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 95, \"ini\": 270}, {\"group\": [3885.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, SWEET CRUNCH/QUISP\", \"clust\": 3930, \"cat_0_index\": 975, \"rank\": 2560, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3136, \"ini\": 269}, {\"group\": [982.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk and butter added\", \"clust\": 998, \"cat_0_index\": 3967, \"rank\": 2292, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 122, \"ini\": 268}, {\"group\": [81.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Moose, meat, raw (Alaska Native)\", \"clust\": 57, \"cat_0_index\": 1316, \"rank\": 2293, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1454, \"ini\": 267}, {\"group\": [38.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, foreshank, separable lean only, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 40, \"cat_0_index\": 1945, \"rank\": 2294, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 811, \"ini\": 266}, {\"group\": [2804.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pate, truffle flavor\", \"clust\": 2835, \"cat_0_index\": 2464, \"rank\": 2559, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2480, \"ini\": 265}, {\"group\": [2154.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, green, cooked, no salt added\", \"clust\": 2185, \"cat_0_index\": 3968, \"rank\": 2295, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2475, \"ini\": 264}, {\"group\": [188.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, chicken, cooked\", \"clust\": 189, \"cat_0_index\": 2465, \"rank\": 2296, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 402, \"ini\": 263}, {\"group\": [2169.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli raab, cooked\", \"clust\": 2197, \"cat_0_index\": 3969, \"rank\": 2297, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2242, \"ini\": 262}, {\"group\": [96.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, sirloin, separable lean only, raw\", \"clust\": 97, \"cat_0_index\": 1946, \"rank\": 2298, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 943, \"ini\": 261}, {\"group\": [3511.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Rice, white, medium-grain, raw, unenriched\", \"clust\": 3549, \"cat_0_index\": 1054, \"rank\": 2299, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 2625, \"ini\": 260}, {\"group\": [523.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cereals, QUAKER, Instant Oatmeal, EXPRESS Baked Apple, prepared with boiling water\", \"clust\": 535, \"cat_0_index\": 976, \"rank\": 2300, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 195, \"ini\": 259}, {\"group\": [67.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, light meat, raw\", \"clust\": 74, \"cat_0_index\": 2365, \"rank\": 2301, \"cat-0\": \"Poultry Products\", \"rankvar\": 1576, \"ini\": 258}, {\"group\": [2010.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Fiesta Nacho Cheese Soup, condensed\", \"clust\": 2037, \"cat_0_index\": 3040, \"rank\": 2302, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 372, \"ini\": 257}, {\"group\": [3172.0, 48.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, pork\", \"clust\": 3205, \"cat_0_index\": 2466, \"rank\": 2558, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1974, \"ini\": 256}, {\"group\": [2693.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mayonnaise, made with tofu\", \"clust\": 2721, \"cat_0_index\": 1551, \"rank\": 2557, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2763, \"ini\": 255}, {\"group\": [486.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherries, sweet, frozen, sweetened\", \"clust\": 499, \"cat_0_index\": 1902, \"rank\": 2303, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1628, \"ini\": 254}, {\"group\": [334.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Vanilla Chocolate Strawberry\", \"clust\": 341, \"cat_0_index\": 3324, \"rank\": 2304, \"cat-0\": \"Sweets\", \"rankvar\": 66, \"ini\": 253}, {\"group\": [68.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, light meat, meat only, raw\", \"clust\": 75, \"cat_0_index\": 2366, \"rank\": 2305, \"cat-0\": \"Poultry Products\", \"rankvar\": 1558, \"ini\": 252}, {\"group\": [380.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggplant, pickled\", \"clust\": 391, \"cat_0_index\": 3970, \"rank\": 2306, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2522, \"ini\": 251}, {\"group\": [18.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, lungs, raw\", \"clust\": 19, \"cat_0_index\": 1947, \"rank\": 2307, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 816, \"ini\": 250}, {\"group\": [100.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, top sirloin, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 104, \"cat_0_index\": 1948, \"rank\": 2308, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1122, \"ini\": 249}, {\"group\": [336.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, BREYERS, No Sugar Added, Chocolate Caramel\", \"clust\": 343, \"cat_0_index\": 3325, \"rank\": 2309, \"cat-0\": \"Sweets\", \"rankvar\": 42, \"ini\": 248}, {\"group\": [507.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sweet (includes bread and butter pickles)\", \"clust\": 480, \"cat_0_index\": 3971, \"rank\": 2310, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1501, \"ini\": 247}, {\"group\": [30.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, thigh, meat only, raw\", \"clust\": 34, \"cat_0_index\": 2367, \"rank\": 2311, \"cat-0\": \"Poultry Products\", \"rankvar\": 575, \"ini\": 246}, {\"group\": [2222.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, frozen, chopped, cooked, boiled, drained, without salt\", \"clust\": 2251, \"cat_0_index\": 3972, \"rank\": 2312, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2193, \"ini\": 245}, {\"group\": [339.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cream substitute, liquid, with lauric acid oil and sodium caseinate\", \"clust\": 345, \"cat_0_index\": 1220, \"rank\": 2313, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1190, \"ini\": 244}, {\"group\": [386.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, baked, canned, with beef\", \"clust\": 394, \"cat_0_index\": 2146, \"rank\": 2314, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 29, \"ini\": 243}, {\"group\": [63.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, inside leg, raw\", \"clust\": 67, \"cat_0_index\": 2368, \"rank\": 2315, \"cat-0\": \"Poultry Products\", \"rankvar\": 1435, \"ini\": 242}, {\"group\": [29.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, cornish game hens, meat only, raw\", \"clust\": 29, \"cat_0_index\": 2369, \"rank\": 2316, \"cat-0\": \"Poultry Products\", \"rankvar\": 696, \"ini\": 241}, {\"group\": [43.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, loin, separable lean only, raw\", \"clust\": 46, \"cat_0_index\": 1949, \"rank\": 2317, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 660, \"ini\": 240}, {\"group\": [69.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, light meat, meat only, raw\", \"clust\": 73, \"cat_0_index\": 2370, \"rank\": 2318, \"cat-0\": \"Poultry Products\", \"rankvar\": 1564, \"ini\": 239}, {\"group\": [2807.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liver cheese, pork\", \"clust\": 2841, \"cat_0_index\": 2467, \"rank\": 2556, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2382, \"ini\": 238}, {\"group\": [2618.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Margarine-like spread, SMART BALANCE Light Buttery Spread\", \"clust\": 2644, \"cat_0_index\": 1552, \"rank\": 2555, \"cat-0\": \"Fats and Oils\", \"rankvar\": 2714, \"ini\": 237}, {\"group\": [463.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Figs, raw\", \"clust\": 474, \"cat_0_index\": 1903, \"rank\": 2319, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1474, \"ini\": 236}, {\"group\": [3523.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, rennin, vanilla, dry mix\", \"clust\": 3550, \"cat_0_index\": 3326, \"rank\": 2320, \"cat-0\": \"Sweets\", \"rankvar\": 3005, \"ini\": 235}, {\"group\": [283.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, firm, prepared with calcium sulfate and magnesium chloride (nigari)\", \"clust\": 287, \"cat_0_index\": 2147, \"rank\": 2321, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 948, \"ini\": 234}, {\"group\": [946.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Heart Smart- Ricotta Parmesan Italian Sauce, ready-to-serve\", \"clust\": 966, \"cat_0_index\": 3041, \"rank\": 2322, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 739, \"ini\": 233}, {\"group\": [3321.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Spices, garlic powder\", \"clust\": 3345, \"cat_0_index\": 3112, \"rank\": 2554, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 3025, \"ini\": 232}, {\"group\": [70.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ground Turkey, fat free, raw\", \"clust\": 72, \"cat_0_index\": 2371, \"rank\": 2323, \"cat-0\": \"Poultry Products\", \"rankvar\": 1593, \"ini\": 231}, {\"group\": [3791.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, Oatmeal Crisp, Raisin\", \"clust\": 3838, \"cat_0_index\": 977, \"rank\": 2553, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2953, \"ini\": 230}, {\"group\": [34.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, meat only, raw\", \"clust\": 37, \"cat_0_index\": 2372, \"rank\": 2324, \"cat-0\": \"Poultry Products\", \"rankvar\": 954, \"ini\": 229}, {\"group\": [353.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, high protein, prepared with whole milk\", \"clust\": 362, \"cat_0_index\": 282, \"rank\": 2325, \"cat-0\": \"Baby Foods\", \"rankvar\": 380, \"ini\": 228}, {\"group\": [451.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, yogurt, whole milk, with fruit, multigrain cereal and added DHA\", \"clust\": 466, \"cat_0_index\": 283, \"rank\": 2326, \"cat-0\": \"Baby Foods\", \"rankvar\": 332, \"ini\": 227}, {\"group\": [2150.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, frozen, cooked, boiled, drained, without salt\", \"clust\": 2180, \"cat_0_index\": 3973, \"rank\": 2327, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2033, \"ini\": 226}, {\"group\": [157.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sucker, white, raw\", \"clust\": 153, \"cat_0_index\": 1636, \"rank\": 2328, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 807, \"ini\": 225}, {\"group\": [2622.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Ranch Dressing\", \"clust\": 2643, \"cat_0_index\": 1357, \"rank\": 2552, \"cat-0\": \"Fast Foods\", \"rankvar\": 2496, \"ini\": 224}, {\"group\": [3906.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candies, soft fruit and nut squares\", \"clust\": 3942, \"cat_0_index\": 3327, \"rank\": 2551, \"cat-0\": \"Sweets\", \"rankvar\": 3092, \"ini\": 223}, {\"group\": [5.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, cooked, boiled, drained, with salt\", \"clust\": 7, \"cat_0_index\": 3974, \"rank\": 2329, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2416, \"ini\": 222}, {\"group\": [3526.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pickles, cucumber, sweet, low sodium (includes bread and butter pickles)\", \"clust\": 3564, \"cat_0_index\": 3975, \"rank\": 2330, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2406, \"ini\": 221}, {\"group\": [363.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, Campbell's Pork and Beans\", \"clust\": 371, \"cat_0_index\": 2148, \"rank\": 2331, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 712, \"ini\": 220}, {\"group\": [2813.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER, Smokies (cheese)\", \"clust\": 2846, \"cat_0_index\": 2468, \"rank\": 2550, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2455, \"ini\": 219}, {\"group\": [95.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, composite of trimmed retail cuts, separable lean only, raw\", \"clust\": 99, \"cat_0_index\": 1950, \"rank\": 2332, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 865, \"ini\": 218}, {\"group\": [88.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, whole (arm and blade), separable lean only, raw\", \"clust\": 90, \"cat_0_index\": 1951, \"rank\": 2333, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 789, \"ini\": 217}, {\"group\": [1042.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cream of Asparagus Soup, condensed\", \"clust\": 1062, \"cat_0_index\": 3042, \"rank\": 2334, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1071, \"ini\": 216}, {\"group\": [314.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, bean with bacon, condensed, single brand\", \"clust\": 316, \"cat_0_index\": 3043, \"rank\": 2335, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 432, \"ini\": 215}, {\"group\": [1231.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Eggnog\", \"clust\": 1253, \"cat_0_index\": 1221, \"rank\": 2336, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 419, \"ini\": 214}, {\"group\": [2963.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, granola bars, soft, uncoated, raisin\", \"clust\": 2993, \"cat_0_index\": 2595, \"rank\": 2549, \"cat-0\": \"Snacks\", \"rankvar\": 2616, \"ini\": 213}, {\"group\": [2442.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Artichokes, (globe or french), raw\", \"clust\": 2471, \"cat_0_index\": 3976, \"rank\": 2337, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1992, \"ini\": 212}, {\"group\": [915.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Spinach, raw\", \"clust\": 930, \"cat_0_index\": 3977, \"rank\": 2338, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2437, \"ini\": 211}, {\"group\": [833.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Egg custards, dry mix, prepared with whole milk\", \"clust\": 849, \"cat_0_index\": 3328, \"rank\": 2339, \"cat-0\": \"Sweets\", \"rankvar\": 53, \"ini\": 210}, {\"group\": [163.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, breast, meat only, raw, enhanced\", \"clust\": 165, \"cat_0_index\": 2373, \"rank\": 2340, \"cat-0\": \"Poultry Products\", \"rankvar\": 875, \"ini\": 209}, {\"group\": [3896.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, QUAKER FRUITANGY OH!S\", \"clust\": 3937, \"cat_0_index\": 978, \"rank\": 2548, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3149, \"ini\": 208}, {\"group\": [125.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mollusks, cuttlefish, mixed species, raw\", \"clust\": 124, \"cat_0_index\": 1637, \"rank\": 2341, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1113, \"ini\": 207}, {\"group\": [32.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, leg, meat and skin, raw\", \"clust\": 33, \"cat_0_index\": 2374, \"rank\": 2342, \"cat-0\": \"Poultry Products\", \"rankvar\": 664, \"ini\": 206}, {\"group\": [2427.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), raw\", \"clust\": 2453, \"cat_0_index\": 3978, \"rank\": 2343, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 313, \"ini\": 205}, {\"group\": [2904.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, choice, cooked, roasted\", \"clust\": 2937, \"cat_0_index\": 460, \"rank\": 2547, \"cat-0\": \"Beef Products\", \"rankvar\": 2575, \"ini\": 204}, {\"group\": [89.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shoulder, blade, separable lean only, raw\", \"clust\": 91, \"cat_0_index\": 1952, \"rank\": 2344, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 717, \"ini\": 203}, {\"group\": [436.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt parfait, lowfat, with fruit and granola\", \"clust\": 446, \"cat_0_index\": 1358, \"rank\": 2345, \"cat-0\": \"Fast Foods\", \"rankvar\": 513, \"ini\": 202}, {\"group\": [316.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, Arroz con habichuelas colorados (Rice And Red Beans)\", \"clust\": 318, \"cat_0_index\": 2403, \"rank\": 2346, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 22, \"ini\": 201}, {\"group\": [466.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Bananas, raw\", \"clust\": 479, \"cat_0_index\": 1904, \"rank\": 2347, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 817, \"ini\": 200}, {\"group\": [3919.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Snacks, fruit leather, pieces\", \"clust\": 3958, \"cat_0_index\": 3329, \"rank\": 2546, \"cat-0\": \"Sweets\", \"rankvar\": 3378, \"ini\": 199}, {\"group\": [2426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Succotash, (corn and limas), frozen, cooked, boiled, drained, with salt\", \"clust\": 2454, \"cat_0_index\": 3979, \"rank\": 2348, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 303, \"ini\": 198}, {\"group\": [3869.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Dark Molasses\", \"clust\": 3914, \"cat_0_index\": 424, \"rank\": 2545, \"cat-0\": \"Baked Products\", \"rankvar\": 2767, \"ini\": 197}, {\"group\": [128.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, grouper, mixed species, raw\", \"clust\": 129, \"cat_0_index\": 1638, \"rank\": 2349, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1585, \"ini\": 196}, {\"group\": [3331.0, 63.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, dehydrated, flakes without milk, dry form\", \"clust\": 3362, \"cat_0_index\": 3980, \"rank\": 2544, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 3029, \"ini\": 195}, {\"group\": [31.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, leg, meat only, raw\", \"clust\": 35, \"cat_0_index\": 2375, \"rank\": 2350, \"cat-0\": \"Poultry Products\", \"rankvar\": 668, \"ini\": 194}, {\"group\": [2401.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Raspberries, raw\", \"clust\": 2430, \"cat_0_index\": 1905, \"rank\": 2351, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2360, \"ini\": 193}, {\"group\": [36.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, back, meat only, raw\", \"clust\": 36, \"cat_0_index\": 2376, \"rank\": 2352, \"cat-0\": \"Poultry Products\", \"rankvar\": 746, \"ini\": 192}, {\"group\": [3766.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready to eat, composite character cereals (movies, TV), brand B\", \"clust\": 3808, \"cat_0_index\": 979, \"rank\": 2543, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3320, \"ini\": 191}, {\"group\": [253.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S Bacon Ranch Salad with Crispy Chicken\", \"clust\": 256, \"cat_0_index\": 1359, \"rank\": 2353, \"cat-0\": \"Fast Foods\", \"rankvar\": 93, \"ini\": 190}, {\"group\": [3515.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frostings, white, fluffy, dry mix\", \"clust\": 3554, \"cat_0_index\": 3330, \"rank\": 2354, \"cat-0\": \"Sweets\", \"rankvar\": 2894, \"ini\": 189}, {\"group\": [730.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, banana juice with low fat yogurt\", \"clust\": 740, \"cat_0_index\": 284, \"rank\": 2355, \"cat-0\": \"Baby Foods\", \"rankvar\": 920, \"ini\": 188}, {\"group\": [102.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, antelope, raw\", \"clust\": 105, \"cat_0_index\": 1953, \"rank\": 2356, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1377, \"ini\": 187}, {\"group\": [47.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, wing, meat only, raw\", \"clust\": 47, \"cat_0_index\": 2377, \"rank\": 2357, \"cat-0\": \"Poultry Products\", \"rankvar\": 1016, \"ini\": 186}, {\"group\": [2253.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Corn, sweet, white, cooked, boiled, drained, with salt\", \"clust\": 2281, \"cat_0_index\": 3981, \"rank\": 2358, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 178, \"ini\": 185}, {\"group\": [19.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, lungs, raw\", \"clust\": 20, \"cat_0_index\": 1954, \"rank\": 2359, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1108, \"ini\": 184}, {\"group\": [2681.0, 23.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, skin only, cooked, fried, batter\", \"clust\": 2709, \"cat_0_index\": 2378, \"rank\": 2542, \"cat-0\": \"Poultry Products\", \"rankvar\": 2512, \"ini\": 183}, {\"group\": [35.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, drumstick, meat only, raw\", \"clust\": 38, \"cat_0_index\": 2379, \"rank\": 2360, \"cat-0\": \"Poultry Products\", \"rankvar\": 805, \"ini\": 182}, {\"group\": [306.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cowpeas, catjang, mature seeds, cooked, boiled, without salt\", \"clust\": 309, \"cat_0_index\": 2149, \"rank\": 2361, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 120, \"ini\": 181}, {\"group\": [2829.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Kielbasa, kolbassy, pork, beef, nonfat dry milk added\", \"clust\": 2855, \"cat_0_index\": 2469, \"rank\": 2541, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2190, \"ini\": 180}, {\"group\": [3934.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular\", \"clust\": 3978, \"cat_0_index\": 3331, \"rank\": 2540, \"cat-0\": \"Sweets\", \"rankvar\": 3623, \"ini\": 179}, {\"group\": [2155.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Broccoli, cooked, boiled, drained, without salt\", \"clust\": 2186, \"cat_0_index\": 3982, \"rank\": 2362, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2387, \"ini\": 178}, {\"group\": [301.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Lemon Chicken with herb rice (chicken not included)\", \"clust\": 304, \"cat_0_index\": 2183, \"rank\": 2363, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 670, \"ini\": 177}, {\"group\": [2147.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chives, raw\", \"clust\": 2177, \"cat_0_index\": 3983, \"rank\": 2364, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2331, \"ini\": 176}, {\"group\": [455.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Child formula, ABBOTT NUTRITION, PEDIASURE, ready-to-feed (formerly ROSS)\", \"clust\": 461, \"cat_0_index\": 285, \"rank\": 2365, \"cat-0\": \"Baby Foods\", \"rankvar\": 362, \"ini\": 175}, {\"group\": [3667.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Doughnuts, yeast-leavened, glazed, enriched (includes honey buns)\", \"clust\": 3707, \"cat_0_index\": 425, \"rank\": 2539, \"cat-0\": \"Baked Products\", \"rankvar\": 2493, \"ini\": 174}, {\"group\": [2965.0, 29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Sugar Free Rocky Road\", \"clust\": 2997, \"cat_0_index\": 426, \"rank\": 2538, \"cat-0\": \"Baked Products\", \"rankvar\": 2602, \"ini\": 173}, {\"group\": [75.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, tip trimmed, raw\", \"clust\": 82, \"cat_0_index\": 2380, \"rank\": 2366, \"cat-0\": \"Poultry Products\", \"rankvar\": 1276, \"ini\": 172}, {\"group\": [3890.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, QUAKER, Honey Graham bagged cereal\", \"clust\": 3934, \"cat_0_index\": 980, \"rank\": 2537, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3021, \"ini\": 171}, {\"group\": [941.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Organic Tomato and Basil Italian Sauce, ready-to-serve\", \"clust\": 961, \"cat_0_index\": 3044, \"rank\": 2367, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1020, \"ini\": 170}, {\"group\": [994.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Tomato Soup, condensed\", \"clust\": 1013, \"cat_0_index\": 3045, \"rank\": 2368, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1538, \"ini\": 169}, {\"group\": [2906.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, small end (ribs 10-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, cooked, broiled\", \"clust\": 2940, \"cat_0_index\": 461, \"rank\": 2536, \"cat-0\": \"Beef Products\", \"rankvar\": 2570, \"ini\": 168}, {\"group\": [337.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, sundae, strawberry\", \"clust\": 339, \"cat_0_index\": 1360, \"rank\": 2369, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 167}, {\"group\": [2151.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Kohlrabi, raw\", \"clust\": 2178, \"cat_0_index\": 3984, \"rank\": 2370, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2481, \"ini\": 166}, {\"group\": [911.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chrysanthemum, garland, cooked, boiled, drained, with salt\", \"clust\": 929, \"cat_0_index\": 3985, \"rank\": 2371, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2477, \"ini\": 165}, {\"group\": [187.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Goose, liver, raw\", \"clust\": 159, \"cat_0_index\": 2381, \"rank\": 2372, \"cat-0\": \"Poultry Products\", \"rankvar\": 86, \"ini\": 164}, {\"group\": [3870.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Reduced Fat Ginger Snaps\", \"clust\": 3915, \"cat_0_index\": 427, \"rank\": 2535, \"cat-0\": \"Baked Products\", \"rankvar\": 2877, \"ini\": 163}, {\"group\": [426.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Milk, indian buffalo, fluid\", \"clust\": 431, \"cat_0_index\": 1222, \"rank\": 2373, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 692, \"ini\": 162}, {\"group\": [83.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, snapper, mixed species, raw\", \"clust\": 84, \"cat_0_index\": 1639, \"rank\": 2374, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1403, \"ini\": 161}, {\"group\": [169.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, heart, raw\", \"clust\": 173, \"cat_0_index\": 2326, \"rank\": 2375, \"cat-0\": \"Pork Products\", \"rankvar\": 349, \"ini\": 160}, {\"group\": [2153.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pepper, banana, raw\", \"clust\": 2182, \"cat_0_index\": 3986, \"rank\": 2376, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2531, \"ini\": 159}, {\"group\": [121.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, lobster, northern, cooked, moist heat\", \"clust\": 120, \"cat_0_index\": 1640, \"rank\": 2377, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1224, \"ini\": 158}, {\"group\": [91.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, shank (fore and hind), separable lean and fat, raw\", \"clust\": 93, \"cat_0_index\": 1955, \"rank\": 2378, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 650, \"ini\": 157}, {\"group\": [461.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cherimoya, raw\", \"clust\": 472, \"cat_0_index\": 1906, \"rank\": 2379, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1110, \"ini\": 156}, {\"group\": [290.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, ginkgo nuts, raw\", \"clust\": 293, \"cat_0_index\": 2289, \"rank\": 2380, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 277, \"ini\": 155}, {\"group\": [2830.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liverwurst spread\", \"clust\": 2862, \"cat_0_index\": 2470, \"rank\": 2534, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1816, \"ini\": 154}, {\"group\": [3669.0, 81.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, miniature cinnamon rolls\", \"clust\": 3710, \"cat_0_index\": 1361, \"rank\": 2533, \"cat-0\": \"Fast Foods\", \"rankvar\": 2485, \"ini\": 153}, {\"group\": [3169.0, 47.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Entrees, crab cake\", \"clust\": 3203, \"cat_0_index\": 1362, \"rank\": 2532, \"cat-0\": \"Fast Foods\", \"rankvar\": 1266, \"ini\": 152}, {\"group\": [2422.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Guavas, strawberry, raw\", \"clust\": 2452, \"cat_0_index\": 1907, \"rank\": 2381, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2004, \"ini\": 151}, {\"group\": [1278.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pasta with meatballs in tomato sauce, canned entree\", \"clust\": 1302, \"cat_0_index\": 2184, \"rank\": 2382, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 104, \"ini\": 150}, {\"group\": [998.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, DOUBLE NOODLE in Chicken Broth Soup, condensed\", \"clust\": 1017, \"cat_0_index\": 3046, \"rank\": 2383, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1506, \"ini\": 149}, {\"group\": [2827.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Liver sausage, liverwurst, pork\", \"clust\": 2859, \"cat_0_index\": 2471, \"rank\": 2531, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2504, \"ini\": 148}, {\"group\": [510.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, vanilla, ready-to-eat\", \"clust\": 522, \"cat_0_index\": 3332, \"rank\": 2384, \"cat-0\": \"Sweets\", \"rankvar\": 523, \"ini\": 147}, {\"group\": [448.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chocolate-flavor beverage mix for milk, powder, with added nutrients, prepared with whole milk\", \"clust\": 460, \"cat_0_index\": 724, \"rank\": 2385, \"cat-0\": \"Beverages\", \"rankvar\": 563, \"ini\": 146}, {\"group\": [995.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Tomato Soup, condensed\", \"clust\": 1014, \"cat_0_index\": 3047, \"rank\": 2386, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1464, \"ini\": 145}, {\"group\": [103.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, bison, ribeye, separable lean only, trimmed to 0\\\" fat, raw\", \"clust\": 106, \"cat_0_index\": 1956, \"rank\": 2387, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1263, \"ini\": 144}, {\"group\": [506.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Strawberries, frozen, sweetened, whole\", \"clust\": 490, \"cat_0_index\": 1908, \"rank\": 2388, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 2065, \"ini\": 143}, {\"group\": [124.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, blue, raw\", \"clust\": 126, \"cat_0_index\": 1641, \"rank\": 2389, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1117, \"ini\": 142}, {\"group\": [432.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS LIGHT N' LIVELY Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 442, \"cat_0_index\": 1223, \"rank\": 2390, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 1101, \"ini\": 141}, {\"group\": [92.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, loin, separable lean only, raw\", \"clust\": 94, \"cat_0_index\": 1957, \"rank\": 2391, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 753, \"ini\": 140}, {\"group\": [2831.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bockwurst, pork, veal, raw\", \"clust\": 2863, \"cat_0_index\": 2472, \"rank\": 2530, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2161, \"ini\": 139}, {\"group\": [215.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Crustaceans, crab, alaska king, raw\", \"clust\": 216, \"cat_0_index\": 1642, \"rank\": 2392, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1543, \"ini\": 138}, {\"group\": [430.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS Smooth & Creamy Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 443, \"cat_0_index\": 1224, \"rank\": 2393, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 728, \"ini\": 137}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Walrus, meat and subcutaneous fat raw (Alaska Native)\", \"clust\": 2, \"cat_0_index\": 1317, \"rank\": 2394, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1102, \"ini\": 136}, {\"group\": [72.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young tom, meat only, raw\", \"clust\": 78, \"cat_0_index\": 2382, \"rank\": 2395, \"cat-0\": \"Poultry Products\", \"rankvar\": 1098, \"ini\": 135}, {\"group\": [971.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, pasta, spaghetti/marinara, ready-to-serve, low sodium\", \"clust\": 979, \"cat_0_index\": 3048, \"rank\": 2396, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 484, \"ini\": 134}, {\"group\": [873.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Mushroom Soup, condensed\", \"clust\": 891, \"cat_0_index\": 3049, \"rank\": 2397, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2117, \"ini\": 133}, {\"group\": [3930.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Popcorn, sugar syrup/caramel, fat-free\", \"clust\": 3972, \"cat_0_index\": 2596, \"rank\": 2529, \"cat-0\": \"Snacks\", \"rankvar\": 3512, \"ini\": 132}, {\"group\": [3529.0, 76.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, table blends, pancake\", \"clust\": 3562, \"cat_0_index\": 3333, \"rank\": 2398, \"cat-0\": \"Sweets\", \"rankvar\": 2543, \"ini\": 131}, {\"group\": [109.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Goat, raw\", \"clust\": 112, \"cat_0_index\": 1958, \"rank\": 2399, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1158, \"ini\": 130}, {\"group\": [2840.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage, Egg and Cheese\", \"clust\": 2870, \"cat_0_index\": 1363, \"rank\": 2528, \"cat-0\": \"Fast Foods\", \"rankvar\": 483, \"ini\": 129}, {\"group\": [437.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, chocolate, dry mix, regular, prepared with 2% milk\", \"clust\": 445, \"cat_0_index\": 3334, \"rank\": 2400, \"cat-0\": \"Sweets\", \"rankvar\": 214, \"ini\": 128}, {\"group\": [79.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, squirrel, raw\", \"clust\": 76, \"cat_0_index\": 1959, \"rank\": 2401, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 901, \"ini\": 127}, {\"group\": [110.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, loin, tenderloin, separable lean only, raw\", \"clust\": 113, \"cat_0_index\": 2327, \"rank\": 2402, \"cat-0\": \"Pork Products\", \"rankvar\": 1292, \"ini\": 126}, {\"group\": [2811.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frankfurter, beef and pork\", \"clust\": 2843, \"cat_0_index\": 2473, \"rank\": 2527, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2521, \"ini\": 125}, {\"group\": [64.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, outside leg, raw\", \"clust\": 68, \"cat_0_index\": 2383, \"rank\": 2403, \"cat-0\": \"Poultry Products\", \"rankvar\": 1489, \"ini\": 124}, {\"group\": [996.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Cream of Chicken Soup, condensed\", \"clust\": 1012, \"cat_0_index\": 3050, \"rank\": 2404, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1811, \"ini\": 123}, {\"group\": [2809.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Mortadella, beef, pork\", \"clust\": 2838, \"cat_0_index\": 2474, \"rank\": 2526, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2399, \"ini\": 122}, {\"group\": [76.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, round, raw\", \"clust\": 83, \"cat_0_index\": 2384, \"rank\": 2405, \"cat-0\": \"Poultry Products\", \"rankvar\": 1275, \"ini\": 121}, {\"group\": [3793.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, GENERAL MILLS, WHEATIES Raisin Bran\", \"clust\": 3833, \"cat_0_index\": 981, \"rank\": 2525, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2998, \"ini\": 120}, {\"group\": [112.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, Salmon, Chum, raw (Alaska Native)\", \"clust\": 100, \"cat_0_index\": 1318, \"rank\": 2406, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 829, \"ini\": 119}, {\"group\": [220.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"LOUIS RICH, Turkey Breast (oven roasted, fat free)\", \"clust\": 221, \"cat_0_index\": 2475, \"rank\": 2407, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1343, \"ini\": 118}, {\"group\": [979.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, tomato rice, canned, condensed\", \"clust\": 994, \"cat_0_index\": 3051, \"rank\": 2408, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 379, \"ini\": 117}, {\"group\": [3858.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, oat, corn and wheat squares, presweetened, maple flavored\", \"clust\": 3902, \"cat_0_index\": 982, \"rank\": 2524, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2931, \"ini\": 116}, {\"group\": [222.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken breast, fat-free, mesquite flavor, sliced\", \"clust\": 219, \"cat_0_index\": 2476, \"rank\": 2409, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 1505, \"ini\": 115}, {\"group\": [359.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, oatmeal, prepared with whole milk\", \"clust\": 365, \"cat_0_index\": 286, \"rank\": 2410, \"cat-0\": \"Baby Foods\", \"rankvar\": 273, \"ini\": 114}, {\"group\": [3527.0, 75.0, 21.0, 11.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Frozen novelties, ice type, lime\", \"clust\": 3565, \"cat_0_index\": 3335, \"rank\": 2411, \"cat-0\": \"Sweets\", \"rankvar\": 2560, \"ini\": 113}, {\"group\": [3088.0, 38.0, 10.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, rice, dry\", \"clust\": 3122, \"cat_0_index\": 287, \"rank\": 2523, \"cat-0\": \"Baby Foods\", \"rankvar\": 3299, \"ini\": 112}, {\"group\": [2913.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, whole (ribs 6-12), separable lean and fat, trimmed to 1/8\\\" fat, prime, raw\", \"clust\": 2947, \"cat_0_index\": 462, \"rank\": 2522, \"cat-0\": \"Beef Products\", \"rankvar\": 2588, \"ini\": 111}, {\"group\": [41.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, domesticated, liver, raw\", \"clust\": 25, \"cat_0_index\": 2385, \"rank\": 2412, \"cat-0\": \"Poultry Products\", \"rankvar\": 244, \"ini\": 110}, {\"group\": [55.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Quail, breast, meat only, raw\", \"clust\": 58, \"cat_0_index\": 2386, \"rank\": 2413, \"cat-0\": \"Poultry Products\", \"rankvar\": 1085, \"ini\": 109}, {\"group\": [2763.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Turkey and pork sausage, fresh, bulk, patty or link, cooked\", \"clust\": 2796, \"cat_0_index\": 2477, \"rank\": 2521, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2140, \"ini\": 108}, {\"group\": [3361.0, 65.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Barley, hulled\", \"clust\": 3399, \"cat_0_index\": 1055, \"rank\": 2520, \"cat-0\": \"Cereal Grains and Pasta\", \"rankvar\": 3251, \"ini\": 107}, {\"group\": [2414.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, red, mature seeds, canned\", \"clust\": 2444, \"cat_0_index\": 2150, \"rank\": 2414, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 783, \"ini\": 106}, {\"group\": [3028.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Pie crust, standard-type, frozen, ready-to-bake, enriched\", \"clust\": 3059, \"cat_0_index\": 428, \"rank\": 2519, \"cat-0\": \"Baked Products\", \"rankvar\": 2590, \"ini\": 105}, {\"group\": [190.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Seal, bearded (Oogruk), meat, low quadrant, raw (Alaska Native)\", \"clust\": 188, \"cat_0_index\": 1319, \"rank\": 2415, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 970, \"ini\": 104}, {\"group\": [2403.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peas, green, frozen, cooked, boiled, drained, with salt\", \"clust\": 2432, \"cat_0_index\": 3987, \"rank\": 2416, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1165, \"ini\": 103}, {\"group\": [478.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Blackberries, canned, heavy syrup, solids and liquids\", \"clust\": 491, \"cat_0_index\": 1909, \"rank\": 2417, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1765, \"ini\": 102}, {\"group\": [479.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Raspberries, canned, red, heavy syrup pack, solids and liquids\", \"clust\": 492, \"cat_0_index\": 1910, \"rank\": 2418, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1923, \"ini\": 101}, {\"group\": [942.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Organic Mushroom Italian Sauce, ready-to-serve\", \"clust\": 962, \"cat_0_index\": 3052, \"rank\": 2419, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 1219, \"ini\": 100}, {\"group\": [2499.0, 22.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, butter, commercially prepared, enriched\", \"clust\": 2526, \"cat_0_index\": 429, \"rank\": 2518, \"cat-0\": \"Baked Products\", \"rankvar\": 2753, \"ini\": 99}, {\"group\": [3859.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, graham crackers, plain or honey (includes cinnamon)\", \"clust\": 3903, \"cat_0_index\": 430, \"rank\": 2517, \"cat-0\": \"Baked Products\", \"rankvar\": 2802, \"ini\": 98}, {\"group\": [3891.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, POST, ALPHA-BITS\", \"clust\": 3932, \"cat_0_index\": 983, \"rank\": 2516, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 3039, \"ini\": 97}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Arrowhead, raw\", \"clust\": 5, \"cat_0_index\": 3988, \"rank\": 2420, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2391, \"ini\": 96}, {\"group\": [71.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, deer, raw\", \"clust\": 71, \"cat_0_index\": 1960, \"rank\": 2421, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1363, \"ini\": 95}, {\"group\": [2687.0, 25.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"CRACKER BARREL, country fried shrimp platter\", \"clust\": 2717, \"cat_0_index\": 2404, \"rank\": 2515, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 2338, \"ini\": 94}, {\"group\": [143.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, catfish, channel, wild, cooked, dry heat\", \"clust\": 136, \"cat_0_index\": 1643, \"rank\": 2422, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 889, \"ini\": 93}, {\"group\": [21.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, fresh, yellowfin, raw\", \"clust\": 23, \"cat_0_index\": 1644, \"rank\": 2423, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2124, \"ini\": 92}, {\"group\": [842.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, chili, peppers, hot, immature green, canned\", \"clust\": 857, \"cat_0_index\": 3053, \"rank\": 2424, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2550, \"ini\": 91}, {\"group\": [3513.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, rice, dry mix\", \"clust\": 3553, \"cat_0_index\": 3336, \"rank\": 2425, \"cat-0\": \"Sweets\", \"rankvar\": 2837, \"ini\": 90}, {\"group\": [384.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sauce, oyster, ready-to-serve\", \"clust\": 372, \"cat_0_index\": 3054, \"rank\": 2426, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2676, \"ini\": 89}, {\"group\": [291.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Nuts, chestnuts, japanese, roasted\", \"clust\": 294, \"cat_0_index\": 2290, \"rank\": 2427, \"cat-0\": \"Nut and Seed Products\", \"rankvar\": 628, \"ini\": 88}, {\"group\": [73.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, all classes, meat only, raw\", \"clust\": 79, \"cat_0_index\": 2387, \"rank\": 2428, \"cat-0\": \"Poultry Products\", \"rankvar\": 1046, \"ini\": 87}, {\"group\": [105.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, rabbit, wild, raw\", \"clust\": 107, \"cat_0_index\": 1961, \"rank\": 2429, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1311, \"ini\": 86}, {\"group\": [284.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Tofu, extra firm, prepared with nigari\", \"clust\": 280, \"cat_0_index\": 2151, \"rank\": 2430, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 490, \"ini\": 85}, {\"group\": [82.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, variety meats and by-products, liver, raw\", \"clust\": 50, \"cat_0_index\": 463, \"rank\": 2431, \"cat-0\": \"Beef Products\", \"rankvar\": 458, \"ini\": 84}, {\"group\": [77.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, fan, raw\", \"clust\": 81, \"cat_0_index\": 2388, \"rank\": 2432, \"cat-0\": \"Poultry Products\", \"rankvar\": 1205, \"ini\": 83}, {\"group\": [3179.0, 49.0, 13.0, 6.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage McMUFFIN\", \"clust\": 3212, \"cat_0_index\": 1364, \"rank\": 2514, \"cat-0\": \"Fast Foods\", \"rankvar\": 405, \"ini\": 82}, {\"group\": [894.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Cheddar Cheese Soup, condensed\", \"clust\": 908, \"cat_0_index\": 3055, \"rank\": 2433, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 891, \"ini\": 81}, {\"group\": [3880.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Frosty Lemon\", \"clust\": 3925, \"cat_0_index\": 431, \"rank\": 2513, \"cat-0\": \"Baked Products\", \"rankvar\": 2740, \"ini\": 80}, {\"group\": [46.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, New Zealand, imported, frozen, shoulder, whole (arm and blade), separable lean only, raw\", \"clust\": 42, \"cat_0_index\": 1962, \"rank\": 2434, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 482, \"ini\": 79}, {\"group\": [285.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soybeans, mature seeds, sprouted, cooked, steamed\", \"clust\": 224, \"cat_0_index\": 3989, \"rank\": 2435, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 247, \"ini\": 78}, {\"group\": [189.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Game meat, muskrat, raw\", \"clust\": 190, \"cat_0_index\": 1963, \"rank\": 2436, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 555, \"ini\": 77}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Whale, beluga, flipper, raw (Alaska Native)\", \"clust\": 0, \"cat_0_index\": 1320, \"rank\": 2437, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 1129, \"ini\": 76}, {\"group\": [959.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, PREGO Pasta, Zesty Mushroom Italian Sauce, ready-to-serve\", \"clust\": 960, \"cat_0_index\": 3056, \"rank\": 2438, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 651, \"ini\": 75}, {\"group\": [3516.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Flan, caramel custard, dry mix\", \"clust\": 3555, \"cat_0_index\": 3337, \"rank\": 2439, \"cat-0\": \"Sweets\", \"rankvar\": 2822, \"ini\": 74}, {\"group\": [93.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, rib, separable lean only, raw\", \"clust\": 95, \"cat_0_index\": 1964, \"rank\": 2440, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 649, \"ini\": 73}, {\"group\": [2788.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Luncheon meat, beef, loaved\", \"clust\": 2824, \"cat_0_index\": 2478, \"rank\": 2512, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2517, \"ini\": 72}, {\"group\": [12.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WORTHINGTON Vegetable Skallops, canned, unprepared\", \"clust\": 15, \"cat_0_index\": 2152, \"rank\": 2441, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1103, \"ini\": 71}, {\"group\": [2916.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Bratwurst, veal, cooked\", \"clust\": 2949, \"cat_0_index\": 2479, \"rank\": 2511, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2598, \"ini\": 70}, {\"group\": [170.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, heart, all classes, raw\", \"clust\": 174, \"cat_0_index\": 2389, \"rank\": 2442, \"cat-0\": \"Poultry Products\", \"rankvar\": 364, \"ini\": 69}, {\"group\": [3817.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Muffins, wheat bran, toaster-type with raisins, toasted\", \"clust\": 3828, \"cat_0_index\": 432, \"rank\": 2510, \"cat-0\": \"Baked Products\", \"rankvar\": 2563, \"ini\": 68}, {\"group\": [23.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, cusk, cooked, dry heat\", \"clust\": 22, \"cat_0_index\": 1645, \"rank\": 2443, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2112, \"ini\": 67}, {\"group\": [40.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Duck, wild, breast, meat only, raw\", \"clust\": 39, \"cat_0_index\": 2390, \"rank\": 2444, \"cat-0\": \"Poultry Products\", \"rankvar\": 614, \"ini\": 66}, {\"group\": [431.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KRAFT BREYERS Lowfat Strawberry Yogurt (1% Milkfat)\", \"clust\": 444, \"cat_0_index\": 1225, \"rank\": 2445, \"cat-0\": \"Dairy and Egg Products\", \"rankvar\": 957, \"ini\": 65}, {\"group\": [303.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Restaurant, Latino, Arroz con grandules (rice and pigeonpeas)\", \"clust\": 306, \"cat_0_index\": 2405, \"rank\": 2446, \"cat-0\": \"Restaurant Foods\", \"rankvar\": 32, \"ini\": 64}, {\"group\": [298.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Southwestern-Style Chicken w/rice (chicken not included)\", \"clust\": 301, \"cat_0_index\": 2185, \"rank\": 2447, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 287, \"ini\": 63}, {\"group\": [511.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, tapioca, ready-to-eat\", \"clust\": 523, \"cat_0_index\": 3338, \"rank\": 2448, \"cat-0\": \"Sweets\", \"rankvar\": 316, \"ini\": 62}, {\"group\": [1016.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Waterchestnuts, chinese, (matai), raw\", \"clust\": 1028, \"cat_0_index\": 3990, \"rank\": 2449, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1192, \"ini\": 61}, {\"group\": [2166.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"MORNINGSTAR FARMS Lasagna with Veggie Sausage, frozen, unpreapred\", \"clust\": 2195, \"cat_0_index\": 2153, \"rank\": 2450, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 41, \"ini\": 60}, {\"group\": [2172.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Mustard spinach, (tendergreen), cooked, boiled, drained, with salt\", \"clust\": 2201, \"cat_0_index\": 3991, \"rank\": 2451, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2527, \"ini\": 59}, {\"group\": [3949.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Drink mix, QUAKER OATS, GATORADE, orange flavor, powder\", \"clust\": 3982, \"cat_0_index\": 725, \"rank\": 2509, \"cat-0\": \"Beverages\", \"rankvar\": 3666, \"ini\": 58}, {\"group\": [3950.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Candied fruit\", \"clust\": 3981, \"cat_0_index\": 1911, \"rank\": 2508, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 3631, \"ini\": 57}, {\"group\": [3525.0, 74.0, 20.0, 10.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Gelatin desserts, dry mix, reduced calorie, with aspartame\", \"clust\": 3540, \"cat_0_index\": 3339, \"rank\": 2452, \"cat-0\": \"Sweets\", \"rankvar\": 2675, \"ini\": 56}, {\"group\": [2158.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Brussels sprouts, cooked, boiled, drained, with salt\", \"clust\": 2187, \"cat_0_index\": 3992, \"rank\": 2453, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2304, \"ini\": 55}, {\"group\": [20.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, spleen, raw\", \"clust\": 18, \"cat_0_index\": 1965, \"rank\": 2454, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 772, \"ini\": 54}, {\"group\": [111.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, breast, meat only, raw\", \"clust\": 111, \"cat_0_index\": 2391, \"rank\": 2455, \"cat-0\": \"Poultry Products\", \"rankvar\": 1239, \"ini\": 53}, {\"group\": [3479.0, 67.0, 17.0, 9.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cereals ready-to-eat, KELLOGG, KELLOGG'S SPECIAL K\", \"clust\": 3513, \"cat_0_index\": 984, \"rank\": 2507, \"cat-0\": \"Breakfast Cereals\", \"rankvar\": 2828, \"ini\": 52}, {\"group\": [462.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soursop, raw\", \"clust\": 473, \"cat_0_index\": 1912, \"rank\": 2456, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1552, \"ini\": 51}, {\"group\": [464.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peaches, dried, sulfured, stewed, without added sugar\", \"clust\": 475, \"cat_0_index\": 1913, \"rank\": 2457, \"cat-0\": \"Fruits and Fruit Juices\", \"rankvar\": 1507, \"ini\": 50}, {\"group\": [2013.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Soup, chicken mushroom, canned, condensed\", \"clust\": 2041, \"cat_0_index\": 3057, \"rank\": 2458, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 295, \"ini\": 49}, {\"group\": [223.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, variety meats and by-products, brain, raw\", \"clust\": 227, \"cat_0_index\": 1966, \"rank\": 2459, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 207, \"ini\": 48}, {\"group\": [2683.0, 24.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading\", \"clust\": 2715, \"cat_0_index\": 1365, \"rank\": 2506, \"cat-0\": \"Fast Foods\", \"rankvar\": 2234, \"ini\": 47}, {\"group\": [2346.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horseradish, prepared\", \"clust\": 2373, \"cat_0_index\": 3113, \"rank\": 2460, \"cat-0\": \"Spices and Herbs\", \"rankvar\": 1588, \"ini\": 46}, {\"group\": [2429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Parsnips, cooked, boiled, drained, with salt\", \"clust\": 2458, \"cat_0_index\": 3993, \"rank\": 2461, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1199, \"ini\": 45}, {\"group\": [74.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, young hen, meat only, raw\", \"clust\": 77, \"cat_0_index\": 2392, \"rank\": 2462, \"cat-0\": \"Poultry Products\", \"rankvar\": 989, \"ini\": 44}, {\"group\": [2415.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beans, kidney, all types, mature seeds, canned\", \"clust\": 2445, \"cat_0_index\": 2154, \"rank\": 2463, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 744, \"ini\": 43}, {\"group\": [355.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, cereal, mixed, prepared with whole milk\", \"clust\": 364, \"cat_0_index\": 288, \"rank\": 2464, \"cat-0\": \"Baby Foods\", \"rankvar\": 479, \"ini\": 42}, {\"group\": [56.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Turkey, fryer-roasters, breast, meat and skin, raw\", \"clust\": 59, \"cat_0_index\": 2393, \"rank\": 2465, \"cat-0\": \"Poultry Products\", \"rankvar\": 1414, \"ini\": 41}, {\"group\": [3932.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Syrups, malt\", \"clust\": 3974, \"cat_0_index\": 3340, \"rank\": 2505, \"cat-0\": \"Sweets\", \"rankvar\": 3497, \"ini\": 40}, {\"group\": [454.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Desserts, egg custard, baked, prepared-from-recipe\", \"clust\": 462, \"cat_0_index\": 3341, \"rank\": 2466, \"cat-0\": \"Sweets\", \"rankvar\": 225, \"ini\": 39}, {\"group\": [116.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, tuna, light, canned in water, drained solids\", \"clust\": 114, \"cat_0_index\": 1646, \"rank\": 2467, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 2077, \"ini\": 38}, {\"group\": [10.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Winged bean tuber, raw\", \"clust\": 4, \"cat_0_index\": 3994, \"rank\": 2468, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 200, \"ini\": 37}, {\"group\": [2170.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Horseradish-tree, leafy tips, cooked, boiled, drained, without salt\", \"clust\": 2196, \"cat_0_index\": 3995, \"rank\": 2469, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 1038, \"ini\": 36}, {\"group\": [3032.0, 30.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cookies, chocolate chip, dry mix\", \"clust\": 3063, \"cat_0_index\": 433, \"rank\": 2504, \"cat-0\": \"Baked Products\", \"rankvar\": 2810, \"ini\": 35}, {\"group\": [2223.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Collards, frozen, chopped, cooked, boiled, drained, with salt\", \"clust\": 2252, \"cat_0_index\": 3996, \"rank\": 2470, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2213, \"ini\": 34}, {\"group\": [33.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Chicken, broilers or fryers, dark meat, meat only, raw\", \"clust\": 32, \"cat_0_index\": 2394, \"rank\": 2471, \"cat-0\": \"Poultry Products\", \"rankvar\": 622, \"ini\": 33}, {\"group\": [224.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, variety meats and by-products, brain, raw\", \"clust\": 228, \"cat_0_index\": 1967, \"rank\": 2472, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 188, \"ini\": 32}, {\"group\": [48.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, shark, mixed species, raw\", \"clust\": 48, \"cat_0_index\": 1647, \"rank\": 2473, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 626, \"ini\": 31}, {\"group\": [15.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"LOMA LINDA Vege-Burger, canned, unprepared\", \"clust\": 11, \"cat_0_index\": 2155, \"rank\": 2474, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 1140, \"ini\": 30}, {\"group\": [104.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Veal, leg (top round), separable lean and fat, raw\", \"clust\": 101, \"cat_0_index\": 1968, \"rank\": 2475, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 1032, \"ini\": 29}, {\"group\": [361.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ice creams, vanilla, fat free\", \"clust\": 359, \"cat_0_index\": 3342, \"rank\": 2476, \"cat-0\": \"Sweets\", \"rankvar\": 127, \"ini\": 28}, {\"group\": [433.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Puddings, banana, dry mix, regular, prepared with whole milk\", \"clust\": 441, \"cat_0_index\": 3343, \"rank\": 2477, \"cat-0\": \"Sweets\", \"rankvar\": 516, \"ini\": 27}, {\"group\": [1043.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, CAMPBELL'S Red and White, Creamy Chicken Noodle Soup, condensed\", \"clust\": 1060, \"cat_0_index\": 3058, \"rank\": 2478, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 537, \"ini\": 26}, {\"group\": [299.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, SUPPER BAKES MEAL KITS, Savory Pork Chops with herb stuffing (pork chop not included)\", \"clust\": 302, \"cat_0_index\": 2186, \"rank\": 2479, \"cat-0\": \"Meals, Entrees, and Sidedishes\", \"rankvar\": 289, \"ini\": 25}, {\"group\": [992.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Potatoes, mashed, home-prepared, whole milk and margarine added\", \"clust\": 1011, \"cat_0_index\": 3997, \"rank\": 2480, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 139, \"ini\": 24}, {\"group\": [80.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Beef, grass-fed, strip steaks, lean only, raw\", \"clust\": 60, \"cat_0_index\": 464, \"rank\": 2481, \"cat-0\": \"Beef Products\", \"rankvar\": 1408, \"ini\": 23}, {\"group\": [225.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, brain, raw\", \"clust\": 226, \"cat_0_index\": 2328, \"rank\": 2482, \"cat-0\": \"Pork Products\", \"rankvar\": 147, \"ini\": 22}, {\"group\": [839.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WENDY'S, Frosty Dairy Dessert\", \"clust\": 853, \"cat_0_index\": 1366, \"rank\": 2483, \"cat-0\": \"Fast Foods\", \"rankvar\": 97, \"ini\": 21}, {\"group\": [999.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"CAMPBELL Soup Company, HEALTHY REQUEST, Minestrone Soup, condensed\", \"clust\": 1015, \"cat_0_index\": 3059, \"rank\": 2484, \"cat-0\": \"Soups, Sauces, and Gravies\", \"rankvar\": 2007, \"ini\": 20}, {\"group\": [2907.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, rib, large end (ribs 6-9), separable lean and fat, trimmed to 1/8\\\" fat, all grades, cooked, roasted\", \"clust\": 2941, \"cat_0_index\": 465, \"rank\": 2503, \"cat-0\": \"Beef Products\", \"rankvar\": 2568, \"ini\": 19}, {\"group\": [22.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Sea lion, Steller, meat (Alaska Native)\", \"clust\": 24, \"cat_0_index\": 1321, \"rank\": 2485, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 2189, \"ini\": 18}, {\"group\": [3079.0, 36.0, 9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Caribou, shoulder meat, dried (Alaska Native)\", \"clust\": 3110, \"cat_0_index\": 1322, \"rank\": 2502, \"cat-0\": \"Ethnic Foods\", \"rankvar\": 3407, \"ini\": 17}, {\"group\": [429.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Infant formula, ABBOTT NUTRITION, SIMILAC NATURAL CARE, ADVANCE, ready-to-feed, with ARA and DHA (formerly ROSS)\", \"clust\": 440, \"cat_0_index\": 289, \"rank\": 2486, \"cat-0\": \"Baby Foods\", \"rankvar\": 1329, \"ini\": 16}, {\"group\": [84.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, sheepshead, raw\", \"clust\": 85, \"cat_0_index\": 1648, \"rank\": 2487, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1256, \"ini\": 15}, {\"group\": [2798.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"OSCAR MAYER. Bologna (Wisconsin made ring)\", \"clust\": 2825, \"cat_0_index\": 2480, \"rank\": 2501, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2519, \"ini\": 14}, {\"group\": [3872.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"ARCHWAY Home Style Cookies, Fruit & Honey Bar\", \"clust\": 3917, \"cat_0_index\": 434, \"rank\": 2500, \"cat-0\": \"Baked Products\", \"rankvar\": 2796, \"ini\": 13}, {\"group\": [39.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Lamb, domestic, leg, shank half, separable lean only, trimmed to 1/4\\\" fat, choice, raw\", \"clust\": 41, \"cat_0_index\": 1969, \"rank\": 2488, \"cat-0\": \"Lamb, Veal, and Game Products\", \"rankvar\": 655, \"ini\": 12}, {\"group\": [307.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yardlong beans, mature seeds, cooked, boiled, with salt\", \"clust\": 307, \"cat_0_index\": 2156, \"rank\": 2489, \"cat-0\": \"Legumes and Legume Products\", \"rankvar\": 94, \"ini\": 11}, {\"group\": [106.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, Leg sirloin tip roast, boneless, separable lean and fat, raw\", \"clust\": 108, \"cat_0_index\": 2329, \"rank\": 2490, \"cat-0\": \"Pork Products\", \"rankvar\": 1655, \"ini\": 10}, {\"group\": [230.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Babyfood, meat, pork, strained\", \"clust\": 232, \"cat_0_index\": 290, \"rank\": 2491, \"cat-0\": \"Baby Foods\", \"rankvar\": 197, \"ini\": 9}, {\"group\": [226.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Pork, fresh, variety meats and by-products, brain, cooked, braised\", \"clust\": 225, \"cat_0_index\": 2330, \"rank\": 2492, \"cat-0\": \"Pork Products\", \"rankvar\": 96, \"ini\": 8}, {\"group\": [370.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Salad dressing, blue or roquefort cheese dressing, fat-free\", \"clust\": 379, \"cat_0_index\": 1553, \"rank\": 2493, \"cat-0\": \"Fats and Oils\", \"rankvar\": 308, \"ini\": 7}, {\"group\": [3856.0, 82.0, 22.0, 12.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Cake, white, prepared from recipe without frosting\", \"clust\": 3899, \"cat_0_index\": 435, \"rank\": 2499, \"cat-0\": \"Baked Products\", \"rankvar\": 2611, \"ini\": 6}, {\"group\": [156.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fish, pike, walleye, raw\", \"clust\": 154, \"cat_0_index\": 1649, \"rank\": 2494, \"cat-0\": \"Finfish and Shellfish Products\", \"rankvar\": 1393, \"ini\": 5}, {\"group\": [381.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Peppers, jalapeno, canned, solids and liquids\", \"clust\": 392, \"cat_0_index\": 3998, \"rank\": 2495, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2545, \"ini\": 4}, {\"group\": [2789.0, 27.0, 7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"Beef, cured, sausage, cooked, smoked\", \"clust\": 2822, \"cat_0_index\": 2481, \"rank\": 2498, \"cat-0\": \"Sausages and Luncheon Meats\", \"rankvar\": 2526, \"ini\": 3}, {\"group\": [2159.0, 17.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Cauliflower, green, cooked, with salt\", \"clust\": 2188, \"cat_0_index\": 3999, \"rank\": 2496, \"cat-0\": \"Vegetables and Vegetable Products\", \"rankvar\": 2476, \"ini\": 2}, {\"group\": [78.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Ostrich, top loin, raw\", \"clust\": 80, \"cat_0_index\": 2395, \"rank\": 2497, \"cat-0\": \"Poultry Products\", \"rankvar\": 1106, \"ini\": 1}], \"col_nodes\": [{\"group\": [11.0, 10.0, 7.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 10, \"rank\": 0, \"ini\": 14, \"rankvar\": 2}, {\"group\": [10.0, 9.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 11, \"rank\": 10, \"ini\": 13, \"rankvar\": 4}, {\"group\": [13.0, 12.0, 9.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 6, \"rank\": 2, \"ini\": 12, \"rankvar\": 1}, {\"group\": [8.0, 7.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 12, \"rank\": 12, \"ini\": 11, \"rankvar\": 8}, {\"group\": [12.0, 11.0, 8.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 7, \"rank\": 4, \"ini\": 10, \"rankvar\": 0}, {\"group\": [9.0, 8.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 13, \"rank\": 3, \"ini\": 9, \"rankvar\": 5}, {\"group\": [6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 8, \"rank\": 6, \"ini\": 8, \"rankvar\": 3}, {\"group\": [7.0, 6.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 9, \"rank\": 13, \"ini\": 7, \"rankvar\": 6}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 9, \"ini\": 6, \"rankvar\": 12}, {\"group\": [14.0, 13.0, 10.0, 8.0, 6.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 8, \"ini\": 5, \"rankvar\": 7}, {\"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 3, \"rank\": 1, \"ini\": 4, \"rankvar\": 10}, {\"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 2, \"rank\": 5, \"ini\": 3, \"rankvar\": 9}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 5, \"rank\": 7, \"ini\": 2, \"rankvar\": 13}, {\"group\": [5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 11, \"ini\": 1, \"rankvar\": 11}]}", "viz_title": "updating python by restarting kernel" } }, "4b303e3a31be4c0598cd7c4469cdd635": { "model_module": "jupyter-js-widgets", "model_module_version": "~2.1.4", "model_name": "LayoutModel", "state": { "_model_module_version": "~2.1.4", "_view_module_version": "~2.1.4" } }, "b7182b85439445b0a669ff67ebe1bba2": { "model_module": "jupyter-js-widgets", "model_module_version": "~2.1.4", "model_name": "LayoutModel", "state": { "_model_module_version": "~2.1.4", "_view_module_version": "~2.1.4" } }, "c7793eca793d47e4940a5e1490319525": { "model_module": "clustergrammer_widget", "model_module_version": "*", "model_name": "hello_model", "state": { "_dom_classes": [], "_model_module_version": "*", "_view_module_version": "*", "layout": "IPY_MODEL_4b303e3a31be4c0598cd7c4469cdd635", "mat_string": "", "msg_throttle": 1, "network": "{\"mat\": [[1.6029926608313356, -0.13565948807609757, -0.3282324593415633, -0.46307962026755267, -0.14294898336343245, 0.9094011641254544, -0.18845369190130326, -0.15199279143209973, 2.627116358159093, -1.7956330849949016, 2.478797882593409, 0.7738934830615637, 3.08593268942999, 2.346615140405179], [-0.940928051829262, -0.21473343549088475, 0.3958796018636485, -0.46307962026755267, -0.14294898336343245, -0.49058083878761133, -0.6634130638625633, -0.20294975027065296, 2.57296942693827, -0.461355365362229, 1.4668443502220785, 0.7107734560713392, 1.028744975183357, 5.1208793424610235], [-0.010455752545678928, -0.15891653143338794, 0.5186104596950404, -0.11254546822242431, -0.14294898336343245, -0.25892914046386667, 0.046789136754548384, -0.4540947616892366, 1.6241675185006643, -0.9316228557621758, 1.4433105471436753, 0.6565608781454287, 1.130095335448527, 2.397219720187732], [0.3891277830857479, -0.24264188751963314, 0.40917544479538265, -0.46307962026755267, -0.14294898336343245, -0.012169722684225573, -0.7413302606756743, -0.42279262983126825, 1.8069134113709424, -0.4662607981549961, 1.0961869517372305, 1.4688280867860546, 1.8183513138143577, 0.5578702450025976], [-0.9277030648343684, -0.28915597423421385, -0.30164077347809504, -0.46307962026755267, 0.2269609201109626, -0.25389323397856794, -0.6734789218240657, -0.4540947616892366, -0.6241607392366973, 1.3095058728267228, -1.1924753976374651, -0.5000253098433318, -0.5280077884464734, -0.3780214042577371], [0.09345485955705618, -0.16356794010484596, 0.4551995164821545, -0.15928335516177475, -0.14294898336343245, -0.2211598418241257, -0.00726824859426062, -0.4540947616892366, 1.452497134289191, -0.8325331133482788, 1.284457376364455, 0.8528319109763456, 1.2530633625846617, 1.4261588649009123], [0.10856913040836313, -0.233339070176717, 0.42656231632149655, -0.20602124210112518, -0.14294898336343245, -0.2337496080373727, 0.06766647178581264, -0.4540947616892366, 1.5491001820354322, -0.9496094426689888, 1.4197767440652724, 1.4060152132118409, 1.6901894316507833, 0.3714734530622304], [-0.520562393777288, -0.19147639213359438, -0.028564614803248237, 0.004299249125951819, -0.14294898336343245, -0.19849826264028117, 1.6759668883014134, 2.010766132987065, 0.7738145759191006, -1.6769216114099361, 1.5374457594572875, 1.2450668232221687, 0.2987977821378098, -0.1296877328151723], [-0.4223196332437929, 0.01318558941056067, 0.08393867154219427, -0.46307962026755267, -0.026554918908127098, -0.5056885582435078, 1.3747367685646017, -0.4540947616892366, 1.4026573453245694, -1.7809167866166002, 1.9081031579421353, 2.0642449837230386, 0.9964588493371117, 0.35506115691653767], [-0.46482852001309355, -0.233339070176717, -0.11652172958241239, -0.46307962026755267, -0.08076585303799536, -0.25641118722121725, -0.6891369230975137, -0.4540947616892366, -0.5638607476498715, 1.0998803781491384, -1.021855325319043, -0.45917390551389203, -0.47971897413730646, -0.3446106585325769], [-0.9484851872549155, -0.2379904788481751, -0.31595937355842413, -0.08917652475274906, 0.10737797717742972, -0.13303147833139675, -0.6332154899780562, -0.29103249340586634, -0.6167770667974942, 1.257835314076242, -1.168941594559062, -0.49848954276327767, -0.5277270395260714, -0.36922910275111603], [-0.29006976329485723, -0.27055033954838154, -0.23004777307644983, -0.46307962026755267, -0.015393844234330694, -0.17080077697113777, -0.729773164497653, -0.4540947616892366, -0.5669372778328728, 1.0328394633146536, -1.0042049730102407, -0.4608632493019516, -0.48491282916474593, -0.33484143463633126], [-0.6641479668647038, -0.13565948807609757, -0.27198081616884207, -0.46307962026755267, -0.07119921760331273, -0.25641118722121725, -0.7118783058994265, -0.4540947616892366, -0.46418116972062895, 1.144356302136894, -1.0100884237798415, -0.29100741024796556, -0.4148659735244136, -0.3418752758416282], [-0.8275710204444598, -0.2519447048625493, -0.09606658661051375, -0.46307962026755267, -0.1365712264069774, 0.05329706162465871, -0.19255459699673014, -0.4540947616892366, -0.5540158510642674, 0.7764488426793557, -0.7982841960742141, -0.42799783378879336, -0.4792978507567033, -0.32761220895310944], [-0.7567228758289587, -0.33567006094879454, -0.30777731636966466, -0.46307962026755267, -0.06801033912508517, -0.06756469402251232, 0.022183706181987027, -0.4540947616892366, -0.48387096289183734, 0.5422961840379358, -0.6629648283733967, -0.328787280417297, -0.43199165766894376, -0.30279838025664546], [0.18225120080848436, -0.07519117534714263, 0.5513386884500783, -0.46307962026755267, -0.14294898336343245, -0.18590849642703416, -0.13626035432314287, -0.4540947616892366, 1.1848390083680764, -0.6160400127608207, 0.9961682886540176, 0.4959196415717673, 0.9389053206546744, 1.5097834214527752], [-0.7094907794186245, 0.1341222148684705, 0.5421338741127238, -0.43971067679787745, -0.14294898336343245, -0.6189964541627307, -0.5381490536749782, -0.23570779523829433, 1.30974613379793, -0.018558298601778312, 0.5902101855515652, 0.3983984319883305, 0.5593327802709896, 2.8001025136689033], [-0.6735943861467706, -0.27055033954838154, 0.05734698567872607, -0.46307962026755267, 0.0037394266350345646, -0.32439592477275103, -0.5075786702363414, -0.4540947616892366, -0.3208148631927676, 0.8143841896100888, -0.751216589917408, -0.4069578247920519, -0.3662964102948445, 0.04088291641327704], [-0.7453871726904785, 0.0503968587822252, -0.24334361600818394, -0.08917652475274906, 0.08186694935160939, -0.14310329130199428, -0.6339611090863155, -0.3026797982832499, -0.5023301439898453, 1.1198291381730583, -1.0277387760886438, -0.3200334080609885, -0.46385666013458593, -0.35672449616392155], [0.25121006156757225, 0.1480764408828447, 0.47156363085967357, -0.29949701597982614, -0.14294898336343245, -0.17080077697113777, 0.06393837624451541, -0.20950135926418126, 0.9374859816547707, -0.6667294849527483, 0.9255668794188086, 0.8184307283831334, 1.15943359763055, 0.2237627877509959], [-0.07469140366373353, -0.1263566707331814, -0.008109471831349578, -0.22939018557080043, 0.0196838190261723, -0.6869811917142645, -0.6578209205506175, -0.3281582777025266, -0.43526178600041654, 0.8487222191594591, -0.8100510976134156, -0.31189384253670166, -0.38622958364339605, -0.3004537665215465], [-0.2919590471512705, -0.014722862618187707, -0.09504382946191879, -0.46307962026755267, -0.06322702140774386, -0.3772729428683884, -0.7394662129050257, -0.4540947616892366, -0.32512200544896946, 0.882406191003127, -0.8041676468438149, -0.11639069324581172, -0.3060757668685869, -0.29810915278644756], [-0.654701547582637, -0.05658554066131037, -0.19322851572703226, -0.11254546822242431, 0.07230031391692676, -0.1808725899417353, -0.6369435855193534, -0.29831205895423113, -0.40449648417040335, 1.0377448961074212, -0.9277201130054309, -0.2701209779592295, -0.38019348185475016, -0.3207737522257375], [-0.4941124197875008, 0.15737925822576082, 0.4480402164419901, -0.06580758128307386, -0.14294898336343245, -0.32943183125804987, 0.7290306208119315, -0.23934757801247666, 0.8808778262875465, -0.9715203758100156, 1.1138373040460328, 1.3399772287695135, 0.30750099867027597, 0.5652948551637444], [0.6233989812810056, -0.2007792094765105, 0.8377106900566591, -0.22939018557080043, -0.14294898336343245, 0.03818934216876245, -0.003912962607093168, -0.4540947616892366, 0.709207442076073, -0.6490699268987864, 0.7784806101787896, 0.1056812265300145, 0.26595015845076014, 1.5873510591889661], [-0.126646709715101, -0.22403625283380085, 0.0788248857992196, -0.46307962026755267, -0.13338234792874984, 0.000420043529021432, -0.4702977148233697, -0.4540947616892366, -0.42726280752461315, 0.6943646006137185, -0.6923820822214004, -0.29331106086804676, -0.33948488839644075, -0.3438291206208773], [-0.812456749593153, 0.05504826745368327, -0.2893676876949559, -0.25275912904047565, 0.0882447063080645, -0.27151890667711365, -0.13476911610662393, 0.41217353856616784, -0.5589382993570694, 0.7427648708356882, -0.7571000406870089, -0.5009467700913642, -0.5271655416852671, -0.378216788735662], [-0.3675304014078053, -0.08449399269005878, 0.05836974282732095, -0.019069694343723426, -0.14294898336343245, -0.33446773774334865, 1.1831126577419273, 1.3395901894278361, 0.48769726889997833, -1.1487700140553363, 1.0550027963500253, 0.18492680786080726, 0.7435040720547895, 0.16456129093974725], [-0.9012530908445813, -0.2845045655627558, 0.00723188539757436, -0.46307962026755267, -0.12541015173318096, -0.007133816198926771, -0.289112271516327, -0.4540947616892366, -0.2574383414229405, 0.7607514577425011, -0.6158972222165906, -0.34337706767781123, -0.29133644854747487, 0.20539664682605407], [-0.4157071397463461, 0.08760812815388978, 0.01848221403211862, -0.46307962026755267, -0.12222127325495342, -0.3092882053168547, -0.41400347214978234, -0.4540947616892366, -0.3189689450829668, 0.697307860289379, -0.6335475745253929, -0.14848822521894292, -0.28445809999762256, -0.26958301900941023], [-0.11814493236124086, -0.0519341319898523, -0.0367466719920077, -0.20602124210112518, 0.026061575982627375, -0.04490311483866779, -0.6567024918882283, -0.33689375636056423, -0.5029454500264454, 0.8987576336456843, -0.8688856053094233, -0.3472164853779465, -0.44350236340543125, -0.3272214399972596], [0.48737054361924304, 1.6132701723921368, 0.13712204326913077, -0.08917652475274906, -0.14294898336343245, -0.24130346776532094, 0.05834623293256971, -0.2531787525543697, 0.41693707469094793, -0.4662607981549961, 0.5313756778555576, 0.6236954626322705, 0.09188582780143735, 0.23294585821346686], [-0.1370377709253746, -0.09379681003297492, 0.5666800456790022, -0.18265229863145, -0.14294898336343245, -0.24130346776532094, 0.2205183889789967, -0.3106873203864512, 0.9344094514717693, -0.6788295525082405, 0.9255668794188086, 1.1354130537063045, 0.7112179462085441, 0.28355043799601937], [-0.7878960594597793, 0.0503968587822252, -0.26891254472305726, -0.22939018557080043, 0.07867807087338184, -0.2664830001918149, -0.021062202097060202, 0.4798734981659599, -0.5484780967348649, 0.6260155703678291, -0.6688482791429974, -0.495264431895164, -0.5136895935059647, -0.3661029511043174], [-0.7982871206700528, 0.008534180739102597, 0.6474778604180019, -0.392972789858527, -0.13019346945052226, -0.38482680259633667, -0.16906759508655797, 0.02417269483832703, 1.006400257754, -0.1346535413639348, 0.5549094809339606, 0.16803336998021198, 1.626178677799097, 0.8560269583160154], [-0.7283836179827583, 0.13877362353992853, -0.27811735906041163, -0.20602124210112518, 0.08505582782983694, -0.21108802885352818, -0.20224764540410287, 0.39615849435976536, -0.5663219717962726, 0.7689271790637797, -0.7924007453046134, -0.42093330522054445, -0.4854743270055502, -0.3608275702003447], [-0.21260912518190916, -0.13565948807609757, -0.02651910050605837, -0.22939018557080043, 0.011711622830603431, -0.6869811917142645, -0.5668553893429665, -0.34271740879925605, -0.2408250784347334, 0.7166025626075961, -0.6394310252949936, -0.2524596565386071, -0.182265492971246, -0.06833700674674949], [-0.6594247572236703, 0.13877362353992853, -0.2668670304258674, -0.46307962026755267, -0.12222127325495342, -0.24130346776532094, 0.2943346806966808, -0.4540947616892366, -0.3128158847169642, 0.17765901310890886, -0.2570067252709442, -0.12621960255815812, -0.28445809999762256, -0.254343029731267], [-0.3826446722591122, -0.09844821870443297, 0.23837500098002898, 0.05103713606530231, -0.14294898336343245, -0.35712931692719324, 1.196533801690597, 0.8547711239067441, 0.4760064542045732, -1.1723160914606185, 1.084420050198029, 0.22040302741005763, 0.7658236112267589, 0.08718903768148152], [0.7254203095273272, 1.2179004353182008, 0.5094056453576861, -0.3696038463888518, -0.13816566564609115, -0.007133816198926771, -0.4758898581353154, -0.4540947616892366, 0.43293503164255487, -0.06826668423515227, 0.27838729476272495, 0.07281581101685632, 0.4793193379563816, 0.6176578952476212], [0.11707090776222326, 0.43181236984178695, 0.37440170174315507, -0.29949701597982614, -0.14294898336343245, -0.19094440291233297, -0.13551473521488347, -0.24589918700600497, 0.7547400887844925, -0.34558715145292357, 0.6078605378603675, 0.6385924033087954, 0.8629627376858972, 0.3703011461946809], [0.15013337524945713, 0.6922912554434387, 0.3805382446347245, -0.13591441169209956, -0.14294898336343245, -0.2136059820961775, 0.12060542847223245, -0.3135991466057971, 0.6673666315872551, -0.5404963477522062, 0.6725784963259759, 0.6123307862398697, 0.5591924058107886, 0.24720892510198553], [0.9190719048096972, -0.1868249834621363, 0.4541767593335597, -0.46307962026755267, -0.14294898336343245, -0.12547761860344855, -0.35882765813858414, -0.4540947616892366, 0.7867360026877062, -0.4433687784554161, 0.6961122994043789, 0.23499281467057176, 0.5135707062454419, 1.2897804993093231], [-0.7161032729160713, 0.24575602298346416, -0.22800225877925995, 0.3080955142317297, -0.14294898336343245, -0.2211598418241257, 0.08705256860055793, -0.4540947616892366, -0.4684883119768308, 0.4507281052396152, -0.5099951083637769, -0.2504631593345367, -0.4314301598281395, -0.3618044925899693]], \"links\": [], \"views\": [{\"N_row_sum\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [43.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 38, \"cat_0_index\": 0, \"rank\": 43, \"cat-0\": \"Fast Foods\", \"rankvar\": 42, \"ini\": 44}, {\"group\": [36.0, 10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 36, \"cat_0_index\": 1, \"rank\": 42, \"cat-0\": \"Fast Foods\", \"rankvar\": 43, \"ini\": 43}, {\"group\": [38.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 40, \"cat_0_index\": 2, \"rank\": 41, \"cat-0\": \"Fast Foods\", \"rankvar\": 39, \"ini\": 42}, {\"group\": [35.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 31, \"cat_0_index\": 3, \"rank\": 40, \"cat-0\": \"Fast Foods\", \"rankvar\": 37, \"ini\": 41}, {\"group\": [15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 14, \"cat_0_index\": 4, \"rank\": 0, \"cat-0\": \"Fast Foods\", \"rankvar\": 27, \"ini\": 40}, {\"group\": [40.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 39, \"cat_0_index\": 5, \"rank\": 39, \"cat-0\": \"Fast Foods\", \"rankvar\": 35, \"ini\": 39}, {\"group\": [32.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 33, \"cat_0_index\": 6, \"rank\": 38, \"cat-0\": \"Fast Foods\", \"rankvar\": 36, \"ini\": 38}, {\"group\": [25.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 22, \"cat_0_index\": 7, \"rank\": 37, \"cat-0\": \"Fast Foods\", \"rankvar\": 40, \"ini\": 37}, {\"group\": [28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 27, \"cat_0_index\": 8, \"rank\": 36, \"cat-0\": \"Fast Foods\", \"rankvar\": 41, \"ini\": 36}, {\"group\": [19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 20, \"cat_0_index\": 9, \"rank\": 1, \"cat-0\": \"Fast Foods\", \"rankvar\": 19, \"ini\": 35}, {\"group\": [14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 11, \"cat_0_index\": 10, \"rank\": 2, \"cat-0\": \"Fast Foods\", \"rankvar\": 26, \"ini\": 34}, {\"group\": [20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with chicken\", \"clust\": 21, \"cat_0_index\": 11, \"rank\": 3, \"cat-0\": \"Fast Foods\", \"rankvar\": 18, \"ini\": 33}, {\"group\": [16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg\", \"clust\": 15, \"cat_0_index\": 12, \"rank\": 4, \"cat-0\": \"Fast Foods\", \"rankvar\": 20, \"ini\": 32}, {\"group\": [6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, potato, mashed\", \"clust\": 5, \"cat_0_index\": 13, \"rank\": 5, \"cat-0\": \"Fast Foods\", \"rankvar\": 8, \"ini\": 31}, {\"group\": [7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, corn on the cob with butter\", \"clust\": 6, \"cat_0_index\": 14, \"rank\": 6, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 30}, {\"group\": [39.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 41, \"cat_0_index\": 15, \"rank\": 35, \"cat-0\": \"Fast Foods\", \"rankvar\": 33, \"ini\": 29}, {\"group\": [37.0, 10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 37, \"cat_0_index\": 16, \"rank\": 34, \"cat-0\": \"Fast Foods\", \"rankvar\": 38, \"ini\": 28}, {\"group\": [8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood\", \"clust\": 7, \"cat_0_index\": 17, \"rank\": 7, \"cat-0\": \"Fast Foods\", \"rankvar\": 6, \"ini\": 27}, {\"group\": [12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad without chicken\", \"clust\": 12, \"cat_0_index\": 18, \"rank\": 8, \"cat-0\": \"Fast Foods\", \"rankvar\": 22, \"ini\": 26}, {\"group\": [33.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 34, \"cat_0_index\": 19, \"rank\": 33, \"cat-0\": \"Fast Foods\", \"rankvar\": 24, \"ini\": 25}, {\"group\": [10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad with Grilled Chicken\", \"clust\": 9, \"cat_0_index\": 20, \"rank\": 9, \"cat-0\": \"Fast Foods\", \"rankvar\": 10, \"ini\": 24}, {\"group\": [17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetables tossed, without dressing, with turkey, ham and cheese\", \"clust\": 16, \"cat_0_index\": 21, \"rank\": 10, \"cat-0\": \"Fast Foods\", \"rankvar\": 9, \"ini\": 23}, {\"group\": [13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad without chicken\", \"clust\": 13, \"cat_0_index\": 22, \"rank\": 11, \"cat-0\": \"Fast Foods\", \"rankvar\": 17, \"ini\": 22}, {\"group\": [29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"POPEYES, Biscuit\", \"clust\": 28, \"cat_0_index\": 23, \"rank\": 32, \"cat-0\": \"Fast Foods\", \"rankvar\": 32, \"ini\": 21}, {\"group\": [41.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Popcorn Chicken\", \"clust\": 42, \"cat_0_index\": 24, \"rank\": 31, \"cat-0\": \"Fast Foods\", \"rankvar\": 29, \"ini\": 20}, {\"group\": [22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, chili con carne\", \"clust\": 18, \"cat_0_index\": 25, \"rank\": 12, \"cat-0\": \"Fast Foods\", \"rankvar\": 3, \"ini\": 19}, {\"group\": [3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait (without granola)\", \"clust\": 3, \"cat_0_index\": 26, \"rank\": 13, \"cat-0\": \"Fast Foods\", \"rankvar\": 16, \"ini\": 18}, {\"group\": [23.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 23, \"cat_0_index\": 27, \"rank\": 30, \"cat-0\": \"Fast Foods\", \"rankvar\": 34, \"ini\": 17}, {\"group\": [9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Side dishes, potato salad\", \"clust\": 8, \"cat_0_index\": 28, \"rank\": 14, \"cat-0\": \"Fast Foods\", \"rankvar\": 7, \"ini\": 16}, {\"group\": [18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, taco salad with chili con carne\", \"clust\": 17, \"cat_0_index\": 29, \"rank\": 15, \"cat-0\": \"Fast Foods\", \"rankvar\": 2, \"ini\": 15}, {\"group\": [21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad with Grilled Chicken\", \"clust\": 19, \"cat_0_index\": 30, \"rank\": 16, \"cat-0\": \"Fast Foods\", \"rankvar\": 11, \"ini\": 14}, {\"group\": [26.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"LITTLE CAESARS 14\\\" Cheese Pizza, Thin Crust\", \"clust\": 25, \"cat_0_index\": 31, \"rank\": 29, \"cat-0\": \"Fast Foods\", \"rankvar\": 23, \"ini\": 13}, {\"group\": [34.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Biscuit\", \"clust\": 32, \"cat_0_index\": 32, \"rank\": 28, \"cat-0\": \"Fast Foods\", \"rankvar\": 25, \"ini\": 12}, {\"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait\", \"clust\": 4, \"cat_0_index\": 33, \"rank\": 17, \"cat-0\": \"Fast Foods\", \"rankvar\": 12, \"ini\": 11}, {\"group\": [44.0, 12.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Ranch Dressing\", \"clust\": 35, \"cat_0_index\": 34, \"rank\": 27, \"cat-0\": \"Fast Foods\", \"rankvar\": 31, \"ini\": 10}, {\"group\": [5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt parfait, lowfat, with fruit and granola\", \"clust\": 2, \"cat_0_index\": 35, \"rank\": 18, \"cat-0\": \"Fast Foods\", \"rankvar\": 15, \"ini\": 9}, {\"group\": [11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S Bacon Ranch Salad with Crispy Chicken\", \"clust\": 10, \"cat_0_index\": 36, \"rank\": 19, \"cat-0\": \"Fast Foods\", \"rankvar\": 4, \"ini\": 8}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, sundae, strawberry\", \"clust\": 0, \"cat_0_index\": 37, \"rank\": 20, \"cat-0\": \"Fast Foods\", \"rankvar\": 0, \"ini\": 7}, {\"group\": [24.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast foods, miniature cinnamon rolls\", \"clust\": 24, \"cat_0_index\": 38, \"rank\": 26, \"cat-0\": \"Fast Foods\", \"rankvar\": 30, \"ini\": 6}, {\"group\": [27.0, 7.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Entrees, crab cake\", \"clust\": 26, \"cat_0_index\": 39, \"rank\": 25, \"cat-0\": \"Fast Foods\", \"rankvar\": 21, \"ini\": 5}, {\"group\": [30.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage, Egg and Cheese\", \"clust\": 29, \"cat_0_index\": 40, \"rank\": 24, \"cat-0\": \"Fast Foods\", \"rankvar\": 14, \"ini\": 4}, {\"group\": [31.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage McMUFFIN\", \"clust\": 30, \"cat_0_index\": 41, \"rank\": 23, \"cat-0\": \"Fast Foods\", \"rankvar\": 13, \"ini\": 3}, {\"group\": [42.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading\", \"clust\": 43, \"cat_0_index\": 42, \"rank\": 22, \"cat-0\": \"Fast Foods\", \"rankvar\": 28, \"ini\": 2}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WENDY'S, Frosty Dairy Dessert\", \"clust\": 1, \"cat_0_index\": 43, \"rank\": 21, \"cat-0\": \"Fast Foods\", \"rankvar\": 5, \"ini\": 1}], \"col_nodes\": [{\"group\": [3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 3, \"rank\": 1, \"ini\": 14, \"rankvar\": 6}, {\"group\": [13.0, 10.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 7, \"rank\": 6, \"ini\": 13, \"rankvar\": 4}, {\"group\": [12.0, 9.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 8, \"rank\": 8, \"ini\": 12, \"rankvar\": 3}, {\"group\": [5.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 5, \"rank\": 0, \"ini\": 11, \"rankvar\": 1}, {\"group\": [6.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 6, \"rank\": 5, \"ini\": 10, \"rankvar\": 0}, {\"group\": [4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 4, \"rank\": 2, \"ini\": 9, \"rankvar\": 2}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 1, \"rank\": 4, \"ini\": 8, \"rankvar\": 7}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 2, \"rank\": 3, \"ini\": 7, \"rankvar\": 5}, {\"group\": [7.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 12, \"rank\": 12, \"ini\": 6, \"rankvar\": 11}, {\"group\": [14.0, 11.0, 7.0, 6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 7, \"ini\": 5, \"rankvar\": 10}, {\"group\": [9.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 11, \"rank\": 9, \"ini\": 4, \"rankvar\": 12}, {\"group\": [10.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 10, \"rank\": 10, \"ini\": 3, \"rankvar\": 8}, {\"group\": [8.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 13, \"rank\": 11, \"ini\": 2, \"rankvar\": 9}, {\"group\": [11.0, 8.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 9, \"rank\": 13, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_sum\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [18.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 16, \"cat_0_index\": 0, \"rank\": 19, \"cat-0\": \"Fast Foods\", \"rankvar\": 18, \"ini\": 20}, {\"group\": [10.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 10, \"cat_0_index\": 1, \"rank\": 18, \"cat-0\": \"Fast Foods\", \"rankvar\": 19, \"ini\": 19}, {\"group\": [15.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 18, \"cat_0_index\": 2, \"rank\": 17, \"cat-0\": \"Fast Foods\", \"rankvar\": 15, \"ini\": 18}, {\"group\": [14.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 13, \"cat_0_index\": 3, \"rank\": 16, \"cat-0\": \"Fast Foods\", \"rankvar\": 13, \"ini\": 17}, {\"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 7, \"cat_0_index\": 4, \"rank\": 0, \"cat-0\": \"Fast Foods\", \"rankvar\": 9, \"ini\": 16}, {\"group\": [17.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 17, \"cat_0_index\": 5, \"rank\": 15, \"cat-0\": \"Fast Foods\", \"rankvar\": 11, \"ini\": 15}, {\"group\": [12.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 14, \"cat_0_index\": 6, \"rank\": 14, \"cat-0\": \"Fast Foods\", \"rankvar\": 12, \"ini\": 14}, {\"group\": [20.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 9, \"cat_0_index\": 7, \"rank\": 13, \"cat-0\": \"Fast Foods\", \"rankvar\": 16, \"ini\": 13}, {\"group\": [19.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 12, \"cat_0_index\": 8, \"rank\": 12, \"cat-0\": \"Fast Foods\", \"rankvar\": 17, \"ini\": 12}, {\"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 5, \"cat_0_index\": 9, \"rank\": 1, \"cat-0\": \"Fast Foods\", \"rankvar\": 4, \"ini\": 11}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 3, \"cat_0_index\": 10, \"rank\": 2, \"cat-0\": \"Fast Foods\", \"rankvar\": 8, \"ini\": 10}, {\"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with chicken\", \"clust\": 6, \"cat_0_index\": 11, \"rank\": 3, \"cat-0\": \"Fast Foods\", \"rankvar\": 3, \"ini\": 9}, {\"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg\", \"clust\": 8, \"cat_0_index\": 12, \"rank\": 4, \"cat-0\": \"Fast Foods\", \"rankvar\": 5, \"ini\": 8}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, potato, mashed\", \"clust\": 0, \"cat_0_index\": 13, \"rank\": 5, \"cat-0\": \"Fast Foods\", \"rankvar\": 2, \"ini\": 7}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, corn on the cob with butter\", \"clust\": 1, \"cat_0_index\": 14, \"rank\": 6, \"cat-0\": \"Fast Foods\", \"rankvar\": 0, \"ini\": 6}, {\"group\": [16.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 19, \"cat_0_index\": 15, \"rank\": 11, \"cat-0\": \"Fast Foods\", \"rankvar\": 10, \"ini\": 5}, {\"group\": [11.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 11, \"cat_0_index\": 16, \"rank\": 10, \"cat-0\": \"Fast Foods\", \"rankvar\": 14, \"ini\": 4}, {\"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood\", \"clust\": 2, \"cat_0_index\": 17, \"rank\": 7, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 3}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad without chicken\", \"clust\": 4, \"cat_0_index\": 18, \"rank\": 8, \"cat-0\": \"Fast Foods\", \"rankvar\": 6, \"ini\": 2}, {\"group\": [13.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 15, \"cat_0_index\": 19, \"rank\": 9, \"cat-0\": \"Fast Foods\", \"rankvar\": 7, \"ini\": 1}], \"col_nodes\": [{\"group\": [9.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 8, \"rank\": 1, \"ini\": 14, \"rankvar\": 6}, {\"group\": [11.0, 8.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 10, \"rank\": 5, \"ini\": 13, \"rankvar\": 1}, {\"group\": [8.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 2, \"rank\": 8, \"ini\": 12, \"rankvar\": 4}, {\"group\": [12.0, 9.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 11, \"rank\": 0, \"ini\": 11, \"rankvar\": 2}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 0, \"rank\": 6, \"ini\": 10, \"rankvar\": 0}, {\"group\": [10.0, 7.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 9, \"rank\": 4, \"ini\": 9, \"rankvar\": 3}, {\"group\": [13.0, 10.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 12, \"rank\": 3, \"ini\": 8, \"rankvar\": 7}, {\"group\": [14.0, 11.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 13, \"rank\": 2, \"ini\": 7, \"rankvar\": 5}, {\"group\": [3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 6, \"rank\": 12, \"ini\": 6, \"rankvar\": 11}, {\"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 1, \"rank\": 7, \"ini\": 5, \"rankvar\": 10}, {\"group\": [5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 5, \"rank\": 9, \"ini\": 4, \"rankvar\": 12}, {\"group\": [6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 4, \"rank\": 10, \"ini\": 3, \"rankvar\": 8}, {\"group\": [4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 7, \"rank\": 11, \"ini\": 2, \"rankvar\": 9}, {\"group\": [7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 3, \"rank\": 13, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_sum\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"group\": [7.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 7, \"cat_0_index\": 0, \"rank\": 9, \"cat-0\": \"Fast Foods\", \"rankvar\": 8, \"ini\": 10}, {\"group\": [9.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 3, \"cat_0_index\": 1, \"rank\": 8, \"cat-0\": \"Fast Foods\", \"rankvar\": 9, \"ini\": 9}, {\"group\": [5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 8, \"cat_0_index\": 2, \"rank\": 7, \"cat-0\": \"Fast Foods\", \"rankvar\": 5, \"ini\": 8}, {\"group\": [3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 5, \"cat_0_index\": 3, \"rank\": 6, \"cat-0\": \"Fast Foods\", \"rankvar\": 4, \"ini\": 7}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 0, \"cat_0_index\": 4, \"rank\": 0, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 6}, {\"group\": [6.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 9, \"cat_0_index\": 5, \"rank\": 5, \"cat-0\": \"Fast Foods\", \"rankvar\": 2, \"ini\": 5}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 6, \"cat_0_index\": 6, \"rank\": 4, \"cat-0\": \"Fast Foods\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 2, \"cat_0_index\": 7, \"rank\": 3, \"cat-0\": \"Fast Foods\", \"rankvar\": 6, \"ini\": 3}, {\"group\": [8.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 4, \"cat_0_index\": 8, \"rank\": 2, \"cat-0\": \"Fast Foods\", \"rankvar\": 7, \"ini\": 2}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 1, \"cat_0_index\": 9, \"rank\": 1, \"cat-0\": \"Fast Foods\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [9.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 8, \"rank\": 5, \"ini\": 14, \"rankvar\": 5}, {\"group\": [11.0, 7.0, 5.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 10, \"rank\": 2, \"ini\": 13, \"rankvar\": 0}, {\"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 0, \"rank\": 8, \"ini\": 12, \"rankvar\": 3}, {\"group\": [12.0, 7.0, 5.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 11, \"rank\": 1, \"ini\": 11, \"rankvar\": 2}, {\"group\": [13.0, 8.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 12, \"rank\": 6, \"ini\": 10, \"rankvar\": 1}, {\"group\": [10.0, 6.0, 4.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 9, \"rank\": 3, \"ini\": 9, \"rankvar\": 4}, {\"group\": [7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 6, \"rank\": 7, \"ini\": 8, \"rankvar\": 8}, {\"group\": [8.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 7, \"rank\": 4, \"ini\": 7, \"rankvar\": 6}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 4, \"rank\": 13, \"ini\": 6, \"rankvar\": 11}, {\"group\": [14.0, 9.0, 6.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 13, \"rank\": 0, \"ini\": 5, \"rankvar\": 10}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 5, \"rank\": 11, \"ini\": 4, \"rankvar\": 12}, {\"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 2, \"rank\": 9, \"ini\": 3, \"rankvar\": 7}, {\"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 3, \"rank\": 10, \"ini\": 2, \"rankvar\": 9}, {\"group\": [5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 1, \"rank\": 12, \"ini\": 1, \"rankvar\": 13}]}}, {\"N_row_var\": \"all\", \"nodes\": {\"row_nodes\": [{\"group\": [43.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 38, \"cat_0_index\": 0, \"rank\": 43, \"cat-0\": \"Fast Foods\", \"rankvar\": 42, \"ini\": 44}, {\"group\": [36.0, 10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 36, \"cat_0_index\": 1, \"rank\": 42, \"cat-0\": \"Fast Foods\", \"rankvar\": 43, \"ini\": 43}, {\"group\": [38.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 40, \"cat_0_index\": 2, \"rank\": 41, \"cat-0\": \"Fast Foods\", \"rankvar\": 39, \"ini\": 42}, {\"group\": [35.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 31, \"cat_0_index\": 3, \"rank\": 40, \"cat-0\": \"Fast Foods\", \"rankvar\": 37, \"ini\": 41}, {\"group\": [15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 14, \"cat_0_index\": 4, \"rank\": 0, \"cat-0\": \"Fast Foods\", \"rankvar\": 27, \"ini\": 40}, {\"group\": [40.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 39, \"cat_0_index\": 5, \"rank\": 39, \"cat-0\": \"Fast Foods\", \"rankvar\": 35, \"ini\": 39}, {\"group\": [32.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 33, \"cat_0_index\": 6, \"rank\": 38, \"cat-0\": \"Fast Foods\", \"rankvar\": 36, \"ini\": 38}, {\"group\": [25.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 22, \"cat_0_index\": 7, \"rank\": 37, \"cat-0\": \"Fast Foods\", \"rankvar\": 40, \"ini\": 37}, {\"group\": [28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 27, \"cat_0_index\": 8, \"rank\": 36, \"cat-0\": \"Fast Foods\", \"rankvar\": 41, \"ini\": 36}, {\"group\": [19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 20, \"cat_0_index\": 9, \"rank\": 1, \"cat-0\": \"Fast Foods\", \"rankvar\": 19, \"ini\": 35}, {\"group\": [14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 11, \"cat_0_index\": 10, \"rank\": 2, \"cat-0\": \"Fast Foods\", \"rankvar\": 26, \"ini\": 34}, {\"group\": [20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with chicken\", \"clust\": 21, \"cat_0_index\": 11, \"rank\": 3, \"cat-0\": \"Fast Foods\", \"rankvar\": 18, \"ini\": 33}, {\"group\": [16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg\", \"clust\": 15, \"cat_0_index\": 12, \"rank\": 4, \"cat-0\": \"Fast Foods\", \"rankvar\": 20, \"ini\": 32}, {\"group\": [6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, potato, mashed\", \"clust\": 5, \"cat_0_index\": 13, \"rank\": 5, \"cat-0\": \"Fast Foods\", \"rankvar\": 8, \"ini\": 31}, {\"group\": [7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, corn on the cob with butter\", \"clust\": 6, \"cat_0_index\": 14, \"rank\": 6, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 30}, {\"group\": [39.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 41, \"cat_0_index\": 15, \"rank\": 35, \"cat-0\": \"Fast Foods\", \"rankvar\": 33, \"ini\": 29}, {\"group\": [37.0, 10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 37, \"cat_0_index\": 16, \"rank\": 34, \"cat-0\": \"Fast Foods\", \"rankvar\": 38, \"ini\": 28}, {\"group\": [8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood\", \"clust\": 7, \"cat_0_index\": 17, \"rank\": 7, \"cat-0\": \"Fast Foods\", \"rankvar\": 6, \"ini\": 27}, {\"group\": [12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad without chicken\", \"clust\": 12, \"cat_0_index\": 18, \"rank\": 8, \"cat-0\": \"Fast Foods\", \"rankvar\": 22, \"ini\": 26}, {\"group\": [33.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 34, \"cat_0_index\": 19, \"rank\": 33, \"cat-0\": \"Fast Foods\", \"rankvar\": 24, \"ini\": 25}, {\"group\": [10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad with Grilled Chicken\", \"clust\": 9, \"cat_0_index\": 20, \"rank\": 9, \"cat-0\": \"Fast Foods\", \"rankvar\": 10, \"ini\": 24}, {\"group\": [17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetables tossed, without dressing, with turkey, ham and cheese\", \"clust\": 16, \"cat_0_index\": 21, \"rank\": 10, \"cat-0\": \"Fast Foods\", \"rankvar\": 9, \"ini\": 23}, {\"group\": [13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad without chicken\", \"clust\": 13, \"cat_0_index\": 22, \"rank\": 11, \"cat-0\": \"Fast Foods\", \"rankvar\": 17, \"ini\": 22}, {\"group\": [29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"POPEYES, Biscuit\", \"clust\": 28, \"cat_0_index\": 23, \"rank\": 32, \"cat-0\": \"Fast Foods\", \"rankvar\": 32, \"ini\": 21}, {\"group\": [41.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Popcorn Chicken\", \"clust\": 42, \"cat_0_index\": 24, \"rank\": 31, \"cat-0\": \"Fast Foods\", \"rankvar\": 29, \"ini\": 20}, {\"group\": [22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, chili con carne\", \"clust\": 18, \"cat_0_index\": 25, \"rank\": 12, \"cat-0\": \"Fast Foods\", \"rankvar\": 3, \"ini\": 19}, {\"group\": [3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait (without granola)\", \"clust\": 3, \"cat_0_index\": 26, \"rank\": 13, \"cat-0\": \"Fast Foods\", \"rankvar\": 16, \"ini\": 18}, {\"group\": [23.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 23, \"cat_0_index\": 27, \"rank\": 30, \"cat-0\": \"Fast Foods\", \"rankvar\": 34, \"ini\": 17}, {\"group\": [9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Side dishes, potato salad\", \"clust\": 8, \"cat_0_index\": 28, \"rank\": 14, \"cat-0\": \"Fast Foods\", \"rankvar\": 7, \"ini\": 16}, {\"group\": [18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, taco salad with chili con carne\", \"clust\": 17, \"cat_0_index\": 29, \"rank\": 15, \"cat-0\": \"Fast Foods\", \"rankvar\": 2, \"ini\": 15}, {\"group\": [21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad with Grilled Chicken\", \"clust\": 19, \"cat_0_index\": 30, \"rank\": 16, \"cat-0\": \"Fast Foods\", \"rankvar\": 11, \"ini\": 14}, {\"group\": [26.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"LITTLE CAESARS 14\\\" Cheese Pizza, Thin Crust\", \"clust\": 25, \"cat_0_index\": 31, \"rank\": 29, \"cat-0\": \"Fast Foods\", \"rankvar\": 23, \"ini\": 13}, {\"group\": [34.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Biscuit\", \"clust\": 32, \"cat_0_index\": 32, \"rank\": 28, \"cat-0\": \"Fast Foods\", \"rankvar\": 25, \"ini\": 12}, {\"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait\", \"clust\": 4, \"cat_0_index\": 33, \"rank\": 17, \"cat-0\": \"Fast Foods\", \"rankvar\": 12, \"ini\": 11}, {\"group\": [44.0, 12.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Ranch Dressing\", \"clust\": 35, \"cat_0_index\": 34, \"rank\": 27, \"cat-0\": \"Fast Foods\", \"rankvar\": 31, \"ini\": 10}, {\"group\": [5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt parfait, lowfat, with fruit and granola\", \"clust\": 2, \"cat_0_index\": 35, \"rank\": 18, \"cat-0\": \"Fast Foods\", \"rankvar\": 15, \"ini\": 9}, {\"group\": [11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S Bacon Ranch Salad with Crispy Chicken\", \"clust\": 10, \"cat_0_index\": 36, \"rank\": 19, \"cat-0\": \"Fast Foods\", \"rankvar\": 4, \"ini\": 8}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, sundae, strawberry\", \"clust\": 0, \"cat_0_index\": 37, \"rank\": 20, \"cat-0\": \"Fast Foods\", \"rankvar\": 0, \"ini\": 7}, {\"group\": [24.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast foods, miniature cinnamon rolls\", \"clust\": 24, \"cat_0_index\": 38, \"rank\": 26, \"cat-0\": \"Fast Foods\", \"rankvar\": 30, \"ini\": 6}, {\"group\": [27.0, 7.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Entrees, crab cake\", \"clust\": 26, \"cat_0_index\": 39, \"rank\": 25, \"cat-0\": \"Fast Foods\", \"rankvar\": 21, \"ini\": 5}, {\"group\": [30.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage, Egg and Cheese\", \"clust\": 29, \"cat_0_index\": 40, \"rank\": 24, \"cat-0\": \"Fast Foods\", \"rankvar\": 14, \"ini\": 4}, {\"group\": [31.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage McMUFFIN\", \"clust\": 30, \"cat_0_index\": 41, \"rank\": 23, \"cat-0\": \"Fast Foods\", \"rankvar\": 13, \"ini\": 3}, {\"group\": [42.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading\", \"clust\": 43, \"cat_0_index\": 42, \"rank\": 22, \"cat-0\": \"Fast Foods\", \"rankvar\": 28, \"ini\": 2}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WENDY'S, Frosty Dairy Dessert\", \"clust\": 1, \"cat_0_index\": 43, \"rank\": 21, \"cat-0\": \"Fast Foods\", \"rankvar\": 5, \"ini\": 1}], \"col_nodes\": [{\"group\": [3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 3, \"rank\": 1, \"ini\": 14, \"rankvar\": 6}, {\"group\": [13.0, 10.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 7, \"rank\": 6, \"ini\": 13, \"rankvar\": 4}, {\"group\": [12.0, 9.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 8, \"rank\": 8, \"ini\": 12, \"rankvar\": 3}, {\"group\": [5.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 5, \"rank\": 0, \"ini\": 11, \"rankvar\": 1}, {\"group\": [6.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 6, \"rank\": 5, \"ini\": 10, \"rankvar\": 0}, {\"group\": [4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 4, \"rank\": 2, \"ini\": 9, \"rankvar\": 2}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 1, \"rank\": 4, \"ini\": 8, \"rankvar\": 7}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 2, \"rank\": 3, \"ini\": 7, \"rankvar\": 5}, {\"group\": [7.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 12, \"rank\": 12, \"ini\": 6, \"rankvar\": 11}, {\"group\": [14.0, 11.0, 7.0, 6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 7, \"ini\": 5, \"rankvar\": 10}, {\"group\": [9.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 11, \"rank\": 9, \"ini\": 4, \"rankvar\": 12}, {\"group\": [10.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 10, \"rank\": 10, \"ini\": 3, \"rankvar\": 8}, {\"group\": [8.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 13, \"rank\": 11, \"ini\": 2, \"rankvar\": 9}, {\"group\": [11.0, 8.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 9, \"rank\": 13, \"ini\": 1, \"rankvar\": 13}]}, \"dist\": \"cos\"}, {\"N_row_var\": 20, \"nodes\": {\"row_nodes\": [{\"group\": [12.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 12, \"cat_0_index\": 0, \"rank\": 18, \"cat-0\": \"Fast Foods\", \"rankvar\": 19, \"ini\": 20}, {\"group\": [19.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 14, \"cat_0_index\": 1, \"rank\": 19, \"cat-0\": \"Fast Foods\", \"rankvar\": 18, \"ini\": 19}, {\"group\": [6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 5, \"cat_0_index\": 2, \"rank\": 12, \"cat-0\": \"Fast Foods\", \"rankvar\": 17, \"ini\": 18}, {\"group\": [5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 2, \"cat_0_index\": 3, \"rank\": 13, \"cat-0\": \"Fast Foods\", \"rankvar\": 16, \"ini\": 17}, {\"group\": [14.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 16, \"cat_0_index\": 4, \"rank\": 17, \"cat-0\": \"Fast Foods\", \"rankvar\": 15, \"ini\": 16}, {\"group\": [13.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 13, \"cat_0_index\": 5, \"rank\": 10, \"cat-0\": \"Fast Foods\", \"rankvar\": 14, \"ini\": 15}, {\"group\": [11.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 7, \"cat_0_index\": 6, \"rank\": 16, \"cat-0\": \"Fast Foods\", \"rankvar\": 13, \"ini\": 14}, {\"group\": [8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 9, \"cat_0_index\": 7, \"rank\": 14, \"cat-0\": \"Fast Foods\", \"rankvar\": 12, \"ini\": 13}, {\"group\": [16.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 15, \"cat_0_index\": 8, \"rank\": 15, \"cat-0\": \"Fast Foods\", \"rankvar\": 11, \"ini\": 12}, {\"group\": [3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 3, \"cat_0_index\": 9, \"rank\": 6, \"cat-0\": \"Fast Foods\", \"rankvar\": 10, \"ini\": 11}, {\"group\": [15.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 17, \"cat_0_index\": 10, \"rank\": 11, \"cat-0\": \"Fast Foods\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [7.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"POPEYES, Biscuit\", \"clust\": 6, \"cat_0_index\": 11, \"rank\": 8, \"cat-0\": \"Fast Foods\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [20.0, 7.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Ranch Dressing\", \"clust\": 11, \"cat_0_index\": 12, \"rank\": 4, \"cat-0\": \"Fast Foods\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"Fast foods, miniature cinnamon rolls\", \"clust\": 4, \"cat_0_index\": 13, \"rank\": 3, \"cat-0\": \"Fast Foods\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [17.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Popcorn Chicken\", \"clust\": 18, \"cat_0_index\": 14, \"rank\": 7, \"cat-0\": \"Fast Foods\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [18.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading\", \"clust\": 19, \"cat_0_index\": 15, \"rank\": 2, \"cat-0\": \"Fast Foods\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 0, \"cat_0_index\": 16, \"rank\": 0, \"cat-0\": \"Fast Foods\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 1, \"cat_0_index\": 17, \"rank\": 1, \"cat-0\": \"Fast Foods\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [10.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"McDONALD'S, Sausage Biscuit\", \"clust\": 8, \"cat_0_index\": 18, \"rank\": 5, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [9.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 10, \"cat_0_index\": 19, \"rank\": 9, \"cat-0\": \"Fast Foods\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 0, \"rank\": 3, \"ini\": 14, \"rankvar\": 6}, {\"group\": [5.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 4, \"rank\": 4, \"ini\": 13, \"rankvar\": 1}, {\"group\": [14.0, 10.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 8, \"rank\": 8, \"ini\": 12, \"rankvar\": 4}, {\"group\": [6.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 5, \"rank\": 1, \"ini\": 11, \"rankvar\": 2}, {\"group\": [3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 2, \"rank\": 5, \"ini\": 10, \"rankvar\": 0}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 1, \"rank\": 2, \"ini\": 9, \"rankvar\": 3}, {\"group\": [7.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 6, \"rank\": 7, \"ini\": 8, \"rankvar\": 8}, {\"group\": [8.0, 7.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 7, \"rank\": 6, \"ini\": 7, \"rankvar\": 7}, {\"group\": [9.0, 8.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 12, \"rank\": 13, \"ini\": 6, \"rankvar\": 11}, {\"group\": [4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 3, \"rank\": 0, \"ini\": 5, \"rankvar\": 10}, {\"group\": [10.0, 8.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 13, \"rank\": 11, \"ini\": 4, \"rankvar\": 12}, {\"group\": [12.0, 8.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 10, \"rank\": 9, \"ini\": 3, \"rankvar\": 5}, {\"group\": [11.0, 8.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 11, \"rank\": 10, \"ini\": 2, \"rankvar\": 9}, {\"group\": [13.0, 9.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 9, \"rank\": 12, \"ini\": 1, \"rankvar\": 13}]}, \"dist\": \"cos\"}, {\"N_row_var\": 10, \"nodes\": {\"row_nodes\": [{\"group\": [3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 2, \"cat_0_index\": 0, \"rank\": 8, \"cat-0\": \"Fast Foods\", \"rankvar\": 9, \"ini\": 10}, {\"group\": [9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 7, \"cat_0_index\": 1, \"rank\": 9, \"cat-0\": \"Fast Foods\", \"rankvar\": 8, \"ini\": 9}, {\"group\": [10.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 4, \"cat_0_index\": 2, \"rank\": 2, \"cat-0\": \"Fast Foods\", \"rankvar\": 7, \"ini\": 8}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 0, \"cat_0_index\": 3, \"rank\": 3, \"cat-0\": \"Fast Foods\", \"rankvar\": 6, \"ini\": 7}, {\"group\": [7.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 8, \"cat_0_index\": 4, \"rank\": 7, \"cat-0\": \"Fast Foods\", \"rankvar\": 5, \"ini\": 6}, {\"group\": [4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 3, \"cat_0_index\": 5, \"rank\": 1, \"cat-0\": \"Fast Foods\", \"rankvar\": 4, \"ini\": 5}, {\"group\": [5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 5, \"cat_0_index\": 6, \"rank\": 6, \"cat-0\": \"Fast Foods\", \"rankvar\": 3, \"ini\": 4}, {\"group\": [6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 6, \"cat_0_index\": 7, \"rank\": 4, \"cat-0\": \"Fast Foods\", \"rankvar\": 2, \"ini\": 3}, {\"group\": [8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 9, \"cat_0_index\": 8, \"rank\": 5, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 2}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 1, \"cat_0_index\": 9, \"rank\": 0, \"cat-0\": \"Fast Foods\", \"rankvar\": 0, \"ini\": 1}], \"col_nodes\": [{\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 0, \"rank\": 5, \"ini\": 14, \"rankvar\": 9}, {\"group\": [3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 4, \"rank\": 4, \"ini\": 13, \"rankvar\": 1}, {\"group\": [14.0, 10.0, 5.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 8, \"rank\": 8, \"ini\": 12, \"rankvar\": 3}, {\"group\": [6.0, 5.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 2, \"rank\": 1, \"ini\": 11, \"rankvar\": 2}, {\"group\": [4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 5, \"rank\": 3, \"ini\": 10, \"rankvar\": 0}, {\"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 1, \"rank\": 2, \"ini\": 9, \"rankvar\": 4}, {\"group\": [7.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 6, \"rank\": 7, \"ini\": 8, \"rankvar\": 11}, {\"group\": [8.0, 7.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 7, \"rank\": 6, \"ini\": 7, \"rankvar\": 12}, {\"group\": [9.0, 8.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 12, \"rank\": 13, \"ini\": 6, \"rankvar\": 8}, {\"group\": [5.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 3, \"rank\": 0, \"ini\": 5, \"rankvar\": 7}, {\"group\": [10.0, 8.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 13, \"rank\": 11, \"ini\": 4, \"rankvar\": 5}, {\"group\": [12.0, 8.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 10, \"rank\": 9, \"ini\": 3, \"rankvar\": 6}, {\"group\": [11.0, 8.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 11, \"rank\": 10, \"ini\": 2, \"rankvar\": 10}, {\"group\": [13.0, 9.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 9, \"rank\": 12, \"ini\": 1, \"rankvar\": 13}]}, \"dist\": \"cos\"}], \"cat_colors\": {\"col\": {}, \"row\": {\"cat-0\": {\"Legumes and Legume Products\": \"#bd9e39\", \"Beef Products\": \"#98df8a\", \"Soups, Sauces, and Gravies\": \"#ff9896\", \"Fats and Oils\": \"#dbdb8d\", \"Baked Products\": \"#ff7f0e\", \"Meals, Entrees, and Sidedishes\": \"#843c39\", \"Fast Foods\": \"#2ca02c\", \"Beverages\": \"#404040\", \"Sweets\": \"#5254a3\", \"Spices and Herbs\": \"#8c564b\", \"Pork Products\": \"#a55194\", \"Nut and Seed Products\": \"#d6616b\", \"Finfish and Shellfish Products\": \"#637939\", \"Dairy and Egg Products\": \"#FFDB58\", \"Restaurant Foods\": \"#aec7e8\", \"Breakfast Cereals\": \"#c5b0d5\", \"Ethnic Foods\": \"#e377c2\", \"Baby Foods\": \"#393b79\", \"Poultry Products\": \"#de9ed6\", \"Cereal Grains and Pasta\": \"#1f77b4\", \"Snacks\": \"#bcbd22\", \"Lamb, Veal, and Game Products\": \"#8ca252\", \"Vegetables and Vegetable Products\": \"#c49c94\", \"Sausages and Luncheon Meats\": \"#ffbb78\", \"Fruits and Fruit Juices\": \"#9c9ede\"}}}, \"row_nodes\": [{\"group\": [43.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Peanuts (for Sundaes)\", \"clust\": 38, \"cat_0_index\": 0, \"rank\": 43, \"cat-0\": \"Fast Foods\", \"rankvar\": 42, \"ini\": 44}, {\"group\": [36.0, 10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Creamy Ranch Sauce\", \"clust\": 36, \"cat_0_index\": 1, \"rank\": 42, \"cat-0\": \"Fast Foods\", \"rankvar\": 43, \"ini\": 43}, {\"group\": [38.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Skin and Breading\", \"clust\": 40, \"cat_0_index\": 2, \"rank\": 41, \"cat-0\": \"Fast Foods\", \"rankvar\": 39, \"ini\": 42}, {\"group\": [35.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Patty\", \"clust\": 31, \"cat_0_index\": 3, \"rank\": 40, \"cat-0\": \"Fast Foods\", \"rankvar\": 37, \"ini\": 41}, {\"group\": [15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing\", \"clust\": 14, \"cat_0_index\": 4, \"rank\": 0, \"cat-0\": \"Fast Foods\", \"rankvar\": 27, \"ini\": 40}, {\"group\": [40.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast Foods, Fried Chicken, Skin and breading from all pieces\", \"clust\": 39, \"cat_0_index\": 5, \"rank\": 39, \"cat-0\": \"Fast Foods\", \"rankvar\": 35, \"ini\": 39}, {\"group\": [32.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"POPEYES, Fried Chicken, Mild, Skin and Breading\", \"clust\": 33, \"cat_0_index\": 6, \"rank\": 38, \"cat-0\": \"Fast Foods\", \"rankvar\": 36, \"ini\": 38}, {\"group\": [25.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, McDONALDLAND Chocolate Chip Cookies\", \"clust\": 22, \"cat_0_index\": 7, \"rank\": 37, \"cat-0\": \"Fast Foods\", \"rankvar\": 40, \"ini\": 37}, {\"group\": [28.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast foods, nachos, with cinnamon and sugar\", \"clust\": 27, \"cat_0_index\": 8, \"rank\": 36, \"cat-0\": \"Fast Foods\", \"rankvar\": 41, \"ini\": 36}, {\"group\": [19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with shrimp\", \"clust\": 20, \"cat_0_index\": 9, \"rank\": 1, \"cat-0\": \"Fast Foods\", \"rankvar\": 19, \"ini\": 35}, {\"group\": [14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Side Salad\", \"clust\": 11, \"cat_0_index\": 10, \"rank\": 2, \"cat-0\": \"Fast Foods\", \"rankvar\": 26, \"ini\": 34}, {\"group\": [20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with chicken\", \"clust\": 21, \"cat_0_index\": 11, \"rank\": 3, \"cat-0\": \"Fast Foods\", \"rankvar\": 18, \"ini\": 33}, {\"group\": [16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with cheese and egg\", \"clust\": 15, \"cat_0_index\": 12, \"rank\": 4, \"cat-0\": \"Fast Foods\", \"rankvar\": 20, \"ini\": 32}, {\"group\": [6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, potato, mashed\", \"clust\": 5, \"cat_0_index\": 13, \"rank\": 5, \"cat-0\": \"Fast Foods\", \"rankvar\": 8, \"ini\": 31}, {\"group\": [7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, corn on the cob with butter\", \"clust\": 6, \"cat_0_index\": 14, \"rank\": 6, \"cat-0\": \"Fast Foods\", \"rankvar\": 1, \"ini\": 30}, {\"group\": [39.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, ORIGINAL RECIPE, Skin and Breading\", \"clust\": 41, \"cat_0_index\": 15, \"rank\": 35, \"cat-0\": \"Fast Foods\", \"rankvar\": 33, \"ini\": 29}, {\"group\": [37.0, 10.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Creamy Caesar Dressing\", \"clust\": 37, \"cat_0_index\": 16, \"rank\": 34, \"cat-0\": \"Fast Foods\", \"rankvar\": 38, \"ini\": 28}, {\"group\": [8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetable, tossed, without dressing, with pasta and seafood\", \"clust\": 7, \"cat_0_index\": 17, \"rank\": 7, \"cat-0\": \"Fast Foods\", \"rankvar\": 6, \"ini\": 27}, {\"group\": [12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad without chicken\", \"clust\": 12, \"cat_0_index\": 18, \"rank\": 8, \"cat-0\": \"Fast Foods\", \"rankvar\": 22, \"ini\": 26}, {\"group\": [33.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage and Cheese\", \"clust\": 34, \"cat_0_index\": 19, \"rank\": 33, \"cat-0\": \"Fast Foods\", \"rankvar\": 24, \"ini\": 25}, {\"group\": [10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad with Grilled Chicken\", \"clust\": 9, \"cat_0_index\": 20, \"rank\": 9, \"cat-0\": \"Fast Foods\", \"rankvar\": 10, \"ini\": 24}, {\"group\": [17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, salad, vegetables tossed, without dressing, with turkey, ham and cheese\", \"clust\": 16, \"cat_0_index\": 21, \"rank\": 10, \"cat-0\": \"Fast Foods\", \"rankvar\": 9, \"ini\": 23}, {\"group\": [13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Bacon Ranch Salad without chicken\", \"clust\": 13, \"cat_0_index\": 22, \"rank\": 11, \"cat-0\": \"Fast Foods\", \"rankvar\": 17, \"ini\": 22}, {\"group\": [29.0, 8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"POPEYES, Biscuit\", \"clust\": 28, \"cat_0_index\": 23, \"rank\": 32, \"cat-0\": \"Fast Foods\", \"rankvar\": 32, \"ini\": 21}, {\"group\": [41.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Popcorn Chicken\", \"clust\": 42, \"cat_0_index\": 24, \"rank\": 31, \"cat-0\": \"Fast Foods\", \"rankvar\": 29, \"ini\": 20}, {\"group\": [22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, chili con carne\", \"clust\": 18, \"cat_0_index\": 25, \"rank\": 12, \"cat-0\": \"Fast Foods\", \"rankvar\": 3, \"ini\": 19}, {\"group\": [3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait (without granola)\", \"clust\": 3, \"cat_0_index\": 26, \"rank\": 13, \"cat-0\": \"Fast Foods\", \"rankvar\": 16, \"ini\": 18}, {\"group\": [23.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Warm Cinnamon Roll\", \"clust\": 23, \"cat_0_index\": 27, \"rank\": 30, \"cat-0\": \"Fast Foods\", \"rankvar\": 34, \"ini\": 17}, {\"group\": [9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Side dishes, potato salad\", \"clust\": 8, \"cat_0_index\": 28, \"rank\": 14, \"cat-0\": \"Fast Foods\", \"rankvar\": 7, \"ini\": 16}, {\"group\": [18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, taco salad with chili con carne\", \"clust\": 17, \"cat_0_index\": 29, \"rank\": 15, \"cat-0\": \"Fast Foods\", \"rankvar\": 2, \"ini\": 15}, {\"group\": [21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Caesar Salad with Grilled Chicken\", \"clust\": 19, \"cat_0_index\": 30, \"rank\": 16, \"cat-0\": \"Fast Foods\", \"rankvar\": 11, \"ini\": 14}, {\"group\": [26.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"LITTLE CAESARS 14\\\" Cheese Pizza, Thin Crust\", \"clust\": 25, \"cat_0_index\": 31, \"rank\": 29, \"cat-0\": \"Fast Foods\", \"rankvar\": 23, \"ini\": 13}, {\"group\": [34.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage Biscuit\", \"clust\": 32, \"cat_0_index\": 32, \"rank\": 28, \"cat-0\": \"Fast Foods\", \"rankvar\": 25, \"ini\": 12}, {\"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S, Fruit 'n Yogurt Parfait\", \"clust\": 4, \"cat_0_index\": 33, \"rank\": 17, \"cat-0\": \"Fast Foods\", \"rankvar\": 12, \"ini\": 11}, {\"group\": [44.0, 12.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, NEWMAN'S OWN Ranch Dressing\", \"clust\": 35, \"cat_0_index\": 34, \"rank\": 27, \"cat-0\": \"Fast Foods\", \"rankvar\": 31, \"ini\": 10}, {\"group\": [5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Yogurt parfait, lowfat, with fruit and granola\", \"clust\": 2, \"cat_0_index\": 35, \"rank\": 18, \"cat-0\": \"Fast Foods\", \"rankvar\": 15, \"ini\": 9}, {\"group\": [11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"McDONALD'S Bacon Ranch Salad with Crispy Chicken\", \"clust\": 10, \"cat_0_index\": 36, \"rank\": 19, \"cat-0\": \"Fast Foods\", \"rankvar\": 4, \"ini\": 8}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"Fast foods, sundae, strawberry\", \"clust\": 0, \"cat_0_index\": 37, \"rank\": 20, \"cat-0\": \"Fast Foods\", \"rankvar\": 0, \"ini\": 7}, {\"group\": [24.0, 5.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Fast foods, miniature cinnamon rolls\", \"clust\": 24, \"cat_0_index\": 38, \"rank\": 26, \"cat-0\": \"Fast Foods\", \"rankvar\": 30, \"ini\": 6}, {\"group\": [27.0, 7.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"Entrees, crab cake\", \"clust\": 26, \"cat_0_index\": 39, \"rank\": 25, \"cat-0\": \"Fast Foods\", \"rankvar\": 21, \"ini\": 5}, {\"group\": [30.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"BURGER KING, CROISSAN'WICH with Sausage, Egg and Cheese\", \"clust\": 29, \"cat_0_index\": 40, \"rank\": 24, \"cat-0\": \"Fast Foods\", \"rankvar\": 14, \"ini\": 4}, {\"group\": [31.0, 9.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"McDONALD'S, Sausage McMUFFIN\", \"clust\": 30, \"cat_0_index\": 41, \"rank\": 23, \"cat-0\": \"Fast Foods\", \"rankvar\": 13, \"ini\": 3}, {\"group\": [42.0, 11.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0], \"name\": \"KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading\", \"clust\": 43, \"cat_0_index\": 42, \"rank\": 22, \"cat-0\": \"Fast Foods\", \"rankvar\": 28, \"ini\": 2}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"WENDY'S, Frosty Dairy Dessert\", \"clust\": 1, \"cat_0_index\": 43, \"rank\": 21, \"cat-0\": \"Fast Foods\", \"rankvar\": 5, \"ini\": 1}], \"col_nodes\": [{\"group\": [3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"protein (g)\", \"clust\": 3, \"rank\": 1, \"ini\": 14, \"rankvar\": 6}, {\"group\": [13.0, 10.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calcium (g)\", \"clust\": 7, \"rank\": 6, \"ini\": 13, \"rankvar\": 4}, {\"group\": [12.0, 9.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sodium (g)\", \"clust\": 8, \"rank\": 8, \"ini\": 12, \"rankvar\": 3}, {\"group\": [5.0, 5.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fiber (g)\", \"clust\": 5, \"rank\": 0, \"ini\": 11, \"rankvar\": 1}, {\"group\": [6.0, 6.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"vitaminc (g)\", \"clust\": 6, \"rank\": 5, \"ini\": 10, \"rankvar\": 0}, {\"group\": [4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"potassium (g)\", \"clust\": 4, \"rank\": 2, \"ini\": 9, \"rankvar\": 2}, {\"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"carbohydrate (g)\", \"clust\": 1, \"rank\": 4, \"ini\": 8, \"rankvar\": 7}, {\"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"sugars (g)\", \"clust\": 2, \"rank\": 3, \"ini\": 7, \"rankvar\": 5}, {\"group\": [7.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"fat (g)\", \"clust\": 12, \"rank\": 12, \"ini\": 6, \"rankvar\": 11}, {\"group\": [14.0, 11.0, 7.0, 6.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0], \"name\": \"water (g)\", \"clust\": 0, \"rank\": 7, \"ini\": 5, \"rankvar\": 10}, {\"group\": [9.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"calories\", \"clust\": 11, \"rank\": 9, \"ini\": 4, \"rankvar\": 12}, {\"group\": [10.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"saturated (g)\", \"clust\": 10, \"rank\": 10, \"ini\": 3, \"rankvar\": 8}, {\"group\": [8.0, 7.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"monounsat (g)\", \"clust\": 13, \"rank\": 11, \"ini\": 2, \"rankvar\": 9}, {\"group\": [11.0, 8.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0], \"name\": \"polyunsat (g)\", \"clust\": 9, \"rank\": 13, \"ini\": 1, \"rankvar\": 13}], \"enrichrgram\": false}", "viz_title": "updating python by restarting kernel" } } }, "version_major": 1, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 2 }