package runtime
Created by hollinwilkins on 10/6/17.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class MleapContext(registry: BundleRegistry) extends HasBundleRegistry with Product with Serializable
-
trait
MleapSupport extends AnyRef
Object for support classes for easily working with Bundle.ML and DefaultLeapFrame.
-
type
ArrayRow = runtime.frame.ArrayRow
- Annotations
- @deprecated
- Deprecated
(Since version MLeap 0.9.0) this type will be removed for MLeap 1.0, use ml.combust.mleap.runtime.frame.ArrayRow instead
-
type
DefaultLeapFrame = runtime.frame.DefaultLeapFrame
- Annotations
- @deprecated
- Deprecated
(Since version MLeap 0.9.0) this type will be removed for MLeap 1.0, use ml.combust.mleap.runtime.frame.DefaultLeapFrame instead
-
type
LeapFrame[LF <: runtime.frame.LeapFrame[LF]] = runtime.frame.LeapFrame[LF]
- Annotations
- @deprecated
- Deprecated
(Since version MLeap 0.9.0) this type will be removed for MLeap 1.0, use ml.combust.mleap.runtime.frame.LeapFrame instead
-
type
Row = runtime.frame.Row
- Annotations
- @deprecated
- Deprecated
(Since version MLeap 0.9.0) this type will be removed for MLeap 1.0, use ml.combust.mleap.runtime.frame.Row instead
Value Members
-
object
MleapContext extends Serializable
Created by hollinwilkins on 10/25/16.
- object MleapSupport extends MleapSupport