Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures
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 _

F

f_maxima - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHIntervalSplit
Caches maximum function values for given intervals, used for better split performance.
f_minima - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHIntervalSplit
Caches minimum function values for given intervals, used for better split performance.
factor(int) - Method in class de.lmu.ifi.dbs.elki.normalization.AttributeWiseMinMaxNormalization
Returns a factor for normalization in a certain dimension.
factor - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.LinearScaling
Scaling factor
factor - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierLinearScaling
Scaling factor to use (1/ max - min)
factor - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierSqrtScaling
Scaling factor
factor - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SqrtStandardDeviationScaling
Scaling factor to use (usually: Lambda * Stddev * Sqrt(2))
factor - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.StandardDeviationScaling
Scaling factor to use (usually: Lambda * Stddev * Sqrt(2))
factorial(int) - Static method in class de.lmu.ifi.dbs.elki.math.MathUtil
Compute the Factorial of n, often written as c!
failOnErrors() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.AbstractParameterization
Fail on errors, log any error that had occurred.
fast - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
Variable to store fast mode flag.
FAST_FLAG - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
Flag for fast mode.
FAST_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
OptionID for ABOD.FAST_FLAG
FAST_SAMPLE_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
OptionID for ABOD.FAST_SAMPLE_PARAM
FAST_SAMPLE_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
Parameter for sample size to be used in fast mode.
fc - Variable in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.FileNameEditor
The actual file chooser
fc - Variable in class de.lmu.ifi.dbs.elki.visualization.savedialog.SaveOptionsPanel
The fileChooser on which this panel is installed.
fcomparator - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.Compare
A comparator for type FIRST.
fcomparator - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareSwapped
A comparator for type FIRST.
FCPair<FIRST extends Comparable<? super FIRST>,SECOND> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Pair that can only be compared by it's first component.
FCPair(FIRST, SECOND) - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.FCPair
Initialize pair
FeatureVector<V extends FeatureVector<V,D>,D> - Interface in de.lmu.ifi.dbs.elki.data
Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
file - Variable in class de.lmu.ifi.dbs.elki.gui.util.SavedSettingsFile
File to read and write
file - Variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
The file storing the entries of this index.
file - Variable in class de.lmu.ifi.dbs.elki.persistent.AbstractPage
The file that stores the pages.
file - Variable in class de.lmu.ifi.dbs.elki.persistent.LRUCache
The underlying file of this cache.
file - Variable in class de.lmu.ifi.dbs.elki.persistent.MemoryPageFile
Holds the pages.
file - Variable in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
Random Access File object.
file - Variable in class de.lmu.ifi.dbs.elki.persistent.OnDiskArrayPageFile
The file storing the pages.
file - Variable in class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
The file storing the pages.
file - Variable in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
The file storing the elements of this heap.
FILE_EXISTS - Static variable in interface de.lmu.ifi.dbs.elki.utilities.ExceptionMessages
File already exists, will not overwrite.
FILE_EXTENSION - Static variable in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
Extension for txt-files.
FILE_ID - Static variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
OptionID for TreeIndex.FILE_PARAM
FILE_NOT_FOUND - Static variable in interface de.lmu.ifi.dbs.elki.utilities.ExceptionMessages
File not found. 404.
FILE_PARAM - Variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Optional parameter that specifies the name of the file storing the index.
FILE_VERSION - Static variable in class de.lmu.ifi.dbs.elki.persistent.DefaultPageHeader
Version number of this header (magic number).
FileBasedDatabaseConnection<O extends DatabaseObject> - Class in de.lmu.ifi.dbs.elki.database.connection
Provides a file based database connection based on the parser to be set.
FileBasedDatabaseConnection(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.database.connection.FileBasedDatabaseConnection
Constructor, adhering to Parameterizable
FileBasedDoubleDistanceFunction<V extends DatabaseObject> - Class in de.lmu.ifi.dbs.elki.distance.distancefunction.external
Provides a DistanceFunction that is based on double distances given by a distance matrix of an external file.
FileBasedDoubleDistanceFunction(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedDoubleDistanceFunction
Constructor, adhering to Parameterizable
FileBasedFloatDistanceFunction<V extends DatabaseObject> - Class in de.lmu.ifi.dbs.elki.distance.distancefunction.external
Provides a DistanceFunction that is based on float distances given by a distance matrix of an external file.
FileBasedFloatDistanceFunction(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedFloatDistanceFunction
Constructor, adhering to Parameterizable
FileListParameter - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
Parameter class for a parameter specifying a list of files.
FileListParameter(OptionID, FileListParameter.FilesType) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileListParameter
Constructs a file list parameter with the given optionID, and file type.
FileListParameter.FilesType - Enum in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
Available types of the files: FileListParameter.FilesType.INPUT_FILES denotes input files, FileListParameter.FilesType.OUTPUT_FILES denotes output files.
FileListParameter.FilesType() - Constructor for enum de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileListParameter.FilesType
 
fileName - Variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Holds the name of the file storing the index specified by TreeIndex.FILE_PARAM, null if TreeIndex.FILE_PARAM is not specified.
filename - Variable in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
File name.
fileNameEditor - Variable in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.AdjustingEditor
The file selector editor
filenameFromLabel(String) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
Derive a file name from the cluster label.
FileParameter - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
Parameter class for a parameter specifying a file.
FileParameter(OptionID, FileParameter.FileType) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileParameter
Constructs a file parameter with the given optionID, and file type.
FileParameter(OptionID, FileParameter.FileType, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileParameter
Constructs a file parameter with the given optionID, file type, and optional flag.
FileParameter.FileType - Enum in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
Available file types: FileParameter.FileType.INPUT_FILE denotes an input file, FileParameter.FileType.OUTPUT_FILE denotes an output file.
FileParameter.FileType() - Constructor for enum de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileParameter.FileType
 
filesType - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileListParameter
Specifies the type of the files, i.e. if the files are input or output files.
fileType - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileParameter
The file type of this file parameter.
FileUtil - Class in de.lmu.ifi.dbs.elki.utilities
Various static helper methods to deal with files and file names.
FileUtil() - Constructor for class de.lmu.ifi.dbs.elki.utilities.FileUtil
 
fill(Deap<K, V>) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
 
fill - Variable in class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.BubbleVisualizer
Fill parameter.
FILL_FLAG - Variable in class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.BubbleVisualizer
Flag for half-transparent filling of bubbles.
FILL_ID - Static variable in class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.BubbleVisualizer
OptionID for BubbleVisualizer.FILL_FLAG.
FILLED_PAGE - Static variable in class de.lmu.ifi.dbs.elki.persistent.OnDiskArrayPageFile
Indicates a filled page.
FILLED_PAGE - Static variable in class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
Indicates a filled page.
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.CompositeEigenPairFilter
Filters the specified eigenpairs into strong and weak eigenpairs, where strong eigenpairs having high variances and weak eigenpairs having small variances.
filter(SortedEigenPairs) - Method in interface de.lmu.ifi.dbs.elki.math.linearalgebra.pca.EigenPairFilter
Filters the specified eigenpairs into strong and weak eigenpairs, where strong eigenpairs having high variances and weak eigenpairs having small variances.
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.FirstNEigenPairFilter
 
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.LimitEigenPairFilter
 
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.NormalizingEigenPairFilter
 
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PercentageEigenPairFilter
 
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.ProgressiveEigenPairFilter
Filter eigenpairs.
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.RelativeEigenPairFilter
Filter eigenpairs
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.SignificantEigenPairFilter
Filter eigenpairs
filter(SortedEigenPairs) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeakEigenPairFilter
Filter eigenpairs
FilteredEigenPairs - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
Encapsulates weak and strong eigenpairs that have been filtered out by an eigenpair filter.
FilteredEigenPairs(List<EigenPair>, List<EigenPair>) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.FilteredEigenPairs
Creates a new object that encapsulates weak and strong eigenpairs that have been filtered out by an eigenpair filter
filterResults(Class<C>) - Method in class de.lmu.ifi.dbs.elki.result.MultiResult
Return only results of the given restriction class
filterResults(Result, Class<?>) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
Filter results
filters - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.CompositeEigenPairFilter
The filters to be applied.
FILTERS_PARAM - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.CompositeEigenPairFilter
 
finalize() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.AbstractParameterization
Upon destruction, report any errors that weren't handled yet.
findAllClassesWithReferences() - Static method in class de.lmu.ifi.dbs.elki.application.internal.DocumentReferences
Fin all classes that have the reference annotation
findAllImplementations(Class<?>, boolean) - Static method in class de.lmu.ifi.dbs.elki.utilities.InspectionUtil
Find all implementations of a given class in the classpath.
findAllImplementations(String[], Class<?>, String[], boolean) - Static method in class de.lmu.ifi.dbs.elki.utilities.InspectionUtil
Find all implementations of a given class.
findAnnotationResult(Result, AssociationID<T>) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
(Try to) find an association of the given ID in the result.
findAnnotationResult(List<AnnotationResult<?>>, AssociationID<T>) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
(Try to) find an association of the given ID in the result.
findBasis(Database<V>, ORCLUS<V>.ORCLUSCluster, int) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
Finds the basis of the subspace of dimensionality dim for the specified cluster.
findCurveResult(Result) - Static method in class de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj.CurveVisualizer
Find a 2D Double curve in the result object.
findDenseSubspaceCandidates(Database<V>, List<CLIQUESubspace<V>>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Determines the k-dimensional dense subspace candidates from the specified (k-1)-dimensional dense subspaces.
findDenseSubspaces(Database<V>, List<CLIQUESubspace<V>>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Determines the k-dimensional dense subspaces and performs a pruning if this option is chosen.
findDimensions(Set<Integer>, Database<V>, Map<Integer, List<DistanceResultPair<DoubleDistance>>>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
Determines the set of correlated dimensions for each medoid in the specified medoid set.
findNext() - Method in class de.lmu.ifi.dbs.elki.properties.IterateKnownImplementations
Find the next 'acceptable' result.
findNext() - Method in class de.lmu.ifi.dbs.elki.utilities.InspectionUtil.DirClassIterator
Find the next entry, since we need to skip some jar file entries.
findNext() - Method in class de.lmu.ifi.dbs.elki.utilities.InspectionUtil.JarClassIterator
Find the next entry, since we need to skip some jar file entries.
findOneDimensionalDenseSubspaceCandidates(Database<V>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Determines the one-dimensional dense subspace candidates by making a pass over the database.
findOneDimensionalDenseSubspaces(Database<V>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Determines the one dimensional dense subspaces and performs a pruning if this option is chosen.
findParent(Database<V>, DiSHDistanceFunction<V, DiSHPreprocessor<V>>, Pair<BitSet, DatabaseObjectGroupCollection<List<Integer>>>, Map<BitSet, List<Pair<BitSet, DatabaseObjectGroupCollection<List<Integer>>>>>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.DiSH
Returns the parent of the specified cluster
findPathToObject(TreeIndexPath<E>, HyperBoundingBox, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Returns the path to the leaf entry in the specified subtree that represents the data object with the specified mbr and id.
findRStarTree(VisualizerContext) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.TreeMBRVisualizer
 
findSNNNeighbors(Database<O>, Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
Returns the shared nearest neighbors of the specified query object in the given database.
findSplitpoint(String, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Find the first space before position w or if there is none after w.
fine(String, Throwable) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
Log a message at the 'fine' debugging level.
fine(String) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
Log a message at the 'fine' debugging level.
finer(String, Throwable) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
Log a message at the 'finer' debugging level.
finer(String) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
Log a message at the 'finer' debugging level.
finest(String, Throwable) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
Log a message at the 'finest' debugging level.
finest(String) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
Log a message at the 'finest' debugging level.
finishCovarianceMatrix(double[], double[][], double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder
Finish the Covariance matrix in array "squares".
FiniteProgress - Class in de.lmu.ifi.dbs.elki.logging.progress
A progress object for a given overall number of items to process.
FiniteProgress(String, int) - Constructor for class de.lmu.ifi.dbs.elki.logging.progress.FiniteProgress
A progress object for a given overall number of items to process.
fireObjectInserted(Integer) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Notifies all listeners that have registered interest for notification on this event type.
fireObjectRemoved(Integer) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Notifies all listeners that have registered interest for notification on this event type.
fireObjectsChanged(List<Integer>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Notifies all listeners that have registered interest for notification on this event type.
fireObjectsInserted(List<Integer>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Notifies all listeners that have registered interest for notification on this event type.
fireObjectsRemoved(List<Integer>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Notifies all listeners that have registered interest for notification on this event type.
fireRedrawEvent() - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualizer
Send a redraw notification to all listeners.
first - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.LessEqualGlobalConstraint
First number parameter.
first - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.LessGlobalConstraint
First number parameter.
first - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleDoublePair
first value
first - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleIntPair
first value
first - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.IntDoublePair
first value
first - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.IntIntPair
first value
first - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.Pair
First value in pair
first - Variable in class de.lmu.ifi.dbs.elki.utilities.pairs.Triple
First value
firstAssignments - Variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
The assignments to the first routing object.
firstCoveringRadius - Variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
The first covering radius.
FirstNEigenPairFilter - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
The FirstNEigenPairFilter marks the n highest eigenpairs as strong eigenpairs, where n is a user specified number.
FirstNEigenPairFilter(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.FirstNEigenPairFilter
Constructor, adhering to Parameterizable
FittingFunction - Interface in de.lmu.ifi.dbs.elki.math.linearalgebra.fitting
Interface for a function used in Levenberg-Marquard-Fitting
FittingFunctionResult - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.fitting
Result returned by a fitting function.
FittingFunctionResult(double, double[]) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.FittingFunctionResult
Trivial/generic constructor for the result class
fixedmean - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.StandardDeviationScaling
Field storing the fixed mean to use
flag - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ParameterFlagGlobalConstraint
Flag the checking of the parameter constraints is dependent on.
Flag - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
Option class specifying a flag object.
Flag(OptionID) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Flag
Constructs a flag object with the given optionID.
FLAG_INTERPOLATED - Static variable in interface de.lmu.ifi.dbs.elki.visualization.style.lines.LineStyleLibrary
Meta flag to request an 'interpolated' version of the style
FLAG_STRONG - Static variable in interface de.lmu.ifi.dbs.elki.visualization.style.lines.LineStyleLibrary
Meta flag to request a 'stronger' version of the style
FLAG_WEAK - Static variable in interface de.lmu.ifi.dbs.elki.visualization.style.lines.LineStyleLibrary
Meta flag to request a 'weaker' version of the style
flagConstraint - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ParameterFlagGlobalConstraint
Indicates at which status of the flag the parameter is to be checked.
flags - Variable in class de.lmu.ifi.dbs.elki.gui.util.DynamicParameters.Node
 
FlexiHistogram<T,D> - Class in de.lmu.ifi.dbs.elki.math
Histogram with flexible size, guaranteed to be in [bin, 2*bin[
FlexiHistogram(int, FlexiHistogram.Adapter<T, D>) - Constructor for class de.lmu.ifi.dbs.elki.math.FlexiHistogram
Create a new histogram for an unknown data range.
FlexiHistogram.Adapter<T,D> - Class in de.lmu.ifi.dbs.elki.math
Adapter interface to specify bin creation, data caching and combination.
FlexiHistogram.Adapter() - Constructor for class de.lmu.ifi.dbs.elki.math.FlexiHistogram.Adapter
 
FLOAT_CACHE_MAGIC - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.DiskCacheBasedFloatDistanceFunction
Magic to identify double cache matrices
FLOAT_SIZE - Static variable in class de.lmu.ifi.dbs.elki.application.cache.CacheFloatDistanceInOnDiskMatrix
Storage size: 4 bytes floats
FLOAT_SIZE - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.DiskCacheBasedFloatDistanceFunction
Storage required for a float value.
FloatDistance - Class in de.lmu.ifi.dbs.elki.distance
Provides a Distance for a float-valued distance.
FloatDistance() - Constructor for class de.lmu.ifi.dbs.elki.distance.FloatDistance
Empty constructor for serialization purposes.
FloatDistance(float) - Constructor for class de.lmu.ifi.dbs.elki.distance.FloatDistance
Constructs a new FloatDistance object that represents the float argument.
floatValue(int) - Method in class de.lmu.ifi.dbs.elki.data.AbstractNumberVector
 
floatValue() - Method in class de.lmu.ifi.dbs.elki.data.Bit
Provides a float value for the integer representation of this Bit as given by intValue().
floatValue(int) - Method in interface de.lmu.ifi.dbs.elki.data.NumberVector
Returns the value in the specified dimension as float.
floatValue() - Method in class de.lmu.ifi.dbs.elki.data.RationalNumber
Returns the float value of this.doubleValue().
floatValue() - Method in class de.lmu.ifi.dbs.elki.distance.FloatDistance
 
floatValue() - Method in class de.lmu.ifi.dbs.elki.distance.NumberDistance
Get the value as float.
FloatVector - Class in de.lmu.ifi.dbs.elki.data
A FloatVector is to store real values approximately as float values.
FloatVector(float[], boolean) - Constructor for class de.lmu.ifi.dbs.elki.data.FloatVector
Private constructor.
FloatVector(List<Float>) - Constructor for class de.lmu.ifi.dbs.elki.data.FloatVector
Provides a FloatVector consisting of float values according to the given Float values.
FloatVector(float[]) - Constructor for class de.lmu.ifi.dbs.elki.data.FloatVector
Provides a FloatVector consisting of the given float values.
FloatVector(Float[]) - Constructor for class de.lmu.ifi.dbs.elki.data.FloatVector
Provides a FloatVector consisting of the given float values.
FloatVector(Matrix) - Constructor for class de.lmu.ifi.dbs.elki.data.FloatVector
Expects a matrix of one column.
FloatVectorLabelParser - Class in de.lmu.ifi.dbs.elki.parser
Provides a parser for parsing one point per line, attributes separated by whitespace.
FloatVectorLabelParser(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.parser.FloatVectorLabelParser
Constructor, adhering to Parameterizable
flowDown(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap
Moves down a node at index i until it satisfies the heaporder.
flowUp(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap
Moves up a node at the specified index until it satisfies the heaporder.
flowUp(int) - Method in interface de.lmu.ifi.dbs.elki.utilities.heap.Heap
Moves up a node at the specified index until it satisfies the heaporder.
flowUp(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Moves up a node at the specified index until it satisfies the heap order.
flowUp(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Moves up a node at the specified index until it satisfies the heaporder.
flush() - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPane.LogPaneHandler
 
flush() - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPanel.LogPanelHandler
 
flush() - Method in class de.lmu.ifi.dbs.elki.logging.CLISmartHandler
Flush output streams
flush() - Method in interface de.lmu.ifi.dbs.elki.persistent.Cache
Flushes this cache by writing any entry to the underlying file.
flush() - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
Flushes this caches by writing any entry to the underlying file.
flush() - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterStream
Flush output: write inline data, then write comment section.
FMT - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGUtil
Formatter to output numbers in a valid SVG number format.
fmt(double) - Static method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGUtil
Format a double according to the SVG specs.
FONT_FAMILY - Static variable in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
Font family
FooKernelFunction<O extends NumberVector<?,?>> - Class in de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel
Provides an experimental KernelDistanceFunction for NumberVectors.
FooKernelFunction(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.FooKernelFunction
Constructor, adhering to Parameterizable
forceincomments - Variable in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterStream
Force incomments flag
forgetSynchronizedRunner() - Method in class de.lmu.ifi.dbs.elki.visualization.batikutil.JSVGUpdateSynchronizer
Forget the current update runner.
format(LogRecord) - Method in class de.lmu.ifi.dbs.elki.logging.MessageFormatter
Retrieves the message as it is set in the given LogRecord.
format(NumberFormat, StringBuffer, double, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem
Helper method for output of equations and solution.
format(double, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double d with the specified fraction digits.
format(double, NumberFormat) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double d with the specified number format.
format(double) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double d with 2 fraction digits.
format(double[], String) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double array d with the specified separator.
format(double[], String, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double array d with the specified separator and the specified fraction digits.
format(double[], NumberFormat) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double array d with the specified number format.
format(double[], String, NumberFormat) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double array d with the specified number format.
format(double[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double array d with ',' as separator and 2 fraction digits.
format(double[], int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double array d with ', ' as separator and with the specified fraction digits.
format(double[][]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the double array d with ',' as separator and 2 fraction digits.
format(double[][], String, String, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the array of double arrays d with 'the specified separators and fraction digits.
format(Double[], String, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the Double array f with the specified separator and the specified fraction digits.
format(Double[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the Double array f with ',' as separator and 2 fraction digits.
format(float[], String, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the float array f with the specified separator and the specified fraction digits.
format(float[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the float array f with ',' as separator and 2 fraction digits.
format(int[], String) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the int array a for printing purposes.
format(int[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the int array a for printing purposes.
format(Integer[], String) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the Integer array a for printing purposes.
format(Integer[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the Integer array a for printing purposes.
format(long[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the long array a for printing purposes.
format(byte[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the byte array a for printing purposes.
format(boolean[], String) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the boolean array b with ',' as separator.
format(boolean) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the boolean b.
format(BitSet, int, String) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Returns a string representation of the specified bit set.
format(int, BitSet) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Returns a string representation of the specified bit set.
format(Collection<String>, String) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Formats the String cCollection with the specified separator.
formatCSSClass(CSSClass, int, double, Object...) - Method in class de.lmu.ifi.dbs.elki.visualization.style.lines.DashedLineStyleLibrary
 
formatCSSClass(CSSClass, int, double, Object...) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.lines.LineStyleLibrary
Add the formatting statements to the given CSS class.
formatCSSClass(CSSClass, int, double, Object...) - Method in class de.lmu.ifi.dbs.elki.visualization.style.lines.SolidLineStyleLibrary
 
formatForConsole(StringBuffer, int, String, Collection<Pair<Object, Parameter<?, ?>>>) - Static method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionUtil
Format a list of options (and associated owning objects) for console help output.
formats - Static variable in class de.lmu.ifi.dbs.elki.visualization.savedialog.SVGSaveDialog
Supported file format (extensions)
formatSelector - Variable in class de.lmu.ifi.dbs.elki.visualization.savedialog.SaveOptionsPanel
 
FormatUtil - Class in de.lmu.ifi.dbs.elki.utilities
Utility methods for output formatting of various number objects
FormatUtil() - Constructor for class de.lmu.ifi.dbs.elki.utilities.FormatUtil
 
formatValue(double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
Format value according to the scales resolution (i.e. appropriate number of digits)
forwardOption(Flag) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.ListParameterization
Convenience - add a Flag option directly.
forwardOption(Parameter<?, ?>) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.ListParameterization
Convenience - add a Parameter for forwarding
FourC<O extends NumberVector<O,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
4C identifies local subgroups of data objects sharing a uniform correlation.
FourC(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.FourC
Constructor, adhering to Parameterizable
FourCPreprocessor<D extends Distance<D>,V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.preprocessing
Preprocessor for 4C local dimensionality and locally weighted matrix assignment to objects of a certain database.
FourCPreprocessor(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.preprocessing.FourCPreprocessor
Constructor, adhering to Parameterizable
FractionalSharedNearestNeighborSimilarityFunction<O extends DatabaseObject,D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.distance.similarityfunction
SharedNearestNeighborSimilarityFunction with a pattern defined to accept Strings that define a non-negative Integer.
FractionalSharedNearestNeighborSimilarityFunction(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.distance.similarityfunction.FractionalSharedNearestNeighborSimilarityFunction
Constructor, adhering to Parameterizable
frame - Variable in class de.lmu.ifi.dbs.elki.application.visualization.KNNExplorer.ExplorerWindow
 
frequentItemsets(Map<BitSet, Integer>, BitSet[], Database<BitVector>) - Method in class de.lmu.ifi.dbs.elki.algorithm.APRIORI
Returns the frequent BitSets out of the given BitSets with respect to the given database.
FullDatabaseReferencePoints<O extends NumberVector<O,?>> - Class in de.lmu.ifi.dbs.elki.utilities.referencepoints
Strategy to use the complete database as reference points.
FullDatabaseReferencePoints() - Constructor for class de.lmu.ifi.dbs.elki.utilities.referencepoints.FullDatabaseReferencePoints
Constructor, Parameterizable style.
FullDatabaseReferencePoints.DatabaseProxy - Class in de.lmu.ifi.dbs.elki.utilities.referencepoints
Proxy class to map a database ID collection to a database Object collection.
FullDatabaseReferencePoints.DatabaseProxy(Database<O>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.referencepoints.FullDatabaseReferencePoints.DatabaseProxy
Constructor.
FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator - Class in de.lmu.ifi.dbs.elki.utilities.referencepoints
Iterator class
FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator(Iterator<Integer>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.referencepoints.FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator
Constructor
func - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.LevenbergMarquardtMethod
Function to fit to
function(double[]) - Method in class de.lmu.ifi.dbs.elki.data.ParameterizationFunction
Computes the function value at alpha.

Release 0.3 (2010-03-31_1612)
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 _