class AutoPlotter extends AnyRef

The auto plotter contains methods for uploading a csv data and create a dashboard from its frame.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutoPlotter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AutoPlotter(facades: FacadeScope)(snapshot: SourceSnapshotInfo)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _features: String
  5. val _indexed: String
  6. def approxCountDistinct(column: SourceDataDescriptionColumn): Long
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def calculateCorrelationAgainstTarget(df: DataFrame, dataDescription: List[SourceDataDescriptionColumn], targetCol: String, top: Int): List[String]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. val columns: List[ColumnType]
  11. val columnsCategorical: List[Categorical]
  12. def continuesPlot(col: String, targetCol: String): DashboardDisplay
  13. val countCategorical: Int
  14. val countNumerical: Int
  15. val countPlotAble: Int
  16. val countRows: Long
  17. val countTimeLike: Int
  18. def createDashboard(targetCol: String): DashboardContent
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def findLinearPlots(column: String): List[DashboardDisplay]
  22. val frame: DataFrame
  23. def frequencyPlot(col: String, targetCol: String): DashboardDisplay
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isNumericalColumnIsCategorical[T](column: String)(implicit arg0: Numeric[T]): Boolean
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def newId(): String
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. def numericColumnIsCategorical(column: SourceDataDescriptionColumn): Boolean
  33. def orderCategoricalByImportance(categorical: List[Categorical], targetCol: String, top: Int): List[String]
  34. val source: SourceContent
  35. val sourceDataDescriptionColumns: List[SourceDataDescriptionColumn]
  36. def stringColumnHasFewerThanXUniques(frame: DataFrame, column: String, x: Int): Boolean
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def wordCloud(columns: List[String]): DashboardDisplay

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped