b

blayze

A fast and flexible Naive Bayes implementation for the JVM written in Kotlin
https://github.com/Tradeshift/blayze
MIT License
Rasmus Berg Palm Fuyang Liu Lasse Reedtz
Files download
File Operation
blayze-6.1.0.jar download
blayze-6.1.0.pom download
blayze-6.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tradeshift</groupId>
  <artifactId>blayze</artifactId>
  <version>6.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.tradeshift:blayze:6.1.0'
Gradle Kotlin
implementation("com.tradeshift:blayze:6.1.0")
Scala SBT
libraryDependencies += "com.tradeshift" % "blayze" % "6.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tradeshift', module='blayze', version='6.1.0')
)
Apache Ivy
<dependency org="com.tradeshift" name="blayze" rev="6.1.0" />
Leiningen
[com.tradeshift/blayze "6.1.0"]
Apache Buildr
'com.tradeshift:blayze:jar:6.1.0'