|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.Classifier
wGmdh.MscPrototype
wGmdh.MscWithCv
@Deprecated public class MscWithCv
It will randomize the provided dataset
| 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 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 |
|---|
protected int nrFolds
| Constructor Detail |
|---|
public MscWithCv()
| Method Detail |
|---|
public int getNrFolds()
public void setNrFolds(int nrFolds)
nrFolds - the nrFolds to setpublic java.lang.String nrFoldsTipText()
public void initClassifier(weka.core.Instances instances)
throws java.lang.Exception
initClassifier in interface weka.classifiers.IterativeClassifierinitClassifier in class MscPrototypejava.lang.Exceptionpublic java.lang.String globalInfo()
globalInfo in class MscPrototypepublic java.util.Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class MscPrototype
public void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface weka.core.OptionHandlersetOptions in class MscPrototypeoptions - the list of options as an array of strings
java.lang.Exception - if an option is not supportedpublic java.lang.String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class MscPrototypepublic java.lang.String toString()
toString in class MscPrototypepublic weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface weka.core.TechnicalInformationHandlergetTechnicalInformation in class MscPrototypepublic NodeFilter getSelector()
getSelector in class MscPrototypepublic void setSelector(NodeFilter selector)
setSelector in class MscPrototypeselector - the selector to setpublic long getRandomSeed()
getRandomSeed in class MscPrototypepublic void setRandomSeed(long randomSeed)
setRandomSeed in class MscPrototyperandomSeed - the randomSeed to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||