Serialized Form


Package iglu.ir

Class iglu.ir.AbstractDocument implements Serializable

Serialized Fields

fullContent

java.lang.String fullContent

indexibleContent

java.lang.String indexibleContent

tv

TermVector tv
Contains a list of words occurring and how often they occur


size

int size

Class iglu.ir.ASCIIDocument implements Serializable

Class iglu.ir.DefaultDocumentSet implements Serializable

Serialized Fields

docs

java.util.LinkedList docs

metaData

java.util.LinkedList metaData

filters

DocumentFilter[] filters

Class iglu.ir.DefaultIRPacket implements Serializable

Serialized Fields

docs

DocumentSet docs

queries

TermVector[] queries

qToDocs

int[][] qToDocs

Class iglu.ir.FrequencyVectorCreator implements Serializable

Class iglu.ir.GeneralVectorCreator implements Serializable

Serialized Fields

documentFrequency

TermVector documentFrequency
A term vector indicating the number of documents in which a term appears.


globalFrequency

TermVector globalFrequency

globalWeight

TermVector globalWeight

validIndexingTerms

TermVector validIndexingTerms

highestRank

double highestRank

_RECOMPUTE

int _RECOMPUTE

_OKAY

int _OKAY

_NEWENTROPY

int _NEWENTROPY

_NEWNORMALIZED

int _NEWNORMALIZED

dataStatus

int dataStatus

numDocs

int numDocs
The number of documents in the corpus


highestDocFreq

int highestDocFreq

highestTermFreq

int highestTermFreq

localWeightScheme

int localWeightScheme

globalWeightScheme

int globalWeightScheme

Class iglu.ir.HTMLDocument implements Serializable

Class iglu.ir.PagedDocumentSet implements Serializable

Serialized Fields

docs

PagedLinkedList docs
The documents


metaData

PagedLinkedList metaData
The meta data


filters

DocumentFilter[] filters
The filters

Class iglu.ir.PRPair implements Serializable

Serialized Fields

numDocs

double numDocs

interpolated

boolean interpolated

precision

double precision

recall

double recall

Class iglu.ir.PRResult implements Serializable

Serialized Fields

numRelevant

int numRelevant

numDocs

int numDocs

numInterp

int numInterp

qid

java.io.Serializable qid

precTotal

double precTotal

recTotal

double recTotal

querySize

double querySize

queryTime

double queryTime

docOrder

java.util.TreeMap docOrder

precOrder

java.util.TreeMap precOrder

recallOrder

java.util.TreeMap recallOrder

Class iglu.ir.RAMSearchEngine implements Serializable

Serialized Fields

description

java.lang.String description

name

java.lang.String name

metricName

java.lang.String metricName

idDataMap

java.util.HashMap idDataMap

idVectorMap

java.util.HashMap idVectorMap

Class iglu.ir.SearchEngineException implements Serializable

Class iglu.ir.StopList implements Serializable

Serialized Fields

wordSet

java.util.HashSet wordSet

Class iglu.ir.StreamFreqTable implements Serializable

Serialized Fields

termFreqHash

java.util.Hashtable termFreqHash
Hashtable containing frequency information.

numTermsSeen

long numTermsSeen
Number of terms used in the creation of the table.

maxWordFreq

long maxWordFreq
Frequency of the most frequently occuring word in the table.

Class iglu.ir.TermVector implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the VSM from the input stream


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write the VSM to the output stream, not only the id

Serialized Fields

termsId

java.lang.Object termsId
A reference to this vector's ValueSortedMap

Class iglu.ir.TermVectorTableModel implements Serializable

Serialized Fields

precision

int precision
The number of decimal points to show


ll

java.util.LinkedList ll
The term vector to show


reverse

boolean reverse
Print out the items in reverse order.


tv

TermVector tv
The term vector being displayed.

Class iglu.ir.TFIDFVectorCreator implements Serializable

Serialized Fields

docOccurs

TermVector docOccurs
A term vector indicating the number of documents in which a term appears.


highestRank

int highestRank

numDocs

int numDocs
The number of documents in the corpus


Package iglu.jdbc

Class iglu.jdbc.JDBCComboBoxModel implements Serializable

Serialized Fields

rs

java.sql.ResultSet rs
The result set which provides the information for this model.


displayCols

int[] displayCols
Which columns to display. If you want columns 3, 4, and 6 to show up in the combo box, then set this to new int[] {3, 4, 6}. You do this in the constructor. Setting the columns to display does not affect you ability to see the rest of the columns in the ResultSet.


size

int size
The number of items in the result set. Added for efficiency.


selectedItem

JDBCComboBoxModel.ListItem selectedItem
Which item is currently selected.

Class iglu.jdbc.JDBCTableModel implements Serializable

Serialized Fields

rs

java.sql.ResultSet rs
where the data is stored


numRows

int numRows
the number of rows in this result set


