public interface ModelSeparateDataValidationOperations<T extends ai.idylnlp.model.training.EvaluationResult>
| Modifier and Type | Method and Description |
|---|---|
T |
separateDataEvaluate(ai.idylnlp.model.nlp.subjects.SubjectOfTrainingOrEvaluation subjectOfTraining,
String modelFileName,
String encryptionKey)
Performs model validation using separate data.
|
T separateDataEvaluate(ai.idylnlp.model.nlp.subjects.SubjectOfTrainingOrEvaluation subjectOfTraining, String modelFileName, String encryptionKey) throws IOException
subjectOfTraining - The SubjectOfTrainingOrEvaluation.modelFileName - The full path to the model file.encryptionKey - The model's encryption key.FMeasure.IOException - Thrown if any of the input files cannot be read.Copyright © 2018. All rights reserved.