Method
getParameters
Returns the list of parameters that can be altered for this learner. @return the list of parameters that can be altered for this learner.
()
Source from the content-addressed store, hash-verified
| 15 | * @return the list of parameters that can be altered for this learner. |
| 16 | */ |
| 17 | public List<Parameter> getParameters(); |
| 18 | |
| 19 | /** |
| 20 | * Returns the parameter with the given name. Two different strings may map |
Implementers 15
DumbModelJSAT/test/jsat/parameters/GridSearchTe OneVSOneJSAT/src/jsat/classifiers/OneVSOne.jav OneVSAllJSAT/src/jsat/classifiers/OneVSAll.jav DANNJSAT/src/jsat/classifiers/knn/DANN.jav LWLJSAT/src/jsat/classifiers/knn/LWL.java NewGLMNETJSAT/src/jsat/classifiers/linear/NewGL BBRJSAT/src/jsat/classifiers/linear/BBR.j SPAJSAT/src/jsat/classifiers/linear/SPA.j SDCAJSAT/src/jsat/classifiers/linear/SDCA.