com.mancrd.ahah.commons.spikes
Class KNearestNeighbors
java.lang.Object
com.mancrd.ahah.commons.spikes.KNearestNeighbors
public class KNearestNeighbors
- extends Object
- Author:
- alexnugent
Constructor Summary |
KNearestNeighbors(int maxCenters,
int inputDimension,
double repRatio)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KNearestNeighbors
public KNearestNeighbors(int maxCenters,
int inputDimension,
double repRatio)
- Constructor
- Parameters:
maxCenters
- inputDimension
- repRatio
-
encode
public Set<String> encode(double[] input,
int numSpikes)
Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.