model.manipulation: A model that detects manipulatability in charts

Description Usage Arguments

View source: R/modelManipulation.R

Description

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

Usage

1
model.manipulation(chart, window = 1000, ignore.types = c("lnotel"))

Arguments

chart

chart generated by chartParse

window

The window to check for biases.

ignore.types

Types to be ignored during model creation


Eve-ning/vsrgtools documentation built on Oct. 30, 2019, 5:40 p.m.