wGmdh
Class MscWithPercentageSplit

java.lang.Object
  extended by weka.classifiers.Classifier
      extended by wGmdh.MscPrototype
          extended by wGmdh.MscWithPercentageSplit
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

Deprecated.

@Deprecated
public class MscWithPercentageSplit
extends MscPrototype

See Also:
Serialized Form

Field Summary
protected  float trainPercentage
          Deprecated.  
 
Fields inherited from class wGmdh.MscPrototype
currentlyBestStructure, divergenceTolerance, filterSelection, gmdhNet, iterations, modelToOutput, nrLayers, randomSeed, selector, structureLearningPerformance, structureValidationPerformance, visualizeNet
 
Fields inherited from class weka.classifiers.Classifier
m_Debug
 
Fields inherited from interface weka.core.Drawable
BayesNet, NOT_DRAWABLE, TREE
 
Constructor Summary
MscWithPercentageSplit()
          Deprecated.  
 
Method Summary
 java.lang.String[] getOptions()
          Deprecated. Gets the current settings of our Classifier.
 float getTrainPercentage()
          Deprecated.  
 void initClassifier(weka.core.Instances instances)
          Deprecated.  
 java.util.Enumeration listOptions()
          Deprecated. Returns an enumeration describing the available options.
 void setOptions(java.lang.String[] options)
          Deprecated. Parses a given list of options
 void setTrainPercentage(float trainPercentage)
          Deprecated.  
 java.lang.String trainPercentageTipText()
          Deprecated.  
 
Methods inherited from class wGmdh.MscPrototype
buildClassifier, classifyInstance, clone, distributionForInstance, done, getBest, getCapabilities, getMaxLayers, getNumberOfLayers, getRandomSeed, getRevision, getSelector, getStructureLearningPerformanceMeasure, getStructureValidationPerformanceMeasure, getTechnicalInformation, getVisualize, globalInfo, graph, graphType, maxLayersTipText, next, setMaxLayers, setOutputModel, setRandomSeed, setSelector, setStructureLearningPerformanceMeasure, setStructureValidationPerformanceMeasure, setVisualize, structureLearningPerformanceMeasureTipText, structureValidationMeasureTipText, 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
 

Field Detail

trainPercentage

protected float trainPercentage
Deprecated. 
Constructor Detail

MscWithPercentageSplit

public MscWithPercentageSplit()
Deprecated. 
Method Detail

initClassifier

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

listOptions

public java.util.Enumeration listOptions()
Deprecated. 
Description copied from class: MscPrototype
Returns an enumeration describing the available options.

Specified by:
listOptions in interface weka.core.OptionHandler
Overrides:
listOptions in class MscPrototype
Returns:
an enumeration of all the available options.

setOptions

public void setOptions(java.lang.String[] options)
                throws java.lang.Exception
Deprecated. 
Parses a given list of options. - take a peek in listOptions for valid options. Default parameters can be found here and are set if not provided or valid.

Specified by:
setOptions in interface weka.core.OptionHandler
Overrides:
setOptions in class MscPrototype
Parameters:
options - the list of options as an array of strings
Throws:
java.lang.Exception - if an option is not supported

getOptions

public java.lang.String[] getOptions()
Deprecated. 
Description copied from class: MscPrototype
Gets the current settings of our Classifier.

Specified by:
getOptions in interface weka.core.OptionHandler
Overrides:
getOptions in class MscPrototype
Returns:
an array of strings suitable for passing to setOptions

trainPercentageTipText

public java.lang.String trainPercentageTipText()
Deprecated. 

getTrainPercentage

public float getTrainPercentage()
Deprecated. 
Returns:
the trainPercentage

setTrainPercentage

public void setTrainPercentage(float trainPercentage)
Deprecated. 
Parameters:
trainPercentage - the trainPercentage to set