Uses of Interface
org.datavec.api.transform.analysis.columns.ColumnAnalysis
-
Packages that use ColumnAnalysis Package Description org.datavec.api.transform.analysis org.datavec.api.transform.analysis.columns -
-
Uses of ColumnAnalysis in org.datavec.api.transform.analysis
Methods in org.datavec.api.transform.analysis that return ColumnAnalysis Modifier and Type Method Description ColumnAnalysisDataAnalysis. getColumnAnalysis(String column)Methods in org.datavec.api.transform.analysis that return types with arguments of type ColumnAnalysis Modifier and Type Method Description static List<ColumnAnalysis>DataVecAnalysisUtils. convertCounters(List<AnalysisCounter> counters, double[][] minsMaxes, List<ColumnType> columnTypes)Method parameters in org.datavec.api.transform.analysis with type arguments of type ColumnAnalysis Modifier and Type Method Description static voidDataVecAnalysisUtils. mergeCounters(List<ColumnAnalysis> columnAnalysis, List<HistogramCounter> histogramCounters)Constructor parameters in org.datavec.api.transform.analysis with type arguments of type ColumnAnalysis Constructor Description SequenceDataAnalysis(Schema schema, List<ColumnAnalysis> columnAnalysis, SequenceLengthAnalysis sequenceAnalysis) -
Uses of ColumnAnalysis in org.datavec.api.transform.analysis.columns
Classes in org.datavec.api.transform.analysis.columns that implement ColumnAnalysis Modifier and Type Class Description classBytesAnalysisclassCategoricalAnalysisclassDoubleAnalysisclassIntegerAnalysisclassLongAnalysisclassNDArrayAnalysisclassNumericalColumnAnalysisclassStringAnalysisclassTimeAnalysis
-