I can see from the documentation that I can use referencePointParameter
and tagsParameter
to pass parameters into the disance and tags scoring functions respectively.
I'd like to do the same with the magnitude
scoring function, but can't see from the documentation how to do this (or if it's even possible).
For example, if a product was £100, I'd like to get similar products with a similar price. I think I could do this with 2 magnitude functions (e.g. boost from £80 to £100, and again from £120 to £100 will boost products closest to the £100 price of the original product).
Is this possible?