This method will automatically populate the search space with parameters based on which Parameter objects return non-null distributions. Each parameter will be tested with 10 different values Note, using this method with Cross Validation has the potential for over-estimating the accuracy of
(DataSet data)
| 118 | * @return the number of parameters added |
| 119 | */ |
| 120 | public int autoAddParameters(DataSet data) |
| 121 | { |
| 122 | return autoAddParameters(data, 10); |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * This method will automatically populate the search space with parameters |