FunctionApproximation.TransformFunction Class
Namespace: FunctionApproximation
Description
Use the FunctionApproximation.TransformFunction
object to define a score
transformation function of a trained classifier to approximate with an optimized lookup table
to use for fixed-point code generation. After defining the
FunctionApproximation.TransformFunction
object, use the
approximate
method to solve for the lookup table approximation.
Creation
Input Arguments
Properties
Tips
If you use a nondefault score transformation function such as
doublelogit
,logit
, orsymmetriclogit
for the trained classifier, you can useFunctionApproximation.TransformFunction
andapproximate
to update the fixed-point data type structure to include a lookup table that approximates the score transformation function.
Version History
Introduced in R2023a
See Also
approximate
| FunctionApproximation.ClassregProblem
Topics
- Use Lookup Table to Approximate Score Transformation (Statistics and Machine Learning Toolbox)