Class | Description |
---|---|
KernelOverPairs |
It is a kernel operating on ExamplePairs applying a simpler kernel to the pair elements
|
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.