write_to_dot(x, con = stdout(), ...)
## S3 method for class 'Weka_classifier':
write_to_dot(x, con = stdout(), ...)dot makes Using dot, the representation in file dot -Tps foo.dot >foo.ps.
Some Weka classifiers (e.g., tree learners such as J48 and M5P)
implement a write_to_dot
method writes the representation to the specified connection.