Libraries
»
decision_tree
(0.1.0)
»
Index (V)
»
DecisionTree
»
VERSION
Module: DecisionTree::VERSION
Defined in:
lib/decision_tree/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
0
MINOR =
1
TINY =
0
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
'.'
)