Serialized Form


Package javatools.administrative

Class javatools.administrative.NonsharedParameters.ParameterFileException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class javatools.administrative.NonsharedParameters.UndefinedParameterException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7648653481162390257L

Class javatools.administrative.Parameters.UndefinedParameterException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7648653481162390258L


Package javatools.database

Class javatools.database.Database.CommitTransactionSQLException extends Database.TransactionSQLException implements Serializable

serialVersionUID: 1L

Class javatools.database.Database.ConnectionBrokenSQLException extends java.sql.SQLException implements Serializable

serialVersionUID: 1L

Class javatools.database.Database.InitTransactionSQLException extends Database.TransactionSQLException implements Serializable

serialVersionUID: 1L

Class javatools.database.Database.RollbackTransactionSQLException extends Database.TransactionSQLException implements Serializable

serialVersionUID: 1L

Class javatools.database.Database.StartAutoCommitSQLException extends Database.TransactionSQLException implements Serializable

serialVersionUID: 1L

Class javatools.database.Database.TransactionSQLException extends java.sql.SQLException implements Serializable

serialVersionUID: 1L

Class javatools.database.WordNet extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

source

WordNet.Synset source
Holds the current source synset for NCA calculi


word2synsets

java.util.Map<K,V> word2synsets
Maps words to synsets


id2synset

java.util.Map<K,V> id2synset
Maps ids to synsets (compiled on demand)

Class javatools.database.WordNet.Synset extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id
Id as given in the WordNet Prolog files


words

java.util.List<E> words
Words of this synset


ups

java.util.List<E> ups
Upward connected synsets of this synset


downs

java.util.List<E> downs
Downward connected synsets of this synset


marker

java.lang.Object marker
Public marker


intMarker

int intMarker
Public marker


Package javatools.datatypes

Class javatools.datatypes.FinalMap extends java.util.TreeMap<T1 extends java.lang.Comparable,T2> implements Serializable

serialVersionUID: 1L

Class javatools.datatypes.SparseVector extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

label

double label
Contains a double value associated to this Sparse Vector


val

double[] val
Contains the values of this vector (corresponding to dim). May change. May be set to BINARY.


dim

int[] dim
dim[i] tells what dimension val[i] belongs to. Does not change. May be set to STANDARDDIM


size

int size
Holds the number of non-zero values of this vector


twonorm_sq

double twonorm_sq
Holds the squared two_norm of this vector, computed on demand

Class javatools.datatypes.SVMModel extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kernel_type

SVMModel.KernelType kernel_type

poly_degree

int poly_degree

rbf_gamma

double rbf_gamma

coef_lin

double coef_lin

coef_const

double coef_const

totwords

int totwords

totdoc

int totdoc

b

double b

sv

SparseVector[] sv

Package javatools.filehandlers

Class javatools.filehandlers.FileSet extends java.util.ArrayList<java.io.File> implements Serializable

serialVersionUID: 1L


Package javatools.parsers

Class javatools.parsers.BloomFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bitset

java.util.BitSet bitset

bitSetSize

int bitSetSize

expectedNumberOfFilterElements

int expectedNumberOfFilterElements

numberOfAddedElements

int numberOfAddedElements

k

int k

Class javatools.parsers.Language.LanguageNotSupportedException extends java.lang.Exception implements Serializable

serialVersionUID: 1L