Uses of Record Class
org.ek9lang.assist.NegativeExample
Packages that use NegativeExample
-
Uses of NegativeExample in org.ek9lang.assist
Methods in org.ek9lang.assist that return NegativeExampleMethods in org.ek9lang.assist that return types with arguments of type NegativeExampleModifier and TypeMethodDescriptionNegativeExampleLoader.loadFromDirectory(Path corpusDir) Recursively scan a directory for .ek9 files and load negative training examples.Methods in org.ek9lang.assist with parameters of type NegativeExampleModifier and TypeMethodDescription(package private) List<NegativeTrainingDumper.TrainingEntry> NegativeTrainingDumper.buildTrainingEntries(NegativeExample example) Build all training entries for a single negative example.Method parameters in org.ek9lang.assist with type arguments of type NegativeExampleModifier and TypeMethodDescriptionintNegativeTrainingDumper.writeTrainingData(List<NegativeExample> examples, Path outputDir) Write negative training data with stratified 90/10 train/valid split by category.