Skip to content
Snippets Groups Projects
Commit 0db28d41 authored by Shyam Upadhyay's avatar Shyam Upadhyay
Browse files

wip

parent 5d6c4129
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ public class MyTrainer {
MyClassifier learner = new MyClassifier();
BatchTrainer trainer = new BatchTrainer(learner, trainReader);
BatchTrainer trainer = new BatchTrainer(learner, f1);
trainer.train(1);
// getFeatureWeights(learner);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment