
net.sansa_stack.ml.spark.anomalydetection.DistADLogger.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sansa-ml-spark_2.12 Show documentation
Show all versions of sansa-ml-spark_2.12 Show documentation
RDF/OWL Machine Learning Library for Apache Spark
The newest version!
package net.sansa_stack.ml.spark.anomalydetection
import org.apache.log4j.Logger
object DistADLogger extends Serializable {
@transient lazy val LOG = Logger.getLogger(getClass.getName)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy