Wild Guess#
Guess a random number somewhere between the minimum and maximum computed by fitting a collection of values.
Data Type: Continuous
Parameters#
This strategy does not have any parameters.
Example#
use Rubix\ML\Other\Strategies\WildGuess;
$strategy = new WildGuess();
Last update: 2021-01-09