MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / initialLoad

Method initialLoad

JSAT/src/jsat/text/TextDataLoader.java:128–128  ·  view source on GitHub ↗

This method will load all the text documents that make up the original data set from their source. For each document, #addOriginalDocument(java.lang.String) should be called with the text of the document. This method will be called when #getDataSet() is called for the first ti

()

Source from the content-addressed store, hash-verified

126 * {@link #newText(java.lang.String) }.
127 */
128 public abstract void initialLoad();
129
130 /**
131 * To be called by the {@link #initialLoad() } method.

Callers 3

getDataSetMethod · 0.95
getDataSetMethod · 0.45
getDataSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected