Interface IInstancesClassifier

  • All Known Implementing Classes:
    ScikitLearnWrapper

    public interface IInstancesClassifier
    • Method Detail

      • classifyInstances

        double[] classifyInstances​(weka.core.Instances instances)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception