All Downloads are FREE. Search and download functionalities are using the official Maven repository.

breeze.linalg.functions.manhattanDistance.scala Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package breeze.linalg.functions

/**
 * A Manhattan distance measure implementation between two points
 */
object manhattanDistance extends NormBasedDistance {
  override protected def normConstant: Double = 1.0
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy