public abstract class CIFARExperimentFramework extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
C |
protected int |
numPatches |
protected int |
patchSize |
Constructor and Description |
---|
CIFARExperimentFramework() |
Modifier and Type | Method and Description |
---|---|
protected abstract double[] |
extractFeatures(MBFImage image) |
protected abstract void |
learnFeatures(double[][] patches) |
double |
run() |
protected final int patchSize
protected final int numPatches
protected final int C
public CIFARExperimentFramework()
protected abstract void learnFeatures(double[][] patches)
protected abstract double[] extractFeatures(MBFImage image)
public double run() throws IOException
IOException