Uses of Class
io.openml.gearbox.algorithms.binarytree.BinaryTreeSerde
Packages that use BinaryTreeSerde
-
Uses of BinaryTreeSerde in io.openml.gearbox.algorithms.binarytree
Methods in io.openml.gearbox.algorithms.binarytree that return BinaryTreeSerdeModifier and TypeMethodDescriptionstatic <T> BinaryTreeSerde<T> BinaryTreeSerde.usingDelimiterOf(char leftDelimiter, char rightDelimiter) Creates aBinaryTreeSerdeinstance using the specified the delimiter characters.static <T> BinaryTreeSerde<T> BinaryTreeSerde.usingParenthesesDelimiter()Creates aBinaryTreeSerdeinstance using '(' and ')' as the delimiter characters.