Class Cosine3
java.lang.Object
com.semedy.reasoner.api.builtin.SimilarityBuiltin
com.semedy.reasoner.builtin.similarity.Cosine3
- All Implemented Interfaces:
Builtin,FunctionalBuiltin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget a description for the builtingetName()get the name of the builtinMethods inherited from class com.semedy.reasoner.api.builtin.SimilarityBuiltin
clear, cloneBuiltin, evaluate, evaluationFinished, getArgumentDescriptions, getArity, getMaxLevel, getMinLevel, getType, getWeight, init, isEvaluable, isInternal, objectGeneratingArguments, readsSymbolTable, setProperties, setSymbolTable, similarity, writesSymbolTable
-
Constructor Details
-
Cosine3
public Cosine3()the built-in
-
-
Method Details
-
getDescription
Description copied from interface:Builtinget a description for the builtin- Specified by:
getDescriptionin interfaceBuiltin- Overrides:
getDescriptionin classSimilarityBuiltin- Returns:
- a description of the built-in
-
getName
Description copied from interface:Builtinget the name of the builtin- Specified by:
getNamein interfaceBuiltin- Overrides:
getNamein classSimilarityBuiltin- Returns:
- the name of the built-in
-