MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / autoAddParameters

Method autoAddParameters

JSAT/src/jsat/parameters/GridSearch.java:120–123  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 4

getParametersMethod · 0.95
invCdfMethod · 0.95
addParameterMethod · 0.95
getGuessMethod · 0.45

Tested by 1