• Generic classifier using models created with one of the training algorithms (BowClassify) Download
    Classifies input documents provided in the Bag-Of-Words format using the provided model.
    Parameters and example call.
  • Classification using nearest-neighbour algorithm (Bow2NNbrs) Download
    Classifies input documents provided in the Bag-Of-Words format using the provided model.
    Parameters and example call.