Home
last modified time | relevance | path

Searched refs:SplitType (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/binary_space_tree/
H A Dbinary_space_tree_impl.hpp30 class SplitType>
57 class SplitType>
90 class SplitType>
129 class SplitType>
154 class SplitType>
187 class SplitType>
226 class SplitType>
254 class SplitType>
729 SplitType>::ElemType
755 SplitType>::ElemType
[all …]
H A Dtraits.hpp32 class SplitType>
34 SplitType>>
186 class SplitType>
188 bound::BallBound, SplitType>>
210 class SplitType>
212 bound::HollowBallBound, SplitType>>
234 class SplitType>
236 bound::CellBound, SplitType>>
H A Dbreadth_first_dual_tree_traverser_impl.hpp28 class SplitType>
30 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
56 class SplitType>
58 void BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
60 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>& in Traverse()
62 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>& in Traverse()
96 class SplitType>
98 void BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
100 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>& in Traverse()
H A Dsingle_tree_traverser_impl.hpp30 class SplitType>
32 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
43 class SplitType>
45 void BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
48 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>& in Traverse()
H A Dbinary_space_tree.hpp53 class SplitType = MidpointSplit>
62 typedef SplitType<BoundType<MetricType>, MatType> Split;
214 SplitType<BoundType<MetricType>, MatType>& splitter,
240 SplitType<BoundType<MetricType>, MatType>& splitter,
270 SplitType<BoundType<MetricType>, MatType>& splitter,
518 SplitType<BoundType<MetricType>, MatType>& splitter);
530 SplitType<BoundType<MetricType>, MatType>& splitter);
H A Ddual_tree_traverser_impl.hpp28 class SplitType>
30 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
44 class SplitType>
46 void BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
48 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>& in Traverse()
50 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>& in Traverse()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/source/model/
H A DSplitType.cpp29 SplitType GetSplitTypeForName(const Aws::String& name) in GetSplitTypeForName()
34 return SplitType::None; in GetSplitTypeForName()
38 return SplitType::Line; in GetSplitTypeForName()
42 return SplitType::RecordIO; in GetSplitTypeForName()
46 return SplitType::TFRecord; in GetSplitTypeForName()
52 return static_cast<SplitType>(hashCode); in GetSplitTypeForName()
55 return SplitType::NOT_SET; in GetSplitTypeForName()
62 case SplitType::None: in GetNameForSplitType()
64 case SplitType::Line: in GetNameForSplitType()
66 case SplitType::RecordIO: in GetNameForSplitType()
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/spill_tree/
H A Dspill_tree_impl.hpp27 class SplitType>
64 class SplitType>
101 class SplitType>
136 class SplitType>
203 class SplitType>
285 class SplitType>
330 class SplitType>
390 class SplitType>
573 SplitType>::ElemType
598 SplitType>::ElemType
[all …]
H A Dspill_single_tree_traverser_impl.hpp29 class SplitType>
31 SpillTree<MetricType, StatisticType, MatType, HyperplaneType, SplitType>::
43 class SplitType>
45 void SpillTree<MetricType, StatisticType, MatType, HyperplaneType, SplitType>::
48 SpillTree<MetricType, StatisticType, MatType, HyperplaneType, SplitType>& in Traverse()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/rectangle_tree/
H A Drectangle_tree_impl.hpp27 typename SplitType,
45 typename SplitType,
86 typename SplitType,
127 typename SplitType,
165 typename SplitType,
212 typename SplitType,
271 typename SplitType,
324 typename SplitType,
386 typename SplitType,
409 typename SplitType,
[all …]
H A Dsingle_tree_traverser_impl.hpp28 typename SplitType,
32 RectangleTree<MetricType, StatisticType, MatType, SplitType, DescentType,
42 typename SplitType,
46 void RectangleTree<MetricType, StatisticType, MatType, SplitType, DescentType,
H A Ddual_tree_traverser_impl.hpp28 typename SplitType,
32 RectangleTree<MetricType, StatisticType, MatType, SplitType, DescentType,
45 typename SplitType,
49 void RectangleTree<MetricType, StatisticType, MatType, SplitType, DescentType,
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/
H A Dperform_split.hpp35 template<typename MatType, typename SplitType>
39 const typename SplitType::SplitInfo& splitInfo) in PerformSplit()
49 (SplitType::AssignToLeftNode(data.col(left), splitInfo))) in PerformSplit()
51 while ((!SplitType::AssignToLeftNode(data.col(right), splitInfo)) && in PerformSplit()
67 while (SplitType::AssignToLeftNode(data.col(left), splitInfo) && in PerformSplit()
75 while ((!SplitType::AssignToLeftNode(data.col(right), splitInfo)) && in PerformSplit()
100 template<typename MatType, typename SplitType>
104 const typename SplitType::SplitInfo& splitInfo, in PerformSplit()
115 (SplitType::AssignToLeftNode(data.col(left), splitInfo))) in PerformSplit()
117 while ((!SplitType::AssignToLeftNode(data.col(right), splitInfo)) && in PerformSplit()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DTransformInput.h211 inline const SplitType& GetSplitType() const{ return m_splitType; } in GetSplitType()
275 …inline void SetSplitType(const SplitType& value) { m_splitTypeHasBeenSet = true; m_splitType = val… in SetSplitType()
307 …inline void SetSplitType(SplitType&& value) { m_splitTypeHasBeenSet = true; m_splitType = std::mov… in SetSplitType()
339 … inline TransformInput& WithSplitType(const SplitType& value) { SetSplitType(value); return *this;} in WithSplitType()
371 …inline TransformInput& WithSplitType(SplitType&& value) { SetSplitType(std::move(value)); return *… in WithSplitType()
384 SplitType m_splitType;
H A DSplitType.h16 enum class SplitType enum
27 AWS_SAGEMAKER_API SplitType GetSplitTypeForName(const Aws::String& name);
29 AWS_SAGEMAKER_API Aws::String GetNameForSplitType(SplitType value);
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DSplitSectionsCommand.h34 enum SplitType enum
40 explicit SplitSectionsCommand(QTextDocument *document, SplitType type, int splitPosition);
49 SplitType m_type; ///< Split type
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DSplitSectionsCommand.h34 enum SplitType enum
40 explicit SplitSectionsCommand(QTextDocument *document, SplitType type, int splitPosition);
49 SplitType m_type; ///< Split type
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/
H A Dgame.hpp56 enum class SplitType enum in Game
89 void setSplitType(SplitType splitType);
92 SplitType splitType() const;
195 SplitType m_splitType;
/dports/math/eprover/eprover-E-2.0/CLAUSES/
H A Dccl_splitting.h39 }SplitType; typedef
84 SplitType how, bool fresh_defs);
87 ClauseSet_p to_set, SplitType how,
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/knn/
H A Dknn_builder.h84 typedef Split<T> SplitType; typedef
91 const SplitType m_split;
95 const SplitType& split);
197 const SplitType& split) in PartitionPredicate()
229 SplitType split = SplitType::middle(bbox); in partition()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/
H A Dmcglscene.hh37 enum SplitType enum in MCGLScene
63 void setSplitType(SplitType splitType = ShowFullScreen);
122 SplitType m_splitType;
/dports/devel/boost-docs/boost_1_72_0/boost/icl/detail/
H A Dinterval_morphism.hpp69 template <typename JointType, typename SplitType>
72 void operator()(JointType& joint, SplitType& split) in operator ()()
75 ICL_FORALL(typename SplitType, split_, split) in operator ()()
/dports/devel/R-cran-BH/BH/inst/include/boost/icl/detail/
H A Dinterval_morphism.hpp69 template <typename JointType, typename SplitType>
72 void operator()(JointType& joint, SplitType& split) in operator ()()
75 ICL_FORALL(typename SplitType, split_, split) in operator ()()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/icl/detail/
H A Dinterval_morphism.hpp69 template <typename JointType, typename SplitType>
72 void operator()(JointType& joint, SplitType& split) in operator ()()
75 ICL_FORALL(typename SplitType, split_, split) in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/icl/detail/
H A Dinterval_morphism.hpp69 template <typename JointType, typename SplitType>
72 void operator()(JointType& joint, SplitType& split) in operator ()()
75 ICL_FORALL(typename SplitType, split_, split) in operator ()()

1234567891011