[source] # Mean This strategy always predicts the mean of the fitted data. **Data Type:** Continuous ## Parameters This strategy does not have any parameters. ## Example ```php use Rubix\ML\Strategies\Mean; $strategy = new Mean(); ```