Hi Prabeesh, Once you have an SVM model trained, you can make predictions with the model (via the model's .predict() method) with any new input data as long as it's in the same format that the model was trained with.
- Evan > On Nov 26, 2013, at 10:03 PM, prabeesh k <[email protected]> wrote: > > Hi All, > Is it possible SVM prediction with DStream data. The SVM model is > trained using RDD after that is there any possibility to use Dstream data > for prediction. I am not that much aware of SVM. > Please suggest. > > Thanks in Advance. > > Ragards, > Prabeesh > > > > >
