Uses of Class
org.jpmml.evaluator.Table
-
Packages that use Table Package Description org.jpmml.evaluator -
-
Uses of Table in org.jpmml.evaluator
Methods in org.jpmml.evaluator that return Table Modifier and Type Method Description TableColumnCollector. getTable()TableTable.Row. getTable()TableTableSpliterator. getTable()static TableEvaluatorUtil. groupRows(String groupColumn, Table table)static TableEvaluatorUtil. groupRows(HasGroupFields hasGroupFields, Table table)TableInputField. prepare(Table table)Prepares a column of input values for a field.TableTableReader. read(InputStream is)TableTableReader. read(Reader reader)Methods in org.jpmml.evaluator that return types with arguments of type Table Modifier and Type Method Description Function<List<Object>,Table>ColumnCollector. finisher()Function<List<Object>,Table>TableCollector. finisher()Methods in org.jpmml.evaluator with parameters of type Table Modifier and Type Method Description static TableEvaluatorUtil. groupRows(String groupColumn, Table table)static TableEvaluatorUtil. groupRows(HasGroupFields hasGroupFields, Table table)TableInputField. prepare(Table table)Prepares a column of input values for a field.voidTableWriter. write(Table table, OutputStream os)voidTableWriter. write(Table table, Writer writer)Constructors in org.jpmml.evaluator with parameters of type Table Constructor Description ColumnCollector(Table table, String column)TableSpliterator(Table table)
-