Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.validation
/
SnapshotValidator
/
MaxScores
Max
Scores
data
class
MaxScores
(
val
score
:
Double
,
val
distance
:
Float
,
val
theta
:
Float
,
val
timeDiff
:
Long
,
val
index
:
Int
)
Members
Constructors
Max
Scores
Link copied to clipboard
constructor
(
score
:
Double
,
distance
:
Float
,
theta
:
Float
,
timeDiff
:
Long
,
index
:
Int
)
Properties
distance
Link copied to clipboard
val
distance
:
Float
index
Link copied to clipboard
val
index
:
Int
score
Link copied to clipboard
val
score
:
Double
theta
Link copied to clipboard
val
theta
:
Float
time
Diff
Link copied to clipboard
val
timeDiff
:
Long