{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Visualizing Iris Dataset using Clustergrammer" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from sklearn import datasets\n", "import pandas as pd\n", "from clustergrammer_widget import *\n", "from copy import deepcopy\n", "net = Network(clustergrammer_widget)" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "# import iris data \n", "iris = datasets.load_iris()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Make DataFrame from Iris\n", "First make row and col names, then build the dataframe" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "unique_cat_names = iris.target_names.tolist()\n", "cols = []\n", "for i in range(len(iris.target)):\n", " inst_col = iris.target[i]\n", " inst_name = 'flowers: flower-'+str(i)\n", " inst_cat = 'flower-type: ' + unique_cat_names[inst_col]\n", " inst_tuple = (inst_name, inst_cat)\n", " cols.append(inst_tuple)" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "rows = []\n", "for i in range(len(iris.feature_names)):\n", " inst_name = 'feature: ' + iris.feature_names[i]\n", " rows.append(inst_name)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Make a DataFrame with flower-samples as columns and dimensions (e.g. peteal width) as rows. Column categories (e.g. setosa) have been added to the column names using tuples." ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(4, 150)" ] }, "execution_count": 5, "metadata": {}, "output_type": "execute_result" } ], "source": [ "mat = iris.data.transpose()\n", "df = pd.DataFrame(data=mat, columns=cols, index = rows)\n", "df.shape" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Visualize Iris Dataframe using Clustergrammer" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true }, "source": [ "Below we Z-score normalize the rows (dimensions) to make them more easily comparable. " ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "net.load_df(df)\n", "net.set_cat_color(axis='col', cat_index=1, cat_name='flower-type: versicolor', inst_color='red')\n", "net.set_cat_color(axis='col', cat_index=1, cat_name='flower-type: virginica', inst_color='blue')\n", "net.set_cat_color(axis='col', cat_index=1, cat_name='flower-type: setosa', inst_color='yellow')" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Widget Javascript not detected. It may not be installed or enabled properly.\n" ] }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "802ad756c66644bf94f740432717a6e3" } }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net.load_df(df)\n", "net.normalize(axis='row', norm_type='zscore', keep_orig=True)\n", "net.cluster()\n", "net.widget()" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true }, "source": [ "We see that flowers still largely cluster according to the categories. We also get a smoother breakdown ot the flowers into hierarchical clusters (toggle the column dendrogram level using the triangle/circle slider). " ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.5" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": { "03476d2dfccf41d59ed93bf94af664e2": { "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" } }, "802ad756c66644bf94f740432717a6e3": { "model_module": "clustergrammer_widget", "model_module_version": "*", "model_name": "hello_model", "state": { "_dom_classes": [], "_model_module_version": "*", "_view_module_version": "*", "layout": "IPY_MODEL_03476d2dfccf41d59ed93bf94af664e2", "mat_string": "", "msg_throttle": 1, "network": "{\"row_nodes\": [{\"name\": \"feature: sepal length (cm)\", \"ini\": 4, \"clust\": 1, \"rank\": 2, \"rankvar\": 2, \"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"feature: sepal width (cm)\", \"ini\": 3, \"clust\": 0, \"rank\": 0, \"rankvar\": 1, \"group\": [4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0]}, {\"name\": \"feature: petal length (cm)\", \"ini\": 2, \"clust\": 2, \"rank\": 1, \"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\": \"feature: petal width (cm)\", \"ini\": 1, \"clust\": 3, \"rank\": 3, \"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]}], \"col_nodes\": [{\"name\": \"flowers: flower-0\", \"ini\": 150, \"clust\": 34, \"rank\": 31, \"rankvar\": 127, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 0, \"group\": [33.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-1\", \"ini\": 149, \"clust\": 27, \"rank\": 7, \"rankvar\": 56, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 1, \"group\": [24.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-2\", \"ini\": 148, \"clust\": 19, \"rank\": 14, \"rankvar\": 97, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 2, \"group\": [21.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-3\", \"ini\": 147, \"clust\": 16, \"rank\": 6, \"rankvar\": 84, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 3, \"group\": [17.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-4\", \"ini\": 146, \"clust\": 36, \"rank\": 34, \"rankvar\": 134, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 4, \"group\": [37.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-5\", \"ini\": 145, \"clust\": 11, \"rank\": 61, \"rankvar\": 143, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 5, \"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-6\", \"ini\": 144, \"clust\": 46, \"rank\": 20, \"rankvar\": 124, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 6, \"group\": [47.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-7\", \"ini\": 143, \"clust\": 32, \"rank\": 26, \"rankvar\": 113, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 7, \"group\": [30.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-8\", \"ini\": 142, \"clust\": 13, \"rank\": 2, \"rankvar\": 57, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 8, \"group\": [16.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-9\", \"ini\": 141, \"clust\": 23, \"rank\": 11, \"rankvar\": 78, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 9, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-10\", \"ini\": 140, \"clust\": 0, \"rank\": 49, \"rankvar\": 136, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 10, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-11\", \"ini\": 139, \"clust\": 47, \"rank\": 24, \"rankvar\": 118, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 11, \"group\": [45.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-12\", \"ini\": 138, \"clust\": 28, \"rank\": 4, \"rankvar\": 67, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 12, \"group\": [25.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-13\", \"ini\": 137, \"clust\": 14, \"rank\": 1, \"rankvar\": 86, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 13, \"group\": [14.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-14\", \"ini\": 136, \"clust\": 7, \"rank\": 68, \"rankvar\": 146, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 14, \"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-15\", \"ini\": 135, \"clust\": 6, \"rank\": 85, \"rankvar\": 149, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 15, \"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-16\", \"ini\": 134, \"clust\": 12, \"rank\": 58, \"rankvar\": 145, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 16, \"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-17\", \"ini\": 133, \"clust\": 37, \"rank\": 35, \"rankvar\": 125, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 17, \"group\": [35.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-18\", \"ini\": 132, \"clust\": 8, \"rank\": 62, \"rankvar\": 140, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 18, \"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-19\", \"ini\": 131, \"clust\": 4, \"rank\": 48, \"rankvar\": 141, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 19, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-20\", \"ini\": 130, \"clust\": 39, \"rank\": 38, \"rankvar\": 109, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 20, \"group\": [40.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-21\", \"ini\": 129, \"clust\": 3, \"rank\": 46, \"rankvar\": 135, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 21, \"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-22\", \"ini\": 128, \"clust\": 42, \"rank\": 22, \"rankvar\": 139, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 22, \"group\": [41.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-23\", \"ini\": 127, \"clust\": 44, \"rank\": 33, \"rankvar\": 89, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 23, \"group\": [43.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-24\", \"ini\": 126, \"clust\": 48, \"rank\": 25, \"rankvar\": 114, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 24, \"group\": [46.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-25\", \"ini\": 125, \"clust\": 26, \"rank\": 16, \"rankvar\": 50, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 25, \"group\": [26.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-26\", \"ini\": 124, \"clust\": 45, \"rank\": 32, \"rankvar\": 107, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 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\": \"flowers: flower-27\", \"ini\": 123, \"clust\": 35, \"rank\": 36, \"rankvar\": 126, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 27, \"group\": [34.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-28\", \"ini\": 122, \"clust\": 31, \"rank\": 29, \"rankvar\": 112, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 28, \"group\": [32.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-29\", \"ini\": 121, \"clust\": 20, \"rank\": 17, \"rankvar\": 94, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 29, \"group\": [19.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-30\", \"ini\": 120, \"clust\": 17, \"rank\": 15, \"rankvar\": 74, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 30, \"group\": [18.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-31\", \"ini\": 119, \"clust\": 40, \"rank\": 40, \"rankvar\": 104, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 31, \"group\": [38.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-32\", \"ini\": 118, \"clust\": 10, \"rank\": 57, \"rankvar\": 147, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 32, \"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-33\", \"ini\": 117, \"clust\": 9, \"rank\": 71, \"rankvar\": 148, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 33, \"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-34\", \"ini\": 116, \"clust\": 24, \"rank\": 12, \"rankvar\": 79, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 34, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-35\", \"ini\": 115, \"clust\": 29, \"rank\": 18, \"rankvar\": 93, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 35, \"group\": [28.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-36\", \"ini\": 114, \"clust\": 41, \"rank\": 39, \"rankvar\": 129, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 36, \"group\": [39.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-37\", \"ini\": 113, \"clust\": 22, \"rank\": 13, \"rankvar\": 80, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 37, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-38\", \"ini\": 112, \"clust\": 15, \"rank\": 3, \"rankvar\": 77, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 38, \"group\": [15.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-39\", \"ini\": 111, \"clust\": 33, \"rank\": 28, \"rankvar\": 111, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 39, \"group\": [31.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-40\", \"ini\": 110, \"clust\": 38, \"rank\": 30, \"rankvar\": 128, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 40, \"group\": [36.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-41\", \"ini\": 109, \"clust\": 146, \"rank\": 0, \"rankvar\": 7, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 41, \"group\": [148.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-42\", \"ini\": 108, \"clust\": 18, \"rank\": 5, \"rankvar\": 103, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 42, \"group\": [22.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-43\", \"ini\": 107, \"clust\": 43, \"rank\": 42, \"rankvar\": 119, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 43, \"group\": [42.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-44\", \"ini\": 106, \"clust\": 2, \"rank\": 54, \"rankvar\": 138, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 44, \"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-45\", \"ini\": 105, \"clust\": 25, \"rank\": 8, \"rankvar\": 55, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 45, \"group\": [27.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-46\", \"ini\": 104, \"clust\": 5, \"rank\": 47, \"rankvar\": 142, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 46, \"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-47\", \"ini\": 103, \"clust\": 21, \"rank\": 10, \"rankvar\": 98, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 47, \"group\": [20.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-48\", \"ini\": 102, \"clust\": 1, \"rank\": 45, \"rankvar\": 137, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 48, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-49\", \"ini\": 101, \"clust\": 30, \"rank\": 23, \"rankvar\": 101, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 49, \"group\": [29.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-50\", \"ini\": 100, \"clust\": 90, \"rank\": 120, \"rankvar\": 47, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 50, \"group\": [87.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-51\", \"ini\": 99, \"clust\": 120, \"rank\": 110, \"rankvar\": 1, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 51, \"group\": [120.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-52\", \"ini\": 98, \"clust\": 88, \"rank\": 117, \"rankvar\": 43, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 52, \"group\": [85.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-53\", \"ini\": 97, \"clust\": 133, \"rank\": 44, \"rankvar\": 100, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 53, \"group\": [131.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-54\", \"ini\": 96, \"clust\": 75, \"rank\": 95, \"rankvar\": 58, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 54, \"group\": [74.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-55\", \"ini\": 95, \"clust\": 127, \"rank\": 72, \"rankvar\": 32, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 55, \"group\": [126.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-56\", \"ini\": 94, \"clust\": 118, \"rank\": 114, \"rankvar\": 0, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 56, \"group\": [116.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-57\", \"ini\": 93, \"clust\": 148, \"rank\": 21, \"rankvar\": 69, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 57, \"group\": [145.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-58\", \"ini\": 92, \"clust\": 72, \"rank\": 97, \"rankvar\": 49, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 58, \"group\": [73.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-59\", \"ini\": 91, \"clust\": 144, \"rank\": 55, \"rankvar\": 52, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 59, \"group\": [142.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-60\", \"ini\": 90, \"clust\": 135, \"rank\": 9, \"rankvar\": 121, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 60, \"group\": [136.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-61\", \"ini\": 89, \"clust\": 97, \"rank\": 84, \"rankvar\": 5, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 61, \"group\": [97.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-62\", \"ini\": 88, \"clust\": 140, \"rank\": 43, \"rankvar\": 117, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 62, \"group\": [140.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-63\", \"ini\": 87, \"clust\": 64, \"rank\": 88, \"rankvar\": 19, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 63, \"group\": [62.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-64\", \"ini\": 86, \"clust\": 143, \"rank\": 69, \"rankvar\": 3, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 64, \"group\": [144.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-65\", \"ini\": 85, \"clust\": 91, \"rank\": 108, \"rankvar\": 25, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 65, \"group\": [88.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-66\", \"ini\": 84, \"clust\": 124, \"rank\": 81, \"rankvar\": 17, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 66, \"group\": [124.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-67\", \"ini\": 83, \"clust\": 139, \"rank\": 60, \"rankvar\": 31, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 67, \"group\": [141.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-68\", \"ini\": 82, \"clust\": 52, \"rank\": 65, \"rankvar\": 131, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 68, \"group\": [50.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-69\", \"ini\": 81, \"clust\": 137, \"rank\": 51, \"rankvar\": 61, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 69, \"group\": [133.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-70\", \"ini\": 80, \"clust\": 92, \"rank\": 109, \"rankvar\": 13, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 70, \"group\": [94.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-71\", \"ini\": 79, \"clust\": 54, \"rank\": 76, \"rankvar\": 22, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 71, \"group\": [53.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-72\", \"ini\": 78, \"clust\": 55, \"rank\": 80, \"rankvar\": 102, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 72, \"group\": [54.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-73\", \"ini\": 77, \"clust\": 49, \"rank\": 78, \"rankvar\": 40, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 73, \"group\": [48.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-74\", \"ini\": 76, \"clust\": 73, \"rank\": 89, \"rankvar\": 28, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 74, \"group\": [71.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-75\", \"ini\": 75, \"clust\": 87, \"rank\": 100, \"rankvar\": 29, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 75, \"group\": [89.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-76\", \"ini\": 74, \"clust\": 74, \"rank\": 101, \"rankvar\": 82, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 76, \"group\": [72.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-77\", \"ini\": 73, \"clust\": 79, \"rank\": 115, \"rankvar\": 42, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 77, \"group\": [76.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-78\", \"ini\": 72, \"clust\": 68, \"rank\": 86, \"rankvar\": 16, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 78, \"group\": [70.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-79\", \"ini\": 71, \"clust\": 132, \"rank\": 50, \"rankvar\": 30, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 79, \"group\": [137.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-80\", \"ini\": 70, \"clust\": 138, \"rank\": 41, \"rankvar\": 75, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 80, \"group\": [134.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-81\", \"ini\": 69, \"clust\": 136, \"rank\": 37, \"rankvar\": 71, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 81, \"group\": [135.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-82\", \"ini\": 68, \"clust\": 141, \"rank\": 63, \"rankvar\": 26, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 82, \"group\": [138.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-83\", \"ini\": 67, \"clust\": 61, \"rank\": 87, \"rankvar\": 76, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 83, \"group\": [60.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-84\", \"ini\": 66, \"clust\": 125, \"rank\": 77, \"rankvar\": 34, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 84, \"group\": [122.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-85\", \"ini\": 65, \"clust\": 117, \"rank\": 111, \"rankvar\": 8, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 85, \"group\": [121.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-86\", \"ini\": 64, \"clust\": 89, \"rank\": 113, \"rankvar\": 21, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 86, \"group\": [86.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-87\", \"ini\": 63, \"clust\": 53, \"rank\": 66, \"rankvar\": 123, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 87, \"group\": [51.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-88\", \"ini\": 62, \"clust\": 126, \"rank\": 74, \"rankvar\": 6, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 88, \"group\": [123.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-89\", \"ini\": 61, \"clust\": 134, \"rank\": 52, \"rankvar\": 73, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 89, \"group\": [132.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-90\", \"ini\": 60, \"clust\": 129, \"rank\": 56, \"rankvar\": 63, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 90, \"group\": [130.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-91\", \"ini\": 59, \"clust\": 102, \"rank\": 94, \"rankvar\": 9, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 91, \"group\": [101.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-92\", \"ini\": 58, \"clust\": 142, \"rank\": 59, \"rankvar\": 51, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 92, \"group\": [139.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-93\", \"ini\": 57, \"clust\": 149, \"rank\": 19, \"rankvar\": 81, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 93, \"group\": [146.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-94\", \"ini\": 56, \"clust\": 130, \"rank\": 64, \"rankvar\": 39, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 94, \"group\": [128.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-95\", \"ini\": 55, \"clust\": 123, \"rank\": 75, \"rankvar\": 2, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 95, \"group\": [125.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-96\", \"ini\": 54, \"clust\": 128, \"rank\": 73, \"rankvar\": 11, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 96, \"group\": [127.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-97\", \"ini\": 53, \"clust\": 76, \"rank\": 82, \"rankvar\": 14, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 97, \"group\": [75.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-98\", \"ini\": 52, \"clust\": 147, \"rank\": 27, \"rankvar\": 45, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 98, \"group\": [147.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-99\", \"ini\": 51, \"clust\": 131, \"rank\": 70, \"rankvar\": 15, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 99, \"group\": [129.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-100\", \"ini\": 50, \"clust\": 93, \"rank\": 139, \"rankvar\": 53, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 100, \"group\": [93.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-101\", \"ini\": 49, \"clust\": 57, \"rank\": 90, \"rankvar\": 90, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 101, \"group\": [55.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-102\", \"ini\": 48, \"clust\": 78, \"rank\": 135, \"rankvar\": 83, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 102, \"group\": [78.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-103\", \"ini\": 47, \"clust\": 103, \"rank\": 112, \"rankvar\": 64, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 103, \"group\": [102.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-104\", \"ini\": 46, \"clust\": 112, \"rank\": 124, \"rankvar\": 70, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 104, \"group\": [115.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-105\", \"ini\": 45, \"clust\": 77, \"rank\": 145, \"rankvar\": 108, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 105, \"group\": [79.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-106\", \"ini\": 44, \"clust\": 145, \"rank\": 53, \"rankvar\": 116, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 106, \"group\": [143.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-107\", \"ini\": 43, \"clust\": 83, \"rank\": 133, \"rankvar\": 105, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 107, \"group\": [82.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-108\", \"ini\": 42, \"clust\": 63, \"rank\": 107, \"rankvar\": 130, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 108, \"group\": [64.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-109\", \"ini\": 41, \"clust\": 119, \"rank\": 147, \"rankvar\": 4, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 109, \"group\": [117.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-110\", \"ini\": 40, \"clust\": 108, \"rank\": 123, \"rankvar\": 12, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 110, \"group\": [105.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-111\", \"ini\": 39, \"clust\": 70, \"rank\": 105, \"rankvar\": 95, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 111, \"group\": [67.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-112\", \"ini\": 38, \"clust\": 113, \"rank\": 127, \"rankvar\": 68, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 112, \"group\": [111.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-113\", \"ini\": 37, \"clust\": 56, \"rank\": 79, \"rankvar\": 120, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 113, \"group\": [57.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-114\", \"ini\": 36, \"clust\": 59, \"rank\": 106, \"rankvar\": 106, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 114, \"group\": [58.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-115\", \"ini\": 35, \"clust\": 104, \"rank\": 128, \"rankvar\": 35, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 115, \"group\": [108.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-116\", \"ini\": 34, \"clust\": 100, \"rank\": 119, \"rankvar\": 44, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 116, \"group\": [99.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-117\", \"ini\": 33, \"clust\": 121, \"rank\": 149, \"rankvar\": 20, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 117, \"group\": [118.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-118\", \"ini\": 32, \"clust\": 82, \"rank\": 144, \"rankvar\": 144, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 118, \"group\": [83.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-119\", \"ini\": 31, \"clust\": 51, \"rank\": 67, \"rankvar\": 132, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 119, \"group\": [52.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-120\", \"ini\": 30, \"clust\": 106, \"rank\": 141, \"rankvar\": 41, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 120, \"group\": [103.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-121\", \"ini\": 29, \"clust\": 60, \"rank\": 92, \"rankvar\": 88, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 121, \"group\": [59.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-122\", \"ini\": 28, \"clust\": 84, \"rank\": 142, \"rankvar\": 133, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 122, \"group\": [80.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-123\", \"ini\": 27, \"clust\": 71, \"rank\": 98, \"rankvar\": 85, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 123, \"group\": [68.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-124\", \"ini\": 26, \"clust\": 105, \"rank\": 136, \"rankvar\": 10, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 124, \"group\": [107.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-125\", \"ini\": 25, \"clust\": 86, \"rank\": 138, \"rankvar\": 54, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 125, \"group\": [90.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-126\", \"ini\": 24, \"clust\": 69, \"rank\": 99, \"rankvar\": 66, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 126, \"group\": [69.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-127\", \"ini\": 23, \"clust\": 98, \"rank\": 104, \"rankvar\": 23, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 127, \"group\": [95.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-128\", \"ini\": 22, \"clust\": 66, \"rank\": 116, \"rankvar\": 92, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 128, \"group\": [65.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-129\", \"ini\": 21, \"clust\": 81, \"rank\": 126, \"rankvar\": 87, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 129, \"group\": [84.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-130\", \"ini\": 20, \"clust\": 85, \"rank\": 130, \"rankvar\": 122, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 130, \"group\": [81.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-131\", \"ini\": 19, \"clust\": 122, \"rank\": 148, \"rankvar\": 60, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 131, \"group\": [119.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-132\", \"ini\": 18, \"clust\": 67, \"rank\": 118, \"rankvar\": 96, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 132, \"group\": [66.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-133\", \"ini\": 17, \"clust\": 65, \"rank\": 96, \"rankvar\": 59, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 133, \"group\": [63.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-134\", \"ini\": 16, \"clust\": 50, \"rank\": 83, \"rankvar\": 99, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 134, \"group\": [49.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-135\", \"ini\": 15, \"clust\": 80, \"rank\": 146, \"rankvar\": 110, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 135, \"group\": [77.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-136\", \"ini\": 14, \"clust\": 94, \"rank\": 137, \"rankvar\": 33, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 136, \"group\": [91.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-137\", \"ini\": 13, \"clust\": 101, \"rank\": 122, \"rankvar\": 18, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 137, \"group\": [100.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-138\", \"ini\": 12, \"clust\": 99, \"rank\": 102, \"rankvar\": 24, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 138, \"group\": [96.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-139\", \"ini\": 11, \"clust\": 110, \"rank\": 129, \"rankvar\": 48, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 139, \"group\": [109.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-140\", \"ini\": 10, \"clust\": 115, \"rank\": 134, \"rankvar\": 65, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 140, \"group\": [113.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-141\", \"ini\": 9, \"clust\": 111, \"rank\": 131, \"rankvar\": 62, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 141, \"group\": [110.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-142\", \"ini\": 8, \"clust\": 58, \"rank\": 91, \"rankvar\": 91, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 142, \"group\": [56.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-143\", \"ini\": 7, \"clust\": 107, \"rank\": 140, \"rankvar\": 38, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 143, \"group\": [104.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-144\", \"ini\": 6, \"clust\": 109, \"rank\": 143, \"rankvar\": 36, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 144, \"group\": [106.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-145\", \"ini\": 5, \"clust\": 116, \"rank\": 125, \"rankvar\": 72, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 145, \"group\": [114.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-146\", \"ini\": 4, \"clust\": 62, \"rank\": 93, \"rankvar\": 115, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 146, \"group\": [61.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-147\", \"ini\": 3, \"clust\": 114, \"rank\": 121, \"rankvar\": 46, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 147, \"group\": [112.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-148\", \"ini\": 2, \"clust\": 95, \"rank\": 132, \"rankvar\": 27, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 148, \"group\": [92.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-149\", \"ini\": 1, \"clust\": 96, \"rank\": 103, \"rankvar\": 37, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 149, \"group\": [98.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}], \"links\": [], \"mat\": [[-0.8976738791967672, -1.1392004834649543, -1.3807270877331426, -1.5014903898672372, -1.0184371813308608, -0.5353839727944845, -1.5014903898672372, -1.0184371813308608, -1.7430169941354243, -1.1392004834649543, -0.5353839727944845, -1.259963785599049, -1.259963785599049, -1.863780296269519, -0.05233076425810914, -0.1730940663922027, -0.5353839727944845, -0.8976738791967672, -0.1730940663922027, -0.8976738791967672, -0.5353839727944845, -0.8976738791967672, -1.5014903898672372, -0.8976738791967672, -1.259963785599049, -1.0184371813308608, -1.0184371813308608, -0.7769105770626726, -0.7769105770626726, -1.3807270877331426, -1.259963785599049, -0.5353839727944845, -0.7769105770626726, -0.4146206706603909, -1.1392004834649543, -1.0184371813308608, -0.4146206706603909, -1.1392004834649543, -1.7430169941354243, -0.8976738791967672, -1.0184371813308608, -1.6222536920013308, -1.7430169941354243, -1.0184371813308608, -0.8976738791967672, -1.259963785599049, -0.8976738791967672, -1.5014903898672372, -0.656147274928579, -1.0184371813308608, 1.396828861351019, 0.6722490485464554, 1.2760655592169254, -0.4146206706603909, 0.793012350680549, -0.1730940663922027, 0.5514857464123608, -1.1392004834649543, 0.9137756528146426, -0.7769105770626726, -1.0184371813308608, 0.0684325378759855, 0.18919584001007905, 0.3099591421441726, -0.29385736852629735, 1.0345389549487372, -0.29385736852629735, -0.05233076425810914, 0.4307224442782672, -0.29385736852629735, 0.0684325378759855, 0.3099591421441726, 0.5514857464123608, 0.3099591421441726, 0.6722490485464554, 0.9137756528146426, 1.1553022570828306, 1.0345389549487372, 0.18919584001007905, -0.1730940663922027, -0.4146206706603909, -0.4146206706603909, -0.05233076425810914, 0.18919584001007905, -0.5353839727944845, 0.18919584001007905, 1.0345389549487372, 0.5514857464123608, -0.29385736852629735, -0.4146206706603909, -0.4146206706603909, 0.3099591421441726, -0.05233076425810914, -1.0184371813308608, -0.29385736852629735, -0.1730940663922027, -0.1730940663922027, 0.4307224442782672, -0.8976738791967672, -0.1730940663922027, 0.5514857464123608, -0.05233076425810914, 1.5175921634851124, 0.5514857464123608, 0.793012350680549, 2.121408674155582, -1.1392004834649543, 1.7591187677533007, 1.0345389549487372, 1.6383554656192072, 0.793012350680549, 0.6722490485464554, 1.1553022570828306, -0.1730940663922027, -0.05233076425810914, 0.6722490485464554, 0.793012350680549, 2.242171976289677, 2.242171976289677, 0.18919584001007905, 1.2760655592169254, -0.29385736852629735, 2.242171976289677, 0.5514857464123608, 1.0345389549487372, 1.6383554656192072, 0.4307224442782672, 0.3099591421441726, 0.6722490485464554, 1.6383554656192072, 1.8798820698873953, 2.4836985805578653, 0.6722490485464554, 0.5514857464123608, 0.3099591421441726, 2.242171976289677, 0.5514857464123608, 0.6722490485464554, 0.18919584001007905, 1.2760655592169254, 1.0345389549487372, 1.2760655592169254, -0.05233076425810914, 1.1553022570828306, 1.0345389549487372, 1.0345389549487372, 0.5514857464123608, 0.793012350680549, 0.4307224442782672, 0.0684325378759855], [1.0286112808972334, -0.12454037930146059, 0.3367202847780174, 0.1060899527382784, 1.2592416129369723, 1.9511326090561882, 0.7979809488574944, 0.7979809488574944, -0.3551707113411996, 0.1060899527382784, 1.4898719449767113, 0.7979809488574944, -0.12454037930146059, -0.12454037930146059, 2.1817629410959274, 3.104284269254883, 1.9511326090561882, 1.0286112808972334, 1.7205022770164493, 1.7205022770164493, 0.7979809488574944, 1.4898719449767113, 1.2592416129369723, 0.5673506168177553, 0.7979809488574944, -0.12454037930146059, 0.7979809488574944, 1.0286112808972334, 0.7979809488574944, 0.3367202847780174, 0.1060899527382784, 0.7979809488574944, 2.412393273135665, 2.6430236051754052, 0.1060899527382784, 0.3367202847780174, 1.0286112808972334, 0.1060899527382784, -0.12454037930146059, 0.7979809488574944, 1.0286112808972334, -1.7389527035796324, 0.3367202847780174, 1.0286112808972334, 1.7205022770164493, -0.12454037930146059, 1.7205022770164493, 0.3367202847780174, 1.4898719449767113, 0.5673506168177553, 0.3367202847780174, 0.3367202847780174, 0.1060899527382784, -1.7389527035796324, -0.5858010433809385, -0.5858010433809385, 0.5673506168177553, -1.5083223715398935, -0.3551707113411996, -0.8164313754206766, -2.4308436996988485, -0.12454037930146059, -1.9695830356193704, -0.3551707113411996, -0.3551707113411996, 0.1060899527382784, -0.12454037930146059, -0.8164313754206766, -1.9695830356193704, -1.2776920395001545, 0.3367202847780174, -0.5858010433809385, -1.2776920395001545, -0.5858010433809385, -0.3551707113411996, -0.12454037930146059, -0.5858010433809385, -0.12454037930146059, -0.3551707113411996, -1.0470617074604156, -1.5083223715398935, -1.5083223715398935, -0.8164313754206766, -0.8164313754206766, -0.12454037930146059, 0.7979809488574944, 0.1060899527382784, -1.7389527035796324, -0.12454037930146059, -1.2776920395001545, -1.0470617074604156, -0.12454037930146059, -1.0470617074604156, -1.7389527035796324, -0.8164313754206766, -0.12454037930146059, -0.3551707113411996, -0.3551707113411996, -1.2776920395001545, -0.5858010433809385, 0.5673506168177553, -0.8164313754206766, -0.12454037930146059, -0.3551707113411996, -0.12454037930146059, -0.12454037930146059, -1.2776920395001545, -0.3551707113411996, -1.2776920395001545, 1.2592416129369723, 0.3367202847780174, -0.8164313754206766, -0.12454037930146059, -1.2776920395001545, -0.5858010433809385, 0.3367202847780174, -0.12454037930146059, 1.7205022770164493, -1.0470617074604156, -1.9695830356193704, 0.3367202847780174, -0.5858010433809385, -0.5858010433809385, -0.8164313754206766, 0.5673506168177553, 0.3367202847780174, -0.5858010433809385, -0.12454037930146059, -0.5858010433809385, -0.12454037930146059, -0.5858010433809385, 1.7205022770164493, -0.5858010433809385, -0.5858010433809385, -1.0470617074604156, -0.12454037930146059, 0.7979809488574944, 0.1060899527382784, -0.12454037930146059, 0.1060899527382784, 0.1060899527382784, 0.1060899527382784, -0.8164313754206766, 0.3367202847780174, 0.5673506168177553, -0.12454037930146059, -1.2776920395001545, -0.12454037930146059, 0.7979809488574944, -0.12454037930146059], [-1.3367940202882518, -1.3367940202882518, -1.3934698549528186, -1.2801181856236847, -1.3367940202882518, -1.166766516294551, -1.3367940202882518, -1.2801181856236847, -1.3367940202882518, -1.2801181856236847, -1.2801181856236847, -1.223442350959118, -1.3367940202882518, -1.5068215242819523, -1.4501456896173852, -1.2801181856236847, -1.3934698549528186, -1.3367940202882518, -1.166766516294551, -1.2801181856236847, -1.166766516294551, -1.2801181856236847, -1.563497358946519, -1.166766516294551, -1.0534148469654174, -1.223442350959118, -1.223442350959118, -1.2801181856236847, -1.3367940202882518, -1.223442350959118, -1.223442350959118, -1.2801181856236847, -1.2801181856236847, -1.3367940202882518, -1.2801181856236847, -1.4501456896173852, -1.3934698549528186, -1.2801181856236847, -1.3934698549528186, -1.2801181856236847, -1.3934698549528186, -1.3934698549528186, -1.3934698549528186, -1.223442350959118, -1.0534148469654174, -1.3367940202882518, -1.223442350959118, -1.3367940202882518, -1.2801181856236847, -1.3367940202882518, 0.5335085236424546, 0.4201568543133208, 0.6468601929715884, 0.13677768099048654, 0.47683268897788744, 0.4201568543133208, 0.5335085236424546, -0.2599531616614815, 0.47683268897788744, 0.08010184632591963, -0.14660149233234773, 0.25012935031962036, 0.13677768099048654, 0.5335085236424546, -0.08992565766778082, 0.3634810196487541, 0.4201568543133208, 0.1934535156550532, 0.4201568543133208, 0.08010184632591963, 0.5901843583070212, 0.13677768099048654, 0.6468601929715884, 0.5335085236424546, 0.306805184984187, 0.3634810196487541, 0.5901843583070212, 0.7035360276361551, 0.4201568543133208, -0.14660149233234773, 0.023426011661352726, -0.03324982300321393, 0.08010184632591963, 0.7602118623007217, 0.4201568543133208, 0.4201568543133208, 0.5335085236424546, 0.3634810196487541, 0.1934535156550532, 0.13677768099048654, 0.3634810196487541, 0.47683268897788744, 0.13677768099048654, -0.2599531616614815, 0.25012935031962036, 0.25012935031962036, 0.25012935031962036, 0.306805184984187, -0.429980665655182, 0.1934535156550532, 1.2702943742818236, 0.7602118623007217, 1.213618539617257, 1.043591035623556, 1.1569427049526897, 1.6103493822692245, 0.4201568543133208, 1.440321878275524, 1.1569427049526897, 1.3269702089463902, 0.7602118623007217, 0.8735635316298556, 0.9869152009589893, 0.7035360276361551, 0.7602118623007217, 0.8735635316298556, 0.9869152009589893, 1.6670252169337916, 1.7803768862629255, 0.7035360276361551, 1.100266870288123, 0.6468601929715884, 1.6670252169337916, 0.6468601929715884, 1.100266870288123, 1.2702943742818236, 0.5901843583070212, 0.6468601929715884, 1.043591035623556, 1.1569427049526897, 1.3269702089463902, 1.4969977129400913, 1.043591035623556, 0.7602118623007217, 1.043591035623556, 1.3269702089463902, 1.043591035623556, 0.9869152009589893, 0.5901843583070212, 0.9302393662944227, 1.043591035623556, 0.7602118623007217, 0.7602118623007217, 1.213618539617257, 1.100266870288123, 0.8168876969652888, 0.7035360276361551, 0.8168876969652888, 0.9302393662944227, 0.7602118623007217], [-1.3085928194379581, -1.3085928194379581, -1.3085928194379581, -1.3085928194379581, -1.3085928194379581, -1.0465248315665379, -1.177558825502248, -1.3085928194379581, -1.3085928194379581, -1.4396268133736678, -1.3085928194379581, -1.3085928194379581, -1.4396268133736678, -1.4396268133736678, -1.3085928194379581, -1.0465248315665379, -1.0465248315665379, -1.177558825502248, -1.177558825502248, -1.177558825502248, -1.3085928194379581, -1.0465248315665379, -1.3085928194379581, -0.915490837630828, -1.3085928194379581, -1.3085928194379581, -1.0465248315665379, -1.3085928194379581, -1.3085928194379581, -1.3085928194379581, -1.3085928194379581, -1.0465248315665379, -1.4396268133736678, -1.3085928194379581, -1.4396268133736678, -1.3085928194379581, -1.3085928194379581, -1.4396268133736678, -1.3085928194379581, -1.3085928194379581, -1.177558825502248, -1.177558825502248, -1.3085928194379581, -0.784456843695118, -1.0465248315665379, -1.177558825502248, -1.3085928194379581, -1.3085928194379581, -1.3085928194379581, -1.3085928194379581, 0.263815107790562, 0.39484910172627213, 0.39484910172627213, 0.13278111385485214, 0.39484910172627213, 0.13278111385485214, 0.5258830956619822, -0.26032086795227793, 0.13278111385485214, 0.263815107790562, -0.26032086795227793, 0.39484910172627213, -0.26032086795227793, 0.263815107790562, 0.13278111385485214, 0.263815107790562, 0.39484910172627213, -0.26032086795227793, 0.39484910172627213, -0.1292868740165678, 0.7879510835334022, 0.13278111385485214, 0.39484910172627213, 0.0017471199191420258, 0.13278111385485214, 0.263815107790562, 0.263815107790562, 0.6569170895976921, 0.39484910172627213, -0.26032086795227793, -0.1292868740165678, -0.26032086795227793, 0.0017471199191420258, 0.5258830956619822, 0.39484910172627213, 0.5258830956619822, 0.39484910172627213, 0.13278111385485214, 0.13278111385485214, 0.13278111385485214, 0.0017471199191420258, 0.263815107790562, 0.0017471199191420258, -0.26032086795227793, 0.13278111385485214, 0.0017471199191420258, 0.13278111385485214, 0.13278111385485214, -0.1292868740165678, 0.13278111385485214, 1.705189041083372, 0.9189850774691121, 1.1810530653405322, 0.7879510835334022, 1.3120870592762424, 1.1810530653405322, 0.6569170895976921, 0.7879510835334022, 0.7879510835334022, 1.705189041083372, 1.050019071404822, 0.9189850774691121, 1.1810530653405322, 1.050019071404822, 1.5741550471476622, 1.443121053211952, 0.7879510835334022, 1.3120870592762424, 1.443121053211952, 0.39484910172627213, 1.443121053211952, 1.050019071404822, 1.050019071404822, 0.7879510835334022, 1.1810530653405322, 0.7879510835334022, 0.7879510835334022, 0.7879510835334022, 1.1810530653405322, 0.5258830956619822, 0.9189850774691121, 1.050019071404822, 1.3120870592762424, 0.39484910172627213, 0.263815107790562, 1.443121053211952, 1.5741550471476622, 0.7879510835334022, 0.7879510835334022, 1.1810530653405322, 1.5741550471476622, 1.443121053211952, 0.9189850774691121, 1.443121053211952, 1.705189041083372, 1.443121053211952, 0.9189850774691121, 1.050019071404822, 1.443121053211952, 0.7879510835334022]], \"cat_colors\": {\"row\": {}, \"col\": {\"cat-0\": {\"flower-type: setosa\": \"yellow\", \"flower-type: versicolor\": \"red\", \"flower-type: virginica\": \"blue\"}}}, \"mat_orig\": [[5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0, 7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7, 6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9], [3.5, 3.0, 3.2, 3.1, 3.6, 3.9, 3.4, 3.4, 2.9, 3.1, 3.7, 3.4, 3.0, 3.0, 4.0, 4.4, 3.9, 3.5, 3.8, 3.8, 3.4, 3.7, 3.6, 3.3, 3.4, 3.0, 3.4, 3.5, 3.4, 3.2, 3.1, 3.4, 4.1, 4.2, 3.1, 3.2, 3.5, 3.1, 3.0, 3.4, 3.5, 2.3, 3.2, 3.5, 3.8, 3.0, 3.8, 3.2, 3.7, 3.3, 3.2, 3.2, 3.1, 2.3, 2.8, 2.8, 3.3, 2.4, 2.9, 2.7, 2.0, 3.0, 2.2, 2.9, 2.9, 3.1, 3.0, 2.7, 2.2, 2.5, 3.2, 2.8, 2.5, 2.8, 2.9, 3.0, 2.8, 3.0, 2.9, 2.6, 2.4, 2.4, 2.7, 2.7, 3.0, 3.4, 3.1, 2.3, 3.0, 2.5, 2.6, 3.0, 2.6, 2.3, 2.7, 3.0, 2.9, 2.9, 2.5, 2.8, 3.3, 2.7, 3.0, 2.9, 3.0, 3.0, 2.5, 2.9, 2.5, 3.6, 3.2, 2.7, 3.0, 2.5, 2.8, 3.2, 3.0, 3.8, 2.6, 2.2, 3.2, 2.8, 2.8, 2.7, 3.3, 3.2, 2.8, 3.0, 2.8, 3.0, 2.8, 3.8, 2.8, 2.8, 2.6, 3.0, 3.4, 3.1, 3.0, 3.1, 3.1, 3.1, 2.7, 3.2, 3.3, 3.0, 2.5, 3.0, 3.4, 3.0], [1.4, 1.4, 1.3, 1.5, 1.4, 1.7, 1.4, 1.5, 1.4, 1.5, 1.5, 1.6, 1.4, 1.1, 1.2, 1.5, 1.3, 1.4, 1.7, 1.5, 1.7, 1.5, 1.0, 1.7, 1.9, 1.6, 1.6, 1.5, 1.4, 1.6, 1.6, 1.5, 1.5, 1.4, 1.5, 1.2, 1.3, 1.5, 1.3, 1.5, 1.3, 1.3, 1.3, 1.6, 1.9, 1.4, 1.6, 1.4, 1.5, 1.4, 4.7, 4.5, 4.9, 4.0, 4.6, 4.5, 4.7, 3.3, 4.6, 3.9, 3.5, 4.2, 4.0, 4.7, 3.6, 4.4, 4.5, 4.1, 4.5, 3.9, 4.8, 4.0, 4.9, 4.7, 4.3, 4.4, 4.8, 5.0, 4.5, 3.5, 3.8, 3.7, 3.9, 5.1, 4.5, 4.5, 4.7, 4.4, 4.1, 4.0, 4.4, 4.6, 4.0, 3.3, 4.2, 4.2, 4.2, 4.3, 3.0, 4.1, 6.0, 5.1, 5.9, 5.6, 5.8, 6.6, 4.5, 6.3, 5.8, 6.1, 5.1, 5.3, 5.5, 5.0, 5.1, 5.3, 5.5, 6.7, 6.9, 5.0, 5.7, 4.9, 6.7, 4.9, 5.7, 6.0, 4.8, 4.9, 5.6, 5.8, 6.1, 6.4, 5.6, 5.1, 5.6, 6.1, 5.6, 5.5, 4.8, 5.4, 5.6, 5.1, 5.1, 5.9, 5.7, 5.2, 5.0, 5.2, 5.4, 5.1], [0.2, 0.2, 0.2, 0.2, 0.2, 0.4, 0.3, 0.2, 0.2, 0.1, 0.2, 0.2, 0.1, 0.1, 0.2, 0.4, 0.4, 0.3, 0.3, 0.3, 0.2, 0.4, 0.2, 0.5, 0.2, 0.2, 0.4, 0.2, 0.2, 0.2, 0.2, 0.4, 0.1, 0.2, 0.1, 0.2, 0.2, 0.1, 0.2, 0.2, 0.3, 0.3, 0.2, 0.6, 0.4, 0.3, 0.2, 0.2, 0.2, 0.2, 1.4, 1.5, 1.5, 1.3, 1.5, 1.3, 1.6, 1.0, 1.3, 1.4, 1.0, 1.5, 1.0, 1.4, 1.3, 1.4, 1.5, 1.0, 1.5, 1.1, 1.8, 1.3, 1.5, 1.2, 1.3, 1.4, 1.4, 1.7, 1.5, 1.0, 1.1, 1.0, 1.2, 1.6, 1.5, 1.6, 1.5, 1.3, 1.3, 1.3, 1.2, 1.4, 1.2, 1.0, 1.3, 1.2, 1.3, 1.3, 1.1, 1.3, 2.5, 1.9, 2.1, 1.8, 2.2, 2.1, 1.7, 1.8, 1.8, 2.5, 2.0, 1.9, 2.1, 2.0, 2.4, 2.3, 1.8, 2.2, 2.3, 1.5, 2.3, 2.0, 2.0, 1.8, 2.1, 1.8, 1.8, 1.8, 2.1, 1.6, 1.9, 2.0, 2.2, 1.5, 1.4, 2.3, 2.4, 1.8, 1.8, 2.1, 2.4, 2.3, 1.9, 2.3, 2.5, 2.3, 1.9, 2.0, 2.3, 1.8]], \"views\": [{\"N_row_sum\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"feature: sepal length (cm)\", \"ini\": 4, \"clust\": 1, \"rank\": 2, \"rankvar\": 2, \"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"feature: sepal width (cm)\", \"ini\": 3, \"clust\": 0, \"rank\": 0, \"rankvar\": 1, \"group\": [4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0]}, {\"name\": \"feature: petal length (cm)\", \"ini\": 2, \"clust\": 2, \"rank\": 1, \"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\": \"feature: petal width (cm)\", \"ini\": 1, \"clust\": 3, \"rank\": 3, \"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]}], \"col_nodes\": [{\"name\": \"flowers: flower-0\", \"ini\": 150, \"clust\": 34, \"rank\": 31, \"rankvar\": 127, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 0, \"group\": [33.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-1\", \"ini\": 149, \"clust\": 27, \"rank\": 7, \"rankvar\": 56, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 1, \"group\": [24.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-2\", \"ini\": 148, \"clust\": 19, \"rank\": 14, \"rankvar\": 97, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 2, \"group\": [21.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-3\", \"ini\": 147, \"clust\": 16, \"rank\": 6, \"rankvar\": 84, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 3, \"group\": [17.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-4\", \"ini\": 146, \"clust\": 36, \"rank\": 34, \"rankvar\": 134, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 4, \"group\": [37.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-5\", \"ini\": 145, \"clust\": 11, \"rank\": 61, \"rankvar\": 143, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 5, \"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-6\", \"ini\": 144, \"clust\": 46, \"rank\": 20, \"rankvar\": 124, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 6, \"group\": [47.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-7\", \"ini\": 143, \"clust\": 32, \"rank\": 26, \"rankvar\": 113, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 7, \"group\": [30.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-8\", \"ini\": 142, \"clust\": 13, \"rank\": 2, \"rankvar\": 57, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 8, \"group\": [16.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-9\", \"ini\": 141, \"clust\": 23, \"rank\": 11, \"rankvar\": 78, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 9, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-10\", \"ini\": 140, \"clust\": 0, \"rank\": 49, \"rankvar\": 136, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 10, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-11\", \"ini\": 139, \"clust\": 47, \"rank\": 24, \"rankvar\": 118, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 11, \"group\": [45.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-12\", \"ini\": 138, \"clust\": 28, \"rank\": 4, \"rankvar\": 67, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 12, \"group\": [25.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-13\", \"ini\": 137, \"clust\": 14, \"rank\": 1, \"rankvar\": 86, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 13, \"group\": [14.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-14\", \"ini\": 136, \"clust\": 7, \"rank\": 68, \"rankvar\": 146, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 14, \"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-15\", \"ini\": 135, \"clust\": 6, \"rank\": 85, \"rankvar\": 149, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 15, \"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-16\", \"ini\": 134, \"clust\": 12, \"rank\": 58, \"rankvar\": 145, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 16, \"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-17\", \"ini\": 133, \"clust\": 37, \"rank\": 35, \"rankvar\": 125, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 17, \"group\": [35.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-18\", \"ini\": 132, \"clust\": 8, \"rank\": 62, \"rankvar\": 140, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 18, \"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-19\", \"ini\": 131, \"clust\": 4, \"rank\": 48, \"rankvar\": 141, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 19, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-20\", \"ini\": 130, \"clust\": 39, \"rank\": 38, \"rankvar\": 109, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 20, \"group\": [40.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-21\", \"ini\": 129, \"clust\": 3, \"rank\": 46, \"rankvar\": 135, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 21, \"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-22\", \"ini\": 128, \"clust\": 42, \"rank\": 22, \"rankvar\": 139, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 22, \"group\": [41.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-23\", \"ini\": 127, \"clust\": 44, \"rank\": 33, \"rankvar\": 89, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 23, \"group\": [43.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-24\", \"ini\": 126, \"clust\": 48, \"rank\": 25, \"rankvar\": 114, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 24, \"group\": [46.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-25\", \"ini\": 125, \"clust\": 26, \"rank\": 16, \"rankvar\": 50, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 25, \"group\": [26.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-26\", \"ini\": 124, \"clust\": 45, \"rank\": 32, \"rankvar\": 107, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 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\": \"flowers: flower-27\", \"ini\": 123, \"clust\": 35, \"rank\": 36, \"rankvar\": 126, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 27, \"group\": [34.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-28\", \"ini\": 122, \"clust\": 31, \"rank\": 29, \"rankvar\": 112, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 28, \"group\": [32.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-29\", \"ini\": 121, \"clust\": 20, \"rank\": 17, \"rankvar\": 94, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 29, \"group\": [19.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-30\", \"ini\": 120, \"clust\": 17, \"rank\": 15, \"rankvar\": 74, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 30, \"group\": [18.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-31\", \"ini\": 119, \"clust\": 40, \"rank\": 40, \"rankvar\": 104, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 31, \"group\": [38.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-32\", \"ini\": 118, \"clust\": 10, \"rank\": 57, \"rankvar\": 147, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 32, \"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-33\", \"ini\": 117, \"clust\": 9, \"rank\": 71, \"rankvar\": 148, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 33, \"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-34\", \"ini\": 116, \"clust\": 24, \"rank\": 12, \"rankvar\": 79, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 34, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-35\", \"ini\": 115, \"clust\": 29, \"rank\": 18, \"rankvar\": 93, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 35, \"group\": [28.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-36\", \"ini\": 114, \"clust\": 41, \"rank\": 39, \"rankvar\": 129, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 36, \"group\": [39.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-37\", \"ini\": 113, \"clust\": 22, \"rank\": 13, \"rankvar\": 80, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 37, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-38\", \"ini\": 112, \"clust\": 15, \"rank\": 3, \"rankvar\": 77, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 38, \"group\": [15.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-39\", \"ini\": 111, \"clust\": 33, \"rank\": 28, \"rankvar\": 111, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 39, \"group\": [31.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-40\", \"ini\": 110, \"clust\": 38, \"rank\": 30, \"rankvar\": 128, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 40, \"group\": [36.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-41\", \"ini\": 109, \"clust\": 146, \"rank\": 0, \"rankvar\": 7, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 41, \"group\": [148.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-42\", \"ini\": 108, \"clust\": 18, \"rank\": 5, \"rankvar\": 103, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 42, \"group\": [22.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-43\", \"ini\": 107, \"clust\": 43, \"rank\": 42, \"rankvar\": 119, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 43, \"group\": [42.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-44\", \"ini\": 106, \"clust\": 2, \"rank\": 54, \"rankvar\": 138, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 44, \"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-45\", \"ini\": 105, \"clust\": 25, \"rank\": 8, \"rankvar\": 55, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 45, \"group\": [27.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-46\", \"ini\": 104, \"clust\": 5, \"rank\": 47, \"rankvar\": 142, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 46, \"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-47\", \"ini\": 103, \"clust\": 21, \"rank\": 10, \"rankvar\": 98, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 47, \"group\": [20.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-48\", \"ini\": 102, \"clust\": 1, \"rank\": 45, \"rankvar\": 137, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 48, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-49\", \"ini\": 101, \"clust\": 30, \"rank\": 23, \"rankvar\": 101, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 49, \"group\": [29.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-50\", \"ini\": 100, \"clust\": 90, \"rank\": 120, \"rankvar\": 47, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 50, \"group\": [87.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-51\", \"ini\": 99, \"clust\": 120, \"rank\": 110, \"rankvar\": 1, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 51, \"group\": [120.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-52\", \"ini\": 98, \"clust\": 88, \"rank\": 117, \"rankvar\": 43, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 52, \"group\": [85.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-53\", \"ini\": 97, \"clust\": 133, \"rank\": 44, \"rankvar\": 100, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 53, \"group\": [131.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-54\", \"ini\": 96, \"clust\": 75, \"rank\": 95, \"rankvar\": 58, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 54, \"group\": [74.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-55\", \"ini\": 95, \"clust\": 127, \"rank\": 72, \"rankvar\": 32, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 55, \"group\": [126.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-56\", \"ini\": 94, \"clust\": 118, \"rank\": 114, \"rankvar\": 0, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 56, \"group\": [116.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-57\", \"ini\": 93, \"clust\": 148, \"rank\": 21, \"rankvar\": 69, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 57, \"group\": [145.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-58\", \"ini\": 92, \"clust\": 72, \"rank\": 97, \"rankvar\": 49, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 58, \"group\": [73.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-59\", \"ini\": 91, \"clust\": 144, \"rank\": 55, \"rankvar\": 52, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 59, \"group\": [142.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-60\", \"ini\": 90, \"clust\": 135, \"rank\": 9, \"rankvar\": 121, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 60, \"group\": [136.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-61\", \"ini\": 89, \"clust\": 97, \"rank\": 84, \"rankvar\": 5, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 61, \"group\": [97.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-62\", \"ini\": 88, \"clust\": 140, \"rank\": 43, \"rankvar\": 117, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 62, \"group\": [140.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-63\", \"ini\": 87, \"clust\": 64, \"rank\": 88, \"rankvar\": 19, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 63, \"group\": [62.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-64\", \"ini\": 86, \"clust\": 143, \"rank\": 69, \"rankvar\": 3, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 64, \"group\": [144.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-65\", \"ini\": 85, \"clust\": 91, \"rank\": 108, \"rankvar\": 25, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 65, \"group\": [88.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-66\", \"ini\": 84, \"clust\": 124, \"rank\": 81, \"rankvar\": 17, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 66, \"group\": [124.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-67\", \"ini\": 83, \"clust\": 139, \"rank\": 60, \"rankvar\": 31, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 67, \"group\": [141.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-68\", \"ini\": 82, \"clust\": 52, \"rank\": 65, \"rankvar\": 131, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 68, \"group\": [50.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-69\", \"ini\": 81, \"clust\": 137, \"rank\": 51, \"rankvar\": 61, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 69, \"group\": [133.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-70\", \"ini\": 80, \"clust\": 92, \"rank\": 109, \"rankvar\": 13, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 70, \"group\": [94.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-71\", \"ini\": 79, \"clust\": 54, \"rank\": 76, \"rankvar\": 22, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 71, \"group\": [53.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-72\", \"ini\": 78, \"clust\": 55, \"rank\": 80, \"rankvar\": 102, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 72, \"group\": [54.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-73\", \"ini\": 77, \"clust\": 49, \"rank\": 78, \"rankvar\": 40, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 73, \"group\": [48.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-74\", \"ini\": 76, \"clust\": 73, \"rank\": 89, \"rankvar\": 28, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 74, \"group\": [71.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-75\", \"ini\": 75, \"clust\": 87, \"rank\": 100, \"rankvar\": 29, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 75, \"group\": [89.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-76\", \"ini\": 74, \"clust\": 74, \"rank\": 101, \"rankvar\": 82, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 76, \"group\": [72.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-77\", \"ini\": 73, \"clust\": 79, \"rank\": 115, \"rankvar\": 42, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 77, \"group\": [76.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-78\", \"ini\": 72, \"clust\": 68, \"rank\": 86, \"rankvar\": 16, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 78, \"group\": [70.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-79\", \"ini\": 71, \"clust\": 132, \"rank\": 50, \"rankvar\": 30, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 79, \"group\": [137.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-80\", \"ini\": 70, \"clust\": 138, \"rank\": 41, \"rankvar\": 75, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 80, \"group\": [134.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-81\", \"ini\": 69, \"clust\": 136, \"rank\": 37, \"rankvar\": 71, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 81, \"group\": [135.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-82\", \"ini\": 68, \"clust\": 141, \"rank\": 63, \"rankvar\": 26, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 82, \"group\": [138.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-83\", \"ini\": 67, \"clust\": 61, \"rank\": 87, \"rankvar\": 76, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 83, \"group\": [60.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-84\", \"ini\": 66, \"clust\": 125, \"rank\": 77, \"rankvar\": 34, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 84, \"group\": [122.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-85\", \"ini\": 65, \"clust\": 117, \"rank\": 111, \"rankvar\": 8, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 85, \"group\": [121.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-86\", \"ini\": 64, \"clust\": 89, \"rank\": 113, \"rankvar\": 21, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 86, \"group\": [86.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-87\", \"ini\": 63, \"clust\": 53, \"rank\": 66, \"rankvar\": 123, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 87, \"group\": [51.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-88\", \"ini\": 62, \"clust\": 126, \"rank\": 74, \"rankvar\": 6, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 88, \"group\": [123.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-89\", \"ini\": 61, \"clust\": 134, \"rank\": 52, \"rankvar\": 73, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 89, \"group\": [132.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-90\", \"ini\": 60, \"clust\": 129, \"rank\": 56, \"rankvar\": 63, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 90, \"group\": [130.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-91\", \"ini\": 59, \"clust\": 102, \"rank\": 94, \"rankvar\": 9, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 91, \"group\": [101.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-92\", \"ini\": 58, \"clust\": 142, \"rank\": 59, \"rankvar\": 51, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 92, \"group\": [139.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-93\", \"ini\": 57, \"clust\": 149, \"rank\": 19, \"rankvar\": 81, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 93, \"group\": [146.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-94\", \"ini\": 56, \"clust\": 130, \"rank\": 64, \"rankvar\": 39, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 94, \"group\": [128.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-95\", \"ini\": 55, \"clust\": 123, \"rank\": 75, \"rankvar\": 2, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 95, \"group\": [125.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-96\", \"ini\": 54, \"clust\": 128, \"rank\": 73, \"rankvar\": 11, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 96, \"group\": [127.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-97\", \"ini\": 53, \"clust\": 76, \"rank\": 82, \"rankvar\": 14, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 97, \"group\": [75.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-98\", \"ini\": 52, \"clust\": 147, \"rank\": 27, \"rankvar\": 45, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 98, \"group\": [147.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-99\", \"ini\": 51, \"clust\": 131, \"rank\": 70, \"rankvar\": 15, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 99, \"group\": [129.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-100\", \"ini\": 50, \"clust\": 93, \"rank\": 139, \"rankvar\": 53, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 100, \"group\": [93.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-101\", \"ini\": 49, \"clust\": 57, \"rank\": 90, \"rankvar\": 90, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 101, \"group\": [55.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-102\", \"ini\": 48, \"clust\": 78, \"rank\": 135, \"rankvar\": 83, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 102, \"group\": [78.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-103\", \"ini\": 47, \"clust\": 103, \"rank\": 112, \"rankvar\": 64, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 103, \"group\": [102.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-104\", \"ini\": 46, \"clust\": 112, \"rank\": 124, \"rankvar\": 70, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 104, \"group\": [115.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-105\", \"ini\": 45, \"clust\": 77, \"rank\": 145, \"rankvar\": 108, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 105, \"group\": [79.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-106\", \"ini\": 44, \"clust\": 145, \"rank\": 53, \"rankvar\": 116, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 106, \"group\": [143.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-107\", \"ini\": 43, \"clust\": 83, \"rank\": 133, \"rankvar\": 105, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 107, \"group\": [82.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-108\", \"ini\": 42, \"clust\": 63, \"rank\": 107, \"rankvar\": 130, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 108, \"group\": [64.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-109\", \"ini\": 41, \"clust\": 119, \"rank\": 147, \"rankvar\": 4, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 109, \"group\": [117.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-110\", \"ini\": 40, \"clust\": 108, \"rank\": 123, \"rankvar\": 12, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 110, \"group\": [105.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-111\", \"ini\": 39, \"clust\": 70, \"rank\": 105, \"rankvar\": 95, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 111, \"group\": [67.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-112\", \"ini\": 38, \"clust\": 113, \"rank\": 127, \"rankvar\": 68, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 112, \"group\": [111.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-113\", \"ini\": 37, \"clust\": 56, \"rank\": 79, \"rankvar\": 120, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 113, \"group\": [57.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-114\", \"ini\": 36, \"clust\": 59, \"rank\": 106, \"rankvar\": 106, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 114, \"group\": [58.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-115\", \"ini\": 35, \"clust\": 104, \"rank\": 128, \"rankvar\": 35, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 115, \"group\": [108.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-116\", \"ini\": 34, \"clust\": 100, \"rank\": 119, \"rankvar\": 44, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 116, \"group\": [99.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-117\", \"ini\": 33, \"clust\": 121, \"rank\": 149, \"rankvar\": 20, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 117, \"group\": [118.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-118\", \"ini\": 32, \"clust\": 82, \"rank\": 144, \"rankvar\": 144, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 118, \"group\": [83.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-119\", \"ini\": 31, \"clust\": 51, \"rank\": 67, \"rankvar\": 132, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 119, \"group\": [52.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-120\", \"ini\": 30, \"clust\": 106, \"rank\": 141, \"rankvar\": 41, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 120, \"group\": [103.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-121\", \"ini\": 29, \"clust\": 60, \"rank\": 92, \"rankvar\": 88, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 121, \"group\": [59.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-122\", \"ini\": 28, \"clust\": 84, \"rank\": 142, \"rankvar\": 133, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 122, \"group\": [80.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-123\", \"ini\": 27, \"clust\": 71, \"rank\": 98, \"rankvar\": 85, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 123, \"group\": [68.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-124\", \"ini\": 26, \"clust\": 105, \"rank\": 136, \"rankvar\": 10, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 124, \"group\": [107.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-125\", \"ini\": 25, \"clust\": 86, \"rank\": 138, \"rankvar\": 54, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 125, \"group\": [90.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-126\", \"ini\": 24, \"clust\": 69, \"rank\": 99, \"rankvar\": 66, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 126, \"group\": [69.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-127\", \"ini\": 23, \"clust\": 98, \"rank\": 104, \"rankvar\": 23, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 127, \"group\": [95.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-128\", \"ini\": 22, \"clust\": 66, \"rank\": 116, \"rankvar\": 92, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 128, \"group\": [65.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-129\", \"ini\": 21, \"clust\": 81, \"rank\": 126, \"rankvar\": 87, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 129, \"group\": [84.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-130\", \"ini\": 20, \"clust\": 85, \"rank\": 130, \"rankvar\": 122, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 130, \"group\": [81.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-131\", \"ini\": 19, \"clust\": 122, \"rank\": 148, \"rankvar\": 60, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 131, \"group\": [119.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-132\", \"ini\": 18, \"clust\": 67, \"rank\": 118, \"rankvar\": 96, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 132, \"group\": [66.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-133\", \"ini\": 17, \"clust\": 65, \"rank\": 96, \"rankvar\": 59, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 133, \"group\": [63.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-134\", \"ini\": 16, \"clust\": 50, \"rank\": 83, \"rankvar\": 99, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 134, \"group\": [49.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-135\", \"ini\": 15, \"clust\": 80, \"rank\": 146, \"rankvar\": 110, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 135, \"group\": [77.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-136\", \"ini\": 14, \"clust\": 94, \"rank\": 137, \"rankvar\": 33, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 136, \"group\": [91.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-137\", \"ini\": 13, \"clust\": 101, \"rank\": 122, \"rankvar\": 18, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 137, \"group\": [100.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-138\", \"ini\": 12, \"clust\": 99, \"rank\": 102, \"rankvar\": 24, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 138, \"group\": [96.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-139\", \"ini\": 11, \"clust\": 110, \"rank\": 129, \"rankvar\": 48, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 139, \"group\": [109.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-140\", \"ini\": 10, \"clust\": 115, \"rank\": 134, \"rankvar\": 65, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 140, \"group\": [113.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-141\", \"ini\": 9, \"clust\": 111, \"rank\": 131, \"rankvar\": 62, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 141, \"group\": [110.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-142\", \"ini\": 8, \"clust\": 58, \"rank\": 91, \"rankvar\": 91, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 142, \"group\": [56.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-143\", \"ini\": 7, \"clust\": 107, \"rank\": 140, \"rankvar\": 38, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 143, \"group\": [104.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-144\", \"ini\": 6, \"clust\": 109, \"rank\": 143, \"rankvar\": 36, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 144, \"group\": [106.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-145\", \"ini\": 5, \"clust\": 116, \"rank\": 125, \"rankvar\": 72, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 145, \"group\": [114.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-146\", \"ini\": 4, \"clust\": 62, \"rank\": 93, \"rankvar\": 115, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 146, \"group\": [61.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-147\", \"ini\": 3, \"clust\": 114, \"rank\": 121, \"rankvar\": 46, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 147, \"group\": [112.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-148\", \"ini\": 2, \"clust\": 95, \"rank\": 132, \"rankvar\": 27, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 148, \"group\": [92.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-149\", \"ini\": 1, \"clust\": 96, \"rank\": 103, \"rankvar\": 37, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 149, \"group\": [98.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}]}}, {\"N_row_var\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"feature: sepal length (cm)\", \"ini\": 4, \"clust\": 1, \"rank\": 2, \"rankvar\": 2, \"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"feature: sepal width (cm)\", \"ini\": 3, \"clust\": 0, \"rank\": 0, \"rankvar\": 1, \"group\": [4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0]}, {\"name\": \"feature: petal length (cm)\", \"ini\": 2, \"clust\": 2, \"rank\": 1, \"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\": \"feature: petal width (cm)\", \"ini\": 1, \"clust\": 3, \"rank\": 3, \"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]}], \"col_nodes\": [{\"name\": \"flowers: flower-0\", \"ini\": 150, \"clust\": 34, \"rank\": 31, \"rankvar\": 127, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 0, \"group\": [33.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-1\", \"ini\": 149, \"clust\": 27, \"rank\": 7, \"rankvar\": 56, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 1, \"group\": [24.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-2\", \"ini\": 148, \"clust\": 19, \"rank\": 14, \"rankvar\": 97, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 2, \"group\": [21.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-3\", \"ini\": 147, \"clust\": 16, \"rank\": 6, \"rankvar\": 84, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 3, \"group\": [17.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-4\", \"ini\": 146, \"clust\": 36, \"rank\": 34, \"rankvar\": 134, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 4, \"group\": [37.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-5\", \"ini\": 145, \"clust\": 11, \"rank\": 61, \"rankvar\": 143, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 5, \"group\": [9.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-6\", \"ini\": 144, \"clust\": 46, \"rank\": 20, \"rankvar\": 124, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 6, \"group\": [47.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-7\", \"ini\": 143, \"clust\": 32, \"rank\": 26, \"rankvar\": 113, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 7, \"group\": [30.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-8\", \"ini\": 142, \"clust\": 13, \"rank\": 2, \"rankvar\": 57, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 8, \"group\": [16.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-9\", \"ini\": 141, \"clust\": 23, \"rank\": 11, \"rankvar\": 78, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 9, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-10\", \"ini\": 140, \"clust\": 0, \"rank\": 49, \"rankvar\": 136, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 10, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-11\", \"ini\": 139, \"clust\": 47, \"rank\": 24, \"rankvar\": 118, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 11, \"group\": [45.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-12\", \"ini\": 138, \"clust\": 28, \"rank\": 4, \"rankvar\": 67, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 12, \"group\": [25.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-13\", \"ini\": 137, \"clust\": 14, \"rank\": 1, \"rankvar\": 86, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 13, \"group\": [14.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-14\", \"ini\": 136, \"clust\": 7, \"rank\": 68, \"rankvar\": 146, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 14, \"group\": [7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-15\", \"ini\": 135, \"clust\": 6, \"rank\": 85, \"rankvar\": 149, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 15, \"group\": [13.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-16\", \"ini\": 134, \"clust\": 12, \"rank\": 58, \"rankvar\": 145, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 16, \"group\": [10.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-17\", \"ini\": 133, \"clust\": 37, \"rank\": 35, \"rankvar\": 125, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 17, \"group\": [35.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-18\", \"ini\": 132, \"clust\": 8, \"rank\": 62, \"rankvar\": 140, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 18, \"group\": [8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-19\", \"ini\": 131, \"clust\": 4, \"rank\": 48, \"rankvar\": 141, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 19, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-20\", \"ini\": 130, \"clust\": 39, \"rank\": 38, \"rankvar\": 109, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 20, \"group\": [40.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-21\", \"ini\": 129, \"clust\": 3, \"rank\": 46, \"rankvar\": 135, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 21, \"group\": [5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-22\", \"ini\": 128, \"clust\": 42, \"rank\": 22, \"rankvar\": 139, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 22, \"group\": [41.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-23\", \"ini\": 127, \"clust\": 44, \"rank\": 33, \"rankvar\": 89, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 23, \"group\": [43.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-24\", \"ini\": 126, \"clust\": 48, \"rank\": 25, \"rankvar\": 114, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 24, \"group\": [46.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-25\", \"ini\": 125, \"clust\": 26, \"rank\": 16, \"rankvar\": 50, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 25, \"group\": [26.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-26\", \"ini\": 124, \"clust\": 45, \"rank\": 32, \"rankvar\": 107, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 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\": \"flowers: flower-27\", \"ini\": 123, \"clust\": 35, \"rank\": 36, \"rankvar\": 126, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 27, \"group\": [34.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-28\", \"ini\": 122, \"clust\": 31, \"rank\": 29, \"rankvar\": 112, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 28, \"group\": [32.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-29\", \"ini\": 121, \"clust\": 20, \"rank\": 17, \"rankvar\": 94, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 29, \"group\": [19.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-30\", \"ini\": 120, \"clust\": 17, \"rank\": 15, \"rankvar\": 74, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 30, \"group\": [18.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-31\", \"ini\": 119, \"clust\": 40, \"rank\": 40, \"rankvar\": 104, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 31, \"group\": [38.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-32\", \"ini\": 118, \"clust\": 10, \"rank\": 57, \"rankvar\": 147, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 32, \"group\": [11.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-33\", \"ini\": 117, \"clust\": 9, \"rank\": 71, \"rankvar\": 148, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 33, \"group\": [12.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-34\", \"ini\": 116, \"clust\": 24, \"rank\": 12, \"rankvar\": 79, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 34, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-35\", \"ini\": 115, \"clust\": 29, \"rank\": 18, \"rankvar\": 93, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 35, \"group\": [28.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-36\", \"ini\": 114, \"clust\": 41, \"rank\": 39, \"rankvar\": 129, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 36, \"group\": [39.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-37\", \"ini\": 113, \"clust\": 22, \"rank\": 13, \"rankvar\": 80, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 37, \"group\": [23.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-38\", \"ini\": 112, \"clust\": 15, \"rank\": 3, \"rankvar\": 77, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 38, \"group\": [15.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-39\", \"ini\": 111, \"clust\": 33, \"rank\": 28, \"rankvar\": 111, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 39, \"group\": [31.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-40\", \"ini\": 110, \"clust\": 38, \"rank\": 30, \"rankvar\": 128, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 40, \"group\": [36.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-41\", \"ini\": 109, \"clust\": 146, \"rank\": 0, \"rankvar\": 7, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 41, \"group\": [148.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-42\", \"ini\": 108, \"clust\": 18, \"rank\": 5, \"rankvar\": 103, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 42, \"group\": [22.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-43\", \"ini\": 107, \"clust\": 43, \"rank\": 42, \"rankvar\": 119, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 43, \"group\": [42.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-44\", \"ini\": 106, \"clust\": 2, \"rank\": 54, \"rankvar\": 138, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 44, \"group\": [6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-45\", \"ini\": 105, \"clust\": 25, \"rank\": 8, \"rankvar\": 55, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 45, \"group\": [27.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-46\", \"ini\": 104, \"clust\": 5, \"rank\": 47, \"rankvar\": 142, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 46, \"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-47\", \"ini\": 103, \"clust\": 21, \"rank\": 10, \"rankvar\": 98, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 47, \"group\": [20.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-48\", \"ini\": 102, \"clust\": 1, \"rank\": 45, \"rankvar\": 137, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 48, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-49\", \"ini\": 101, \"clust\": 30, \"rank\": 23, \"rankvar\": 101, \"cat-0\": \"flower-type: setosa\", \"cat_0_index\": 49, \"group\": [29.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-50\", \"ini\": 100, \"clust\": 90, \"rank\": 120, \"rankvar\": 47, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 50, \"group\": [87.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-51\", \"ini\": 99, \"clust\": 120, \"rank\": 110, \"rankvar\": 1, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 51, \"group\": [120.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-52\", \"ini\": 98, \"clust\": 88, \"rank\": 117, \"rankvar\": 43, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 52, \"group\": [85.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-53\", \"ini\": 97, \"clust\": 133, \"rank\": 44, \"rankvar\": 100, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 53, \"group\": [131.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-54\", \"ini\": 96, \"clust\": 75, \"rank\": 95, \"rankvar\": 58, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 54, \"group\": [74.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-55\", \"ini\": 95, \"clust\": 127, \"rank\": 72, \"rankvar\": 32, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 55, \"group\": [126.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-56\", \"ini\": 94, \"clust\": 118, \"rank\": 114, \"rankvar\": 0, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 56, \"group\": [116.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-57\", \"ini\": 93, \"clust\": 148, \"rank\": 21, \"rankvar\": 69, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 57, \"group\": [145.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-58\", \"ini\": 92, \"clust\": 72, \"rank\": 97, \"rankvar\": 49, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 58, \"group\": [73.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-59\", \"ini\": 91, \"clust\": 144, \"rank\": 55, \"rankvar\": 52, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 59, \"group\": [142.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-60\", \"ini\": 90, \"clust\": 135, \"rank\": 9, \"rankvar\": 121, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 60, \"group\": [136.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-61\", \"ini\": 89, \"clust\": 97, \"rank\": 84, \"rankvar\": 5, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 61, \"group\": [97.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-62\", \"ini\": 88, \"clust\": 140, \"rank\": 43, \"rankvar\": 117, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 62, \"group\": [140.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-63\", \"ini\": 87, \"clust\": 64, \"rank\": 88, \"rankvar\": 19, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 63, \"group\": [62.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-64\", \"ini\": 86, \"clust\": 143, \"rank\": 69, \"rankvar\": 3, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 64, \"group\": [144.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-65\", \"ini\": 85, \"clust\": 91, \"rank\": 108, \"rankvar\": 25, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 65, \"group\": [88.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-66\", \"ini\": 84, \"clust\": 124, \"rank\": 81, \"rankvar\": 17, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 66, \"group\": [124.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-67\", \"ini\": 83, \"clust\": 139, \"rank\": 60, \"rankvar\": 31, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 67, \"group\": [141.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-68\", \"ini\": 82, \"clust\": 52, \"rank\": 65, \"rankvar\": 131, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 68, \"group\": [50.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-69\", \"ini\": 81, \"clust\": 137, \"rank\": 51, \"rankvar\": 61, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 69, \"group\": [133.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-70\", \"ini\": 80, \"clust\": 92, \"rank\": 109, \"rankvar\": 13, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 70, \"group\": [94.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-71\", \"ini\": 79, \"clust\": 54, \"rank\": 76, \"rankvar\": 22, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 71, \"group\": [53.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-72\", \"ini\": 78, \"clust\": 55, \"rank\": 80, \"rankvar\": 102, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 72, \"group\": [54.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-73\", \"ini\": 77, \"clust\": 49, \"rank\": 78, \"rankvar\": 40, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 73, \"group\": [48.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-74\", \"ini\": 76, \"clust\": 73, \"rank\": 89, \"rankvar\": 28, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 74, \"group\": [71.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-75\", \"ini\": 75, \"clust\": 87, \"rank\": 100, \"rankvar\": 29, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 75, \"group\": [89.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-76\", \"ini\": 74, \"clust\": 74, \"rank\": 101, \"rankvar\": 82, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 76, \"group\": [72.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-77\", \"ini\": 73, \"clust\": 79, \"rank\": 115, \"rankvar\": 42, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 77, \"group\": [76.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-78\", \"ini\": 72, \"clust\": 68, \"rank\": 86, \"rankvar\": 16, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 78, \"group\": [70.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-79\", \"ini\": 71, \"clust\": 132, \"rank\": 50, \"rankvar\": 30, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 79, \"group\": [137.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-80\", \"ini\": 70, \"clust\": 138, \"rank\": 41, \"rankvar\": 75, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 80, \"group\": [134.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-81\", \"ini\": 69, \"clust\": 136, \"rank\": 37, \"rankvar\": 71, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 81, \"group\": [135.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-82\", \"ini\": 68, \"clust\": 141, \"rank\": 63, \"rankvar\": 26, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 82, \"group\": [138.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-83\", \"ini\": 67, \"clust\": 61, \"rank\": 87, \"rankvar\": 76, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 83, \"group\": [60.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-84\", \"ini\": 66, \"clust\": 125, \"rank\": 77, \"rankvar\": 34, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 84, \"group\": [122.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-85\", \"ini\": 65, \"clust\": 117, \"rank\": 111, \"rankvar\": 8, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 85, \"group\": [121.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-86\", \"ini\": 64, \"clust\": 89, \"rank\": 113, \"rankvar\": 21, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 86, \"group\": [86.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-87\", \"ini\": 63, \"clust\": 53, \"rank\": 66, \"rankvar\": 123, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 87, \"group\": [51.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-88\", \"ini\": 62, \"clust\": 126, \"rank\": 74, \"rankvar\": 6, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 88, \"group\": [123.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-89\", \"ini\": 61, \"clust\": 134, \"rank\": 52, \"rankvar\": 73, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 89, \"group\": [132.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-90\", \"ini\": 60, \"clust\": 129, \"rank\": 56, \"rankvar\": 63, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 90, \"group\": [130.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-91\", \"ini\": 59, \"clust\": 102, \"rank\": 94, \"rankvar\": 9, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 91, \"group\": [101.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-92\", \"ini\": 58, \"clust\": 142, \"rank\": 59, \"rankvar\": 51, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 92, \"group\": [139.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-93\", \"ini\": 57, \"clust\": 149, \"rank\": 19, \"rankvar\": 81, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 93, \"group\": [146.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-94\", \"ini\": 56, \"clust\": 130, \"rank\": 64, \"rankvar\": 39, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 94, \"group\": [128.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-95\", \"ini\": 55, \"clust\": 123, \"rank\": 75, \"rankvar\": 2, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 95, \"group\": [125.0, 8.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-96\", \"ini\": 54, \"clust\": 128, \"rank\": 73, \"rankvar\": 11, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 96, \"group\": [127.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-97\", \"ini\": 53, \"clust\": 76, \"rank\": 82, \"rankvar\": 14, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 97, \"group\": [75.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-98\", \"ini\": 52, \"clust\": 147, \"rank\": 27, \"rankvar\": 45, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 98, \"group\": [147.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-99\", \"ini\": 51, \"clust\": 131, \"rank\": 70, \"rankvar\": 15, \"cat-0\": \"flower-type: versicolor\", \"cat_0_index\": 99, \"group\": [129.0, 9.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-100\", \"ini\": 50, \"clust\": 93, \"rank\": 139, \"rankvar\": 53, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 100, \"group\": [93.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-101\", \"ini\": 49, \"clust\": 57, \"rank\": 90, \"rankvar\": 90, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 101, \"group\": [55.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-102\", \"ini\": 48, \"clust\": 78, \"rank\": 135, \"rankvar\": 83, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 102, \"group\": [78.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-103\", \"ini\": 47, \"clust\": 103, \"rank\": 112, \"rankvar\": 64, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 103, \"group\": [102.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-104\", \"ini\": 46, \"clust\": 112, \"rank\": 124, \"rankvar\": 70, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 104, \"group\": [115.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-105\", \"ini\": 45, \"clust\": 77, \"rank\": 145, \"rankvar\": 108, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 105, \"group\": [79.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-106\", \"ini\": 44, \"clust\": 145, \"rank\": 53, \"rankvar\": 116, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 106, \"group\": [143.0, 10.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-107\", \"ini\": 43, \"clust\": 83, \"rank\": 133, \"rankvar\": 105, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 107, \"group\": [82.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-108\", \"ini\": 42, \"clust\": 63, \"rank\": 107, \"rankvar\": 130, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 108, \"group\": [64.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-109\", \"ini\": 41, \"clust\": 119, \"rank\": 147, \"rankvar\": 4, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 109, \"group\": [117.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-110\", \"ini\": 40, \"clust\": 108, \"rank\": 123, \"rankvar\": 12, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 110, \"group\": [105.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-111\", \"ini\": 39, \"clust\": 70, \"rank\": 105, \"rankvar\": 95, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 111, \"group\": [67.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-112\", \"ini\": 38, \"clust\": 113, \"rank\": 127, \"rankvar\": 68, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 112, \"group\": [111.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-113\", \"ini\": 37, \"clust\": 56, \"rank\": 79, \"rankvar\": 120, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 113, \"group\": [57.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-114\", \"ini\": 36, \"clust\": 59, \"rank\": 106, \"rankvar\": 106, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 114, \"group\": [58.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-115\", \"ini\": 35, \"clust\": 104, \"rank\": 128, \"rankvar\": 35, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 115, \"group\": [108.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-116\", \"ini\": 34, \"clust\": 100, \"rank\": 119, \"rankvar\": 44, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 116, \"group\": [99.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-117\", \"ini\": 33, \"clust\": 121, \"rank\": 149, \"rankvar\": 20, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 117, \"group\": [118.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-118\", \"ini\": 32, \"clust\": 82, \"rank\": 144, \"rankvar\": 144, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 118, \"group\": [83.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-119\", \"ini\": 31, \"clust\": 51, \"rank\": 67, \"rankvar\": 132, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 119, \"group\": [52.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-120\", \"ini\": 30, \"clust\": 106, \"rank\": 141, \"rankvar\": 41, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 120, \"group\": [103.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-121\", \"ini\": 29, \"clust\": 60, \"rank\": 92, \"rankvar\": 88, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 121, \"group\": [59.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-122\", \"ini\": 28, \"clust\": 84, \"rank\": 142, \"rankvar\": 133, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 122, \"group\": [80.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-123\", \"ini\": 27, \"clust\": 71, \"rank\": 98, \"rankvar\": 85, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 123, \"group\": [68.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-124\", \"ini\": 26, \"clust\": 105, \"rank\": 136, \"rankvar\": 10, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 124, \"group\": [107.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-125\", \"ini\": 25, \"clust\": 86, \"rank\": 138, \"rankvar\": 54, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 125, \"group\": [90.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-126\", \"ini\": 24, \"clust\": 69, \"rank\": 99, \"rankvar\": 66, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 126, \"group\": [69.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-127\", \"ini\": 23, \"clust\": 98, \"rank\": 104, \"rankvar\": 23, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 127, \"group\": [95.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-128\", \"ini\": 22, \"clust\": 66, \"rank\": 116, \"rankvar\": 92, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 128, \"group\": [65.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-129\", \"ini\": 21, \"clust\": 81, \"rank\": 126, \"rankvar\": 87, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 129, \"group\": [84.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-130\", \"ini\": 20, \"clust\": 85, \"rank\": 130, \"rankvar\": 122, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 130, \"group\": [81.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-131\", \"ini\": 19, \"clust\": 122, \"rank\": 148, \"rankvar\": 60, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 131, \"group\": [119.0, 7.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-132\", \"ini\": 18, \"clust\": 67, \"rank\": 118, \"rankvar\": 96, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 132, \"group\": [66.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-133\", \"ini\": 17, \"clust\": 65, \"rank\": 96, \"rankvar\": 59, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 133, \"group\": [63.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-134\", \"ini\": 16, \"clust\": 50, \"rank\": 83, \"rankvar\": 99, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 134, \"group\": [49.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-135\", \"ini\": 15, \"clust\": 80, \"rank\": 146, \"rankvar\": 110, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 135, \"group\": [77.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-136\", \"ini\": 14, \"clust\": 94, \"rank\": 137, \"rankvar\": 33, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 136, \"group\": [91.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-137\", \"ini\": 13, \"clust\": 101, \"rank\": 122, \"rankvar\": 18, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 137, \"group\": [100.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-138\", \"ini\": 12, \"clust\": 99, \"rank\": 102, \"rankvar\": 24, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 138, \"group\": [96.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-139\", \"ini\": 11, \"clust\": 110, \"rank\": 129, \"rankvar\": 48, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 139, \"group\": [109.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-140\", \"ini\": 10, \"clust\": 115, \"rank\": 134, \"rankvar\": 65, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 140, \"group\": [113.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-141\", \"ini\": 9, \"clust\": 111, \"rank\": 131, \"rankvar\": 62, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 141, \"group\": [110.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-142\", \"ini\": 8, \"clust\": 58, \"rank\": 91, \"rankvar\": 91, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 142, \"group\": [56.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-143\", \"ini\": 7, \"clust\": 107, \"rank\": 140, \"rankvar\": 38, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 143, \"group\": [104.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-144\", \"ini\": 6, \"clust\": 109, \"rank\": 143, \"rankvar\": 36, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 144, \"group\": [106.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-145\", \"ini\": 5, \"clust\": 116, \"rank\": 125, \"rankvar\": 72, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 145, \"group\": [114.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-146\", \"ini\": 4, \"clust\": 62, \"rank\": 93, \"rankvar\": 115, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 146, \"group\": [61.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-147\", \"ini\": 3, \"clust\": 114, \"rank\": 121, \"rankvar\": 46, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 147, \"group\": [112.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-148\", \"ini\": 2, \"clust\": 95, \"rank\": 132, \"rankvar\": 27, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 148, \"group\": [92.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"flowers: flower-149\", \"ini\": 1, \"clust\": 96, \"rank\": 103, \"rankvar\": 37, \"cat-0\": \"flower-type: virginica\", \"cat_0_index\": 149, \"group\": [98.0, 6.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}]}}]}", "viz_title": "updating python by restarting kernel" } } }, "version_major": 1, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 2 }