Package | Description |
---|---|
jsat.regression.evaluation |
Modifier and Type | Class and Description |
---|---|
class |
CoefficientOfDetermination
Uses the Coefficient of Determination, also known as R2, is an
evaluation score in [0,1].
|
class |
RelativeAbsoluteError
Uses the Sum of Absolute Errors divided by the sum of the absolute value of
the true values subtracted from their mean.
|
class |
RelativeSquaredError
Uses the Sum of Squared Errors divided by the sum of the squared true values
subtracted from their mean.
|
Modifier and Type | Method and Description |
---|---|
abstract TotalHistoryRegressionScore |
TotalHistoryRegressionScore.clone() |
Constructor and Description |
---|
TotalHistoryRegressionScore(TotalHistoryRegressionScore toCopy)
Copy constructor
|
Copyright © 2017. All rights reserved.