Package ai.libs.jaicore.ml.cache
Class SplitInstruction
- java.lang.Object
-
- ai.libs.jaicore.ml.cache.Instruction
-
- ai.libs.jaicore.ml.cache.FoldBasedSubsetInstruction
-
- ai.libs.jaicore.ml.cache.SplitInstruction
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StratifiedSplitSubsetInstruction
public abstract class SplitInstruction extends FoldBasedSubsetInstruction
Instruction to track a split for aReproducibleInstancesobject. Performns a stratified split fromWekaUtilbased on the given ratios and seed. The index gives the split to be used by theReproducibleInstances.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SplitInstruction(java.lang.String name, double portionOfFirstFold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetPortionOfFirstFold()-
Methods inherited from class ai.libs.jaicore.ml.cache.Instruction
clone, getOutputInstances
-
-