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

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

public class MnistApp
extends Object

Author:
alexnugent

Field Summary
static DecimalFormat df
           
 
Constructor Summary
MnistApp()
           
 
Method Summary
static void main(String[] args)
          This app takes the following arguments: int poolSize (~8): pool size in pixels int patchSize = (~8): size of patch to feed into the AHaH tree int encoderResolution = (~10): number of features produced per tree=2^depth int numEncoders = (~3): more trees-->more features-->better performance-->longer run-time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

df

public static DecimalFormat df
Constructor Detail

MnistApp

public MnistApp()
Method Detail

main

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


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