Class: Cluda::Distance
- Inherits:
-
Object
- Object
- Cluda::Distance
- Extended by:
- Math
- Defined in:
- lib/cluda/distances/distance.rb
Class Method Summary collapse
Class Method Details
.distance(_x0, _x) ⇒ Object
7 8 9 |
# File 'lib/cluda/distances/distance.rb', line 7 def self.distance(_x0, _x) raise ::NotImplementedError, 'You must implement distance method' end |