The projection helpers of the sample data collection.
SampleHelper
01 Syntax
Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure.SampleHelper
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| dimension | 1 | get feature dimension |
03 Members
dimension(
IEnumerable(Of SampleData), Int32)get feature dimension
Parameters
| Name | Type | Description |
|---|---|---|
samples | IEnumerable(Of SampleData) | A collection of the SampleData objects. |
[dim] | Int32 | The zero based index of the target feature dimension. |
Returns
A sequence of the feature values which are projected from the [dim] dimension of each sample.