Reads a Serializable
object/model.
Reads a Serializable
object/model.
Reads an ARFF file.
Reads an ARFF file.
Reads an Apache Arrow file.
Reads an Apache Arrow file.
Reads an Apache Avro file.
Reads an Apache Avro file.
Reads a CSV file.
Reads a CSV file.
Reads a CSV file.
Reads a CSV file.
Reads a JDBC query result to a data frame.
Reads a JSON file.
Reads a JSON file.
Reads a JSON file.
Reads a JSON file.
Reads a LivSVM file.
Reads a LivSVM file.
Reads an Apache Parquet file.
Reads an Apache Parquet file.
Reads a SAS7BDAT file.
Reads a SAS7BDAT file.
Reads a Wavefront OBJ file.
Reads a Wavefront OBJ file. The OBJ file format is a simple format of 3D geometry including the position of each vertex, the UV position of each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of vertices, and texture vertices. Vertices are stored in a counter-clockwise order by default, making explicit declaration of face normals unnecessary. OBJ coordinates have no units, but OBJ files can contain scale information in a human readable comment line.
Note that we parse only vertex and face elements. All other information ignored.
the file path
a tuple of vertex array and edge array.
Reads a Wavefront OBJ file.
Reads an object/model that was serialized by XStream.
Reads an object/model that was serialized by XStream.
Input operators.