colsToDisplay

int[] colsToDisplay
which cols to display. To show columns 1, 3, and 6 in the table, set this to: new int[] {1, 3, 6}; You can still get at the other columns in the result set.


bookmark

int bookmark
bookmarked position. Used by the selection listener to keep track of the most recently selected item. Initialized to -1 to indicate no selection. 1-base inde


bm

int[] bm
a hack to get around the fact that the ListSelectionEvent does not really tell you what was selected. Uses a 1-based index

Class iglu.jdbc.SQLCascadingColumn implements Serializable

Serialized Fields

sql

java.lang.String sql

db

java.sql.Connection db

listModel

SQLComboBoxModel listModel

Class iglu.jdbc.SQLComboBoxModel implements Serializable

Serialized Fields

sqlStatement

java.lang.String sqlStatement
The Sql statement to execute


sqlConnection

java.sql.Connection sqlConnection
The database connection to use

Class iglu.jdbc.SQLTableModel implements Serializable

Serialized Fields

sqlStatement

java.lang.String sqlStatement
the sql statement to print


sqlConnection

java.sql.Connection sqlConnection
The connection to the database


Package iglu.polka

Class iglu.polka.DragDropMap implements Serializable

Serialized Fields

items

java.util.ArrayList items

Class iglu.polka.PAbstractCascadingColumn implements Serializable

Serialized Fields

list

javax.swing.JList list

scroll

javax.swing.JScrollPane scroll

colNum

int colNum

colSet

PCascadingColumnPanel colSet

dcListeners

java.util.LinkedList dcListeners

Class iglu.polka.PCascadingColumnPanel implements Serializable

Serialized Fields

cols

PAbstractCascadingColumn[] cols

Class iglu.polka.PDateRange implements Serializable

Serialized Fields

doubleBack

javax.swing.JButton doubleBack

back

javax.swing.JButton back

newRange

javax.swing.JButton newRange

doubleForward

javax.swing.JButton doubleForward

forward

javax.swing.JButton forward

toDate

IgluGregCalendar toDate

fromDate

IgluGregCalendar fromDate

fFromDate

PTextField fFromDate

fToDate

PTextField fToDate

rangeChangeListeners

java.util.LinkedList rangeChangeListeners

Class iglu.polka.PHistoryComboBox implements Serializable

Class iglu.polka.PLineGraph implements Serializable

Serialized Fields

lowY

double lowY
The low end of the Y range.


highY

double highY
High end of the y range.


lowX

double lowX
Low end of the X range.


highX

double highX
High end of the X range.


drawAxes

boolean drawAxes
Should be axes be drawn.


graphcolor

java.awt.Color graphcolor
Color of the graph


lines

java.util.LinkedList lines
The lines in the graph. A collection of GraphData2D


closestPoint

OrderedPoint2D closestPoint
the closes point if it's turned on


closestDistance

double closestDistance
distance to the closes point from the mouse


pointTracking

boolean pointTracking

highlightClosest

boolean highlightClosest

pixelDist

double pixelDist

insets

java.awt.Insets insets
The spaces around the edge of the JLabel where we can't draw.


xScale

double xScale
How to transform the x points to pixel values.


yScale

double yScale
How to transform the y values to pixel values.

Class iglu.polka.PQuestionPanel implements Serializable

Class iglu.polka.PRangeRadioButton implements Serializable

Serialized Fields

bg

javax.swing.ButtonGroup bg

theButtons

javax.swing.JRadioButton[] theButtons

chosenValue

int chosenValue

Class iglu.polka.PTextField implements Serializable

Serialized Fields

textType

int textType

defaultText

java.lang.String defaultText

Class iglu.polka.PTextField.IrrelevantMethodCall implements Serializable


Package iglu.util

Class iglu.util.ActiveValueSortedMap implements Serializable

Serialized Fields

eventListeners

java.util.LinkedList eventListeners
the event queue

Class iglu.util.CalendarParser.InvalidDateFormatException implements Serializable

Class iglu.util.IgluGregCalendar implements Serializable

Class iglu.util.NotImplementedException implements Serializable

Class iglu.util.ObjectValuePair implements Serializable

Serialized Fields

object

java.lang.Object object

value

java.lang.Object value

Class iglu.util.PagedLinkedList implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

pager

ObjectPager pager

ids

java.util.LinkedList ids

Class iglu.util.ValueSortedMap implements Serializable

Serialized Fields

storedItems

java.util.HashMap storedItems

forwardSortedVector

java.util.Vector forwardSortedVector

reverseSortedVector

java.util.Vector reverseSortedVector

Class iglu.util.ValueSortedMapTableModel implements Serializable

Serialized Fields

precision

int precision
The number of decimal points to show


ll

java.util.LinkedList ll
The term vector to show


reverse

boolean reverse
Print out the items in reverse order.


tv

ValueSortedMap tv
The term vector being displayed.