methodCall
open fun methodCall(methodName: String, vararg arguments: Any?): FeatureExtractorBuilder.RepresentationInCaseOfFailureStep<SubjectT>(source)
Uses the configured MethodCallFormatter to create a description of a method call with the given methodName and the given arguments.
Use withDescription in case the feature extraction is not based on a method call.