Serialized Form


Package de.aitools.aq.algebra.vector

Class de.aitools.aq.algebra.vector.Vector extends Representation implements Serializable

serialVersionUID: -672344572673234050L

Serialized Fields

entries

gnu.trove.TIntDoubleHashMap entries

isNormalized

boolean isNormalized

norm2

double norm2

range

int range

Class de.aitools.aq.algebra.vector.VectorSpace extends java.lang.Object implements Serializable

serialVersionUID: 2581164830059946104L

Serialized Fields

dimensions

java.util.List<E> dimensions

nameDimensionMap

 nameDimensionMap

Package de.aitools.aq.check

Class de.aitools.aq.check.CheckFailedError extends java.lang.Error implements Serializable

serialVersionUID: 2988365891209608072L


Package de.aitools.aq.invertedindex.value

Class de.aitools.aq.invertedindex.value.Value.InvalidArgumentException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package de.aitools.aq.structure.graph

Class de.aitools.aq.structure.graph.UndirectedHashGraph extends java.lang.Object implements Serializable

serialVersionUID: -8376709665909290424L

Serialized Fields

noWeight

java.lang.Double noWeight
See UndirectedHashGraph.setEdgeWeight(Object, Object, double) and UndirectedHashGraph.getEdgeWeight(Object, Object). It is a Double because Double.NaN != Double.NaN, but Double(Double.NaN).equals(Double.NaN) == true.


weights

java.util.Map<K,V> weights
The weights as kind of two dimensional sparse field.


numEdges

int numEdges
Total number of edge.

Class de.aitools.aq.structure.graph.UndirectedIntHashGraph extends java.lang.Object implements Serializable

serialVersionUID: -4023305408844352315L

Serialized Fields

noWeight

java.lang.Double noWeight
See #setEdgeWeight(Object, Object, double) and #getEdgeWeight(Object, Object). It is a Double because Double.NaN != Double.NaN, but Double(Double.NaN).equals(Double.NaN).


weights

 weights
The weights as kind of two dimensional sparse field.


numEdges

int numEdges
Total number of edges.

Class de.aitools.aq.structure.graph.UndirectedLongHashGraph extends java.lang.Object implements Serializable

serialVersionUID: -2961087084335544628L

Serialized Fields

noWeight

java.lang.Double noWeight
See #setEdgeWeight(Object, Object, double) and #getEdgeWeight(Object, Object). It is a Double because Double.NaN != Double.NaN, but Double(Double.NaN).equals(Double.NaN).


weights

 weights
The weights as kind of two dimensional sparse field.


numEdges

int numEdges
Total number of edges.


Package de.aitools.aq.textextraction

Class de.aitools.aq.textextraction.TextExtractorException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package de.aitools.aq.webdownload

Class de.aitools.aq.webdownload.DownloaderException extends java.lang.Exception implements Serializable

serialVersionUID: 3614258229492349424L


Package de.aitools.aq.websearch

Class de.aitools.aq.websearch.Query extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: 5531509088510399499L

Class de.aitools.aq.websearch.Result extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: 5060847225207834058L


Package de.aitools.aq.websearch.oauth

Class de.aitools.aq.websearch.oauth.HttpParameters extends java.util.TreeMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: -6027266777363013819L


Package de.aitools.dm.clusterlabeling.common

Class de.aitools.dm.clusterlabeling.common.CommonSyntaxTokenizer extends com.aliasi.tokenizer.ModifyTokenTokenizerFactory implements Serializable

serialVersionUID: 8613953132247743061L


Package de.aitools.ie.languagedetection

Class de.aitools.ie.languagedetection.LanguageModel extends java.lang.Object implements Serializable

serialVersionUID: -1451504770410028784L

Serialized Fields

language

java.util.Locale language

trigrams

java.util.Map<K,V> trigrams

Package de.aitools.ie.languagedetection.builder.wikipedia.parser

