8 overrides of MoveNext
Microsoft.Data.Analysis (1)
DataFrame.IDataView.cs (1)
132public override bool MoveNext()
Microsoft.ML.Core (2)
Data\RootCursorBase.cs (1)
60public sealed override bool MoveNext()
Data\SynchronizedCursorBase.cs (1)
68public sealed override bool MoveNext() => Root.MoveNext();
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (2)
468public override bool MoveNext() 579public override bool MoveNext() => throw Ch.ExceptNotSupp();
DataView\DataViewConstructionUtils.cs (1)
523public override bool MoveNext() => _toWrap.MoveNext();
DataView\TypedCursor.cs (1)
625public override bool MoveNext() => _cursor.MoveNext();
Microsoft.ML.Samples (1)
Dynamic\SimpleDataViewImplementation.cs (1)
311public override bool MoveNext()
369 references to MoveNext
Microsoft.Data.Analysis (1)
IDataView.Extension.cs (1)
139while (cursor.MoveNext() && cursor.Position < maxRows)
Microsoft.ML.AutoML (8)
AutoMLExperiment\ITrialResultManager.cs (1)
158while (rowCursor.MoveNext())
ColumnInference\ColumnTypeInference.cs (1)
290while (cursor.MoveNext())
ColumnInference\PurposeInference.cs (1)
94while (cursor.MoveNext())
ColumnInference\TextFileContents.cs (1)
103while (cursor.MoveNext())
DatasetDimensions\DatasetDimensionsUtil.cs (4)
20while (cursor.MoveNext()) 37while (cursor.MoveNext()) 55while (cursor.MoveNext()) 72while (cursor.MoveNext())
Microsoft.ML.CodeGenerator (1)
Utils.cs (1)
66if (rowCursor.MoveNext())
Microsoft.ML.Core (5)
Data\LinkedRootCursorBase.cs (2)
10/// Base class for a cursor has an input cursor, but still needs to do work on <see cref="DataViewRowCursor.MoveNext"/>. 20/// Returns the root cursor of the input. It should be used to perform <see cref="DataViewRowCursor.MoveNext"/>
Data\LinkedRowFilterCursorBase.cs (1)
29while (Root.MoveNext())
Data\LinkedRowRootCursorBase.cs (1)
11/// <see cref="DataViewRowCursor.MoveNext"/>. Note that the default
Data\SynchronizedCursorBase.cs (1)
68public sealed override bool MoveNext() => Root.MoveNext();
Microsoft.ML.Core.Tests (98)
UnitTests\CoreBaseTestClass.cs (4)
278bool f1 = curs1.MoveNext(); 279bool f2 = curs2.MoveNext(); 361bool f1 = curs1.MoveNext(); 364bool f2 = cursors[col].MoveNext();
UnitTests\TestEntryPoints.cs (94)
105while (cursor.MoveNext()) 492while (curs1.MoveNext()) 494var move = curs2.MoveNext(); 496move = curs3.MoveNext(); 498move = curs4.MoveNext(); 517var moved = curs2.MoveNext(); 519moved = curs3.MoveNext(); 521moved = curs4.MoveNext(); 1716while (cursReg.MoveNext()) 1720Assert.True(curs0.MoveNext()); 1721Assert.True(curs1.MoveNext()); 1722Assert.True(curs2.MoveNext()); 1723Assert.True(curs3.MoveNext()); 1724Assert.True(curs4.MoveNext()); 1725Assert.True(cursBin.MoveNext()); 1726Assert.True(cursBinCali.MoveNext()); 1727Assert.True(cursSaved.MoveNext()); 1728Assert.True(cursAnom.MoveNext()); 1752Assert.False(curs0.MoveNext()); 1753Assert.False(curs1.MoveNext()); 1754Assert.False(curs2.MoveNext()); 1755Assert.False(curs3.MoveNext()); 1756Assert.False(curs4.MoveNext()); 1757Assert.False(cursBin.MoveNext()); 1758Assert.False(cursBinCali.MoveNext()); 1759Assert.False(cursSaved.MoveNext()); 1760Assert.False(cursAnom.MoveNext()); 1939while (cursReg.MoveNext()) 1943Assert.True(curs0.MoveNext()); 1944Assert.True(curs1.MoveNext()); 1945Assert.True(curs2.MoveNext()); 1946Assert.True(curs3.MoveNext()); 1947Assert.True(curs4.MoveNext()); 1948Assert.True(cursBin.MoveNext()); 1949Assert.True(cursBinCali.MoveNext()); 1950Assert.True(cursSaved.MoveNext()); 1971Assert.False(curs0.MoveNext()); 1972Assert.False(curs1.MoveNext()); 1973Assert.False(curs2.MoveNext()); 1974Assert.False(curs3.MoveNext()); 1975Assert.False(curs4.MoveNext()); 1976Assert.False(cursBin.MoveNext()); 1977Assert.False(cursBinCali.MoveNext()); 1978Assert.False(cursSaved.MoveNext()); 2097while (curs.MoveNext()) 2100Assert.True(curs0.MoveNext()); 2101Assert.True(curs1.MoveNext()); 2102Assert.True(curs2.MoveNext()); 2103Assert.True(curs3.MoveNext()); 2104Assert.True(curs4.MoveNext()); 2105Assert.True(cursSaved.MoveNext()); 2116Assert.False(curs0.MoveNext()); 2117Assert.False(curs1.MoveNext()); 2118Assert.False(curs2.MoveNext()); 2119Assert.False(curs3.MoveNext()); 2120Assert.False(curs4.MoveNext()); 2121Assert.False(cursSaved.MoveNext()); 2544while (cursor.MoveNext()) 3620Assert.True(cursor.MoveNext()); 3725Assert.True(cursor.MoveNext()); 3891Assert.True(cursor.MoveNext()); 4083Assert.True(cursor.MoveNext()); 4428while (cursor.MoveNext()) 4498while (curs.MoveNext()) 4548while (cursor.MoveNext()) 5004var b = cursor.MoveNext(); 5009b = cursor.MoveNext(); 5192b = cursor.MoveNext(); 5204b = cursor.MoveNext(); 5223b = cursor.MoveNext(); 5239b = cursor.MoveNext(); 5368var b = cursor.MoveNext(); 5376b = cursor.MoveNext(); 5388b = cursor.MoveNext(); 5396b = cursor.MoveNext(); 5423while (curs.MoveNext()) 5440Assert.False(cursor.MoveNext()); 5591var b = cursor.MoveNext(); 5596b = cursor.MoveNext(); 5600b = cursor.MoveNext(); 5777b = cursor.MoveNext(); 5785b = cursor.MoveNext(); 5797b = cursor.MoveNext(); 5805b = cursor.MoveNext(); 6077b = cursor.MoveNext(); 6085b = cursor.MoveNext(); 6101b = cursor.MoveNext(); 6115b = cursor.MoveNext(); 6125while (cursor.MoveNext()) 6290b = cursor.MoveNext(); 6295b = cursor.MoveNext(); 6462b = cursor.MoveNext(); 6467b = cursor.MoveNext(); 6884cursor.MoveNext();
Microsoft.ML.Data (73)
Commands\DataCommand.cs (1)
161while (cursor.MoveNext())
Data\DataViewUtils.cs (6)
89while (cursor.MoveNext()) 417if (localCursor.MoveNext() && !done) 426while (localCursor.MoveNext() && !done) 581while (input.MoveNext() && !done) 1207if (cursor.MoveNext()) 1272if (Position >= 0 && _currentCursor.MoveNext())
DataDebuggerPreview.cs (1)
51while (count < maxRows && cursor.MoveNext())
DataLoadSave\Binary\BinarySaver.cs (2)
599while (cursor.MoveNext()) 764if (!cursor.MoveNext())
DataLoadSave\Text\TextSaver.cs (1)
598while (cursor.MoveNext())
DataLoadSave\Transpose\TransposeLoader.cs (1)
703return _rowCursor.MoveNext();
DataView\AppendRowsDataView.cs (2)
270while (!_currentCursor.MoveNext()) 373bool r = _cursorSet[_currentSourceIndex].MoveNext();
DataView\BatchDataViewMapperBase.cs (3)
148if (!_input.MoveNext()) 158var good = _lookAheadCursor.MoveNext(); 167} while (!_lastInBatchInLookAheadCursorDel() && _lookAheadCursor.MoveNext());
DataView\CacheDataView.cs (2)
399while (cursor.MoveNext()) 414while (cursor.MoveNext())
DataView\Transposer.cs (2)
392while (cursor.MoveNext()) 638while (cursor.MoveNext())
DataView\TypedCursor.cs (1)
644public bool MoveNext() => _input.MoveNext();
DataView\ZipDataView.cs (1)
155if (!cursor.MoveNext())
Evaluators\AnomalyDetectionEvaluator.cs (4)
608var moved = cursor.MoveNext(); 611moved = cursor.MoveNext(); 688while (cursor.MoveNext()) 737while (cursor.MoveNext())
Evaluators\BinaryClassifierEvaluator.cs (10)
832var moved = cursor.MoveNext(); 835moved = cursor.MoveNext(); 887while (cursor.MoveNext()) 898var moved = cursor.MoveNext(); 901moved = cursor.MoveNext(); 959var moved = cursor.MoveNext(); 962moved = cursor.MoveNext(); 1013while (cursor.MoveNext()) 1023var moved = cursor.MoveNext(); 1026moved = cursor.MoveNext();
Evaluators\ClusteringEvaluator.cs (2)
88var moved = cursor.MoveNext(); 91moved = cursor.MoveNext();
Evaluators\EvaluatorBase.cs (1)
162while (cursor.MoveNext())
Evaluators\EvaluatorUtils.cs (4)
320while (cursor.MoveNext()) 1139while (cursor.MoveNext()) 1490while (cursor.MoveNext()) 1743while (cursor.MoveNext())
Evaluators\MulticlassClassificationEvaluator.cs (2)
570var moved = cursor.MoveNext(); 573moved = cursor.MoveNext();
Evaluators\MultiOutputRegressionEvaluator.cs (1)
732while (cursor.MoveNext())
Evaluators\RankingEvaluator.cs (2)
271var moved = cursor.MoveNext(); 274moved = cursor.MoveNext();
Evaluators\RegressionEvaluator.cs (2)
190var moved = cursor.MoveNext(); 193moved = cursor.MoveNext();
Prediction\Calibrator.cs (1)
974while (cursor.MoveNext())
Prediction\PredictionEngine.cs (1)
36while (cursor.MoveNext())
Training\TrainerUtils.cs (1)
549if (!_cursor.MoveNext())
Transforms\BootstrapSamplingTransformer.cs (1)
237while (_remaining == 0 && Input.MoveNext())
Transforms\Hashing.cs (1)
243while (srcCursor.MoveNext())
Transforms\Normalizer.cs (1)
575while (cursor.MoveNext())
Transforms\PerGroupTransformBase.cs (3)
325if (!_input.MoveNext()) 336var good = _groupCursor.MoveNext() && _newGroupInGroupCursorDel(); 349_groupCursor.MoveNext();
Transforms\RowShufflingTransformer.cs (1)
587if (!_input.MoveNext())
Transforms\SkipTakeFilter.cs (2)
278if (!Root.MoveNext()) 284return Root.MoveNext();
Transforms\ValueMapping.cs (3)
490while (cursor.MoveNext()) 570while (cursor.MoveNext()) 883while (cursor.MoveNext())
Transforms\ValueToKeyMappingTransformer.cs (2)
498while (cursor.MoveNext() && trainer.ProcessRow()) 617while (tmin < trainer.Length && cursor.MoveNext())
Utilities\ColumnCursor.cs (4)
108while (cursor.MoveNext()) 126while (cursor.MoveNext()) 144while (cursor.MoveNext()) 166while (cursor.MoveNext())
Utilities\ModelFileUtils.cs (1)
307while (cursor.MoveNext())
Microsoft.ML.DataView (6)
IDataView.cs (6)
94/// this will be before <see cref="DataViewRowCursor.MoveNext"/> if ever called for the first time, or after the first time 95/// <see cref="DataViewRowCursor.MoveNext"/> is called and returns <see langword="false"/>. 188/// incremented by <see cref="MoveNext"/>. Prior to the first call to <see cref="MoveNext"/>, or after 189/// <see cref="MoveNext"/> returns <see langword="false"/>, <see cref="DataViewRow.Position"/> is <c>-1</c>. 190/// Otherwise, when <see cref="MoveNext"/> returns <see langword="true"/>, <see cref="DataViewRow.Position"/> >= 0.
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
344while (curs.MoveNext())
Microsoft.ML.Mkl.Components (2)
VectorWhitening.cs (2)
255while (r < maxRows && cursor.MoveNext()) 342while (irow < maxActualRowCount && cursor.MoveNext())
Microsoft.ML.OnnxTransformerTest (11)
DnnImageFeaturizerTest.cs (2)
122while (cursor.MoveNext()) 169while (cursor.MoveNext())
OnnxTransformTests.cs (9)
214while (cursor.MoveNext()) 277while (cursor.MoveNext()) 328while (cursor.MoveNext()) 378while (curs.MoveNext()) 449while (curs.MoveNext()) 489while (curs.MoveNext()) 512while (curs.MoveNext()) 705while (curs.MoveNext()) 758while (curs.MoveNext())
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
456while (_subCursor == null || !_subCursor.MoveNext())
Microsoft.ML.PCA (1)
PcaTransformer.cs (1)
430while (cursor.MoveNext())
Microsoft.ML.PerformanceTests (3)
CacheDataViewBench.cs (2)
46while (cursor.MoveNext()) 78while (_cursor.MoveNext())
TextLoaderBench.cs (1)
67while (rowCursor.MoveNext())
Microsoft.ML.Predictor.Tests (6)
TestPredictors.cs (4)
728while (curs.MoveNext()) 735Assert.True(cursors[i].MoveNext()); 931while (curs.MoveNext()) 940Assert.True(cursors[i].MoveNext());
TestTransposer.cs (2)
41while (cursor.MoveNext()) 55while (cursor.MoveNext())
Microsoft.ML.Recommender (1)
SafeTrainingAndModelBuffer.cs (1)
273while (cursor.MoveNext())
Microsoft.ML.Samples (8)
Dynamic\DataOperations\LoadingSvmLight.cs (1)
97while (cursor.MoveNext())
Dynamic\DataOperations\LoadingText.cs (1)
190while (cursor.MoveNext())
Dynamic\SimpleDataViewImplementation.cs (1)
58while (cursor.MoveNext())
Dynamic\Transforms\ImageAnalytics\ConvertToGrayScale.cs (1)
88while (cursor.MoveNext())
Dynamic\Transforms\ImageAnalytics\ConvertToImage.cs (1)
70while (cursor.MoveNext())
Dynamic\Transforms\ImageAnalytics\ExtractPixels.cs (1)
100while (cursor.MoveNext())
Dynamic\Transforms\ImageAnalytics\LoadImages.cs (1)
83while (cursor.MoveNext())
Dynamic\Transforms\ImageAnalytics\ResizeImages.cs (1)
90while (cursor.MoveNext())
Microsoft.ML.StandardTrainers (6)
FactorizationMachine\FactorizationMachineTrainer.cs (2)
383while (cursor.MoveNext()) 498while (cursor.MoveNext())
LdSvm\LdSvmTrainer.cs (3)
575while (cursor.MoveNext()) 596while (cursor.MoveNext()) 648while (cursor.MoveNext())
Standard\Simple\SimpleTrainers.cs (1)
274while (cursor.MoveNext())
Microsoft.ML.TensorFlow.Tests (16)
TensorFlowEstimatorTests.cs (3)
177while (cursor.MoveNext()) 272while (cursor.MoveNext()) 308while (cursor.MoveNext())
TensorflowTests.cs (13)
207Assert.True(cursor.MoveNext()); 217Assert.True(cursor.MoveNext()); 227Assert.False(cursor.MoveNext()); 312Assert.True(cursor.MoveNext()); 340Assert.False(cursor.MoveNext()); 446Assert.True(cursor.MoveNext()); 495Assert.False(cursor.MoveNext()); 523while (curs.MoveNext()) 568while (curs.MoveNext()) 744if (cursor.MoveNext()) 1042while (cursor.MoveNext() && cursor2.MoveNext()) 1088while (cursor.MoveNext())
Microsoft.ML.TestFramework (22)
BaseTestBaseline.cs (2)
764while (expectedCursor.MoveNext() && actualCursor.MoveNext())
DataPipe\TestDataPipe.cs (13)
231while (c.MoveNext()) 589while (c.MoveNext()) 631while (c.MoveNext()) 783while (c.MoveNext()) 927while (c.MoveNext()) 1123Assert.True(cursor.MoveNext()); 1154Assert.True(cursor.MoveNext()); 1217while (cursor.MoveNext()) 1515while (cursor.MoveNext()) 1562Assert.True(cursor.MoveNext()); 1564Assert.True(cursor.MoveNext()); 1566Assert.True(cursor.MoveNext()); 1568Assert.False(cursor.MoveNext());
DataPipe\TestDataPipeBase.cs (5)
222while (curs.MoveNext()) 735bool f1 = curs1.MoveNext(); 736bool f2 = curs2.MoveNext(); 819bool f1 = curs1.MoveNext(); 822bool f2 = cursors[col].MoveNext();
TestSparseDataView.cs (2)
57while (cur.MoveNext()) 97while (cur.MoveNext())
Microsoft.ML.Tests (67)
ImagesTests.cs (12)
158while (cursor.MoveNext()) 205while (cursor.MoveNext()) 368while (cursor.MoveNext()) 443while (cursor.MoveNext()) 519while (cursor.MoveNext()) 594while (cursor.MoveNext()) 669while (cursor.MoveNext()) 745while (cursor.MoveNext()) 820while (cursor.MoveNext()) 896while (cursor.MoveNext()) 970while (cursor.MoveNext()) 1142while (cursor.MoveNext())
Scenarios\Api\TestApi.cs (4)
78filter1.GetRowCursorForAllColumns().MoveNext(); 93filter2.GetRowCursorForAllColumns().MoveNext(); 116filter3.GetRowCursorForAllColumns().MoveNext(); 137filter1.GetRowCursorForAllColumns().MoveNext();
SvmLightTests.cs (11)
243while (curs.MoveNext()) 263while (curs.MoveNext()) 282while (curs.MoveNext()) 330while (curs.MoveNext()) 356while (curs.MoveNext()) 375while (curs.MoveNext()) 394while (curs.MoveNext()) 425curs.MoveNext(); 427curs.MoveNext(); 429Assert.False(curs.MoveNext()); 436Assert.False(curs.MoveNext());
TermEstimatorTests.cs (1)
170while (cursor.MoveNext())
TextLoaderTests.cs (22)
52Assert.True(cursor.MoveNext()); 79Assert.True(cursor.MoveNext()); 81Assert.False(cursor.MoveNext()); 295Assert.True(cursor.MoveNext()); 305Assert.True(cursor.MoveNext()); 315Assert.True(cursor.MoveNext()); 325Assert.False(cursor.MoveNext()); 448Assert.True(cursor.MoveNext()); 458Assert.True(cursor.MoveNext()); 468Assert.True(cursor.MoveNext()); 478Assert.False(cursor.MoveNext()); 556Assert.True(cursor.MoveNext()); 566Assert.True(cursor.MoveNext()); 576Assert.False(cursor.MoveNext()); 917while (cursorPeriod.MoveNext()) 965while (cursorComma.MoveNext()) 1017while (cursor.MoveNext()) 1084while (cursorPeriod.MoveNext() && cursorComma.MoveNext()) 1328while (curs.MoveNext()) 1528while (cursorBaseline.MoveNext() && cursorTest.MoveNext())
Transformers\CopyColumnEstimatorTests.cs (1)
179while (cursor.MoveNext())
Transformers\CountTargetEncodingTests.cs (2)
142while (curs.MoveNext()) 144Assert.True(curs1.MoveNext());
Transformers\TextFeaturizerTests.cs (3)
120while (cursor.MoveNext()) 162while (cursor.MoveNext()) 580while (cursor.MoveNext())
Transformers\ValueMappingTests.cs (11)
74cursor.MoveNext(); 119cursor.MoveNext(); 154cursor.MoveNext(); 203cursor.MoveNext(); 244cursor.MoveNext(); 286cursor.MoveNext(); 326cursor.MoveNext(); 446cursor.MoveNext(); 487cursor.MoveNext(); 528cursor.MoveNext(); 566cursor.MoveNext();
Microsoft.ML.TimeSeries (3)
AdaptiveSingularSpectrumSequenceModeler.cs (2)
1222while (cursor.MoveNext() && count < _trainSize) 1566while (cursor.MoveNext())
SeasonalityDetector.cs (1)
73while (rowCursor.MoveNext())
Microsoft.ML.TorchSharp (6)
AutoFormerV2\ObjectDetectionMetrics.cs (2)
310while (cursor.MoveNext()) 353while (cursor.MoveNext())
AutoFormerV2\ObjectDetectionTrainer.cs (1)
332cursorValid = cursor.MoveNext();
Roberta\QATrainer.cs (1)
326cursorValid = cursor.MoveNext();
TorchSharpBaseTrainer.cs (2)
239cursorValid = cursor.MoveNext(); 313cursorValid = cursor.MoveNext();
Microsoft.ML.TorchSharp.Tests (4)
NerTests.cs (3)
95while (cursor.MoveNext()) 174while (cursor.MoveNext()) 247while (cursor.MoveNext())
QATests.cs (1)
107while (cursor.MoveNext())
Microsoft.ML.Transforms (17)
CountFeatureSelection.cs (1)
338while (cursor.MoveNext())
Dracula\CountTableTransformer.cs (1)
199while (cursor.MoveNext())
GroupTransform.cs (3)
579if (_leadingCursor.Position < 0 && !_leadingCursor.MoveNext()) 589if (!_leadingCursor.MoveNext()) 604var res = _trailingCursor.MoveNext();
MissingValueReplacing.cs (1)
346while (cursor.MoveNext())
PermutationFeatureImportance.cs (1)
148while (initialfeatureValuesList.Count < maxSize && cursor.MoveNext())
RandomFourierFeaturizing.cs (1)
322while (cursor.MoveNext())
StatefulFilterTransform.cs (1)
197if (!_input.MoveNext())
SvmLight\SvmLightLoader.cs (1)
688while (cursor.MoveNext())
SvmLight\SvmLightSaver.cs (1)
137while (cursor.MoveNext())
Text\LdaTransform.cs (2)
874while (cursor.MoveNext()) 954while (cursor.MoveNext())
Text\NgramHashingTransformer.cs (1)
243while (rowCursor.MoveNext())
Text\NgramTransform.cs (1)
270while (cInfoFull < columns.Length && cursor.MoveNext())
Text\StopWordsRemovingTransformer.cs (1)
878while (cursor.MoveNext())
UngroupTransform.cs (1)
538bool result = Input.MoveNext();
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (1)
344while (cursor.MoveNext())
ImageClassificationTrainer.cs (1)
826while (cursor.MoveNext())