Uses of Class
adams.flow.transformer.threewaydatatrain.AbstractThreeWayDataTrainPostProcessor
-
Packages that use AbstractThreeWayDataTrainPostProcessor Package Description adams.flow.transformer adams.flow.transformer.threewaydatatrain -
-
Uses of AbstractThreeWayDataTrainPostProcessor in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractThreeWayDataTrainPostProcessor Modifier and Type Field Description protected AbstractThreeWayDataTrainPostProcessor
ThreeWayDataTrain. m_PostProcessor
the post-processor.Methods in adams.flow.transformer that return AbstractThreeWayDataTrainPostProcessor Modifier and Type Method Description AbstractThreeWayDataTrainPostProcessor
ThreeWayDataTrain. getPostProcessor()
Returns the post-processor to use on the model.Methods in adams.flow.transformer with parameters of type AbstractThreeWayDataTrainPostProcessor Modifier and Type Method Description void
ThreeWayDataTrain. setPostProcessor(AbstractThreeWayDataTrainPostProcessor value)
Sets the post-processor to use on the model. -
Uses of AbstractThreeWayDataTrainPostProcessor in adams.flow.transformer.threewaydatatrain
Subclasses of AbstractThreeWayDataTrainPostProcessor in adams.flow.transformer.threewaydatatrain Modifier and Type Class Description class
ParafacLossHistory
Turns the PARAFAC loss history into a spreadsheet.class
PassThrough
Does nothing.
-