toggle menu
data-models
JVM
switch theme
search in API
data-models
/
org.cryptotrader.data.library.entity.prediction.builder.models
/
AbstractPricePrediction
Abstract
Price
Prediction
abstract
class
AbstractPricePrediction
:
BuilderFactory
<
T
>
Inheritors
PricePredictionBuilder
Members
Constructors
Abstract
Price
Prediction
Link copied to clipboard
constructor
(
)
Functions
actual
Price
Link copied to clipboard
abstract
fun
actualPrice
(
actualPrice
:
Double
)
:
AbstractPricePrediction
build
Link copied to clipboard
abstract
fun
build
(
)
:
T
currency
Code
Link copied to clipboard
abstract
fun
currencyCode
(
currencyCode
:
String
)
:
AbstractPricePrediction
currency
Name
Link copied to clipboard
abstract
fun
currencyName
(
currencyName
:
String
)
:
AbstractPricePrediction
last
Updated
Link copied to clipboard
abstract
fun
lastUpdated
(
localDateTime
:
LocalDateTime
)
:
AbstractPricePrediction
model
Type
Link copied to clipboard
abstract
fun
modelType
(
modelType
:
String
)
:
AbstractPricePrediction
abstract
fun
modelType
(
modelType
:
ModelType
)
:
AbstractPricePrediction
num
Rows
Link copied to clipboard
abstract
fun
numRows
(
numRows
:
Int
)
:
AbstractPricePrediction
percent
Difference
Link copied to clipboard
abstract
fun
percentDifference
(
percentDifference
:
Double
)
:
AbstractPricePrediction
predicted
Price
Link copied to clipboard
abstract
fun
predictedPrice
(
predictedPrice
:
Double
)
:
AbstractPricePrediction
price
Difference
Link copied to clipboard
abstract
fun
priceDifference
(
priceDifference
:
Double
)
:
AbstractPricePrediction