/WekaNearestCentroid

The package contains the implementation of the Nearest Mean classifier

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Build Status Coverage Status

WekaNearestCentroid

The package contains the implementation of the Nearest Mean classifier

Building

The build system is changed to Maven. To compile the package use:

mvn package

To to build the package using ant type:

mvn ant:ant

The above generates the ant buildfile. Then just type

ant package

Changelog

v1.0.0 First stable release