public class FeatureInfo extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FeatureInfo.Builder
Helper class to build feature info.
|
Modifier and Type | Method and Description |
---|---|
int |
getFeature()
Get the feature number.
|
double |
getItemAverage()
Get the item average value of this feature.
|
int |
getIterCount()
Get the iteration count for the feature.
|
double |
getLastDeltaRMSE()
Get the last delta RMSE of the feature.
|
double |
getLastRMSE()
Get the last training RMSE of the feature.
|
double |
getSingularValue()
Get the singular value of this feature.
|
DoubleList |
getTrainingErrors()
Get the training error for each iteration.
|
double |
getUserAverage()
Get the user average value of this feature.
|
public int getFeature()
public int getIterCount()
public DoubleList getTrainingErrors()
public double getLastRMSE()
public double getLastDeltaRMSE()
public double getUserAverage()
public double getItemAverage()
public double getSingularValue()