DEVELOPMENT...
Issue | #Downvotes for this reason | By |
---|
gamma | Parameter for rbf kernel | default: 20 |
kernel | default: "rbf" | |
max_iter | Change maximum number of iterations allowed | default: 1000 |
n_jobs | The number of parallel jobs to run
``None`` means 1 unless in a :obj:`joblib.parallel_backend` context
``-1`` means using all processors. See :term:`Glossary | default: null |
n_neighbors | Parameter for knn kernel which need to be strictly positive | default: 7 |
tol | Convergence tolerance: threshold to consider the system at steady state | default: 0.001 |