MCPcopy Create free account
hub / github.com/antlr/codebuff / train

Method train

src/org/antlr/codebuff/Corpus.java:78–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public void train() throws Exception { train(true); }
79
80 public void train(boolean shuffleFeatureVectors) throws Exception {
81 collectTokenPairsAndSplitListInfo();

Callers 7

formatMethod · 0.95
validateMethod · 0.95
computeConsistencyMethod · 0.95
testMethod · 0.95
validateMethod · 0.95

Calls 4

trainOnSampleDocsMethod · 0.95
randomShuffleInPlaceMethod · 0.95

Tested by

no test coverage detected