RenderOptions

scalation.modeling.autograd.GraphExporter.RenderOptions
case class RenderOptions(showAnnotations: Boolean = ..., edgeShapes: Boolean = ..., nodeShapes: Boolean = ..., colorScheme: String = ..., groupBy: String = ..., showLegend: Boolean = ...)

Rendering options for DOT output.

Value parameters

colorScheme

color theme for rendering (reserved for future use)

edgeShapes

whether to label edges with tensor shapes

groupBy

grouping mode ("depth" or "none")

nodeShapes

whether to display tensor shapes inside nodes

showAnnotations

whether to annotate nodes that have stored gradients

showLegend

whether to include a legend cluster in the DOT output

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product