Searched refs:belief (Results 1 – 3 of 3) sorted by relevance
55 Bayesian statistics, it updates a "belief" in whether recent57 accidental, increasing the overall belief in59 reduce belief that falsing is occurring. This information is tracked within the `HistoryTracker`.61 Changes in belief may influence internal heurstics within the `FalsingManager`,88 3. If the `HistoryTracker` reports strong belief in recent falsing, the tap is95 `penalty` is a measure of how much the `HistoryTracker`'s belief should be142 will update its belief in pocket dialing based only on the last call made, so multiple calls per145 The `FalsingManager` does not update its belief in pocket-dialing until after a gesture completes.146 That is to say, if the owner makes a bad tap on your feature, the "belief" in pocket dialing will191 method allows you to directly change the `FalsingManager`'s belief in the state[all …]
214 void onBeliefChanged(double belief); in onBeliefChanged() argument
109 public void onBeliefChanged(double belief) {114 if (belief > FALSE_BELIEF_THRESHOLD) {