Print method for prototypeComputation objects
Source:R/computations.R
print.prototypeComputation.RdDisplays a formatted summary of a prototypeComputation object, including the data structure, prototypes, distance type, sensitivity parameters, attention weights, and marginal probabilities.
Usage
# S3 method for class 'prototypeComputation'
print(x, ...)Arguments
- x
A
prototypeComputationobject created bycompute.- ...
Additional arguments passed to print methods (currently unused).