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 TableTable.Row. getTable()TableTableSpliterator. getTable()Methods in org.jpmml.evaluator that return types with arguments of type Table Modifier and Type Method Description java.util.function.Function<java.util.List<java.lang.Object>,Table>TableCollector. finisher()Methods in org.jpmml.evaluator with parameters of type Table Modifier and Type Method Description protected Table.RowTableCollector. createFinisherRow(Table table)Constructors in org.jpmml.evaluator with parameters of type Table Constructor Description TableSpliterator(Table table)
-