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 AbstractThreeWayDataTrainPostProcessorThreeWayDataTrain. m_PostProcessorthe post-processor.Methods in adams.flow.transformer that return AbstractThreeWayDataTrainPostProcessor Modifier and Type Method Description AbstractThreeWayDataTrainPostProcessorThreeWayDataTrain. 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 voidThreeWayDataTrain. 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 classParafacLossHistoryTurns the PARAFAC loss history into a spreadsheet.classPassThroughDoes nothing.
-