com.mancrd.ahah.samples.clusterer.sweep
Class SweepNumAhahNodesApp

java.lang.Object
  extended by com.mancrd.ahah.samples.clusterer.sweep.Sweeper
      extended by com.mancrd.ahah.samples.clusterer.sweep.SweepNumAhahNodesApp

public class SweepNumAhahNodesApp
extends Sweeper

Author:
timmolter

Field Summary
 
Fields inherited from class com.mancrd.ahah.samples.clusterer.sweep.Sweeper
EVAL_STEPS, isFunctional, LEARN_STEPS
 
Constructor Summary
SweepNumAhahNodesApp(boolean isFunctional)
          Constructor
 
Method Summary
 String getChartTitle()
           
 String getOrthoganolName()
           
 Number getOrthoganolSweetSpotValue()
           
 List<Number> getOrthoganolValues()
           
 List<List<ClustererDriver>> getSweepMatrix(List<Number> orthogonalValues)
           
 List<Number> getXAxisValues()
           
static void main(String[] args)
          This app takes the following arguments: isFunctional (true) : functional or circuit AHaH model isSweetSpot (true) : does experiment averaging at sweetspot orthogonal value if true.
 
Methods inherited from class com.mancrd.ahah.samples.clusterer.sweep.Sweeper
go, go, sweepOrthoganol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SweepNumAhahNodesApp

public SweepNumAhahNodesApp(boolean isFunctional)
Constructor

Parameters:
isFunctional -
Method Detail

main

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

getXAxisValues

public List<Number> getXAxisValues()
Specified by:
getXAxisValues in class Sweeper

getOrthoganolValues

public List<Number> getOrthoganolValues()
Specified by:
getOrthoganolValues in class Sweeper

getSweepMatrix

public List<List<ClustererDriver>> getSweepMatrix(List<Number> orthogonalValues)
Specified by:
getSweepMatrix in class Sweeper

getChartTitle

public String getChartTitle()
Specified by:
getChartTitle in class Sweeper

getOrthoganolName

public String getOrthoganolName()
Specified by:
getOrthoganolName in class Sweeper

getOrthoganolSweetSpotValue

public Number getOrthoganolSweetSpotValue()
Specified by:
getOrthoganolSweetSpotValue in class Sweeper


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