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 _

P

p - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.DBOutlierDetection
Holds the value of DBOutlierDetection.P_PARAM.
p - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.LPNormDistanceFunction
Keeps the currently set p.
p - Variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTree
Parameter p.
p - Static variable in class de.lmu.ifi.dbs.elki.math.ErrorFunctions
 
p - Variable in class de.lmu.ifi.dbs.elki.math.statistics.PolynomialRegression
The order of the polynom.
P_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.DBOutlierDetection
OptionID for DBOutlierDetection.P_PARAM
P_ID - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.LPNormDistanceFunction
OptionID for LPNormDistanceFunction.P_PARAM
P_ID - Static variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTree
OptionID for MkAppTree.P_PARAM
P_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.DBOutlierDetection
Parameter to specify the minimum fraction of objects that must be outside the D- neighborhood of an outlier, Key: -dbod.p
P_PARAM - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.LPNormDistanceFunction
P parameter
P_PARAM - Variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTree
Parameter for p
pad(String, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Pad a string to a given length by adding whitespace to the right.
padRightAligned(String, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
Pad a string to a given length by adding whitespace to the left.
Page<P extends Page<P>> - Interface in de.lmu.ifi.dbs.elki.persistent
Defines the requirements for objects that can be stored in a cache and can be persistently saved.
PAGE - Static variable in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
Page
PAGE_SIZE_ID - Static variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
OptionID for TreeIndex.PAGE_SIZE_PARAM
PAGE_SIZE_PARAM - Variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Parameter to specify the size of a page in bytes, must be an integer greater than 0.
pageAccess - Variable in class de.lmu.ifi.dbs.elki.persistent.LRUCache
The number of read accesses
pageclass - Variable in class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
The type of pages we use.
PageFile<P extends Page<P>> - Class in de.lmu.ifi.dbs.elki.persistent
Abstract class implementing general methods of a PageFile.
PageFile() - Constructor for class de.lmu.ifi.dbs.elki.persistent.PageFile
Creates a new PageFile.
PageHeader - Interface in de.lmu.ifi.dbs.elki.persistent
Defines the requirements for a header of a persistent page file.
pageSize - Variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Holds the value of TreeIndex.PAGE_SIZE_PARAM.
pageSize - Variable in class de.lmu.ifi.dbs.elki.persistent.DefaultPageHeader
The size of a page in bytes.
pageSize - Variable in class de.lmu.ifi.dbs.elki.persistent.PageFile
The size of a page in Bytes.
pageSize - Variable in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
The size of a page (deap) in Bytes.
pageToByteArray(P) - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArrayPageFile
Serializes an object into a byte array.
pageToByteArray(P) - Method in class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
Serializes an object into a byte array.
Pair<FIRST,SECOND> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Generic SimplePair class.
Pair(FIRST, SECOND) - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.Pair
Initialize pair
PairCountingFMeasure - Class in de.lmu.ifi.dbs.elki.evaluation.paircounting
Compare two clustering results using a pair-counting F-Measure.
PairCountingFMeasure() - Constructor for class de.lmu.ifi.dbs.elki.evaluation.paircounting.PairCountingFMeasure
 
PairGeneratorMerge - Class in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator
Merge the output of multiple generators.
PairGeneratorMerge(PairSortedGeneratorInterface[]) - Constructor for class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorMerge
Set up merging generator.
PairGeneratorNoise - Class in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator
Generator for noise points.
PairGeneratorNoise(Cluster<?>) - Constructor for class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorNoise
Crate new generator for a base cluster object.
PairGeneratorSingleCluster - Class in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator
Generate sorted ID pairs for a Cluster.
PairGeneratorSingleCluster(Cluster<?>) - Constructor for class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorSingleCluster
Generate pairs for a hierarchical cluster.
PairSortedGenerator - Class in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator
Implement the common functionality of caching the current result in a base class.
PairSortedGenerator() - Constructor for class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairSortedGenerator
 
PairSortedGeneratorInterface - Interface in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator
Pair generator interface.
PairUtil - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Utility functions for Pair classes.
PairUtil() - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil
 
PairUtil.Compare<FIRST,SECOND> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Compare two SimplePairs based on two comparators
PairUtil.Compare(Comparator<? super FIRST>, Comparator<? super SECOND>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.Compare
Provides a comparator for an Pair based on the given Comparator for type P.
PairUtil.CompareByFirst<FIRST,SECOND> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Compare two SimplePairs based on a comparator for the first component.
PairUtil.CompareByFirst(Comparator<? super FIRST>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareByFirst
Provides a comparator for an Pair based on the given Comparator for type P.
PairUtil.CompareBySecond<FIRST,SECOND> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Compare two SimplePairs based on a comparator for the second component.
PairUtil.CompareBySecond(Comparator<? super SECOND>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareBySecond
Provides a comparator for an Pair based on the given Comparator for type P.
PairUtil.CompareNatural<FIRST extends Comparable<? super FIRST>,SECOND extends Comparable<? super SECOND>> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Class to do a "natural order" comparison on this class.
PairUtil.CompareNatural() - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareNatural
 
PairUtil.CompareNaturalFirst<FIRST extends Comparable<? super FIRST>,SECOND> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Class to do a natural comparison on this class' first component.
PairUtil.CompareNaturalFirst() - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareNaturalFirst
 
PairUtil.CompareNaturalSecond<FIRST,SECOND extends Comparable<? super SECOND>> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Class to do a natural comparison on this class' second component.
PairUtil.CompareNaturalSecond() - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareNaturalSecond
 
PairUtil.CompareNaturalSwapped<FIRST extends Comparable<? super FIRST>,SECOND extends Comparable<? super SECOND>> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Class to do a canonical swapped comparison on this class.
PairUtil.CompareNaturalSwapped() - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareNaturalSwapped
 
PairUtil.CompareSwapped<FIRST,SECOND> - Class in de.lmu.ifi.dbs.elki.utilities.pairs
Compare two SimplePairs based on two comparators, but by second component first.
PairUtil.CompareSwapped(Comparator<? super FIRST>, Comparator<? super SECOND>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.pairs.PairUtil.CompareSwapped
Provides a comparator for an Pair based on the given Comparator for type P.
palpha - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.ProgressiveEigenPairFilter
The threshold for strong eigenvectors: the strong eigenvectors explain a portion of at least alpha of the total variance.
PALPHA_PARAM - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.ProgressiveEigenPairFilter
Parameter progressive alpha.
panel - Variable in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.FileNameEditor
We need a panel to put our components on.
param - Variable in class de.lmu.ifi.dbs.elki.gui.util.DynamicParameters.Node
 
param - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ParameterFlagGlobalConstraint
Parameter possibly to be checked.
Parameter<S,T extends S> - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
Abstract class for specifying a parameter.
Parameter(OptionID, List<ParameterConstraint<S>>, T) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID, constraints, and default value.
Parameter(OptionID, List<ParameterConstraint<S>>, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID, constraints, and optional flag.
Parameter(OptionID, List<ParameterConstraint<S>>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID, and constraints.
Parameter(OptionID, ParameterConstraint<S>, T) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID, constraint, and default value.
Parameter(OptionID, ParameterConstraint<S>, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID, constraint, and optional flag.
Parameter(OptionID, ParameterConstraint<S>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID, and constraint.
Parameter(OptionID, T) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID and default value.
Parameter(OptionID, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID and optional flag.
Parameter(OptionID) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Constructs a parameter with the given optionID.
ParameterConstraint<T> - Interface in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints

Interface for specifying parameter constraints.

ParameterException - Exception in de.lmu.ifi.dbs.elki.utilities.optionhandling
Abstract super class for all exceptions thrown during parameterization.
ParameterException(String) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.ParameterException
 
ParameterException(String, Throwable) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.ParameterException
 
ParameterFlagGlobalConstraint<S,C extends S> - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Global parameter constraint describing the dependency of a parameter ( Parameter) on a given flag (Flag).
ParameterFlagGlobalConstraint(Parameter<S, C>, List<ParameterConstraint<S>>, Flag, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ParameterFlagGlobalConstraint
Constructs a global parameter constraint specifying that the testing of the parameter given for keeping the parameter constraints given is dependent on the status of the flag given.
Parameterizable - Interface in de.lmu.ifi.dbs.elki.utilities.optionhandling
Interface to define the required methods for command line interaction.
Parameterization - Interface in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization
Interface for object parameterizations.
ParameterizationFunction - Class in de.lmu.ifi.dbs.elki.data
A parameterization function describes all lines in a d-dimensional feature space intersecting in one point p.
ParameterizationFunction(double[]) - Constructor for class de.lmu.ifi.dbs.elki.data.ParameterizationFunction
Provides a new parameterization function describing all lines in a d-dimensional feature space intersecting in one point p.
ParameterizationFunction.ExtremumType - Enum in de.lmu.ifi.dbs.elki.data
Available types for the global extremum.
ParameterizationFunction.ExtremumType() - Constructor for enum de.lmu.ifi.dbs.elki.data.ParameterizationFunction.ExtremumType
 
ParameterizationFunctionLabelParser - Class in de.lmu.ifi.dbs.elki.parser
Provides a parser for parsing one point per line, attributes separated by whitespace.
ParameterizationFunctionLabelParser() - Constructor for class de.lmu.ifi.dbs.elki.parser.ParameterizationFunctionLabelParser
Provides a parser for parsing one point per line, attributes separated by whitespace.
parameterList - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.AllOrNoneMustBeSetGlobalConstraint
List of parameters to be checked
parameterNamesAndValuesToString(List<N>) - Static method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionUtil
Returns a string representation of the list of number parameters containing the names and the values of the parameters.
parameters - Variable in class de.lmu.ifi.dbs.elki.gui.minigui.MiniGUI
Parameter storage
parameters - Variable in class de.lmu.ifi.dbs.elki.gui.util.DynamicParameters
Parameter storage
parameters - Variable in class de.lmu.ifi.dbs.elki.gui.util.ParametersModel
Parameter storage
parameters - Variable in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable
The parameters we edit.
parameters - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.EqualSizeGlobalConstraint
List parameters to be tested
parameters - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.NotEqualValueGlobalConstraint
List of number parameters to be checked.
parameters - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.OneMustBeSetGlobalConstraint
List of parameters to be checked.
parameters - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.OnlyOneIsAllowedToBeSetGlobalConstraint
List of parameters to be checked.
parameters - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.ListParameterization
The actual parameters, for storage
parameters - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.SerializedParameterization
Parameter storage
ParametersModel - Class in de.lmu.ifi.dbs.elki.gui.util
A Swing TableModel that uses a DynamicParameters object as storage.
ParametersModel(DynamicParameters) - Constructor for class de.lmu.ifi.dbs.elki.gui.util.ParametersModel
Constructor
parameterTable - Variable in class de.lmu.ifi.dbs.elki.gui.minigui.MiniGUI
The parameter table
ParameterTable - Class in de.lmu.ifi.dbs.elki.gui.util
Class showing a table of ELKI parameters.
ParameterTable(ParametersModel, DynamicParameters) - Constructor for class de.lmu.ifi.dbs.elki.gui.util.ParameterTable
Constructor
ParameterTable.AdjustingEditor - Class in de.lmu.ifi.dbs.elki.gui.util
This Editor will adjust to the type of the Option: Sometimes just a plain text editor, sometimes a ComboBox to offer known choices, and sometime a file selector dialog.
ParameterTable.AdjustingEditor() - Constructor for class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.AdjustingEditor
Constructor.
ParameterTable.ColorfolRenderer - Class in de.lmu.ifi.dbs.elki.gui.util
Renderer for the table that colors the entries according to their bitmask.
ParameterTable.ColorfolRenderer() - Constructor for class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.ColorfolRenderer
Constructor.
ParameterTable.DropdownEditor - Class in de.lmu.ifi.dbs.elki.gui.util
Editor using a Dropdown box to offer known values to choose from.
ParameterTable.DropdownEditor(JComboBox) - Constructor for class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.DropdownEditor
Constructor.
ParameterTable.FileNameEditor - Class in de.lmu.ifi.dbs.elki.gui.util
Editor for selecting input and output file and folders names
ParameterTable.FileNameEditor() - Constructor for class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.FileNameEditor
Constructor.
params - Variable in class de.lmu.ifi.dbs.elki.database.MetricalIndexDatabase
Store own parameters, for partitioning.
params - Variable in class de.lmu.ifi.dbs.elki.database.SpatialIndexDatabase
Store own parameters, needed for partitioning.
params - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.LevenbergMarquardtMethod
Parameters to use in fitting
paramstry - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.LevenbergMarquardtMethod
More working buffers
parent(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap
Returns the index of the parent of the node at index k, nullIndex if k is the root.
parent - Variable in class de.lmu.ifi.dbs.elki.utilities.IterableIteratorAdapter
Parent Iterable
parent - Variable in class de.lmu.ifi.dbs.elki.visualization.batikutil.NodeAppendChild
Parent node to append to.
parentDistance - Variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeDirectoryEntry
The distance from the routing object of this entry to its parent's routing object.
parentDistance - Variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeLeafEntry
The distance from the underlying data object to its parent's routing object.
parentids - Variable in class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorSingleCluster
Ids in parent clusters
parentInCache(Deap<K, V>) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the parent of the specified deap in the cache.
parentIndex(Deap<K, V>) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the index of the parent of the specified deap in this heap.
parentIndex(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the index of the parent of the deap with the specified index in this heap.
parentPath - Variable in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPath
Path representing the parent, null if lastPathComponent represents the root.
parents - Variable in class de.lmu.ifi.dbs.elki.data.cluster.SimpleHierarchy
Storage for parents
parents - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.TrackParameters
Tree information: parent links
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.BitVectorLabelParser
 
parse(InputStream) - Method in interface de.lmu.ifi.dbs.elki.parser.DistanceParser
Returns a list of the objects parsed from the specified input stream and a list of the labels associated with the objects.
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.DoubleVectorLabelTransposingParser
 
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.meta.DoubleVectorProjectionParser
Returns as ParsingResult a projection on a selected subset of attributes.
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.meta.DoubleVectorRandomProjectionParser
Returns as ParsingResult a projection on a randomly selected subset of attributes.
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.meta.SparseFloatVectorProjectionParser
Returns as ParsingResult a projection on a selected subset of attributes.
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.meta.SparseFloatVectorRandomProjectionParser
Returns as ParsingResult a projection on a randomly selected subset of attributes.
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.NumberDistanceParser
 
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.NumberVectorLabelParser
 
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.ParameterizationFunctionLabelParser
 
parse(InputStream) - Method in interface de.lmu.ifi.dbs.elki.parser.Parser
Returns a list of the objects parsed from the specified input stream and a list of the labels associated with the objects.
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.SparseBitVectorLabelParser
 
parse(InputStream) - Method in class de.lmu.ifi.dbs.elki.parser.SparseFloatVectorLabelParser
 
parseBitSet(String) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns a new BitSet initialized to the values represented by the specified String only containing 0 and 1 values.
parseBitSet(char[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns a new BitSet initialized to the values represented by the specified char array only containing '0' and '1' values.
parseDoubles(String) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns a new Double array initialized to the values represented by the specified String and separated by comma, as performed by the valueOf method of class Double.
parseFloats(String) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns a new Float array initialized to the values represented by the specified String and separated by comma, as performed by the valueOf method of class Float.
parseLine(String) - Method in interface de.lmu.ifi.dbs.elki.parser.LinebasedParser
Parse a single line into a database object
parseLine(String) - Method in class de.lmu.ifi.dbs.elki.parser.NumberVectorLabelParser
 
parseLine(String) - Method in class de.lmu.ifi.dbs.elki.parser.SparseFloatVectorLabelParser
 
parser - Variable in class de.lmu.ifi.dbs.elki.database.connection.InputStreamDatabaseConnection
Holds the instance of the parser specified by InputStreamDatabaseConnection.PARSER_PARAM.
parser - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedDoubleDistanceFunction
 
parser - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedFloatDistanceFunction
 
Parser<O extends DatabaseObject> - Interface in de.lmu.ifi.dbs.elki.parser
A Parser shall provide a ParsingResult by parsing an InputStream.
PARSER_ID - Static variable in class de.lmu.ifi.dbs.elki.database.connection.InputStreamDatabaseConnection
OptionID for InputStreamDatabaseConnection.PARSER_PARAM
PARSER_ID - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedDoubleDistanceFunction
OptionID for FileBasedDoubleDistanceFunction.PARSER_PARAM
PARSER_ID - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedFloatDistanceFunction
OptionID for FileBasedFloatDistanceFunction.PARSER_PARAM
PARSER_PARAM - Variable in class de.lmu.ifi.dbs.elki.database.connection.InputStreamDatabaseConnection
Parameter to specify the parser to provide a database, must extend Parser.
PARSER_PARAM - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedDoubleDistanceFunction
Optional parameter to specify the parsers to provide a database, must extend DistanceParser.
PARSER_PARAM - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedFloatDistanceFunction
Optional parameter to specify the parsers to provide a database, must extend DistanceParser.
parsers - Variable in class de.lmu.ifi.dbs.elki.database.connection.MultipleFileBasedDatabaseConnection
Holds the instances of the parsers specified by MultipleFileBasedDatabaseConnection.PARSERS_PARAM.
PARSERS_ID - Static variable in class de.lmu.ifi.dbs.elki.database.connection.MultipleFileBasedDatabaseConnection
OptionID for MultipleFileBasedDatabaseConnection.PARSERS_PARAM
PARSERS_PARAM - Variable in class de.lmu.ifi.dbs.elki.database.connection.MultipleFileBasedDatabaseConnection
Optional parameter to specify the parsers to provide a database, must extend Parser.
parseSelectedBits(BitSet, String) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns a string that represents the selected bits of the specified BitSet, while the first bit starts with 1.
parseString(String) - Method in class de.lmu.ifi.dbs.elki.distance.BitDistance
 
parseString(String) - Method in interface de.lmu.ifi.dbs.elki.distance.Distance
Provides a measurement suitable to this measurement function based on the given pattern.
parseString(String) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PCACorrelationDistance
Provides a distance suitable to this DistanceFunction based on the given pattern.
parseString(String) - Method in class de.lmu.ifi.dbs.elki.distance.DoubleDistance
As pattern is required a String defining a Double.
parseString(String) - Method in class de.lmu.ifi.dbs.elki.distance.FloatDistance
As pattern is required a String defining a Float.
parseString(String) - Method in class de.lmu.ifi.dbs.elki.distance.IntegerDistance
 
parseString(String) - Method in class de.lmu.ifi.dbs.elki.distance.PreferenceVectorBasedCorrelationDistance
 
parseString(String) - Method in class de.lmu.ifi.dbs.elki.distance.SubspaceDistance
 
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassListParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DistanceParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DoubleListParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DoubleParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileListParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Flag
 
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.IntListParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.IntParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.LongParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ObjectListParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ObjectParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.StringParameter
Parse a given value into the destination type.
parseValue(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.VectorListParameter
Parse a given value into the destination type.
parseVector(String) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Parse a string into a vector.
ParsingResult<O extends DatabaseObject> - Class in de.lmu.ifi.dbs.elki.parser
Provides a list of database objects and labels associated with these objects.
ParsingResult(List<Pair<O, List<String>>>) - Constructor for class de.lmu.ifi.dbs.elki.parser.ParsingResult
Provides a list of database objects and labels associated with these objects.
partition(List<Integer>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
 
partition(Map<Integer, List<Integer>>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
 
partition(Map<Integer, List<Integer>>, Class<? extends Database<O>>, Collection<Pair<OptionID, Object>>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
 
partition(Map<Integer, List<Integer>>, Class<? extends Database<O>>, Collection<Pair<OptionID, Object>>) - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns a Map of partition IDs to Databases of the specified class according to the specified Map of partition IDs to Lists of IDs.
partition(Map<Integer, List<Integer>>) - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns a Map of partition IDs to Databases according to the specified Map of partition IDs to Lists of IDs.
partition(List<Integer>) - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns a partition of this database according to the specified Lists of IDs.
partition(List<N>, int, int, BulkSplit.Strategy) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.BulkSplit
Partitions the specified feature vectors according to the chosen strategy.
PARTITION_ALGORITHM_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
OptionID for COPAC.PARTITION_ALGORITHM_PARAM
PARTITION_ALGORITHM_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Parameter to specify the clustering algorithm to apply to each partition, must extend ClusteringAlgorithm.
PARTITION_DB_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
OptionID for {#PARTITION_DB_PARAM}
PARTITION_DB_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Parameter to specify the database class for each partition, must extend Database.
PARTITION_DISTANCE_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
OptionID for COPAC.PARTITION_DISTANCE_PARAM
PARTITION_DISTANCE_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Parameter to specify the distance function to use inside the partitions AbstractPreprocessorBasedDistanceFunction .
partitionAlgorithm - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Holds the instance of the partitioning algorithm specified by COPAC.PARTITION_ALGORITHM_PARAM.
partitionDatabase - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Holds the instance of the partition database specified by COPAC.PARTITION_DB_PARAM.
partitionDatabaseParameters - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Holds the parameters of the partition databases.
partitionDistanceFunction - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Holds the instance of the preprocessed distance function COPAC.PARTITION_DISTANCE_PARAM.
PartitionsFromClustering - Class in de.lmu.ifi.dbs.elki.database
This class derives a database partitioning based on a clustering result.
PartitionsFromClustering() - Constructor for class de.lmu.ifi.dbs.elki.database.PartitionsFromClustering
 
PATH_CUBIC_TO_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) cubic line to command.
PATH_HORIZONTAL_LINE_TO_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) horizontal line to command.
PATH_LINE_TO_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) line to command.
PATH_MOVE_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) move command.
PATH_QUAD_TO_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) quadratic interpolation to command.
PATH_SMOOTH_CUBIC_TO - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The absolute "smooth cubic to" SVG path command (missing from SVGConstants).
PATH_SMOOTH_CUBIC_TO_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) smooth cubic to command.
PATH_SMOOTH_QUAD_TO_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) smooth quadratic interpolation to command.
PATH_VERTICAL_LINE_TO_RELATIVE - Static variable in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPath
The lower case version (relative) vertical line to command.
pathByAddingChild(TreeIndexPathComponent<E>) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPath
Returns a new path containing all the elements of this object plus child.
pathComponent - Variable in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util.Enlargement
The path information of the entry representing the node.
pattern - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalDistanceFunctionPatternConstraint
Deprecated. Pattern parameter to be checked for validity.
PatternParameter - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
Parameter class for a parameter specifying a pattern.
PatternParameter(OptionID, List<ParameterConstraint<Pattern>>, Pattern) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, List<ParameterConstraint<Pattern>>, String) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, List<ParameterConstraint<Pattern>>, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, List<ParameterConstraint<Pattern>>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, ParameterConstraint<Pattern>, Pattern) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, ParameterConstraint<Pattern>, String) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, ParameterConstraint<Pattern>, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, ParameterConstraint<Pattern>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, constraints and default value.
PatternParameter(OptionID, Pattern) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, and default value.
PatternParameter(OptionID, String) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID, and default value.
PatternParameter(OptionID, boolean) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID.
PatternParameter(OptionID) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
Constructs a pattern parameter with the given optionID.
pbarmap - Variable in class de.lmu.ifi.dbs.elki.gui.util.LogPanel
Current progress bars
pca - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
The PCA utility object.
pca - Variable in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
Holds the object performing the pca.
pca - Variable in class de.lmu.ifi.dbs.elki.preprocessing.FourCPreprocessor
The Filtered PCA Runner
pca - Variable in class de.lmu.ifi.dbs.elki.preprocessing.LocalPCAPreprocessor
PCA utility object.
PCA_COVARIANCE_MATRIX - Static variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
OptionID for PCARunner.COVARIANCE_PARAM
PCA_DISTANCE_ID - Static variable in class de.lmu.ifi.dbs.elki.preprocessing.LocalPCAPreprocessor
OptionID for LocalPCAPreprocessor.PCA_DISTANCE_PARAM
PCA_DISTANCE_PARAM - Variable in class de.lmu.ifi.dbs.elki.preprocessing.LocalPCAPreprocessor
Parameter to specify the distance function used for running PCA.
PCA_EIGENPAIR_FILTER - Static variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner
OptionID for PCAFilteredRunner.EIGENPAIR_FILTER_PARAM
PCABasedCorrelationDistanceFunction<V extends NumberVector<V,?>,P extends LocalPCAPreprocessor<V>> - Class in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
Provides the correlation distance for real valued vectors.
PCABasedCorrelationDistanceFunction(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.PCABasedCorrelationDistanceFunction
Constructor, adhering to Parameterizable
PCACorrelationDistance - Class in de.lmu.ifi.dbs.elki.distance.distancefunction
The correlation distance is a special Distance that indicates the dissimilarity between correlation connected objects.
PCACorrelationDistance() - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.PCACorrelationDistance
Empty constructor for serialization purposes.
PCACorrelationDistance(int, double) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.PCACorrelationDistance
Constructs a new CorrelationDistance object consisting of the specified correlation value and euclidean value.
pcaDistanceFunction - Variable in class de.lmu.ifi.dbs.elki.preprocessing.LocalPCAPreprocessor
Holds the instance of the distance function specified by LocalPCAPreprocessor.PCA_DISTANCE_PARAM.
PCAFilteredResult - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
Result class for a filtered PCA.
PCAFilteredResult(SortedEigenPairs, FilteredEigenPairs, double, double) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
Construct a result object for the filtered PCA result.
PCAFilteredRunner<V extends NumberVector<V,?>,D extends NumberDistance<D,?>> - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
PCA runner that will do dimensionality reduction.
PCAFilteredRunner(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner
Constructor, adhering to Parameterizable
pcaParameters(int) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ERiC
Returns the parameters for the PCA for the specified correlation dimension.
pcaresult - Variable in class de.lmu.ifi.dbs.elki.data.model.CorrelationModel
The computed PCA result of this cluster.
PCAResult - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
Result class for Principal Component Analysis with some convenience methods
PCAResult(double[], Matrix, SortedEigenPairs) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAResult
Build a PCA result object.
PCAResult(SortedEigenPairs) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAResult
Build a PCA result from an existing set of EigenPairs.
PCARunner<V extends NumberVector<V,?>,D extends NumberDistance<D,?>> - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
Class to run PCA on given data.
PCARunner(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
Constructor, adhering to Parameterizable
pDelta - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.LCSSDistanceFunction
Keeps the currently set pDelta.
PDELTA_ID - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.LCSSDistanceFunction
OptionID for LCSSDistanceFunction.PDELTA_PARAM
PDELTA_PARAM - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.LCSSDistanceFunction
PDELTA parameter
pearsonCorrelationCoefficient(NumberVector<V, ?>, NumberVector<V, ?>) - Static method in class de.lmu.ifi.dbs.elki.math.MathUtil
Provides the Pearson product-moment correlation coefficient for two FeatureVectors.
PearsonCorrelationDistanceFunction<V extends NumberVector<V,N>,N extends Number> - Class in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
Pearson correlation distance function for feature vectors.
PearsonCorrelationDistanceFunction() - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.PearsonCorrelationDistanceFunction
Provides a PearsonCorrelationDistanceFunction.
pEpsilon - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.LCSSDistanceFunction
Keeps the currently set pEpsilon.
PEPSILON_ID - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.LCSSDistanceFunction
OptionID for LCSSDistanceFunction.PEPSILON_PARAM
PEPSILON_PARAM - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.LCSSDistanceFunction
PEPSILON parameter
percentage - Variable in class de.lmu.ifi.dbs.elki.algorithm.KNNDistanceOrder
Holds the value of KNNDistanceOrder.PERCENTAGE_PARAM.
PERCENTAGE_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.KNNDistanceOrder
OptionID for KNNDistanceOrder.PERCENTAGE_PARAM
PERCENTAGE_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.KNNDistanceOrder
Parameter to specify the average percentage of distances randomly choosen to be provided in the result, must be a double greater than 0 and less than or equal to 1.
PercentageEigenPairFilter - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
The PercentageEigenPairFilter sorts the eigenpairs in descending order of their eigenvalues and marks the first eigenpairs, whose sum of eigenvalues is higher than the given percentage of the sum of all eigenvalues as strong eigenpairs.
PercentageEigenPairFilter(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PercentageEigenPairFilter
Constructor, adhering to Parameterizable
perimeter() - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
Computes the perimeter of this HyperBoundingBox.
permutePivot(IntIntPair, IntIntPair) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem
permutes two matrix rows and two matrix columns
PersistentHeap<K extends Comparable<K> & Serializable,V extends Identifiable & Serializable> - Class in de.lmu.ifi.dbs.elki.utilities.heap
Persistent implementation of a heap-based priority queue.
PersistentHeap(int, int, int) - Constructor for class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Creates a new persistent heap with the specified parameters.
PersistentHeap(String, int, int, int) - Constructor for class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Creates a new persistent heap with the specified parameters.
PersistentPageFile<P extends Page<P>> - Class in de.lmu.ifi.dbs.elki.persistent
A PersistentPageFile stores objects persistently that implement the Page interface.
PersistentPageFile(PageHeader, long, Cache<P>, String, Class<? extends P>) - Constructor for class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
Creates a new PersistentPageFile from an existing file.
phi(double) - Static method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.NormalDistribution
Standardized Gaussian PDF
phi(double, double, double) - Static method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.NormalDistribution
Gaussian distribution PDF
pi - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.SLINK
The values of the function Pi of the pointer representation.
piv - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
Internal storage of pivot vector.
pivotOperation(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem
performs a pivot operation
pivsign - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
Row and column dimensions, and pivot sign.
plaintextEditor - Variable in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.AdjustingEditor
The plain text cell editor
plot - Variable in class de.lmu.ifi.dbs.elki.application.visualization.KNNExplorer.ExplorerWindow
 
plot - Variable in class de.lmu.ifi.dbs.elki.visualization.batikutil.JSVGSynchronizedCanvas
Current SVG plot.
plot - Variable in class de.lmu.ifi.dbs.elki.visualization.batikutil.NodeAppendChild
The plot (for ID updates).
plot - Variable in class de.lmu.ifi.dbs.elki.visualization.batikutil.NodeReplacer
 
plot - Variable in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
The Optics plot.
PLOT - Static variable in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
Plot
plotlayer - Variable in class de.lmu.ifi.dbs.elki.visualization.gui.overview.OverviewPlot
Layer for plot thumbnail
plotmap - Variable in class de.lmu.ifi.dbs.elki.visualization.gui.overview.OverviewPlot
Map of coordinates to plots.
PlotMap<NV> - Class in de.lmu.ifi.dbs.elki.visualization.gui.overview
Manage the Overview plot canvas.
PlotMap() - Constructor for class de.lmu.ifi.dbs.elki.visualization.gui.overview.PlotMap
Constructor.
plotMarker(SVGPlot, Element, double, double, int, double) - Method in class de.lmu.ifi.dbs.elki.visualization.svg.PrettyMarkers
Draw an marker used in scatter plots.
plotSeries(int, int) - Method in class de.lmu.ifi.dbs.elki.application.visualization.KNNExplorer.ExplorerWindow
Plot a single time series.
plus(N) - Method in interface de.lmu.ifi.dbs.elki.data.Arithmetic
Adds the given number to this number.
plus(BitVector) - Method in class de.lmu.ifi.dbs.elki.data.BitVector
Returns a bit vector corresponding to an XOR operation on this and the specified bit vector.
plus(DoubleVector) - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
 
plus(FloatVector) - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
 
plus(V) - Method in interface de.lmu.ifi.dbs.elki.data.NumberVector
Returns a new NumberVector of V that is the sum of this NumberVector of V and the given NumberVector of V.
plus(RationalNumber) - Method in class de.lmu.ifi.dbs.elki.data.RationalNumber
 
plus(SparseFloatVector) - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
 
plus(BitDistance) - Method in class de.lmu.ifi.dbs.elki.distance.BitDistance
 
plus(D) - Method in interface de.lmu.ifi.dbs.elki.distance.Distance
Returns a new distance as sum of this distance and the given distance.
plus(PCACorrelationDistance) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PCACorrelationDistance
 
plus(DoubleDistance) - Method in class de.lmu.ifi.dbs.elki.distance.DoubleDistance
 
plus(FloatDistance) - Method in class de.lmu.ifi.dbs.elki.distance.FloatDistance
 
plus(IntegerDistance) - Method in class de.lmu.ifi.dbs.elki.distance.IntegerDistance
 
plus(PreferenceVectorBasedCorrelationDistance) - Method in class de.lmu.ifi.dbs.elki.distance.PreferenceVectorBasedCorrelationDistance
 
plus(SubspaceDistance) - Method in class de.lmu.ifi.dbs.elki.distance.SubspaceDistance
 
plus(Matrix) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
C = A + B
plus(Vector) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
Returns a new vector which is the result of this vector plus the specified vector.
plusEquals(Matrix) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
A = A + B
points - Variable in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
The generated cluster points.
points - Variable in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
Cluster points
PolynomialApproximation - Class in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Provides an polynomial approximation bo + b1*k + b2*k^2 + ... + bp*k^p for knn-distances consisting of parameters b0, ..., bp.
PolynomialApproximation() - Constructor for class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.PolynomialApproximation
Empty constructor for serialization purposes.
PolynomialApproximation(double[]) - Constructor for class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.PolynomialApproximation
Provides an polynomial approximation bo + b1*k + b2*k^2 + ... + bp*k^p for knn-distances consisting of parameters b0, ..., bp.
PolynomialKernelFunction<O extends NumberVector<O,?>> - Class in de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel
Provides a polynomial Kernel function that computes a similarity between the two feature vectors V1 and V2 defined by (V1^T*V2)^degree.
PolynomialKernelFunction(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.PolynomialKernelFunction
Constructor, adhering to Parameterizable
PolynomialRegression - Class in de.lmu.ifi.dbs.elki.math.statistics
A polynomial fit is a specific type of multiple regression.
PolynomialRegression(Vector, Vector, int) - Constructor for class de.lmu.ifi.dbs.elki.math.statistics.PolynomialRegression
Provides a new polynomial regression model with the specified parameters.
pos - Variable in class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorNoise
Current position.
pos - Variable in class de.lmu.ifi.dbs.elki.utilities.Util.MaskedArrayList.InvItr
Next unset position.
pos - Variable in class de.lmu.ifi.dbs.elki.utilities.Util.MaskedArrayList.Itr
Next position.
pos1 - Variable in class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorSingleCluster
Position in first set
pos2 - Variable in class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorSingleCluster
Position in second set
positive_class_name - Variable in class de.lmu.ifi.dbs.elki.evaluation.histogram.ComputeOutlierHistogram
Stores the "positive" class.
positive_class_name - Variable in class de.lmu.ifi.dbs.elki.evaluation.roc.ComputeROCCurve
Stores the "positive" class.
POSITIVE_CLASS_NAME_ID - Static variable in class de.lmu.ifi.dbs.elki.evaluation.histogram.ComputeOutlierHistogram
OptionID for ComputeOutlierHistogram.POSITIVE_CLASS_NAME_PARAM
POSITIVE_CLASS_NAME_ID - Static variable in class de.lmu.ifi.dbs.elki.evaluation.roc.ComputeROCCurve
OptionID for ComputeROCCurve.POSITIVE_CLASS_NAME_PARAM
POSITIVE_CLASS_NAME_PARAM - Variable in class de.lmu.ifi.dbs.elki.evaluation.histogram.ComputeOutlierHistogram
The object pattern to identify positive classes Key: -comphist.positive
POSITIVE_CLASS_NAME_PARAM - Variable in class de.lmu.ifi.dbs.elki.evaluation.roc.ComputeROCCurve
The pattern to identify positive classes.
postDelete(O) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
Throws an UnsupportedOperationException since deletion of objects is not yet supported by an M-Tree.
postDelete(O) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTree
Performs necessary operations after deleting the specified object.
postDelete(O) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
Performs necessary operations after deleting the specified object.
postDelete(O) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTree
Performs necessary operations after deleting the specified object.
postDelete(O) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Performs necessary operations after deleting the specified object.
PQNode<D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util
Encapsulates the attributes for a object that can be stored in a heap.
PQNode() - Constructor for class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.PQNode
Empty constructor for serialization purposes.
PQNode(D, Integer, Integer) - Constructor for class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.PQNode
Creates a new heap node with the specified parameters.
PREDECESSOR_ID - Static variable in class de.lmu.ifi.dbs.elki.result.ClusterOrderResult
Predecessor ID for reachability distance.
predecessorID - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS.COEntry
The id of the entry's predecessor.
predecessorID - Variable in class de.lmu.ifi.dbs.elki.result.ClusterOrderEntry
The id of the entry's predecessor.
PreDeCon<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace

PreDeCon computes clusters of subspace preference weighted connected points.

PreDeCon(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PreDeCon
Constructor, adhering to Parameterizable
PreDeConPreprocessor<D extends Distance<D>,V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.preprocessing
Preprocessor for PreDeCon local dimensionality and locally weighted matrix assignment to objects of a certain database.
PreDeConPreprocessor(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.preprocessing.PreDeConPreprocessor
Constructor, adhering to Parameterizable
PREFERENCE_VECTOR - Static variable in class de.lmu.ifi.dbs.elki.database.AssociationID
The association id to associate a preference vector.
PreferenceVectorBasedCorrelationDistance - Class in de.lmu.ifi.dbs.elki.distance
A PreferenceVectorBasedCorrelationDistance holds additionally to the CorrelationDistance the common preference vector of the two objects defining the distance.
PreferenceVectorBasedCorrelationDistance() - Constructor for class de.lmu.ifi.dbs.elki.distance.PreferenceVectorBasedCorrelationDistance
Empty constructor for serialization purposes.
PreferenceVectorBasedCorrelationDistance(int, int, double, BitSet) - Constructor for class de.lmu.ifi.dbs.elki.distance.PreferenceVectorBasedCorrelationDistance
Constructs a new CorrelationDistance object.
PreferenceVectorPreprocessor<O extends DatabaseObject> - Interface in de.lmu.ifi.dbs.elki.preprocessing
Marker interface for preprocessors computing preference vectors.
prefix - Variable in class de.lmu.ifi.dbs.elki.utilities.InspectionUtil.DirClassIterator
 
prefix - Variable in class de.lmu.ifi.dbs.elki.visualization.svg.PrettyMarkers
Prefix for the IDs generated.
prefix - Variable in class de.lmu.ifi.dbs.elki.visualization.svg.Thumbnailer
Prefix storage.
preInsert(MkAppEntry<D, N>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTree
Performs necessary operations before inserting the specified entry.
preInsert(MkCoPEntry<D, N>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTree
Performs necessary operations before inserting the specified entry.
preInsert(MkMaxEntry<D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTree
Adapts the knn distances before insertion of the specified entry.
preInsert(MkMaxEntry<D>, MkMaxEntry<D>, KNNList<D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTree
Adapts the knn distances before insertion of entry q.
preInsert(MkTabEntry<D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTree
 
preInsert(MTreeEntry<D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTree
Does nothing because no operations are necessary before inserting an entry.
preInsert(DeLiCluEntry) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTree
Performs necessary operations before inserting the specified entry.
preInsert(RdKNNEntry<D, N>) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
Performs necessary operations before inserting the specified entry.
preInsert(RdKNNEntry<D, N>, RdKNNEntry<D, N>, KNNList<D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
Adapts the knn distances before insertion of entry q.
preInsert(SpatialEntry) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTree
Performs necessary operations before inserting the specified entry.
preInsert(E) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Performs necessary operations before inserting the specified entry.
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MinusLogGammaScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MinusLogStandardDeviationScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MultiplicativeInverseScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierGammaScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierLinearScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierMinusLogScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in interface de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierScalingFunction
Prepare is called once for each data set, before getScaled() will be called.
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierSqrtScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SqrtStandardDeviationScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.StandardDeviationScaling
 
prepare(Database<?>, Result, OutlierResult) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.TopKOutlierScaling
 
prependResult(Result) - Method in class de.lmu.ifi.dbs.elki.result.MultiResult
Insert a new result at the beginning of the results list
preprocessor - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Holds the instance of preprocessor specified by COPAC.PREPROCESSOR_PARAM .
Preprocessor<O extends DatabaseObject> - Interface in de.lmu.ifi.dbs.elki.preprocessing
Defines the requirements for classes that do some preprocessing steps for objects of a certain database.
preprocessor - Variable in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Holds the instance of the preprocessor specified by PreprocessorHandler.PREPROCESSOR_PARAM.
preprocessor1 - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
Preprocessor Step 1
preprocessor2 - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
Preprocessor Step 2
PREPROCESSOR_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
OptionID for COPAC.PREPROCESSOR_PARAM
PREPROCESSOR_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
OptionID for LoOP.PREPROCESSOR_PARAM
PREPROCESSOR_ID - Static variable in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
OptionID for PreprocessorHandler.PREPROCESSOR_PARAM
PREPROCESSOR_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
Parameter to specify the local PCA preprocessor to derive partition criterion, must extend LocalPCAPreprocessor.
PREPROCESSOR_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
The preprocessor used to materialize the kNN neighborhoods.
PREPROCESSOR_PARAM - Variable in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Parameter to specify the preprocessor to be used, must extend at least Preprocessor.
PreprocessorBasedDistanceFunction<O extends DatabaseObject,P extends Preprocessor<O>,D extends Distance<D>> - Interface in de.lmu.ifi.dbs.elki.distance.distancefunction
Interface to mark preprocessor based distance functions.
PreprocessorBasedMeasurementFunction<O extends DatabaseObject,P extends Preprocessor<O>,D extends Distance<D>> - Interface in de.lmu.ifi.dbs.elki.distance
Describes the requirements of any measurement function (e.g. distance function or similarity function) needing a preprocessor running on a database.
preprocessorClass() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.FourC
 
preprocessorClass() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.ProjectedDBSCAN
Returns the class actually used as VarianceAnalysisPreprocessor.
preprocessorClass() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PreDeCon
 
PreprocessorClient<P extends Preprocessor<O>,O extends DatabaseObject> - Interface in de.lmu.ifi.dbs.elki.preprocessing
Interface defining the requirements for classes using a PreprocessorHandler to run a preprocessor on a certain database.
preprocessorcompare - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
Preprocessor Step 1
preprocessorHandler - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractLocallyWeightedDistanceFunction
The handler class for the preprocessor.
preprocessorHandler - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPreprocessorBasedDistanceFunction
The handler class for the preprocessor.
preprocessorHandler - Variable in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPreprocessorBasedSimilarityFunction
The handler class for the preprocessor.
PreprocessorHandler<O extends DatabaseObject,P extends Preprocessor<O>> - Class in de.lmu.ifi.dbs.elki.preprocessing
Handler class for all objects (e.g. distance functions) using a preprocessor running on a certain database.
PreprocessorHandler(Parameterization, PreprocessorClient<P, O>) - Constructor for class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Constructor, supporting Parameterizable
preprocessorref - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
Preprocessor Step 2
preScale(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MinusLogGammaScaling
 
preScale(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierGammaScaling
Normalize data if necessary.
PrettyMarkers - Class in de.lmu.ifi.dbs.elki.visualization.svg
Marker library achieving a larger number of styles by combining different shapes with different colors.
PrettyMarkers(String, StyleLibrary) - Constructor for class de.lmu.ifi.dbs.elki.visualization.svg.PrettyMarkers
Constructor
PrettyMarkers(StyleLibrary) - Constructor for class de.lmu.ifi.dbs.elki.visualization.svg.PrettyMarkers
Constructor without prefix argument, will use PrettyMarkers.DEFAULT_PREFIX as prefix.
PrettyMarkers(String) - Constructor for class de.lmu.ifi.dbs.elki.visualization.svg.PrettyMarkers
Constructor without a a ColorLibrary, will use a default PropertiesBasedStyleLibrary as style library.
PrettyMarkers() - Constructor for class de.lmu.ifi.dbs.elki.visualization.svg.PrettyMarkers
Constructor without arguments, will use PrettyMarkers.DEFAULT_PREFIX as prefix and a default PropertiesBasedStyleLibrary as style library.
print(int, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Print the matrix to stdout.
print(PrintWriter, int, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Print the matrix to the output stream.
print(NumberFormat, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Print the matrix to stdout.
print(PrintWriter, NumberFormat, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Print the matrix to the output stream.
print(List<O>, String, PrintStream) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Prints the given list to the specified PrintStream.
printDescription(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.application.AbstractApplication
Print the description for the given parameter
printErrorMessage(Exception) - Static method in class de.lmu.ifi.dbs.elki.application.AbstractApplication
Print an error message for the given error.
println(StringBuffer, int, String, String) - Static method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionUtil
Simple writing helper with no indentation.
printObject(TextWriterStream, O, List<Pair<String, Object>>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
 
printSettings(Database<O>, TextWriterStream, List<SettingsResult>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
Writes a header providing information concerning the underlying database and the specified parameter-settings.
priority() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the priority of this interval (used as key in the heap).
privateReconfigureLogging(String, String) - Method in class de.lmu.ifi.dbs.elki.logging.LoggingConfiguration
Reconfigure logging.
ProbabilisticOutlierScore - Class in de.lmu.ifi.dbs.elki.result.outlier
Outlier score that is a probability value in the range 0.0 - 1.0 But the baseline may be different from 0.0!
ProbabilisticOutlierScore() - Constructor for class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
Default constructor.
ProbabilisticOutlierScore(double) - Constructor for class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
Constructor with baseline only.
ProbabilisticOutlierScore(double, double) - Constructor for class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
Constructor with actual values, and a baseline of 0.0
ProbabilisticOutlierScore(double, double, double) - Constructor for class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
Full constructor.
probClusterIGivenX - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.EM
Store the individual probabilities, for use by EMOutlierDetection etc.
process(double[], double, double, KernelDensityFunction, int) - Method in class de.lmu.ifi.dbs.elki.math.statistics.KernelDensityEstimator
Process a new array
processCovarMatrix(Matrix) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner
Process an existing Covariance Matrix
processCovarMatrix(Matrix) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
Process an existing covariance Matrix
processDatabase(Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.CovarianceMatrixBuilder
Compute Covariance Matrix for a complete database
processDatabase(Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
Run PCA on the complete database
processDatabase(Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.StandardCovarianceMatrixBuilder
Compute Covariance Matrix for a complete database
processDataPages(N, N, HashMap<Integer, KNNList<D>>, D) - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNJoin
Processes the two data pages pr and ps and determines the k-nearest neighbors of pr in ps.
processed - Variable in class de.lmu.ifi.dbs.elki.logging.progress.AbstractProgress
The number of items already processed at a time being.
processedIDs - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.CASH
Holds a set of processed ids.
processedIDs - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.DBSCAN
Holds a set of processed ids.
processedIDs - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
Holds a set of processed ids.
processedIDs - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.ProjectedDBSCAN
Holds a set of processed ids.
processedIDs - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
Holds a set of processed ids.
processElementClipping(GeneratorSingleCluster, Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'clipping' Element in the XML stream.
processElementCluster(Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'cluster' Element in the XML stream.
processElementDataset(Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'dataset' Element in the XML stream.
processElementNormal(GeneratorSingleCluster, Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'normal' Element in the XML stream.
processElementPoint(LinkedList<Vector>, Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Parse a 'point' element (point vector for a static cluster)
processElementRotate(GeneratorSingleCluster, Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'rotate' Element in the XML stream.
processElementStatic(Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'static' cluster Element in the XML stream.
processElementTranslate(GeneratorSingleCluster, Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'translate' Element in the XML stream.
processElementUniform(GeneratorSingleCluster, Node) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
Process a 'uniform' Element in the XML stream.
processEVD(EigenvalueDecomposition) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner
Process an existing eigenvalue decomposition
processEVD(EigenvalueDecomposition) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
Process an existing eigenvalue decomposition
processIds(Collection<Integer>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.CovarianceMatrixBuilder
Compute Covariance Matrix for a collection of database IDs
processIds(Collection<Integer>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.KernelCovarianceMatrixBuilder
Returns the local kernel matrix of the specified ids.
processIds(Collection<Integer>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner
Run PCA on a collection of database IDs
processIds(Collection<Integer>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
Run PCA on a collection of database IDs
processIds(Collection<Integer>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.StandardCovarianceMatrixBuilder
Compute Covariance Matrix for a collection of database IDs
processIds(Collection<Integer>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder
Weighted Covariance Matrix for a set of IDs.
processQueryResult(Collection<DistanceResultPair<D>>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner
Run PCA on a QueryResult Collection
processQueryResult(Collection<DistanceResultPair<D>>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
Run PCA on a QueryResult Collection
processQueryResults(Collection<DistanceResultPair<D>>, Database<V>, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.CovarianceMatrixBuilder
Compute Covariance Matrix for a QueryResult Collection By default it will just collect the ids and run processIds
processQueryResults(Collection<DistanceResultPair<D>>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.CovarianceMatrixBuilder
Compute Covariance Matrix for a QueryResult Collection By default it will just collect the ids and run processIds
processQueryResults(Collection<DistanceResultPair<D>>, Database<V>, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder
Compute Covariance Matrix for a QueryResult Collection By default it will just collect the ids and run processIds
processResult(Database<O>, R) - Method in class de.lmu.ifi.dbs.elki.result.DiscardResultHandler
Process the result... by discarding
processResult(Database<O>, R) - Method in interface de.lmu.ifi.dbs.elki.result.ResultHandler
Process a result.
processResult(Database<O>, Result) - Method in class de.lmu.ifi.dbs.elki.result.ResultWriter
Process a single result.
processResult(Database<DatabaseObject>, Result) - Method in class de.lmu.ifi.dbs.elki.visualization.gui.ResultVisualizer
 
processResult(Database<? extends DatabaseObject>, MultiResult) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.VisualizersForResult
Process a particular result.
PROCLUS<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace

Provides the PROCLUS algorithm, an algorithm to find subspace clusters in high dimensional spaces.

PROCLUS(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
Constructor, adhering to Parameterizable
PROCLUS.PROCLUSCluster - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
Encapsulates the attributes of a cluster.
PROCLUS.PROCLUSCluster(Set<Integer>, Set<Integer>, V) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS.PROCLUSCluster
Provides a new cluster with the specified parameters.
progress(Progress) - Method in class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
Log a PROGRESS message.
progress(Progress) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
Log a Progress object.
Progress - Interface in de.lmu.ifi.dbs.elki.logging.progress
Generic Progress logging interface.
progress - Variable in class de.lmu.ifi.dbs.elki.logging.progress.ProgressLogRecord
Progress storage
progresses - Variable in class de.lmu.ifi.dbs.elki.logging.progress.ProgressTracker
Set of potentially active progresses.
progressiveApproximation - Variable in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPLeafEntry
The progressive approximation.
ProgressiveEigenPairFilter - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
The ProgressiveEigenPairFilter sorts the eigenpairs in descending order of their eigenvalues and marks the first eigenpairs, whose sum of eigenvalues is higher than the given percentage of the sum of all eigenvalues as strong eigenpairs.
ProgressiveEigenPairFilter(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.ProgressiveEigenPairFilter
Constructor, adhering to Parameterizable
progressiveKnnDistanceApproximation(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTreeNode
Determines and returns the progressive approximation for the knn distances of this node as the maximum of the progressive approximations of all entries.
ProgressLogRecord - Class in de.lmu.ifi.dbs.elki.logging.progress
Log record for progress messages.
ProgressLogRecord(Level, Progress) - Constructor for class de.lmu.ifi.dbs.elki.logging.progress.ProgressLogRecord
Constructor for progress log messages.
ProgressTracker - Class in de.lmu.ifi.dbs.elki.logging.progress
Class to keep track of "alive" progresses.
ProgressTracker() - Constructor for class de.lmu.ifi.dbs.elki.logging.progress.ProgressTracker
 
proj - Variable in class de.lmu.ifi.dbs.elki.visualization.gui.overview.VisualizationProjectedInfo
Projection to use in this visualization.
proj - Variable in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Affine transformation used in projection
project(Matrix, ParameterizationFunction) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.CASH
Projects the specified parameterization function into the subspace described by the given basis.
project(DoubleVector, BitSet) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Provides a new DoubleVector as a projection on the specified attributes.
project(SparseFloatVector, BitSet) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Provides a new SparseFloatVector as a projection on the specified attributes.
projectDataToRenderSpace(NumberVector<?, ?>) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a data vector from data space to rendering space.
projectDataToRenderSpace(double[]) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a data vector from data space to rendering space.
projectDataToScaledSpace(NumberVector<?, ?>) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a data vector from data space to scaled space.
projectDataToScaledSpace(double[]) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a data vector from data space to scaled space.
ProjectedClustering<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
Abstract superclass for projected clustering algorithms, like PROCLUS and ORCLUS.
ProjectedClustering(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.ProjectedClustering
Constructor, adhering to Parameterizable
ProjectedDBSCAN<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.clustering
Provides an abstract algorithm requiring a VarianceAnalysisPreprocessor.
ProjectedDBSCAN(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.ProjectedDBSCAN
Constructor, adhering to Parameterizable
ProjectedDBSCANPreprocessor<D extends Distance<D>,V extends FeatureVector<V,?>> - Class in de.lmu.ifi.dbs.elki.preprocessing
Abstract superclass for preprocessor of algorithms extending the ProjectedDBSCAN algorithm.
ProjectedDBSCANPreprocessor(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.preprocessing.ProjectedDBSCANPreprocessor
Provides a new Preprocessor that computes the correlation dimension of objects of a certain database.
projectedEnergy(Database<V>, ORCLUS<V>.ORCLUSCluster, ORCLUS<V>.ORCLUSCluster, int, int, int) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
Computes the projected energy of the specified clusters.
projectedEnergy - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.ProjectedEnergy
 
ProjectedVisualizer - Interface in de.lmu.ifi.dbs.elki.visualization.visualizers
A projected visualizer needs a projection for visualization.
projection(ORCLUS<V>.ORCLUSCluster, V) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
Returns the projection of real vector o in the subspace of cluster c.
projection(Matrix) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Projects this row vector into the subspace formed by the specified matrix v.
Projection1DHistogramVisualizer<NV extends NumberVector<NV,?>> - Class in de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d
Generates a SVG-Element containing a histogram representing the distribution of the database's objects.
Projection1DHistogramVisualizer(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d.Projection1DHistogramVisualizer
Constructor, adhering to Parameterizable
Projection1DVisualizer<NV extends NumberVector<NV,?>> - Class in de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d
Produces visualizations of 1-dimensional projections.
Projection1DVisualizer() - Constructor for class de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d.Projection1DVisualizer
 
Projection2DVisualizer<NV extends NumberVector<NV,?>> - Class in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
Produces visualizations of 2-dimensional projections.
Projection2DVisualizer() - Constructor for class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.Projection2DVisualizer
 
ProjectionParser<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.parser.meta
A ProjectionParser projects the ParsingResult of its base parser onto a subspace specified by a BitSet.
ProjectionParser(Parameterization) - Constructor for class de.lmu.ifi.dbs.elki.parser.meta.ProjectionParser
Constructor, adhering to Parameterizable
projectRelativeDataToRenderSpace(NumberVector<?, ?>) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative data vector from data space to rendering space.
projectRelativeDataToRenderSpace(double[]) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative data vector from data space to rendering space.
projectRelativeDataToScaledSpace(NumberVector<?, ?>) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative data vector from data space to scaled space.
projectRelativeDataToScaledSpace(double[]) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative data vector from data space to scaled space.
projectRelativeRenderToDataSpace(Vector, NV) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative vector from rendering space to data space.
projectRelativeRenderToScaled(Vector) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative vector from rendering space to scaled space.
projectRelativeScaledToDataSpace(Vector, NV) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative vector from scaled space to data space.
projectRelativeScaledToRender(Vector) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a relative vector from scaled space to rendering space.
projectRenderToDataSpace(Vector, NV) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a vector from rendering space to data space.
projectRenderToScaled(Vector) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a vector from rendering space to scaled space.
projectScaledToDataSpace(Vector, NV) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a vector from scaled space to data space.
projectScaledToRender(Vector) - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationProjection
Project a vector from scaled space to rendering space.
promote(N, DistanceFunction<O, D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.MLBDistSplit
Selects the second object of the specified node to be promoted and stored into the parent node and partitions the entries according to the M_LB_DIST strategy.
promote(N, DistanceFunction<O, D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.MRadSplit
Selects two objects of the specified node to be promoted and stored into the parent node.
Properties - Class in de.lmu.ifi.dbs.elki.properties
Provides management of properties.
Properties(String) - Constructor for class de.lmu.ifi.dbs.elki.properties.Properties
Provides the properties as defined in the designated file.
properties - Variable in class de.lmu.ifi.dbs.elki.properties.Properties
Stores the properties as defined by a property-file.
properties - Variable in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
Properties file to use.
PropertiesBasedStyleLibrary - Class in de.lmu.ifi.dbs.elki.visualization.style
Style library loading the parameters from a properties file.
PropertiesBasedStyleLibrary() - Constructor for class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
Constructor without a properties file name.
PropertiesBasedStyleLibrary(String, String) - Constructor for class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
Constructor with a given file name.
PROPERTY_SEPARATOR - Static variable in class de.lmu.ifi.dbs.elki.properties.Properties
The pattern to split for separate entries in a property string, which is a ",".
PropertyDescription - Class in de.lmu.ifi.dbs.elki.properties
Provides a pair of entry of a property and the proper description.
PropertyDescription(String, String) - Constructor for class de.lmu.ifi.dbs.elki.properties.PropertyDescription
Provides a pair of entry of a property and the proper description.
PropertyName - Class in de.lmu.ifi.dbs.elki.properties
todo: remove old property names?
PropertyName(String, Class<?>) - Constructor for class de.lmu.ifi.dbs.elki.properties.PropertyName
Provides a new PropertyName of given name and type.
prune(Map<BitSet, Integer>, BitSet[], int) - Method in class de.lmu.ifi.dbs.elki.algorithm.APRIORI
Prunes a given set of candidates to keep only those BitSets where all subsets of bits flipping one bit are frequent already.
prune - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Holds the value of CLIQUE.PRUNE_FLAG.
PRUNE_FLAG - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Flag to indicate that only subspaces with large coverage (i.e. the fraction of the database that is covered by the dense units) are selected, the rest will be pruned.
PRUNE_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
OptionID for CLIQUE.PRUNE_FLAG
pruneDenseSubspaces(List<CLIQUESubspace<V>>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Performs a MDL-based pruning of the specified dense subspaces as described in the CLIQUE algorithm.
ptrack - Variable in class de.lmu.ifi.dbs.elki.logging.CLISmartHandler
Tracker for progress messages
publish(LogRecord) - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPane.LogPaneHandler
 
publish(String, Level) - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPane
Print a message as if it were logged, without going through the full logger.
publish(LogRecord) - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPane
Publish a log record to the logging pane.
publish(LogRecord) - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPanel.LogPanelHandler
 
publish(LogRecord) - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPanel
Publish a logging record.
publish(String, Level) - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPanel
Print a message as if it were logged, without going through the full logger.
publish(LogRecord) - Method in class de.lmu.ifi.dbs.elki.logging.CLISmartHandler
Publish a log record.
put(AssociationID<T>, Map<Integer, T>) - Method in class de.lmu.ifi.dbs.elki.database.AssociationMaps
Associates a new mapping from object ids to associated objects for a given AssociationID.
put(AssociationID<T>, T) - Method in class de.lmu.ifi.dbs.elki.database.Associations
Sets the specified object under the given AssociationID.
put(String, ArrayList<String>) - Method in class de.lmu.ifi.dbs.elki.gui.util.SavedSettingsFile
Add/Replace a saved setting
put(double) - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
Process a single double value.
put(double[]) - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
Process a whole array of double values.
put(Double[]) - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
Process a whole array of double values.
put(Iterable<Double>) - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
Process a whole collection of double values.
put(SortedSet<Double>) - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
Process a whole collection of double values.
put(double, double) - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
Add data with a given weight
put(double) - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
Add a single value with weight 1.0
put(MeanVariance) - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
Join the data of another MeanVariance instance.
put(T) - Method in class de.lmu.ifi.dbs.elki.math.MinMax
Process a single value.
put(T[]) - Method in class de.lmu.ifi.dbs.elki.math.MinMax
Process a whole array of values.
put(Iterable<T>) - Method in class de.lmu.ifi.dbs.elki.math.MinMax
Process a whole collection of values.
put(SortedSet<T>) - Method in class de.lmu.ifi.dbs.elki.math.MinMax
Process a whole collection of values.
put(int, double[]) - Static method in class de.lmu.ifi.dbs.elki.math.statistics.StudentDistribution
Stores the specified t-values for the given degree of freedom.
put(Integer, Integer, D, Map<Pair<Integer, Integer>, D>) - Method in class de.lmu.ifi.dbs.elki.parser.NumberDistanceParser
Puts the specified distance value for the given ids to the distance cache.
put(P) - Method in interface de.lmu.ifi.dbs.elki.persistent.Cache
Adds an object to this cache.
put(P) - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
Adds a page to this cache.
putAll(Associations) - Method in class de.lmu.ifi.dbs.elki.database.Associations
Adds all pairs of association ids and objects currently set in the given Associations object to this Associations object.
putBin(int, T) - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
Internal put function to handle the special cases of histogram resizing.
putIdElement(String, Element) - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
Add an object id.
putter - Variable in class de.lmu.ifi.dbs.elki.math.AggregatingHistogram
The class we are using for putting data.
putUnchecked(AssociationID<?>, Object) - Method in class de.lmu.ifi.dbs.elki.database.Associations
Sets the specified object under the given AssociationID.

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 _