* Add bindings for serialization. * Change `xgb.save.raw' into full serialization instead of simple model. * Add `xgb.load.raw' for unserialization. * Run devtools.
15 lines
418 B
R
15 lines
418 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/xgb.unserialize.R
|
|
\name{xgb.unserialize}
|
|
\alias{xgb.unserialize}
|
|
\title{Load the instance back from \code{\link{xgb.serialize}}}
|
|
\usage{
|
|
xgb.unserialize(buffer)
|
|
}
|
|
\arguments{
|
|
\item{buffer}{the buffer containing booster instance saved by \code{\link{xgb.serialize}}}
|
|
}
|
|
\description{
|
|
Load the instance back from \code{\link{xgb.serialize}}
|
|
}
|