SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.tensor
/
ContiguityAnalysis
Contiguity
Analysis
data
class
ContiguityAnalysis
(
val
isContiguous
:
Boolean
,
val
viewVolume
:
Int
,
val
parentVolume
:
Int
,
val
volumeRatio
:
Double
,
val
dimensionMatches
:
List
<
Boolean
>
,
val
reason
:
String
)
(
source
)
Data class containing detailed contiguity analysis results.
Members
Constructors
Contiguity
Analysis
Link copied to clipboard
constructor
(
isContiguous
:
Boolean
,
viewVolume
:
Int
,
parentVolume
:
Int
,
volumeRatio
:
Double
,
dimensionMatches
:
List
<
Boolean
>
,
reason
:
String
)
Properties
dimension
Matches
Link copied to clipboard
val
dimensionMatches
:
List
<
Boolean
>
is
Contiguous
Link copied to clipboard
val
isContiguous
:
Boolean
parent
Volume
Link copied to clipboard
val
parentVolume
:
Int
reason
Link copied to clipboard
val
reason
:
String
view
Volume
Link copied to clipboard
val
viewVolume
:
Int
volume
Ratio
Link copied to clipboard
val
volumeRatio
:
Double