@prefix azonOnto: <http://id.e-science.pl/ontologies/azonOnto#> .
@prefix collection: <http://id.e-science.pl/vocab/collection/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix kv: <http://id.e-science.pl/vocab/kv/> .
@prefix person: <http://id.e-science.pl/vocab/person/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix records: <http://id.e-science.pl/records/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://id.e-science.pl/vocab/unit/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
kv:c38916 a skos:Concept ;
rdfs:seeAlso "https://en.wikipedia.org/wiki/One-class_classification"@en,
"https://ai.ia.agh.edu.pl/wiki/_media/pl:dydaktyka:mbn:uczenie_maszynowe.pdf"@pl ;
skos:altLabel "class-modelling"@en,
"unary classification"@en ;
skos:definition "In machine learning OCC tries to identify objects of a specific class amongst all objects, by primarily learning from a training set containing only the objects of that class, although there exist variants of one-class classifiers where counter-examples are used to further refine the classification boundary."@en,
"Identyfikowanie obiektów o ustalonej klasie."@pl ;
skos:inScheme kv:keywordsVocabulary ;
skos:prefLabel "one-class classification (OCC)"@en,
"klasyfikacja jednoklasowa"@pl ;
skos:scopeNote "uczenie maszynowe"@pl .