Class NDArrayAnalysis
- java.lang.Object
-
- org.datavec.api.transform.analysis.columns.NDArrayAnalysis
-
- All Implemented Interfaces:
Serializable,ColumnAnalysis
public class NDArrayAnalysis extends Object implements ColumnAnalysis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected long[]histogramBucketCountsprotected double[]histogramBuckets
-
Constructor Summary
Constructors Constructor Description NDArrayAnalysis()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnTypegetColumnType()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.datavec.api.transform.analysis.columns.ColumnAnalysis
getCountTotal
-
-
-
-
Method Detail
-
getColumnType
public ColumnType getColumnType()
- Specified by:
getColumnTypein interfaceColumnAnalysis
-
-