sigus.apps.ttt
Class UpdaterTTT_

java.lang.Object
  extended bysigus.machineLearning.Updater
      extended bysigus.apps.ttt.UpdaterTTT_
All Implemented Interfaces:
ij.plugin.filter.PlugInFilter

public class UpdaterTTT_
extends Updater

An ARFF file updater for the TTT application


Field Summary
 
Fields inherited from class sigus.machineLearning.Updater
arffClasses, arffRelationName, classValue, fileName
 
Fields inherited from interface ij.plugin.filter.PlugInFilter
DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, ROI_REQUIRED, STACK_REQUIRED, SUPPORTS_MASKING
 
Constructor Summary
UpdaterTTT_()
           
 
Method Summary
 void init()
           
 
Methods inherited from class sigus.machineLearning.Updater
clearTrainingSet, getClassValue, getFileName, getStopRequested, getTotalInstances, isLearning, isUpdating, run, setImagePlus, setImageProcessor, setLearner, setParameterExtractor, setStopRequested, setup, startUpdating, stopUpdating, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdaterTTT_

public UpdaterTTT_()
Method Detail

init

public void init()
Specified by:
init in class Updater