MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/library/OREpredict/doc/man/zh_CN/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/library/OREpredict/doc/man/zh_CN/ore.predict-prcomp.Rd

%
% Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{ore.predict-prcomp}
\alias{ore.predict-prcomp}
\alias{ore.predict,prcomp-method}
\title{
使用 \code{\link[stats]{prcomp}} 模型的 Oracle R Enterprise 预测
}
\description{
用于使用 \code{\link[stats]{prcomp}} 模型生成预测的 Oracle R Enterprise
  方法。
}
\usage{
  \S4method{ore.predict}{prcomp}(object, newdata, ...)
}
\arguments{
  \item{object}{
一个 \code{\link[stats]{prcomp}} 对象。
}
  \item{newdata}{
一个 \code{\link[OREbase:ore.frame-class]{ore.frame}}
    对象。
}
  \item{\dots}{
可选参数。
}
}
\value{
返回一个包含 \code{\link[OREbase:ore.frame-class]{ore.frame}} 的滚动列的
  \code{newdata} 对象。
}
\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}},
  \code{\link[stats]{prcomp}}.
}
\examples{
irisModel <- prcomp(~ Sepal.Length + Sepal.Width + Petal.Length + Petal.Width,
                    data = iris)
IRIS <- ore.push(iris)
IRIS <- cbind(IRIS, ore.predict(irisModel, IRIS))
}
\keyword{multivariate}

OHA YOOOO