Skip to content
Discussion options

You must be logged in to vote

I understand, that if you have: k1: [0, 0.5] and k2: [1, 1], the cost would be:

1.0 + self.unbalancing_factor * (1+0.5)

and the self.unbalancing_factor is probably the unbalancing_factor from config/evaluation/default.yml, so this would be then

1.0 + 0.5*1.5  = 1.75

right?

Yes, exactly. This part is supposed to evaluate how much hand movement is involved in hitting the bigram keys. In this exampe, the hand needs to move one unit to the right and half a unit up, totaling to 1.5.

Then a related question: Why the same finger bigram does not have cost? Is is somehow handled differently? [...]

The movement_pattern metric is only supposed to evaluate non-SFB bigrams. All SFB-bigrams are e…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fohrloop
Comment options

Answer selected by fohrloop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants