DimensionReductionAndRegressionPredictionProcessDataVisitDocumentReferences Method |
Replaces paths of items (intended for data items like tables and columns) by other paths.
Thus it is possible to change a plot so that the plot items refer to another table.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void VisitDocumentReferences(
DocNodeProxyReporter Report
)
Parameters
- Report DocNodeProxyReporter
- Function that reports the found DocNodeProxy instances to the visitor.
See Also