wGmdh
Class AdditiveMsc

java.lang.Object
  extended by weka.classifiers.Classifier
      extended by wGmdh.Msc
          extended by wGmdh.AdditiveMsc
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, weka.classifiers.IterativeClassifier, weka.core.CapabilitiesHandler, weka.core.Drawable, weka.core.OptionHandler, weka.core.RevisionHandler, weka.core.TechnicalInformationHandler

public class AdditiveMsc
extends Msc

TODO: visual representation is inappropriate - the nested polynomial as output is wrong.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wGmdh.Msc
currentlyBestStructure, gmdhNet, iterations, modelToOutput, structureLearningPerformance, structureValidationPerformance
 
Fields inherited from class weka.classifiers.Classifier
m_Debug
 
Fields inherited from interface weka.core.Drawable
BayesNet, NOT_DRAWABLE, TREE
 
Constructor Summary
AdditiveMsc()
           
 
Method Summary
 void initClassifier(weka.core.Instances instances)
           
 
Methods inherited from class wGmdh.Msc
buildClassifier, classifyInstance, clone, dataProviderTipText, distributionForInstance, done, getBest, getCapabilities, getDataProvider, getMaxLayers, getNumberOfLayers, getOptions, getRandomSeed, getRevision, getSelector, getStructureLearningPerformanceMeasure, getStructureValidationPerformanceMeasure, getTechnicalInformation, getVisualize, globalInfo, graph, graphType, handleOutput, isRelearn, listOptions, maxLayersTipText, next, randomSeedTipText, relearnTipText, selectorTipText, setDataProvider, setMaxLayers, setOptions, setOutput, setRandomSeed, setRelearn, setSelector, setStructureLearningPerformanceMeasure, setStructureValidationPerformanceMeasure, setVisualize, structureLearningPerformanceMeasureTipText, structureValidationPerformanceMeasureTipText, toString, visualizeTipText
 
Methods inherited from class weka.classifiers.Classifier
debugTipText, forName, getDebug, makeCopies, makeCopy, runClassifier, setDebug
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdditiveMsc

public AdditiveMsc()
Method Detail

initClassifier

public void initClassifier(weka.core.Instances instances)
                    throws java.lang.Exception
Specified by:
initClassifier in interface weka.classifiers.IterativeClassifier
Overrides:
initClassifier in class Msc
Throws:
java.lang.Exception