View source: R/modelManipulation.R
Manipulation is where certain notes can be played in an incorrect order while still maintaining a good accuracy and judgement.
This model aims to look at notes forward of each other and calculates a value called a bias.
Biases are how the chart decides to favor a specific column over the other by having higher or lower density.
The higher the bias, the less manipulatable it'll be
1 | model.manipulation(chart, window = 1000, ignore.types = c("lnotel"))
|
chart |
chart generated by chartParse |
window |
The window to check for biases. |
ignore.types |
Types to be ignored during model creation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.