Packages

  • package root
    Definition Classes
    root
  • package scalation
    Definition Classes
    root
  • package columnar_db

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package.

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package. Basic type definitions are given.

  • package graph_db

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

  • package graphalytics

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

  • package image

    The image package contains classes, traits and objects for image processing and computer vision.

  • package spatial
  • PrimitiveType
  • PrimitiveTypeTest
p

scalation

package scalation

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

Value Members

  1. val BASE: String
  2. val DATA_DIR: String
  3. val LOG_DIR: String
  4. val MEM_MAPPED_DIR: String
  5. val SEP: String
  6. val SRC_DIR: String
  7. val SRC_SCALA_DIR: String
  8. val STORE_DIR: String
  9. def removeLast(s: String): String
  10. def setParallelism[A](n: Int)(block: ⇒ A): A
  11. val : String
  12. object PrimitiveType

    The PrimitiveType object maintains the primitive type supported by the ScalaTion database module.

  13. object PrimitiveTypeTest extends App

    The PrimitiveTypeTest prints the zero objects and types for all primitive types.

    The PrimitiveTypeTest prints the zero objects and types for all primitive types. > runMain scalation.PrimitiveTypeTest

Inherited from AnyRef

Inherited from Any

Ungrouped