A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

NBconditionalProb(Instance, int) - Method in class weka.classifiers.bayes.AODE
Calculates the probability of the specified class for the given test instance, using naive Bayes.
ND - class weka.classifiers.meta.ND.
 
ND() - Constructor for class weka.classifiers.meta.ND
 
ND.NDTree - class weka.classifiers.meta.ND.NDTree.
 
ND.NDTree() - Constructor for class weka.classifiers.meta.ND.NDTree
Constructor.
NDConditionalEstimator - class weka.estimators.NDConditionalEstimator.
Conditional probability estimator for a numeric domain conditional upon a discrete domain (utilises separate normal estimators for each discrete conditioning value).
NDConditionalEstimator(int, double) - Constructor for class weka.estimators.NDConditionalEstimator
Constructor
NEG - Static variable in class weka.associations.tertius.Literal
 
NEW_BATCH - Static variable in class weka.gui.beans.IncrementalClassifierEvent
 
NNConditionalEstimator - class weka.estimators.NNConditionalEstimator.
Conditional probability estimator for a numeric domain conditional upon a numeric domain (using Mahalanobis distance).
NNConditionalEstimator() - Constructor for class weka.estimators.NNConditionalEstimator
 
NNMMethod - Static variable in class weka.classifiers.functions.pace.MixtureDistribution
The nonnegative-measure-based method
NNge - class weka.classifiers.rules.NNge.
NNge classifier.
NNge() - Constructor for class weka.classifiers.rules.NNge
 
NNge.Exemplar - class weka.classifiers.rules.NNge.Exemplar.
Implements Exemplar as used by NNge : parallel axis hyperrectangle.
NNge.Exemplar(NNge, Instances, int, double) - Constructor for class weka.classifiers.rules.NNge.Exemplar
Build a new empty Exemplar
NO - Static variable in class weka.associations.Tertius
 
NOMINAL - Static variable in class weka.core.Attribute
Constant set for nominal attributes.
NONE - Static variable in class weka.associations.Tertius
Types of negation.
NONE - Static variable in class weka.core.converters.AbstractLoader
The retrieval modes
NONE - Static variable in class weka.gui.beans.KnowledgeFlow
 
NONE - Static variable in class weka.gui.visualize.VisualizePanelEvent
No longer used
NORMAL - Static variable in class weka.associations.Tertius
 
NORMAL - Static variable in interface weka.gui.graphvisualizer.GraphConstants
NORMAL node - node actually contained in graphs description
NORM_CONST - Static variable in class weka.classifiers.bayes.NaiveBayesSimple
Constant for normal distribution.
NORM_EXPECTED_COST_NAME - Static variable in class weka.classifiers.evaluation.CostCurve
 
NORTH_CONNECTOR - Static variable in class weka.gui.beans.BeanVisual
 
NOT_DRAWABLE - Static variable in interface weka.core.Drawable
 
NOT_RUNNING - Static variable in class weka.gui.experiment.RunPanel
The message displayed when no experiment is running
NO_COMMAND - Static variable in class weka.gui.treevisualizer.TreeDisplayEvent
 
NO_SOURCE - Static variable in class weka.gui.AttributeSummaryPanel
Message shown when no instances have been loaded and no attribute set
NO_SOURCE - Static variable in class weka.gui.InstancesSummaryPanel
Message shown when no instances have been loaded
NO_SOURCE - Static variable in class weka.gui.experiment.ResultsPanel
Message shown when no experimental results have been loaded
NUMERIC - Static variable in class weka.core.Attribute
Constant set for numeric attributes.
NUM_IR_STATISTICS - Static variable in class weka.experiment.ClassifierSplitEvaluator
The number of IR statistics
NUM_RAND_COLS - Static variable in interface weka.classifiers.lazy.kstar.KStarConstants
 
NaiveBayes - class weka.classifiers.bayes.NaiveBayes.
Class for a Naive Bayes classifier using estimator classes.
NaiveBayes() - Constructor for class weka.classifiers.bayes.NaiveBayes
 
NaiveBayesMultinomial - class weka.classifiers.bayes.NaiveBayesMultinomial.
The core equation for this classifier: P[Ci|D] = (P[D|Ci] x P[Ci]) / P[D] (Bayes rule) where Ci is class i and D is a document
NaiveBayesMultinomial() - Constructor for class weka.classifiers.bayes.NaiveBayesMultinomial
 
NaiveBayesSimple - class weka.classifiers.bayes.NaiveBayesSimple.
Class for building and using a simple Naive Bayes classifier.
NaiveBayesSimple() - Constructor for class weka.classifiers.bayes.NaiveBayesSimple
 
NaiveBayesUpdateable - class weka.classifiers.bayes.NaiveBayesUpdateable.
Class for a Naive Bayes classifier using estimator classes.
NaiveBayesUpdateable() - Constructor for class weka.classifiers.bayes.NaiveBayesUpdateable
 
