Interface Classifier

All Known Implementing Classes:
SingleLayerClassifier, TwoLayerClassifier

public interface Classifier
  • Method Summary

    Modifier and Type
    Method
    Description
    float[]
    getScores(String[] context)
     
  • Method Details

    • getScores

      float[] getScores(String[] context)