Class de.aitools.ie.languagedetection.builder.wikipedia.parser.WikidumpHandler.StopMessage extends org.xml.sax.SAXException implements Serializable

serialVersionUID: -930979943677482030L


Package de.aitools.ie.stemming

Class de.aitools.ie.stemming.BadDataFormatException extends java.io.IOException implements Serializable

serialVersionUID: -5796872062682983017L

Class de.aitools.ie.stemming.StemmerException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2628771828990269515L


Package de.aitools.ie.stemming.stemmer

Class de.aitools.ie.stemming.stemmer.StemmerException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2628771828990269515L


Package de.aitools.ir.fingerprinting

Class de.aitools.ir.fingerprinting.FuzzyFingerprintingModel extends AbstractRetrievalModel<java.lang.String,Set<java.math.BigInteger>> implements Serializable

serialVersionUID: 6102735802739949129L

Serialized Fields

representer

PrefixClassFunction representer

similarityHashFunction

FuzzyFingerprintingEncoding similarityHashFunction

fuzzificationSchemes

java.util.List<E> fuzzificationSchemes

Class de.aitools.ir.fingerprinting.LocalitySensitiveHashingModel extends AbstractRetrievalModel<java.lang.String,Set<java.math.BigInteger>> implements Serializable

serialVersionUID: -1266956446837951213L

Serialized Fields

similarityHashFunction

LocalitySensitiveEncoding similarityHashFunction

representer

RandomProjectionFunction representer

randomVectorSets

java.util.List<E> randomVectorSets

Package de.aitools.ir.fingerprinting.refactored

Class de.aitools.ir.fingerprinting.refactored.PrefixDistribution extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

java.util.Locale locale

prefix1Probabilities

double[] prefix1Probabilities

prefix2Probabilities

double[] prefix2Probabilities

prefix1ToIndexMap

java.util.SortedMap<K,V> prefix1ToIndexMap

prefix2ToIndexMap

java.util.SortedMap<K,V> prefix2ToIndexMap

Class de.aitools.ir.fingerprinting.refactored.PrefixDistributionBNC extends PrefixDistribution implements Serializable

serialVersionUID: 1L

Class de.aitools.ir.fingerprinting.refactored.PrefixDistributionTiger extends PrefixDistribution implements Serializable

serialVersionUID: 1L


Package de.aitools.ir.fingerprinting.representer

Class de.aitools.ir.fingerprinting.representer.PrefixClassFunction extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: 2847857551209677358L

Serialized Fields

prefixLength

int prefixLength

intendedDimension

int intendedDimension

decomposer

Decomposition decomposer

stopwords

StopWordList stopwords

prefixDistribution

PrefixDistribution prefixDistribution

Class de.aitools.ir.fingerprinting.representer.RandomProjectionFunction extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: -6948663396776786514L

Serialized Fields

random

java.util.Random random

representer

TermFrequency representer

randomVectors

java.util.List<E> randomVectors

Package de.aitools.ir.retrievalmodels.relevance.algebraic

Class de.aitools.ir.retrievalmodels.relevance.algebraic.CosineSimilarity extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package de.aitools.ir.retrievalmodels.representer

Class de.aitools.ir.retrievalmodels.representer.AbstractRepresenter extends java.lang.Object implements Serializable

serialVersionUID: 6996808200177807531L

Class de.aitools.ir.retrievalmodels.representer.DivergenceFromRandomness extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: 281694623789959153L

Serialized Fields

n1

de.aitools.ir.retrievalmodels.representer.DivergenceFromRandomness.IAfterEffect n1

n2

de.aitools.ir.retrievalmodels.representer.DivergenceFromRandomness.IFrequencyNormalization n2

tf

TermFrequency tf

bm

de.aitools.ir.retrievalmodels.representer.DivergenceFromRandomness.IBasicModel bm

averageDocumentLength

double averageDocumentLength

isTrained

boolean isTrained

totalTfVector

Vector totalTfVector

dfVector

Vector dfVector

numDocuments

int numDocuments

