Lorentzian Classification

Category: trend, momentum

A machine learning classifier that uses Lorentzian Distance to find historical similarities in multi-dimensional feature space for price prediction.

Formula

d(x,y) = \sum_{i=1}^{n} \ln(1 + |x_i - y_i|) \text{ followed by K-Nearest Neighbors voting}

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home