NamedColor - class weka.gui.treevisualizer.NamedColor.
This class contains a color name and the rgb values of that color
NamedColor(String, int, int, int) - Constructor for class weka.gui.treevisualizer.NamedColor
 
NestedDichotomy - interface weka.classifiers.meta.NestedDichotomy.
Marker-interface for nested dichotomies usable by END.
NeuralConnection - class weka.classifiers.functions.neural.NeuralConnection.
Abstract unit in a NeuralNetwork.
NeuralConnection(String) - Constructor for class weka.classifiers.functions.neural.NeuralConnection
Constructs The unit with the basic connection information prepared for use.
NeuralMethod - interface weka.classifiers.functions.neural.NeuralMethod.
This is an interface used to create classes that can be used by the neuralnode to perform all it's computations.
NeuralNode - class weka.classifiers.functions.neural.NeuralNode.
This class is used to represent a node in the neuralnet.
NeuralNode(String, Random, NeuralMethod) - Constructor for class weka.classifiers.functions.neural.NeuralNode
 
NoSplit - class weka.classifiers.trees.j48.NoSplit.
Class implementing a "no-split"-split.
NoSplit(Distribution) - Constructor for class weka.classifiers.trees.j48.NoSplit
Creates "no-split"-split for given distribution.
NoSupportForMissingValuesException - exception weka.core.NoSupportForMissingValuesException.
Exception that is raised by an object that is unable to process data with missing values.
NoSupportForMissingValuesException() - Constructor for class weka.core.NoSupportForMissingValuesException
Creates a new NoSupportForMissingValuesException with no message.
NoSupportForMissingValuesException(String) - Constructor for class weka.core.NoSupportForMissingValuesException
Creates a new NoSupportForMissingValuesException.
Node - class weka.gui.treevisualizer.Node.
This class records all the data about a particular node for displaying.
Node(String, String, int, int, Color, String) - Constructor for class weka.gui.treevisualizer.Node
This will setup all the values of the node except for its top and center.
NodePlace - interface weka.gui.treevisualizer.NodePlace.
This is an interface for classes that wish to take a node structure and arrange them
NominalPrediction - class weka.classifiers.evaluation.NominalPrediction.
Encapsulates an evaluatable nominal prediction: the predicted probability distribution plus the actual class value.
NominalPrediction(double, double[]) - Constructor for class weka.classifiers.evaluation.NominalPrediction
Creates the NominalPrediction object with a default weight of 1.0.
NominalPrediction(double, double[], double) - Constructor for class weka.classifiers.evaluation.NominalPrediction
Creates the NominalPrediction object.
NominalToBinary - class weka.filters.supervised.attribute.NominalToBinary.
Converts all nominal attributes into binary numeric attributes.
NominalToBinary() - Constructor for class weka.filters.supervised.attribute.NominalToBinary
 
NominalToBinary - class weka.filters.unsupervised.attribute.NominalToBinary.
Converts all nominal attributes into binary numeric attributes.
NominalToBinary() - Constructor for class weka.filters.unsupervised.attribute.NominalToBinary
 
NonSparseToSparse - class weka.filters.unsupervised.instance.NonSparseToSparse.
A filter that converts all incoming instances into sparse format.
NonSparseToSparse() - Constructor for class weka.filters.unsupervised.instance.NonSparseToSparse
 
NormalEstimator - class weka.estimators.NormalEstimator.
Simple probability estimator that places a single normal distribution over the observed values.
NormalEstimator(double) - Constructor for class weka.estimators.NormalEstimator
Constructor that takes a precision argument.
NormalMixture - class weka.classifiers.functions.pace.NormalMixture.
Class for manipulating normal mixture distributions.
NormalMixture() - Constructor for class weka.classifiers.functions.pace.NormalMixture
Contructs an empty NormalMixture
Normalize - class weka.filters.unsupervised.attribute.Normalize.
Normalizes all numeric values in the given dataset.
Normalize() - Constructor for class weka.filters.unsupervised.attribute.Normalize
 
NormalizedPolyKernel - class weka.classifiers.functions.supportVector.NormalizedPolyKernel.
The normalized polynomial kernel.
NormalizedPolyKernel(Instances, int, double, boolean) - Constructor for class weka.classifiers.functions.supportVector.NormalizedPolyKernel
Creates a new NormalizedPolyKernel instance.
NullFilter - class weka.filters.NullFilter.
A simple instance filter that allows no instances to pass through.
NullFilter() - Constructor for class weka.filters.NullFilter
 
