wGmdh
Class MscWithCv

java.lang.Object
  extended by weka.classifiers.Classifier
      extended by wGmdh.MscPrototype
          extended by wGmdh.MscWithCv
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 MscWithCv
extends MscPrototype
implements weka.core.OptionHandler, weka.classifiers.IterativeClassifier, weka.core.Drawable, weka.core.TechnicalInformationHandler

It will randomize the provided dataset

See Also:
Serialized Form

Field Summary
protected  int nrFolds
          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
MscWithCv()
          Deprecated.  
 
Method Summary
 int getNrFolds()
          Deprecated.  
 java.lang.String[] getOptions()
          Deprecated. Gets the current settings of our Classifier.
 long getRandomSeed()
          Deprecated.  
 NodeFilter getSelector()
          Deprecated.  
 weka.core.TechnicalInformation getTechnicalInformation()
          Deprecated.  
 java.lang.String globalInfo()
          Deprecated.  
 void initClassifier(weka.core.Instances instances)
          Deprecated.  
 java.util.Enumeration listOptions()
          Deprecated. Returns an enumeration describing the available options.
 java.lang.String nrFoldsTipText()
          Deprecated.  
 void setNrFolds(int nrFolds)
          Deprecated.  
 void setOptions(java.lang.String[] options)
          Deprecated. Parses a given list of options
 void setRandomSeed(long randomSeed)
          Deprecated.  
 void setSelector(NodeFilter selector)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class wGmdh.MscPrototype
buildClassifier, classifyInstance, clone, distributionForInstance, done, getBest, getCapabilities, getMaxLayers, getNumberOfLayers, getRevision, getStructureLearningPerformanceMeasure, getStructureValidationPerformanceMeasure, getVisualize, graph, graphType, maxLayersTipText, next, setMaxLayers, setOutputModel, setStructureLearningPerformanceMeasure, setStructureValidationPerformanceMeasure, setVisualize, structureLearningPerformanceMeasureTipText, structureValidationMeasureTipText, 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
 
Methods inherited from interface weka.classifiers.IterativeClassifier
clone, done, next
 
Methods inherited from interface weka.core.Drawable
graph, graphType
 

Field Detail

nrFolds

protected int nrFolds
Deprecated. 
Constructor Detail

MscWithCv

public MscWithCv()
Deprecated. 
Method Detail

getNrFolds

public int getNrFolds()
Deprecated. 
Returns:
the nrFolds

setNrFolds

public void setNrFolds(int nrFolds)
Deprecated. 
Parameters:
nrFolds - the nrFolds to set

nrFoldsTipText

public java.lang.String nrFoldsTipText()
Deprecated. 

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

globalInfo

public java.lang.String globalInfo()
Deprecated. 
Overrides:
globalInfo in class MscPrototype

listOptions

public java.util.Enumeration listOptions()
Deprecated. 
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. 
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

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class MscPrototype
Returns:
string describing the model.

getTechnicalInformation

public weka.core.TechnicalInformation getTechnicalInformation()
Deprecated. 
Specified by:
getTechnicalInformation in interface weka.core.TechnicalInformationHandler
Overrides:
getTechnicalInformation in class MscPrototype

getSelector

public NodeFilter getSelector()
Deprecated. 
Overrides:
getSelector in class MscPrototype
Returns:
the selector

setSelector

public void setSelector(NodeFilter selector)
Deprecated. 
Overrides:
setSelector in class MscPrototype
Parameters:
selector - the selector to set

getRandomSeed

public long getRandomSeed()
Deprecated. 
Overrides:
getRandomSeed in class MscPrototype
Returns:
the randomSeed

setRandomSeed

public void setRandomSeed(long randomSeed)
Deprecated. 
Overrides:
setRandomSeed in class MscPrototype
Parameters:
randomSeed - the randomSeed to set