Below I have attached the workspace as well as the full specOnly the following 4 methods need to be implemented in TextClassifier.java:1) TextClassifier(Vectorizer vectorizer, Splitter splitter)Constructs a new TextClassifier given a fitted vectorizer for transforming data points and a splitter for determining the splits in the treeTextClassifier(Vectorizer vectorizer, Splitter splitter2) boolean classify(String text)Returns a boolean representing the predicted label for the given text.3) void print()Prints a Java code representation of this decision tree in if/else statement format without braces and with 1 additional indentation space per level in the decision tree. Leaf nodes should print “return true;” or “return false;” depending on the label value.4) void prune(int depth)Prunes this tree to the given depth. Each pruned subtree is replaced with a new node representing the subtree’s majority label. For example, pruning the above decision tree to depth 1 would result in the following structure.Specification
Implement a TextClassifier data type, a binary decision tree for classifying text documents.
1) TextClassifier(Vectorizer vectorizer, Splitter splitter)
Constructs a new TextClassifier given a fitted vectorizer for transforming data points
and a splitter for determining the splits in the tree.
boolean classify(String text)
Returns a boolean representing the predicted label for the given text.
2) void print()
Prints a Java code representation of this decision tree in if/else statement format
without braces and with 1 additional indentation space per level in the decision
tree. Leaf nodes should print “return true;” or “return false;” depending on the
label value.
if (vector[318]
Purchase answer to see full
attachment
Why Choose Us
- 100% non-plagiarized Papers
- 24/7 /365 Service Available
- Affordable Prices
- Any Paper, Urgency, and Subject
- Will complete your papers in 6 hours
- On-time Delivery
- Money-back and Privacy guarantees
- Unlimited Amendments upon request
- Satisfaction guarantee
How it Works
- Click on the “Place Order” tab at the top menu or “Order Now” icon at the bottom and a new page will appear with an order form to be filled.
- Fill in your paper’s requirements in the "PAPER DETAILS" section.
- Fill in your paper’s academic level, deadline, and the required number of pages from the drop-down menus.
- Click “CREATE ACCOUNT & SIGN IN” to enter your registration details and get an account with us for record-keeping and then, click on “PROCEED TO CHECKOUT” at the bottom of the page.
- From there, the payment sections will show, follow the guided payment process and your order will be available for our writing team to work on it.