|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.parse.FoldSeparator
public class FoldSeparator
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 |
|---|
public static final FoldSeparator separator
| Constructor Detail |
|---|
private FoldSeparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||