public class RandomSubspaceML extends MetaProblemTransformationMethod implements weka.core.TechnicalInformationHandler
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_AttSizePercent |
protected int[][] |
m_IndicesCut |
protected weka.core.Instances[] |
m_InstancesTemplates |
protected weka.core.Instance[] |
m_InstanceTemplates |
m_BagSizePercent, m_Classifiers, m_NumIterations, m_Seedm_InstancesTemplate| Constructor and Description |
|---|
RandomSubspaceML() |
| Modifier and Type | Method and Description |
|---|---|
String |
attSizePercentTipText() |
void |
buildClassifier(weka.core.Instances D) |
double[] |
distributionForInstance(weka.core.Instance x) |
int |
getAttSizePercent()
Gets the percentage of attributes to sample from the original set.
|
String[] |
getOptions() |
String |
getRevision() |
weka.core.TechnicalInformation |
getTechnicalInformation() |
String |
globalInfo()
Description to display in the GUI.
|
Enumeration |
listOptions() |
static void |
main(String[] args) |
void |
setAttSizePercent(int value)
Sets the percentage of attributes to sample from the original set.
|
void |
setOptions(String[] options) |
bagSizePercentTipText, defaultClassifierString, getBagSizePercent, getModel, getNumIterations, getSeed, numIterationsTipText, seedTipText, setBagSizePercent, setNumIterations, setSeedevaluation, getCapabilities, getTemplate, makeCopies, runClassifier, testCapabilities, toStringclassifierTipText, defaultClassifierOptions, getClassifier, getClassifierSpec, postExecution, preExecution, setClassifierbatchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlacesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebugTipText, getDebug, setDebugprotected int m_AttSizePercent
protected int[][] m_IndicesCut
protected weka.core.Instances[] m_InstancesTemplates
protected weka.core.Instance[] m_InstanceTemplates
public void buildClassifier(weka.core.Instances D)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class ProblemTransformationMethodExceptionpublic double[] distributionForInstance(weka.core.Instance x)
throws Exception
distributionForInstance in interface weka.classifiers.ClassifierdistributionForInstance in class MetaProblemTransformationMethodExceptionpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class MetaProblemTransformationMethodpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class MetaProblemTransformationMethodExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class MetaProblemTransformationMethodpublic static void main(String[] args)
public String globalInfo()
globalInfo in class MetaProblemTransformationMethodpublic weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface weka.core.TechnicalInformationHandlerpublic String getRevision()
getRevision in interface weka.core.RevisionHandlergetRevision in class ProblemTransformationMethodpublic void setAttSizePercent(int value)
public int getAttSizePercent()
public String attSizePercentTipText()
Copyright © 2017. All Rights Reserved.