Serialized Form
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
docs
java.util.LinkedList docs
metaData
java.util.LinkedList metaData
filters
DocumentFilter[] filters
docs
DocumentSet docs
queries
TermVector[] queries
qToDocs
int[][] qToDocs
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
docs
PagedLinkedList docs
- The documents
metaData
PagedLinkedList metaData
- The meta data
filters
DocumentFilter[] filters
- The filters
numDocs
double numDocs
interpolated
boolean interpolated
precision
double precision
recall
double recall
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
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
wordSet
java.util.HashSet wordSet
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.
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
termsId
java.lang.Object termsId
- A reference to this vector's ValueSortedMap
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.
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
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.
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
sql
java.lang.String sql
db
java.sql.Connection db
listModel
SQLComboBoxModel listModel
sqlStatement
java.lang.String sqlStatement
- The Sql statement to execute
sqlConnection
java.sql.Connection sqlConnection
- The database connection to use
sqlStatement
java.lang.String sqlStatement
- the sql statement to print
sqlConnection
java.sql.Connection sqlConnection
- The connection to the database
items
java.util.ArrayList items
list
javax.swing.JList list
scroll
javax.swing.JScrollPane scroll
colNum
int colNum
colSet
PCascadingColumnPanel colSet
dcListeners
java.util.LinkedList dcListeners
cols
PAbstractCascadingColumn[] cols
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
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.
bg
javax.swing.ButtonGroup bg
theButtons
javax.swing.JRadioButton[] theButtons
chosenValue
int chosenValue
textType
int textType
defaultText
java.lang.String defaultText
eventListeners
java.util.LinkedList eventListeners
- the event queue
object
java.lang.Object object
value
java.lang.Object value
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
pager
ObjectPager pager
ids
java.util.LinkedList ids
storedItems
java.util.HashMap storedItems
forwardSortedVector
java.util.Vector forwardSortedVector
reverseSortedVector
java.util.Vector reverseSortedVector
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.