32333435363738
* the model contents. * * @param br The BufferedReader containing the model information. */ public PlainTextPerceptronModelReader(BufferedReader br) { super(new PlainTextFileDataReader(br)); }
36373839404142
* * @param br * The BufferedReader containing the model information. */ public PlainTextGISModelReader(BufferedReader br) { super(new PlainTextFileDataReader(br)); }