SSE-methods: Sum of Squares Error
Description
Returns the sum of squares error at pos
.
Usage
# S4 method for REBMIX
SSE(x = NULL, pos = 1, ...)
## ... and for other signatures
Arguments
- x
see Methods section below.
- pos
a desired row number in x@summary
for which the information criterion is calculated. The default value is 1
.
- ...
currently not used.
Methods
signature(x = "REBMIX")
an object of class REBMIX
.
signature(x = "REBMVNORM")
an object of class REBMVNORM
.
References
C. M. Bishop. Neural Networks for Pattern Recognition. Clarendon Press, Oxford, 1995.