Class LogisticBoundary
java.lang.Object
weka.classifiers.AbstractClassifier
weka.classifiers.functions.Logistic
weka.classifiers.functions.explicitboundaries.models.LogisticBoundary
- All Implemented Interfaces:
Serializable
,Cloneable
,weka.classifiers.Classifier
,ClassifierWithBoundaries
,weka.core.Aggregateable<weka.classifiers.functions.Logistic>
,weka.core.BatchPredictor
,weka.core.CapabilitiesHandler
,weka.core.CapabilitiesIgnorer
,weka.core.CommandlineRunnable
,weka.core.OptionHandler
,weka.core.pmml.PMMLProducer
,weka.core.RevisionHandler
,weka.core.TechnicalInformationHandler
,weka.core.WeightedInstancesHandler
public class LogisticBoundary
extends weka.classifiers.functions.Logistic
implements ClassifierWithBoundaries
- Since:
- 1.3.0
- Version:
- 2.3.1
- Author:
- pawel trajdos
- See Also:
-
Field Summary
Fields inherited from class weka.classifiers.AbstractClassifier
BATCH_SIZE_DEFAULT, NUM_DECIMAL_PLACES_DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildClassifier
(weka.core.Instances data) double[]
distributionForInstance
(weka.core.Instance instance) Returns decision boundaries of the classifierweka.core.Capabilities
static void
void
setDebug
(boolean debug) Methods inherited from class weka.classifiers.functions.Logistic
aggregate, coefficients, debugTipText, doNotStandardizeAttributesTipText, finalizeAggregation, getDebug, getDoNotStandardizeAttributes, getMaxIts, getOptions, getRevision, getRidge, getTechnicalInformation, getUseConjugateGradientDescent, globalInfo, listOptions, maxItsTipText, ridgeTipText, setDoNotStandardizeAttributes, setMaxIts, setOptions, setRidge, setUseConjugateGradientDescent, toPMML, toString, useConjugateGradientDescentTipText
Methods inherited from class weka.classifiers.AbstractClassifier
batchSizeTipText, classifyInstance, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDoNotCheckCapabilities, getNumDecimalPlaces, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, postExecution, preExecution, run, runClassifier, setBatchSize, setDoNotCheckCapabilities, setNumDecimalPlaces
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface weka.classifiers.Classifier
classifyInstance
-
Constructor Details
-
LogisticBoundary
public LogisticBoundary()
-
-
Method Details
-
buildClassifier
- Specified by:
buildClassifier
in interfaceweka.classifiers.Classifier
- Overrides:
buildClassifier
in classweka.classifiers.functions.Logistic
- Throws:
Exception
-
getBoundary
Description copied from interface:ClassifierWithBoundaries
Returns decision boundaries of the classifier- Specified by:
getBoundary
in interfaceClassifierWithBoundaries
- Returns:
- Decision boundaries
- Throws:
Exception
-
getCapabilities
public weka.core.Capabilities getCapabilities()- Specified by:
getCapabilities
in interfaceweka.core.CapabilitiesHandler
- Specified by:
getCapabilities
in interfaceweka.classifiers.Classifier
- Overrides:
getCapabilities
in classweka.classifiers.functions.Logistic
-
setDebug
public void setDebug(boolean debug) - Overrides:
setDebug
in classweka.classifiers.functions.Logistic
-
main
-
distributionForInstance
- Specified by:
distributionForInstance
in interfaceweka.classifiers.Classifier
- Overrides:
distributionForInstance
in classweka.classifiers.functions.Logistic
- Throws:
Exception
-