c
faces.apps.prt.experiments.momo.transfermodelling
LinearTransferDataProvider
Companion object LinearTransferDataProvider
case class LinearTransferDataProvider(momo: MoMoBasic, transferVertices: IndexedSeq[IndexedSeq[DenseMatrix[Double]]], coefficientsSettings: IndexedSeq[(DataVector, Int, Double)]) extends TransferDataProvider with TransferDataProviderHelper with Product with Serializable
Linearly approximates transfer data based on 2^n transfer data sets which form the vertices of a hypercube in the space of faces. The approximation is a multilinear combination of these transfer data sets.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinearTransferDataProvider
- Serializable
- Serializable
- Product
- Equals
- TransferDataProviderHelper
- TransferDataProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LinearTransferDataProvider(momo: MoMoBasic, transferVertices: IndexedSeq[IndexedSeq[DenseMatrix[Double]]], coefficientsSettings: IndexedSeq[(DataVector, Int, Double)])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(coefficients: MoMoCoefficients): SurfacePointProperty[DenseMatrix[Double]]
- Definition Classes
- LinearTransferDataProvider → TransferDataProvider
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val coefficientsSettings: IndexedSeq[(DataVector, Int, Double)]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
implicit
def
indexedSeq2SurfacePointProperty(data: IndexedSeq[DenseMatrix[Double]]): SurfacePointProperty[DenseMatrix[Double]]
- Attributes
- protected
- Definition Classes
- TransferDataProviderHelper
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
momo: MoMoBasic
- Definition Classes
- LinearTransferDataProvider → TransferDataProviderHelper
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val transferVertices: IndexedSeq[IndexedSeq[DenseMatrix[Double]]]
-
lazy val
triangulation: TriangleList
- Definition Classes
- TransferDataProviderHelper
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )