Serialized Form
-
Package elki.clustering.correlation.cash
-
Class elki.clustering.correlation.cash.CASHInterval extends HyperBoundingBox implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Throws:
java.io.IOException
- if I/O errors occur
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.- Serial Data:
- Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.data
-
Class elki.data.Bit extends java.lang.Number implements Serializable
- serialVersionUID:
- 390879869314931240L
-
Serialized Fields
-
bit
boolean bit
Internal representation of the bit value.
-
-
Class elki.data.HyperBoundingBox extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Throws:
java.io.IOException
- if I/O errors occur
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.- Serial Data:
- Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
Class elki.data.ModifiableHyperBoundingBox extends HyperBoundingBox implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Throws:
java.io.IOException
- if I/O errors occur
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.- Serial Data:
- Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.data.type
-
Class elki.data.type.NoSupportedDataTypeException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
-
Package elki.database.datastore
-
Class elki.database.datastore.ObjectNotFoundException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package elki.datasource.bundle
-
Class elki.datasource.bundle.BundleMeta extends java.util.ArrayList<SimpleTypeInformation<?>> implements Serializable
- serialVersionUID:
- 1L
-
-
Package elki.datasource.filter.normalization
-
Class elki.datasource.filter.normalization.NonNumericFeaturesException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 284302959521511627L
-
-
Package elki.gui.configurator
-
Class elki.gui.configurator.ConfiguratorPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childconfig
java.util.Map<java.lang.Object,ParameterConfigurator> childconfig
Keep a map of parameter -
children
java.util.ArrayList<ParameterConfigurator> children
Child options -
listenerList
javax.swing.event.EventListenerList listenerList
The event listeners for this panel.
-
-
-
Package elki.gui.multistep.panels
-
Class elki.gui.multistep.panels.AlgorithmTabPanel extends ParameterTabPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
algorithms
AlgorithmStep algorithms
The data input configured -
basedOnDatabase
java.lang.ref.WeakReference<?> basedOnDatabase
Database we ran last onn -
input
InputTabPanel input
Input step to run on.
-
-
Class elki.gui.multistep.panels.EvaluationTabPanel extends ParameterTabPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
algs
AlgorithmTabPanel algs
Algorithm step to run on. -
basedOnResult
java.lang.ref.WeakReference<?> basedOnResult
Result we ran last onn -
evals
EvaluationStep evals
The data input configured -
input
InputTabPanel input
Input step to run on.
-
-
Class elki.gui.multistep.panels.InputTabPanel extends ParameterTabPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
executed
boolean executed
Signal when an database input has been executed. -
input
InputStep input
The data input configured
-
-
Class elki.gui.multistep.panels.LoggingTabPanel extends ParameterTabPanel implements Serializable
- serialVersionUID:
- 1L
-
Class elki.gui.multistep.panels.OutputTabPanel extends ParameterTabPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
basedOnResult
java.lang.ref.WeakReference<?> basedOnResult
Result we ran last on -
evals
EvaluationTabPanel evals
Algorithm step to run on. -
input
InputTabPanel input
Input step to run on. -
outs
OutputStep outs
The data input configured
-
-
Class elki.gui.multistep.panels.ParameterTabPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parameterTable
ConfiguratorPanel parameterTable
The parameter table -
runButton
javax.swing.JButton runButton
The "run" button. -
statusText
javax.swing.JLabel statusText
The status text field
-
-
Class elki.gui.multistep.panels.SavedSettingsTabPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
gui
MultiStepGUI gui
The UI to set parameters on. -
savedCombo
javax.swing.JComboBox<java.lang.String> savedCombo
The combo box to use -
savedSettingsModel
SavedSettingsTabPanel.SettingsComboboxModel savedSettingsModel
Settings combo box. -
store
SavedSettingsFile store
The settings file to display.
-
-
-
Package elki.gui.util
-
Class elki.gui.util.ClassTree.ClassNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clsname
java.lang.String clsname
Class name.
-
-
Class elki.gui.util.ClassTree.PackageNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
pkgname
java.lang.String pkgname
Class name.
-
-
Class elki.gui.util.LogPane extends javax.swing.JTextPane implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseStyle
javax.swing.text.Style baseStyle
Base (default) style -
dbgStyle
javax.swing.text.Style dbgStyle
Debug message style -
debugformat
java.util.logging.Formatter debugformat
Formatter for debugging messages -
errformat
java.util.logging.Formatter errformat
Formatter for error messages -
errStyle
javax.swing.text.Style errStyle
Error message style -
lastNewlinePos
int lastNewlinePos
Last newline position -
msgformat
java.util.logging.Formatter msgformat
Formatter for regular messages (informational records) -
msgStyle
javax.swing.text.Style msgStyle
Regular message style
-
-
Class elki.gui.util.LogPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Class elki.gui.util.ParametersModel extends javax.swing.table.AbstractTableModel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parameters
DynamicParameters parameters
Parameter storage
-
-
Class elki.gui.util.ParameterTable extends javax.swing.JTable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frame
java.awt.Frame frame
Containing frame. -
parameters
DynamicParameters parameters
The parameters we edit.
-
-
Class elki.gui.util.TreePopup extends javax.swing.JPopupMenu implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
handler
TreePopup.Handler handler
Event handler -
model
javax.swing.tree.TreeModel model
Tree model. -
scroller
javax.swing.JScrollPane scroller
Scroll pane, containing the tree. -
tree
javax.swing.JTree tree
Tree.
-
-
Class elki.gui.util.TreePopup.Renderer extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defbg
java.awt.Color defbg
Colors -
deffg
java.awt.Color deffg
Colors -
folderIcon
javax.swing.Icon folderIcon
Icons -
label
javax.swing.JLabel label
Label to render -
leafIcon
javax.swing.Icon leafIcon
Icons -
selbg
java.awt.Color selbg
Colors -
selfg
java.awt.Color selfg
Colors
-
-
-
Package elki.index.preprocessed.knn
-
Class elki.index.preprocessed.knn.KNNChangeEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 513913140334355886L
-
Serialized Fields
-
objects
DBIDs objects
The ids of the kNNs that were inserted or deleted due to the insertion or removals of objects. -
type
KNNChangeEvent.Type type
Holds the type of this change event.- See Also:
KNNChangeEvent.Type
-
updates
DBIDs updates
The ids of the kNNs that were updated due to the insertion or removals of objects.
-
-
-
Package elki.index.tree
-
Class elki.index.tree.AbstractNode extends AbstractExternalizablePage implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
-
Package elki.index.tree.metrical.mtreevariants
-
Class elki.index.tree.metrical.mtreevariants.AbstractMTreeNode extends AbstractNode<E extends MTreeEntry> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Class elki.index.tree.metrical.mtreevariants.MTreeDirectoryEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Calls the super method and reads the routingObjectID, the parentDistance and the coveringRadius of this entry from the specified input stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the routingObjectID, the parentDistance and the coveringRadius of this entry to the specified stream.- Throws:
java.io.IOException
-
-
Class elki.index.tree.metrical.mtreevariants.MTreeLeafEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Package elki.index.tree.metrical.mtreevariants.mktrees.mkapp
-
Class elki.index.tree.metrical.mtreevariants.mktrees.mkapp.PolynomialApproximation extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Throws:
java.io.IOException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.- Throws:
java.io.IOException
-
-
-
Package elki.index.tree.metrical.mtreevariants.mktrees.mkcop
-
Class elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ApproximationLine extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Throws:
java.io.IOException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.- Throws:
java.io.IOException
-
-
-
Package elki.index.tree.metrical.mtreevariants.mktrees.mkmax
-
Package elki.index.tree.metrical.mtreevariants.mktrees.mktab
-
Package elki.index.tree.metrical.mtreevariants.mtree
-
Class elki.index.tree.metrical.mtreevariants.mtree.MTreeNode extends AbstractMTreeNode<O,MTreeNode<O>,MTreeEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.index.tree.spatial
-
Class elki.index.tree.spatial.SpatialDirectoryEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Calls the super method and reads the MBR object of this entry from the specified input stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the MBR object of this entry to the specified output stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
Class elki.index.tree.spatial.SpatialPointLeafEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Calls the super method and reads the values of this entry from the specified input stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the values of this entry to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.index.tree.spatial.rstarvariants
-
Class elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode extends AbstractNode<E extends SpatialEntry> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
-
Package elki.index.tree.spatial.rstarvariants.deliclu
-
Class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluDirectoryEntry extends SpatialDirectoryEntry implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Calls the super method and reads the MBR object of this entry from the specified input stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the MBR object of this entry to the specified output stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
Class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluLeafEntry extends SpatialPointLeafEntry implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Calls the super method and reads the values of this entry from the specified input stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the values of this entry to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
Class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluNode extends AbstractRStarTreeNode<DeLiCluNode,DeLiCluEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.index.tree.spatial.rstarvariants.flat
-
Class elki.index.tree.spatial.rstarvariants.flat.FlatRStarTreeNode extends AbstractRStarTreeNode<FlatRStarTreeNode,SpatialEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.index.tree.spatial.rstarvariants.rdknn
-
Class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNDirectoryEntry extends SpatialDirectoryEntry implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Calls the super method and reads the knn distance of this entry from the specified input stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the knn distance of this entry to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
Class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNLeafEntry extends SpatialPointLeafEntry implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Calls the super method and reads the knn distance of this entry from the specified input stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the knn distance of this entry to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
Class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNNode extends AbstractRStarTreeNode<RdKNNNode,RdKNNEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.index.tree.spatial.rstarvariants.rstar
-
Class elki.index.tree.spatial.rstarvariants.rstar.RStarTreeNode extends AbstractRStarTreeNode<RStarTreeNode,SpatialEntry> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
Reads the id of this node, the numEntries and the entries array from the specified stream.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
Calls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.logging
-
Class elki.logging.ELKILogRecord extends java.util.logging.LogRecord implements Serializable
- serialVersionUID:
- 2820476270420700176L
-
Class elki.logging.Logging.Level extends java.util.logging.Level implements Serializable
- serialVersionUID:
- 1L
-
-
Package elki.logging.progress
-
Class elki.logging.progress.ProgressLogRecord extends ELKILogRecord implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
progress
Progress progress
Progress storage
-
-
-
Package elki.math.linearalgebra
-
Class elki.math.linearalgebra.LUDecomposition extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
LU
double[][] LU
Array for internal storage of decomposition.internal array storage. -
m
int m
Row and column dimensions, and pivot sign.column dimension. -
n
int n
Row and column dimensions, and pivot sign.column dimension. -
piv
int[] piv
Internal storage of pivot vector.pivot vector. -
pivsign
int pivsign
Row and column dimensions, and pivot sign.column dimension.
-
-
Class elki.math.linearalgebra.QRDecomposition extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m
int m
Row and column dimensions.column dimension. -
n
int n
Row and column dimensions.column dimension. -
QR
double[][] QR
Array for internal storage of decomposition.internal array storage. -
Rdiag
double[] Rdiag
Array for internal storage of diagonal of R.diagonal of R.
-
-
-
Package elki.persistent
-
Class elki.persistent.AbstractExternalizablePage extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Throws:
java.io.IOException
- if I/O errors occurjava.lang.ClassNotFoundException
- If the class for an object being restored cannot be found.
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.- Serial Data:
- Overriding methods should use this tag to describe the data layout of this Externalizable object. List the sequence of element types and, if possible, relate the element to a public/protected field and/or method of this Externalizable class.
- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
-
-
-
Package elki.utilities.exceptions
-
Class elki.utilities.exceptions.AbortException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -1128409354869276998L
-
Class elki.utilities.exceptions.APIViolationException extends AbortException implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.exceptions.ClassInstantiationException extends java.lang.ReflectiveOperationException implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.exceptions.EmptyDataException extends AbortException implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.exceptions.IncompatibleDataException extends AbortException implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.exceptions.InconsistentDataException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.exceptions.MissingPrerequisitesException extends AbortException implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.exceptions.NotImplementedException extends AbortException implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.exceptions.TooManyRetriesException extends AbortException implements Serializable
- serialVersionUID:
- 1L
-
-
Package elki.utilities.optionhandling
-
Class elki.utilities.optionhandling.ParameterException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class elki.utilities.optionhandling.UnspecifiedParameterException extends WrongParameterValueException implements Serializable
- serialVersionUID:
- -7142809547201980898L
-
Serialized Fields
-
parameter
java.lang.String parameter
Parameter that was missing.
-
-
Class elki.utilities.optionhandling.WrongParameterValueException extends ParameterException implements Serializable
- serialVersionUID:
- 2155964376772417402L
-
-
Package elki.utilities.random
-
Class elki.utilities.random.FastNonThreadsafeRandom extends java.util.Random implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
seed
long seed
The random seed. We can't use super.seed.
-
-
Class elki.utilities.random.Xoroshiro128NonThreadsafeRandom extends java.util.Random implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
s0
long s0
State of random number generator. -
s1
long s1
State of random number generator.
-
-
Class elki.utilities.random.XorShift1024NonThreadsafeRandom extends java.util.Random implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
p
int p
For rotating amongst states -
x
long[] x
State of random number generator.
-
-
Class elki.utilities.random.XorShift64NonThreadsafeRandom extends java.util.Random implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x
long x
State of random number generator.
-
-
-
Package elki.visualization.batikutil
-
Class elki.visualization.batikutil.JSVGSynchronizedCanvas extends org.apache.batik.swing.JSVGCanvas implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
latest
java.util.concurrent.atomic.AtomicReference<java.lang.Runnable> latest
The latest attaching operation. -
plot
SVGPlot plot
Current SVG plot. -
synchronizer
JSVGUpdateSynchronizer synchronizer
Synchronizer to use when synchronizing SVG plots
-
-
-
Package elki.visualization.css
-
Class elki.visualization.css.CSSClass.InvalidCSS extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 3130536799704124363L
-
Class elki.visualization.css.CSSClassManager.CSSNamingConflict extends java.lang.Exception implements Serializable
- serialVersionUID:
- 4163822727195636747L
-
-
Package elki.visualization.gui
-
Class elki.visualization.gui.ResultWindow extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
context
VisualizerContext context
Visualizer context -
currentSubplot
DetailView currentSubplot
Currently selected subplot. -
menubar
ResultWindow.DynamicMenu menubar
-
overview
OverviewPlot overview
The overview plot. -
single
boolean single
Single view mode. No overview / detail view split -
svgCanvas
JSVGSynchronizedCanvas svgCanvas
The SVG canvas.
-
-
Class elki.visualization.gui.SelectionTableWindow extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closeButton
javax.swing.JButton closeButton
Button to close the window -
context
VisualizerContext context
Our context -
crep
ModifiableRelation<ClassLabel> crep
Class label representation -
database
UpdatableDatabase database
The database we use -
dbids
ArrayModifiableDBIDs dbids
The DBIDs to display -
deleteButton
javax.swing.JButton deleteButton
Button to delete the selected objects -
dotTableModel
SelectionTableWindow.DatabaseTableModel dotTableModel
The table model -
orep
ModifiableRelation<java.lang.String> orep
Object label representation -
table
javax.swing.JTable table
The JTable
-
-
Class elki.visualization.gui.SimpleSVGViewer extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
svgCanvas
JSVGSynchronizedCanvas svgCanvas
The main canvas.
-
-
-
Package elki.visualization.gui.overview
-
Class elki.visualization.gui.overview.DetailViewSelectedEvent extends java.awt.event.ActionEvent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
it
PlotItem it
Plot item selected -
overview
OverviewPlot overview
Parent overview plot.
-
-
-
Package elki.visualization.savedialog
-
Class elki.visualization.savedialog.SaveOptionsPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
checkAspectRatio
javax.swing.JCheckBox checkAspectRatio
-
formatSelector
javax.swing.JComboBox<java.lang.String> formatSelector
-
labelHeight
javax.swing.JLabel labelHeight
-
labelQual
javax.swing.JLabel labelQual
-
labelWidth
javax.swing.JLabel labelWidth
-
modelHeight
javax.swing.SpinnerNumberModel modelHeight
-
modelQual
javax.swing.SpinnerNumberModel modelQual
-
modelWidth
javax.swing.SpinnerNumberModel modelWidth
-
ratio
double ratio
Ratio for easier size adjustment -
resetSizeButton
javax.swing.JButton resetSizeButton
-
spinnerHeight
javax.swing.JSpinner spinnerHeight
-
spinnerQual
javax.swing.JSpinner spinnerQual
-
spinnerWidth
javax.swing.JSpinner spinnerWidth
-
-