|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.calculator.analysis.FrequencyAnalysisRunnerBase edu.northwestern.at.wordhoard.swing.calculator.analysis.CollocateFrequencies edu.northwestern.at.wordhoard.swing.calculator.analysis.CompareCollocateFrequencies
public class CompareCollocateFrequencies
Compares a single word form's frequency between two sets of works.
Field Summary | |
---|---|
protected static int |
LOGLIKECOLUMN
Column containing log-likelihood values in output table. |
protected static int |
OVERUSECOLUMN
Column containing overuse values in output table. |
protected static int |
WORDCLASSCOLUMN
Column containing word classes in output table. |
Constructor Summary | |
---|---|
CompareCollocateFrequencies()
Create a single word form frequency profile object. |
Method Summary | |
---|---|
boolean |
areResultOptionsAvailable()
Are result options available? |
protected ResultsPanel |
generateResults(WordHoardSortedTableModel model,
java.lang.String maxLabel,
java.lang.String maxLabel2)
Displays results of frequency analysis in a sorted table. |
ResultsPanel |
getCloud()
Show tag cloud of Dunning's log-likelihood profile. |
LabeledColumn |
getResultOptions()
Return result options. |
boolean |
isCloudAvailable()
Is cloud output available? |
void |
runAnalysis(javax.swing.JFrame parentWindow,
ProgressReporter progressReporter)
Run an analysis. |
Methods inherited from class edu.northwestern.at.wordhoard.swing.calculator.analysis.CollocateFrequencies |
---|
getCollocateCounts |
Methods inherited from class edu.northwestern.at.wordhoard.swing.calculator.analysis.FrequencyAnalysisRunnerBase |
---|
closeProgressReporter, createCloudAssociationMeasuresComboBox, createCompressValueRangeInTagCloudsCheckBox, generateResults, getAnalysisPercentColumnName, getChart, getCloud, getColTitleWordFormString, getContext, getDoubleFormat, getPercentReportMethodFormat, getReferencePercentColumnName, getResults, getTableFontSize, getTitle, handleTableSelectionChange, isCancelled, isChartAvailable, isContextAvailable, isFilterAvailable, saveChart, setContextButton, showDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.northwestern.at.wordhoard.swing.calculator.analysis.AnalysisRunner |
---|
getChart, getContext, getResults, handleTableSelectionChange, isChartAvailable, isContextAvailable, isFilterAvailable, saveChart, setContextButton, showDialog |
Field Detail |
---|
protected static final int WORDCLASSCOLUMN
protected static final int OVERUSECOLUMN
protected static final int LOGLIKECOLUMN
Constructor Detail |
---|
public CompareCollocateFrequencies()
Method Detail |
---|
public void runAnalysis(javax.swing.JFrame parentWindow, ProgressReporter progressReporter)
runAnalysis
in interface AnalysisRunner
runAnalysis
in class CollocateFrequencies
parentWindow
- Parent window for dialogs in the analysis.progressReporter
- Progress display for analysis. protected ResultsPanel generateResults(WordHoardSortedTableModel model, java.lang.String maxLabel, java.lang.String maxLabel2)
generateResults
in class CollocateFrequencies
model
- The model containing the analysis results.maxLabel
- Maximum size for word column.maxLabel2
- Maximum size for word class column. public boolean isCloudAvailable()
isCloudAvailable
in interface AnalysisRunner
isCloudAvailable
in class FrequencyAnalysisRunnerBase
public boolean areResultOptionsAvailable()
areResultOptionsAvailable
in interface AnalysisRunner
areResultOptionsAvailable
in class FrequencyAnalysisRunnerBase
public LabeledColumn getResultOptions()
getResultOptions
in interface AnalysisRunner
getResultOptions
in class FrequencyAnalysisRunnerBase
public ResultsPanel getCloud()
getCloud
in interface AnalysisRunner
getCloud
in class FrequencyAnalysisRunnerBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |