Drop neural net and trained classifier

This commit is contained in:
Shaunak Kishore
2015-09-23 23:39:33 -04:00
parent b3606087b9
commit 3682b75835
6 changed files with 1 additions and 2242 deletions

View File

@ -540,7 +540,7 @@ this.get_glyph_render_data = function(glyph, manual_bridges, classifier) {
}
}
var log = [];
var bridges = get_bridges(endpoints, classifier || combined_classifier);
var bridges = get_bridges(endpoints, classifier || hand_tuned_classifier);
var strokes = extract_strokes(
paths, endpoints, manual_bridges || bridges, log);
var expected = UNIHAN_STROKE_COUNTS[glyph.name];
@ -626,5 +626,3 @@ this.get_glyph_training_data = function(glyph) {
}
return result;
}
this.hand_tuned_classifier = hand_tuned_classifier;