NumericPrediction - class weka.classifiers.evaluation.NumericPrediction.
Encapsulates an evaluatable numeric prediction: the predicted class value plus the actual class value.
NumericPrediction(double, double) - Constructor for class weka.classifiers.evaluation.NumericPrediction
Creates the NumericPrediction object with a default weight of 1.0.
NumericPrediction(double, double, double) - Constructor for class weka.classifiers.evaluation.NumericPrediction
Creates the NumericPrediction object.
NumericToBinary - class weka.filters.unsupervised.attribute.NumericToBinary.
Converts all numeric attributes into binary attributes (apart from the class attribute): if the value of the numeric attribute is exactly zero, the value of the new attribute will be zero.
NumericToBinary() - Constructor for class weka.filters.unsupervised.attribute.NumericToBinary
 
NumericTransform - class weka.filters.unsupervised.attribute.NumericTransform.
Transforms numeric attributes using a given transformation method.
NumericTransform() - Constructor for class weka.filters.unsupervised.attribute.NumericTransform
Default constructor -- sets the default transform method to java.lang.Math.abs().
n - Variable in class weka.classifiers.functions.pace.Matrix
Row and column dimensions.
n - Variable in class weka.classifiers.trees.m5.Impurity
 
n - Variable in class weka.gui.graphvisualizer.HierarchicalBCEngine.MyListNode
 
naiveLayout() - Method in class weka.gui.graphvisualizer.HierarchicalBCEngine
This method lays out the vertices horizontally, in each level.
name() - Method in class weka.core.Attribute
Returns the attribute's name.
name() - Method in class weka.core.Option
Returns the option's name.
nameTipText() - Method in class weka.filters.unsupervised.attribute.AddExpression
Returns the tip text for this property
nd - Variable in class weka.classifiers.meta.HND
The ND to classify the instances at the currentlevel
ndOptions - Variable in class weka.classifiers.meta.HND
The options to be set for each ND.
nearestExemplar(Instance) - Method in class weka.classifiers.rules.NNge
Returns the nearest Exemplar
nearestExemplar(Instance, double) - Method in class weka.classifiers.rules.NNge
Returns the nearest Exemplar with class c
needExponentialFormat(double) - Method in class weka.classifiers.functions.pace.FlexibleDecimalFormat
 
negationIncludedIn(LiteralSet) - Method in class weka.associations.tertius.LiteralSet
Test if the negation of this LiteralSet is included in another LiteralSet.
negationSatisfies(Instance) - Method in class weka.associations.tertius.AttributeValueLiteral
 
negationSatisfies(Instance) - Method in class weka.associations.tertius.Literal
 
negationTipText() - Method in class weka.associations.Tertius
Returns the tip text for this property.
negative() - Method in class weka.associations.tertius.Literal
 
nestedEstimate(DoubleVector) - Method in class weka.classifiers.functions.pace.NormalMixture
Returns the optimal nested model estimate of a vector.
nestedEstimator - Static variable in class weka.classifiers.functions.PaceRegression
 
newColorAttribute(int, Instances) - Method in class weka.gui.visualize.VisualizePanel
Sets the Colors in use for a different attrib if it is not a nominal attrib and or does not have more possible values then this will do nothing.
newDistribution(Instances) - Method in class weka.classifiers.trees.j48.C45PruneableClassifierTree
Computes new distributions of instances for nodes in tree.
newEnt(Distribution) - Method in class weka.classifiers.trees.j48.EntropyBasedSplitCrit
Computes entropy of distribution after splitting.
newFormat(double) - Method in class weka.classifiers.functions.pace.FlexibleDecimalFormat
 
newNominalRule(Attribute, Instances, int[]) - Method in class weka.classifiers.rules.OneR
Create a rule branching on this nominal attribute.
newNumericRule(Attribute, Instances, int[]) - Method in class weka.classifiers.rules.OneR
Create a rule branching on this numeric attribute
newRule(Attribute, Instances) - Method in class weka.classifiers.rules.OneR
Create a rule branching on this attribute.
new_estimators() - Method in class weka.clusterers.EM
New probability estimators for an iteration
next - Variable in class weka.associations.tertius.SimpleLinkedList.Entry
 
next() - Method in class weka.associations.tertius.SimpleLinkedList.LinkedListIterator
 
next(int) - Method in interface weka.classifiers.IterativeClassifier
Performs one iteration.
next - Variable in class weka.classifiers.lazy.kstar.KStarCache.TableEntry
next table entry (separate chaining)
next - Variable in class weka.classifiers.rules.NNge.Exemplar
 
next(int) - Method in class weka.classifiers.trees.ADTree
Performs one iteration.
next(Queue.QueueNode) - Method in class weka.core.Queue.QueueNode
Sets the next node in the queue, and returns it.
next() - Method in class weka.core.Queue.QueueNode
Gets the next node in the queue.
next(int) - Method in class weka.core.RandomVariates
Simply use the method of the super class
next - Variable in class weka.gui.graphvisualizer.HierarchicalBCEngine.MyListNode
 
nextElement() - Method in class weka.core.FastVector.FastVectorEnumeration
Returns the next element.
nextElement() - Method in class weka.filters.unsupervised.attribute.StringToWordVector.AlphabeticStringTokenizer
 
