Package ai.libs.jaicore.ml.cache
Class LoadDataSetInstructionForARFFFile
- java.lang.Object
-
- ai.libs.jaicore.ml.cache.Instruction
-
- ai.libs.jaicore.ml.cache.LoadDataSetInstruction
-
- ai.libs.jaicore.ml.cache.LoadDataSetInstructionForARFFFile
-
- All Implemented Interfaces:
java.io.Serializable
public class LoadDataSetInstructionForARFFFile extends LoadDataSetInstruction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadDataSetInstructionForARFFFile(java.io.File file)LoadDataSetInstructionForARFFFile(java.io.File file, int classIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instructionclone()java.util.List<IDataset>getOutputInstances(java.util.List<IDataset> inputs)Provides the instances induced by this instruction node-
Methods inherited from class ai.libs.jaicore.ml.cache.LoadDataSetInstruction
getId, getProvider
-
-
-
-
Method Detail
-
getOutputInstances
public java.util.List<IDataset> getOutputInstances(java.util.List<IDataset> inputs) throws InstructionFailedException, java.lang.InterruptedException
Description copied from class:InstructionProvides the instances induced by this instruction node- Specified by:
getOutputInstancesin classInstruction- Returns:
- The instances computed by this node
- Throws:
InstructionFailedExceptionjava.lang.InterruptedException
-
clone
public Instruction clone()
- Specified by:
clonein classInstruction
-
-