Ontology Version: 2.2.0

cacontology-forensics:featureVectorsUsed leaf node


URI

https://cacontology.projectvic.org/forensics#featureVectorsUsed

Label

feature vectors used

Description

Number of feature vectors used in machine learning analysis.

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:MachineLearningCorrelation cacontology-forensics:featureVectorsUsed xsd:nonNegativeInteger

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-forensics:featureVectorsUsed a owl:DatatypeProperty ;
    rdfs:label "feature vectors used"@en ;
    rdfs:comment "Number of feature vectors used in machine learning analysis."@en ;
    rdfs:domain cacontology-forensics:MachineLearningCorrelation ;
    rdfs:range xsd:nonNegativeInteger .