com.mancrd.ahah.clusterer.functional
Class ClustererBuilder

java.lang.Object
  extended by com.mancrd.ahah.clusterer.functional.ClustererBuilder

public class ClustererBuilder
extends Object


Constructor Summary
ClustererBuilder()
           
 
Method Summary
 ClustererBuilder ahahNodes(int numAhahNodes)
           
 Clusterer build()
          return fully built object
 double getInitWeightMag()
           
 double getLearningRate()
           
 int getmaxInputSpike()
           
 int getNumAhahNodes()
           
 ClustererBuilder learningRate(double learningRate)
           
 ClustererBuilder maxInitWeight(double initWeightMag)
           
 ClustererBuilder numInputs(int numInputs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClustererBuilder

public ClustererBuilder()
Method Detail

numInputs

public ClustererBuilder numInputs(int numInputs)

ahahNodes

public ClustererBuilder ahahNodes(int numAhahNodes)

learningRate

public ClustererBuilder learningRate(double learningRate)

maxInitWeight

public ClustererBuilder maxInitWeight(double initWeightMag)

build

public Clusterer build()
return fully built object

Returns:
a Clusterer

getmaxInputSpike

public int getmaxInputSpike()

getNumAhahNodes

public int getNumAhahNodes()

getLearningRate

public double getLearningRate()

getInitWeightMag

public double getInitWeightMag()


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