0

オレンジの距離ファイルの各オブジェクト/行にラベルを追加する方法は?

このリンクの例として試しました

4
john   0.1
joe    0.5    0.3
jack   0.7    0.9    0.2
jane   0.2    0.8    0.6    0.5

しかし、オレンジは次のエラーを出します:

Error while reading the file: 'invalid literal for int() with base 10:'john"
4

1 に答える 1

1

Example is broken. It should be like this:

4 labelled
john   0.1
joe    0.5    0.3
jack   0.7    0.9    0.2
jane   0.2    0.8    0.6    0.5
于 2015-04-15T22:13:26.507 に答える