rg2d.scheme
来自「数据挖掘经典的hierarchial clustering algorithm」· SCHEME 代码 · 共 17 行
SCHEME
17 行
# Lines starting with # are comment lines
# Schema for rg2d.dat
# rg2d.dat is stored as ascii file
type Generic-Schema ascii
# comment lines in the data file are started with //
comment //
# separator in the data file is space
separator ' '
# Start description of attributes
# ------------------------------------------
attr X double
attr Y double
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?