You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GRAPH: changed distance logic to be invariant to inversion (A->BC = BC -> A) and equivalent tag values (A->B1B2B3 = A-> B1B2) addition; both were lowering the total distance 'for free' in some cases.
GRAPH: minor performance improvement using non-oriented links.
Descriptors: updated descriptors with multiple additions.
Descriptors: all style/genres on the graph use now ASCII only values, so it should be easier to match any value to them if required.
Descriptors: improved debug checks for the genre/style graph.
Descriptors: changed style cluster distance.
Descriptors: updated and improved descriptors documentation (present on .js files).
HTML: tries to load the user descriptors file from data folder first, then from helpers folder if not found. Will give a warning on console on the latter.