Public 属性 | |
| CDistance * | distance |
| int32_t | start |
| int32_t | end |
| int32_t | total_start |
| int32_t | total_end |
| int32_t | m |
| int32_t | n |
| T * | result |
| bool | symmetric |
| bool | verbose |
| CDistance* distance |
distance
在文件 Distance.cpp 第 37 行定义.
| int32_t end |
end (unit row)
在文件 Distance.cpp 第 41 行定义.
| int32_t m |
m
在文件 Distance.cpp 第 47 行定义.
| int32_t n |
n
在文件 Distance.cpp 第 49 行定义.
| T* result |
result
在文件 Distance.cpp 第 51 行定义.
| int32_t start |
start (unit row)
在文件 Distance.cpp 第 39 行定义.
| bool symmetric |
distance matrix k(i,j)=k(j,i)
在文件 Distance.cpp 第 53 行定义.
| int32_t total_end |
end (unit number of elements)
在文件 Distance.cpp 第 45 行定义.
| int32_t total_start |
start (unit number of elements)
在文件 Distance.cpp 第 43 行定义.
| bool verbose |
output progress
在文件 Distance.cpp 第 55 行定义.