LBJ2.parse
Class FoldSeparator

java.lang.Object
  extended by LBJ2.parse.FoldSeparator

public class FoldSeparator
extends java.lang.Object

This is a dummy class which is only used to signify the separation between folds for use in the cross validation method. This class is ignored by the LBJ compiler unless the manual split strategy is being used. In that case, whenever the object referenced by separator is encountered, it is interpreted as a division between two folds.


Field Summary
static FoldSeparator separator
          The only instance of this class is stored here.
 
Constructor Summary
private FoldSeparator()
          Blank Constructor, takes nothing, does nothing.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

separator

public static final FoldSeparator separator
The only instance of this class is stored here.

Constructor Detail

FoldSeparator

private FoldSeparator()
Blank Constructor, takes nothing, does nothing.