Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 592 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 592 Bytes

MTIMLExtension

MTIMLExtention is a package for fast training of text classifiers. It includes fast implementations of Support Vector Machines and AdaBoostM1 classifiers. It offers additional capabilities to the MTI ML package here.

Do refer to the MTI ML package for intructions about how to use this package. The instructions below install the MTI ML package in addition to building and installing the MTIMLExtension package.

This package has been tested with Java 11 and Maven 3.6.3.

To install it.

  1. mvn initialize
  2. mvn install