You can buy this project and download/modify it how often you want.
package breeze.stats case class ModeResult[T]( val mode: T, val frequency: Int)