nextErlang(int) - Method in class weka.core.RandomVariates
Generate a value of a variate following standard Erlang distribution.
nextExponential() - Method in class weka.core.RandomVariates
Generate a value of a variate following standard exponential distribution using simple inverse method.
nextGamma(double) - Method in class weka.core.RandomVariates
Generate a value of a variate following standard Gamma distribution with shape parameter a.
nextID() - Static method in class weka.classifiers.trees.REPTree
Gets the next unique node ID.
nextID() - Static method in class weka.classifiers.trees.j48.ClassifierTree
Gets the next unique node ID.
nextIteration() - Method in class weka.experiment.Experiment
Carries out the next iteration of the experiment.
nextIteration() - Method in class weka.experiment.RemoteExperiment
Overides the one in Experiment
nextSplitAddedOrder() - Method in class weka.classifiers.trees.ADTree
Returns the next number in the order that splitter nodes have been added to the tree, and records that a new splitter has been added.
nextToken(String) - Method in class weka.gui.treevisualizer.TreeBuild
This will parse the next token out of the stream and check for certain conditions.
nextWithClass - Variable in class weka.classifiers.rules.NNge.Exemplar
 
nf - Variable in class weka.classifiers.functions.pace.ExponentialFormat
 
nf - Variable in class weka.classifiers.functions.pace.FlexibleDecimalFormat
 
nf - Variable in class weka.classifiers.functions.pace.FloatingPointFormat
 
nl - Variable in class weka.classifiers.trees.m5.Impurity
 
nnls(PaceMatrix, IntVector) - Method in class weka.classifiers.functions.pace.PaceMatrix
Solves the nonnegative linear squares problem.
nnlse(PaceMatrix, PaceMatrix, PaceMatrix, IntVector) - Method in class weka.classifiers.functions.pace.PaceMatrix
Solves the nonnegative least squares problem with equality constraint.
nnlse1(PaceMatrix, IntVector) - Method in class weka.classifiers.functions.pace.PaceMatrix
Solves the nonnegative least squares problem with equality constraint.
noNormalizationTipText() - Method in class weka.classifiers.lazy.IBk
Returns the tip text for this property
noPruningTipText() - Method in class weka.classifiers.trees.REPTree
Returns the tip text for this property
nodeHeight - Variable in class weka.gui.graphvisualizer.GraphVisualizer
 
nodeID(StreamTokenizer) - Method in class weka.gui.graphvisualizer.DotParser
 
nodeId(String, int) - Method in class weka.gui.treevisualizer.TreeBuild
Generates a new InfoObject with the specified name and either does further processing if applicable Otherwise it is an edge and will deal with that.
nodeLevels - Variable in class weka.gui.graphvisualizer.HierarchicalBCEngine
Array containing the indices of nodes in each level.
nodeStmt(StreamTokenizer, int) - Method in class weka.gui.graphvisualizer.DotParser
 
nodeToString() - Method in class weka.classifiers.trees.m5.RuleNode
Returns a description of this node (debugging purposes)
nodeType - Variable in class weka.gui.graphvisualizer.GraphNode
Type of node.
nodeWidth - Variable in class weka.gui.graphvisualizer.GraphVisualizer
 
nodeY(Node) - Method in class weka.gui.treevisualizer.PlaceNode2
This will set all of the children node of a particular node to their height.
noiseThresholdTipText() - Method in class weka.associations.Tertius
Returns the tip text for this property.
nom_nom(int, int) - Method in class weka.attributeSelection.CfsSubsetEval
 
