MINI MINI MANI MO
%
% Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
%
\name{ore.predict-ore.model}
\alias{ore.predict-ore.model}
\alias{ore.predict,ore.model-method}
\title{
\code{ore.model}モデルを使用したOracle R Enterpriseの予測
}
\description{
\code{ore.model}モデルを使用して予測を生成する
Oracle R Enterpriseのメソッド。
}
\usage{
\S4method{ore.predict}{ore.model}(object, newdata, ...)
}
\arguments{
\item{object}{
\code{ore.model}モデル・オブジェクト。
}
\item{newdata}{
\code{\link[OREbase:ore.frame-class]{ore.frame}}オブジェクト。
}
\item{\dots}{
実装されたメソッドのオプション引数。
}
}
\value{
\code{\link[OREbase:ore-class]{ore}}サブクラスのオブジェクトを返します。
}
\references{
\href{http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/documentation/index.html}{Oracle R Enterprise}
}
\author{
Oracle \email{oracle-r-enterprise@oracle.com}
}
\seealso{
\code{\link{ore.predict}}
}
\examples{
library(OREmodels)
IRIS <- ore.push(iris)
IRISModel <- ore.lm(Sepal.Length ~ ., data = IRIS)
IRIS$PRED <- ore.predict(IRISModel, IRIS)
head(IRIS)
}
\keyword{models}
\keyword{regression}
OHA YOOOO