Uses of Interface
org.apache.sysds.api.ConfigurableAPI
-
Packages that use ConfigurableAPI Package Description org.apache.sysds.api.jmlc org.apache.sysds.api.mlcontext -
-
Uses of ConfigurableAPI in org.apache.sysds.api.jmlc
Classes in org.apache.sysds.api.jmlc that implement ConfigurableAPI Modifier and Type Class Description class
PreparedScript
Representation of a prepared (precompiled) DML/PyDML script. -
Uses of ConfigurableAPI in org.apache.sysds.api.mlcontext
Classes in org.apache.sysds.api.mlcontext that implement ConfigurableAPI Modifier and Type Class Description class
MLContext
The MLContext API offers programmatic access to SystemDS on Spark from languages such as Scala, Java, and Python.
-