Class de.aitools.ir.retrievalmodels.representer.InverseDocumentFrequency extends AbstractRepresenter<java.lang.Iterable<java.lang.String>,Vector> implements Serializable

serialVersionUID: 7342247079921890511L

Serialized Fields

tf

TermFrequency tf

Class de.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: 5701916082586350954L

Serialized Fields

representer

Representer<D,Dbold extends Representation> representer

isTrained

boolean isTrained

isReduced

boolean isReduced

numDocuments

int numDocuments

rank

int rank

U

Jama.Matrix U

S

Jama.Matrix S

V

Jama.Matrix V

U_k

Jama.Matrix U_k

S_k

Jama.Matrix S_k

V_k

Jama.Matrix V_k

vocabulary

java.util.Set<E> vocabulary

svd

Jama.SingularValueDecomposition svd

strategy

de.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing.IReductionStrategy strategy

Class de.aitools.ir.retrievalmodels.representer.OkapiBM25 extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: 742130428219001577L

Serialized Fields

tf

TermFrequency tf

state

OkapiBM25.RepresentationState state

averageDocumentLength

double averageDocumentLength

isTrained

boolean isTrained

numDocuments

int numDocuments

dfVector

Vector dfVector

k1

double k1

k3

double k3

b

double b

Class de.aitools.ir.retrievalmodels.representer.SerializableTermFrequency extends TermFrequency implements Serializable

serialVersionUID: 2682380748234069040L

Serialized Fields

l

java.util.Locale l

stemWords

boolean stemWords

filterStopwords

boolean filterStopwords

Class de.aitools.ir.retrievalmodels.representer.TermFrequency extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: 4917699667362424300L

Serialized Fields

space

VectorSpace space

spaceGrowable

boolean spaceGrowable

decomposer

Decomposition decomposer

stopwords

StopWordList stopwords

stemmer

Stemmer stemmer

Class de.aitools.ir.retrievalmodels.representer.TFIDF extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: -6424748980511233224L

Serialized Fields

tf

TermFrequency tf

idf

InverseDocumentFrequency idf

idfVector

Vector idfVector

isTrained

boolean isTrained

Class de.aitools.ir.retrievalmodels.representer.TFPDF extends AbstractRepresenter<java.lang.String,Vector> implements Serializable

serialVersionUID: 3216803658353655782L

Serialized Fields

dfVector

Vector dfVector

tf

TermFrequency tf

numTexts

int numTexts

isTrained

boolean isTrained

ctfVector

Vector ctfVector

totalCtf

double totalCtf

Package de.aitools.ir.retrievalmodels.retrievalmodel

Class de.aitools.ir.retrievalmodels.retrievalmodel.AbstractRetrievalModel extends java.lang.Object implements Serializable

serialVersionUID: 892519387584263428L

Serialized Fields

rho

RelevanceFunction<Q,R> rho

cachedRep

Representation cachedRep

cached

java.lang.Object cached

Class de.aitools.ir.retrievalmodels.retrievalmodel.ExplicitSemanticAnalysis extends AbstractRetrievalModel<java.lang.String,Vector> implements Serializable

serialVersionUID: 1L

Serialized Fields

alpha

Representer<D,Dbold extends Representation> alpha

isTrained

boolean isTrained

indexVectors

java.util.List<E> indexVectors

threshold

double threshold

Class de.aitools.ir.retrievalmodels.retrievalmodel.VectorSpaceModel extends AbstractRetrievalModel<java.lang.String,Vector> implements Serializable

serialVersionUID: 8574506257847618886L

Serialized Fields

alpha

Representer<D,Dbold extends Representation> alpha

Package de.aitools.iv.graphdrawing

Class de.aitools.iv.graphdrawing.Visualization extends javax.swing.JLayeredPane implements Serializable

Serialized Fields

attachmentIDset

boolean attachmentIDset
indicates if the attachment ID is set allready.


attachmentID

int attachmentID
the attachmentID