nominalCounts - Variable in class weka.core.AttributeStats
Counts of each nominal value
nominalIndicesTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithValues
Returns the tip text for this property
nominalLabelsTipText() - Method in class weka.filters.unsupervised.attribute.Add
Returns the tip text for this property
nominalToBinaryFilterTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
norm(double, int) - Method in class weka.attributeSelection.ReliefFAttributeEval
Normalizes a given value of a numeric attribute.
norm(double, int) - Method in class weka.classifiers.lazy.IB1
Normalizes a given value of a numeric attribute.
norm(double, int) - Method in class weka.classifiers.lazy.IBk
Normalizes a given value of a numeric attribute.
norm(double, int) - Method in class weka.classifiers.lazy.LWL
Normalizes a given value of a numeric attribute.
norm(double, int) - Method in class weka.clusterers.FarthestFirst
Normalizes a given value of a numeric attribute.
norm(double, int) - Method in class weka.clusterers.SimpleKMeans
Normalizes a given value of a numeric attribute.
norm(double, int) - Method in class weka.gui.boundaryvisualizer.KDDataGenerator
Normalizes a given value of a numeric attribute.
norm1() - Method in class weka.classifiers.functions.pace.DoubleVector
Returns the L1-norm of the vector
norm1() - Method in class weka.classifiers.functions.pace.Matrix
One norm
norm2() - Method in class weka.classifiers.functions.pace.DoubleVector
Returns the L2-norm of the vector
normF() - Method in class weka.classifiers.functions.pace.Matrix
Frobenius norm
normInf() - Method in class weka.classifiers.functions.pace.Matrix
Infinity norm
normalDens(double, double, double) - Method in class weka.classifiers.bayes.NaiveBayesSimple
Density function of normal distribution.
normalDens(double, double, double) - Method in class weka.gui.boundaryvisualizer.KDDataGenerator
Density function of normal distribution.
normalDistribution - Static variable in class weka.classifiers.functions.pace.Maths
Distribution type: noraml
normalInverse(double) - Static method in class weka.core.Statistics
Returns the value, x, for which the area under the Normal (Gaussian) probability density function (integrated from minus infinity to x) is equal to the argument y (assumes mean is zero, variance is one).
normalKernel(double) - Method in class weka.estimators.MahalanobisEstimator
Returns value for normal kernel
normalKernel(double, double) - Method in class weka.estimators.NNConditionalEstimator
Returns value for normal kernel
normalProbability(double) - Static method in class weka.core.Statistics
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x (assumes mean is zero, variance is one).
normalize() - Method in class weka.classifiers.CostMatrix
Normalizes the matrix so that the diagonal contains zeros.
normalize() - Method in class weka.classifiers.functions.pace.DiscreteFunction
Normalizes the function values with L1-norm.
normalize(double[]) - Static method in class weka.core.Utils
Normalizes the doubles in the array by their sum.
normalize(double[], double) - Static method in class weka.core.Utils
Normalizes the doubles in the array using the given value.
normalizeAttributesTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
normalizeDocLengthTipText() - Method in class weka.filters.unsupervised.attribute.StringToWordVector
Returns the tip text for this property
normalizeNumericClassTipText() - Method in class weka.classifiers.functions.MultilayerPerceptron
 
normalizeTipText() - Method in class weka.attributeSelection.PrincipalComponents
Returns the tip text for this property
normalizeWordWeightsTipText() - Method in class weka.classifiers.bayes.ComplementNaiveBayes
Returns the tip text for this property
notCoveredBy(Instances) - Method in class weka.classifiers.rules.Prism.PrismRule
Returns the set of instances that are not covered by this rule.
notCoveredInstances() - Method in class weka.classifiers.trees.m5.Rule
Get the instances not covered by this rule
notEqualFeatures(Instance, Instance) - Method in class weka.classifiers.rules.NNge
Returns true if the instance don't have the same feature values
notifyBatchClassifierListeners(BatchClassifierEvent) - Method in class weka.gui.beans.Classifier
Notify all batch classifier listeners of a batch classifier event
notifyChartListeners(ChartEvent) - Method in class weka.gui.beans.IncrementalClassifierEvaluator
 
notifyDataListeners(DataSetEvent) - Method in class weka.gui.beans.ClassAssigner
 
notifyDataOrTrainingListeners(EventObject) - Method in class weka.gui.beans.Filter
 
notifyDataSetAvailable(DataSetEvent) - Method in class weka.gui.beans.PredictionAppender
Notify all Data source listeners that a data set is available
notifyDataSetLoaded(DataSetEvent) - Method in class weka.gui.beans.Loader
Notify all Data source listeners that a data set has been loaded
notifyGraphListeners(GraphEvent) - Method in class weka.gui.beans.Classifier
Notify all graph listeners of a graph event
notifyIncrementalClassifierListeners(IncrementalClassifierEvent) - Method in class weka.gui.beans.Classifier
Notify all incremental classifier listeners of an incremental classifier event
notifyInstanceAvailable(InstanceEvent) - Method in class weka.gui.beans.PredictionAppender
Notify all instance listeners that an instance is available
notifyInstanceListeners(InstanceEvent) - Method in class weka.gui.beans.ClassAssigner
 
notifyInstanceListeners(InstanceEvent) - Method in class weka.gui.beans.Filter
 
notifyInstanceLoaded(InstanceEvent) - Method in class weka.gui.beans.Loader
Notify all instance listeners that a new instance is available
notifyInstanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceJoiner
 
notifyInstanceProduced(InstanceEvent) - Method in class weka.gui.streams.InstanceLoader
 
notifyListeners(boolean, boolean, boolean, String) - Method in class weka.experiment.RemoteExperiment
Inform all listeners of progress
notifyListeners(boolean, boolean, boolean, String) - Method in class weka.gui.boundaryvisualizer.BoundaryPanelDistributed
Inform all listeners of progress
notifyTestListeners(TestSetEvent) - Method in class weka.gui.beans.ClassAssigner
 
notifyTestListeners(TestSetEvent) - Method in class weka.gui.beans.Filter
 
