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