Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 Rattle 中 SVM 模型中 rbfdot 内核的 sigma 值?我可以使用例如 'C-svc', 10 更改成本函数
我使用选项框来更改这些,如果我输入:'C-svc','automatic', 10 我认为这意味着 sigma 是自动的,但是我找不到将其设置为值的变体。任何帮助表示赞赏!
在 R 控制台中,键入
> ?ksvm
然后您将看到 ksvm() 函数的手册页。那里列出了各种参数。然后在嘎嘎声中,您可以提供这些选项,例如:
type="C-svc", kpar=list(sigma=0.05)