public class ResultMatrixLatex extends ResultMatrix
LEFT_PARENTHESES, LOSS_STRING, RIGHT_PARENTHESES, SIGNIFICANCE_LOSS, SIGNIFICANCE_TIE, SIGNIFICANCE_WIN, TIE_STRING, WIN_STRING| Constructor and Description |
|---|
ResultMatrixLatex()
initializes the matrix as 1x1 matrix
|
ResultMatrixLatex(int cols,
int rows)
initializes the matrix with the given dimensions
|
ResultMatrixLatex(ResultMatrix matrix)
initializes the matrix with the values from the given matrix
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
removes the stored data but retains the dimensions of the matrix
|
String |
getDisplayName()
returns the name of the output format
|
String |
getRevision()
Returns the revision string.
|
static void |
main(String[] args)
for testing only
|
String |
toStringHeader()
returns the header of the matrix as a string
|
String |
toStringKey()
returns returns a key for all the col names, for better readability if
the names got cut off
|
String |
toStringMatrix()
returns the matrix as latex table
|
String |
toStringRanking()
returns the ranking in a string representation
|
String |
toStringSummary()
returns the summary as string
|
addHeader, assign, clearHeader, clearRanking, clearSummary, getAverage, getColCount, getColHidden, getColName, getColNameWidth, getColOrder, getCount, getCountWidth, getDisplayCol, getDisplayRow, getEnumerateColNames, getEnumerateRowNames, getHeader, getMean, getMeanPrec, getMeanWidth, getPrintColNames, getPrintRowNames, getRemoveFilterName, getRowCount, getRowHidden, getRowName, getRowNameWidth, getRowOrder, getShowAverage, getShowStdDev, getSignificance, getSignificanceCount, getSignificanceWidth, getStdDev, getStdDevPrec, getStdDevWidth, getVisibleColCount, getVisibleRowCount, headerKeys, setColHidden, setColName, setColNameWidth, setColOrder, setCount, setCountWidth, setEnumerateColNames, setEnumerateRowNames, setMean, setMeanPrec, setMeanWidth, setPrintColNames, setPrintRowNames, setRanking, setRemoveFilterName, setRowHidden, setRowName, setRowNameWidth, setRowOrder, setShowAverage, setShowStdDev, setSignificance, setSignificanceWidth, setSize, setStdDev, setStdDevPrec, setStdDevWidth, setSummary, toStringpublic ResultMatrixLatex()
public ResultMatrixLatex(int cols,
int rows)
public ResultMatrixLatex(ResultMatrix matrix)
matrix - the matrix to get the values frompublic String getDisplayName()
getDisplayName in class ResultMatrixpublic void clear()
clear in class ResultMatrixpublic String toStringHeader()
toStringHeader in class ResultMatrixResultMatrix.m_HeaderKeys,
ResultMatrix.m_HeaderValuespublic String toStringMatrix()
toStringMatrix in class ResultMatrixpublic String toStringKey()
toStringKey in class ResultMatrixpublic String toStringSummary()
toStringSummary in class ResultMatrixpublic String toStringRanking()
toStringRanking in class ResultMatrixpublic String getRevision()
public static void main(String[] args)
Copyright © 2021 University of Waikato, Hamilton, NZ. All rights reserved.