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

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

public class MnistImagePatchStats
extends Object

Author:
alexnugent

Constructor Summary
MnistImagePatchStats(int patchSize)
           
 
Method Summary
 int[][] getAllPatchAverages(double minFrequency)
           
 double[] getCounts()
           
 void update(long spike, int[][] patch)
           
 void update(Set<Long> spikes, int[][] patch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MnistImagePatchStats

public MnistImagePatchStats(int patchSize)
Method Detail

getCounts

public double[] getCounts()

update

public void update(Set<Long> spikes,
                   int[][] patch)

update

public void update(long spike,
                   int[][] patch)

getAllPatchAverages

public int[][] getAllPatchAverages(double minFrequency)


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