public class MIRBFKernel extends RBFKernel implements MultiInstanceCapabilitiesHandler
-D Enables debugging output (if available) to be printed. (default: off)
-no-checks Turns off all checks - use with caution! (default: checks on)
-C <num> The size of the cache (a prime number), 0 for full cache and -1 to turn it off. (default: 250007)
-G <num> The Gamma parameter. (default: 0.01)
Constructor and Description |
---|
MIRBFKernel()
default constructor - does nothing.
|
MIRBFKernel(Instances data,
int cacheSize,
double gamma)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
buildKernel(Instances data)
builds the kernel with the given data.
|
Capabilities |
getCapabilities()
Returns the Capabilities of this kernel.
|
Capabilities |
getMultiInstanceCapabilities()
Returns the capabilities of this multi-instance kernel for the
relational data.
|
java.lang.String |
getRevision()
Returns the revision string.
|
gammaTipText, getGamma, getOptions, globalInfo, listOptions, setGamma, setOptions, toString
cacheSizeTipText, clean, eval, getCacheSize, numCacheHits, numEvals, setCacheSize
checksTurnedOffTipText, debugTipText, forName, getChecksTurnedOff, getDebug, makeCopies, makeCopy, setChecksTurnedOff, setDebug
public MIRBFKernel()
public MIRBFKernel(Instances data, int cacheSize, double gamma) throws java.lang.Exception
data
- the data to usecacheSize
- the size of the cachegamma
- the bandwidthjava.lang.Exception
- if something goes wrongpublic Capabilities getCapabilities()
getCapabilities
in interface CapabilitiesHandler
getCapabilities
in class RBFKernel
Capabilities
public Capabilities getMultiInstanceCapabilities()
getMultiInstanceCapabilities
in interface MultiInstanceCapabilitiesHandler
Capabilities
public void buildKernel(Instances data) throws java.lang.Exception
buildKernel
in class RBFKernel
data
- the data to base the kernel onjava.lang.Exception
- if something goes wrongpublic java.lang.String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class RBFKernel