I have recently started using shogun as a c ++ library. Especially I would like to use Random Fourier Feature and Linear SVM for building efficient classifier at first.
I understand that Machine Class can be saved into a file by save_serializable and read into the file by using load_serializable. However, for using the Random Fourier Feature, I think I have to save and read random_coeff including random numbers. https://github.com/shogun-toolbox/shogun/blob/c0cb4a765a3dc99fb3324d3e064049a2232ced85/applications/classification/random_fourier_classification.cpp#L147 How to save the random_coeff? It would be great if anyone can help me. Best, Naoya
