VectorInstance

class VectorInstance(val id: String, val array: Vector[Double]) extends PmmlElement

A data vector given in dense or sparse array format. The order of the values corresponds to that of the VectorFields. The sizes of the sparse arrays must match the number of fields included in the VectorFields element.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def numAttrs: Int

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val array: Vector[Double]
val id: String