public class RBFRegressor extends RBFModel implements weka.core.WeightedInstancesHandler
-N <int> Number of Gaussian basis functions (default is 2).
-R <double> Ridge factor for quadratic penalty on output weights (default is 0.01).
-L <double> Tolerance parameter for delta values (default is 1.0e-6).
-C <1|2|3> The scale optimization option: global scale (1), one scale per unit (2), scale per unit and attribute (3) (default is 2).
-G Use conjugate gradient descent (recommended for many attributes).
-O Use normalized basis functions.
-A Use attribute weights.
-P <int> The size of the thread pool, for example, the number of cores in the CPU. (default 1)
-E <int> The number of threads to use, which should be >= size of thread pool. (default 1)
-S <num> Random number seed. (default 1)
-output-debug-info If set, classifier is run in debug mode and may output additional info to the console
-do-not-check-capabilities If set, classifier capabilities are not checked before classifier is built (use with caution).
TAGS_SCALE, USE_GLOBAL_SCALE, USE_SCALE_PER_UNIT, USE_SCALE_PER_UNIT_AND_ATTRIBUTE
Constructor and Description |
---|
RBFRegressor() |
Modifier and Type | Method and Description |
---|---|
weka.core.Capabilities |
getCapabilities()
Returns default capabilities of the classifier.
|
static void |
main(java.lang.String[] argv)
Main method to run the code from the command-line using the standard WEKA
options.
|
java.lang.String |
toString()
Outputs the network as a string.
|
buildClassifier, distributionForInstance, getNumFunctions, getNumThreads, getOptions, getPoolSize, getRidge, getScaleOptimizationOption, getTechnicalInformation, getTolerance, getUseAttributeWeights, getUseCGD, getUseNormalizedBasisFunctions, globalInfo, listOptions, numFunctionsTipText, numThreadsTipText, poolSizeTipText, ridgeTipText, scaleOptimizationOptionTipText, setNumFunctions, setNumThreads, setOptions, setPoolSize, setRidge, setScaleOptimizationOption, setTolerance, setUseAttributeWeights, setUseCGD, setUseNormalizedBasisFunctions, toleranceTipText, useAttributeWeightsTipText, useCGDTipText, useNormalizedBasisFunctionsTipText
batchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, getRevision, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, postExecution, preExecution, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces
public weka.core.Capabilities getCapabilities()
getCapabilities
in interface weka.classifiers.Classifier
getCapabilities
in interface weka.core.CapabilitiesHandler
getCapabilities
in class RBFModel
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] argv)