public class LogisticBoundary extends weka.classifiers.functions.Logistic implements ClassifierWithBoundaries
Constructor and Description |
---|
LogisticBoundary() |
Modifier and Type | Method and Description |
---|---|
void |
buildClassifier(weka.core.Instances data) |
DecisionBoundary |
getBoundary()
Returns decision boundaries of the classifier
|
weka.core.Capabilities |
getCapabilities() |
static void |
main(String[] args) |
void |
setDebug(boolean debug) |
aggregate, coefficients, debugTipText, distributionForInstance, finalizeAggregation, getDebug, getMaxIts, getOptions, getRevision, getRidge, getTechnicalInformation, getUseConjugateGradientDescent, globalInfo, listOptions, maxItsTipText, ridgeTipText, setMaxIts, setOptions, setRidge, setUseConjugateGradientDescent, toPMML, toString, useConjugateGradientDescentTipText
batchSizeTipText, classifyInstance, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDoNotCheckCapabilities, getNumDecimalPlaces, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, postExecution, preExecution, run, runClassifier, setBatchSize, setDoNotCheckCapabilities, setNumDecimalPlaces
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public void buildClassifier(weka.core.Instances data) throws Exception
buildClassifier
in interface weka.classifiers.Classifier
buildClassifier
in class weka.classifiers.functions.Logistic
Exception
public DecisionBoundary getBoundary() throws Exception
ClassifierWithBoundaries
getBoundary
in interface ClassifierWithBoundaries
Exception
public weka.core.Capabilities getCapabilities()
getCapabilities
in interface weka.classifiers.Classifier
getCapabilities
in interface weka.core.CapabilitiesHandler
getCapabilities
in class weka.classifiers.functions.Logistic
public void setDebug(boolean debug)
setDebug
in class weka.classifiers.functions.Logistic
public static void main(String[] args)
Copyright © 2020. All rights reserved.