public abstract class ARAMNetworkClass extends weka.classifiers.SingleClassifierEnhancer implements MultiLabelClassifierThreaded, IncrementalMultiLabelClassifier
For more information on Naive Bayes classifiers, see
George H. John and Pat Langley (1995). Estimating Continuous Distributions in Bayesian Classifiers. Proceedings of the Eleventh Conference on Uncertainty in Artificial Intelligence. pp. 338-345. Morgan Kaufmann, San Mateo.
Valid options are:
-K
Use kernel estimation for modelling numeric attributes rather than
a single normal distribution.
-D
Use supervised discretization to process numeric attributes.
Modifier and Type | Field and Description |
---|---|
protected String |
activity_report |
protected int[] |
neuronsactivated |
protected double[] |
neuronsactivity |
int |
numClasses |
int |
numFeatures |
double |
threshold |
Constructor and Description |
---|
ARAMNetworkClass() |
Modifier and Type | Method and Description |
---|---|
void |
testCapabilities(weka.core.Instances D)
Generates the classifier.
|
classifierTipText, defaultClassifierOptions, defaultClassifierString, getCapabilities, getClassifier, getClassifierSpec, getOptions, listOptions, postExecution, preExecution, setClassifier, setOptions
batchSizeTipText, classifyInstance, debugTipText, distributionForInstance, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, getRevision, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
distributionForInstanceM, isThreaded, setThreaded
debugTipText, getDebug, getModel, setDebug
public int numFeatures
public int numClasses
public double threshold
protected int[] neuronsactivated
protected double[] neuronsactivity
protected String activity_report
Copyright © 2017. All Rights Reserved.