Module datarush.analytics
Class ContinuousInputMappingModel
java.lang.Object
com.pervasive.datarush.analytics.naivebayes.InputMappingModel
com.pervasive.datarush.analytics.naivebayes.ContinuousInputMappingModel
PMML Input Mapping for continuous ( numerical ) data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the map of target statistics.voidsetTargetStatistics(Map<String, TargetStatistics> targetStatistics) Sets the map of target statistics.
-
Constructor Details
-
ContinuousInputMappingModel
public ContinuousInputMappingModel()Create an empty ContinuousMappingModel.
-
-
Method Details
-
setTargetStatistics
Sets the map of target statistics. Keys in the map are target names. Values in the map the the correspondingTargetStatisticsobject.- Parameters:
targetStatistics- the map of target statistics
-
getTargetStatistics
Gets the map of target statistics. Keys in the map are target names. Values in the map the the correspondingTargetStatisticsobject.- Returns:
- the map of target statistics
-