represents a function generated by DimensionReduction that projects data onto a lower-dimensional approximating manifold.


DimensionReducerFunction
represents a function generated by DimensionReduction that projects data onto a lower-dimensional approximating manifold.
Details and Options

- DimensionReducerFunction works like Function.
- DimensionReducerFunction[…][example] projects the single example example onto the approximating manifold.
- DimensionReducerFunction[…][{example1,example2,…}] projects all the examplei.
- DimensionReducerFunction[…][data,prop] gives the specified property of the dimension reduction associated with data.
- Possible properties include:
-
"ReducedVectors" reduction of the vectors given "OriginalData" deduced original examples given reduced vectors "ReconstructedData" reconstruction by reduction and inversion "ImputedData" missing values replaced by imputed ones - DimensionReduction[DimensionReducerFunction[…],FeatureExtractorfe] can be used to prepend the FeatureExtractorFunction[…] fe to the existing feature extractor.
Examples
open all close allBasic Examples (3)
Generate a DimensionReducerFunction from a list of vectors:
Use this reducer function on a new vector:
Use this reducer function on a list of new vectors:
The vectors can also contain missing values:
Generate a DimensionReducerFunction from a list of vectors:
Use this reducer function on a list of new vectors:
Try to reconstruct the original vectors from the reduced ones:
The reconstructed vectors can be directly obtained from the original vectors:
Scope (1)
Generate a DimensionReducerFunction from a list of vectors:
Use the reducer function to impute missing values in other vectors:
Related Guides
Text
Wolfram Research (2015), DimensionReducerFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/DimensionReducerFunction.html (updated 2018).
CMS
Wolfram Language. 2015. "DimensionReducerFunction." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2018. https://reference.wolfram.com/language/ref/DimensionReducerFunction.html.
APA
Wolfram Language. (2015). DimensionReducerFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DimensionReducerFunction.html
BibTeX
@misc{reference.wolfram_2025_dimensionreducerfunction, author="Wolfram Research", title="{DimensionReducerFunction}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/DimensionReducerFunction.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_dimensionreducerfunction, organization={Wolfram Research}, title={DimensionReducerFunction}, year={2018}, url={https://reference.wolfram.com/language/ref/DimensionReducerFunction.html}, note=[Accessed: 14-August-2025]}