Preprocessor

object Preprocessor
class Object
trait Matchable
class Any

Value members

Concrete methods

def decode(encodedDatapoint: LazyList[Double])(preprocessor: Preprocessor): Map[String, String]
def encode(datapoint: Map[String, String])(preprocessor: Preprocessor): LazyList[Double]
def init(keysWithFlags: LazyList[(String, Boolean)], dataset: Iterator[Map[String, String]]): Preprocessor
def ofJson(json: String): Preprocessor
def toJson(preprocessor: Preprocessor): String