Sumit Jha

Results 2 issues of Sumit Jha

I am trying to serialize mleap's DefaultLeapFrame to json format. The doc shows the following example: val schema = StructType(StructField("features", TensorType(BasicType.Double)), StructField("name", ScalarType.String), StructField("list_data", ListType(BasicType.String)), StructField("nullable_double", ScalarType(BasicType.Double, true)), StructField("float", ScalarType.Float),...

How do I serialize and de-serialize above memory-mapped bloom filter ?