notifyTestSetProduced(TestSetEvent) - Method in class weka.gui.beans.CrossValidationFoldMaker
Notify all test set listeners of a TestSet event
notifyTestSetProduced(TestSetEvent) - Method in class weka.gui.beans.TestSetMaker
Tells all listeners that a test set is available
notifyTestSetProduced(TestSetEvent) - Method in class weka.gui.beans.TrainTestSplitMaker
Notify test set listeners that a test set is available
notifyTextListeners(TextEvent) - Method in class weka.gui.beans.Classifier
Notify all text listeners of a text event
notifyTextListeners(TextEvent) - Method in class weka.gui.beans.ClassifierPerformanceEvaluator
Notify all text listeners of a TextEvent
notifyTextListeners(TextEvent) - Method in class weka.gui.beans.IncrementalClassifierEvaluator
Notify all text listeners of a TextEvent
notifyTrainingListeners(TrainingSetEvent) - Method in class weka.gui.beans.ClassAssigner
 
notifyTrainingSetProduced(TrainingSetEvent) - Method in class weka.gui.beans.CrossValidationFoldMaker
Notify all listeners of a TrainingSet event
notifyTrainingSetProduced(TrainingSetEvent) - Method in class weka.gui.beans.TrainTestSplitMaker
Notify training set listeners that a training set is available
notifyTrainingSetProduced(TrainingSetEvent) - Method in class weka.gui.beans.TrainingSetMaker
Inform training set listeners that a training set is availabel
nr - Variable in class weka.classifiers.trees.m5.Impurity
 
ntob - Variable in class weka.filters.unsupervised.attribute.RandomProjection
The NominalToBinary filter applied to the data before this filter
num2ShortID(int, char[], int) - Method in class weka.classifiers.Evaluation
Method for generating indices for the confusion matrix.
num2ShortID(int, char[], int) - Static method in class weka.classifiers.evaluation.ConfusionMatrix
Method for generating indices for the confusion matrix.
numAllConditions(Instances) - Static method in class weka.classifiers.rules.RuleStats
Compute the number of all possible conditions that could appear in a rule of a given data.
numAntdsTipText() - Method in class weka.classifiers.rules.ConjunctiveRule
Returns the tip text for this property
numArguments() - Method in class weka.core.Option
Returns the option's number of arguments.
numAttemptsOfGeneOptionTipText() - Method in class weka.classifiers.rules.NNge
Returns the tip text for this property
numAttributes - Variable in class weka.classifiers.bayes.NaiveBayesMultinomial
 
numAttributes() - Method in class weka.core.Instance
Returns the number of attributes.
numAttributes() - Method in class weka.core.Instances
Returns the number of attributes.
numAttributes() - Method in class weka.core.SparseInstance
Returns the number of attributes.
numBags() - Method in class weka.classifiers.trees.j48.Distribution
Returns number of bags.
numBinsTipText() - Method in class weka.classifiers.meta.RegressionByDiscretization
Returns the tip text for this property
numBoostingIterationsTipText() - Method in class weka.classifiers.functions.SimpleLogistic
Returns the tip text for this property
numBoostingIterationsTipText() - Method in class weka.classifiers.trees.LMT
Returns the tip text for this property
numChildren() - Method in class weka.gui.HierarchyPropertyParser
The number of the children nodes.
numClassAttributeValues() - Method in class weka.classifiers.functions.SMO
 
numClasses - Variable in class weka.classifiers.bayes.ComplementNaiveBayes
Holds the number of Class values present in the set of specified instances
numClasses - Variable in class weka.classifiers.bayes.NaiveBayesMultinomial
 
