multiclasswrapoc.java
来自「Boosting算法软件包」· Java 代码 · 共 17 行
JAVA
17 行
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 + =
减小字号Ctrl + -
显示快捷键?