Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
format
Method · 0.95
validate
Method · 0.95
computeConsistency
Method · 0.95
test
Method · 0.95
runCaptureForOneLanguage
Method · 0.95
runCaptureForOneLanguage
Method · 0.95
validate
Method · 0.95
Calls
4
collectTokenPairsAndSplitListInfo
Method · 0.95
trainOnSampleDocs
Method · 0.95
randomShuffleInPlace
Method · 0.95
buildTokenContextIndex
Method · 0.95
Tested by
no test coverage detected