numClasses() - Method in class weka.classifiers.trees.j48.Distribution
Returns number of classes.
numClasses() - Method in class weka.core.Instance
Returns the number of class labels.
numClasses() - Method in class weka.core.Instances
Returns the number of class labels.
numClustersTipText() - Method in class weka.classifiers.functions.RBFNetwork
Returns the tip text for this property
numClustersTipText() - Method in class weka.clusterers.EM
Returns the tip text for this property
numClustersTipText() - Method in class weka.clusterers.FarthestFirst
Returns the tip text for this property
numClustersTipText() - Method in class weka.clusterers.SimpleKMeans
Returns the tip text for this property
numColumns() - Method in class weka.core.Matrix
Returns the number of columns in the matrix.
numCorrect() - Method in class weka.classifiers.trees.j48.Distribution
Returns perClass(maxClass()).
numCorrect(int) - Method in class weka.classifiers.trees.j48.Distribution
Returns perClassPerBag(index,maxClass(index)).
numDistinctValues(int) - Method in class weka.core.Instances
Returns the number of distinct values of a given attribute.
numDistinctValues(Attribute) - Method in class weka.core.Instances
Returns the number of distinct values of a given attribute.
numElements() - Method in class weka.classifiers.functions.supportVector.SMOset
Returns the number of elements in the set.
numEvals() - Method in class weka.classifiers.functions.supportVector.Kernel
Returns the number of kernel evaluation performed.
numEvals() - Method in class weka.classifiers.functions.supportVector.PolyKernel
Returns the number of time Eval has been called.
numEvals() - Method in class weka.classifiers.functions.supportVector.RBFKernel
Returns the number of time Eval has been called.
numFalseNegatives(int) - Method in class weka.classifiers.Evaluation
Calculate number of false negatives with respect to a particular class.
numFalsePositives(int) - Method in class weka.classifiers.Evaluation
Calculate number of false positives with respect to a particular class.
numFeaturesTipText() - Method in class weka.classifiers.trees.RandomForest
Returns the tip text for this property
numFoldersMIOptionTipText() - Method in class weka.classifiers.rules.NNge
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.functions.SMO
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.meta.CVParameterSelection
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.meta.LogitBoost
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.meta.MultiScheme
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.meta.Stacking
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.rules.PART
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.trees.J48
Returns the tip text for this property
numFoldsTipText() - Method in class weka.classifiers.trees.REPTree
Returns the tip text for this property
numFoldsTipText() - Method in class weka.experiment.CrossValidationResultProducer
Returns the tip text for this property
numFoldsTipText() - Method in class weka.filters.supervised.instance.StratifiedRemoveFolds
Returns the tip text for this property
numFoldsTipText() - Method in class weka.filters.unsupervised.instance.RemoveFolds
Returns the tip text for this property
numFoldsTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassified
Returns the tip text for this property
numIncorrect() - Method in class weka.classifiers.trees.j48.Distribution
Returns total-numCorrect().
numIncorrect(int) - Method in class weka.classifiers.trees.j48.Distribution
Returns perBag(index)-numCorrect(index).
numInstances() - Method in class weka.classifiers.Evaluation
Gets the number of test instances that had a known class value (actually the sum of the weights of test instances with known class value).
numInstances - Variable in class weka.classifiers.trees.m5.Values
 
numInstances() - Method in class weka.core.Instances
Returns the number of instances in the dataset.
numInstances - Variable in class weka.filters.unsupervised.attribute.StringToWordVector
Contains the number of documents (instances) in the input format from which the dictionary is created.
numIterationsTipText() - Method in class weka.classifiers.IteratedSingleClassifierEnhancer
Returns the tip text for this property
numIterationsTipText() - Method in class weka.classifiers.functions.VotedPerceptron
Returns the tip text for this property
numIterationsTipText() - Method in class weka.classifiers.functions.Winnow
Returns the tip text for this property
numIterationsTipText() - Method in class weka.classifiers.meta.Decorate
Returns the tip text for this property
numIterationsTipText() - Method in class weka.classifiers.meta.MetaCost
Returns the tip text for this property
numLeaves() - Method in class weka.classifiers.trees.j48.ClassifierTree
Returns number of leaves in tree structure.
numLeaves() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns the number of leaves (normal count).
numLeaves(int) - Method in class weka.classifiers.trees.m5.RuleNode
Sets the leaves' numbers
numLiterals() - Method in class weka.associations.tertius.LiteralSet
Give the number of literals in this set.
numLiterals() - Method in class weka.associations.tertius.Predicate
 
numLiterals() - Method in class weka.associations.tertius.Rule
Give the number of literals in this rule.
numNeighboursTipText() - Method in class weka.attributeSelection.ReliefFAttributeEval
Returns the tip text for this property
numNodes() - Method in class weka.classifiers.trees.REPTree.Tree
Computes size of the tree.
numNodes() - Method in class weka.classifiers.trees.REPTree
Computes size of the tree.
numNodes() - Method in class weka.classifiers.trees.RandomTree
Computes size of the tree.
numNodes() - Method in class weka.classifiers.trees.j48.ClassifierTree
Returns number of nodes in tree structure.
numNodes() - Method in class weka.classifiers.trees.lmt.LMTNode
Returns the number of nodes.
numOfAllNodes(PredictionNode) - Method in class weka.classifiers.trees.ADTree
Returns the total number of nodes in a tree.
numOfBoostingIterationsTipText() - Method in class weka.classifiers.trees.ADTree
 
