com.mancrd.ahah.samples.classifier.mnist
Class MnistAhahTreeFeaturePatchApp

java.lang.Object
  extended by com.mancrd.ahah.samples.classifier.mnist.MnistAhahTreeFeaturePatchApp

public class MnistAhahTreeFeaturePatchApp
extends Object

Author:
alexnugent

Constructor Summary
MnistAhahTreeFeaturePatchApp()
           
 
Method Summary
 void go(String[] args)
           
static void main(String[] args)
          This app takes the following arguments: int numSamples (500): number of MNIST training samples to use int patchSize (10): size of patch edge in pixels to feed into the AHaH tree int resolution (8): number of features generate=2^resolution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MnistAhahTreeFeaturePatchApp

public MnistAhahTreeFeaturePatchApp()
Method Detail

main

public static void main(String[] args)
This app takes the following arguments:

go

public void go(String[] args)


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.