|
I have a 1D function changing shape (linear to S-shaped or vice-versa) depending on the input. I want to perform some training on a set of samples with ground-truth data and be able to classify the unknown input of the function in two distinct classes. I am looking for possible ways (including current state-of-the art) to approach this problem. Any suggestion? In particular I am wondering if I should consider the set of discrete points generated by the functions as vector features and simply put everything into SVM or similar or given the fact those samples are an ordered sequence other methods might be more suitable. |
Can you be more explicit? What kind of input do you have and what kind of output do you have? An SVM will take an F dimensional features and give you a label. Is your input to the SVM the function shape and the output the unknown input?