Package | Description |
---|---|
org.tribuo.evaluation |
Evaluation base classes, along with code for train/test splits and cross validation.
|
Modifier and Type | Method and Description |
---|---|
default OnlineEvaluator<T,E> |
Evaluator.createOnlineEvaluator(Model<T> model,
DataProvenance provenance)
Creates an online evaluator that maintains a list of all the predictions it has seen and can evaluate
them upon request.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.