Data Types Flashcards

1
Q

Data Table

A

The DataTable interface defines the structure of all datasets used in Azure Machine Learning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ICluster interface

A

The ICluster interface defines the structure of clustering models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IFilter interface

A

The IFilter interface defines the structure of digital signal processing filters applied to an entire series of numerical values. Filters can be created and then saved and applied to a new series.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ILearner interface

A

The ILearner interface provides a generic structure for defining and saving analytical models, excluding some special types such as clustering models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ITransform interface

A

The ITransform interface provides a generic structure for defining and saving transformations. You can create an iTransform using Machine Learning Studio (classic) and then apply the transformation to new datasets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly