package decision
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait FormatTreeReader extends Closeable
- trait FormatTreeWriter extends Closeable
- case class JsonFormatTreeReader(in: BufferedReader) extends FormatTreeReader with Product with Serializable
- case class JsonFormatTreeWriter(out: BufferedWriter) extends FormatTreeWriter with Product with Serializable
-
trait
NodeWrapper[N] extends AnyRef
Type class for decision-tree node-like objects.
Type class for decision-tree node-like objects.
This type class is used to convert decision tree nodes into the appropriate Bundle.ML node representations for serializing and deserializing.
- N
node type that can be serialized to Bundle.ML
- case class ProtoFormatTreeReader(in: DataInputStream) extends FormatTreeReader with Product with Serializable
- case class ProtoFormatTreeWriter(out: DataOutputStream) extends FormatTreeWriter with Product with Serializable
- case class TreeSerializer[N](path: Path, withImpurities: Boolean)(implicit evidence$1: NodeWrapper[N], bundleContext: BundleContext[_]) extends Product with Serializable
Value Members
-
object
FormatTreeSerializer
Created by hollinwilkins on 8/22/16.