Skip to content

Realease IBCF.MTME Version 1.2-5

Compare
Choose a tag to compare
@frahik frahik released this 22 Feb 18:21
· 74 commits to master since this release

IBCF.MTME v1.2 (Release date: 2018-02-19)

Changes:

  • Fixed important issue from IBCF()$predictions_Summary, now the correlation only uses the predicted testing data.
  • Now IBCF() function show $yHat that is an average of the prediction values of every partition.
  • Now IBCF() function shows in $predicted_Partition all the partitions values predicted (before was $Predictions and was changed to not confuse with $yHat).
  • Now IBCF() function shows in $observed all the response values from the DataSet.
  • Now IBCF() function shows in $Data.Obs_Pred all the response and predicted values from the DataSet.
  • Now IBCF.Years() function shows in $predicted all the values predicted.
  • Now IBCF.Years() function shows in $observed the response values for all the years from the Traits selected in Traits.testing.
  • Now CV.RandomPart() shows the lenght in every partition in $CrossValidation_length.
  • Now CV.RandomPart() admits Traits.testing to only use a PTesting percentage defined of the traits specified in the parameter to be used to fit the model.