helper module for create the input dataset for run analysis
DataSetHelper
01 Syntax
Microsoft.VisualBasic.Math.Statistics.Hypothesis.ANOVA.DataSetHelper
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CommonDataSet | 2 | |
| CommonDataSet | 1 |
03 Members
CommonDataSet(
DataFrame, Array)Parameters
| Name | Type | Description |
|---|---|---|
df | DataFrame | - |
labels | Array | should be the sample name of each sample data, should be unique, and should not be the class label of each sample. |
CommonDataSet``1(
IEnumerable(Of ``0), String(), Array)Type Parameters
| Name | Description |
|---|---|
Row |
Parameters
| Name | Type | Description |
|---|---|---|
mat | IEnumerable(Of ``0) | - |
labels | String() | the sample class labels for each row of the mat, should be a string array(classify) or a numeric array(regression). |
CommonDataSet(
IEnumerable(Of Row), String(), Array)