org.dllearner.utilities.statistics
Class Table
java.lang.Object
org.dllearner.utilities.statistics.Table
- All Implemented Interfaces:
- Serializable
public class Table
- extends Object
- implements Serializable
Class to collect results and output them as a latex table or other formats.
- Author:
- Sebastian Hellmann
- See Also:
- Serialized Form
Table
public Table(String tableName)
main
public static void main(String[] args)
getLatexString
public String getLatexString()
getRowInLatex
public String getRowInLatex(int index)
getNumberOfRows
public int getNumberOfRows()
removeColumn
public void removeColumn(String header)
getColumnHeaders
public List<String> getColumnHeaders()
latexRow
public String latexRow(List<String> entries)
addColumn
public void addColumn(TableColumn c)
createTableFromSerializedColumsInFile
public static Table createTableFromSerializedColumsInFile(String tableName,
String tableFile)
createTableFromSerializedColumsInDir
public static Table createTableFromSerializedColumsInDir(String tableName,
String columnDir)
serializeColumns
public static void serializeColumns(Table t,
String dir,
String tableFile)
getColumns
public List<TableColumn> getColumns()
getTableName
public String getTableName()
setTableName
public void setTableName(String tableName)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann