mirror of
https://github.com/cmclark00/TetriStats.git
synced 2025-05-23 17:25:20 +01:00
Implement automatic score analysis with dynamic learning. Removed Analysis tab and integrated automatic equivalence calculation after score entry with mandatory thresholds (3+ scores, 2+ games) and showing only played games.
This commit is contained in:
parent
7fa9e2a12d
commit
857331566e
11 changed files with 558 additions and 155 deletions
|
@ -23,10 +23,4 @@
|
|||
android:label="Statistics"
|
||||
tools:layout="@layout/fragment_stats" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/navigation_analysis"
|
||||
android:name="com.accidentalproductions.tetristats.ui.analysis.ScalingFactorFragment"
|
||||
android:label="Scaling Analysis"
|
||||
tools:layout="@layout/fragment_scaling_factor" />
|
||||
|
||||
</navigation>
|
Loading…
Add table
Add a link
Reference in a new issue