Skip to content

nikhilRP/wulfric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wulfric

Data science algorithms in Java. Include the repo in other projects using steps below.

Step 1: Add repository to the POM:

<repositories>
	<repository>
    		<id>jitpack.io</id>
    		<url>https://jitpack.io</url>
	</repository>
</repositories>

Step 2: Add dependency of the project:

<dependency>
	<groupId>com.github.nikhilRP</groupId>
	<artifactId>wulfric</artifactId>
	<version>v0.1</version>
</dependency>

Warning: Not enough test coverage to say that there are no bugs. Use at your own risk.

About

ML algorithms in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages