Home
last modified time | relevance | path

Searched refs:pcas (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Filters/Statistics/Testing/Cxx/
H A DTestPCAStatistics.cxx109 vtkNew<vtkPCAStatistics> pcas; in TestPCARobust2() local
121 pcas->SetLearnOption( true ); in TestPCARobust2()
122 pcas->SetDeriveOption( true ); in TestPCARobust2()
123 pcas->SetTestOption( true ); in TestPCARobust2()
124 pcas->SetAssessOption( true ); in TestPCARobust2()
125 pcas->Update(); in TestPCARobust2()
229 pcas->Update(); in TestPCAPart()
260 pcas->SetTestOption( true ); in TestPCAPart()
262 pcas->Update(); in TestPCAPart()
350 pcas->Update(); in TestPCAPart()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Statistics/Testing/Cxx/
H A DTestPCAStatistics.cxx120 pcas->SetLearnOption(true); in TestPCARobust2()
121 pcas->SetDeriveOption(true); in TestPCARobust2()
122 pcas->SetTestOption(true); in TestPCARobust2()
123 pcas->SetAssessOption(true); in TestPCARobust2()
124 pcas->Update(); in TestPCARobust2()
225 pcas->Update(); in TestPCAPart()
255 pcas->SetLearnOption(true); in TestPCAPart()
257 pcas->SetTestOption(true); in TestPCAPart()
259 pcas->Update(); in TestPCAPart()
343 pcas->Update(); in TestPCAPart()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Statistics/Testing/Cxx/
H A DTestPCAStatistics.cxx114 vtkNew<vtkPCAStatistics> pcas; in TestPCARobust2() local
126 pcas->SetLearnOption( true ); in TestPCARobust2()
127 pcas->SetDeriveOption( true ); in TestPCARobust2()
128 pcas->SetTestOption( true ); in TestPCARobust2()
129 pcas->SetAssessOption( true ); in TestPCARobust2()
130 pcas->Update(); in TestPCARobust2()
234 pcas->Update(); in TestPCAPart()
265 pcas->SetTestOption( true ); in TestPCAPart()
267 pcas->Update(); in TestPCAPart()
355 pcas->Update(); in TestPCAPart()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/StatisticsGnuR/Testing/Cxx/
H A DTestPCAStatistics.cxx114 vtkNew<vtkPCAStatistics> pcas; in TestPCARobust2() local
126 pcas->SetLearnOption( true ); in TestPCARobust2()
127 pcas->SetDeriveOption( true ); in TestPCARobust2()
128 pcas->SetTestOption( true ); in TestPCARobust2()
129 pcas->SetAssessOption( true ); in TestPCARobust2()
130 pcas->Update(); in TestPCARobust2()
234 pcas->Update(); in TestPCAPart()
265 pcas->SetTestOption( true ); in TestPCAPart()
267 pcas->Update(); in TestPCAPart()
355 pcas->Update(); in TestPCAPart()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelStatistics/Testing/Cxx/
H A DTestRandomPMomentStatisticsMPI.cxx741 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
743 pcas->ResetAllColumnStates(); in RandomSampleStatistics()
746 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
748 pcas->ResetAllColumnStates(); in RandomSampleStatistics()
753 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
756 pcas->SetLearnOption(true); in RandomSampleStatistics()
757 pcas->SetDeriveOption(true); in RandomSampleStatistics()
758 pcas->SetAssessOption(true); in RandomSampleStatistics()
759 pcas->SetTestOption(false); in RandomSampleStatistics()
760 pcas->Update(); in RandomSampleStatistics()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelStatistics/Testing/Cxx/
H A DTestRandomPMomentStatisticsMPI.cxx803 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
805 pcas->ResetAllColumnStates(); in RandomSampleStatistics()
808 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
810 pcas->ResetAllColumnStates(); in RandomSampleStatistics()
815 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
818 pcas->SetLearnOption( true ); in RandomSampleStatistics()
819 pcas->SetDeriveOption( true ); in RandomSampleStatistics()
820 pcas->SetAssessOption( true ); in RandomSampleStatistics()
821 pcas->SetTestOption( false ); in RandomSampleStatistics()
822 pcas->Update(); in RandomSampleStatistics()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelStatistics/Testing/Cxx/
H A DTestRandomPMomentStatisticsMPI.cxx803 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
805 pcas->ResetAllColumnStates(); in RandomSampleStatistics()
808 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
810 pcas->ResetAllColumnStates(); in RandomSampleStatistics()
815 pcas->RequestSelectedColumns(); in RandomSampleStatistics()
818 pcas->SetLearnOption( true ); in RandomSampleStatistics()
819 pcas->SetDeriveOption( true ); in RandomSampleStatistics()
820 pcas->SetAssessOption( true ); in RandomSampleStatistics()
821 pcas->SetTestOption( false ); in RandomSampleStatistics()
822 pcas->Update(); in RandomSampleStatistics()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/srs/
H A Dprojection_selftest.cpp102 projection_case const& pcas = cases[i]; in test_projections() local
104 test_projection(pcas.id, pcas.args, in test_projections()
105 pcas.fwd_in, pcas.fwd_expect, in test_projections()
106 pcas.inv_in, pcas.inv_expect); in test_projections()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dprojection_selftest.cpp102 projection_case const& pcas = cases[i]; in test_projections() local
104 test_projection(pcas.id, pcas.args, in test_projections()
105 pcas.fwd_in, pcas.fwd_expect, in test_projections()
106 pcas.inv_in, pcas.inv_expect); in test_projections()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dprojection_selftest.cpp102 projection_case const& pcas = cases[i]; in test_projections() local
104 test_projection(pcas.id, pcas.args, in test_projections()
105 pcas.fwd_in, pcas.fwd_expect, in test_projections()
106 pcas.inv_in, pcas.inv_expect); in test_projections()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/srs/
H A Dprojection_selftest.cpp102 projection_case const& pcas = cases[i]; in test_projections() local
104 test_projection(pcas.id, pcas.args, in test_projections()
105 pcas.fwd_in, pcas.fwd_expect, in test_projections()
106 pcas.inv_in, pcas.inv_expect); in test_projections()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dcustomattribute.cs2152 temp_pca[pcas[i]] = pcas[i]; in PseudoCustomAttribute()
2222 count = pcas.Count; in GetCustomAttributes()
2223 return pcas.ToArray(); in GetCustomAttributes()
2288 count = pcas.Count; in GetCustomAttributes()
2289 return pcas.ToArray(); in GetCustomAttributes()
2352 return pcas; in GetCustomAttributes()
2414 count = pcas.Count; in GetCustomAttributes()
2415 return pcas.ToArray(); in GetCustomAttributes()
2466 return pcas; in GetCustomAttributes()
2516 count = pcas.Count; in GetCustomAttributes()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/memcache/
H A Dtsmemcache.cc736 char *pcas = xutoa(rcache_header->cas, te); in ascii_get_event() local
737 wbuf->write(pcas, te - pcas); in ascii_get_event()
/dports/games/bzflag-server/bzflag-2.4.22/data/l10n/
H A Dbzflag_sk.po2731 msgstr "BSPSceneDatabase spracovana pcas %.3f sekundy.\n"
/dports/games/bzflag/bzflag-2.4.22/data/l10n/
H A Dbzflag_sk.po2731 msgstr "BSPSceneDatabase spracovana pcas %.3f sekundy.\n"
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in12115 pcas 晃 100
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in12115 pcas 晃 100
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in12115 pcas 晃 100
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DArray30.txt.in12115 pcas 晃 100
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dlookup-array.cin7368pcas
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVOFReverseLookup/
H A Dlookup-array.cin7368pcas
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dlookup-array.cin7368pcas
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVOFReverseLookup/
H A Dlookup-array.cin7368pcas
/dports/editors/emacs-devel/emacs-4d1968b/leim/CXTERM-DIC/
H A DARRAY30.tit1804 pcas �� # ---> 0^3v1-2- 1
/dports/editors/emacs/emacs-27.2/leim/CXTERM-DIC/
H A DARRAY30.tit1804 pcas �� # ---> 0^3v1-2- 1

12