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

F

FastVector - Class in weka.core
Implements a fast vector class without synchronized methods.
FastVector() - Constructor for class weka.core.FastVector
Constructs an empty vector with initial capacity zero.
FastVector(int) - Constructor for class weka.core.FastVector
Constructs a vector with the given capacity.
FastVector(int, int, double) - Constructor for class weka.core.FastVector
Constructs a vector with the given capacity, capacity increment and capacity mulitplier.
FastVector.FastVectorEnumeration - Class in weka.core
Class for enumerating the vector's elements.
FastVector.FastVectorEnumeration(FastVector) - Constructor for class weka.core.FastVector.FastVectorEnumeration
Constructs an enumeration.
FastVector.FastVectorEnumeration(FastVector, int) - Constructor for class weka.core.FastVector.FastVectorEnumeration
Constructs an enumeration with a special element.
FCriticalValue(double, int, int) - Static method in class weka.core.Statistics
Critical value for given probability of F-distribution.
FILE_EXTENSION - Static variable in class weka.core.Instances
The filename extension that should be used for arff files
Filter - Class in weka.filters
An abstract class for instance filters: objects that take instances as input, carry out some transformation on the instance and then output the instance.
Filter() - Constructor for class weka.filters.Filter
 
FilteredClassifier - Class in weka.classifiers
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
FilteredClassifier() - Constructor for class weka.classifiers.FilteredClassifier
Default constructor specifying NaiveBayesSimple as the classifier and DiscretizeFilter as the filter.
FilteredClassifier(Classifier, Filter) - Constructor for class weka.classifiers.FilteredClassifier
Constructor that specifies the subclassifier and filter to use.
filterFile(Filter, String[]) - Static method in class weka.filters.Filter
Method for testing filters.
findNumBinsTipText() - Method in class weka.filters.DiscretizeFilter
Returns the tip text for this property
firstElement() - Method in class weka.core.FastVector
Returns the first element of the vector.
firstInstance() - Method in class weka.core.Instances
Returns the first instance in the set.
forName(String, String[]) - Static method in class weka.classifiers.Classifier
Creates a new instance of a classifier given it's class name and (optional) arguments to pass to it's setOptions method.
forName(Class, String, String[]) - Static method in class weka.core.Utils
Creates a new instance of an object given it's class name and (optional) arguments to pass to it's setOptions method.
FProbability(double, int, int) - Static method in class weka.core.Statistics
Computes probability of F-ratio.

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