Package de.aitools.iv.graphdrawing.builtin

Class de.aitools.iv.graphdrawing.builtin.EmptyAISearchPanel extends Visualization implements Serializable

Class de.aitools.iv.graphdrawing.builtin.MessageVisualization extends EmptyAISearchPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label

Package de.aitools.iv.graphdrawing.datastructures.graph

Class de.aitools.iv.graphdrawing.datastructures.graph.Edge extends NodeReference implements Serializable

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

Class de.aitools.iv.graphdrawing.datastructures.graph.EdgeNotExistsException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2431831868511993784L

Class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph extends java.lang.Object implements Serializable

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

Class de.aitools.iv.graphdrawing.datastructures.graph.Vertex extends NodeReference implements Serializable

serialVersionUID: 5511276133378306971L

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 de.aitools.iv.graphdrawing.demo

Class de.aitools.iv.graphdrawing.demo.DemoPopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: 7L


Package de.aitools.iv.graphdrawing.distortion

Class de.aitools.iv.graphdrawing.distortion.DistortionVisualization extends Visualization implements Serializable

Serialized Fields

toFrameFormat

java.awt.geom.AffineTransform toFrameFormat

toTransformationFormat

java.awt.geom.AffineTransform toTransformationFormat

transformation

Transformation transformation

graph

UndirectedGraph graph

oldCenter

java.awt.geom.Point2D oldCenter

center

java.awt.geom.Point2D center

mousePressedPosition

java.awt.geom.Point2D mousePressedPosition

root

Vertex root

selectedNode

Vertex selectedNode

configuration

DistortionConfiguration configuration

myMouseListener

java.awt.event.MouseListener myMouseListener

popup

VertexPopupMenu popup

clickHandlers

java.util.HashSet<E> clickHandlers

clientPopupListeners

java.util.HashSet<E> clientPopupListeners

movingActive

boolean movingActive

fastMode

boolean fastMode

prepareVertex

TreeVertexVisitor prepareVertex

start

TreeVertexVisitor start

stop

TreeVertexVisitor stop

Package de.aitools.iv.graphdrawing.jtree

Class de.aitools.iv.graphdrawing.jtree.JTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class de.aitools.iv.graphdrawing.jtree.JTreeVertexDraw extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

vertex

Vertex vertex

jTree

javax.swing.JTree jTree

jTreeView

JTreeVisualization jTreeView

shade

double shade

Class de.aitools.iv.graphdrawing.jtree.JTreeVisualization extends Visualization implements Serializable

Serialized Fields

graph

UndirectedGraph graph

root

Vertex root

selectedNode

Vertex selectedNode

jTree

javax.swing.JTree jTree

scrollPane

javax.swing.JScrollPane scrollPane

configuration

JTreeConfiguration configuration

myMouseListener

de.aitools.iv.graphdrawing.jtree.JTreeVisualization.MyMouseListener myMouseListener

myMouseMotionListener

de.aitools.iv.graphdrawing.jtree.JTreeVisualization.MyMouseMotionListener myMouseMotionListener

myTreeSelectionListener

de.aitools.iv.graphdrawing.jtree.JTreeVisualization.MyTreeSelectionListener myTreeSelectionListener

popupClickHandler

PopupClickHandler popupClickHandler

popup

VertexPopupMenu popup

clickHandlers

java.util.HashSet<E> clickHandlers

clientPopupListeners

java.util.HashSet<E> clientPopupListeners

Package de.aitools.iv.graphdrawing.nativeboxtree

Class de.aitools.iv.graphdrawing.nativeboxtree.BoxConstraint extends javax.swing.JPanel implements Serializable

serialVersionUID: 7L

Serialized Fields

config

NativeBoxTreeConfiguration config

wGraph

WalkerLinearGraph wGraph

Class de.aitools.iv.graphdrawing.nativeboxtree.EdgeDraw extends javax.swing.JComponent implements Serializable

serialVersionUID: 7L

Serialized Fields

