|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleDoublePair | |
---|---|
de.lmu.ifi.dbs.elki.evaluation.roc | Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) |
de.lmu.ifi.dbs.elki.math | Mathematical operations and utilities used throughout the framework. |
de.lmu.ifi.dbs.elki.math.statistics | Statistical tests and methods. |
de.lmu.ifi.dbs.elki.result | Result types, representation and handling |
de.lmu.ifi.dbs.elki.result.textwriter.writers | Serialization handlers for individual data types. |
de.lmu.ifi.dbs.elki.utilities.pairs | Pairs and triples utility classes. |
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d | Visualizers based on 2D projections. |
de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj | Visualizers that do not use a particular projection. |
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.evaluation.roc |
---|
Methods in de.lmu.ifi.dbs.elki.evaluation.roc that return types with arguments of type DoubleDoublePair | ||
---|---|---|
static
|
ROC.materializeROC(int size,
Set<? super T> ids,
Iterator<? extends PairInterface<C,T>> nei)
Compute a ROC curve given a set of positive IDs and a sorted list of (comparable, ID)s, where the comparable object is used to decided when two objects are interchangeable. |
Method parameters in de.lmu.ifi.dbs.elki.evaluation.roc with type arguments of type DoubleDoublePair | |
---|---|
static double |
ROC.computeAUC(Iterable<DoubleDoublePair> curve)
compute the Area Under Curve (difference to y axis) for an arbitrary polygon |
Constructor parameters in de.lmu.ifi.dbs.elki.evaluation.roc with type arguments of type DoubleDoublePair | |
---|---|
ComputeROCCurve.ROCResult(Collection<DoubleDoublePair> col,
Collection<String> header,
double rocauc)
Constructor. |
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math |
---|
Subclasses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math | |
---|---|
class |
DoubleMinMax
Class to find the minimum and maximum double values in data. |
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.math.statistics |
---|
Constructor parameters in de.lmu.ifi.dbs.elki.math.statistics with type arguments of type DoubleDoublePair | |
---|---|
LinearRegression(List<DoubleDoublePair> points)
|
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.result |
---|
Fields in de.lmu.ifi.dbs.elki.result declared as DoubleDoublePair | |
---|---|
private DoubleDoublePair[] |
RangeSelection.ranges
Selection range |
Methods in de.lmu.ifi.dbs.elki.result that return DoubleDoublePair | |
---|---|
DoubleDoublePair |
RangeSelection.getRange(int dim)
Get a single selection range. |
DoubleDoublePair[] |
RangeSelection.getRanges()
Get the selection range. |
Constructors in de.lmu.ifi.dbs.elki.result with parameters of type DoubleDoublePair | |
---|---|
RangeSelection(DBIDs selection,
DoubleDoublePair[] ranges)
Constructor. |
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.result.textwriter.writers |
---|
Methods in de.lmu.ifi.dbs.elki.result.textwriter.writers with parameters of type DoubleDoublePair | |
---|---|
void |
TextWriterDoubleDoublePair.write(TextWriterStream out,
String label,
DoubleDoublePair object)
Serialize a pair, component-wise |
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.utilities.pairs |
---|
Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type DoubleDoublePair | |
---|---|
static Comparator<DoubleDoublePair> |
DoubleDoublePair.BYFIRST_COMPARATOR
Comparator to compare by second component only |
static Comparator<DoubleDoublePair> |
DoubleDoublePair.BYSECOND_COMPARATOR
Comparator to compare by second component only |
static Comparator<DoubleDoublePair> |
DoubleDoublePair.SWAPPED_COMPARATOR
Comparator to compare by swapped components |
Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type DoubleDoublePair | |
---|---|
int |
DoubleDoublePair.compareSwappedTo(DoubleDoublePair other)
Implementation of comparableSwapped interface, sorting by second then first. |
int |
DoubleDoublePair.compareTo(DoubleDoublePair other)
Implementation of comparable interface, sorting by first then second. |
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d |
---|
Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d with parameters of type DoubleDoublePair | |
---|---|
private void |
SelectionToolCubeVisualization.updateSelectionRectKoordinates(double x1,
double x2,
double y1,
double y2,
DoubleDoublePair[] ranges)
Set the selected ranges and the mask for the actual dimensions in the context |
Uses of DoubleDoublePair in de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj |
---|
Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj that return types with arguments of type DoubleDoublePair | |
---|---|
Iterator<IterableResult<DoubleDoublePair>> |
CurveVisFactory.CurveFilter.iterator()
|
protected IterableResult<DoubleDoublePair> |
CurveVisFactory.CurveFilter.testFilter(IterableResult<?> nextobj)
|
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |