mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-05 00:51:55 +01:00
Merge 0a623bcb89
into fb54d8b549
This commit is contained in:
commit
4e7a28ce7e
@ -178,7 +178,7 @@ case object InnerProduct
|
||||
Success(InnerProductDistance(cosineDistance.distance.toFloat))
|
||||
case distance =>
|
||||
Failure(
|
||||
new IllegalArgumentException(s"Expected a inner product distance but got $distance")
|
||||
new IllegalArgumentException(s"Expected an inner product distance but got $distance")
|
||||
)
|
||||
}
|
||||
}
|
||||
@ -254,7 +254,7 @@ case object Edit extends Metric[EditDistance] with Injection[EditDistance, Servi
|
||||
Success(EditDistance(cosineDistance.distance.toFloat))
|
||||
case distance =>
|
||||
Failure(
|
||||
new IllegalArgumentException(s"Expected a inner product distance but got $distance")
|
||||
new IllegalArgumentException(s"Expected an inner product distance but got $distance")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user