Predict out-of-bag response of ensemble
[label,score]
= oobPredict(ens)
[label,score]
= oobPredict(ens,Name,Value)
[
returns class labels
and scores for label
,score
]
= oobPredict(ens
)ens
for out-of-bag data.
[
computes
labels and scores with additional options specified by one or more label
,score
]
= oobPredict(ens
,Name,Value
)Name,Value
pair
arguments.
|
A classification bagged ensemble, constructed with |
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
|
Indices of weak learners in the ensemble ranging from Default: |
|
Classification labels of the same data type as the training data |
|
An |