parent

NativeBoxTreeVertexDraw parent

child

NativeBoxTreeVertexDraw child

direction

boolean direction

firstChild

boolean firstChild
Indicates, that this edge goes to the first child of the parent's children.


lastChild

boolean lastChild
Indicates, that this edge goes to the last child of the parent's children.

Class de.aitools.iv.graphdrawing.nativeboxtree.IconAiTreeCellRenderer extends javax.swing.JLabel implements Serializable

serialVersionUID: 7L

Class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization extends Visualization implements Serializable

serialVersionUID: 7L

Serialized Fields

graph

UndirectedGraph graph

root

Vertex root

configuration

NativeBoxTreeConfiguration configuration

mapper

AiTreeCellRendererMapper mapper

contentPane

javax.swing.JPanel contentPane

scrollPane

javax.swing.JScrollPane scrollPane

layeredPane

javax.swing.JLayeredPane layeredPane

clickHandlers

java.util.HashSet<E> clickHandlers

clientPopupListeners

java.util.HashSet<E> clientPopupListeners

plusIcon

javax.swing.Icon plusIcon

minusIcon

javax.swing.Icon minusIcon

selected

NativeBoxTreeVertexDraw selected

vertexUnderCursor

NativeBoxTreeVertexDraw vertexUnderCursor

popup

VertexPopupMenu popup

myMouseListener

de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization.MyMouseListener myMouseListener

layout

Layout layout

animThread

de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization.AnimThread animThread

addVertexDraws

TreeVertexVisitor addVertexDraws

removeVertexDraws

TreeVertexVisitor removeVertexDraws

updateVertexDraws

TreeVertexVisitor updateVertexDraws

myScrollPanelSizeCalculator

de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization.ScrollPanelSizeCalculator myScrollPanelSizeCalculator

skipAnimation

TreeVertexVisitor skipAnimation

Class de.aitools.iv.graphdrawing.nativeboxtree.SimpleTreeCellRenderer extends javax.swing.JTextArea implements Serializable

Class de.aitools.iv.graphdrawing.nativeboxtree.TextAreaAiTreeCellRenderer extends javax.swing.JTextArea implements Serializable

serialVersionUID: 7L


Package de.aitools.iv.graphdrawing.nativetree

Class de.aitools.iv.graphdrawing.nativetree.EdgeDraw extends javax.swing.JComponent implements Serializable

Serialized Fields

parent

NativeTreeVertexDraw parent

child

NativeTreeVertexDraw child

childAboveParent

boolean childAboveParent

firstChild

boolean firstChild
Indicates, that this edge goes to the first child of the parent's children.


lastChild

boolean lastChild
Indicates, that this edge goes to the last child of the parent's children.

Class de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization extends Visualization implements Serializable

Serialized Fields

graph

UndirectedGraph graph

root

Vertex root

configuration

NativeTreeConfiguration configuration

contentPane

javax.swing.JPanel contentPane

scrollPane

javax.swing.JScrollPane scrollPane

clickHandlers

java.util.HashSet<E> clickHandlers

clientPopupListeners

java.util.HashSet<E> clientPopupListeners

plusIcon

javax.swing.Icon plusIcon

minusIcon

javax.swing.Icon minusIcon

selected

NativeTreeVertexDraw selected

vertexUnderCursor

NativeTreeVertexDraw vertexUnderCursor

popup

VertexPopupMenu popup

myMouseListener

de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization.MyMouseListener myMouseListener

layout

ReingoldTilfordExtendedLayout layout

animThread

de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization.AnimThread animThread

addVertexDraws

TreeVertexVisitor addVertexDraws

removeVertexDraws

TreeVertexVisitor removeVertexDraws

updateVertexDraws

TreeVertexVisitor updateVertexDraws

myScrollPanelSizeCalculator

de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization.ScrollPanelSizeCalculator myScrollPanelSizeCalculator

skipAnimation

TreeVertexVisitor skipAnimation