📄 multiclasswrapoc.java
字号:
package jboost.booster;/** * This is a wrapper that goes around any binary booster, effectively * reducing the multiclass problem to binary using a given output * coding matrix. We will also need to provide a method for setting * this matrix, or we may want this to be an argument provided to the * constructor. */class MulticlassWrapOC { MulticlassWrapOC(AbstractBooster booster) {}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -