public class FeatureSelector extends AbstractRegressor
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureSelector.SelectionType |
Algorithm.EdgeDirectionmode, OUTPUTERRORALGORITHM, PREDICT, TRAINALGORITHMARRAY, COMPRESSED, DECOMPRESSED, DIFFERENCE, DIMENSION, HASH, IGNORENAN, INPUT, PREDICTED, RMSE, SOURCE, TARGET, WEIGHTDESCRIPTION| Constructor and Description |
|---|
FeatureSelector(FeatureSelector.SelectionType selectionType,
Regressor learningAlgorithm,
int featureCount) |
| Modifier and Type | Method and Description |
|---|---|
Regressor |
emptyCopy() |
Matrix |
predictOne(Matrix input) |
void |
reset() |
void |
trainAll(ListDataSet dataSet) |
getClassCount, getFeatureCount, getInputLabel, getMode, getOutputErrorAlgorithm, getTargetLabel, getWeightLabel, isDiscrete, predictAll, predictOne, setInputLabel, setMode, setOutputErrorAlgorithm, setTargetLabel, setWeightLabel, trainOne, trainOne, trainOneaddVariableKey, calculate, calculate, calculate, calculate, calculateObjects, calculateObjects, calculateObjects, clear, getAlgorithmMap, getDataSetMap, getDescription, getEdgeDirection, getEdgeLabel, getId, getInputKeys, getLabel, getLabelObject, getOutputKeys, getVariableKeys, getVariableMap, setAlgorithm, setDescription, setEdgeDirection, setEdgeLabel, setId, setLabel, setVariable, setVariables, toStringclone, fireValueChanged, getCoreObjectId, getGUIObject, showGUIequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getCoreObjectIdfireValueChanged, getGUIObject, showGUIpublic FeatureSelector(FeatureSelector.SelectionType selectionType, Regressor learningAlgorithm, int featureCount)
public void trainAll(ListDataSet dataSet)
public void reset()
public Regressor emptyCopy()
Copyright © 2015 Java Data Mining Package. All rights reserved.