✨ feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## `Network_Conv_AdjDir(matrix, matrix_type, dir_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
图结构算法-矩阵转换:方向调整 将3类关联矩阵转为方向统一的矩阵: 1)正向处理 统计类矩阵,越大越好,value 相关系数矩阵,绝对值越大越好,abs(value) 距离类矩阵,越小越好,1/value 2)反向处理:上述取倒数
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -14,6 +16,8 @@
|
||||
|
||||
## `Network_Conv_ToDist(matrix)`
|
||||
|
||||
声明:function
|
||||
|
||||
将关联矩阵转换为距离矩阵 要求关联矩阵是正数矩阵,且值越大表示关联性越强
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -24,6 +28,8 @@
|
||||
|
||||
## `Network_Node_DegreeCentrality(matrix)`
|
||||
|
||||
声明:function
|
||||
|
||||
度中心度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -34,6 +40,8 @@
|
||||
|
||||
## `Network_Node_ClosenessCentrality(matrix, matrix_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
邻近中心度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -45,6 +53,8 @@
|
||||
|
||||
## `Network_Node_BetweennessCentrality(matrix, matrix_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
中介中心度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -56,6 +66,8 @@
|
||||
|
||||
## `Network_Node_NetCentrality(matrix, matrix_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
网络中心度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -67,6 +79,8 @@
|
||||
|
||||
## `Network_Node_EigenvectorCentrality(matrix, matrix_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
特征向量中心度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -78,6 +92,8 @@
|
||||
|
||||
## `Network_Density(matrix)`
|
||||
|
||||
声明:function
|
||||
|
||||
网络密度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -88,6 +104,8 @@
|
||||
|
||||
## `Network_AveragePathLength(matrix, matrix_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
平均路径长度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -99,6 +117,8 @@
|
||||
|
||||
## `Network_MeanOccupiedLayer(matrix, matrix_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
平均占有层
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -110,12 +130,16 @@
|
||||
|
||||
## `sysSendMail()`
|
||||
|
||||
声明:function
|
||||
|
||||
(参考文档未提供简述。)
|
||||
|
||||
返回:any
|
||||
|
||||
## `getUrl(src_url, parse_url)`
|
||||
|
||||
声明:function
|
||||
|
||||
解析在HTML中出现的URL,返回全路径URL串。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -134,6 +158,8 @@ getUrl('http://www.tinysoft.com.cn', 'index.html')
|
||||
|
||||
## `createHttpSession()`
|
||||
|
||||
声明:function
|
||||
|
||||
创建一个http Session对象,并返回会话ID,即Session id。仅新一代TSL语言支持该函数。
|
||||
|
||||
返回:integer
|
||||
@@ -152,6 +178,8 @@ return 1;
|
||||
|
||||
## `parseHtml(html, parsed, attr_name_is_index)`
|
||||
|
||||
声明:function
|
||||
|
||||
将指定的Html字符串解析成为类似于DOM格式的结构。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user