Rdocumentation
powered by
Learn R Programming
AnDE (version 1.0)
distributionForInstance: distributionForInstance
Description
predicts class of a given instance based on the model
Usage
distributionForInstance(x, aode)
Arguments
x
instance to be classified
aode
list. this is the list which has all the required variables in it.
Value
class integer predicted class of the instance
Details
details to be added