initialChecks | R Documentation |
This function performs various input checks on the parameters provided by the user to ensure they are valid for running the ProbKMA algorithm. It verifies the structure and content of the input data, including curves, derivatives, initial membership probabilities, shift matrices, and various parameters.
initialChecks(Y0, Y1, P0, S0, params, diss, V_init)
Y0 |
A list of matrices or vectors representing the curves. |
Y1 |
A list of matrices or vectors representing the derivatives of the curves. |
P0 |
A numeric matrix representing initial membership probabilities. Rows correspond to curves, and columns correspond to clusters. |
S0 |
A numeric matrix representing the initial shift matrix. |
params |
A list containing various parameters for ProbKMA, including:
|
diss |
A character string indicating the type of dissimilarity measure to be used.
Possible values are: |
V_init |
A list containing initial values for the clusters. If provided, it must match the expected structure based on |
A list containing:
FuncData |
A list of processed curves and derivatives after performing the checks. |
Parameters |
A list of validated parameters ready for use in initializing the ProbKMA object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.