numOfPredictionLeafNodes(PredictionNode) - Method in class weka.classifiers.trees.ADTree
Returns the number of leaf nodes in a tree - prediction nodes without children.
numOfPredictionNodes(PredictionNode) - Method in class weka.classifiers.trees.ADTree
Returns the number of prediction nodes in a tree.
numParameters() - Method in class weka.classifiers.functions.LinearRegression
Get the number of coefficients used in the model
numParameters() - Method in class weka.classifiers.functions.PaceRegression
Get the number of coefficients used in the model
numParameters() - Method in class weka.classifiers.trees.m5.PreConstructedLinearModel
Return the number of parameters (coefficients) in the linear model
numParameters() - Method in class weka.classifiers.trees.m5.RuleNode
Get the number of parameters in the model at this node
numPendingOutput() - Method in class weka.filters.Filter
Returns the number of instances pending output
numPendingOutput() - Method in class weka.filters.unsupervised.attribute.RemoveType
Returns the number of instances pending output
numRepetitionsChanged() - Method in class weka.gui.experiment.SimpleSetupPanel
Responds to a change in the number of repetitions.
numRows() - Method in class weka.core.Matrix
Returns the number of rows in the matrix.
numRules() - Method in class weka.classifiers.rules.Ridor
Measure the number of rules in total in the model
numRules() - Method in class weka.classifiers.rules.part.MakeDecList
Outputs the number of rules in the classifier.
numRulesTipText() - Method in class weka.associations.Apriori
Returns the tip text for this property
numRunsTipText() - Method in class weka.classifiers.meta.LogitBoost
Returns the tip text for this property
numSetS - Variable in class weka.classifiers.rules.part.MakeDecList
How many subsets of equal size?
numSets - Variable in class weka.classifiers.trees.j48.PruneableClassifierTree
How many subsets of equal size?
numSpecifiers() - Method in class weka.experiment.PairedTTester.DatasetSpecifiers
Gets the number of specifiers.
numSubCmtysTipText() - Method in class weka.classifiers.meta.MultiBoostAB
Returns the tip text for this property
numSubsets() - Method in class weka.classifiers.trees.j48.ClassifierSplitModel
Returns the number of created subsets for the split.
numToSelectTipText() - Method in class weka.attributeSelection.ForwardSelection
Returns the tip text for this property
numToSelectTipText() - Method in class weka.attributeSelection.RaceSearch
Returns the tip text for this property
numToSelectTipText() - Method in class weka.attributeSelection.Ranker
Returns the tip text for this property
numToString(double) - Static method in class weka.gui.beans.StripChart
 
numTreesTipText() - Method in class weka.classifiers.trees.RandomForest
Returns the tip text for this property
numTrueNegatives(int) - Method in class weka.classifiers.Evaluation
Calculate the number of true negatives with respect to a particular class.
numTruePositives(int) - Method in class weka.classifiers.Evaluation
Calculate the number of true positives with respect to a particular class.
numValues() - Method in class weka.core.Attribute
Returns the number of attribute values.
numValues() - Method in class weka.core.Instance
Returns the number of values present.
numValues() - Method in class weka.core.SparseInstance
Returns the number of values in the sparse vector.
numValuesInResult() - Method in class weka.associations.Tertius
Count the number of distinct confirmation values in the results.
numXValFoldsTipText() - Method in class weka.classifiers.meta.ThresholdSelector
 
num_nom2(int, int) - Method in class weka.attributeSelection.CfsSubsetEval
 
num_num(int, int) - Method in class weka.attributeSelection.CfsSubsetEval
 
number - Variable in class weka.classifiers.trees.m5.YongSplitInfo
 
numberAttributesSelected() - Method in class weka.attributeSelection.AttributeSelection
Return the number of attributes selected from the most recent run of attribute selection
numberLiteralsTipText() - Method in class weka.associations.Tertius
Returns the tip text for this property.
numberOfAttributesTipText() - Method in class weka.filters.unsupervised.attribute.RandomProjection
Returns the tip text for this property
numberOfClusters() - Method in class weka.clusterers.Clusterer
Returns the number of clusters.
numberOfClusters() - Method in class weka.clusterers.Cobweb
Returns the number of clusters.
numberOfClusters() - Method in class weka.clusterers.EM
Returns the number of clusters.
numberOfClusters() - Method in class weka.clusterers.FarthestFirst
Returns the number of clusters.
numberOfClusters() - Method in class weka.clusterers.MakeDensityBasedClusterer
Returns the number of clusters.
numberOfClusters() - Method in class weka.clusterers.SimpleKMeans
Returns the number of clusters.
numberOfLinearModels() - Method in class weka.classifiers.trees.m5.RuleNode
Get the number of linear models in the tree
numericDistribution(double[][], double[][][], int, int[], double[], double[][], Instances, double[]) - Method in class weka.classifiers.trees.REPTree.Tree
Computes class distribution for an attribute.
numericStats - Variable in class weka.core.AttributeStats
Stats on numeric value distributions
numericTipText() - Method in class weka.filters.unsupervised.attribute.MakeIndicator
 
nx - Variable in class weka.gui.graphvisualizer.GraphVisualizer.GraphVisualizerMouseListener
 
nx - Variable in class weka.gui.graphvisualizer.GraphVisualizer.GraphVisualizerMouseMotionListener
 
ny - Variable in class weka.gui.graphvisualizer.GraphVisualizer.GraphVisualizerMouseListener
 
ny - Variable in class weka.gui.graphvisualizer.GraphVisualizer.GraphVisualizerMouseMotionListener
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z