multiclasswrapmhtest.java

来自「Boosting算法软件包」· Java 代码 · 共 68 行

JAVA
68
字号
/* * Created on Dec 29, 2003 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */package jboost.booster;/** * @author cschavis * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */public class MulticlassWrapMHTest extends AbstractBoosterTest {  /**   * @param arg0   */  public MulticlassWrapMHTest(String arg0) {    super(arg0);    // TODO Auto-generated constructor stub  }  /*   * @see AbstractBoosterTest#setUp()   */  protected void setUp() throws Exception {    super.setUp();  }  public final void testAddExample() {    //TODO Implement addExample().  }  public final void testFinalizeData() {    //TODO Implement finalizeData().  }  public final void testClear() {    //TODO Implement clear().  }  /*   * Class to test for Bag newBag()   */  public final void testNewBag() {    //TODO Implement newBag().  }  public final void testUpdate() {    //TODO Implement update().  }  public final void testGetPredictions() {    //TODO Implement getPredictions().  }  public final void testGetTheoryBound() {    //TODO Implement getTheoryBound().  }  public final void testGetMargins() {    //TODO Implement getMargins().  }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?