|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Package de.lmu.ifi.dbs.elki.algorithm |
|---|
| Class de.lmu.ifi.dbs.elki.algorithm.AbortException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -1128409354869276998L
| Package de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash |
|---|
| Class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval extends HyperBoundingBox implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being
restored cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.data |
|---|
| Class de.lmu.ifi.dbs.elki.data.Bit extends Number implements Serializable |
|---|
serialVersionUID: 390879869314931240L
| Serialized Fields |
|---|
boolean bit
| Class de.lmu.ifi.dbs.elki.data.RationalNumber extends Number implements Serializable |
|---|
serialVersionUID: 7347098153261459646L
| Serialized Fields |
|---|
BigInteger numerator
BigInteger denominator
| Package de.lmu.ifi.dbs.elki.database |
|---|
| Class de.lmu.ifi.dbs.elki.database.DatabaseEvent extends EventObject implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
List<E> objectIDs
| Package de.lmu.ifi.dbs.elki.distance |
|---|
| Class de.lmu.ifi.dbs.elki.distance.AbstractDistance extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput arg0)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.distance.BitDistance extends NumberDistance<BitDistance,Bit> implements Serializable |
|---|
serialVersionUID: 6514853467081717551L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.distance.CorrelationDistance extends AbstractDistance<D extends CorrelationDistance<D>> implements Serializable |
|---|
serialVersionUID: 2829135841596857929L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.distance.DoubleDistance extends NumberDistance<DoubleDistance,Double> implements Serializable |
|---|
serialVersionUID: 3711413449321214862L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.distance.FloatDistance extends NumberDistance<FloatDistance,Float> implements Serializable |
|---|
serialVersionUID: -5702250266358369075L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.distance.IntegerDistance extends NumberDistance<IntegerDistance,Integer> implements Serializable |
|---|
serialVersionUID: 5583821082931825810L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.distance.NumberDistance extends AbstractDistance<D extends NumberDistance<D,N>> implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput arg0)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.distance.PreferenceVectorBasedCorrelationDistance extends CorrelationDistance<PreferenceVectorBasedCorrelationDistance> implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
CorrelationDistance.readExternal(java.io.ObjectInput)
and reads additionally the dimensionality and each Byte of the common preference vector
from the specified stream..
IOException
public void writeExternal(ObjectOutput out)
throws IOException
CorrelationDistance.writeExternal(java.io.ObjectOutput)
and writes additionally the dimensionality and each Byte of the common preference vector
to the specified stream.
IOException| Class de.lmu.ifi.dbs.elki.distance.SubspaceDistance extends AbstractDistance<SubspaceDistance> implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Package de.lmu.ifi.dbs.elki.index.tree |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.AbstractEntry extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
ClassNotFoundException - If the class for an object being restored cannot be found.
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.index.tree.AbstractNode extends AbstractPage<N extends AbstractNode<N,E>> implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.index.tree.metrical |
|---|
| Package de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTreeNode extends AbstractNode<N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry<D>> implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeDirectoryEntry extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
ClassNotFoundException - If the class for an object being restored cannot be found.
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeLeafEntry extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
ClassNotFoundException - If the class for an object being restored cannot be found.
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Package de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.PolynomialApproximation extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Package de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ApproximationLine extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Package de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeNode extends AbstractMTreeNode<O extends DatabaseObject,D extends Distance<D>,MTreeNode<O extends DatabaseObject,D extends Distance<D>>,MTreeEntry<D extends Distance<D>>> implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.PQNode extends DefaultHeapNode<D extends Distance<D>,Identifiable> implements Serializable |
|---|
serialVersionUID: -671978541634018004L
| Serialized Fields |
|---|
Integer routingObjectID
| Package de.lmu.ifi.dbs.elki.index.tree.spatial |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialDirectoryEntry extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialLeafEntry extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode extends AbstractNode<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry> implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluDirectoryEntry extends SpatialDirectoryEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluLeafEntry extends SpatialLeafEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluNode extends AbstractRStarTreeNode<DeLiCluNode,DeLiCluEntry> implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNDirectoryEntry extends SpatialDirectoryEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNLeafEntry extends SpatialLeafEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNNode extends AbstractRStarTreeNode<RdKNNNode<D extends NumberDistance<D,N>,N extends Number>,RdKNNEntry<D extends NumberDistance<D,N>,N extends Number>> implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar |
|---|
| Class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeNode extends AbstractRStarTreeNode<RStarTreeNode,SpatialEntry> implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Package de.lmu.ifi.dbs.elki.logging |
|---|
| Class de.lmu.ifi.dbs.elki.logging.ElkiLogRecord extends LogRecord implements Serializable |
|---|
serialVersionUID: 2820476270420700176L
| Package de.lmu.ifi.dbs.elki.math.linearalgebra |
|---|
| Class de.lmu.ifi.dbs.elki.math.linearalgebra.CholeskyDecomposition extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] L
int n
boolean isspd
| Class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int n
boolean issymmetric
double[] d
double[] e
double[][] V
double[][] H
double[] ort
| Class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] LU
int m
int n
int pivsign
int[] piv
| Class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix extends Object implements Serializable |
|---|
serialVersionUID: -8331523628259600919L
| Serialized Fields |
|---|
double[][] elements
int rowdimension
int columndimension
| Class de.lmu.ifi.dbs.elki.math.linearalgebra.QRDecomposition extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] QR
int m
int n
double[] Rdiag
| Class de.lmu.ifi.dbs.elki.math.linearalgebra.SingularValueDecomposition extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
double[][] U
double[][] V
double[] s
int m
int n
| Class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector extends Matrix implements Serializable |
|---|
| Package de.lmu.ifi.dbs.elki.normalization |
|---|
| Class de.lmu.ifi.dbs.elki.normalization.NonNumericFeaturesException extends Exception implements Serializable |
|---|
serialVersionUID: 284302959521511627L
| Package de.lmu.ifi.dbs.elki.persistent |
|---|
| Class de.lmu.ifi.dbs.elki.persistent.AbstractPage extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being restored
cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.persistent.OnDiskArray extends Object implements Serializable |
|---|
serialVersionUID: 7586497243452875056L
| Serialized Fields |
|---|
int magic
int headersize
int recordsize
int numrecs
File filename
RandomAccessFile file
FileLock lock
boolean writable
| Package de.lmu.ifi.dbs.elki.utilities |
|---|
| Class de.lmu.ifi.dbs.elki.utilities.AnyMap extends HashMap<K,Object> implements Serializable |
|---|
serialVersionUID: 1L
| Class de.lmu.ifi.dbs.elki.utilities.HashMapList extends HashMap<K,List<V>> implements Serializable |
|---|
serialVersionUID: 3883242025598456055L
| Class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being
restored cannot be found.
public void writeExternal(ObjectOutput out)
throws IOException
IOException - Includes any I/O exceptions that may occur| Class de.lmu.ifi.dbs.elki.utilities.UnableToComplyException extends Exception implements Serializable |
|---|
| Package de.lmu.ifi.dbs.elki.utilities.heap |
|---|
| Class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap extends Object implements Serializable |
|---|
serialVersionUID: 499701873654975438L
| Serialized Fields |
|---|
Vector<E> heap
Hashtable<K,V> indices
boolean ascending
| Class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeapNode extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Comparable<T> key
Identifiable value
| Class de.lmu.ifi.dbs.elki.utilities.heap.DefaultIdentifiable extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
IOException - on read errors
public void writeExternal(ObjectOutput out)
throws IOException
IOException - on write errors| Class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap extends Object implements Serializable |
|---|
serialVersionUID: 7075663809362359575L
| Serialized Fields |
|---|
Vector<E> heap
Hashtable<K,V> indices
| Class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap extends Object implements Serializable |
|---|
serialVersionUID: -8099124402895872945L
| Serialized Fields |
|---|
PageFile<P extends Page<P>> file
int pageSize
int numElements
int maxCacheSize
int maxDeapIndex
int maxDeapSize
int height
int numDeaps
Deap<K extends Comparable<K> & Serializable,V extends Identifiable & Serializable>[] cachePath
| Package de.lmu.ifi.dbs.elki.utilities.optionhandling |
|---|
| Class de.lmu.ifi.dbs.elki.utilities.optionhandling.NoParameterValueException extends ParameterException implements Serializable |
|---|
serialVersionUID: 8991076624591950629L
| Class de.lmu.ifi.dbs.elki.utilities.optionhandling.ParameterException extends Exception implements Serializable |
|---|
| Class de.lmu.ifi.dbs.elki.utilities.optionhandling.UnspecifiedParameterException extends WrongParameterValueException implements Serializable |
|---|
serialVersionUID: -7142809547201980898L
| Class de.lmu.ifi.dbs.elki.utilities.optionhandling.UnusedParameterException extends ParameterException implements Serializable |
|---|
| Class de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException extends ParameterException implements Serializable |
|---|
serialVersionUID: 2155964376772417402L
| Package de.lmu.ifi.dbs.elki.visualization.css |
|---|
| Class de.lmu.ifi.dbs.elki.visualization.css.CSSClass.InvalidCSS extends RuntimeException implements Serializable |
|---|
serialVersionUID: 3130536799704124363L
| Class de.lmu.ifi.dbs.elki.visualization.css.CSSClassManager.CSSNamingConflict extends Exception implements Serializable |
|---|
serialVersionUID: 4163822727195636747L
| Package de.lmu.ifi.dbs.elki.visualization.savedialog |
|---|
| Class de.lmu.ifi.dbs.elki.visualization.savedialog.SaveOptionsPanel extends JPanel implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
JFileChooser fc
int width
int height
double ratio
JPanel mainPanel
JPanel qualPanel
JPanel sizePanel
JSpinner spinnerWidth
JSpinner spinnerHeight
JSpinner spinnerQual
SpinnerNumberModel modelWidth
SpinnerNumberModel modelHeight
SpinnerNumberModel modelQuality
JCheckBox aspectRatioLock
JButton resetSizeButton
JComboBox formatSelector
boolean hasResetButton
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||