Package | Description |
---|---|
it.uniroma2.sag.kelp.kernel.overPairs |
Modifier and Type | Class and Description |
---|---|
class |
PreferenceKernel
It is a kernel operating on ExamplePairs applying the following formula:
\(K( < x_1, x_2 >, < y_1,y_2 > ) = K(x_1, y_1) + K(x_2, y_2) - K(x_1, y_2) - K(x_2, y_1)\) where K is another kernel the preference kernel relies on. |
Copyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.