Serialized Form
-
Package elki.index.preprocessed.knn
-
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.ClassNotFoundExceptionCalls 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.IOExceptionCalls 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.ClassNotFoundExceptionCalls 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.IOExceptionCalls 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 elki.index.tree.AbstractNode<E extends SpatialEntry> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundExceptionReads 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.IOExceptionCalls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
-
-
-
-
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.ClassNotFoundExceptionCalls 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.IOExceptionCalls 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.ClassNotFoundExceptionCalls 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.IOExceptionCalls 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.ClassNotFoundExceptionReads 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.IOExceptionCalls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
-
-
-
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.ClassNotFoundExceptionReads 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.IOExceptionCalls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
-
-
-
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.ClassNotFoundExceptionCalls 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.IOExceptionCalls 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.ClassNotFoundExceptionCalls 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.IOExceptionCalls 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.ClassNotFoundExceptionReads 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.IOExceptionCalls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
-
-
-
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.ClassNotFoundExceptionReads 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.IOExceptionCalls the super method and writes the id of this node, the numEntries and the entries array to the specified stream.- Throws:
java.io.IOException
-
-