I calibrated a model to my dataset and I want to use parameters of this model as features. This model have parameter alpha that is periodic so for signal with period 'S' I will have alpha_1, alpha_2,.... and alpha_S. Because S is different for each of learning data, the number of features become different but for classification same number of features is necessary.
I have used mean and standard deviation of alpha_1,... , alpha_S as feature but the result wasn't good. Does anybody have an idea?