config.json 1.5 KB
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
{
  "export": [
    "knn.json"
  ],
  "keywords": [],
  "children": [
    {
      "K均值聚类": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-1397"
      }
    },
    {
      "选择K—肘部法则": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-1398"
      }
    },
    {
      "距离或相似性度量": {
        "keywords": [],
        "children": [
          {
            "属性": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-1320"
            }
          },
          {
            "一般及欧氏距离": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-1321"
            }
          },
          {
            "平方欧氏距离": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-1322"
            }
          },
          {
            "字符串之间的编辑距离": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-1323"
            }
          }
        ],
        "node_id": "python-4-1399"
      }
    },
    {
      "文档上下文的相似性": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-1400"
      }
    },
    {
      "如何判断聚类结果是否良好": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-1401"
      }
    }
  ],
  "node_id": "python-3-252"
}