📄 multiclasswrapmhtest.java
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -