Input-class: Constructor of Input class

Description Details

Description

This class contains the input paramaters need to run the algorithm.

Details

coefs

In the univariate case this will be the transpose of the coefficients matrix. In the multivarite case this matrix will be the concatenation of the coefs matrix for each dimension of the multivariate functinal object.

basisProd

In the univariate case this is the matrix of the inner product between the basis functions.In the multivariate case the m_basisProd member will be a block diagonal matrix and each block will be the matrix of the inner product between the basis functions of each dimension of the data.

K

the number of clusters.

thd

the threshold in the scree test to select the dimensions of the curves.

increaseDimension

A logicla paramater, if true the dimensions will be constraint to increase after each iteration. A false mean that the dimensions will take their values according to the scree test.

hard

A logical parameter, if true we initialize randomly the model with "hard" weights A logical parameter, if true we initialize randomly the model with hard weights (weights of each curves taking 0 or 1 according to the class membership of the curves). if false we initialize randomly with "soft" weights (weights of each curves taking a probabilities according to the class membership of the curves).

fixedDimension

A vector of size "K" which contains the dimensions in the case of running algorithm with fixed dimensions.

epsilon

The stoping criterion, we stop run the algorithm if the difference between two successive loglikelihood is less than epsilon.

nbInit

The number of initialization to be achieve, befor running the long algorithm.

nbIterInit

The maximum number of iterations in each initialization.

nbIteration

The maximum number of iteration in the long algorithm.


Funclustering documentation built on Nov. 25, 2018, 1:04 a.m.