Uses of Class
com.pervasive.datarush.analytics.stats.DataQualityAnalyzer.QualityTest
-
Packages that use DataQualityAnalyzer.QualityTest Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of DataQualityAnalyzer.QualityTest in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats that return types with arguments of type DataQualityAnalyzer.QualityTest Modifier and Type Method Description List<DataQualityAnalyzer.QualityTest>
DataQualityAnalyzer. getTests()
Returns the set of tests to apply to the input datasetMethod parameters in com.pervasive.datarush.analytics.stats with type arguments of type DataQualityAnalyzer.QualityTest Modifier and Type Method Description void
DataQualityAnalyzer. setTests(List<DataQualityAnalyzer.QualityTest> tests)
Sets the set of tests to apply to the input dataset
-