feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -1,6 +1,6 @@
# 策略评价 / 交叉验证
## `TSBacktestOverfitProb`
## `tsBacktestOverfitProb`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 回报率 投资收益 历史模拟 策略验证 过拟合 交叉验证 策略检验 -->
### `fData`
### `FData`
声明:field
@@ -18,7 +18,7 @@
类型:array
### `fnSub`
### `FnSub`
声明:field
@@ -28,7 +28,7 @@
类型:integer
### `fEvalIndex`
### `FEvalIndex`
声明:field
@@ -38,7 +38,7 @@
类型:integer
### `fSubData`
### `FSubData`
声明:field
@@ -48,7 +48,7 @@
类型:array
### `fCombinations`
### `FCombinations`
声明:field
@@ -58,7 +58,7 @@
类型:array
### `fRelaRank`
### `FRelaRank`
声明:field
@@ -68,7 +68,7 @@
类型:array
### `fEvaluateIS`
### `FEvaluateIS`
声明:field
@@ -78,7 +78,7 @@
类型:array
### `fEvaluateOOS`
### `FEvaluateOOS`
声明:field
@@ -88,7 +88,7 @@
类型:array
### `fisMaxOOS`
### `FisMaxOOS`
声明:field
@@ -98,7 +98,7 @@
类型:array
### `fRetOOS`
### `FRetOOS`
声明:field
@@ -118,7 +118,7 @@
可见性:`public`
### `main()`
### `Main()`
声明:function
@@ -130,7 +130,7 @@
返回:real
### `userDefined_Eval(data)`
### `UserDefined_Eval(data)`
声明:function
@@ -146,7 +146,7 @@
返回:array
### `getTrainTest(comb)`
### `GetTrainTest(comb)`
声明:function
@@ -162,7 +162,7 @@
返回:array
### `getPerformDown()`
### `GetPerformDown()`
声明:function
@@ -174,7 +174,7 @@
返回:array
### `getLossProb()`
### `GetLossProb()`
声明:function
@@ -186,7 +186,7 @@
返回:real
### `getSD()`
### `GetSD()`
声明:function