Big Data Predict Cluster Membership
DESCRIPTION:
Returns a bdFrame containing cluster memberships for a
"bdCluster"
This function requires the bigdata library section to be loaded.
USAGE:
predict.bdCluster(object, newdata = NULL)
fitted.bdCluster(object)
REQUIRED ARGUMENTS:
- object
-
object of class
"bdCluster"
.
OPTIONAL ARGUMENTS:
- newdata
-
bdFrame of numeric data.
The column names must include the variables used to compute
object
.
VALUE:
bdFrame of cluster membership.
SEE ALSO:
,
.
EXAMPLES:
x <- bdCluster(state.x77, 4)
fitted(x)
predict(x)