Create a collection of slide Windows data for the target collection object.
SlideWindowExtensions
01 Syntax
Microsoft.VisualBasic.ComponentModel.Algorithm.base.SlideWindowExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateSlideWindows | 1 | Create a collection of slide Windows data for the target collection object.(创建一个滑窗集合) |
| SlideWindows | 1 | Create a collection of slide Windows data for the target collection object. |
| CreateSlideWindows | 1 | |
| SlideWindows | 1 | |
| Select | 1 |
03 Members
CreateSlideWindows``1(
IEnumerable(Of ``0), Int32, Int32, Boolean)Create a collection of slide Windows data for the target collection object.(创建一个滑窗集合)
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
data | IEnumerable(Of ``0) | - |
winSize | Int32 | The windows size of the created slide window.(窗口的大小) |
offset | Int32 | 在序列之上移动的步长 |
extTails | Boolean | 引用类型不建议打开这个参数 |
SlideWindows``1(
IEnumerable(Of ``0), Int32, Int32, Boolean)Create a collection of slide Windows data for the target collection object.
Remarks
(创建一个滑窗集合)
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
data | IEnumerable(Of ``0) | - |
winSize | Int32 | The windows size of the created slide window.(窗口的大小) |
offset | Int32 | 在序列之上移动的步长 |
extTails | Boolean | 引用类型不建议打开这个参数 |
CreateSlideWindows(
IEnumerable(Of T), Int32, Int32, Boolean)SlideWindows(
IEnumerable(Of T), Int32, Int32, Boolean)Select(
IEnumerable(Of SlideWindow(Of T)), Func(Of T, T, TOut))