public static final class ClassificationModelEvaluator.EntropyResult extends Object
| Constructor and Description |
|---|
EntropyResult(long calcTime_,
long rowCount_,
double crossEntropy_,
double distEntropy_) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCalcTime() |
double |
getCrossEntropy() |
double |
getDistEntropy() |
long |
getRowCount() |
Copyright © 2020. All rights reserved.