Class SVM


  • public class SVM
    extends Object
    Allows predictions based on a SVM model and range/scale file.
    Author:
    Hendrik Schreiber
    • Constructor Detail

    • Method Detail

      • predict

        public float predict​(float[] features)
        Predict class based on the provided features.
        Parameters:
        features - features
        Returns:
        class
      • toNodes

        protected libsvm.svm_node[] toNodes​(float[] features)