Scala

Scala

Scala tags covers the tutorials which are basics and intermediate topics, feel free to read them and subscribe

Apache Spark Imputer Usage In Scala

This Tutorial explain what is Spark imputer, implement the Imputer and basic terminologies used while using the imputer.And strategies available in spark imputer.

Stack recursion call and Tail Recursion in Scala

Recursion is the process of defining something in terms of itself,In any programming language method calling itself until certain condition is call Recursive method, so we are familiar with recursion now,and