Package weka.classifiers.functions
Class BoundaryKernelClassifierWithPlaneProjectionsNB2
java.lang.Object
weka.classifiers.AbstractClassifier
weka.classifiers.SingleClassifierEnhancer
weka.classifiers.functions.SingleClassifierEnhancerBoundary
weka.classifiers.functions.BoundaryKernelClassifier
weka.classifiers.functions.BoundaryKernelClassifierWithPlaneProjectionsNB2
- All Implemented Interfaces:
Serializable
,Cloneable
,weka.classifiers.Classifier
,weka.core.BatchPredictor
,weka.core.CapabilitiesHandler
,weka.core.CapabilitiesIgnorer
,weka.core.CommandlineRunnable
,weka.core.OptionHandler
,weka.core.RevisionHandler
,weka.tools.GlobalInfoHandler
- Since:
- 2.3.0
- Version:
- 2.3.0
- Author:
- pawel trajdos
- See Also:
-
Field Summary
Fields inherited from class weka.classifiers.AbstractClassifier
BATCH_SIZE_DEFAULT, NUM_DECIMAL_PLACES_DEFAULT
-
Constructor Summary
ConstructorsConstructorDescriptionBoundaryKernelClassifierWithPlaneProjectionsNB2
(ClassifierWithBoundaries nearestCentroidBoundary) -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildClassifier
(weka.core.Instances data) String[]
boolean
Enumeration<weka.core.Option>
void
setOptions
(String[] options) void
setUseKernel
(boolean useKernel) Methods inherited from class weka.classifiers.functions.BoundaryKernelClassifier
distributionForInstance, estimProtoTipText, getEstimProto, globalInfo, isNormalize, isPreNormalize, isUsePriorProbs, normalizeTipText, preNormalizeTipText, setEstimProto, setNormalize, setPreNormalize, setUsePriorProbs, usePriorProbsTipText
Methods inherited from class weka.classifiers.functions.SingleClassifierEnhancerBoundary
getCapabilities, setClassifier
Methods inherited from class weka.classifiers.SingleClassifierEnhancer
classifierTipText, getClassifier, postExecution, preExecution
Methods inherited from class weka.classifiers.AbstractClassifier
batchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, getRevision, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces
-
Constructor Details
-
BoundaryKernelClassifierWithPlaneProjectionsNB2
public BoundaryKernelClassifierWithPlaneProjectionsNB2(ClassifierWithBoundaries nearestCentroidBoundary) - Parameters:
nearestCentroidBoundary
-
-
BoundaryKernelClassifierWithPlaneProjectionsNB2
public BoundaryKernelClassifierWithPlaneProjectionsNB2()
-
-
Method Details
-
buildClassifier
- Specified by:
buildClassifier
in interfaceweka.classifiers.Classifier
- Overrides:
buildClassifier
in classBoundaryKernelClassifier
- Throws:
Exception
-
isUseKernel
public boolean isUseKernel()- Returns:
- the useKernel
-
setUseKernel
public void setUseKernel(boolean useKernel) - Parameters:
useKernel
- the useKernel to set
-
useKernelTipText
-
listOptions
- Specified by:
listOptions
in interfaceweka.core.OptionHandler
- Overrides:
listOptions
in classBoundaryKernelClassifier
-
setOptions
- Specified by:
setOptions
in interfaceweka.core.OptionHandler
- Overrides:
setOptions
in classBoundaryKernelClassifier
- Throws:
Exception
-
getOptions
- Specified by:
getOptions
in interfaceweka.core.OptionHandler
- Overrides:
getOptions
in classBoundaryKernelClassifier
-